diff --git a/build/webpack.config.base.js b/build/webpack.config.base.js index 6dd7c84..c4225f6 100644 --- a/build/webpack.config.base.js +++ b/build/webpack.config.base.js @@ -14,7 +14,9 @@ module.exports = { 'vue': 'vue/dist/vue.js', 'theme': utils.resolve(themePath), 'vuejs': utils.resolve(themePath+'/vuejs'), - 'assets': utils.resolve(themePath+'/assets') + 'assets': utils.resolve(themePath+'/assets'), + // locales are exported by strings_i18n_json_export from drupal + 'locales': utils.resolve('web/sites/default/files/lang') } }, entry: { @@ -40,11 +42,11 @@ module.exports = { test: /\.vue$/, use: 'vue-loader' }, - { - resourceQuery: /blockType=i18n/, - type: 'javascript/auto', - loader: '@kazupon/vue-i18n-loader' - }, + // { + // resourceQuery: /blockType=i18n/, + // type: 'javascript/auto', + // loader: '@kazupon/vue-i18n-loader' + // }, { test: /\.js$/, use: { diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index ecf111d..30e57be 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -82,6 +82,7 @@ module: flag: 0 flag_lists: 0 genpass: 0 + graphql: 0 help: 0 honeypot: 0 image: 0 diff --git a/config/sync/language.types.yml b/config/sync/language.types.yml index 96952d9..efa15bc 100644 --- a/config/sync/language.types.yml +++ b/config/sync/language.types.yml @@ -14,6 +14,7 @@ negotiation: language-url-fallback: 1 language_interface: enabled: + language-graphql: -999 language-url: 0 _core: default_config_hash: dqouFqVseNJNvEjsoYKxbinFOITuCxYhi4y2OTNQP_8 diff --git a/config/sync/language/fr/core.entity_form_display.commerce_order.default.default.yml b/config/sync/language/fr/core.entity_form_display.commerce_order.default.default.yml new file mode 100644 index 0000000..ee5895f --- /dev/null +++ b/config/sync/language/fr/core.entity_form_display.commerce_order.default.default.yml @@ -0,0 +1,5 @@ +content: + order_items: + settings: + label_singular: 'élément de commande' + label_plural: 'éléments de commande' diff --git a/config/sync/language/fr/core.entity_form_display.commerce_order.recurring.default.yml b/config/sync/language/fr/core.entity_form_display.commerce_order.recurring.default.yml new file mode 100644 index 0000000..ee5895f --- /dev/null +++ b/config/sync/language/fr/core.entity_form_display.commerce_order.recurring.default.yml @@ -0,0 +1,5 @@ +content: + order_items: + settings: + label_singular: 'élément de commande' + label_plural: 'éléments de commande' diff --git a/config/sync/language/fr/field.field.node.materiau.field_linked_materials.yml b/config/sync/language/fr/field.field.node.materiau.field_linked_materials.yml new file mode 100644 index 0000000..ab37d34 --- /dev/null +++ b/config/sync/language/fr/field.field.node.materiau.field_linked_materials.yml @@ -0,0 +1 @@ +description: 'Materiaux Liés' diff --git a/config/sync/language/fr/pagerer.style.adaptive.yml b/config/sync/language/fr/pagerer.style.adaptive.yml index 034e269..3928ba8 100644 --- a/config/sync/language/fr/pagerer.style.adaptive.yml +++ b/config/sync/language/fr/pagerer.style.adaptive.yml @@ -3,8 +3,10 @@ default_config: page_breaker: … pages: prefix_label: Page + first: « previous: ‹ next: › + last: » page_current_title: 'Page courante' page_title: 'Aller à la page @number' first_title: 'Aller à la première page' @@ -19,12 +21,16 @@ default_config: last_reader: 'Dernière page' items: prefix_label: Élément + first: « previous: ‹ next: › + last: » page_reader: Élément first_reader: 'Premier élément' item_ranges: prefix_label: Éléments + first: « previous: ‹ next: › + last: » page_reader: Éléments diff --git a/config/sync/language/fr/pagerer.style.basic.yml b/config/sync/language/fr/pagerer.style.basic.yml index 8ab88fa..6e3cbab 100644 --- a/config/sync/language/fr/pagerer.style.basic.yml +++ b/config/sync/language/fr/pagerer.style.basic.yml @@ -1,8 +1,10 @@ default_config: tags: pages: + first: « previous: ‹ next: › + last: » first_title: 'Aller à la première page' previous_title: 'Aller à la page précédente' next_title: 'Aller à la page suivante' @@ -12,9 +14,13 @@ default_config: next_reader: 'Page suivante' last_reader: 'Dernière page' items: + first: « previous: ‹ next: › + last: » first_reader: 'Premier élément' item_ranges: + first: « previous: ‹ next: › + last: » diff --git a/config/sync/language/fr/pagerer.style.mini.yml b/config/sync/language/fr/pagerer.style.mini.yml index 22b43bb..60b708f 100644 --- a/config/sync/language/fr/pagerer.style.mini.yml +++ b/config/sync/language/fr/pagerer.style.mini.yml @@ -2,8 +2,10 @@ default_config: tags: pages: prefix_label: Page + first: « previous: ‹ next: › + last: » page_current_title: 'Page courante' first_title: 'Aller à la première page' previous_title: 'Aller à la page précédente' @@ -16,6 +18,8 @@ default_config: last_reader: 'Dernière page' items: prefix_label: Élément + first: « previous: ‹ next: › + last: » first_reader: 'Premier élément' diff --git a/config/sync/language/fr/pagerer.style.progressive.yml b/config/sync/language/fr/pagerer.style.progressive.yml index 034e269..3928ba8 100644 --- a/config/sync/language/fr/pagerer.style.progressive.yml +++ b/config/sync/language/fr/pagerer.style.progressive.yml @@ -3,8 +3,10 @@ default_config: page_breaker: … pages: prefix_label: Page + first: « previous: ‹ next: › + last: » page_current_title: 'Page courante' page_title: 'Aller à la page @number' first_title: 'Aller à la première page' @@ -19,12 +21,16 @@ default_config: last_reader: 'Dernière page' items: prefix_label: Élément + first: « previous: ‹ next: › + last: » page_reader: Élément first_reader: 'Premier élément' item_ranges: prefix_label: Éléments + first: « previous: ‹ next: › + last: » page_reader: Éléments diff --git a/config/sync/language/fr/pagerer.style.scrollpane.yml b/config/sync/language/fr/pagerer.style.scrollpane.yml index e67b209..19813c1 100644 --- a/config/sync/language/fr/pagerer.style.scrollpane.yml +++ b/config/sync/language/fr/pagerer.style.scrollpane.yml @@ -2,8 +2,10 @@ default_config: tags: pages: prefix_label: Page + first: « previous: ‹ next: › + last: » page_current_title: 'Page courante' page_title: 'Aller à la page @number' first_title: 'Aller à la première page' @@ -18,12 +20,16 @@ default_config: last_reader: 'Dernière page' items: prefix_label: Élément + first: « previous: ‹ next: › + last: » page_reader: Élément first_reader: 'Premier élément' item_ranges: prefix_label: Éléments + first: « previous: ‹ next: › + last: » page_reader: Éléments diff --git a/config/sync/language/fr/pagerer.style.slider.yml b/config/sync/language/fr/pagerer.style.slider.yml index a841c1b..66dae31 100644 --- a/config/sync/language/fr/pagerer.style.slider.yml +++ b/config/sync/language/fr/pagerer.style.slider.yml @@ -2,8 +2,10 @@ default_config: tags: pages: prefix_label: Page + first: « previous: ‹ next: › + last: » page_current_title: 'Page courante' first_title: 'Aller à la première page' previous_title: 'Aller à la page précédente' @@ -16,10 +18,14 @@ default_config: last_reader: 'Dernière page' items: prefix_label: Élément + first: « previous: ‹ next: › + last: » first_reader: 'Premier élément' item_ranges: prefix_label: Éléments + first: « previous: ‹ next: › + last: » diff --git a/config/sync/language/fr/search_api_solr.solr_request_handler.request_handler_spell_default_7_0_0.yml b/config/sync/language/fr/search_api_solr.solr_request_handler.request_handler_spell_default_7_0_0.yml new file mode 100644 index 0000000..bea9dd1 --- /dev/null +++ b/config/sync/language/fr/search_api_solr.solr_request_handler.request_handler_spell_default_7_0_0.yml @@ -0,0 +1 @@ +label: 'Vérification orthographique' diff --git a/config/sync/language/fr/views.view.commerce_orders.yml b/config/sync/language/fr/views.view.commerce_orders.yml index 20607fa..39f0ded 100644 --- a/config/sync/language/fr/views.view.commerce_orders.yml +++ b/config/sync/language/fr/views.view.commerce_orders.yml @@ -25,6 +25,7 @@ display: commerce_order_bulk_form: action_title: 'Pour cette sélection' order_number: + label: '#' separator: ', ' placed: label: Date diff --git a/web/themes/custom/materiotheme/assets/dist/main.js b/web/themes/custom/materiotheme/assets/dist/main.js index 976c37e..c811548 100644 --- a/web/themes/custom/materiotheme/assets/dist/main.js +++ b/web/themes/custom/materiotheme/assets/dist/main.js @@ -732,7 +732,7 @@ eval("\n\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n})); /***/ ((__unused_webpack_module, exports, __webpack_require__) => { "use strict"; -eval("\n\nfunction _typeof(obj) { \"@babel/helpers - typeof\"; if (typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; }; } return _typeof(obj); }\n\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports.default = void 0;\n\nvar _route = _interopRequireDefault(__webpack_require__(/*! vuejs/route */ \"./web/themes/custom/materiotheme/vuejs/route/index.js\"));\n\nvar _store = _interopRequireDefault(__webpack_require__(/*! vuejs/store */ \"./web/themes/custom/materiotheme/vuejs/store/index.js\"));\n\nvar _jsonAxios = __webpack_require__(/*! vuejs/api/json-axios */ \"./web/themes/custom/materiotheme/vuejs/api/json-axios.js\");\n\nvar _querystringEs = _interopRequireDefault(__webpack_require__(/*! querystring-es3 */ \"./node_modules/querystring-es3/index.js\"));\n\nvar _Card = _interopRequireDefault(__webpack_require__(/*! vuejs/components/Content/Card */ \"./web/themes/custom/materiotheme/vuejs/components/Content/Card.vue\"));\n\nvar _vuex = __webpack_require__(/*! vuex */ \"./node_modules/vuex/dist/vuex.common.js\");\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nfunction _createForOfIteratorHelper(o, allowArrayLike) { var it; if (typeof Symbol === \"undefined\" || o[Symbol.iterator] == null) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === \"number\") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } 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 normalCompletion = true, didErr = false, err; return { s: function s() { it = o[Symbol.iterator](); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; }\n\nfunction _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === \"string\") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === \"Object\" && o.constructor) n = o.constructor.name; if (n === \"Map\" || n === \"Set\") return Array.from(o); if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }\n\nfunction _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }\n\nfunction _wrapRegExp(re, groups) { _wrapRegExp = function _wrapRegExp(re, groups) { return new BabelRegExp(re, undefined, groups); }; var _RegExp = _wrapNativeSuper(RegExp); var _super = RegExp.prototype; var _groups = new WeakMap(); function BabelRegExp(re, flags, groups) { var _this = _RegExp.call(this, re, flags); _groups.set(_this, groups || _groups.get(re)); return _this; } _inherits(BabelRegExp, _RegExp); BabelRegExp.prototype.exec = function (str) { var result = _super.exec.call(this, str); if (result) result.groups = buildGroups(result, this); return result; }; BabelRegExp.prototype[Symbol.replace] = function (str, substitution) { if (typeof substitution === \"string\") { var groups = _groups.get(this); return _super[Symbol.replace].call(this, str, substitution.replace(/\\$<([^>]+)>/g, function (_, name) { return \"$\" + groups[name]; })); } else if (typeof substitution === \"function\") { var _this = this; return _super[Symbol.replace].call(this, str, function () { var args = []; args.push.apply(args, arguments); if (_typeof(args[args.length - 1]) !== \"object\") { args.push(buildGroups(args, _this)); } return substitution.apply(this, args); }); } else { return _super[Symbol.replace].call(this, str, substitution); } }; function buildGroups(result, re) { var g = _groups.get(re); return Object.keys(g).reduce(function (groups, name) { groups[name] = result[g[name]]; return groups; }, Object.create(null)); } return _wrapRegExp.apply(this, arguments); }\n\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \"function\" && superClass !== null) { throw new TypeError(\"Super expression must either be null or a function\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }\n\nfunction _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === \"object\" || typeof call === \"function\")) { return call; } return _assertThisInitialized(self); }\n\nfunction _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\"); } return self; }\n\nfunction _wrapNativeSuper(Class) { var _cache = typeof Map === \"function\" ? new Map() : undefined; _wrapNativeSuper = function _wrapNativeSuper(Class) { if (Class === null || !_isNativeFunction(Class)) return Class; if (typeof Class !== \"function\") { throw new TypeError(\"Super expression must either be null or a function\"); } if (typeof _cache !== \"undefined\") { if (_cache.has(Class)) return _cache.get(Class); _cache.set(Class, Wrapper); } function Wrapper() { return _construct(Class, arguments, _getPrototypeOf(this).constructor); } Wrapper.prototype = Object.create(Class.prototype, { constructor: { value: Wrapper, enumerable: false, writable: true, configurable: true } }); return _setPrototypeOf(Wrapper, Class); }; return _wrapNativeSuper(Class); }\n\nfunction _construct(Parent, args, Class) { if (_isNativeReflectConstruct()) { _construct = Reflect.construct; } else { _construct = function _construct(Parent, args, Class) { var a = [null]; a.push.apply(a, args); var Constructor = Function.bind.apply(Parent, a); var instance = new Constructor(); if (Class) _setPrototypeOf(instance, Class.prototype); return instance; }; } return _construct.apply(null, arguments); }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } }\n\nfunction _isNativeFunction(fn) { return Function.toString.call(fn).indexOf(\"[native code]\") !== -1; }\n\nfunction _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\n\nfunction _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\n\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\nvar _default = {\n name: \"Article\",\n router: _route.default,\n store: _store.default,\n props: ['item'],\n data: function data() {\n return {\n index: -1,\n prevnext: {},\n uuid: null,\n content: null,\n loading: true,\n lightbox_index: null\n };\n },\n computed: _objectSpread({}, (0, _vuex.mapState)({\n items: function items(state) {\n return state.Blabla.items;\n }\n })),\n created: function created() {\n this.getArticle();\n },\n methods: _objectSpread(_objectSpread({}, (0, _vuex.mapActions)({\n getItems: 'Blabla/getItems',\n getItemIndex: 'Blabla/getItemIndex',\n getPrevNextItems: 'Blabla/getPrevNextItems'\n })), {}, {\n getArticle: function getArticle() {\n var _this = this;\n\n console.log(this.$route); // get the article uuid\n\n if (this.$route.query.uuid) {\n // we come from internal link with vuejs\n // directly record uuid\n this.uuid = this.$route.query.uuid;\n } else if (drupalDecoupled.entity_type == 'node' && drupalDecoupled.entity_bundle == 'article') {\n // we landed in an internal page\n // get the uuid from drupalDeclouped, provided by materio_decoupled.module\n this.uuid = drupalDecoupled.entity_uuid;\n }\n\n if (this.uuid) {\n this.loadArticle(); // get the prev next items\n\n if (!this.items.length) {\n // if items list not yet loaded preload them\n this.getItems().then(function () {\n // then get the index\n _this.getIndex();\n });\n } else {\n // or directly get the index\n this.getIndex();\n }\n } else {\n // if for any reason we dont have the uuid\n // redirect to home\n this.$route.replace('home');\n }\n },\n getIndex: function getIndex() {\n var _this2 = this;\n\n console.log(\"Article getIndex\");\n this.getItemIndex(this.uuid).then(function (index) {\n _this2.index = index; // console.log('article index', index, this);\n\n _this2.getPrevNextItems(index).then(function (pn) {\n _this2.prevnext = pn;\n });\n });\n },\n loadArticle: function loadArticle() {\n var _this3 = this;\n\n console.log('loadArticle', this.uuid);\n this.loading = true;\n var params = {\n include: 'field_linked_materials.images,field_showroom,field_tags,field_thesaurus,field_visuel,uid'\n };\n\n var q = _querystringEs.default.stringify(params);\n\n _jsonAxios.JSONAPI.get(\"node/article/\".concat(this.uuid, \"?\").concat(q)).then(function (_ref) {\n var data = _ref.data;\n console.log('loadArticle data', data);\n\n _this3.parseData(data);\n }).catch(function (error) {\n console.warn('Issue with loadArticle', error);\n Promise.reject(error);\n });\n },\n parseData: function parseData(data) {\n var _this4 = this;\n\n var attrs = data.data.attributes;\n var relations = data.data.relationships;\n console.log('relations', relations);\n var inc = data.included;\n console.log('included', inc);\n this.content = {\n title: attrs.title,\n body: attrs.body.value\n }; // build lightbox array\n // will be filled by videos and field_visuel\n\n this.content.lightbox_items = []; // parse embeded videos pushing it in lightbox\n\n for (var key in attrs.field_video) {\n var videolink = attrs.field_video[key]; // console.log('videolink', videolink);\n\n var provider_regex = /*#__PURE__*/_wrapRegExp(/https:\\/\\/(www\\.)?(youtube|vimeo)\\.com\\/.+/, {\n provider: 2\n });\n\n var match = provider_regex.exec(videolink); // console.log('provider', match.groups.provider);\n\n var video_id = null;\n var video_thumb = null;\n\n switch (match.groups.provider) {\n case 'vimeo':\n var vimeo_regex = /*#__PURE__*/_wrapRegExp(/https:\\/\\/vimeo\\.com\\/([0-9]+)/, {\n id: 1\n });\n\n video_id = vimeo_regex.exec(videolink).groups.id || null; // TODO: get the vimeo thumb https://coderwall.com/p/fdrdmg/get-a-thumbnail-from-a-vimeo-video\n\n video_thumb = \"http://blogpeda.ac-poitiers.fr/ent-lyc/files/2015/06/Vimeo_icon_block.png\";\n break;\n\n case 'youtube':\n var youtube_regex = /*#__PURE__*/_wrapRegExp(/https:\\/\\/(www\\.)?youtube\\.com\\/watch\\?v=(.+)/, {\n id: 2\n });\n\n video_id = youtube_regex.exec(videolink).groups.id || null;\n video_thumb = \"http://img.youtube.com/vi/\" + video_id + \"/0.jpg\";\n break;\n } // console.log('video_id', video_id);\n\n\n this.content.lightbox_items.push({\n src: videolink,\n title: \"\",\n description: \"\",\n thumb: video_thumb\n }); // this.content.videos.push({\n // provider: match.groups.provider,\n // id: video_id,\n // href: videolink\n // });\n } // parse all relationships\n\n\n var _loop = function _loop(_key) {\n // skip loop if the property is from prototype\n if (!relations.hasOwnProperty(_key)) return \"continue\";\n var relation_obj = relations[_key];\n console.log(\"relation\", _key, relation_obj); // console.log('typeof relation_obj.data', typeof relation_obj.data);\n\n if (!relation_obj.data) return \"continue\"; // showroom is unique field so no array in data\n // we parse it here\n\n switch (_key) {\n case 'field_showroom':\n var included = inc.find(function (i) {\n return i.id == relation_obj.data.id;\n }); // console.log('included',included);\n\n _this4.content[_key] = included.attributes;\n break;\n } // skip relation_obj if data is not array\n\n\n if (!Array.isArray(relation_obj.data)) return \"continue\"; // create empty field array\n\n _this4.content[_key] = []; // parse relationship values using included\n\n var field = {}; // loop through all relation items\n\n relation_obj.data.forEach(function (e) {\n // get the included values for each item using id\n var included = inc.find(function (i) {\n return i.id == e.id;\n }); // if we not found an included item skip the item\n\n if (typeof included != 'undefined') {\n // fill the item values\n switch (_key) {\n case 'field_visuel':\n // build the field object (not used for now)\n field = e.meta;\n field.id = e.id;\n field.src = included.attributes.uri.url;\n field.thumb = included.links.article_card_medium.href;\n break;\n\n case 'field_linked_materials':\n field = included.attributes;\n field.id = field.uuid = included.id; // get the linked material included images\n\n field.images = [];\n included.relationships.images.data.forEach(function (img) {\n // console.log('href', img.meta.imageDerivatives.links.card_medium.href);\n if (img.meta.imageDerivatives) {\n field.images.push({\n title: img.meta.title,\n src: img.meta.imageDerivatives.links.hd.href,\n img_styles: {\n card_medium: img.meta.imageDerivatives.links.card_medium.href,\n card_full: img.meta.imageDerivatives.links.card_full.href\n }\n });\n }\n });\n break;\n\n case 'field_thesaurus':\n case 'field_tags':\n field = included.attributes;\n field.id = included.id;\n break;\n\n default:\n }\n\n _this4.content[_key].push(field);\n }\n });\n };\n\n for (var _key in relations) {\n var _ret = _loop(_key);\n\n if (_ret === \"continue\") continue;\n } // extract first visuel as accroche\n\n\n this.content.image_accroche = this.content.field_visuel.shift(); // fill the lightbox\n\n var _iterator = _createForOfIteratorHelper(this.content.field_visuel),\n _step;\n\n try {\n for (_iterator.s(); !(_step = _iterator.n()).done;) {\n var visuel = _step.value;\n this.content.lightbox_items.push(visuel);\n }\n } catch (err) {\n _iterator.e(err);\n } finally {\n _iterator.f();\n }\n\n console.log('this.content.lightbox_items', this.content.lightbox_items); // update main page title\n\n this.$store.commit('Common/setPagetitle', this.content.title);\n this.loading = false;\n console.log('article.content', this.content);\n },\n onNext: function onNext() {\n // console.log('clicked on next', this.prevnext.next);\n var alias = this.prevnext.next.view_node.replace(/^.?\\/blabla\\//g, '');\n this.$router.push({\n name: \"article\",\n params: {\n alias: alias\n },\n query: {\n uuid: this.prevnext.next.uuid\n }\n });\n },\n onPrev: function onPrev() {\n // console.log('clicked on prev', this.prevnext.next);\n var alias = this.prevnext.prev.view_node.replace(/^.?\\/blabla\\//g, '');\n this.$router.push({\n name: \"article\",\n params: {\n alias: alias\n },\n query: {\n uuid: this.prevnext.prev.uuid\n }\n });\n },\n setLightboxIndex: function setLightboxIndex(index) {\n this.lightbox_index = index;\n }\n }),\n components: {\n Card: _Card.default\n },\n watch: {\n '$route': function $route(to, from) {\n console.log('route change');\n this.getArticle();\n }\n }\n};\nexports.default = _default;\n\n//# sourceURL=webpack://materio.com/./web/themes/custom/materiotheme/vuejs/components/Pages/Article.vue?./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/lib/index.js??vue-loader-options"); +eval("\n\nfunction _typeof(obj) { \"@babel/helpers - typeof\"; if (typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; }; } return _typeof(obj); }\n\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports.default = void 0;\n\nvar _route = _interopRequireDefault(__webpack_require__(/*! vuejs/route */ \"./web/themes/custom/materiotheme/vuejs/route/index.js\"));\n\nvar _store = _interopRequireDefault(__webpack_require__(/*! vuejs/store */ \"./web/themes/custom/materiotheme/vuejs/store/index.js\"));\n\nvar _jsonAxios = __webpack_require__(/*! vuejs/api/json-axios */ \"./web/themes/custom/materiotheme/vuejs/api/json-axios.js\");\n\nvar _restAxios = __webpack_require__(/*! vuejs/api/rest-axios */ \"./web/themes/custom/materiotheme/vuejs/api/rest-axios.js\");\n\nvar _querystringEs = _interopRequireDefault(__webpack_require__(/*! querystring-es3 */ \"./node_modules/querystring-es3/index.js\"));\n\nvar _Card = _interopRequireDefault(__webpack_require__(/*! vuejs/components/Content/Card */ \"./web/themes/custom/materiotheme/vuejs/components/Content/Card.vue\"));\n\nvar _vuex = __webpack_require__(/*! vuex */ \"./node_modules/vuex/dist/vuex.common.js\");\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nfunction _createForOfIteratorHelper(o, allowArrayLike) { var it; if (typeof Symbol === \"undefined\" || o[Symbol.iterator] == null) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === \"number\") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } 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 normalCompletion = true, didErr = false, err; return { s: function s() { it = o[Symbol.iterator](); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; }\n\nfunction _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === \"string\") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === \"Object\" && o.constructor) n = o.constructor.name; if (n === \"Map\" || n === \"Set\") return Array.from(o); if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }\n\nfunction _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }\n\nfunction _wrapRegExp(re, groups) { _wrapRegExp = function _wrapRegExp(re, groups) { return new BabelRegExp(re, undefined, groups); }; var _RegExp = _wrapNativeSuper(RegExp); var _super = RegExp.prototype; var _groups = new WeakMap(); function BabelRegExp(re, flags, groups) { var _this = _RegExp.call(this, re, flags); _groups.set(_this, groups || _groups.get(re)); return _this; } _inherits(BabelRegExp, _RegExp); BabelRegExp.prototype.exec = function (str) { var result = _super.exec.call(this, str); if (result) result.groups = buildGroups(result, this); return result; }; BabelRegExp.prototype[Symbol.replace] = function (str, substitution) { if (typeof substitution === \"string\") { var groups = _groups.get(this); return _super[Symbol.replace].call(this, str, substitution.replace(/\\$<([^>]+)>/g, function (_, name) { return \"$\" + groups[name]; })); } else if (typeof substitution === \"function\") { var _this = this; return _super[Symbol.replace].call(this, str, function () { var args = []; args.push.apply(args, arguments); if (_typeof(args[args.length - 1]) !== \"object\") { args.push(buildGroups(args, _this)); } return substitution.apply(this, args); }); } else { return _super[Symbol.replace].call(this, str, substitution); } }; function buildGroups(result, re) { var g = _groups.get(re); return Object.keys(g).reduce(function (groups, name) { groups[name] = result[g[name]]; return groups; }, Object.create(null)); } return _wrapRegExp.apply(this, arguments); }\n\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \"function\" && superClass !== null) { throw new TypeError(\"Super expression must either be null or a function\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }\n\nfunction _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === \"object\" || typeof call === \"function\")) { return call; } return _assertThisInitialized(self); }\n\nfunction _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\"); } return self; }\n\nfunction _wrapNativeSuper(Class) { var _cache = typeof Map === \"function\" ? new Map() : undefined; _wrapNativeSuper = function _wrapNativeSuper(Class) { if (Class === null || !_isNativeFunction(Class)) return Class; if (typeof Class !== \"function\") { throw new TypeError(\"Super expression must either be null or a function\"); } if (typeof _cache !== \"undefined\") { if (_cache.has(Class)) return _cache.get(Class); _cache.set(Class, Wrapper); } function Wrapper() { return _construct(Class, arguments, _getPrototypeOf(this).constructor); } Wrapper.prototype = Object.create(Class.prototype, { constructor: { value: Wrapper, enumerable: false, writable: true, configurable: true } }); return _setPrototypeOf(Wrapper, Class); }; return _wrapNativeSuper(Class); }\n\nfunction _construct(Parent, args, Class) { if (_isNativeReflectConstruct()) { _construct = Reflect.construct; } else { _construct = function _construct(Parent, args, Class) { var a = [null]; a.push.apply(a, args); var Constructor = Function.bind.apply(Parent, a); var instance = new Constructor(); if (Class) _setPrototypeOf(instance, Class.prototype); return instance; }; } return _construct.apply(null, arguments); }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } }\n\nfunction _isNativeFunction(fn) { return Function.toString.call(fn).indexOf(\"[native code]\") !== -1; }\n\nfunction _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\n\nfunction _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\n\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\nvar _default = {\n name: \"Article\",\n router: _route.default,\n store: _store.default,\n props: ['item'],\n data: function data() {\n return {\n index: -1,\n prevnext: {},\n uuid: null,\n content: null,\n loading: true,\n lightbox_index: null\n };\n },\n computed: _objectSpread({}, (0, _vuex.mapState)({\n items: function items(state) {\n return state.Blabla.items;\n }\n })),\n created: function created() {\n this.getArticle();\n },\n methods: _objectSpread(_objectSpread({}, (0, _vuex.mapActions)({\n getItems: 'Blabla/getItems',\n getItemIndex: 'Blabla/getItemIndex',\n getPrevNextItems: 'Blabla/getPrevNextItems'\n })), {}, {\n getArticle: function getArticle() {\n var _this = this;\n\n console.log(this.$route); // get the article uuid\n\n if (this.$route.query.uuid) {\n // we come from internal link with vuejs\n // directly record uuid\n this.uuid = this.$route.query.uuid;\n } else if (drupalDecoupled.entity_type == 'node' && drupalDecoupled.entity_bundle == 'article') {\n // we landed in an internal page\n // get the uuid from drupalDeclouped, provided by materio_decoupled.module\n this.uuid = drupalDecoupled.entity_uuid;\n }\n\n if (this.uuid) {\n this.loadArticle(); // get the prev next items\n\n if (!this.items.length) {\n // if items list not yet loaded preload them\n this.getItems().then(function () {\n // then get the index\n _this.getIndex();\n });\n } else {\n // or directly get the index\n this.getIndex();\n }\n } else {\n // if for any reason we dont have the uuid\n // redirect to home\n this.$route.replace('home');\n }\n },\n getIndex: function getIndex() {\n var _this2 = this;\n\n console.log(\"Article getIndex\");\n this.getItemIndex(this.uuid).then(function (index) {\n _this2.index = index; // console.log('article index', index, this);\n\n _this2.getPrevNextItems(index).then(function (pn) {\n _this2.prevnext = pn;\n });\n });\n },\n loadArticle: function loadArticle() {\n var _this3 = this;\n\n console.log('loadArticle', this.uuid);\n this.loading = true;\n var params = {\n include: 'field_linked_materials.images,field_showroom,field_tags,field_thesaurus,field_visuel,uid'\n };\n\n var q = _querystringEs.default.stringify(params);\n\n _jsonAxios.JSONAPI.get(\"node/article/\".concat(this.uuid, \"?\").concat(q)).then(function (_ref) {\n var data = _ref.data;\n console.log('loadArticle data', data);\n\n _this3.parseData(data);\n }).catch(function (error) {\n console.warn('Issue with loadArticle', error);\n Promise.reject(error);\n });\n },\n parseData: function parseData(data) {\n var _this4 = this;\n\n var attrs = data.data.attributes;\n var relations = data.data.relationships;\n console.log('relations', relations);\n var inc = data.included;\n console.log('included', inc);\n this.content = {\n title: attrs.title,\n body: attrs.body.value\n }; // build lightbox array\n // will be filled by videos and field_visuel\n\n this.content.lightbox_items = []; // parse embeded videos pushing it in lightbox\n\n for (var key in attrs.field_video) {\n var videolink = attrs.field_video[key]; // console.log('videolink', videolink);\n\n var provider_regex = /*#__PURE__*/_wrapRegExp(/https:\\/\\/(www\\.)?(youtube|vimeo)\\.com\\/.+/, {\n provider: 2\n });\n\n var match = provider_regex.exec(videolink); // console.log('provider', match.groups.provider);\n\n var video_id = null;\n var video_thumb = null;\n\n switch (match.groups.provider) {\n case 'vimeo':\n var vimeo_regex = /*#__PURE__*/_wrapRegExp(/https:\\/\\/vimeo\\.com\\/([0-9]+)/, {\n id: 1\n });\n\n video_id = vimeo_regex.exec(videolink).groups.id || null; // TODO: get the vimeo thumb https://coderwall.com/p/fdrdmg/get-a-thumbnail-from-a-vimeo-video\n\n video_thumb = \"http://blogpeda.ac-poitiers.fr/ent-lyc/files/2015/06/Vimeo_icon_block.png\";\n break;\n\n case 'youtube':\n var youtube_regex = /*#__PURE__*/_wrapRegExp(/https:\\/\\/(www\\.)?youtube\\.com\\/watch\\?v=(.+)/, {\n id: 2\n });\n\n video_id = youtube_regex.exec(videolink).groups.id || null;\n video_thumb = \"http://img.youtube.com/vi/\" + video_id + \"/0.jpg\";\n break;\n } // console.log('video_id', video_id);\n\n\n this.content.lightbox_items.push({\n src: videolink,\n title: \"\",\n description: \"\",\n thumb: video_thumb\n }); // this.content.videos.push({\n // provider: match.groups.provider,\n // id: video_id,\n // href: videolink\n // });\n } // parse all relationships\n\n\n var _loop = function _loop(_key) {\n // skip loop if the property is from prototype\n if (!relations.hasOwnProperty(_key)) return \"continue\";\n var relation_obj = relations[_key];\n console.log(\"relation\", _key, relation_obj); // console.log('typeof relation_obj.data', typeof relation_obj.data);\n\n if (!relation_obj.data) return \"continue\"; // showroom is unique field so no array in data\n // we parse it here\n\n switch (_key) {\n case 'field_showroom':\n var included = inc.find(function (i) {\n return i.id == relation_obj.data.id;\n }); // console.log('included',included);\n\n _this4.content[_key] = included.attributes;\n break;\n } // skip relation_obj if data is not array\n\n\n if (!Array.isArray(relation_obj.data)) return \"continue\"; // create empty field array\n\n _this4.content[_key] = []; // parse relationship values using included\n\n var field = {}; // loop through all relation items\n\n relation_obj.data.forEach(function (e) {\n // get the included values for each item using id\n var included = inc.find(function (i) {\n return i.id == e.id;\n }); // if we not found an included item skip the item\n\n if (typeof included != 'undefined') {\n // fill the item values\n switch (_key) {\n case 'field_visuel':\n // build the field object (not used for now)\n field = e.meta;\n field.id = e.id;\n field.src = included.attributes.uri.url;\n field.thumb = included.links.article_card_medium.href;\n break;\n\n case 'field_linked_materials':\n field = included.attributes;\n field.id = field.uuid = included.id; // get the linked material included images\n\n field.images = [];\n included.relationships.images.data.forEach(function (img) {\n // console.log('href', img.meta.imageDerivatives.links.card_medium.href);\n if (img.meta.imageDerivatives) {\n field.images.push({\n title: img.meta.title,\n src: img.meta.imageDerivatives.links.hd.href,\n img_styles: {\n card_medium: img.meta.imageDerivatives.links.card_medium.href,\n card_full: img.meta.imageDerivatives.links.card_full.href\n }\n });\n }\n });\n break;\n\n case 'field_thesaurus':\n case 'field_tags':\n field = included.attributes;\n field.id = included.id;\n break;\n\n default:\n }\n\n _this4.content[_key].push(field);\n }\n });\n };\n\n for (var _key in relations) {\n var _ret = _loop(_key);\n\n if (_ret === \"continue\") continue;\n } // extract first visuel as accroche\n\n\n this.content.image_accroche = this.content.field_visuel.shift(); // fill the lightbox\n\n var _iterator = _createForOfIteratorHelper(this.content.field_visuel),\n _step;\n\n try {\n for (_iterator.s(); !(_step = _iterator.n()).done;) {\n var visuel = _step.value;\n this.content.lightbox_items.push(visuel);\n }\n } catch (err) {\n _iterator.e(err);\n } finally {\n _iterator.f();\n }\n\n console.log('this.content.lightbox_items', this.content.lightbox_items); // update main page title\n\n this.$store.commit('Common/setPagetitle', this.content.title);\n this.loading = false;\n console.log('article.content', this.content); // this.getFieldDefinition()\n },\n // getFieldDefinition(field){\n // // JSONAPI.get(`field_config/${field}`)\n // // .then(({ data }) => {\n // // console.log('getFieldDefinition data', data)\n // // })\n // // .catch(( error ) => {\n // // console.warn('Issue with getFieldDefinition', error)\n // // Promise.reject(error)\n // // })\n // REST.get('/entity/node_type/materiau?_format=json')\n // .then((data) => {\n // console.log('getFieldDefiintion', data)\n // })\n // .catch(error => {\n // console.warn('Issue with getFieldDefiintion', error)\n // Promise.reject(error)\n // })\n //\n // },\n onNext: function onNext() {\n // console.log('clicked on next', this.prevnext.next);\n var alias = this.prevnext.next.view_node.replace(/^.?\\/blabla\\//g, '');\n this.$router.push({\n name: \"article\",\n params: {\n alias: alias\n },\n query: {\n uuid: this.prevnext.next.uuid\n }\n });\n },\n onPrev: function onPrev() {\n // console.log('clicked on prev', this.prevnext.next);\n var alias = this.prevnext.prev.view_node.replace(/^.?\\/blabla\\//g, '');\n this.$router.push({\n name: \"article\",\n params: {\n alias: alias\n },\n query: {\n uuid: this.prevnext.prev.uuid\n }\n });\n },\n setLightboxIndex: function setLightboxIndex(index) {\n this.lightbox_index = index;\n }\n }),\n components: {\n Card: _Card.default\n },\n watch: {\n '$route': function $route(to, from) {\n console.log('route change');\n this.getArticle();\n }\n }\n};\nexports.default = _default;\n\n//# sourceURL=webpack://materio.com/./web/themes/custom/materiotheme/vuejs/components/Pages/Article.vue?./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/lib/index.js??vue-loader-options"); /***/ }), @@ -1007,13 +1007,14 @@ eval("\n\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n})); \************************************************************/ /*! flagged exports */ /*! export __esModule [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export default [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export i18n [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export loadLanguageAsync [provided] [no usage info] [missing usage info prevents renaming] */ /*! other exports [not provided] [no usage info] */ /*! runtime requirements: __webpack_exports__, __webpack_require__ */ /***/ ((__unused_webpack_module, exports, __webpack_require__) => { "use strict"; -eval("\n\nfunction _typeof(obj) { \"@babel/helpers - typeof\"; if (typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; }; } return _typeof(obj); }\n\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports.default = void 0;\n\nvar _vue = _interopRequireDefault(__webpack_require__(/*! vue */ \"./node_modules/vue/dist/vue.js\"));\n\nvar _vueI18n = _interopRequireDefault(__webpack_require__(/*! vue-i18n */ \"./node_modules/vue-i18n/dist/vue-i18n.esm.js\"));\n\nvar en = _interopRequireWildcard(__webpack_require__(/*! ./en.json */ \"./web/themes/custom/materiotheme/vuejs/i18n/en.json\"));\n\nvar fr = _interopRequireWildcard(__webpack_require__(/*! ./fr.json */ \"./web/themes/custom/materiotheme/vuejs/i18n/fr.json\"));\n\nfunction _getRequireWildcardCache() { if (typeof WeakMap !== \"function\") return null; var cache = new WeakMap(); _getRequireWildcardCache = function _getRequireWildcardCache() { return cache; }; return cache; }\n\nfunction _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== \"object\" && typeof obj !== \"function\") { return { default: obj }; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\n_vue.default.use(_vueI18n.default);\n\nvar messages = {\n en: _objectSpread({}, en.default),\n fr: _objectSpread({}, fr.default)\n};\n\nvar _default = new _vueI18n.default({\n locale: 'en',\n messages: messages\n});\n\nexports.default = _default;\n\n//# sourceURL=webpack://materio.com/./web/themes/custom/materiotheme/vuejs/i18n/index.js?"); +eval("\n\nfunction _typeof(obj) { \"@babel/helpers - typeof\"; if (typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; }; } return _typeof(obj); }\n\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports.loadLanguageAsync = loadLanguageAsync;\nexports.i18n = void 0;\n\nvar _vue = _interopRequireDefault(__webpack_require__(/*! vue */ \"./node_modules/vue/dist/vue.js\"));\n\nvar _vueI18n = _interopRequireDefault(__webpack_require__(/*! vue-i18n */ \"./node_modules/vue-i18n/dist/vue-i18n.esm.js\"));\n\nvar en = _interopRequireWildcard(__webpack_require__(/*! locales/en.json */ \"./web/sites/default/files/lang/en.json\"));\n\nvar _axios = _interopRequireDefault(__webpack_require__(/*! axios */ \"./node_modules/axios/index.js\"));\n\nfunction _getRequireWildcardCache() { if (typeof WeakMap !== \"function\") return null; var cache = new WeakMap(); _getRequireWildcardCache = function _getRequireWildcardCache() { return cache; }; return cache; }\n\nfunction _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== \"object\" && typeof obj !== \"function\") { return { default: obj }; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\n// import * as fr from 'locales/fr.json'\n_vue.default.use(_vueI18n.default);\n\nvar messages = {\n en: _objectSpread({}, en.default)\n};\nvar i18n = new _vueI18n.default({\n locale: 'en',\n fallbackLocale: 'en',\n messages: messages\n});\nexports.i18n = i18n;\nvar loadedLanguages = ['en']; // our default language that is preloaded\n\nfunction setI18nLanguage(lang) {\n i18n.locale = lang; // axios.defaults.headers.common['Accept-Language'] = lang\n // document.querySelector('html').setAttribute('lang', lang)\n\n return lang;\n}\n\nfunction loadLanguageAsync(lang) {\n // If the same language\n if (i18n.locale === lang) {\n return Promise.resolve(setI18nLanguage(lang));\n } // If the language was already loaded\n\n\n if (loadedLanguages.includes(lang)) {\n return Promise.resolve(setI18nLanguage(lang));\n } // If the language hasn't been loaded yet\n // return import(/* webpackChunkName: \"lang-[request]\" */ `sites/default/files/lang/${lang}.json`).then(\n\n\n return _axios.default.get(\"/sites/default/files/lang/\".concat(lang, \".json\")).then(function (_ref) {\n var data = _ref.data;\n console.log(\"webpack import \".concat(lang, \" messages\"), data);\n i18n.setLocaleMessage(lang, data);\n loadedLanguages.push(lang);\n return setI18nLanguage(lang);\n });\n}\n\n//# sourceURL=webpack://materio.com/./web/themes/custom/materiotheme/vuejs/i18n/index.js?"); /***/ }), @@ -1109,7 +1110,7 @@ eval("\n\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n})); /***/ ((__unused_webpack_module, exports, __webpack_require__) => { "use strict"; -eval("\n\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports.default = void 0;\n\nvar _restAxios = __webpack_require__(/*! vuejs/api/rest-axios */ \"./web/themes/custom/materiotheme/vuejs/api/rest-axios.js\");\n\nvar _jsonAxios = __webpack_require__(/*! vuejs/api/json-axios */ \"./web/themes/custom/materiotheme/vuejs/api/json-axios.js\");\n\nvar _maAxios = __webpack_require__(/*! vuejs/api/ma-axios */ \"./web/themes/custom/materiotheme/vuejs/api/ma-axios.js\");\n\nvar _querystringEs = _interopRequireDefault(__webpack_require__(/*! querystring-es3 */ \"./node_modules/querystring-es3/index.js\"));\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nvar _default = {\n namespaced: true,\n // initial state\n state: {\n keys: '',\n term: '',\n uuids: [],\n items: [],\n offset: 0,\n limit: 15,\n infos: null,\n count: 0,\n noresults: false,\n // infinteState will come from vue-infinite-loading plugin\n // implemented in vuejs/components/Content/Base.vue\n infiniteLoadingState: null\n },\n // getters\n getters: {},\n // mutations\n mutations: {\n setUuids: function setUuids(state, uuids) {\n state.uuids = state.uuids.concat(uuids);\n },\n resetUuids: function resetUuids(state) {\n state.uuids = [];\n },\n setMaterials: function setMaterials(state, items) {\n state.items = state.items.concat(items);\n },\n resetItems: function resetItems(state) {\n state.items = [];\n },\n setKeys: function setKeys(state, keys) {\n state.keys = keys;\n },\n setTerm: function setTerm(state, term) {\n state.term = term;\n },\n setInfos: function setInfos(state, infos) {\n state.infos = infos;\n },\n setCount: function setCount(state, count) {\n state.count = count;\n },\n resetCount: function resetCount(state, count) {\n state.count = false;\n },\n setNoresults: function setNoresults(state) {\n state.noresults = true;\n },\n resetNoresults: function resetNoresults(state) {\n state.noresults = false;\n },\n resetOffset: function resetOffset(state) {\n state.offset = 0;\n },\n incrementOffset: function incrementOffset(state) {\n state.offset += state.limit;\n },\n setInfiniteState: function setInfiniteState(state, infiniteLoadingstate) {\n state.infiniteLoadingState = infiniteLoadingstate;\n }\n },\n // actions\n actions: {\n newSearch: function newSearch(_ref) {\n var dispatch = _ref.dispatch,\n commit = _ref.commit,\n state = _ref.state;\n console.log('Search newSearch');\n commit('resetUuids');\n commit('resetItems');\n commit('resetCount');\n commit('resetNoresults');\n commit('resetOffset');\n this.commit('Common/setPagetitle', state.keys);\n dispatch('getResults');\n },\n nextPage: function nextPage(_ref2, $infiniteLoadingstate) {\n var dispatch = _ref2.dispatch,\n commit = _ref2.commit,\n state = _ref2.state;\n console.log('Search nextPage', $infiniteLoadingstate);\n commit('incrementOffset');\n commit('setInfiniteState', $infiniteLoadingstate);\n dispatch('getResults');\n },\n getResults: function getResults(_ref3) {\n var dispatch = _ref3.dispatch,\n commit = _ref3.commit,\n state = _ref3.state;\n var params = {\n keys: state.keys,\n term: state.term,\n offset: state.offset,\n limit: state.limit\n }; // console.log('Search getResults params', params);\n\n var q = _querystringEs.default.stringify(params);\n\n return _maAxios.MA.get('/materio_sapi/getresults?' + q).then(function (_ref4) {\n var data = _ref4.data;\n console.log('search MA getresults data', data); // commit('setItems', data.items)\n\n commit('setInfos', data.infos);\n commit('setCount', data.count);\n\n if (data.count) {\n commit('setUuids', data.uuids); // loadMaterials is on mixins\n // https://github.com/huybuidac/vuex-extensions\n\n dispatch('loadMaterials', {\n uuids: data.uuids,\n imgStyle: ['card_medium', 'card_full'],\n callBack: 'loadMaterialsCallBack'\n });\n } else {\n commit('setNoresults');\n }\n }).catch(function (error) {\n console.warn('Issue with getResults', error);\n Promise.reject(error);\n });\n },\n loadMaterialsCallBack: function loadMaterialsCallBack(_ref5, _ref6) {\n var commit = _ref5.commit,\n state = _ref5.state;\n var items = _ref6.items,\n callBackArgs = _ref6.callBackArgs;\n console.log('search loadMaterialsCallBack', items);\n commit('setMaterials', items);\n\n if (state.infiniteLoadingState) {\n if (state.offset + state.limit > state.count) {\n console.log('Search infinite completed'); // tell to vue-infinite-loading plugin that there si no new page\n\n state.infiniteLoadingState.complete();\n } else {\n console.log('Search infinite loaded'); // tell to vue-infinite-loading plugin that newpage is loaded\n\n state.infiniteLoadingState.loaded();\n }\n }\n }\n }\n};\nexports.default = _default;\n\n//# sourceURL=webpack://materio.com/./web/themes/custom/materiotheme/vuejs/store/modules/search.js?"); +eval("\n\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports.default = void 0;\n\nvar _maAxios = __webpack_require__(/*! vuejs/api/ma-axios */ \"./web/themes/custom/materiotheme/vuejs/api/ma-axios.js\");\n\nvar _querystringEs = _interopRequireDefault(__webpack_require__(/*! querystring-es3 */ \"./node_modules/querystring-es3/index.js\"));\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\n// import { REST } from 'vuejs/api/rest-axios'\n// import { JSONAPI } from 'vuejs/api/json-axios'\nvar _default = {\n namespaced: true,\n // initial state\n state: {\n keys: '',\n term: '',\n uuids: [],\n items: [],\n offset: 0,\n limit: 15,\n infos: null,\n count: 0,\n noresults: false,\n // infinteState will come from vue-infinite-loading plugin\n // implemented in vuejs/components/Content/Base.vue\n infiniteLoadingState: null\n },\n // getters\n getters: {},\n // mutations\n mutations: {\n setUuids: function setUuids(state, uuids) {\n state.uuids = state.uuids.concat(uuids);\n },\n resetUuids: function resetUuids(state) {\n state.uuids = [];\n },\n setMaterials: function setMaterials(state, items) {\n state.items = state.items.concat(items);\n },\n resetItems: function resetItems(state) {\n state.items = [];\n },\n setKeys: function setKeys(state, keys) {\n state.keys = keys;\n },\n setTerm: function setTerm(state, term) {\n state.term = term;\n },\n setInfos: function setInfos(state, infos) {\n state.infos = infos;\n },\n setCount: function setCount(state, count) {\n state.count = count;\n },\n resetCount: function resetCount(state, count) {\n state.count = false;\n },\n setNoresults: function setNoresults(state) {\n state.noresults = true;\n },\n resetNoresults: function resetNoresults(state) {\n state.noresults = false;\n },\n resetOffset: function resetOffset(state) {\n state.offset = 0;\n },\n incrementOffset: function incrementOffset(state) {\n state.offset += state.limit;\n },\n setInfiniteState: function setInfiniteState(state, infiniteLoadingstate) {\n state.infiniteLoadingState = infiniteLoadingstate;\n }\n },\n // actions\n actions: {\n newSearch: function newSearch(_ref) {\n var dispatch = _ref.dispatch,\n commit = _ref.commit,\n state = _ref.state;\n console.log('Search newSearch');\n commit('resetUuids');\n commit('resetItems');\n commit('resetCount');\n commit('resetNoresults');\n commit('resetOffset');\n this.commit('Common/setPagetitle', state.keys);\n dispatch('getResults');\n },\n nextPage: function nextPage(_ref2, $infiniteLoadingstate) {\n var dispatch = _ref2.dispatch,\n commit = _ref2.commit,\n state = _ref2.state;\n console.log('Search nextPage', $infiniteLoadingstate);\n commit('incrementOffset');\n commit('setInfiniteState', $infiniteLoadingstate);\n dispatch('getResults');\n },\n getResults: function getResults(_ref3) {\n var dispatch = _ref3.dispatch,\n commit = _ref3.commit,\n state = _ref3.state;\n var params = {\n keys: state.keys,\n term: state.term,\n offset: state.offset,\n limit: state.limit\n }; // console.log('Search getResults params', params);\n\n var q = _querystringEs.default.stringify(params);\n\n return _maAxios.MA.get('/materio_sapi/getresults?' + q).then(function (_ref4) {\n var data = _ref4.data;\n console.log('search MA getresults data', data); // commit('setItems', data.items)\n\n commit('setInfos', data.infos);\n commit('setCount', data.count);\n\n if (data.count) {\n commit('setUuids', data.uuids); // loadMaterials is on mixins\n // https://github.com/huybuidac/vuex-extensions\n\n dispatch('loadMaterials', {\n uuids: data.uuids,\n imgStyle: ['card_medium', 'card_full'],\n callBack: 'loadMaterialsCallBack'\n });\n } else {\n commit('setNoresults');\n }\n }).catch(function (error) {\n console.warn('Issue with getResults', error);\n Promise.reject(error);\n });\n },\n loadMaterialsCallBack: function loadMaterialsCallBack(_ref5, _ref6) {\n var commit = _ref5.commit,\n state = _ref5.state;\n var items = _ref6.items,\n callBackArgs = _ref6.callBackArgs;\n console.log('search loadMaterialsCallBack', items);\n commit('setMaterials', items);\n\n if (state.infiniteLoadingState) {\n if (state.offset + state.limit > state.count) {\n console.log('Search infinite completed'); // tell to vue-infinite-loading plugin that there si no new page\n\n state.infiniteLoadingState.complete();\n } else {\n console.log('Search infinite loaded'); // tell to vue-infinite-loading plugin that newpage is loaded\n\n state.infiniteLoadingState.loaded();\n }\n }\n }\n }\n};\nexports.default = _default;\n\n//# sourceURL=webpack://materio.com/./web/themes/custom/materiotheme/vuejs/store/modules/search.js?"); /***/ }), @@ -2665,7 +2666,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"render\": () => /* binding */ render,\n/* harmony export */ \"staticRenderFns\": () => /* binding */ staticRenderFns\n/* harmony export */ });\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return !_vm.content || _vm.loading\n ? _c(\"div\", { staticClass: \"loading\" }, [\n _c(\"span\", [_vm._v(\"Loading ...\")])\n ])\n : _c(\"article\", { staticClass: \"article\" }, [\n _c(\"nav\", { staticClass: \"prevnext top\" }, [\n _c(\"ul\", [\n _c(\"li\", [\n _vm.prevnext.prev\n ? _c(\"a\", {\n attrs: { href: \"#\" },\n domProps: { innerHTML: _vm._s(_vm.prevnext.prev.title) },\n on: {\n click: function($event) {\n $event.preventDefault()\n return _vm.onPrev($event)\n }\n }\n })\n : _vm._e()\n ]),\n _vm._v(\" \"),\n _c(\"li\", [\n _vm.prevnext.next\n ? _c(\"a\", {\n attrs: { href: \"#\" },\n domProps: { innerHTML: _vm._s(_vm.prevnext.next.title) },\n on: {\n click: function($event) {\n $event.preventDefault()\n return _vm.onNext($event)\n }\n }\n })\n : _vm._e()\n ])\n ])\n ]),\n _vm._v(\" \"),\n _c(\"div\", { staticClass: \"cols\" }, [\n _c(\"div\", { staticClass: \"col col-left\" }, [\n _vm.content.image_accroche\n ? _c(\"section\", { staticClass: \"accroche\" }, [\n _c(\"figure\", [\n _c(\"img\", {\n attrs: {\n src: _vm.content.image_accroche.src,\n alt: _vm.content.image_accroche.alt,\n title: _vm.content.image_accroche.title\n }\n })\n ])\n ])\n : _vm._e(),\n _vm._v(\" \"),\n _c(\"section\", { staticClass: \"taxonomy\" }, [\n _c(\"div\", { staticClass: \"thesaurus\" }, [\n _c(\n \"ul\",\n _vm._l(_vm.content.field_thesaurus, function(term) {\n return _c(\"li\", { key: term.id }, [\n _vm._v(_vm._s(term.name))\n ])\n }),\n 0\n )\n ]),\n _vm._v(\" \"),\n _c(\"div\", { staticClass: \"tags\" }, [\n _c(\n \"ul\",\n _vm._l(_vm.content.field_tags, function(term) {\n return _c(\"li\", { key: term.id }, [\n _vm._v(_vm._s(term.name))\n ])\n }),\n 0\n )\n ])\n ]),\n _vm._v(\" \"),\n _vm.content.field_showroom\n ? _c(\"section\", { staticClass: \"showroom\" }, [\n _c(\"h2\", [_vm._v(_vm._s(_vm.content.field_showroom.name))]),\n _vm._v(\" \"),\n _c(\n \"a\",\n {\n staticClass: \"mail\",\n attrs: {\n href:\n \"mail:\" +\n _vm.content.field_showroom.field_public_email\n }\n },\n [\n _vm._v(\n \"\\n \" +\n _vm._s(_vm.content.field_showroom.field_public_email)\n )\n ]\n ),\n _vm._v(\" \"),\n _c(\"br\"),\n _vm._v(\" \"),\n _c(\n \"a\",\n {\n staticClass: \"phone\",\n attrs: {\n href:\n \"tel:\" + _vm.content.field_showroom.field_public_phone\n }\n },\n [\n _vm._v(\n \"\\n \" +\n _vm._s(_vm.content.field_showroom.field_public_phone)\n )\n ]\n )\n ])\n : _vm._e()\n ]),\n _vm._v(\" \"),\n _c(\n \"div\",\n { staticClass: \"col col-right\" },\n [\n _c(\"section\", {\n staticClass: \"body\",\n domProps: { innerHTML: _vm._s(_vm.content.body) }\n }),\n _vm._v(\" \"),\n _c(\"CoolLightBox\", {\n attrs: {\n items: _vm.content.lightbox_items,\n index: _vm.lightbox_index,\n loop: true\n },\n on: {\n close: function($event) {\n _vm.lightbox_index = null\n }\n }\n }),\n _vm._v(\" \"),\n _c(\n \"div\",\n { staticClass: \"gallery-wrapper\" },\n _vm._l(_vm.content.lightbox_items, function(image, imageIndex) {\n return _c(\"div\", {\n key: imageIndex,\n staticClass: \"image\",\n style: { backgroundImage: \"url(\" + image.thumb + \")\" },\n on: {\n click: function($event) {\n return _vm.setLightboxIndex(imageIndex)\n }\n }\n })\n }),\n 0\n ),\n _vm._v(\" \"),\n _c(\"aside\", { staticClass: \"linked-materials\" }, [\n _c(\"h3\", { staticClass: \"field__label\" }, [\n _vm._v(\"Linked Materials\")\n ]),\n _vm._v(\" \"),\n _c(\"div\", { staticClass: \"card-list\" }, [\n _c(\n \"ul\",\n {},\n _vm._l(_vm.content.field_linked_materials, function(node) {\n return _c(\n \"li\",\n { key: node.id },\n [_c(\"Card\", { attrs: { item: node } })],\n 1\n )\n }),\n 0\n )\n ])\n ])\n ],\n 1\n )\n ]),\n _vm._v(\" \"),\n _c(\"nav\", { staticClass: \"prevnext bottom\" }, [\n _c(\"ul\", [\n _c(\"li\", [\n _vm.prevnext.prev\n ? _c(\"a\", {\n attrs: { href: \"#\" },\n domProps: { innerHTML: _vm._s(_vm.prevnext.prev.title) },\n on: {\n click: function($event) {\n $event.preventDefault()\n return _vm.onPrev($event)\n }\n }\n })\n : _vm._e()\n ]),\n _vm._v(\" \"),\n _c(\"li\", [\n _vm.prevnext.next\n ? _c(\"a\", {\n attrs: { href: \"#\" },\n domProps: { innerHTML: _vm._s(_vm.prevnext.next.title) },\n on: {\n click: function($event) {\n $event.preventDefault()\n return _vm.onNext($event)\n }\n }\n })\n : _vm._e()\n ])\n ])\n ])\n ])\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://materio.com/./web/themes/custom/materiotheme/vuejs/components/Pages/Article.vue?./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib/index.js??vue-loader-options"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"render\": () => /* binding */ render,\n/* harmony export */ \"staticRenderFns\": () => /* binding */ staticRenderFns\n/* harmony export */ });\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return !_vm.content || _vm.loading\n ? _c(\"div\", { staticClass: \"loading\" }, [\n _c(\"span\", [_vm._v(\"Loading ...\")])\n ])\n : _c(\"article\", { staticClass: \"article\" }, [\n _c(\"nav\", { staticClass: \"prevnext top\" }, [\n _c(\"ul\", [\n _c(\"li\", [\n _vm.prevnext.prev\n ? _c(\"a\", {\n attrs: { href: \"#\" },\n domProps: { innerHTML: _vm._s(_vm.prevnext.prev.title) },\n on: {\n click: function($event) {\n $event.preventDefault()\n return _vm.onPrev($event)\n }\n }\n })\n : _vm._e()\n ]),\n _vm._v(\" \"),\n _c(\"li\", [\n _vm.prevnext.next\n ? _c(\"a\", {\n attrs: { href: \"#\" },\n domProps: { innerHTML: _vm._s(_vm.prevnext.next.title) },\n on: {\n click: function($event) {\n $event.preventDefault()\n return _vm.onNext($event)\n }\n }\n })\n : _vm._e()\n ])\n ])\n ]),\n _vm._v(\" \"),\n _c(\"div\", { staticClass: \"cols\" }, [\n _c(\"div\", { staticClass: \"col col-left\" }, [\n _vm.content.image_accroche\n ? _c(\"section\", { staticClass: \"accroche\" }, [\n _c(\"figure\", [\n _c(\"img\", {\n attrs: {\n src: _vm.content.image_accroche.src,\n alt: _vm.content.image_accroche.alt,\n title: _vm.content.image_accroche.title\n }\n })\n ])\n ])\n : _vm._e(),\n _vm._v(\" \"),\n _c(\"section\", { staticClass: \"taxonomy\" }, [\n _c(\"div\", { staticClass: \"thesaurus\" }, [\n _c(\n \"ul\",\n _vm._l(_vm.content.field_thesaurus, function(term) {\n return _c(\"li\", { key: term.id }, [\n _vm._v(_vm._s(term.name))\n ])\n }),\n 0\n )\n ]),\n _vm._v(\" \"),\n _c(\"div\", { staticClass: \"tags\" }, [\n _c(\n \"ul\",\n _vm._l(_vm.content.field_tags, function(term) {\n return _c(\"li\", { key: term.id }, [\n _vm._v(_vm._s(term.name))\n ])\n }),\n 0\n )\n ])\n ]),\n _vm._v(\" \"),\n _vm.content.field_showroom\n ? _c(\"section\", { staticClass: \"showroom\" }, [\n _c(\"h2\", [_vm._v(_vm._s(_vm.content.field_showroom.name))]),\n _vm._v(\" \"),\n _c(\n \"a\",\n {\n staticClass: \"mail\",\n attrs: {\n href:\n \"mail:\" +\n _vm.content.field_showroom.field_public_email\n }\n },\n [\n _vm._v(\n \"\\n \" +\n _vm._s(_vm.content.field_showroom.field_public_email)\n )\n ]\n ),\n _vm._v(\" \"),\n _c(\"br\"),\n _vm._v(\" \"),\n _c(\n \"a\",\n {\n staticClass: \"phone\",\n attrs: {\n href:\n \"tel:\" + _vm.content.field_showroom.field_public_phone\n }\n },\n [\n _vm._v(\n \"\\n \" +\n _vm._s(_vm.content.field_showroom.field_public_phone)\n )\n ]\n )\n ])\n : _vm._e()\n ]),\n _vm._v(\" \"),\n _c(\n \"div\",\n { staticClass: \"col col-right\" },\n [\n _c(\"section\", {\n staticClass: \"body\",\n domProps: { innerHTML: _vm._s(_vm.content.body) }\n }),\n _vm._v(\" \"),\n _c(\"CoolLightBox\", {\n attrs: {\n items: _vm.content.lightbox_items,\n index: _vm.lightbox_index,\n loop: true\n },\n on: {\n close: function($event) {\n _vm.lightbox_index = null\n }\n }\n }),\n _vm._v(\" \"),\n _c(\n \"div\",\n { staticClass: \"gallery-wrapper\" },\n _vm._l(_vm.content.lightbox_items, function(image, imageIndex) {\n return _c(\"div\", {\n key: imageIndex,\n staticClass: \"image\",\n style: { backgroundImage: \"url(\" + image.thumb + \")\" },\n on: {\n click: function($event) {\n return _vm.setLightboxIndex(imageIndex)\n }\n }\n })\n }),\n 0\n ),\n _vm._v(\" \"),\n _c(\"aside\", { staticClass: \"linked-materials\" }, [\n _c(\"h3\", { staticClass: \"field__label\" }, [\n _vm._v(_vm._s(_vm.$t(\"materio.Linked Materials\")))\n ]),\n _vm._v(\" \"),\n _c(\"div\", { staticClass: \"card-list\" }, [\n _c(\n \"ul\",\n {},\n _vm._l(_vm.content.field_linked_materials, function(node) {\n return _c(\n \"li\",\n { key: node.id },\n [_c(\"Card\", { attrs: { item: node } })],\n 1\n )\n }),\n 0\n )\n ])\n ])\n ],\n 1\n )\n ]),\n _vm._v(\" \"),\n _c(\"nav\", { staticClass: \"prevnext bottom\" }, [\n _c(\"ul\", [\n _c(\"li\", [\n _vm.prevnext.prev\n ? _c(\"a\", {\n attrs: { href: \"#\" },\n domProps: { innerHTML: _vm._s(_vm.prevnext.prev.title) },\n on: {\n click: function($event) {\n $event.preventDefault()\n return _vm.onPrev($event)\n }\n }\n })\n : _vm._e()\n ]),\n _vm._v(\" \"),\n _c(\"li\", [\n _vm.prevnext.next\n ? _c(\"a\", {\n attrs: { href: \"#\" },\n domProps: { innerHTML: _vm._s(_vm.prevnext.next.title) },\n on: {\n click: function($event) {\n $event.preventDefault()\n return _vm.onNext($event)\n }\n }\n })\n : _vm._e()\n ])\n ])\n ])\n ])\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://materio.com/./web/themes/custom/materiotheme/vuejs/components/Pages/Article.vue?./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib/index.js??vue-loader-options"); /***/ }), @@ -2761,7 +2762,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"render\": () => /* binding */ render,\n/* harmony export */ \"staticRenderFns\": () => /* binding */ staticRenderFns\n/* harmony export */ });\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { attrs: { id: \"user-flags\" } }, [\n _c(\"h2\", { staticClass: \"mdi mdi-folder-outline\" }, [\n _vm._v(\"My folders (\" + _vm._s(_vm.collsLength) + \")\")\n ]),\n _vm._v(\" \"),\n _c(\n \"ul\",\n [\n _vm._l(_vm.flagcolls, function(coll) {\n return _vm.flagcolls\n ? _c(\"li\", { key: coll.id }, [\n _c(\n \"h5\",\n {\n attrs: { flagcollid: coll.id },\n on: {\n click: function($event) {\n $event.preventDefault()\n return _vm.onOpenFlagColl($event)\n }\n }\n },\n [\n _vm._v(\n _vm._s(coll.name) + \" (\" + _vm._s(coll.items.length) + \")\"\n )\n ]\n ),\n _vm._v(\" \"),\n _c(\"div\", { staticClass: \"actions\" }, [\n _c(\"span\", {\n staticClass: \"delete-btn mdi\",\n class: _vm.flagDeletingClassObj,\n attrs: { flagcollid: coll.id },\n on: {\n click: function($event) {\n $event.preventDefault()\n return _vm.onDeleteFlagColl($event)\n }\n }\n })\n ])\n ])\n : _vm._e()\n }),\n _vm._v(\" \"),\n _vm.collsLength < 15\n ? _c(\"li\", { staticClass: \"create-flag\" }, [\n _c(\"input\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.new_folder_name,\n expression: \"new_folder_name\"\n }\n ],\n attrs: { placeholder: \"new folder\" },\n domProps: { value: _vm.new_folder_name },\n on: {\n keyup: function($event) {\n if (\n !$event.type.indexOf(\"key\") &&\n _vm._k($event.keyCode, \"enter\", 13, $event.key, \"Enter\")\n ) {\n return null\n }\n $event.preventDefault()\n $event.stopPropagation()\n return _vm.onCreateFlagColl($event)\n },\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.new_folder_name = $event.target.value\n }\n }\n }),\n _vm._v(\" \"),\n _c(\"span\", {\n staticClass: \"add-btn mdi\",\n class: _vm.addFlagBtnClassObj,\n on: {\n click: function($event) {\n $event.preventDefault()\n $event.stopPropagation()\n return _vm.onCreateFlagColl($event)\n }\n }\n })\n ])\n : _vm._e()\n ],\n 2\n )\n ])\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://materio.com/./web/themes/custom/materiotheme/vuejs/components/User/UserFlags.vue?./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib/index.js??vue-loader-options"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"render\": () => /* binding */ render,\n/* harmony export */ \"staticRenderFns\": () => /* binding */ staticRenderFns\n/* harmony export */ });\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { attrs: { id: \"user-flags\" } }, [\n _c(\"h2\", { staticClass: \"mdi mdi-folder-outline\" }, [\n _vm._v(\n _vm._s(_vm.$t(\"materio.My folders\")) +\n \" (\" +\n _vm._s(_vm.collsLength) +\n \")\"\n )\n ]),\n _vm._v(\" \"),\n _c(\n \"ul\",\n [\n _vm._l(_vm.flagcolls, function(coll) {\n return _vm.flagcolls\n ? _c(\"li\", { key: coll.id }, [\n _c(\n \"h5\",\n {\n attrs: { flagcollid: coll.id },\n on: {\n click: function($event) {\n $event.preventDefault()\n return _vm.onOpenFlagColl($event)\n }\n }\n },\n [\n _vm._v(\n _vm._s(coll.name) + \" (\" + _vm._s(coll.items.length) + \")\"\n )\n ]\n ),\n _vm._v(\" \"),\n _c(\"div\", { staticClass: \"actions\" }, [\n _c(\"span\", {\n staticClass: \"delete-btn mdi\",\n class: _vm.flagDeletingClassObj,\n attrs: { flagcollid: coll.id },\n on: {\n click: function($event) {\n $event.preventDefault()\n return _vm.onDeleteFlagColl($event)\n }\n }\n })\n ])\n ])\n : _vm._e()\n }),\n _vm._v(\" \"),\n _vm.collsLength < 15\n ? _c(\"li\", { staticClass: \"create-flag\" }, [\n _c(\"input\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.new_folder_name,\n expression: \"new_folder_name\"\n }\n ],\n attrs: { placeholder: \"new folder\" },\n domProps: { value: _vm.new_folder_name },\n on: {\n keyup: function($event) {\n if (\n !$event.type.indexOf(\"key\") &&\n _vm._k($event.keyCode, \"enter\", 13, $event.key, \"Enter\")\n ) {\n return null\n }\n $event.preventDefault()\n $event.stopPropagation()\n return _vm.onCreateFlagColl($event)\n },\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.new_folder_name = $event.target.value\n }\n }\n }),\n _vm._v(\" \"),\n _c(\"span\", {\n staticClass: \"add-btn mdi\",\n class: _vm.addFlagBtnClassObj,\n on: {\n click: function($event) {\n $event.preventDefault()\n $event.stopPropagation()\n return _vm.onCreateFlagColl($event)\n }\n }\n })\n ])\n : _vm._e()\n ],\n 2\n )\n ])\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://materio.com/./web/themes/custom/materiotheme/vuejs/components/User/UserFlags.vue?./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib/index.js??vue-loader-options"); /***/ }), @@ -2796,10 +2797,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ }), -/***/ "./web/themes/custom/materiotheme/vuejs/i18n/en.json": -/*!***********************************************************!*\ - !*** ./web/themes/custom/materiotheme/vuejs/i18n/en.json ***! - \***********************************************************/ +/***/ "./web/sites/default/files/lang/en.json": +/*!**********************************************!*\ + !*** ./web/sites/default/files/lang/en.json ***! + \**********************************************/ /*! default exports */ /*! export Abbreviated 1 letter weekday Friday [provided] [no usage info] [missing usage info prevents renaming] */ /*! export F [provided] [no usage info] [missing usage info prevents renaming] */ @@ -2959,14 +2960,18 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Content translation synchronized fields [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Count [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Country [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Currency [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Datetime format valid for datetime type. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Deleted workspace [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Email [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Entity Reference Supported New Entities [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Entity Reference reference access [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Entity Reference valid reference [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Entity changed [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Entity has field [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Entity type [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Entity untranslatable fields [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Entity workspace conflict [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Feed URL [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Feed title [provided] [no usage info] [missing usage info prevents renaming] */ /*! export File URI [provided] [no usage info] [missing usage info prevents renaming] */ @@ -2985,6 +2990,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Primitive type [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Range [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Regex [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Telephone [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Unique field constraint [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Universally Unique Identifier [provided] [no usage info] [missing usage info prevents renaming] */ /*! export User email required [provided] [no usage info] [missing usage info prevents renaming] */ @@ -2992,6 +2998,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export User name [provided] [no usage info] [missing usage info prevents renaming] */ /*! export User name unique [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Valid moderation state [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export oEmbed resource [provided] [no usage info] [missing usage info prevents renaming] */ /*! other exports [not provided] [no usage info] */ /*! export View entity type [provided] [no usage info] [missing usage info prevents renaming] */ /*! export View [provided] [no usage info] [missing usage info prevents renaming] */ @@ -3014,6 +3021,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export \n

You can align images, videos, blockquotes and so on to the left, right or center. Examples:

\n [provided] [no usage info] [missing usage info prevents renaming] */ /*! export \n

You can caption images, videos, blockquotes, and so on. Examples:

\n [provided] [no usage info] [missing usage info prevents renaming] */ /*! export - Basic validation - [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Traditional Chinese Text Field [provided] [no usage info] [missing usage info prevents renaming] */ /*! export !!binary MQNAY291bnQ= [provided] [no usage info] [missing usage info prevents renaming] */ /*! export !!binary MSBwbGFjZQNAY291bnQgcGxhY2Vz [provided] [no usage info] [missing usage info prevents renaming] */ /*! export != [provided] [no usage info] [missing usage info prevents renaming] */ @@ -3038,6 +3046,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export %capital_name contains terms with multiple parents. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export %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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export %capital_name contains the following terms. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export %collection_label can only be created in the default workspace. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export %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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export %email is not a valid email address. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export %emails are not valid email addresses. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -3059,6 +3068,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export %module module installed. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export %module module uninstalled. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export %name field is not in the right format. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export %name field is required. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export %name has been deleted. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export %name has been disabled. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export %name is blocked or has not been activated yet. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -3099,6 +3109,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export %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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export %title is part of a book outline, and has associated child pages. If you proceed with deletion, the child pages will be relocated automatically. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export %title may be added to hierarchy again using the Outline tab. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export %title must be a number. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export %transition transition deleted. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export %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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export %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. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -3147,6 +3158,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export +@item_offset [provided] [no usage info] [missing usage info prevents renaming] */ /*! export +@offset [provided] [no usage info] [missing usage info prevents renaming] */ /*! export , [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export , autoplaying [provided] [no usage info] [missing usage info prevents renaming] */ /*! export - @name - [provided] [no usage info] [missing usage info prevents renaming] */ /*! export - All - [provided] [no usage info] [missing usage info prevents renaming] */ /*! export - All languages - [provided] [no usage info] [missing usage info prevents renaming] */ @@ -3166,6 +3178,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export - None (original image) - [provided] [no usage info] [missing usage info prevents renaming] */ /*! export - None - [provided] [no usage info] [missing usage info prevents renaming] */ /*! export - None selected - [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export - Other - [provided] [no usage info] [missing usage info prevents renaming] */ /*! export - Restricted access - [provided] [no usage info] [missing usage info prevents renaming] */ /*! export - Select - [provided] [no usage info] [missing usage info prevents renaming] */ /*! export - Select a field type - [provided] [no usage info] [missing usage info prevents renaming] */ @@ -3216,6 +3229,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export 1 server\u0003@count servers [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 1 upgrade failed\u0003@count upgrades failed [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 1 user\u0003@count users [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export 1 user deleted\u0003@count users deleted. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 1 user has chosen or been assigned to this shortcut set.\u0003@count users have chosen or been assigned to this shortcut set. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 1 view\u0003@count views [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 1 week\u0003@count weeks [provided] [no usage info] [missing usage info prevents renaming] */ @@ -3282,9 +3296,12 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Title field required [provided] [no usage info] [missing usage info prevents renaming] */ /*! export URL sets the interface language based on a path prefix or domain (for example specifying de for German would result in URLs like example.com/de/contact). 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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export User follows the language configuration set on the user's profile page. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export

Explore recipes across every type of occasion, ingredient, and skill level.

[provided] [no usage info] [missing usage info prevents renaming] */ +/*! export

Resolve all issues below to continue the upgrade.

[provided] [no usage info] [missing usage info prevents renaming] */ /*! export

Fields can be dragged into groups with unlimited nesting. Each fieldgroup format comes with a configuration form, specific for that format type.
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.

[provided] [no usage info] [missing usage info prevents renaming] */ /*! export

Choose a language from the list, or choose \"Custom language...\" at the end of the list.

Click the \"Add language\" button when you are done choosing your language.

When adding a custom language, you will get an additional form where you can provide the name, code, and direction of the language.

[provided] [no usage info] [missing usage info prevents renaming] */ /*! export

Choose if the language is a \"Left to right\" or \"Right to left\" language.

Note that not all themes support \"Right to left\" layouts, so test your theme if you are using \"Right to left\".

[provided] [no usage info] [missing usage info prevents renaming] */ +/*! export

No media items are selected.

[provided] [no usage info] [missing usage info prevents renaming] */ /*! export

Now that you have an overview of the \"Add languages\" feature, you can continue by:

[provided] [no usage info] [missing usage info prevents renaming] */ /*! export

Now that you have an overview of the \"Edit language\" feature, you can continue by:

[provided] [no usage info] [missing usage info prevents renaming] */ /*! export

Now that you have an overview of the \"Languages\" page, you can continue by:

[provided] [no usage info] [missing usage info prevents renaming] */ @@ -3311,6 +3328,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Configure your website Once logged in, visit the Administration page, where you may customize and configure all aspects of your website. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Congratulations! You have successfully installed the Content Sync module. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Customize your website design To change the \"look and feel\" of your website, visit the Appearance page. You may choose from one of the included themes or download additional themes from the Drupal.org themes page. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Delete all content in these content types before generating new content. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Do not add any content to the new site before upgrading. Any existing content is likely to be overwritten by the upgrade process. See the upgrade preparation guide. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Enable additional functionality Next, visit the Extend page and enable modules that suit your specific needs. You can find additional modules at the Drupal.org modules page. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Enable all modules on this new site 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. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -3323,6 +3341,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Page caching will be disabled on any page where a form is present if the Honeypot time limit is not set to 0. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Reminder: don't forget to set the $settings['update_free_access'] value in your settings.php file back to FALSE. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Start posting content Finally, you may add new content to your website. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export These permissions apply to all instances of this field. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Warning: There is currently 1 menu link in %title. It will be deleted (system-defined items will be reset).\u0003Warning: There are currently @count menu links in %title. They will be deleted (system-defined links will be reset). [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Subscripted [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Superscripted [provided] [no usage info] [missing usage info prevents renaming] */ @@ -3353,14 +3372,20 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export @bundle: View own @type [provided] [no usage info] [missing usage info prevents renaming] */ /*! export @bundle_type is @bundle [provided] [no usage info] [missing usage info prevents renaming] */ /*! export @bundle_type is @bundles or @last [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export @card_type ending in @card_number [provided] [no usage info] [missing usage info prevents renaming] */ /*! export @code (@title) [provided] [no usage info] [missing usage info prevents renaming] */ /*! export @collection configuration collection [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export @config was successfully deleted [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export @config was successfully imported [provided] [no usage info] [missing usage info prevents renaming] */ /*! export @count (default setting) [provided] [no usage info] [missing usage info prevents renaming] */ /*! export @count changed\u0003@count changed [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export @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. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export @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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export @count contextual link\u0003@count contextual links [provided] [no usage info] [missing usage info prevents renaming] */ /*! export @count disallowed HTML string(s) in files: @files. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export @count item\u0003@count items [provided] [no usage info] [missing usage info prevents renaming] */ /*! export @count item\u0003Paged, @count items [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export @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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export @count item, skip @skip\u0003@count items, skip @skip [provided] [no usage info] [missing usage info prevents renaming] */ /*! export @count item, skip @skip\u0003Paged, @count items, skip @skip [provided] [no usage info] [missing usage info prevents renaming] */ /*! export @count new\u0003@count new [provided] [no usage info] [missing usage info prevents renaming] */ @@ -3373,9 +3398,11 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export @description [provided] [no usage info] [missing usage info prevents renaming] */ /*! export @dir can not be opened [provided] [no usage info] [missing usage info prevents renaming] */ /*! export @display '@id': Component '@name' was disabled because its settings depend on removed dependencies. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export @display (@email) [provided] [no usage info] [missing usage info prevents renaming] */ /*! export @driver_name settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export @drupal requires read permissions to %file at all times. The webhosting issues documentation section offers help on this and other topics. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export @entity [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export @entity added to your cart. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export @entity being viewed [provided] [no usage info] [missing usage info prevents renaming] */ /*! export @entity fields [provided] [no usage info] [missing usage info prevents renaming] */ /*! export @entity types [provided] [no usage info] [missing usage info prevents renaming] */ @@ -3388,6 +3415,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export @entity_type revisions [provided] [no usage info] [missing usage info prevents renaming] */ /*! export @entity_type selection [provided] [no usage info] [missing usage info prevents renaming] */ /*! export @entity_type_label ID [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export @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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export @field (indexed field) [provided] [no usage info] [missing usage info prevents renaming] */ /*! export @field_name [provided] [no usage info] [missing usage info prevents renaming] */ /*! export @field_name (Locked) [provided] [no usage info] [missing usage info prevents renaming] */ @@ -3410,6 +3438,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export @label (@name:@column) [provided] [no usage info] [missing usage info prevents renaming] */ /*! export @label (@name:delta) [provided] [no usage info] [missing usage info prevents renaming] */ /*! export @label (@type) [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export @label (Original translation) - The following @entity_type translations will be deleted: [provided] [no usage info] [missing usage info prevents renaming] */ /*! export @label (Original translation) - The following translations will be deleted: [provided] [no usage info] [missing usage info prevents renaming] */ /*! export @label (Translation is not supported). [provided] [no usage info] [missing usage info prevents renaming] */ /*! export @label (Visibility: @plugin_ids) [provided] [no usage info] [missing usage info prevents renaming] */ @@ -3612,8 +3641,11 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export A local file system path where temporary files will be stored. This directory should not be accessible over the web. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export A locally hosted audio file. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export A locally hosted video file. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export A maximum of @count files can be uploaded. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export A module defined group of translations [provided] [no usage info] [missing usage info prevents renaming] */ /*! export A more link to the feed detail page [provided] [no usage info] [missing usage info prevents renaming] */ /*! export A name to show. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export A non-existent config entity name returned by FieldStorageConfigInterface::getBundles(): entity type: %entity_type, bundle: %bundle, field name: %field [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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 - None -. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export A predefined country code [provided] [no usage info] [missing usage info prevents renaming] */ @@ -3624,6 +3656,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export A remotely hosted video from YouTube or Vimeo. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export A responsive image style associates an image style with each breakpoint defined by your theme. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export A role defines a group of users that have certain privileges. These privileges are defined on the Permissions page. 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. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export A serialized array of additional data. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export A serialized array of options to set on the URL, such as a query string or HTML attributes. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export A server error has occurred. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export A set of improvements to the core Views code that allows for greater control over Blocks. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -3659,9 +3692,11 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export A value is required if the label for this item is defined. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export A value must be selected for %part. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export A view to list the items promoted to the top of the homepage. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export A welcome message with further instructions has been emailed to the new user %name. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export A welcome message with further instructions has been sent to your email address. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export A working cron maintenance task is required to update feeds automatically. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export A workspace with this ID has been deleted but data still exists for it. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export AJAX [provided] [no usage info] [missing usage info prevents renaming] */ /*! export AM [provided] [no usage info] [missing usage info prevents renaming] */ /*! export AM/PM [provided] [no usage info] [missing usage info prevents renaming] */ @@ -3675,9 +3710,12 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Above [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Above the preview [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Absolute URL [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Accept all JSON:API create, read, update, and delete operations. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Accept only JSON:API read operations. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Accepted request formats [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Access [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Access @method on %label resource [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Access checkout [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Access denied [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Access developer information [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Access in-place editing [provided] [no usage info] [missing usage info prevents renaming] */ @@ -3714,6 +3752,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Account details for [user:display-name] at [site:name] (blocked) [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Account details for [user:display-name] at [site:name] (canceled) [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Account details for [user:display-name] at [site:name] (pending admin approval) [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Account information [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Account settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Account's permissions [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Acronym [provided] [no usage info] [missing usage info prevents renaming] */ @@ -3780,6 +3819,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Add a migration missing a source and destination migration provider and a source plugin missing a migration provider. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add a more link to the bottom of the display. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add a new @entity_type. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Add a new Inline Block [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add a new context. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add a new field [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add a new file [provided] [no usage info] [missing usage info prevents renaming] */ @@ -3802,6 +3842,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Add another item [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add attribute [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add block [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Add checkout flow [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add child page [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add comment link [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add comment type [provided] [no usage info] [missing usage info prevents renaming] */ @@ -3812,9 +3853,12 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Add content and child pages to books and manage their hierarchies. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add content type [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add context [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Add coupon [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Add currency [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add custom URLs to existing paths. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add custom block [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add custom block type [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Add custom currency [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add custom global field for testing purposes. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add custom language [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add date format [provided] [no usage info] [missing usage info prevents renaming] */ @@ -3824,6 +3868,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Add feed [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add feeds or import OPMLs to gather external content and configure how often they are updated. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add field [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Add field group [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add fields [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add filters to limit the results in the output. E.g., to only show content that is published, you would add a filter for Published and select Yes. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add flag [provided] [no usage info] [missing usage info prevents renaming] */ @@ -3863,8 +3908,18 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Add new view [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add new view mode [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add numbers [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Add order item type [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Add order type [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Add payment [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Add payment gateway [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Add payment method [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Add product [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Add product attribute [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Add product type [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Add product variation type [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add profile [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add punctuation [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Add rate [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add redirect [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add redirects for 404 pages. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add rel=\"@rel\" [provided] [no usage info] [missing usage info prevents renaming] */ @@ -3883,6 +3938,8 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Add shortcut set [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add some uncommon punctuation to the replacement list. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add state [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Add store [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Add store type [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add support for older unsupported Solr versions >= 4.5. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add term [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add terms [provided] [no usage info] [missing usage info prevents renaming] */ @@ -3898,6 +3955,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Add to Cart Form [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add to book outline [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add to cart [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Add to cart form [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add to every role except the selected ones [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add to shortcuts [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add to the selected roles only [provided] [no usage info] [missing usage info prevents renaming] */ @@ -3907,6 +3965,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Add unrestricted, custom text or markup. This is similar to the custom text field. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add uppercase letters [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add user [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Add value [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add view [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add view mode [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Add views row classes [provided] [no usage info] [missing usage info prevents renaming] */ @@ -3953,6 +4012,9 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Adds Matomo javascript tracking code to all your site's pages. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Adds a Config Entity with views data [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Adds a Entity Reference field type with revision support. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Adds a button for emptying the cart. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Adds a button for removing the order item. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Adds a text field for editing the quantity. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Adds access permissions on all actions allowing admins to restrict access on a per-role basis. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Adds an ability to perform bulk operations on selected entities from view results. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Adds an administrative option to bulk delete nodes by content type using the batch API. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -3967,6 +4029,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Adds the item's URL to the indexed data. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Adjust the display of your forum topics. Organize the forums on the forum structure page. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Adjustment [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Adjustments [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Admin (user awaiting approval) [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Admin Menu Swap [provided] [no usage info] [missing usage info prevents renaming] */ @@ -3974,6 +4037,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Admin Toolbar Extra Tools [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Admin info [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Admin menu [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Admin permission [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Admin title of the block/box. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Administer @type [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Administer Honeypot [provided] [no usage info] [missing usage info prevents renaming] */ @@ -3988,12 +4052,14 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Administer blocks [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Administer blocks, content types, menus, etc. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Administer book outlines [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Administer checkout flows [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Administer comment types and settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Administer comments and comment settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Administer contact forms and contact form settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Administer content [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Administer content locking settings. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Administer content types [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Administer currencies [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Administer field permissions [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Administer forums [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Administer global URL redirection settings [provided] [no usage info] [missing usage info prevents renaming] */ @@ -4008,6 +4074,9 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Administer news feeds [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Administer order types [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Administer pathauto [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Administer payment gateways [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Administer payment methods [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Administer payments [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Administer permissions [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Administer product types [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Administer profile types [provided] [no usage info] [missing usage info prevents renaming] */ @@ -4054,6 +4123,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Administrators can enter IP addresses to ban on the IP address bans page. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Administrators only [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Advanced [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Advanced Text [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Advanced Views settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Advanced block options [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Advanced configuration [provided] [no usage info] [missing usage info prevents renaming] */ @@ -4182,11 +4252,14 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export All actions, except selected [provided] [no usage info] [missing usage info prevents renaming] */ /*! export All aliases [provided] [no usage info] [missing usage info prevents renaming] */ /*! export All caches cleared. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export All conditions must pass [provided] [no usage info] [missing usage info prevents renaming] */ /*! export All content [provided] [no usage info] [missing usage info prevents renaming] */ /*! export All content promoted to the front page. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export All content that supports translations will be displayed in the selected language. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export All content, by letter. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export All content, by month. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export All currencies have already been imported. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export All customizations will be removed. This action cannot be undone. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export All displays [provided] [no usage info] [missing usage info prevents renaming] */ /*! export All displays (except overridden) [provided] [no usage info] [missing usage info prevents renaming] */ /*! export All errors have been logged. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -4222,18 +4295,22 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export All time: [provided] [no usage info] [missing usage info prevents renaming] */ /*! export All translations up to date. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export All users have this permission [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export All view results [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Allow [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Allow Upscaling [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Allow a customized layout [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Allow administrators to place blocks from any Drupal page [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Allow comment title [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Allow decimal quantities [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Allow duplicate [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Allow each @entity to have its layout customized. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Allow embedded displays [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Allow entering any user name [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Allow existing [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Allow for site emails to be sent through an SMTP server of your choice. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Allow grouping and aggregation (calculation) of fields. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Allow guest checkout [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Allow insecure image derivatives [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Allow insecure uploads [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Allow link text [provided] [no usage info] [missing usage info prevents renaming] */ @@ -4244,6 +4321,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Allow people to choose the sort order [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Allow redirections on admin paths. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Allow registration [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Allow settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Allow settings in the block configuration [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Allow the exposed form to appear in a block instead of the view. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -4269,6 +4347,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Allowed media types: %types [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Allowed number of values [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Allowed oEmbed providers [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Allowed operations [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Allowed providers [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Allowed roles [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Allowed types: @extensions. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -4312,6 +4391,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Allows to import/export content using YAML files [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Allows users to add and arrange blocks and content fields directly on the content. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Allows users to apply an action to one or more items. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Allows users to browse and administer media items [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Allows users to change the color scheme of compatible themes. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Allows users to comment on and discuss published content. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Allows users to comment on content. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -4333,6 +4413,8 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Allows users to translate content. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Allows you to export strings to a JSON i18n file [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Allows you to export strings to a JSON i18n file. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Allows you to select items from the media library. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Alphanumeric [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Already exists [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Already subscribed to [simplenews-newsletter:name] [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Already unsubscribed from [simplenews-newsletter:name] [provided] [no usage info] [missing usage info prevents renaming] */ @@ -4509,6 +4591,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export An AJAX HTTP request terminated abnormally. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export An HTML corrector will be run to ensure HTML tags are properly closed after trimming. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export An administrator created an account for you at [site:name] [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export An advanced action offers additional configuration options which may be filled out below. Changing the Label field is recommended in order to better identify the precise action taking place. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export An array of all the menu link's parents, starting with the root. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export An array of all the node's parents, starting with the root. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -4543,9 +4626,11 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export An error occurred during creation of the JavaScript translation file for the language %language. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export An error occurred trying to check available interface translation updates. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export An error occurred trying to get available update data. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export An error occurred while contacting the gateway. Please try again later. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export An error occurred while processing %error_operation with arguments: @arguments [provided] [no usage info] [missing usage info prevents renaming] */ /*! export An error occurred while processing @operation with arguments : @args [provided] [no usage info] [missing usage info prevents renaming] */ /*! export An error occurred while trying to index items. Check the logs for details. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export An error occurred while trying to retrieve the oEmbed provider database. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export An existing \"Default revision\" field was found for the @entity_type_label entity type. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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 [provided] [no usage info] [missing usage info prevents renaming] */ @@ -4612,10 +4697,13 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Appears in: @bundles. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Append [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Append a destination query string to operation links. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Applies to [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Apply [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Apply (all displays) [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Apply (this display) [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Apply Filters [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Apply and continue [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Apply coupon [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Apply pending updates [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Apply themes to the toolbar. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Apply to selected items [provided] [no usage info] [missing usage info prevents renaming] */ @@ -4662,6 +4750,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export 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? [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Are you sure you want to delete this item?\u0003Are you sure you want to delete these items? [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Are you sure you want to delete this redirect?\u0003Are you sure you want to delete these redirects? [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Are you sure you want to disable Layout Builder? [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Are you sure you want to disable the pattern %label? [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Are you sure you want to disable the search server %name? [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Are you sure you want to disable the text format %format? [provided] [no usage info] [missing usage info prevents renaming] */ @@ -4683,6 +4772,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Are you sure you want to revert to the revision from %revision-date? [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Are you sure you want to unblock %ip? [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Are you sure you want to update the %name @type? [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Are you sure you want to void the %label payment? [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Are you sure you wish to enable experimental modules? [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Area [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Argentina [provided] [no usage info] [missing usage info prevents renaming] */ @@ -4784,6 +4874,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Asia/Yerevan [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Assets [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Assigning roles to text formats [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Assisted Research [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Associate menus, views, blocks, etc. with different contexts to structure your site. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Asterisk [provided] [no usage info] [missing usage info prevents renaming] */ /*! export At [provided] [no usage info] [missing usage info prevents renaming] */ @@ -4810,6 +4901,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Attachment display options [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Attachment position [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Attachment settings [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Attachment: Promoted Items Double [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Attachments added to other displays to achieve multiple views in the same view. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Attempt to purge a field storage @field_name that still has fields. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Attempt to update field %label failed: %message. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -4819,11 +4911,13 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Attempting to re-run cron while it is already running. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Attribute [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Attribute Name [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Attribute name [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Attribute settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Attributes [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Audio [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Audio file [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Audio file display format settings [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Audiofield Audio Player [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Aug [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Australia [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Australia/Adelaide [provided] [no usage info] [missing usage info prevents renaming] */ @@ -4846,6 +4940,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Authentication Provider [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Authentication methods [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Authentication provider [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Authentication providers [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Author [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Author Name [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Author name [provided] [no usage info] [missing usage info prevents renaming] */ @@ -4859,7 +4954,11 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Authored on [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Authored on @date [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Authoring information [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Authorization expires [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Authorize and capture [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Authorize file system changes [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Authorize only [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Authorize only (requires manual capture after checkout) [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Authorize settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Authorized [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Auto preview [provided] [no usage info] [missing usage info prevents renaming] */ @@ -4868,8 +4967,11 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Autocomplete (Tags style) [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Autocomplete matching [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Autocomplete matching: @match_operator [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Autocomplete placeholder [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Autocomplete settings [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Autocomplete size [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Autocomplete suggestions [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Autocomplete threshold [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Automated Cron [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Automated Logout [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Automated cron settings [provided] [no usage info] [missing usage info prevents renaming] */ @@ -4893,6 +4995,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Available actions: [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Available buttons [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Available countries [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Available currencies [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Available date [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Available global token replacements [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Available menus [provided] [no usage info] [missing usage info prevents renaming] */ @@ -4902,6 +5005,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export 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]. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Average [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Azerbaijan [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export BC Math [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Back [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Back tick [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Back to content editing [provided] [no usage info] [missing usage info prevents renaming] */ @@ -4934,6 +5038,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Base path [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Base rate [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Base table [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Base theme [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Based on the text editor configuration, these tags have automatically been added: @tag-list. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Basic [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Basic Auth [provided] [no usage info] [missing usage info prevents renaming] */ @@ -4943,11 +5048,13 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Basic exposed form [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Basic site settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Basic validation [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Batch size [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Because User accounts are an entity type, you can extend them by adding fields through the Manage fields tab on the Account settings page. 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 Field module help page. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Become any user on the site with just a click. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Before [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Before you can translate content, there must be at least two languages added on the languages administration page. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Behavior settings [provided] [no usage info] [missing usage info prevents renaming] */ @@ -4967,6 +5074,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Bhutan [provided] [no usage info] [missing usage info prevents renaming] */ /*! export BigPipe [provided] [no usage info] [missing usage info prevents renaming] */ /*! export BigPipe no-JS check [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Billing Information [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Billing address [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Billing first name [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Billing information [provided] [no usage info] [missing usage info prevents renaming] */ @@ -4976,6 +5084,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Billing schedule [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Billing schedules [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Binary [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Birds-eye overview of your available schemas. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Blank [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Blind [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Block [provided] [no usage info] [missing usage info prevents renaming] */ @@ -4994,6 +5103,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Block display settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Block display variant [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Block empty settings [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Block enabled status [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Block layout [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Block module is not enabled so local actions and tasks which have been converted to blocks, are not visible anymore. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Block module is not enabled so site branding elements, which have been converted to a block, are not visible anymore. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -5003,6 +5113,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Block placement is specific to each theme on your site. This module allows you to place blocks in the context of your content pages. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Block property [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Block quoted [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Block revision ID [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Block settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Block settings updated. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Block the selected user(s) [provided] [no usage info] [missing usage info prevents renaming] */ @@ -5013,6 +5124,8 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Block title. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Block type [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Block types [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Block weight within region [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Block: Promoted Items - Single [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Blocked [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Blocked submission of %form due to @cause. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Blocked user: %name %email. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -5047,6 +5160,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Boolean [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Boolean checkbox display format settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Boolean indicating whether the node is published. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Boolean indicating whether the translation is published (visible to non-administrators). [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Boolean settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Boolean sort [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Boolean sort expose settings [provided] [no usage info] [missing usage info prevents renaming] */ @@ -5082,6 +5196,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Brief URL [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Briefly describe the changes you have made. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export British Columbia [provided] [no usage info] [missing usage info prevents renaming] */ /*! export British Indian Ocean Territory [provided] [no usage info] [missing usage info prevents renaming] */ /*! export British Virgin Islands [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Broken [provided] [no usage info] [missing usage info prevents renaming] */ @@ -5091,7 +5206,9 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Broken/Missing [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Broken/missing handler [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Browse available tokens. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Browse media [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Browser [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Browser and proxy cache maximum age [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Browser language code [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Browser language codes can only contain lowercase letters and a hyphen(-). [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Browser language codes must be unique. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -5103,6 +5220,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Builds on top of JSON:API to deliver extra functionality. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Built-in English [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Bulgaria [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Bulgarian Text Field [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Bulk Generation [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Bulk delete nodes [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Bulk deleting URL aliases [provided] [no usage info] [missing usage info prevents renaming] */ @@ -5168,6 +5286,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export CSS classes must be alphanumeric or dashes only. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export CSS performance settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export CTRL+Left click will prevent this dialog from showing and proceed to the clicked link. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export CVV [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Cache [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Cache clear [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Cache cleared. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -5181,6 +5300,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Cache strings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Cache tags [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Cache type [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Cache: default [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Cacheable [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Cached [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Cached image file %destination already exists. There may be an issue with your rewrite configuration. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -5199,6 +5319,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Cameroon [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Can not determine status [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Can not uninstall the Configuration module as part of a configuration synchronization through the user interface. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Can't refund more than @amount. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Canada [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Canary Islands [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Cancel [provided] [no usage info] [missing usage info prevents renaming] */ @@ -5238,8 +5359,12 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Caption [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Caption for the table [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Caption images [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Capture [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Capture payment [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Captured [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Card [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Card common [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Card common alt [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Card expiration month [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Card expiration year [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Card number [provided] [no usage info] [missing usage info prevents renaming] */ @@ -5262,6 +5387,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Case [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Case in path [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Case sensitive [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Catalan Text Field [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Categories [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Category [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Category name. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -5352,6 +5478,8 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Check the boxes next to individual forms on which you'd like Honeypot protection enabled. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Check the messages and retry, or you may choose to continue anyway. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Check the messages and try again. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Check this if you want to disable this field completely. Disabling required fields will cause problems when writing to the resource. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Check this if you want to disable this resource. Disabling a resource can have unexpected results when following relationships belonging to that resource. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Check this to display the more link even if there are no more items to display. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Check to which languages this pattern should be applied. Leave empty to allow any. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Check to which types this pattern should be applied. Leave empty to allow any. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -5374,7 +5502,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Checkout complete! Thank you for your purchase. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Checkout flow [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Checkout flows [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Checkout progress [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Checkout settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Checkout step [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Checkout step for @title [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Checks for available updates, and can securely install or update modules and themes via a web interface. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Children [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Chile [provided] [no usage info] [missing usage info prevents renaming] */ @@ -5521,22 +5652,34 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Comments without subject field [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Commerce [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Commerce (contrib) [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Commerce Cart [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Commerce Checkout [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Commerce License [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Commerce License Notifications [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Commerce Order [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Commerce Payment [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Commerce Price requires the commerceguys/intl library. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Commerce Product [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Commerce Recurring [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Commerce Tax [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Commerce requires the BC Math PHP extension. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Common special characters: [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Comoros [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Compact [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Compact mode [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Companies [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Compare the configuration uploaded to your sync directory with the active configuration before completing the import. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Compatibility [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Compatibility with other promotions [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Compatible [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Complete [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Complete a purchase through the checkout form. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Completed [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Completed 1 upgrade task successfully\u0003Completed @count upgrade tasks successfully [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Completed @current of @total. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Completed @current step of @total. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Completed step @current of @total. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Completion message [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Component [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Components [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Compose tips [provided] [no usage info] [missing usage info prevents renaming] */ @@ -5545,6 +5688,8 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Compress layout by hiding descriptions. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Compute automaticly materials references : -, eg. W-0459. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Computed [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Computed (integer) [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Computed (text) [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Computed Field [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Computed date [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Computed end date [provided] [no usage info] [missing usage info prevents renaming] */ @@ -5586,6 +5731,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Configuration for the add role action [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Configuration for the remove role action [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Configuration import has encountered an error. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Configuration install [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Configuration name [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Configuration saved. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Configuration synchronization [provided] [no usage info] [missing usage info prevents renaming] */ @@ -5686,6 +5832,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Confirm [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Confirm account cancellation [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Confirm delete recent log messages [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Confirm email [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Confirm password [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Confirm uninstall [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Confirmation for [simplenews-newsletter:name] from [site:name] [provided] [no usage info] [missing usage info prevents renaming] */ @@ -5748,6 +5895,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Content Lock [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Content Moderation [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Content Moderation allows you to apply Workflows to content, custom blocks, and other content entities, 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). [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Content Moderation can not be installed when Workspaces is also installed. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Content Translation [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Content Translation jobs [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Content access [provided] [no usage info] [missing usage info prevents renaming] */ @@ -5818,6 +5966,8 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Contextual links [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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: [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Continue [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Continue as Guest [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Continue to review [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Continuing on [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Continuing with @migration (processed 1 item)\u0003Continuing with @migration (processed @count items) [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Contributed or custom projects can provide additional media sources (such as third-party websites, Twitter, etc.). [provided] [no usage info] [missing usage info prevents renaming] */ @@ -5828,6 +5978,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Control which roles can \"View the administration theme\" on the Permissions page. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Controller [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Controlling visibility [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Controls how the attribute is displayed on the add to cart form. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Controls if unused files should be marked temporary [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Convert [provided] [no usage info] [missing usage info prevents renaming] */ @@ -5855,6 +6006,8 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Could not delete temporary file \"%path\" during garbage collection [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Could not extract the contents of the tar file. The error message is @message [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Could not load the form for @field-label, either due to a website problem or a network connection problem.
Please try again. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Could not prepare thumbnail destination directory @dir for oEmbed media. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Could not retrieve the remote URL (@url). [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Could not save to map table due to missing destination id values [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Couldn't index items. Check the logs for details. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Count [provided] [no usage info] [missing usage info prevents renaming] */ @@ -5889,11 +6042,13 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Create a menu link [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Create a new alias. Delete the old alias. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Create a new alias. Leave the existing alias functioning. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Create a new order [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Create a new revision by default for this block type. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Create a new user account. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Create a new workspace [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Create a page [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Create account [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Create account and continue [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Create an advanced action [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Create an example of a Devel Generate plugin type for testing purposes. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Create and configure Search API servers and indexes. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -5917,9 +6072,11 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Create new books [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Create new filter group [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Create new media [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Create new menu(s) [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Create new revision [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Create new set [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Create new style [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Create own value for field @field [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Create referenced entities if they don't already exist [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Create search pages using Search API indexes. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Create tasks that the system can execute. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -5941,6 +6098,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Created new profile %label. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Created new term %term. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Created new vocabulary %name. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Created the %label JSON:API Resource overwrites. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Created the %label Workflow. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Created the %label Workflow. In order for the workflow to be enabled there needs to be at least one state. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Created timestamp [provided] [no usage info] [missing usage info prevents renaming] */ @@ -5968,8 +6126,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Creating short text fields [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Creating tours [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Creator field [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Credit card [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Critical [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Croatia [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Croatian Text Field [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Cron [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Cron Job [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Cron batch size [provided] [no usage info] [missing usage info prevents renaming] */ @@ -5994,6 +6154,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Currency name [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Current [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Current Theme [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Current cart IDs [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Current date [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Current feeds are listed below, and new feeds may be added. For each feed, the latest items block may be enabled at the blocks administration page. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Current items [provided] [no usage info] [missing usage info prevents renaming] */ @@ -6053,7 +6214,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Custom variables [provided] [no usage info] [missing usage info prevents renaming] */ /*! export CustomMessage: !customMessage [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Customer [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Customer Information [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Customer email [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Customer information [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Customer profile [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Customer roles [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Customize %language_name language detection to differ from Interface text language detection settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Customize field HTML [provided] [no usage info] [missing usage info prevents renaming] */ @@ -6097,6 +6261,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Database logging settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Database name [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Database password [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Database settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Database storage size [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Database support [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Database system [provided] [no usage info] [missing usage info prevents renaming] */ @@ -6110,6 +6275,8 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Date (e.g. @format) [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Date - newest first [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Date - oldest first [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Date Time (Date Time field) [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Date Time (Timestamp field) [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Date Year month [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Date and time [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Date and time formats [provided] [no usage info] [missing usage info prevents renaming] */ @@ -6234,8 +6401,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Default parent item [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Default parser [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Default parser for RSS, Atom and RDF feeds. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Default price formatter settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Default processor [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Default processor settings [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Default quantity [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Default query [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Default redirect status [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Default revision [provided] [no usage info] [missing usage info prevents renaming] */ @@ -6272,6 +6441,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Defaults [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Define a string that should be prefixed to the value, like '$ ' or '€ '. Leave blank for none. Separate singular and plural values with a pipe ('pound|pounds'). [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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'). [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Define custom permissions for this field. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Define how text is handled by combining filters into text formats. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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 list of languages. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Define the base path for links in this summary\n view, i.e. http://example.com/your_view_path/archive.\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. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -6346,7 +6516,11 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Delete date format [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Delete domain record [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Delete earlier revision [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Delete entities [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Delete entity [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Delete existing custom generated menus and menu links before generating new ones. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Delete existing terms in specified vocabularies before generating new terms. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Delete existing vocabularies before generating new ones. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Delete field. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Delete flagging [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Delete flagging (unflag) [provided] [no usage info] [missing usage info prevents renaming] */ @@ -6403,6 +6577,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Deleted comment @cid and its replies. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Deleted custom menu %title and all its menu links. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Deleted entity %type with ID %id. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Deleted existing vocabularies. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Deleted term %name. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Deleted user: %name %email. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Deleted vocabulary %name. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -6421,6 +6596,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Demonstrating block regions for a theme [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Demote selected content from front page [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Demote selected content from front page configuration [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Denied access to view workspace %workspace_label for user %uid [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Denmark [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Dependencies [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Dependency of required module @module [provided] [no usage info] [missing usage info prevents renaming] */ @@ -6431,6 +6607,8 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Depending on your site features, additional modules that you might want to enable are: [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Deploy [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Deploy %source_label workspace [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Deploy @count item to @target\u0003Deploy @count items to @target [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Deploy Workspace [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Deploy content [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Deployment failed. All errors have been logged. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Deprecated. All the functionality has been moved to Core. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -6448,6 +6626,8 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Description and guidelines for discussions within this forum. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Description attribute [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Description field [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Description of @name [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Description of @title. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Description of the context [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Description of the node type. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Description of your site, included in each feed. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -6481,6 +6661,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Diff settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Differences between Media, File, and Image reference fields [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Digest [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Diners Club [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Direct query [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Direction [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Direction that text in this language is presented. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -6499,6 +6680,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Disabled [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Disabled pattern %label. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Disabled patterns are ignored when generating aliases. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Disabled resources [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Disabled text format %format. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Disabled: %disabled [provided] [no usage info] [missing usage info prevents renaming] */ @@ -6512,6 +6694,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Discard items older than [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Discarding old feed items [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Discount [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Discover Card [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Display [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Display\u0003Displays [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Display \"@display\" has an invalid style plugin. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -6550,6 +6733,9 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Display author and date information [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Display basic HTML help in long filter tips [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Display block title [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Display cart contents in a dropdown [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Display cart contents in dropdown [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Display checkout progress [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Display comment [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Display content if it has the selected taxonomy terms. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -6594,6 +6780,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Display score [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Display setting for author and date Submitted by post information [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Display settings [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Display taxes of this type inclusive in product prices. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Display the @label [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Display the ID of the referenced entities. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Display the aggregator item using the data from the original source. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -6633,6 +6820,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Displaying error messages in browsers with HTML5 form validation [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Displaying files and descriptions [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Displaying link text [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Displaying menus [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Displaying popular content [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Displaying shortcuts [provided] [no usage info] [missing usage info prevents renaming] */ @@ -6653,6 +6841,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Displays the default summary as a list. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Displays the fields with an optional template. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Displays the link in contextual links [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Displays the order total field, requires an Order ID argument. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Displays the summary unformatted, with option for one after another or inline. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Distinct [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Djibouti [provided] [no usage info] [missing usage info prevents renaming] */ @@ -6661,6 +6850,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Do not display rewritten content if this field is empty. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Do not flag other translations as outdated [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Do not include the <script> tags in the javascript code snippets. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Do not require confirmation before overriding the unit price [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Do not return true on the following pages: @pages [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Do not use a relationship [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Do not use this breakpoint. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -6681,6 +6871,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Domain Theme [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Domain administrator [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Domain configuration [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Domain from which to serve oEmbed content in an iframe [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Domain of the relation [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Domain redirects [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Domain to use for this language. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -6690,6 +6881,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Domains [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Dominica [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Dominican Republic [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Don't allow the user to select items that have children [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Don't display post information [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Don't overwrite existing translations. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Done [provided] [no usage info] [missing usage info prevents renaming] */ @@ -6705,6 +6897,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Downloads [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Downloads data from a URL using Drupal's HTTP request handler. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Draft [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Draft orders will only be refreshed if more than the specified number of seconds have passed since they were last refreshed. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Drag the handle to the item range required. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Drag the handle to the item required. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Drag the handle to the page required. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -6720,6 +6913,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Drupal 6 [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Drupal 7 [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Drupal 8 [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Drupal 8 no longer uses the $settings['install_profile'] value in settings.php and it can be removed. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Drupal @version [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Drupal Core (@core_requirement) (incompatible with version @core_version) [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Drupal Documentation [provided] [no usage info] [missing usage info prevents renaming] */ @@ -6737,7 +6931,9 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export 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 system requirements page for more information. %exception_message [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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 system requirements page for more information. %exception_message [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Drupal link [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Drupal provides an Internal Page Cache module that is recommended for small to medium-sized websites. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Drupal requires you to enable the PHP extensions in the following list (see the system requirements page for more information): [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Drupal system cross profile test [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Drupal system listing compatible test [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Drupal translation server and local files [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Drupal version [provided] [no usage info] [missing usage info prevents renaming] */ @@ -6780,6 +6976,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Edit %label effect [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Edit %label matcher [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Edit %label profile [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Edit %label resource config [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Edit %label search page [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Edit %label workflow [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Edit %type_label @label [provided] [no usage info] [missing usage info prevents renaming] */ @@ -6792,6 +6989,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Edit URL redirect [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Edit alias [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Edit any workspace [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Edit anyone's value for field @field [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Edit block [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Edit comment %title [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Edit comment @subject [provided] [no usage info] [missing usage info prevents renaming] */ @@ -6816,6 +7014,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Edit order and titles [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Edit own comments [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Edit own field [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Edit own value for field @field [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Edit own workspace [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Edit permissions [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Edit profile [provided] [no usage info] [missing usage info prevents renaming] */ @@ -6865,6 +7064,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export El Salvador [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Element [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Element Info [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Element type [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Elevator [provided] [no usage info] [missing usage info prevents renaming] */ /*! export ElisionFilter:: SynonymGraphFilter:: SuggestStopFilter:: StopFilter:: ProtectedTermFilter:: HunspellStemFilter:: KeepWordFilter:: StopFilter:: CommonGramsFilter:: SynonymFilter::ignoreCase [provided] [no usage info] [missing usage info prevents renaming] */ /*! export ElisionFilter::articles [provided] [no usage info] [missing usage info prevents renaming] */ @@ -6876,22 +7076,28 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Email address for a given user. This field is normally not shown to users, so be cautious when using it. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Email addresses to notify when updates are available [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Email field display format settings [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Email field is required. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Email notification threshold [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Email of user that posted the comment. Will be empty if the author is a registered user. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Email settings [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Email the customer a receipt when an order is placed [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Email: HTML [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Email: HTML text alternative [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Email: Plain [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Emails [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Emails are sent in the HTML format. You will need a module such as Swiftmailer to send HTML emails. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Embed [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Embed button [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Embed display options [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Embedded Video (@dimensions@autoplay). [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Embedded displays can be used in code via views_embed_view(). [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Emergency [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Emphasized [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Empty [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Empty Node Frontpage behavior [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Empty block library behavior [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Empty cart [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Empty cart button [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Empty display extender [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Empty time zone [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Enable [provided] [no usage info] [missing usage info prevents renaming] */ @@ -6946,6 +7152,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Enabled [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Enabled (PECL uploadprogress) [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Enabled (APC RFC1867) [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Enabled Resources [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Enabled entity types [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Enabled filters [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Enabled for all supported fields [provided] [no usage info] [missing usage info prevents renaming] */ @@ -6983,6 +7190,9 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export English Text Field [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Enhanced autocomplete using Jquery UI autocomplete. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Enhancements to core migration support [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Enhancer [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Enhancer for: %name [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Enhances the media list with additional features to easier find and use existing media items. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Enhances the media list with additional features to more easily find and use existing media items. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Enriches your content with metadata to let other applications (e.g. search engines, aggregators) better understand its relationships and attributes. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Ensures entered addresses are always formatted in the same language. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -6991,13 +7201,16 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Enter PHP code in the field for tracking visibility settings. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Enter a comma separated list of user names. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Enter a comma-separated list of words to describe your view. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Enter a comma-separated list. For example: Vegetarian, Chocolate brownies, Appetizers [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Enter a description for the server. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Enter a description for this block type. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Enter a different domain from which to serve oEmbed content, including the http:// or https:// prefix. This domain needs to point back to this site, or existing oEmbed content may not display correctly, or at all. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Enter a part of the block name to filter by. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Enter a part of the block, theme or category to filter by. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Enter a part of the field or @bundle to filter by. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Enter a part of the label or description to filter by. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Enter a part of the module name or description [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Enter a part of the module name or description to filter by. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Enter a part of the view name, machine name, description, or display path to filter by. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Enter a regular expression for internal links that you wish to be considered external. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Enter a regular expression for links that you wish to exclude from being considered external. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -7014,6 +7227,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Enter field or @bundle [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Enter item, then press Return. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Enter label [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Enter module name [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Enter page, then press Return. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Enter test name… [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Enter the URL of an OPML file. This file will be downloaded and processed only once on submission of the form. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -7054,6 +7268,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Entity edit link [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Entity form display [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Entity form mode settings [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Entity info [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Entity label [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Entity language [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Entity link [provided] [no usage info] [missing usage info prevents renaming] */ @@ -7069,11 +7284,13 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Entity reference rendered entity display format settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Entity reference selection handler settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Entity reference selection plugin settings [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Entity select widget settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Entity sub-types [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Entity tag HTTP response header, used for validating cache. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Entity tag HTTP response header. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Entity type [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Entity type mismatch on rename. @old_type not equal to @new_type for existing configuration @old_name and staged configuration @new_name. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Entity type not supported [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Entity types [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Entity view display [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Entity view mode settings [provided] [no usage info] [missing usage info prevents renaming] */ @@ -7199,8 +7416,12 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Excluded paths [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Excluded postal codes [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Execute PHP Code [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Execute action [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Execute tasks now [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Execute the %action action on %type. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Execution of @module_previous_cron() took @time. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Execution time: @time ms. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Existing customer [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Existing languages [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Existing media items can be reused on any other content items with a media reference field. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Existing password [provided] [no usage info] [missing usage info prevents renaming] */ @@ -7227,9 +7448,12 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Explanation of the language options is found on the languages list page. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Explanation or submission guidelines [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Export [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Export Type [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Export all strings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Export and download the full configuration of this site as a gzipped tar file. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Export configuration [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Export content [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Export only the Strings registered in the Strings Translation UI [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Export options [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Exporting a single configuration item [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Exporting and importing views [provided] [no usage info] [missing usage info prevents renaming] */ @@ -7360,6 +7584,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Field group format: [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Field group label [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Field info [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Field inherits content permissions. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Field item [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Field list [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Field map [provided] [no usage info] [missing usage info prevents renaming] */ @@ -7374,6 +7599,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Field row [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Field settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Field storage [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Field storages [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Field type [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Field types [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Field visibility and permissions [provided] [no usage info] [missing usage info prevents renaming] */ @@ -7437,6 +7663,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export File status [provided] [no usage info] [missing usage info prevents renaming] */ /*! export File storage [provided] [no usage info] [missing usage info prevents renaming] */ /*! export File system [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export File system discovery [provided] [no usage info] [missing usage info prevents renaming] */ /*! export File to import not found. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export File upload error. Could not move uploaded file. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export File usage [provided] [no usage info] [missing usage info prevents renaming] */ @@ -7474,6 +7701,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Filter modules [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Filter output for aggregator items [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Filter processing order [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Filter resources by name, entity type, bundle or path. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Filter settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Filter the results of \"Taxonomy: Term\" to a particular vocabulary. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Filter the search [provided] [no usage info] [missing usage info prevents renaming] */ @@ -7523,6 +7751,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Fix 404 pages [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Fix 404 pages with URL redirects [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Fixed [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Fixed amount [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Fixed parent item [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Fixed value [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Flag [provided] [no usage info] [missing usage info prevents renaming] */ @@ -7552,6 +7781,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Flag to indicate whether or not category is selected by default. (1 = Yes, 0 = No) [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Flag. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Flag/unflag link for @flag [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Flag: %title [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Flagged [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Flagged message [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Flagging [provided] [no usage info] [missing usage info prevents renaming] */ @@ -7562,6 +7792,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Flagging collection type 1 [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Flags [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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 to place the the links on the page yourself. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Flexible hierarchy [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Float [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Float settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Float value [provided] [no usage info] [missing usage info prevents renaming] */ @@ -7577,6 +7808,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Folder [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Follow the user's language preference. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Follow these steps to set up and start using your website: [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Follow-up migration tags [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Followers [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Following [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Font [provided] [no usage info] [missing usage info prevents renaming] */ @@ -7608,6 +7840,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export For most aggregation tasks, the default settings are fine. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export For security reasons, your upload has been renamed to %filename. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Force using fields [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Forces anonymous users to enter their email in two consecutive fields, which must have identical values. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Forgot password? [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Forgot your password? [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Form [provided] [no usage info] [missing usage info prevents renaming] */ @@ -7659,8 +7892,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Forums may be placed at the top (root) level, or inside another container or forum. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Found [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Fr [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Fraction digits [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Fragment [provided] [no usage info] [missing usage info prevents renaming] */ /*! export France [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export France (Corsica) [provided] [no usage info] [missing usage info prevents renaming] */ /*! export French [provided] [no usage info] [missing usage info prevents renaming] */ /*! export French Guiana [provided] [no usage info] [missing usage info prevents renaming] */ /*! export French Polynesia [provided] [no usage info] [missing usage info prevents renaming] */ @@ -7685,6 +7920,8 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Full content [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Full data (serialized) [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Full data (unserialized) [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Full hierarchy [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Full string ID for quick search: type:objectid:property. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Full text [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Fulltext [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Fulltext Phonetic [provided] [no usage info] [missing usage info prevents renaming] */ @@ -7722,6 +7959,8 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Generate a given number of vocabularies. Optionally delete current vocabularies. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Generate automatic URL alias [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Generate dummy users, nodes, menus, taxonomy terms... [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Generate links for these menus [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Generate password [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Generate subquery each time view is run [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Generated 1 URL alias.\u0003Generated @count URL aliases. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Generates a decent password when adding a new user. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -7760,6 +7999,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Glossary [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Glossary mode [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Go back [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Go to first item [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Go to first items [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Go to first page [provided] [no usage info] [missing usage info prevents renaming] */ @@ -7780,8 +8020,11 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Good [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Granted [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Granularity [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export GraphQL [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export GraphQL settings and extensions. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Gray [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Greater than [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Greater than or equal to [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Greater-than sign [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Greece [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Greenland [provided] [no usage info] [missing usage info prevents renaming] */ @@ -7814,6 +8057,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Guam [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Guatemala [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Guernsey [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Guest Checkout [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Guest checkout: Allowed [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Guest checkout: Not allowed [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Guest registration after checkout [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Guid settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Guinea [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Guinea-Bissau [provided] [no usage info] [missing usage info prevents renaming] */ @@ -7891,6 +8138,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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 system requirements. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Here you can restrict which HTTP methods should this resource support. And within each method, the available serialization formats and authentication providers. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Hero or Banner [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Hidden [provided] [no usage info] [missing usage info prevents renaming] */ @@ -7912,6 +8160,8 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Hide for the listed pages [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Hide group names [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Hide if empty [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Hide if there's only one bundle. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Hide if there's only one entity [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Hide lower priority columns [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Hide media item weights [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Hide non translatable fields on translation forms [provided] [no usage info] [missing usage info prevents renaming] */ @@ -7924,11 +8174,13 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Hide the block if there is no result and no empty text and no header/footer which is shown on empty result [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Hide view [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Hierarchy [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Hierarchy grouped by root [provided] [no usage info] [missing usage info prevents renaming] */ /*! export High [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Highlight [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Highlight retrieved data [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Highlighted [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Highlighter [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Hindi Text Field [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Hint text that appears inside the Max field when empty. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Hint text that appears inside the Min field when empty. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Hint text that appears inside the field when empty. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -7960,6 +8212,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Hot topic [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Hot topic threshold [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Hot topic, new comments [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Hotel [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Hour [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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 [provided] [no usage info] [missing usage info prevents renaming] */ /*! export How far back in time should the nodes be dated? [provided] [no usage info] [missing usage info prevents renaming] */ @@ -7980,6 +8233,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export How should this view be styled [provided] [no usage info] [missing usage info prevents renaming] */ /*! export How this is used depends on your site's theme. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export How to treat existing translations when automatically updating the interface translations. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Http [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Human name of the node type. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Hungary [provided] [no usage info] [missing usage info prevents renaming] */ /*! export HunspellStemFilter::affix [provided] [no usage info] [missing usage info prevents renaming] */ @@ -8014,6 +8268,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export If \"Custom\", see the PHP docs for date formats. Otherwise, enter the number of different time units to display, which defaults to 2. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export If Show block on all pages is selected, the block will contain the automatically generated menus for all of the site's books. If Show block only on book pages 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 Page specific visibility settings or other visibility settings can be used in addition to selectively display this block. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export If a tour is available on a page, a Tour 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 Next button in the tip. To see a tour users must have the permission Access tour and JavaScript must be enabled in the browser [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export If activated, all collection responses will return a total record count for the provided query. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export If checked, a \"...\" will be added if a field was trimmed. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export If checked, all conditions must be met for this context to be active. Otherwise, the first condition that is met will activate this context. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export If checked, all searches will be logged. Uncheck to skip logging. Logging may affect performance. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -8035,6 +8290,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export If more than one application will be sharing this database, a unique table name prefix – such as %prefix – will prevent collisions. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export If neither the row nor the style plugin supports fields, this field allows to enable them, so you can for example use groupby. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export If no countries are selected, all countries will be available. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export If no country selected all countries are valid. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export If no image is uploaded, this image will be shown on display and will override the field's default image. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export If no image is uploaded, this image will be shown on display. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export If no roles are selected, users from any role will be allowed. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -8099,10 +8355,14 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Image [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Image Effects [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Image Style [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Image Styles [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Image Styles (Image field) [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Image Styles options [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Image URL formatter settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Image convert failed using the %toolkit toolkit on %path (%mimetype) [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Image crop [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Image crop failed using the %toolkit toolkit on %path (%mimetype, %dimensions) [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Image delta [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Image desaturate failed using the %toolkit toolkit on %path (%mimetype, %dimensions) [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Image field display format settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Image file settings [provided] [no usage info] [missing usage info prevents renaming] */ @@ -8153,6 +8413,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Import new configuration and content from old site [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Import of string \"%string\" was skipped because of disallowed or malformed HTML. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Import products from an example CSV file [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Imported query maps [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Imported translation for %project. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Importing a full configuration [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Importing a single configuration item [provided] [no usage info] [missing usage info prevents renaming] */ @@ -8168,6 +8429,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export In most cases, Pathologic should be the last filter in the “Filter processing order” list. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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 cron tasks. On the Cron page, you can configure cron to run periodically as part of server responses by installing the Automated Cron 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 Status report page. For more information, see the online documentation for configuring cron jobs. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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 Views UI module help page for more information. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export In order to translate configuration, the website must have at least two languages. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export In order to translate content, the website must have at least two languages. When that is the case, you can enable translation for the desired content entities on the Content language 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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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 HAL for serialization and HTTP Basic Authentication for authentication, or install a contributed or custom module. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -8182,6 +8444,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export In-place content editing. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Inaccessible [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Include [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Include %anonymous [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Include Rel attribute for use in lightbox2 or other javascript utility. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Include a \"destination\" parameter in the link to return the user to the original view upon completing the contextual action. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Include a \"destination\" parameter in the link to return the user to the original view upon completing the link action. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -8189,6 +8452,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Include an RSS feed [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Include blocked user [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Include blocked users: @include_blocked [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Include count in collection queries [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Include customized translations [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Include destination [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Include file in display [provided] [no usage info] [missing usage info prevents renaming] */ @@ -8205,6 +8469,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Include unpublished nodes [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Include unpublished: @include_unpublished [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Include untranslated text [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Included in the base price [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Included postal codes [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Includes: [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Includes: %includes [provided] [no usage info] [missing usage info prevents renaming] */ @@ -8254,6 +8519,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Indicates whether the menu link should be rediscovered [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Individual content types can have different fields, behaviors, and permissions assigned to them. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Indonesia [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Indonesian Text Field [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Influence [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Influence of '@title' [provided] [no usage info] [missing usage info prevents renaming] */ @@ -8274,11 +8540,14 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Inline [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Inline Entity Form [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Inline Form Errors [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Inline block [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Inline blocks [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Inline entity form - Complex [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Inline entity form - Simple [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Inline entity reference display format settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Inline fields [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Input data could not be read [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Input filters [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Input format of the custom block/box content. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Input required [provided] [no usage info] [missing usage info prevents renaming] */ @@ -8287,6 +8556,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Insert a view inside an area. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Insert this token into your form [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Inserted [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Inspect [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Install [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Install %name using existing configuration. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Install @theme as default theme [provided] [no usage info] [missing usage info prevents renaming] */ @@ -8302,6 +8572,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Install newly added themes [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Install options [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Install profile [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Install profile in settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Install profile mismatch [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Install site [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Install with commonly used features pre-configured. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -8326,6 +8597,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Installing supporting modules [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Installing text editors [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Installing updates [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Instance [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Instances [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Instructions to present to the user below this field on the editing form.
Allowed HTML tags: @tags [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Instructs the toolkit to save the image with a specified extension. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -8347,6 +8619,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Interface translations are automatically imported when a language is added, or when new modules or themes are enabled. The report Available translation updates shows the status. Interface text can be customized in the user interface translation page. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Interface translations directory [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Interfaces [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Intermediate [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Internal [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Internal Dynamic Page Cache [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Internal Page Cache [provided] [no usage info] [missing usage info prevents renaming] */ @@ -8367,6 +8640,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Invalid redirect URL %url provided. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Invalid server ID \"@server_id\". [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Invalid state transition from %from to %to [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Ip [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Iran [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Iraq [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Ireland [provided] [no usage info] [missing usage info prevents renaming] */ @@ -8400,6 +8674,9 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export It appears you have reached this page in error. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export It is not allowed to create a redirect from the front page. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export 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. You can specify a different domain for serving oEmbed content here (opens in a new window). [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export 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. You can specify a different domain for serving oEmbed content here. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export 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. Take a look here for more information. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export It is recommended not to use this processor with the selected server. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export It is recommended that sites running on production environments do not display any errors. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export It is recommended to upgrade to PHP version %recommended or higher for the best ongoing support. See PHP's version support documentation and the Drupal 8 PHP requirements handbook page for more information. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -8421,16 +8698,24 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Items per page label [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Items selected on other pages: [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Items to display [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export JCB [provided] [no usage info] [missing usage info prevents renaming] */ /*! export JPEG quality [provided] [no usage info] [missing usage info prevents renaming] */ /*! export JSON [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export JSON Field [provided] [no usage info] [missing usage info prevents renaming] */ /*! export JSON-RPC 2.0 discovery features. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export JSON-RPC 2.0 services for Drupal core. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export JSON:API [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export JSON:API Extras [provided] [no usage info] [missing usage info prevents renaming] */ /*! export JSON:API Resource override [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export JSON:API Resource overrides [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Jamaica [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Jan [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Japan [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export JapaneseIterationMarkCharFilter::normalizeKana [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export JapaneseIterationMarkCharFilter::normalizeKanji [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export JapaneseKatakanaStemFilter::minimumLength [provided] [no usage info] [missing usage info prevents renaming] */ /*! export JapanesePartOfSpeechStopFilter:: TypeTokenFilter:: StopFilter:: LengthFilter:: KeepWordFilter::enablePositionIncrements [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export JapanesePartOfSpeechStopFilter::tags [provided] [no usage info] [missing usage info prevents renaming] */ /*! export JavaScript performance settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export JavaScript preprocess [provided] [no usage info] [missing usage info prevents renaming] */ /*! export JavaScript settings [provided] [no usage info] [missing usage info prevents renaming] */ @@ -8454,6 +8739,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Keyword [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Keyword relevance [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Keywords [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Kint [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Kiribati [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Kosovo [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Kuwait [provided] [no usage info] [missing usage info prevents renaming] */ @@ -8462,6 +8748,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Label (plural) [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Label (singular) [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Label HTML element [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Label display [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Label display for @title [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Label element [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Label field [provided] [no usage info] [missing usage info prevents renaming] */ @@ -8470,6 +8757,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Label for descending sort [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Label for new group [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Label of the action [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Label text [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Label type [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Language [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Language (fr, en, ...) [provided] [no usage info] [missing usage info prevents renaming] */ @@ -8564,7 +8852,9 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Latest version [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Latest version: [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Latvia [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Latvian Text Field [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Layout [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Layout Builder has been disabled. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Layout Builder provides layout building utility. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Layout Discovery [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Layout Discovery allows modules or themes to register layouts, and for other modules to list the available layouts and render them. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -8606,6 +8896,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Lesotho [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Less secure [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Less than [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Less than or equal to [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Less-than sign [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Let scale make images larger than their original size. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Liberia [provided] [no usage info] [missing usage info prevents renaming] */ @@ -8627,6 +8918,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Limit list to selected items [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Limit terms by vocabulary [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Limit the number of characters in textfields and textareas and shows the amount of characters left. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Limit the width of the generated menu's first level of links to a certain number of items. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Limit to vocabulary [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Limit: @limit [provided] [no usage info] [missing usage info prevents renaming] */ /*! export LimitTokenCountFilter::maxTokenCount [provided] [no usage info] [missing usage info prevents renaming] */ @@ -8730,6 +9022,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export List of roles [provided] [no usage info] [missing usage info prevents renaming] */ /*! export List of styles [provided] [no usage info] [missing usage info prevents renaming] */ /*! export List price [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export List size [provided] [no usage info] [missing usage info prevents renaming] */ /*! export List terms [provided] [no usage info] [missing usage info prevents renaming] */ /*! export List the ingredients required for this recipe, one per item. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export List the tags that need to be preserved during the stripping process. example "<p> <br>" which will preserve all p and br elements [provided] [no usage info] [missing usage info prevents renaming] */ @@ -8797,6 +9090,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Login attempt failed for %user. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Login attempt failed from %ip. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Login history [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Login or continue as guest [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Login page [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Logo [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Logo image [provided] [no usage info] [missing usage info prevents renaming] */ @@ -8829,6 +9123,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Machine name: @name [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Machine-readable name [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Madagascar [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Maestro [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Mail [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Mail System [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Mail collector [provided] [no usage info] [missing usage info prevents renaming] */ @@ -8844,6 +9139,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Main page content [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Maintain index table [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Maintain the types of content available and the fields that are associated with those types. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Maintain the types of orders available and the fields that are associated with those types. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Maintenance mode [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Major upgrade warning [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Make content sticky [provided] [no usage info] [missing usage info prevents renaming] */ @@ -8876,6 +9172,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Manage automatic site maintainenance tasks. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Manage automatic site maintenance tasks. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Manage breakpoints and breakpoint groups for responsive designs. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Manage configuration for query maps stored on the local filesystem. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Manage custom form modes. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Manage custom view modes. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Manage customized lists of content. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -8886,6 +9183,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Manage field permissions and field permissions settings. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Manage fields [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Manage fields, Add to Cart forms, other form and display settings for your order items. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Manage fields, form and display settings for your order items. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Manage fields, form and display settings for your orders. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Manage fields, form and display settings for your product variations. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Manage fields, form and display settings for your products. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -8900,6 +9198,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Manage menus and menu links. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Manage migration processes. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Manage number patterns. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Manage own payment methods [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Manage profile types, including fields. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Manage responsive image styles. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Manage subscriptions [provided] [no usage info] [missing usage info prevents renaming] */ @@ -8944,6 +9243,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Managing themes [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Managing user account fields [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Managing vocabularies [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Manitoba [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Manual [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Manual update check [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Manual updates required [provided] [no usage info] [missing usage info prevents renaming] */ @@ -8996,12 +9296,15 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Maximum image resolution [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Maximum length [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Maximum length of aliases to generate. 100 is the recommended length. @max is the maximum possible length. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Maximum link depth [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Maximum link text length [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Maximum menu width [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Maximum number of characters [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Maximum number of comments per node. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Maximum number of field data records to purge [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Maximum number of levels [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Maximum number of values users can enter [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Maximum number of words in titles [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Maximum size: %max_width x %max_height pixels [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Maximum text length of any component in the alias (e.g., [title]). 100 is the recommended length. @max is the maximum possible length. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Maximum upload size [provided] [no usage info] [missing usage info prevents renaming] */ @@ -9021,6 +9324,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Media query [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Media reference fields can reference multiple media types in the same field. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Media revisions [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Media selection [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Media settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Media source [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Media source configuration [provided] [no usage info] [missing usage info prevents renaming] */ @@ -9095,6 +9399,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Migrate [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Migrate Development Tools [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Migrate Drupal [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Migrate Drupal Multilingual [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Migrate Drupal UI [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Migrate Drupal settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Migration [provided] [no usage info] [missing usage info prevents renaming] */ @@ -9142,6 +9447,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Modal width [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Mode [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Moderated content [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Moderated content requires non-translatable fields to be edited in the original language form. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Moderating content [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Moderation State [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Moderation control [provided] [no usage info] [missing usage info prevents renaming] */ @@ -9178,6 +9484,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Modules Weight [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Modules Weight Settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Modules could not be listed due to an error: %error [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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 Search pages page. If you have a lot of content on your site, it may take several cron runs for the content to be reindexed. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Modules that will be upgraded [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Modules that will not be upgraded [provided] [no usage info] [missing usage info prevents renaming] */ @@ -9236,6 +9543,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Muted: %muted [provided] [no usage info] [missing usage info prevents renaming] */ /*! export My Editor [provided] [no usage info] [missing usage info prevents renaming] */ /*! export My Flag Lists [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export My Flagging Collections [provided] [no usage info] [missing usage info prevents renaming] */ /*! export My Processor [provided] [no usage info] [missing usage info prevents renaming] */ /*! export My account [provided] [no usage info] [missing usage info prevents renaming] */ /*! export My backend [provided] [no usage info] [missing usage info prevents renaming] */ @@ -9252,6 +9560,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export NGram Text Field [provided] [no usage info] [missing usage info prevents renaming] */ /*! export NGramFilter:: EdgeNGramFilter::maxGramSize [provided] [no usage info] [missing usage info prevents renaming] */ /*! export NGramFilter:: EdgeNGramFilter::minGramSize [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export NOTE [provided] [no usage info] [missing usage info prevents renaming] */ /*! export NTLM [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Name [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Name (A-Z) [provided] [no usage info] [missing usage info prevents renaming] */ @@ -9270,6 +9579,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Namibia [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Naming image styles [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Narrow [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Narrow down the image styles to display on this field. Note that any image styles selected here that are not allowed in the consumer making the HTTP request will not appear in the output. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Nauru [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Navigating in the forum [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Navigation [provided] [no usage info] [missing usage info prevents renaming] */ @@ -9286,11 +9596,14 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Never cache [provided] [no usage info] [missing usage info prevents renaming] */ /*! export New [provided] [no usage info] [missing usage info prevents renaming] */ /*! export New @label can be added. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export New Brunswick [provided] [no usage info] [missing usage info prevents renaming] */ /*! export New Caledonia [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export New Customer [provided] [no usage info] [missing usage info prevents renaming] */ /*! export New Zealand [provided] [no usage info] [missing usage info prevents renaming] */ /*! export New book [provided] [no usage info] [missing usage info prevents renaming] */ /*! export New comment count [provided] [no usage info] [missing usage info prevents renaming] */ /*! export New comments [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export New customer [provided] [no usage info] [missing usage info prevents renaming] */ /*! export New date [provided] [no usage info] [missing usage info prevents renaming] */ /*! export New forum Count [provided] [no usage info] [missing usage info prevents renaming] */ /*! export New forum topics [provided] [no usage info] [missing usage info prevents renaming] */ @@ -9309,6 +9622,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Newer of last comment / entity updated [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Newer of last comment / node updated [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Newest first [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Newfoundland [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Newsletter [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Newsletter Issue [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Newsletter URL [provided] [no usage info] [missing usage info prevents renaming] */ @@ -9358,6 +9672,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export No content selected. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export No content types available. Add content type. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export No contexts or relationships have been added. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export No contextual ID tokens specified. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export No contextual ids specified. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export No customization allowed [provided] [no usage info] [missing usage info prevents renaming] */ /*! export No default sort [provided] [no usage info] [missing usage info prevents renaming] */ @@ -9373,6 +9688,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export No fields are present yet. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export No fields available. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export No fields have been used in views yet. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export No file was uploaded. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export No files available. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export No files found. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export No filters have been added. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -9411,7 +9727,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export No newsletter issues found. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export No orders available. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export No pages to display. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export No pane is disabled. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export No pane is displayed. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export No path is set [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export No payment gateway selected. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export No pending updates. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export No people available. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export No placeholder [provided] [no usage info] [missing usage info prevents renaming] */ @@ -9517,6 +9836,8 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export North Korea [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Northern Mariana Islands [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Norway [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Norwegian Text Field [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export NorwegianLightStemFilter:: NorwegianMinimalStemFilter::variant [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Not all users have this permission [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Not applicable [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Not blank [provided] [no usage info] [missing usage info prevents renaming] */ @@ -9564,6 +9885,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Notify user when account is canceled [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Notify user when password reset [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Nov [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Nova Scotia [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Now [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Null [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Number [provided] [no usage info] [missing usage info prevents renaming] */ @@ -9587,8 +9909,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Number of items to index per cron run [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Number of leading lines in a diff [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Number of levels to display [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Number of links to generate [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Number of most recent views to display [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Number of new comments [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Number of new menus to create [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Number of news items in block [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Number of pager links visible [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Number of pages [provided] [no usage info] [missing usage info prevents renaming] */ @@ -9602,14 +9926,17 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Number of topics [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Number of trailing lines in a diff [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Number of users to display in the list [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Number of uses [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Number of values is required. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Number of views [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Number of vocabularies? [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Number pattern [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Number patterns [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Number sign (pound sign, hash) [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Number unformatted display format settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Numbered list [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Numeric [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Numeric code [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Numeric placeholders may not be used. Please use plain placeholders (%). [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Numeric values from the statistics module [provided] [no usage info] [missing usage info prevents renaming] */ /*! export NumericPayloadTokenFilter::payload [provided] [no usage info] [missing usage info prevents renaming] */ @@ -9632,6 +9959,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Off [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Off by default with opt in [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Off label [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Offer [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Offer type [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Offers an implementation of the Search API that uses an Apache Solr server for indexing content. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Offers an implementation of the Search API that uses database tables for indexing content. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -9669,6 +9997,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export One URL redirect created.\u0003@count URL redirects created. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export One domain with multiple subdomains [provided] [no usage info] [missing usage info prevents renaming] */ /*! export One file only.\u0003Maximum @count files. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export One media item remaining.\u0003@count media items remaining. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export One or more IDs separated by , or + [provided] [no usage info] [missing usage info prevents renaming] */ /*! export One or more files could not be uploaded. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export One or more names separated by , or + [provided] [no usage info] [missing usage info prevents renaming] */ @@ -9685,6 +10014,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export One-time login URL [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Online [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Only applied if users may set their own time zone. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Only author and administrators can edit and view. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Only delete automatically generated aliases [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Only enabled indexes can be used for indexing and searching. This setting will only take effect if the selected server is also enabled. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Only enabled servers can index items or execute searches. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -9693,7 +10023,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Only images hosted on this site may be used in <img> tags. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Only items in the index will appear in search results. To build and maintain the index, a correctly configured cron maintenance task is required. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Only of the type(s) [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Only one condition must pass [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Only one item can be selected.\u0003Only @count items can be selected. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Only overwrite imported translations, customized translations are kept. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Only refresh a draft order when it is loaded if it belongs to the current user. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Only security updates [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Only selected actions [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Only the checked roles will be able to access this display. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -9702,12 +10035,14 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Only translated strings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Only untranslated strings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Only users with the selected permission flag will be able to access this display. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Ontario [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Open [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Open external links in a new window [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Open external links in a new window. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Open in new window [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Open link in new window [provided] [no usage info] [missing usage info prevents renaming] */ /*! export OpenNLPLemmatizerFilter::lemmatizerModel [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export OpenNLPPOSFilter::posTaggerModel [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Opens your mail client ready to e-mail @email [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Operating in maintenance mode. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Operating in maintenance mode. Go online. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -9732,14 +10067,21 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Optional features [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Optional subdirectory within the upload destination where files will be stored. Do not include preceding or trailing slashes. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Optionally select a style before deleting %style [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Optionally select the allowed oEmbed providers for this media type. If left blank, all providers will be allowed. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Optionally, specify a relative URL to display as the front page. Leave blank to display the default front page. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Options [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Options list default display settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Options such as paging, table sorting, and exposed filters will not initiate a page refresh. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Or [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Order [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Order #@number confirmed [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Order #@number details: [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Order Confirmation [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Order ID [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Order Summary [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Order activity [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Order for [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Order information [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Order item [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Order item type [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Order item types [provided] [no usage info] [missing usage info prevents renaming] */ @@ -9748,13 +10090,20 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Order number [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Order of language detection methods for content. If a version of content is available in the detected language, it will be displayed. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Order of language detection methods for interface text. If a translation of interface text is available in the detected language, it will be displayed. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Order refresh [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Order refresh frequency [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Order refresh mode [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Order status [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Order summary [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Order summary view [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Order total [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Order total summary [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Order type [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Order types [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Ordered list [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Ordered list - use the <li> to begin each list item [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Orders [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Orders can't be created until a store has been added. @link [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Organization [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Orientation [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Original [provided] [no usage info] [missing usage info prevents renaming] */ @@ -9785,6 +10134,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Overridden title [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Overridden unit price [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Override [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Override configuration for the resource entity. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Override label [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Override labels [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Override normal sorting if click sorting is used [provided] [no usage info] [missing usage info prevents renaming] */ @@ -9794,10 +10144,15 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Override the default view title for this view. This is useful to display an alternative title when a view is empty. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Override the output of this field with custom text [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Override the title of this view when it is empty. The available global tokens below can be used here. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Override the unit price [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Override the view and other argument titles. You may use Twig syntax in this field as well as the \"arguments\" and \"raw_arguments\" arrays. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Override the view and other argument titles. You may use Twig syntax in this field. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Override title [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Overriden labels are used: %singular and %plural [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Overrides the checkout order summary template with the output of a View. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Overrides the field name with a custom name. Example: Change \"field_tags\" to \"tags\". [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Overrides the path of the resource. Example: Use \"articles\" to change \"/@prefix/node/article\" to \"/@prefix/articles\". [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Overrides the type of the resource. Example: Change \"node--article\" to \"articles\". [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Overriding default English strings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Overriding default settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Overview [provided] [no usage info] [missing usage info prevents renaming] */ @@ -9810,6 +10165,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Overwrite existing translations. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Overwrite non customized translations [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Overwrite non-customized translations [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Overwritten [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Owner [provided] [no usage info] [missing usage info prevents renaming] */ /*! export PATCH method settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export PHP [provided] [no usage info] [missing usage info prevents renaming] */ @@ -9919,7 +10275,9 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Palestinian Territories [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Palette settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Panama [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Pane [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Pane style [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Panes [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Papua New Guinea [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Paragraph one. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Paragraph two. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -9927,6 +10285,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Param [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Parameter [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Parameters [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Params [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Parent [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Parent CID [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Parent ID [provided] [no usage info] [missing usage info prevents renaming] */ @@ -9934,6 +10293,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Parent comment ID. If set to 0, this comment is not a reply to an existing comment. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Parent for new group [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Parent item [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Parent lid [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Parent link [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Parent link ID [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Parent menu item [provided] [no usage info] [missing usage info prevents renaming] */ @@ -9990,25 +10350,37 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Pathauto state [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Pathologic [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Pathologic configuration [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Paths to exclude [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Pattern [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Pattern type [provided] [no usage info] [missing usage info prevents renaming] */ /*! export PatternReplaceFilter::pattern [provided] [no usage info] [missing usage info prevents renaming] */ /*! export PatternReplaceFilter::replace [provided] [no usage info] [missing usage info prevents renaming] */ /*! export PatternReplaceFilter::replacement [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Patterns [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Pay and complete purchase [provided] [no usage info] [missing usage info prevents renaming] */ /*! export PayPal [provided] [no usage info] [missing usage info prevents renaming] */ /*! export PayPal Email [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Payload [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Payment [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Payment Method [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Payment amount [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Payment captured. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Payment failed at the payment server. Please review your information and try again. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Payment gateway [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Payment gateway mode [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Payment gateways [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Payment information [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Payment instructions [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Payment method [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Payment method type [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Payment method types [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Payment methods [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Payment process [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Payment received. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Payment refunded. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Payment saved. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Payment type [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Payment voided. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Payments [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Pending Deletions [provided] [no usage info] [missing usage info prevents renaming] */ /*! export People [provided] [no usage info] [missing usage info prevents renaming] */ @@ -10019,6 +10391,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Per-view-mode field layout settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Percent sign [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Percentage [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Percentage off [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Perform administrative tasks, including adding a description and creating a clone. Click the drop-down button to view the available options. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Perform tasks on specific events triggered within the system. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Perform updates with site in maintenance mode (strongly recommended) [provided] [no usage info] [missing usage info prevents renaming] */ @@ -10034,6 +10407,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Permission [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Permissions [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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 Roles 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 Account settings 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. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Persian Text Field [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Persist field storage with no fields [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Persistent Login [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Persistent Logins [provided] [no usage info] [missing usage info prevents renaming] */ @@ -10057,6 +10431,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Place block [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Place block in the %region region [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Place the order on a different date [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Placed [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Placeholder [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Placeholder for URL [provided] [no usage info] [missing usage info prevents renaming] */ @@ -10078,7 +10453,11 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Please log in to access this page. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Please provide a name for the button group. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Please select a media type for all files. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Please select an action to perform. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Please specify [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Please use only lowercase letters, numbers, and underscores. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Please wait while you are redirected to the payment server. If nothing happens within 10 seconds, please click on the button below. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Please wait... [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Plugin [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Plugin ID [provided] [no usage info] [missing usage info prevents renaming] */ @@ -10089,6 +10468,8 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Plugins cache cleared. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Plum [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Plural form [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Plural index number [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Plural index number in case of plural strings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Plural variants [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Plus sign [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Poland [provided] [no usage info] [missing usage info prevents renaming] */ @@ -10097,6 +10478,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Port [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Port number [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Portugal [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Portuguese Text Field [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Position [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Post comments [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Post date [provided] [no usage info] [missing usage info prevents renaming] */ @@ -10155,6 +10537,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Previous page [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Previous page link text [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Price [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Price field settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Price list [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Price list item [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Price lists [provided] [no usage info] [missing usage info prevents renaming] */ @@ -10165,6 +10548,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Primary admin actions [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Primary tabs [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Primary tabs display toggle [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Prince Edward Island [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Print [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Printer-friendly version [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Printing books [provided] [no usage info] [missing usage info prevents renaming] */ @@ -10175,6 +10559,8 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Private files [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Private files directory [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Private local files served by Drupal. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Proceed to @gateway [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Proceed to checkout. You can optionally create an account at the end. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Process entities returned by the view with Views Bulk Operations' actions. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Processed date [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Processed summary [provided] [no usage info] [missing usage info prevents renaming] */ @@ -10192,21 +10578,28 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Product attribute [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Product attribute value [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Product attributes [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Product categories [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Product category [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Product count [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Product information [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Product price [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Product title [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Product type [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Product types [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Product variation [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Product variation attributes [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Product variation type [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Product variation types [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Product variations [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Products [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Profile [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Profile ID [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Profile Name [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Profile category that the field will be grouped under. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Profile field ID. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Profile for testing BC layer for profile dependencies. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Profile for testing hook_requirements(). [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Profile for testing that install profiles can require a module. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Profile selection [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Profile type [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Profile types [provided] [no usage info] [missing usage info prevents renaming] */ @@ -10222,6 +10615,8 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Promote selected content from front page configuration [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Promote selected content to front page [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Promote, change ownership, edit revisions, and perform other tasks across all content types. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Promoted Items [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Promoted Items Double [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Promoted to front page [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Promoted to front page status [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Promotion [provided] [no usage info] [missing usage info prevents renaming] */ @@ -10244,6 +10639,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Provide a menu link [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Provide a module placeholder, for using as dependency for module that needs Redis. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Provide a password for the new account in both fields. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Provide a password for the new account. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Provide a sample field, each showroom (taxonomy term) can fill it's own sample reference, and only it's own [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Provide a short overview of this recipe. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Provide a simple link to approve the comment. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -10266,6 +10662,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Provide markup text for the area. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Provide operation buttons to handle the 404 path. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Provide the information to access the Drupal site you want to upgrade. Files can be imported into the upgraded site as well. See the Upgrade documentation for more detailed instructions. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Provide title [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Provide verbose information when running tests [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Provided archive contains no files. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -10273,6 +10670,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Provided by Drupal core [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Provided by modules [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Provider [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Provider URL [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Provider name [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Provides %entity_type entities for indexing and searching. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Provides 3rd party settings for vocabulary. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -10292,6 +10690,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Provides a drush command to migrate to cores oEmbed [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Provides a fallback for missing filters. Do not use. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Provides a field and widget to allow entry of a date/time interval. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Provides a field for selecting media entities in our media library view [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Provides a field type for displaying videos from 3rd party providers such as YouTube and Vimeo. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Provides a file metadata plugin for EXIF image information. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Provides a file metadata plugin for TTF/OTF/WOFF font information. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -10310,6 +10709,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Provides a migration plugin for stub testing. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Provides a more robust alternative to \"summary or trimmed\" textfield format [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Provides a number of utility and helper APIs for Drupal developers and site builders. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Provides a requirement for multilingual migrations. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Provides a row plugin to display search results. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Provides a service for (de)serializing data to/from formats such as JSON and XML [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Provides a service for (de)serializing data to/from formats such as JSON and XML. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -10507,6 +10907,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Publishing status [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Puerto Rico [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Punctuation [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Purchasable entity type [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Purchased entity [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Purge [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Put site into maintenance mode [provided] [no usage info] [missing usage info prevents renaming] */ @@ -10515,6 +10916,8 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Put your site into maintenance mode. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Qatar [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Quantity [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Quantity text field [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Quebec [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Query [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Query Comment [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Query Result Cache [provided] [no usage info] [missing usage info prevents renaming] */ @@ -10524,6 +10927,9 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Query comment [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Query execute time [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Query key [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Query map [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Query map configuration. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Query maps [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Query options [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Query parameter [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Query results [provided] [no usage info] [missing usage info prevents renaming] */ @@ -10547,6 +10953,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Quotation mark [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Quoted inline [provided] [no usage info] [missing usage info prevents renaming] */ /*! export RDF [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export RDF field mappings. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export RDF mapping [provided] [no usage info] [missing usage info prevents renaming] */ /*! export RDF mapping item [provided] [no usage info] [missing usage info prevents renaming] */ /*! export RDF mappings items [provided] [no usage info] [missing usage info prevents renaming] */ @@ -10560,6 +10967,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export REST resource config ID [provided] [no usage info] [missing usage info prevents renaming] */ /*! export REST resource configuration [provided] [no usage info] [missing usage info prevents renaming] */ /*! export REST resource configuration granularity [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export REST resource configurations [provided] [no usage info] [missing usage info prevents renaming] */ /*! export REST resource plugin id [provided] [no usage info] [missing usage info prevents renaming] */ /*! export REST resources [provided] [no usage info] [missing usage info prevents renaming] */ /*! export REST settings [provided] [no usage info] [missing usage info prevents renaming] */ @@ -10574,6 +10982,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export RSS enclosure format settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export RSS field options [provided] [no usage info] [missing usage info prevents renaming] */ /*! export RSS publishing [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Radio buttons [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Radios [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Random [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Random number generation [provided] [no usage info] [missing usage info prevents renaming] */ @@ -10581,6 +10990,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Randomize [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Randomize the display order. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Randomize the rotation angle for each image. The angle specified above is used as a maximum. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Rates [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Raw @column [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Raw bytes [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Raw output [provided] [no usage info] [missing usage info prevents renaming] */ @@ -10591,6 +11001,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Raw value from URL [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Re-index site [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Re-order book pages and change titles [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Re-order media by numerical weight instead of dragging [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Re-order rows by numerical weight instead of dragging. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Re-use an existing field [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Re-use existing field: you need to provide a label. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -10604,6 +11015,8 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export ReadyState: !readyState [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Rearrange @type [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Rearrange @type [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Reassign [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Reassign order [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Rebuild [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Rebuild Menu [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Rebuild access [provided] [no usage info] [missing usage info prevents renaming] */ @@ -10611,16 +11024,21 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Rebuild permissions [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Rebuild the theme registry on every page load [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Rebuilding content access permissions [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Receive [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Receive email notifications [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Receive payment [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Recent comments [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Recent comments. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Recent content [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Recent content. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Recent log messages [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Recently created [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Recipe Collections [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Recipe Name [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Recipe category [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Recipe collections [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Recipe instruction [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Recipes listing [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Recipient [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Recipient ID [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Recipient email address [provided] [no usage info] [missing usage info prevents renaming] */ @@ -10648,6 +11066,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Redirect URL at logout [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Redirect domains [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Redirect is accessed from three tabs that help you manage URL Redirects. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Redirect method [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Redirect module form elements [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Redirect path [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Redirect path on submission [provided] [no usage info] [missing usage info prevents renaming] */ @@ -10659,6 +11078,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Redirect type [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Redirect url [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Redirect users from one URL to another. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Redirect via GET (302 header) [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Redis [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Redis usage statistics [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Redo [provided] [no usage info] [missing usage info prevents renaming] */ @@ -10666,6 +11086,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Reduce duplicate [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Reduce duplicates [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Reduce strings to letters and numbers [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Reduces the list of image styles in the output calculated from the Consumer configuration. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Reference [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Reference existing [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Reference fields have several widgets available on the Manage form display page: [provided] [no usage info] [missing usage info prevents renaming] */ @@ -10675,9 +11096,12 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Reference type [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Referer [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Referrer [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Refine selection? [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Refresh [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Refresh a draft order when it is loaded regardless of who it belongs to. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Refresh frequency in seconds. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Refund [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Refund payment [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Refunded amount [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Regenerate URL aliases for all paths [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Region [provided] [no usage info] [missing usage info prevents renaming] */ @@ -10697,6 +11121,8 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Registration confirmation (No approval required) [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Registration confirmation (Pending approval) [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Registration successful. You are now logged in. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Registration: Allowed [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Registration: Not allowed [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Regular expression [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Regular expression to match [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Regular expression to not match [provided] [no usage info] [missing usage info prevents renaming] */ @@ -10744,6 +11170,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Remove @title [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Remove a role from the selected users [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Remove block [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Remove button [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Remove condition [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Remove content from front page [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Remove field [provided] [no usage info] [missing usage info prevents renaming] */ @@ -10754,6 +11181,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Remove from shortcuts [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Remove group [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Remove group @group [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Remove section @section [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Remove selected [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Remove tags from rendered output [provided] [no usage info] [missing usage info prevents renaming] */ @@ -10819,6 +11247,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Request: example.com/redirect => Response: redirected.com/example-path [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Request: foo.com/any-path => Response: bar.com [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Require all conditions [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Require confirmation before overriding the unit price [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Require double entry of email [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Require double entry of email: No [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Require double entry of email: Yes [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Require email confirmation to cancel account [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Require email verification when a visitor creates an account [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Require this relationship [provided] [no usage info] [missing usage info prevents renaming] */ @@ -10835,6 +11267,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Requires Drupal core: [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Requires a correctly configured cron maintenance task. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Requires a title [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Requires locale.module [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Requires path.module [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Requires the \"View any unpublished content\" or \"View own unpublished content\" permission [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Requires: @module-list [provided] [no usage info] [missing usage info prevents renaming] */ @@ -10857,7 +11290,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Resolved the path %path in the database. Please check the ignored list and save the settings. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Resolving missing content [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Resource [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Resource Path [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Resource Type [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Resource name [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Resource overrides [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Resource title [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Resource type [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Response [provided] [no usage info] [missing usage info prevents renaming] */ @@ -10877,9 +11313,11 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Restore [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Restore to Draft [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Restrict images to this site [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Restrict terms to these vocabularies. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Restrict the view to only revisions that are the latest revision of their entity. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Restrict to the selected roles [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Restrict user based on role [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Restricted [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Restricted to certain pages [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Restricting the maximum file size [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Result [provided] [no usage info] [missing usage info prevents renaming] */ @@ -10889,12 +11327,15 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Return to list [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Return to site content [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Return true on the following pages: @pages [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Returning Customer [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Returns results as a PHP array of labels and rendered rows. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Reusable [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Reverse [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Reverse entity reference [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Reversed [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export ReversedWildcardFilter::maxFractionAsterisk [provided] [no usage info] [missing usage info prevents renaming] */ /*! export ReversedWildcardFilter::maxPosAsterisk [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export ReversedWildcardFilter::minTrailing [provided] [no usage info] [missing usage info prevents renaming] */ /*! export ReversedWildcardFilter::withOriginal [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Revert [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Revert all revisions [provided] [no usage info] [missing usage info prevents renaming] */ @@ -10952,6 +11393,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Rolling back an upgrade [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Rolling back an upgrade is not yet supported through the user interface. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Romania [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Romanian Text Field [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Root [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Root term [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Root-relative file URL [provided] [no usage info] [missing usage info prevents renaming] */ @@ -10966,6 +11408,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Route name [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Route settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Routes Info [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Routing [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Routing and links cache cleared. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Row [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Row class [provided] [no usage info] [missing usage info prevents renaming] */ @@ -11014,8 +11457,11 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Samoa [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Sample modified image [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Sample original image [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Samples [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Samples Showroom [provided] [no usage info] [missing usage info prevents renaming] */ /*! export San Marino [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Sanitized [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Saskatchewan [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Sat [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Saturday [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Saudi Arabia [provided] [no usage info] [missing usage info prevents renaming] */ @@ -11028,6 +11474,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Save and edit [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Save and manage fields [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Save and manage matchers [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Save and manage query maps in config. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Save as [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Save block [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Save blocks [provided] [no usage info] [missing usage info prevents renaming] */ @@ -11050,11 +11497,17 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Save the form and the changes will be immediately visible on the page. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Save translation [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Save translations [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Saved [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Saved %label configuration. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Saved %label state. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Saved %label transition. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Saved the %label @entity-type. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Saved the %label JSON:API Resource overwrites. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Saved the %label Workflow. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Saved the %label checkout flow. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Saved the %label order item type. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Saved the %label order type. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Saved the %label payment gateway. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Saving [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Scale [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Scale and crop [provided] [no usage info] [missing usage info prevents renaming] */ @@ -11071,6 +11524,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Scheduler settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Schema [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Schema version [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Schemas [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Scheme [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Scope [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Score [provided] [no usage info] [missing usage info prevents renaming] */ @@ -11090,6 +11544,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Search Keywords [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Search and metadata [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Search by keyword, ingredient, dish [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Search by username or email address [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Search content [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Search field [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Search fields [provided] [no usage info] [missing usage info prevents renaming] */ @@ -11108,6 +11563,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Search page path [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Search page type [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Search pages [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Search result excerpt [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Search result highlighting input [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Search results [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Search score [provided] [no usage info] [missing usage info prevents renaming] */ @@ -11158,6 +11614,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Select all rows in this table [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Select all@count results in this view [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Select an effect to add. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Select an enhancer to manipulate the public output coming in and out. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Select an image processing toolkit [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Select an image style for this breakpoint. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Select an installation profile [provided] [no usage info] [missing usage info prevents renaming] */ @@ -11216,6 +11673,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Select workspace [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Selected [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Selected %count items in this view [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Selected @count entities: [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Selected actions [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Selected combination of day and month is not valid. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Selected default language no longer exists. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -11234,6 +11692,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Selection type [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Selects referenceable entities for an entity reference field. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Semicolon [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Send a copy of the receipt to this email: [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Send copy to sender [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Send email [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Send email configuration [provided] [no usage info] [missing usage info prevents renaming] */ @@ -11271,6 +11730,8 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Separators are used to visually split individual buttons. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Sequence [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Serbia [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Serbian Text Field [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export SerbianNormalizationFilter::haircut [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Serial [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Serialization [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -11310,6 +11771,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Set a default value for this date. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Set a language as default [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Set a new image [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Set a password to save your details for next time. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Set and configure the default theme for your website. Alternative themes are available. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Set as current revision [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Set as default [provided] [no usage info] [missing usage info prevents renaming] */ @@ -11332,6 +11794,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Settings Tray [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Settings file [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Settings for @theme theme [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Settings for resource %label [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Settings for the statistical information that Drupal will keep about the site. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Settings successfully updated. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Seven [provided] [no usage info] [missing usage info prevents renaming] */ @@ -11342,17 +11805,27 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Seychelles [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Share your thoughts and opinions. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export ShingleFilter:: CJKBigramFilterFactory::outputUnigrams [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export ShingleFilter::maxShingleSize [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export ShingleFilter::minShingleSize [provided] [no usage info] [missing usage info prevents renaming] */ /*! export ShingleFilter::outputUnigramsIfNoShingles [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export ShingleFilter::tokenSeparator [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Shippable [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Shipping Information [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Shipping information [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Shopping cart [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Shopping cart block view [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Shopping cart form view [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Shopping cart settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Short but meaningful name for this collection of related forums. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Short but meaningful name for this collection of threaded discussions. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Short description of the image used by screen readers and displayed when the image is not loaded. Enabling this field is recommended. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Short description of the image used by screen readers and displayed when the image is not loaded. This is important for accessibility. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Short format [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Shortcut [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Shortcut icon [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Shortcut icon settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Shortcut link [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Shortcut links [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Shortcut set [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Shortcut sets [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Shortcut settings [provided] [no usage info] [missing usage info prevents renaming] */ @@ -11419,6 +11892,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Show thumbnail [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Shown [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Shown tabs [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Shown to customers during checkout. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Shown when hovering over the menu link. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Showrooms [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Shows a list of the newest user accounts on the site. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -11437,6 +11911,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Simple CJK handling [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Simple JSON Migration example [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Simple configuration [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Simple list key paired formatter [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Simple page [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Simple separator [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Simple time-based caching of data. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -11450,6 +11925,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Simpletest site directory [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Singapore [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Single ID [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Single Nested Property [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Single export [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Single filter [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Single import [provided] [no usage info] [missing usage info prevents renaming] */ @@ -11495,6 +11971,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Skip comment approval [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Skip default argument for view URL [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Skip to main content [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Skipped [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Slash [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Slate [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Slide Up [provided] [no usage info] [missing usage info prevents renaming] */ @@ -11508,6 +11985,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Slow [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Slow query highlighting [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Small 21:9 (768x330) [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Smart trimmed [provided] [no usage info] [missing usage info prevents renaming] */ /*! export SnowballPorterFilter::language [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Solomon Islands [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Solr [provided] [no usage info] [missing usage info prevents renaming] */ @@ -11581,6 +12059,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Space [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Spain [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Spam control [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Special [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Specialized examples of Drupal 8+ migration. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Specify a custom entity ID. This will override the entity ID in the configuration above. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Specify access control type for this display. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -11652,6 +12131,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Status report [provided] [no usage info] [missing usage info prevents renaming] */ /*! export StatusText: !statusText [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Step [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Step: @step [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Sticky [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Sticky at top of lists [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Sticky status [provided] [no usage info] [missing usage info prevents renaming] */ @@ -11675,8 +12155,13 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export String (long) settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export String contains [provided] [no usage info] [missing usage info prevents renaming] */ /*! export String settings [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Strings have been added [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Strings i18n JSON Export [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Strings i18n JSON Export Settings. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Strings to Remove [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Strings to be added [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Strip HTML tags [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Strip trailing zeroes after the decimal point [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Strong [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Structure [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Style [provided] [no usage info] [missing usage info prevents renaming] */ @@ -11716,6 +12201,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Subtitle six [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Subtitle three [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Subtotal [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Succeeded: [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Success [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Successful [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Successful deployment. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -11838,6 +12324,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Support module for testing path aliases on a route with encoded characters in the path. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Support module for testing project namespace system dependencies. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Support module for testing system dependencies. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Support module for testing that a module in one profile can be reused in another profile. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Support module for testing the drupal_system_listing function. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Support module for testing theme suggestions for legacy theme functions. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Support module for testing theme suggestions. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -11892,12 +12379,14 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Svalbard and Jan Mayen [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Swaziland [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Sweden [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Swedish Text Field [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Switch [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Switch to @workspace [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Switch user [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Switch users [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Switch workspace [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Switzerland [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Symbol [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Synchronize [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Synchronize configuration [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Synchronizing configuration [provided] [no usage info] [missing usage info prevents renaming] */ @@ -11979,7 +12468,9 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Task data [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Task type [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Tasks [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Tax [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Tax rate [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Tax rates [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Tax registrations [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Tax type [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Tax types [provided] [no usage info] [missing usage info prevents renaming] */ @@ -11997,6 +12488,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Taxonomy term ID from URL [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Taxonomy term ID with depth [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Taxonomy term chosen from autocomplete or select widget. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Taxonomy term hierarchy has been converted to default entity reference storage. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Taxonomy term name [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Taxonomy term page [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Taxonomy terms [provided] [no usage info] [missing usage info prevents renaming] */ @@ -12012,6 +12504,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Teaser [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Teaser length [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Telephone [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Telephone Validation [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Telephone default format settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Telephone link [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Telephone link format settings [provided] [no usage info] [missing usage info prevents renaming] */ @@ -12021,6 +12514,8 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Template name [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Temporary [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Temporary directory [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Temporary file \"%path\" could not be opened for file upload [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Temporary file data for \"%path\" could not be written [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Temporary files [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Temporary files are not referenced, but are in the file system and therefore may show up in administrative lists. Warning: If enabled, temporary files will be permanently deleted and may not be recoverable. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Temporary files directory [provided] [no usage info] [missing usage info prevents renaming] */ @@ -12028,6 +12523,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Term [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Term ID [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Term Parents [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Term Reference Tree [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Term Vector [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Term count [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Term description translation. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -12046,6 +12542,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Test comment as a base field [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Test conflicting namespace declaration. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Test connection in commerce_migrate_ubercart.module plugins alter [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Test discovery [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Test editing of URL source plugin via the UI. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Test editing of source plugin via the UI. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Test for AJAX form calls. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -12079,9 +12576,14 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Testing config import [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Testing config overrides [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Testing infrastructure for CTools block display variants. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Testing install profile all dependencies [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Testing install profile dependencies [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Testing install profile dependencies BC layer [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Testing missing dependencies [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Testing multilingual [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Testing multilingual with English [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Testing requirements [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Testing requirements failed requirements. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Tests [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Tests enabling of modules which provide filter plugins. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Tests extending and altering entity constraints. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -12152,8 +12654,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Textfield size: @size [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Textual tour tip [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Th [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Thai Text Field [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Thailand [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Thank you for applying for an account. Your account is currently pending approval by the site administrator.
In the meantime, a welcome message with further instructions has been sent to your email address. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Thank you for your order! [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The source for the country must be defined for this filter to work. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The \"%plugin_id\" was not found [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The \"@name\" button is currently disabled. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -12248,6 +12752,8 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export The @title end date cannot be before the start date [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The @type %term has been updated. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The @type %title has been deleted. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The @uri field is required when the @title field is specified. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The @workflow workflow does not have a \"Draft\" state. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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 online documentation for the Actions module. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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 online documentation for the Activity Tracker module. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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 online documentation for the Aggregator module. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -12301,7 +12807,9 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export The History module keeps track of which content a user has read. It marks content as new or updated 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 read. The History module does not have a user interface but it provides a filter to Views to show new or updated content. For more information, see the online documentation for the History module. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The ID of the aggregator feed. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The ID of the associated form. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The ID of the content entity associated with this workspace. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The ID of the content entity this moderation state is for. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The ID of the content entity type associated with this workspace. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The ID of the content entity type this moderation state is for. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The ID of the entity of which this comment is a reply. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The ID of the entity that is related to the file. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -12316,6 +12824,8 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export The IP address %ip has been banned. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The IP address %ip was deleted. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The IP address of the computer the comment was posted from. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The IP address of the current user. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The IP address of the order. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The Image module allows you to create fields that contain image files and to configure Image styles that can be used to manipulate the display of images. See the Field module help and the Field UI help pages for terminology and general information on entities, fields, and how to create and manage fields. For more information, see the online documentation for the Image module. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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 online documentation for the Inline Form Errors module. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The Interface Translation module allows you to translate interface text (strings) into different languages, and to switch between them for the display of interface text. It uses the functionality provided by the Language module. For more information, see the online documentation for the Interface Translation module. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -12326,12 +12836,14 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export The Link module allows you to create fields that contain internal or external URLs and optional link text. See the Field module help and the Field UI help pages for general information on fields and how to create and manage them. For more information, see the online documentation for the Link module. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The MIME type (image/png, image/bmp, etc.) of the image. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The MIME type of the file. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export 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 online documentation for the Media library module. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The Media module also enables you to create multiple versions of any media item, and revert to older versions using the Revision information settings. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The Media module gives users with the Administer media types permission the ability to create new media types 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 Field module may be added for storing that metadata, such as width and height, as well as any other associated values. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The Media module is not compatible with contrib Media Entity 1.x branch. Please check the 2.x branch of that module for an upgrade path. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The Media module makes a number of permissions available, which can be set by role on the permissions page. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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 online documentation for the Media module. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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 online documentation for the Menu UI module. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The Migrate Drupal Multilingual module is a requirement for migrating translations. It does not provide a user interface. For more information, see the online documentation for the Migrate Drupal Multilingual module. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The Migrate Drupal UI module has been enabled. Proceed to the upgrade form. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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 online documentation for the Migrate Drupal UI module. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The Migrate Drupal module provides a framework based on the Migrate module 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 online documentation for the Migrate Drupal module. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -12354,6 +12866,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export The Redirect domain module allows users to redirect between domains. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The Redirect module allows users to redirect from old URLs to new URLs. For more information, see the online documentation for Redirect. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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 online documentation for the Responsive Image module. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The SKU %sku is already in use and must be unique. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The Search module includes a block, which can be enabled and configured on the Block layout page, 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 Use search permission, and it performs a search using the configured default search page. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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 online documentation for the Search module. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The Serialization API is configured to output only string values for REST and other applications (instead of integers or Booleans when appropriate). Disabling this backwards compatibility mode is recommended unless your sites or applications require string output. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -12395,6 +12908,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export The URL of the menu's edit page. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The URL of the node's edit page. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The URL of the node. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The URL of the oEmbed providers database in JSON format [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The URL of the one-time login page for the user account. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The URL of the provider [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The URL of the site's front page without the protocol. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -12422,6 +12936,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export The Views module adds functionality to some core administration pages. For example, admin/content uses Views to filter and sort content. With Views uninstalled, admin/content is more limited. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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 views. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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 online documentation for the Workflows module. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export 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 online documentation for the Workspaces module. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The absolute URL. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The action has been successfully saved. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -12537,6 +13052,8 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export The content access permissions need to be rebuilt. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The content access permissions need to be rebuilt. Rebuild permissions. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The content has either been modified by another user, or you have already submitted modifications. As a result, your changes cannot be saved. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The content is being edited in the %label workspace. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The content is being edited in the %label workspace. As a result, your changes cannot be saved. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The content menu link UUID. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The content menu link bundle. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The content of this field is kept private and will not be shown publicly. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -12554,7 +13071,11 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export The country contextual filter must be defined for this filter to work using 'contextual filter' for the 'Country source'. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The country filter must be defined for this filter to work using 'exposed filter' for the 'Country source'. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The country name [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The credit card expiration month. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The credit card expiration year. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The credit card type. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The css class must include only letters, numbers, underscores and dashes. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The currency code must consist of three uppercase letters. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The current count total for this flag. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The current page of results the view is on. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The current theme is @theme [provided] [no usage info] [missing usage info prevents renaming] */ @@ -12568,6 +13089,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export The custom variable @slot-number requires a Value if a Name has been provided. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The custom variable name. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The custom variable value. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The customer. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The data could not be saved because the destination is invalid. More information is available in the system log. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The database server version %version is less than the minimum required version %minimum_version. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -12593,6 +13115,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The default language [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The default language for new terms. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The default search index will be rebuilt. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The default search page is now %label. Be sure to check the ordering of your search pages. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The default settings file does not exist. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -12634,6 +13157,8 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export The element name cannot contain spaces or other special characters. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The element name must start with a letter. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The email address %mail is not valid. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The email address associated with the PayPal account. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The email address associated with the order. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The email address left by the comment author. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The email address of the user account. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The email address to be used as the 'from' address for all account notifications listed below. If 'Visitors, but administrator approval is required' 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 (%site-email). [provided] [no usage info] [missing usage info prevents renaming] */ @@ -12642,14 +13167,19 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export The email of this user. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The entered text is no valid regular expression. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The entity ID for this menu link content entity. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The entity ID this translation relates to [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The entity bundle. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The entity does not support fields. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The entity id this translation relates to [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The entity language code. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The entity must be of bundle %bundle. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The entity must be of type %type. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The entity must have the %field_name field. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The entity revision ID this translation relates to [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The entity revision id this translation relates to [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The entity the comment was posted to. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The entity type [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The entity type this translation relates to [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The entity type to which the comment is a reply to. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The entity type to which this comment is attached. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The entity type. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -12668,6 +13198,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export The feed image [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The feed item language code. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The feed language code. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The field \"%field\" failed to render with the error of \"%error\". [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The field %field has been deleted from the %type content type. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The field %field is locked and cannot be edited. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The field ID. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -12740,6 +13271,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export The following reason prevents @module.module_name from being uninstalled:\u0003The following reasons prevent @module.module_name from being uninstalled: [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The following replacement tokens are available for this argument. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The following table shows the list of JSON:API resource types available. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The following tokens are available for this link. You may use Twig syntax in this field. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The following tokens are available. You may use Twig syntax in this field. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The following updates returned messages: [provided] [no usage info] [missing usage info prevents renaming] */ @@ -12751,6 +13283,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export The forum %label and all sub-forums have been deleted. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The fourth mlid in the materialized path. See p1. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The fully-qualified URL of the feed. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The given URL does not match any known oEmbed providers. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The given name. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The globally unique identifier of the RSS item. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -12770,6 +13303,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export The human-readable name of this content type. This text will be displayed as part of the list on the Add content page. This name must be unique. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The human-readable name of this media type. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The human-readable name of this profile type. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The i18n taxonomy translation setting. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The i18n_blocks block numeric identifier. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The icon is representing the file type, instead of the MIME text (such as \"image/jpeg\") [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The identifier is required if the filter is exposed. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -12785,6 +13319,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export The image was resized to fit within the maximum allowed dimensions of %dimensions pixels. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The import failed with the following message: %message [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The indexing workflow was successfully edited. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The input format used by this string [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The installation has encountered an error. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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! [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -12822,6 +13357,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export The language weight when listed. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The last comment of an entity. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The last element of the array. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The last few digits of the credit card number [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The layout has been reverted back to defaults. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The layout has been saved. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The layout override has been saved. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -12875,8 +13411,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export The maximum number of 404 error logs to keep in the database log. Requires a cron maintenance task. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The maximum number of characters used in the trimmed version of content. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The maximum number of items indexed in each run of the cron maintenance task. 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. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The maximum number of media items have been selected. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The maximum number of messages to keep in the database log. Requires a cron maintenance task. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The maximum value that should be allowed in this field. Leave blank for no maximum. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The media item \"@label\" is not of an accepted type. Allowed types: @types [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The media type %name has been added. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The media type %name has been updated. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -12927,9 +13465,11 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export The name for this role. Example: \"Moderator\", \"Editorial board\", \"Site architect\". [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The name of the author of the last posted comment. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The name of the author/owner [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The name of the bundle a mapping applies to. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The name of the comment's author. Can be rendered as a link to the author's homepage. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The name of the content type. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The name of the data key. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The name of the entity type a mapping applies to (node, user, comment, etc. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The name of the feed (or the name of the website providing the feed). [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The name of the file on disk. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The name of the format. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -12977,6 +13517,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export The number of comments posted on an entity. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The number of comments. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The number of degrees the image should be rotated. Positive numbers are clockwise, negative are counter-clockwise. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The number of digits after the decimal sign. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The number of digits to the right of the decimal. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The number of elements in the array. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The number of items per page. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -12985,6 +13526,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export The number of nodes belonging to the content type. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The number of nodes tagged with terms belonging to the taxonomy vocabulary. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The number of nodes tagged with the taxonomy term. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The number of purchased units. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The number of replies a topic must have to be considered \"hot\". [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The number of requests with that path and language. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The number of terms belonging to the taxonomy vocabulary. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -12993,6 +13535,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export The number of visitors who have read the node today. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The number of visitors who have read the node. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The numbering starts from 1, e.g. on the page admin/structure/types, the 3rd path component is \"types\". [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The numeric code must consist of three digits. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The numeric identifier of the block/box [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The numeric identifier of the path alias. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The one-time login link you clicked is invalid. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -13001,7 +13544,14 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export The optional description of the menu. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The optional description of the taxonomy term. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The optional description of the taxonomy vocabulary. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The order %label has been assigned to customer %customer. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The order %label has been successfully saved. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The order %label has been unlocked. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The order in which items will be indexed. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The order is currently assigned to @customer. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The order item title. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The order number displayed to the customer. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The order state. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The ordering to use for the sort criteria selected above. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The organization [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The original @entity data if the @entity is being updated or saved. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -13013,7 +13563,9 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export The parent comment [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The parent comment ID if this is a reply to a comment. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The parent order. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The parent product. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The parent term of the taxonomy term, if one exists. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The parent term of the term. This can produce duplicate entries if you are using a vocabulary that allows multiple parents. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The parent website's description that comes from the @description element in the feed. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -13026,8 +13578,16 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export The path alias. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The path component of the URL. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The path of the request. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The path prefix for JSON:API. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The path should start with /. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The path that identifies the Solr instance to use on the server. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The payment amount. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The payment gateway mode. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The payment gateway. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The payment method owner. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The payment method remote ID. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The payment method. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The payment state. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The phpinfo() function has been disabled for security reasons. For more information, visit Enabling and disabling phpinfo() handbook page. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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, Enabling and disabling phpinfo() handbook page. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The plugin ID [provided] [no usage info] [missing usage info prevents renaming] */ @@ -13045,21 +13605,33 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export The prefix may only be left blank for the selected detection fallback language. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The preview image will be shown while editing the content. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The previous character or set is optional. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The price of a single unit. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The primary identifier for an image style. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The primary identifier for this version. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The process of changing from one state to another. A transition can occur from multiple states, but only to one state. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The processor's weight for this stage [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The processor's weights for the different processing stages [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The product %label has been successfully saved. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The product author. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The product title. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The product type %label has been successfully saved. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The properties to be aggregated [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The provided URL does not represent a valid oEmbed resource. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The provided list of styles is syntactically incorrect. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The public files directory path is %depth characters. Paths longer than 120 characters will cause problems on Windows. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The published status of a comment. (0 = Published, 1 = Not Published) [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The published status of a file. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The publishing status entity key has been added to custom menu links. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The publishing status field has not been added to taxonomy terms. See this page for more information on how to install it. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The publishing status field has been added to taxonomy terms. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The purchased @entity_type. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The purchased entity. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The query parameter to use. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The query table can be sorted in the order that the queries were executed or by descending duration. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The query tags may only contain lower-case alphabetical characters and underscores. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The raw numeric user ID. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The rebuild_access setting is enabled in settings.php. It is recommended to have this setting disabled unless you are performing a rebuild. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The receipt BCC email [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The record UUID. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The redirect %redirect has been deleted. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The redirect ID. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -13073,12 +13645,17 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export The referenced entity (%type: %id) does not exist. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The referenced entity revision [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The referenced language [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The refunded payment amount. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The relative URL. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The relative date value entered is invalid. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The relative end date value entered is invalid. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The relative start date value entered is invalid. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The remote payment ID. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The remote payment state. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The requested page could not be found. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The resource has been updated. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The response failed verification so will not be processed. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The revision ID of the content entity associated with this workspace. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The revision ID of the content entity this moderation state is for. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The revision ID. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The role IDs which can use the format. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -13108,11 +13685,13 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The selected modules have been uninstalled. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The selected profile %profile does not match the install_profile setting, which is %settings_profile. Cannot write updated setting to %settings_file. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The selected profile has a hook_install() implementation and therefore can not be installed from configuration. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The selected selection handler is broken. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The selected style or row format does not use fields. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The sender's email [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The sender's name [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The serialized mapping of the bundle type and fields to RDF terms. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The server could not be saved. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The server was successfully saved. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -13134,6 +13713,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export The slogan of the site. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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'. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The sorting code. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The source URL of the resource [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The source language from which this translation was created. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The source node for this current node's translation set. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The source of translation files for automatic interface translation. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -13141,6 +13721,8 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export The source path %source is already being redirected. Do you want to edit the existing redirect? [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The specific argument of the current page (e.g. 'arg:1' on the page 'node/1' returns '1'). [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The specific value of the array. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The specified amount was already received. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The specified emails do not match. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The specified file %file could not be copied because the destination is invalid. More information is available in the system log. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The specified file %file could not be copied to %destination. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The specified file %file could not be moved because the destination is invalid. More information is available in the system log. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -13153,6 +13735,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The status of the file, temporary (FALSE) and permanent (TRUE). [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The status of the format [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The store to which the order belongs. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The string to separate the start and end dates [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The strings have been saved. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The style administrative name. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -13164,8 +13747,11 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export The supported authentication methods for this view [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The system will notify you when updates and important security releases are available for installed components. Anonymous information about your site is sent to Drupal.org. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The system.filter configuration has been moved to a container parameter, see default.services.yml for more information. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The target bundle [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The target entity [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The target entity type ID [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The target entity type can not be changed after the comment type has been created. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The target language for this translation. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The target language. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The taxonomy term ID for the term. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The term ID. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -13222,6 +13808,21 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export The time that the workspaces was created. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The time the media item was created. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The time the media item was last edited. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The time when the log was created. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The time when the order item was created. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The time when the order item was last edited. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The time when the order was completed. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The time when the order was created. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The time when the order was last edited. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The time when the order was placed. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The time when the payment authorization expires. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The time when the payment expires. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The time when the payment method expires. 0 for never. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The time when the payment method was created. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The time when the payment method was last edited. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The time when the payment was authorized. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The time when the payment was captured. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The time when the payment was completed. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The time zone selected here will always be used [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The timestamp of the last request with that path and language. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The timestamp that the file was created. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -13251,6 +13852,8 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export The total number of times the node has been viewed today. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The total number of times the node has been viewed. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The total page count. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The total price of the order item. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The total price of the order. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The transition from %from to %to already exists. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The translation authoring username %name does not exist. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The translation of the value of \"property\". [provided] [no usage info] [missing usage info prevents renaming] */ @@ -13346,6 +13949,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export The view %name has been saved. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The view is not based on a translatable entity type or the site is not multilingual. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The view mode ID. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export The view mode in which to render the block. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The view to insert into this area. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The views entity selection mode requires a view. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The views_data field for this handler [provided] [no usage info] [missing usage info prevents renaming] */ @@ -13380,6 +13984,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export The {aggregator_feed}.fid to which this item belongs. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The {filter_formats}.format of the comment body. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The {filter_format}.format of the string [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The {node}.nid this record tracks. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The {node}.nid to which this comment is a reply. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export The {node}.type to which this comment is a reply. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -13392,6 +13997,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Theme global settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Theme hook %hook not found. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Theme name [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Theme region within which the block is set [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Theme registry [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Theme settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Theme settings variable for a theme. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -13406,6 +14012,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export There are no 404 errors to fix. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export There are no @label yet. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export There are no @types available to add. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export There are no changes that can be deployed from %source_label to %target_label. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export There are no changes to import. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export There are no configuration changes to import. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export There are no custom blocks available. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -13434,6 +14041,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export There is 1 item indexed on the server for this index. (More information)\u0003There are @count items indexed on the server for this index. (More information) [provided] [no usage info] [missing usage info prevents renaming] */ /*! export There is 1 item left to index.\u0003There are @count items left to index. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export There is @count entity with @delta or more values in this field.\u0003There are @count entities with @delta or more values in this field. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export 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 [provided] [no usage info] [missing usage info prevents renaming] */ /*! export There is a security update available for your version of Drupal. To ensure the security of your server, you should update immediately! [provided] [no usage info] [missing usage info prevents renaming] */ /*! export There is conflicting content of these types: [provided] [no usage info] [missing usage info prevents renaming] */ /*! export There is content for the entity type: @entity_type. Remove @entity_type_plural. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -13462,6 +14070,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export These options control the display settings for the %name theme. When your site is displayed using this theme, these settings will be used. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export These queries were run during view rendering: [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export These settings let you control how draft orders are refreshed, the process during which prices are recalculated. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export These settings only exist for the themes based on the %engine theme engine. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Thin space [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Third party settings [provided] [no usage info] [missing usage info prevents renaming] */ @@ -13471,6 +14080,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export This IP address is already banned. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export This account's preferred language for emails and site presentation. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export This account's preferred language for emails. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export This action cannot be undone, and will also delete all content created in this workspace. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export This action cannot be undone. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export This action cannot be undone.
Make a backup of your database if you want to be able to restore these items. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export This action rebuilds all permissions on site content, and may be a lengthy process. This action cannot be undone. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -13520,6 +14130,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export This filter is only needed if the relationship used has the \"Include only flagged content\" option unchecked. Otherwise, this filter is useless, because all records are already limited to flagged content. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export This filter must be exposed to use a contextual filter to specify the country. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export This filter must be exposed to use a filter to specify the country. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export This form can only be submitted in the default workspace. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export This form lets administrators add and edit fields for storing user data. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export This form lets administrators configure how fields should be displayed when rendering a user profile page. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export This form lets administrators configure how form fields should be displayed when editing a user profile. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -13530,6 +14141,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export This identifier is used by another handler. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export This image has been removed. For security reasons, only images from the local domain are allowed. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export This image will be used on both the recipe page and wherever the recipe is promoted. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export This import does not contain system.site configuration, so has been rejected. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export This import is empty and if applied would delete all of your configuration, so has been rejected. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export This is a test version of the newsletter. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export This is also assumed to be the primary language of this account's profile information. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -13575,6 +14187,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export This project has been revoked, and is no longer available for download. Disabling everything included by this project is strongly recommended! [provided] [no usage info] [missing usage info prevents renaming] */ /*! export This project is no longer supported, and is no longer available for download. Disabling everything included by this project is strongly recommended! [provided] [no usage info] [missing usage info prevents renaming] */ /*! export This role will be automatically assigned new permissions whenever a module is enabled. Changing this setting will not affect existing permissions. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export This setting is only respected if the chosen payment gateway supports authorizations. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export This setting is used as the preferred download method. The use of public files is more efficient, but does not provide any access control. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export This setting only has an effect if the display option is enabled. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -13613,6 +14226,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export 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 [provided] [no usage info] [missing usage info prevents renaming] */ /*! export This web page allows administrators to register new users. Users' email addresses and usernames must be unique. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export This will add the simplenews issue field to this content type, allowing content of this type to be sent out as a newsletter issue. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export This will also remove 1 placed block instance.\u0003This will also remove @count placed block instances. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export This will appear as the name of this block in administer >> structure >> blocks. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export This will appear in the RSS feed itself. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -13647,6 +14261,8 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Thumbnail height [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Thumbnail style: @thumbnail_style [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Thumbnail width [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Thumbnails location [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Thumbnails will be fetched from the provider for local usage. This is the URI of the directory where they will be placed. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Thursday [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Tilde [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Time [provided] [no usage info] [missing usage info prevents renaming] */ @@ -13834,6 +14450,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Tracking scope [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Tracking user-specific content [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Transaction ID [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Transaction mode [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Transaction mode: Authorize and capture [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Transaction mode: Authorize only [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Transaction type [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Transform dashes in URL to spaces in term name filter values [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Transform spaces to dashes in URL [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Transform the case [provided] [no usage info] [missing usage info prevents renaming] */ @@ -13891,6 +14511,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Translation type [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Translation update status [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Translations [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Translations cannot be flagged as outdated when content is moderated. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Translations directory [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Translations for %label [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Translations imported. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -13912,6 +14533,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Trim link text length [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Trim only on a word boundary [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Trim this field to a maximum number of characters [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export TrimFilter::updateOffsets [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Trimmed [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Trimmed limit [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Trimmed limit: @trim_length characters [provided] [no usage info] [missing usage info prevents renaming] */ @@ -13927,6 +14549,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Tuesday [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Tunisia [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Turkey [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Turkish Text Field [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Turkmenistan [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Turks and Caicos Islands [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Turn this module on or off [provided] [no usage info] [missing usage info prevents renaming] */ @@ -13940,8 +14563,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Type of form field. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Type of item to reference [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Type part of the media name. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export TypeAsSynonymFilter::prefix [provided] [no usage info] [missing usage info prevents renaming] */ /*! export TypeTokenFilter::useWhitelist [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Types [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Types of links to generate [provided] [no usage info] [missing usage info prevents renaming] */ /*! export U.S. Outlying Islands [provided] [no usage info] [missing usage info prevents renaming] */ /*! export U.S. Virgin Islands [provided] [no usage info] [missing usage info prevents renaming] */ /*! export UI settings [provided] [no usage info] [missing usage info prevents renaming] */ @@ -13981,6 +14606,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export UTC [provided] [no usage info] [missing usage info prevents renaming] */ /*! export UUID [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export UUID for link (link field only) [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Uganda [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Uid [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Ukraine [provided] [no usage info] [missing usage info prevents renaming] */ @@ -13989,6 +14615,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Umami Recipes Banner [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Umami dates [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Umami demo: Content [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Umami disclaimer [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Umami footer promo [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Unable to add a shortcut for %title. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Unable to automatically determine a port. Use the --port to hardcode an available port. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -14096,8 +14723,10 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Unpublished [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Unrecognized entity bundle @entity:@bundle was not processed. It defines the following patterns: @patterns [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Unrecognized username or password. Forgot your password? [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Unrecognized username or password. Have you forgotten your password? [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Unresolved dependency [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Unrestricted [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Unsaved changes to the form will be lost. Are you sure you want to leave? [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Unsigned [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Unsorted [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Unsubscribe URL [provided] [no usage info] [missing usage info prevents renaming] */ @@ -14124,6 +14753,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Update any media [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Update available [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Update book outline [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Update cart [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Update effect [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Update failed! See the log below for more information. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Update failed! See the log below for more information. Your site is still in maintenance mode. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -14203,6 +14833,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Upload directory [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Upload error. Could not move uploaded file %file to destination %destination. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Upload favicon image [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Upload files here to add new media. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Upload image [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Upload logo image [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Upload progress [provided] [no usage info] [missing usage info prevents renaming] */ @@ -14222,11 +14853,13 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Use Media reference fields for most files, images, audio, videos, and remote media. Use File or Image reference fields when creating your own media types, or for legacy files and images created before enabling the Media module. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Use Newsletter Issue for newsletters. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Use AJAX [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Use Layout Builder [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Use PHP for tracking visibility [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Use Replica Server [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Use SSL [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Use Secondary Server [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Use TLS [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Use a View to display the order summary [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Use a custom %field_name [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Use a pager [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Use absolute link (begins with \"http://\") [provided] [no usage info] [missing usage info prevents renaming] */ @@ -14236,6 +14869,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Use aggregation [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Use an already detected language for URLs if none is found. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Use an icon [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Use as simplenews newsletter [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Use audio files for reusable media. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Use containers to group related forums. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Use contextual links [provided] [no usage info] [missing usage info prevents renaming] */ @@ -14258,11 +14892,14 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Use local files for reusable media. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Use local images for reusable media. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Use oEmbed URL for reusable media. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Use one of the language switcher blocks to allow site visitors to switch between languages. You can enable these blocks on the block administration page. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Use one string per line. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Use pager [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Use path alias [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Use path alias instead of internal path. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Use quotes to search for a phrase. Example: \"the cat eats mice\". [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Use remote video URL for reusable media. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Use rendered output to group rows [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Use replacement tokens from the first row [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Use search [provided] [no usage info] [missing usage info prevents renaming] */ @@ -14278,6 +14915,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Use the administration pages and help [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Use the administration theme when editing or creating content [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Use the administration toolbar [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Use the commerce administration pages [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Use the default shortcut icon supplied by the theme [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Use the detected interface language. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Use the down arrow key to move this button into the active toolbar. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -14286,14 +14924,18 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Use the keyboard arrow keys to change the position of this button. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Use the keyboard arrow keys to change the position of this separator. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Use the logo supplied by the theme [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Use the overwrite operation to overwrite a resource type's configuration. You can revert back to the default configuration using the revert operation. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Use the site in maintenance mode [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Use the site name for the title [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Use the site-wide contact form [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Use this taxonomy to group recipes of the same type together. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Use this utility to update your database whenever a new release of Drupal or a module is installed. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Use upper-case OR to get more results. Example: cat OR dog (content contains either \"cat\" or \"dog\"). [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Use users' personal contact forms [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Use video files for reusable media. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Used by Style: Table to determine the actual column to click sort the field on. The default is usually fine. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Used by all orders of this type. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Used by the checkout progress block to determine visibility. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Used fields [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Used in [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Used in views [provided] [no usage info] [missing usage info prevents renaming] */ @@ -14354,6 +14996,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export User's roles [provided] [no usage info] [missing usage info prevents renaming] */ /*! export User-defined shortcuts [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Username [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Username field is required. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Username not found [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Username or email address [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Usernames [provided] [no usage info] [missing usage info prevents renaming] */ @@ -14376,6 +15019,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Users with appropriate permission can install and uninstall themes on the Appearance page. 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 Drupal.org theme page. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Users with permission to switch shortcut sets can choose a shortcut set to use from the Shortcuts tab of their user account page. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Users with sufficient access rights will be able to override these options. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Users with the \"Post comments\" permission can post comments. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Users with the %outline-perm permission can add all content types. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Users with the %select-cancel-method or %administer-users permissions can override this default method. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -14403,6 +15047,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Using the site name [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Utility to log all Mails for debugging purposes. It is possible to suppress mail delivery for e.g. dev or staging systems. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Uzbekistan [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export VAT [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Validate @label [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Validate options [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Validate the translation [provided] [no usage info] [missing usage info prevents renaming] */ @@ -14433,10 +15078,15 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Vertical bar (pipe) [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Vertical orientation [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Video [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Video (lazy load) [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Video Embed [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Video Embed Field [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Video Embed Wysiwyg: Thumbnail Preview [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Video Form [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Video URL [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Video file [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Video file display format settings [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Video url [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Vietnam [provided] [no usage info] [missing usage info prevents renaming] */ /*! export View [provided] [no usage info] [missing usage info prevents renaming] */ /*! export View %view_name, display %display_title [provided] [no usage info] [missing usage info prevents renaming] */ @@ -14456,6 +15106,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export View any order [provided] [no usage info] [missing usage info prevents renaming] */ /*! export View any unpublished content [provided] [no usage info] [missing usage info prevents renaming] */ /*! export View any workspace [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export View anyone's value for field @field [provided] [no usage info] [missing usage info prevents renaming] */ /*! export View area [provided] [no usage info] [missing usage info prevents renaming] */ /*! export View arguments [provided] [no usage info] [missing usage info prevents renaming] */ /*! export View basic information [provided] [no usage info] [missing usage info prevents renaming] */ @@ -14488,6 +15139,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export View own orders [provided] [no usage info] [missing usage info prevents renaming] */ /*! export View own unpublished @type [provided] [no usage info] [missing usage info prevents renaming] */ /*! export View own unpublished content [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export View own value for field @field [provided] [no usage info] [missing usage info prevents renaming] */ /*! export View own workspace [provided] [no usage info] [missing usage info prevents renaming] */ /*! export View printer-friendly books [provided] [no usage info] [missing usage info prevents renaming] */ /*! export View profile [provided] [no usage info] [missing usage info prevents renaming] */ @@ -14506,6 +15158,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export View user information [provided] [no usage info] [missing usage info prevents renaming] */ /*! export View user profile. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export View, edit and delete all content regardless of permission restrictions. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export View: @view [provided] [no usage info] [missing usage info prevents renaming] */ /*! export View: @view - Display: @display [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Viewing feeds [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Viewing tours [provided] [no usage info] [missing usage info prevents renaming] */ @@ -14550,6 +15203,8 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Vocabulary language [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Vocabulary machine name [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Vocabulary name [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Void [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Void payment [provided] [no usage info] [missing usage info prevents renaming] */ /*! export WARNING: Content may be overwritten on your new site. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export WARNING: You are not using an encrypted connection, so your password will be sent in plain text. Learn more. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -14559,6 +15214,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Warning [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Warning message [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Warning: Give to trusted roles only; this permission has security implications. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Warning: Only enable all operations if the site requires it. Learn more about securing your site with JSON:API. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Warning: This permission may have security implications depending on how the text format is configured. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Warning: if you change the breakpoint group you lose all your image style selections for each breakpoint. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Warnings [provided] [no usage info] [missing usage info prevents renaming] */ @@ -14566,6 +15222,9 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Watchdog [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Watchdog database log [provided] [no usage info] [missing usage info prevents renaming] */ /*! export We [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export We encountered an error processing your payment method. Please verify your details and try again. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export We encountered an unexpected error processing your payment method. Please try again later. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export We encountered an unexpected error processing your payment. Please try again later. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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] [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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] [provided] [no usage info] [missing usage info prevents renaming] */ @@ -14672,23 +15331,30 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Whether previews are enabled for the comment type. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Whether primary tabs are shown [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Whether secondary tabs are shown [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Whether the Layout Builder is enabled for this display [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Whether the comment is approved (or still in the moderation queue). [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Whether the field is visible in the user registration form. (1 = yes, 0 = no) [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Whether the format is cacheable. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Whether the language is enabled. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Whether the list should be visible on the node page. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Whether the node is currently locked [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Whether the payment method is reusable. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Whether the pre Drupal 8.2.x behavior of having permissions for EntityResource is enabled or not. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Whether the pre Drupal 8.4 behavior of returning Unix timestamps instead of RFC3339 timestamps for TimestampItem fields is enabled or not. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Whether the profile is active. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Whether the thumbnail downloads should be queued [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Whether the unit price is overridden. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Whether the user is active or blocked. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Whether the user is required to enter a value. (0 = no, 1 = yes) [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Whether this is a test payment. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Whether this is the user's default payment method. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Whether to hide non translatable fields on translation forms [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Whether to log 'page not found' messages to the standard log or not. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Whether to retain pre Drupal 8.3 behavior of serializing all primitive items as strings. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Whether to retain pre Drupal 8.5 behavior of normalizing the File entity \"uri\" field value to an absolute URL. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Whether to send a copy of the message to the sender. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Whether to show language selector on create and edit pages [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Which bundles should be indexed? [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Which display to use for path [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Which display to use to get this display's path for things like summary links, rss feed links, more links, etc. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -14736,6 +15402,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Workflow Type [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Workflow administration overview. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Workflow config transition [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Workflow form [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Workflow history [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Workflow history tab [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Workflow scheduled transition [provided] [no usage info] [missing usage info prevents renaming] */ @@ -14753,6 +15420,8 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Workspace name [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Workspace switcher [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Workspaces [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Workspaces can not be installed when Content Moderation is also installed. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Workspaces can not be installed when the contributed Workspace module is also installed. See the upgrade path page for more information on how to upgrade. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Would you like to activate the %workspace workspace? [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Would you like to continue with the above? [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Would you like to continue with uninstalling the above? [provided] [no usage info] [missing usage info prevents renaming] */ @@ -14805,6 +15474,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export You can find modules and themes on drupal.org. The following file extensions are supported: %extensions. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export You can find more information about HTTP redirect status codes at @status-codes. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export You can import a single configuration item by pasting it in YAML format into the form on the Single import page. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export You can link to media from the following services: @providers [provided] [no usage info] [missing usage info prevents renaming] */ /*! export You can only change the URL alias for the published version of this content. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export You can only change the book outline for the published version of this content. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export You can only change the menu settings for the published version of this content. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -14822,6 +15492,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export You can use * as a wildcard within your keyword. Example: m*r would match user names mar, delmar, and elementary. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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\"). [provided] [no usage info] [missing usage info prevents renaming] */ /*! export You can view a list of content awaiting moderation on the moderated content page. 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. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export You can view your order on your account page when logged in. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export You cannot send more than %limit messages in @interval. Try again later. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export You cannot use an external URL, please enter a relative path. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -14830,11 +15501,17 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export You do not have any administrative items. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export You don't have any Flag List Items. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export You have added @entities_count out of @cardinality_count allowed @label. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export You have canceled checkout at @gateway but may resume the checkout process here when you are ready. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export You have entered a credit card number of an unsupported card type. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export You have entered an expired credit card. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export You have entered an invalid CVV. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export You have entered an invalid credit card number. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export You have no fields. Add some to your view. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export You have not created any block types yet. Go to the block type creation page to add a new block type. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export You have not created any content types yet. Go to the content type creation page to add a new content type. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export You have not created any order types yet. Go to the order type creation page to add a new order type. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export You have not placed any orders with us yet. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export You have opted out from tracking via browser privacy settings. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export You have selected local translation source, but no Interface translation directory was configured. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -14914,6 +15591,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Your message has been sent. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Your modules have been downloaded and updated. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Your name [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Your order number is @number. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Your page will be a part of the selected book. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Your password is not saved in the database and is only used to establish a connection. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Your search used too many AND/OR expressions. Only the first @count terms were included in this search. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -14925,7 +15603,11 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export Your server is capable of using clean URLs, but it is not enabled. Using clean URLs gives an improved user experience and is recommended. Enable clean URLs [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Your session is about to expire. Do you want to reset it? [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Your settings have been saved. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Your shopping cart has been emptied. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Your shopping cart has been updated. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Your shopping cart is empty. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Your shortcut icon, or favicon, is displayed in the address bar and bookmarks of most browsers. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Your site has several file directories, which are used to store and process uploaded and generated files. The public 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 private 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 temporary file directory is used internally by your site code for various operations, and is configured on the File system settings 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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Your site is currently configured to send these emails only when security updates are available. To get notified for any available updates, @url. [provided] [no usage info] [missing usage info prevents renaming] */ @@ -14935,7 +15617,9 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export 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 system requirements page for more information. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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 Drupal supports. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export 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 system requirements page for more information. [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Zambia [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Zero [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Zero items selected [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Zimbabwe [provided] [no usage info] [missing usage info prevents renaming] */ /*! export Zip [provided] [no usage info] [missing usage info prevents renaming] */ @@ -14970,11 +15654,13 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export aggregator feeds [provided] [no usage info] [missing usage info prevents renaming] */ /*! export ago [provided] [no usage info] [missing usage info prevents renaming] */ /*! export all [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export all entity types [provided] [no usage info] [missing usage info prevents renaming] */ /*! export all languages [provided] [no usage info] [missing usage info prevents renaming] */ /*! export always_populate_raw_post_data PHP setting [provided] [no usage info] [missing usage info prevents renaming] */ /*! export am [provided] [no usage info] [missing usage info prevents renaming] */ /*! export and [provided] [no usage info] [missing usage info prevents renaming] */ /*! export anonymous [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export anonymous user with the email %email [provided] [no usage info] [missing usage info prevents renaming] */ /*! export asc [provided] [no usage info] [missing usage info prevents renaming] */ /*! export author [provided] [no usage info] [missing usage info prevents renaming] */ /*! export authorize.php [provided] [no usage info] [missing usage info prevents renaming] */ @@ -14992,6 +15678,9 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export cURL [provided] [no usage info] [missing usage info prevents renaming] */ /*! export center [provided] [no usage info] [missing usage info prevents renaming] */ /*! export characters [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export checkout flow [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export checkout flows [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export checkpoints_collection [provided] [no usage info] [missing usage info prevents renaming] */ /*! export class [provided] [no usage info] [missing usage info prevents renaming] */ /*! export close [provided] [no usage info] [missing usage info prevents renaming] */ /*! export closed [provided] [no usage info] [missing usage info prevents renaming] */ @@ -15021,12 +15710,16 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export count [provided] [no usage info] [missing usage info prevents renaming] */ /*! export coupon [provided] [no usage info] [missing usage info prevents renaming] */ /*! export create editors admin menus through module as they will be exportable as config [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export currencies [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export currency [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export currency from @field_name [provided] [no usage info] [missing usage info prevents renaming] */ /*! export custom block [provided] [no usage info] [missing usage info prevents renaming] */ /*! export custom block type [provided] [no usage info] [missing usage info prevents renaming] */ /*! export custom block types [provided] [no usage info] [missing usage info prevents renaming] */ /*! export custom blocks [provided] [no usage info] [missing usage info prevents renaming] */ /*! export custom menu link [provided] [no usage info] [missing usage info prevents renaming] */ /*! export custom menu links [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export dashboard [provided] [no usage info] [missing usage info prevents renaming] */ /*! export day [provided] [no usage info] [missing usage info prevents renaming] */ /*! export days [provided] [no usage info] [missing usage info prevents renaming] */ /*! export default [provided] [no usage info] [missing usage info prevents renaming] */ @@ -15052,6 +15745,8 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export exposed: country set via exposed filter [provided] [no usage info] [missing usage info prevents renaming] */ /*! export exposed: fixed country: @country [provided] [no usage info] [missing usage info prevents renaming] */ /*! export field [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export field storage [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export field storages [provided] [no usage info] [missing usage info prevents renaming] */ /*! export fields [provided] [no usage info] [missing usage info prevents renaming] */ /*! export file [provided] [no usage info] [missing usage info prevents renaming] */ /*! export file from @field_name [provided] [no usage info] [missing usage info prevents renaming] */ @@ -15105,6 +15800,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export logged in users only [provided] [no usage info] [missing usage info prevents renaming] */ /*! export longer than [provided] [no usage info] [missing usage info prevents renaming] */ /*! export materiO’ [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export materiO’ Alert [provided] [no usage info] [missing usage info prevents renaming] */ /*! export maxAnalyzedChars [provided] [no usage info] [missing usage info prevents renaming] */ /*! export media [provided] [no usage info] [missing usage info prevents renaming] */ /*! export media item [provided] [no usage info] [missing usage info prevents renaming] */ @@ -15116,6 +15812,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export mergeContiguous [provided] [no usage info] [missing usage info prevents renaming] */ /*! export minute [provided] [no usage info] [missing usage info prevents renaming] */ /*! export minutes [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export miss [provided] [no usage info] [missing usage info prevents renaming] */ /*! export mm/dd/yy [provided] [no usage info] [missing usage info prevents renaming] */ /*! export mobile [provided] [no usage info] [missing usage info prevents renaming] */ /*! export more [provided] [no usage info] [missing usage info prevents renaming] */ @@ -15147,8 +15844,12 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export not yet created [provided] [no usage info] [missing usage info prevents renaming] */ /*! export not_begins [provided] [no usage info] [missing usage info prevents renaming] */ /*! export not_ends [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export oEmbed URL [provided] [no usage info] [missing usage info prevents renaming] */ /*! export oEmbed content [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export oEmbed display format settings [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export oEmbed media source configuration [provided] [no usage info] [missing usage info prevents renaming] */ /*! export oEmbed source [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export oEmbed widget format settings [provided] [no usage info] [missing usage info prevents renaming] */ /*! export of [provided] [no usage info] [missing usage info prevents renaming] */ /*! export of @total [provided] [no usage info] [missing usage info prevents renaming] */ /*! export of @total_items [provided] [no usage info] [missing usage info prevents renaming] */ @@ -15159,13 +15860,22 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export or [provided] [no usage info] [missing usage info prevents renaming] */ /*! export order [provided] [no usage info] [missing usage info prevents renaming] */ /*! export order item [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export order item type [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export order item types [provided] [no usage info] [missing usage info prevents renaming] */ /*! export order items [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export order type [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export order types [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export orders [provided] [no usage info] [missing usage info prevents renaming] */ /*! export original [provided] [no usage info] [missing usage info prevents renaming] */ /*! export outdated [provided] [no usage info] [missing usage info prevents renaming] */ /*! export parent [provided] [no usage info] [missing usage info prevents renaming] */ /*! export path [provided] [no usage info] [missing usage info prevents renaming] */ /*! export payment [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export payment gateway [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export payment gateways [provided] [no usage info] [missing usage info prevents renaming] */ /*! export payment method [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export payment methods [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export payments [provided] [no usage info] [missing usage info prevents renaming] */ /*! export pixels [provided] [no usage info] [missing usage info prevents renaming] */ /*! export pm [provided] [no usage info] [missing usage info prevents renaming] */ /*! export preserveMulti [provided] [no usage info] [missing usage info prevents renaming] */ @@ -15175,12508 +15885,14 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /*! export product [provided] [no usage info] [missing usage info prevents renaming] */ /*! export product attribute value [provided] [no usage info] [missing usage info prevents renaming] */ /*! export product attributes [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export product type [provided] [no usage info] [missing usage info prevents renaming] */ /*! export product variation [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export product variation type [provided] [no usage info] [missing usage info prevents renaming] */ /*! export products [provided] [no usage info] [missing usage info prevents renaming] */ /*! export profile [provided] [no usage info] [missing usage info prevents renaming] */ /*! export profiles [provided] [no usage info] [missing usage info prevents renaming] */ /*! export promotion [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export published [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export px [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export queue [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export random between -@degrees° and @degrees° [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export read-only [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export regex [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export regex.maxAnalyzedChars [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export regex.pattern [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export regex.slop [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export relationships [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export requireFieldMatch [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export responsive image styles [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export revision user [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export right [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export role [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export roles [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export root [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export schema_extra_fields.xml [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export schema_extra_types.xml [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export search page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export search pages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export search task [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export second [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export seconds [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export shortcut set [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export shortcut sets [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export shorter than [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export simple configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export snippets [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export solr.install.dir [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export sort by @s [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export sort criteria [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export sort criterion [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export sorted by [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export source_module enforcement tags [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export standard [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export starting from @count [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export store [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export submission of a value in the honeypot field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export subscription [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export tagged with [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export taxonomy term [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export taxonomy terms [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export teasers [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export template [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export term [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export terms [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export text editor [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export text editors [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export text format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export text formats [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export titles [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export titles (linked) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export tour [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export tours [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export unpublished [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export updated [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export usePhraseHighlighter [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export user [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export users [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export value [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export view [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export view actual size [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export visible [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export vocabularies [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export vocabulary [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export wide [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export width [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export width @data.width [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export words [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export workflow [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export workspace [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export workspace association [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export workspace associations [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export workspaces [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export xdebug.max_nesting_level is set to %value. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export yes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export {{ arguments.created_year_month }} [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export {{ arguments.tid }} [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export {{ message }} [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export {{ processed }}\n\n{{ message }} [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export {{ quantity }} x [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export {{ state }}\n\n{{ num_retries }} [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export | [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export « [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export « First [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export « first [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export » [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export … [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export … @excerpt … @excerpt … [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export ‹ [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export ‹ Previous [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export ‹ previous [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export ‹‹ [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export › [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export ›› [provided] [no usage info] [missing usage info prevents renaming] */ -/*! other exports [not provided] [no usage info] */ -/*! export items to index [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export all [provided] [no usage info] [missing usage info prevents renaming] */ -/*! other exports [not provided] [no usage info] */ -/*! other exports [not provided] [no usage info] */ -/*! runtime requirements: module */ -/***/ ((module) => { - -"use strict"; -eval("module.exports = JSON.parse(\"{\\\"default\\\":{\\\"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 @number of @total\\\":\\\"Page @number 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.
Follow the User Guide to start building your site.\\\":\\\"No front page content has been created yet.
Follow the User Guide 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 @item of @total_items\\\":\\\"Item @item of @total_items\\\",\\\"Items @item_low-@item_high of @total_items\\\":\\\"Items @item_low-@item_high 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\\\",\\\"{{ translation_status }}\\\\n{% if translation_outdated %} {{ 'outdated'|t }}{% endif %}\\\":\\\"{{ translation_status }}\\\\n{% if translation_outdated %} {{ 'outdated'|t }}{% 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 '€ '. 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 '€ '. 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 PHP manual for available options.\\\":\\\"A user-defined date format. See the PHP manual 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 request a new password.\\\":\\\"Too many failed login attempts from your IP address. This IP address is temporarily blocked. Try again later or request a new password.\\\",\\\"High\\\":\\\"High\\\",\\\"Too many failed login attempts for this account. It is temporarily blocked. Try again later or request a new password.\\\":\\\"Too many failed login attempts for this account. It is temporarily blocked. Try again later or request a new password.\\\",\\\"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 Links module redirect.\\\":\\\"Matches links that go through the Links module 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\\\",\\\"

Fields can be dragged into groups with unlimited nesting. Each fieldgroup format comes with a configuration form, specific for that format type.
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.

\\\":\\\"

Fields can be dragged into groups with unlimited nesting. Each fieldgroup format comes with a configuration form, specific for that format type.
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.

\\\",\\\"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).\\\",\\\"Page caching will be disabled on any page where a form is present if the Honeypot time limit is not set to 0.\\\":\\\"Page caching will be disabled on any page where a form is present if the Honeypot time limit is not set to 0.\\\",\\\"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 Contains can cause performance issues on sites with thousands of nodes.\\\":\\\"Select the method used to collect autocomplete suggestions. Note that Contains 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 profile collection page.\\\":\\\"The text will be displayed on the profile collection 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 (enabled)\\\":\\\"@module (enabled)\\\",\\\"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 <script> tags in the javascript code snippets.\\\":\\\"Do not include the <script> 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 not tracked by default, but you are able to opt in.\\\":\\\"Users are not 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 TRUE (experts only)\\\":\\\"Pages on which this PHP code returns TRUE (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 Value if a Name has been provided.\\\":\\\"The custom variable @slot-number requires a Value if a Name has been provided.\\\",\\\"The custom variable @slot-number requires a Name if a Value has been provided.\\\":\\\"The custom variable @slot-number requires a Name if a Value 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 (disabled)\\\":\\\"@module (disabled)\\\",\\\"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: @remaining\\\":\\\"Content limited to @limit characters, remaining: @remaining\\\",\\\"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\\\",\\\"Note: there is no confirmation. Be sure of your action before clicking the \\\\\\\"Delete aliases now!\\\\\\\" button.
You may want to make a backup of the database and/or the url_alias table prior to using this feature.\\\":\\\"Note: there is no confirmation. Be sure of your action before clicking the \\\\\\\"Delete aliases now!\\\\\\\" button.
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 Pathauto help for details.\\\":\\\"See Pathauto help 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 Redirect module settings affect whether a redirect is created when an alias is deleted.\\\":\\\"The Redirect module settings affect whether a redirect is created when an alias is deleted.\\\",\\\"Considering installing the Redirect module to get redirects when your aliases change.\\\":\\\"Considering installing the Redirect module to get redirects when your aliases change.\\\",\\\"Uncheck this to create a custom alias below. Configure URL alias patterns.\\\":\\\"Uncheck this to create a custom alias below. Configure URL alias patterns.\\\",\\\"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 path aliases. This makes URLs more readable and helps search engines index content more effectively. For more information, see the online documentation for Pathauto.\\\":\\\"The Pathauto module provides a mechanism to automate the creation of path aliases. This makes URLs more readable and helps search engines index content more effectively. For more information, see the online documentation for Pathauto.\\\",\\\"Pathauto is accessed from the tabs it adds to the list of URL aliases.\\\":\\\"Pathauto is accessed from the tabs it adds to the list of URL aliases.\\\",\\\"Creating Pathauto Patterns\\\":\\\"Creating Pathauto Patterns\\\",\\\"The \\\\\\\"Patterns\\\\\\\" page is used to configure automatic path aliasing. New patterns are created here using the Add Pathauto pattern button which presents a form to simplify pattern creation thru the use of available tokens. 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 \\\\\\\"Patterns\\\\\\\" page is used to configure automatic path aliasing. New patterns are created here using the Add Pathauto pattern button which presents a form to simplify pattern creation thru the use of available tokens. 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 \\\\\\\"Settings\\\\\\\" page is used to customize global Pathauto settings for automated pattern creation.\\\":\\\"The \\\\\\\"Settings\\\\\\\" page is used to customize global Pathauto settings for automated pattern creation.\\\",\\\"The maximum alias length and maximum component length 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 maximum alias length and maximum component length 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 \\\\\\\"Bulk Generate\\\\\\\" 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 \\\\\\\"Bulk Generate\\\\\\\" 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 \\\\\\\"Delete Aliases\\\\\\\" page allows you to remove URL aliases from items that have previously been assigned aliases using pathauto.\\\":\\\"The \\\\\\\"Delete Aliases\\\\\\\" 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 Settings page.\\\":\\\"You need to select a pattern type, then a pattern and filter, and a label. Additional types can be enabled on the Settings 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\\\",\\\"Pathauto settings are set to ignore paths which already have a URL alias. You can only create URL aliases for paths having none.\\\":\\\"Pathauto settings 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 last filter in the “Filter processing order” list.\\\":\\\"In most cases, Pathologic should be the last filter in the “Filter processing order” 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 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 All languages.\\\",\\\"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 @status-codes.\\\":\\\"You can find more information about HTTP redirect status codes at @status-codes.\\\",\\\"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 edit the existing redirect?\\\":\\\"The source path %source is already being redirected. Do you want to edit the existing redirect?\\\",\\\"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 create URL aliases for existing paths rather than redirects.\\\":\\\"The source path %path is likely a valid path. It is preferred to create URL aliases for existing paths rather than redirects.\\\",\\\"The base source path %source is already being redirected. Do you want to edit the existing redirect?\\\":\\\"The base source path %source is already being redirected. Do you want to edit the existing redirect?\\\",\\\"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 Token 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 online documentation.\\\":\\\"The Token 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 online documentation.\\\",\\\"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 (disable)\\\":\\\"enabled (disable)\\\",\\\"There is 1 item indexed on the server for this index. (More information)\\\\u0003There are @count items indexed on the server for this index. (More information)\\\":\\\"There is 1 item indexed on the server for this index. (More information)\\\\u0003There are @count items indexed on the server for this index. (More information)\\\",\\\"@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.
Allowed HTML tags: @tags\\\":\\\"Instructions to present to the user below this field on the editing form.
Allowed HTML tags: @tags\\\",\\\"Sort direction\\\":\\\"Sort direction\\\",\\\"Radios\\\":\\\"Radios\\\",\\\"Block type\\\":\\\"Block type\\\",\\\"@module (disabled)\\\":\\\"@module (disabled)\\\",\\\"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 OR. For example, cats OR dogs.\\\":\\\"Search for either of the two terms with uppercase OR. For example, cats OR dogs.\\\",\\\"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 foo/bar/baz, the parent path would be foo/bar.\\\":\\\"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 foo/bar/baz, the parent path would be foo/bar.\\\",\\\"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 Show block on all pages is selected, the block will contain the automatically generated menus for all of the site's books. If Show block only on book pages 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 Page specific visibility settings or other visibility settings can be used in addition to selectively display this block.\\\":\\\"If Show block on all pages is selected, the block will contain the automatically generated menus for all of the site's books. If Show block only on book pages 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 Page specific visibility settings 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
line break\\\":\\\"Text with
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\\\",\\\"Superscripted\\\":\\\"Superscripted\\\",\\\"Subscripted\\\":\\\"Subscripted\\\",\\\"Subscripted\\\":\\\"Subscripted\\\",\\\"Abbrev.\\\":\\\"Abbrev.\\\",\\\"TLA\\\":\\\"TLA\\\",\\\"Block quoted\\\":\\\"Block quoted\\\",\\\"Quoted inline\\\":\\\"Quoted inline\\\",\\\"Table header\\\":\\\"Table header\\\",\\\"Table cell\\\":\\\"Table cell\\\",\\\"Ordered list - use the <li> to begin each list item\\\":\\\"Ordered list - use the <li> to begin each list item\\\",\\\"Second item\\\":\\\"Second item\\\",\\\"Unordered list - use the <li> to begin each list item\\\":\\\"Unordered list - use the <li> to begin each list item\\\",\\\"Definition lists are similar to other HTML lists. <dl> begins the definition list, <dt> begins the definition term and <dd> begins the definition description.\\\":\\\"Definition lists are similar to other HTML lists. <dl> begins the definition list, <dt> begins the definition term and <dd> 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 (.po) form, which includes both the original string and the translation (used to share translations with others), or in Gettext Portable Object Template (.pot) 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 (.po) form, which includes both the original string and the translation (used to share translations with others), or in Gettext Portable Object Template (.pot) 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 (missing)\\\":\\\"@module (missing)\\\",\\\"The following modules will be completely uninstalled from your site, and all data from these modules will be lost!\\\":\\\"The following modules will be completely uninstalled from your site, and all data from these modules will be lost!\\\",\\\"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 Powered by Drupal 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 Powered by Drupal 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 (public download method)\\\":\\\"Writable (public download method)\\\",\\\"Writable (private download method)\\\":\\\"Writable (private 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 PECL uploadprogress library 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 PECL uploadprogress library if possible.\\\",\\\"Enabled (PECL uploadprogress)\\\":\\\"Enabled (PECL uploadprogress)\\\",\\\"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 Run tests.\\\":\\\"Select the test(s) or test group(s) you would like to run, and click Run tests.\\\",\\\"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 From 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 From 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 View printer-friendly books permission can select the printer-friendly version 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 View printer-friendly books permission can select the printer-friendly version 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 Display field\\\":\\\"Enable Display 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 %limit).\\\":\\\"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 %limit).\\\",\\\"Enable Description field\\\":\\\"Enable Description 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. <br> and <p>)\\\":\\\"Convert line breaks into HTML (i.e. <br> and <p>)\\\",\\\"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 Leave shadow copy 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 Leave shadow copy option creates a link in the original forum pointing to the new location.\\\",\\\"Locking and disabling comments\\\":\\\"Locking and disabling comments\\\",\\\"Selecting Closed under Comment settings while editing a forum topic will lock (prevent new comments on) the thread. Selecting Hidden under Comment settings while editing a forum topic will hide all existing comments on the thread, and prevent new ones.\\\":\\\"Selecting Closed under Comment settings while editing a forum topic will lock (prevent new comments on) the thread. Selecting Hidden under Comment settings 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 forum topic starts a new discussion thread within a forum.\\\":\\\"A forum topic 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 Alt field\\\":\\\"Enable Alt field\\\",\\\"Enable Title field\\\":\\\"Enable Title 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.\\\",\\\"Warning: There is currently 1 menu link in %title. It will be deleted (system-defined items will be reset).\\\\u0003Warning: There are currently @count menu links in %title. They will be deleted (system-defined links will be reset).\\\":\\\"Warning: There is currently 1 menu link in %title. It will be deleted (system-defined items will be reset).\\\\u0003Warning: 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 Administer content permission will be able to override these options.\\\":\\\"Users with the Administer content 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?\\\",\\\"Edit @type @title\\\":\\\"Edit @type @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 Revision information settings.\\\":\\\"The Node module also enables you to create multiple versions of any content, and revert to older versions using the Revision information 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. Teaser is a short format that is typically used in lists of multiple content items. Full content 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. Teaser is a short format that is typically used in lists of multiple content items. Full content 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 Clean environment button to clean-up temporary files and tables.\\\":\\\"Use the Clean environment 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 LOG_USER.\\\":\\\"On Microsoft Windows, messages are always sent to the Event Log using the code LOG_USER.\\\",\\\"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 (incompatible with version @version)\\\":\\\"@module (incompatible with 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.\\\",\\\"

This is a one-time login for %user_name and will expire on %expiration_date.

Click on this button to log in to the site and change your password.

\\\":\\\"

This is a one-time login for %user_name and will expire on %expiration_date.

Click on this button to log in to the site and change your password.

\\\",\\\"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.\\\":\\\"Failed to connect to your database server. The server reports the following message: %error.\\\",\\\"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 "<p> <br>" which will preserve all p and br elements\\\":\\\"List the tags that need to be preserved during the stripping process. example "<p> <br>" 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/your_view_path/archive.\\\\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/your_view_path/archive.\\\\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 NOT in the URL\\\":\\\"When the filter value is NOT 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 IS in the URL or a default is provided\\\":\\\"When the filter value IS 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 <br> tags\\\":\\\"Convert newlines to HTML <br> 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. Not necessary if you are using node as your base table.\\\":\\\"Filter for content by view access. Not necessary if you are using node as your base table.\\\",\\\"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 NOT available\\\":\\\"When the filter value is NOT available\\\",\\\"When the filter value IS available or a default is provided\\\":\\\"When the filter value IS 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 <img> tag sources that are not hosted on this site by replacing them with a placeholder image.\\\":\\\"Disallows usage of <img> 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\\\",\\\"Alt field required\\\":\\\"Alt field required\\\",\\\"Title field required\\\":\\\"Title 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 the PHP docs for date formats. Otherwise, enter the number of different time units to display, which defaults to 2.\\\":\\\"If \\\\\\\"Custom\\\\\\\", see the PHP docs 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 (incompatible with this version of Drupal core)\\\":\\\"@module (incompatible with 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.
Only views with a display of type \\\\\\\"Entity Reference\\\\\\\" are eligible.\\\":\\\"Choose the view and display that select the entities that can be referenced.
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.\\\",\\\"Note: In 'Entity Reference' displays, all fields will be displayed inline unless an explicit selection of inline fields is made here.\\\":\\\"Note: 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.\\\",\\\"<Any>\\\":\\\"<Any>\\\",\\\"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 Add custom language.\\\":\\\"Fill in the language details and save the language with Add custom language.\\\",\\\"The language %language (%langcode) already exists.\\\":\\\"The language %language (%langcode) already exists.\\\",\\\"Use the Add language button to save a predefined language.\\\":\\\"Use the Add language 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 Custom language... 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 Custom language... 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 - None -.\\\":\\\"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 - None -.\\\",\\\"Use the default shortcut icon supplied by the theme\\\":\\\"Use the default shortcut icon supplied by the theme\\\",\\\"Examples: @implicit-public-file (for a file in the public filesystem), @explicit-file, or @local-file.\\\":\\\"Examples: @implicit-public-file (for a file in the public filesystem), @explicit-file, or @local-file.\\\",\\\"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 <img> tags.\\\":\\\"Only images hosted on this site may be used in <img> 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.\\\":\\\"Failed to connect to your database server. The server reports the following message: %error.\\\",\\\"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 admin/config/development/testing/results/[test_id]. 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 admin/config/development/testing/results/[test_id]. 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.
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.
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 Contains can cause performance issues on sites with thousands of entities.\\\":\\\"Select the method used to collect autocomplete suggestions. Note that Contains 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: @tag-list.\\\":\\\"Based on the text editor configuration, these tags have automatically been added: @tag-list.\\\",\\\"Forum content\\\":\\\"Forum content\\\",\\\"The content ID of the forum index entry.\\\":\\\"The content ID of the forum index entry.\\\",\\\"1 new post in forum %title\\\\u0003@count new posts in forum %title\\\":\\\"1 new post in forum %title\\\\u0003@count new posts in forum %title\\\",\\\"1 new post in topic %title\\\\u0003@count new posts in topic %title\\\":\\\"1 new post in topic %title\\\\u0003@count new posts in topic %title\\\",\\\"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 content types, taxonomy vocabularies, user profiles, 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 content types, taxonomy vocabularies, user profiles, 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 about @title\\\":\\\"Read more about @title\\\",\\\"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 /etc/syslog.conf, or in /etc/rsyslog.conf or in the directory /etc/rsyslog.d. These files define the routing configuration. Messages can be flagged with the codes LOG_LOCAL0 through LOG_LOCAL7. For information on Syslog facilities, severity levels, and how to set up syslog.conf or rsyslog.conf, see the syslog.conf or rsyslog.conf manual page on your command line.\\\":\\\"On UNIX, Linux, and Mac OS X, you will find the configuration in the file /etc/syslog.conf, or in /etc/rsyslog.conf or in the directory /etc/rsyslog.d. These files define the routing configuration. Messages can be flagged with the codes LOG_LOCAL0 through LOG_LOCAL7. For information on Syslog facilities, severity levels, and how to set up syslog.conf or rsyslog.conf, see the syslog.conf or rsyslog.conf 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.\\\",\\\"@language_name (Original language)\\\":\\\"@language_name (Original language)\\\",\\\"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.\\\",\\\"

This is a one-time login for %user_name.

Click on this button to log in to the site and change your password.

\\\":\\\"

This is a one-time login for %user_name.

Click on this button to log in to the site and change your password.

\\\",\\\"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 @type\\\":\\\"Add @type\\\",\\\"And/Or Rearrange filter criteria\\\":\\\"And/Or Rearrange filter criteria\\\",\\\"Rearrange @type\\\":\\\"Rearrange @type\\\",\\\"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 Text editor drop-down menu, its toolbar configuration is displayed. You can add and remove buttons from the Active toolbar by dragging and dropping them, and additional rows can be added to organize the buttons.\\\":\\\"When CKEditor is chosen from the Text editor drop-down menu, its toolbar configuration is displayed. You can add and remove buttons from the Active toolbar 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 Source 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 limit the use of HTML tags, then all excluded tags will be stripped out of the HTML source when the user toggles back to the text editor.\\\":\\\"If the Source 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 limit the use of HTML tags, 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 @message\\\":\\\"Could not extract the contents of the tar file. The error message is @message\\\",\\\"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 Configure 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 Configure 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 <br /> line break, <p> paragraph and </p> 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 <br /> line break, <p> paragraph and </p> 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 reading the cron tutorial on drupal.org.\\\":\\\"More information about setting up scheduled tasks can be found by reading the cron tutorial on drupal.org.\\\",\\\"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 Exclude from display 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 Exclude from display 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 optional or required in any link field.\\\":\\\"In the field settings you can define additional link text to be optional or required 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 and the URL, choose the appropriate link format from the drop-down menu in the Manage display page. If you only want to display the URL even if link text has been submitted, choose Link as the format, and then change its Format settings to display URL only.\\\":\\\"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 and the URL, choose the appropriate link format from the drop-down menu in the Manage display page. If you only want to display the URL even if link text has been submitted, choose Link as the format, and then change its Format settings to display URL only.\\\",\\\"Adding attributes to links\\\":\\\"Adding attributes to links\\\",\\\"You can add attributes to links, by changing the Format settings in the Manage display page. Adding rel=\\\\\\\"nofollow\\\\\\\" notifies search engines that links should not be followed.\\\":\\\"You can add attributes to links, by changing the Format settings in the Manage display page. Adding rel=\\\\\\\"nofollow\\\\\\\" 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 @field-label, either due to a website problem or a network connection problem.
Please try again.\\\":\\\"Could not load the form for @field-label, either due to a website problem or a network connection problem.
Please try again.\\\",\\\"Your changes to @entity-title could not be saved, either due to a website problem or a network connection problem.
Please try again.\\\":\\\"Your changes to @entity-title could not be saved, either due to a website problem or a network connection problem.
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 Active toolbar to enable it, or into the list of Available buttons 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 Active toolbar to enable it, or into the list of Available buttons 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 Visibility settings 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 Visibility settings 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 .yml extension. (e.g. system.site)\\\":\\\"Enter the name of the configuration file without the .yml extension. (e.g. system.site)\\\",\\\"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 pdf docx psd) for the files that will be uploaded with the file field.\\\":\\\"In the field settings, you can define the allowed file extensions (for example pdf docx psd) 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 Maximum upload size 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 Maximum upload size 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: 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: 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 views.\\\":\\\"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 views.\\\",\\\"Adding functionality to administrative pages\\\":\\\"Adding functionality to administrative pages\\\",\\\"The Views module adds functionality to some core administration pages. For example, admin/content uses Views to filter and sort content. With Views uninstalled, admin/content is more limited.\\\":\\\"The Views module adds functionality to some core administration pages. For example, admin/content uses Views to filter and sort content. With Views uninstalled, admin/content 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 Manage display page you can choose to display a trimmed version of the text, and if so, where to cut off the text.\\\":\\\"On the Manage display 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.\\\",\\\"OPML integration\\\":\\\"OPML 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 device-independent pixel 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 device-independent pixel 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.

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.

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: float, integer or, text. The float type allows storing approximate decimal values. The integer type allows storing whole numbers, such as years (for example, 2012) or values (for example, 1, 2, 5, 305). The text 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: float, integer or, text. The float type allows storing approximate decimal values. The integer type allows storing whole numbers, such as years (for example, 2012) or values (for example, 1, 2, 5, 305). The text 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 Tour 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 Next button in the tip. To see a tour users must have the permission Access tour and JavaScript must be enabled in the browser\\\":\\\"If a tour is available on a page, a Tour 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 Next button in the tip. To see a tour users must have the permission Access tour 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 content type creation page to add a new content type.\\\":\\\"You have not created any content types yet. Go to the content type creation page 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
tags\\\":\\\"Convert newlines to HTML
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 Create 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 Create 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.\\\",\\\"OPML 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.\\\":\\\"OPML 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\\\",\\\"Either upload a file or enter a URL.\\\":\\\"Either 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 all 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 all 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 source. 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 source. 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 out-of-date. You can set this status by selecting the Flag other translations as outdated 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 out-of-date. You can set this status by selecting the Flag other translations as outdated 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 Custom language 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 Custom language 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 Site language 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 User method is enabled as a Detection and selection method (see below). Administrative users can choose a separate Administration pages language for the interface text on administration pages. This configuration is only available on the user's profile page if the Account administration pages method is enabled (see below).\\\":\\\"Users can choose a Site language 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 User method is enabled as a Detection and selection method (see below). Administrative users can choose a separate Administration pages language for the interface text on administration pages. This configuration is only available on the user's profile page if the Account administration pages method is enabled (see below).\\\",\\\"URL sets the interface language based on a path prefix or domain (for example specifying de for German would result in URLs like example.com/de/contact). 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.\\\":\\\"URL sets the interface language based on a path prefix or domain (for example specifying de for German would result in URLs like example.com/de/contact). 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.\\\",\\\"Session determines the interface language from a request or session parameter (for example example.com?language=de would set the interface language to German based on the use of de as the language parameter).\\\":\\\"Session determines the interface language from a request or session parameter (for example example.com?language=de would set the interface language to German based on the use of de as the language parameter).\\\",\\\"User follows the language configuration set on the user's profile page.\\\":\\\"User follows the language configuration set on the user's profile page.\\\",\\\"Selected language allows you to specify the site's default language or a specific language as the fall-back language. This method should be listed last.\\\":\\\"Selected language 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 'Visitors, but administrator approval is required' 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 (%site-email).\\\":\\\"The email address to be used as the 'from' address for all account notifications listed below. If 'Visitors, but administrator approval is required' 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 (%site-email).\\\",\\\"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 Activity tab from the user's profile page.\\\":\\\"To follow a specific user's new and updated content, select the Activity 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

You can align images, videos, blockquotes and so on to the left, right or center. Examples:

\\\\n \\\":\\\"\\\\n

You can align images, videos, blockquotes and so on to the left, right or center. Examples:

\\\\n \\\",\\\"Align images\\\":\\\"Align images\\\",\\\"Uses a data-align attribute on <img> tags to align images.\\\":\\\"Uses a data-align attribute on <img> tags to align images.\\\",\\\"\\\\n

You can caption images, videos, blockquotes, and so on. Examples:

\\\\n \\\":\\\"\\\\n

You can caption images, videos, blockquotes, and so on. Examples:

\\\\n \\\",\\\"Caption images\\\":\\\"Caption images\\\",\\\"Uses a data-caption attribute on <img> tags to caption images.\\\":\\\"Uses a data-caption attribute on <img> 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 the PHP documentation for details.\\\":\\\"A date in a custom format. See the PHP documentation 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.\\\",\\\"Back up your code. 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.\\\":\\\"Back up your code. 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.\\\",\\\"Back up your database. This process will change your database values and in case of emergency you may need to revert to a backup.\\\":\\\"Back up your database. 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 update #@version in @module.module.\\\":\\\"The update process was aborted prematurely while running update #@version in @module.module.\\\",\\\"You may need to check the watchdog database table manually.\\\":\\\"You may need to check the watchdog database table manually.\\\",\\\"Reminder: don't forget to set the $settings['update_free_access'] value in your settings.php file back to FALSE.\\\":\\\"Reminder: don't forget to set the $settings['update_free_access'] value in your settings.php file back to FALSE.\\\",\\\"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 tel: by choosing the Telephone display format on the Manage display 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 tel: by choosing the Telephone display format on the Manage display 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 Exposed items per page field's options must include the value from the Items per page field (@items_per_page).\\\":\\\"The Exposed items per page field's options must include the value from the Items per page 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 posts about @title\\\":\\\"More posts about @title\\\",\\\"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 caption element can introduce context for a table, making it easier to understand. The summary 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 caption element can introduce context for a table, making it easier to understand. The summary 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 RSS, RDF, and Atom.\\\":\\\"Many sites publish their headlines and posts in feeds, using a number of standardized XML-based formats. The aggregator supports RSS, RDF, and Atom.\\\",\\\"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 (data-align=\\\\\\\"center\\\\\\\"), but also videos, blockquotes, and so on.\\\":\\\"You can align images (data-align=\\\\\\\"center\\\\\\\"), but also videos, blockquotes, and so on.\\\",\\\"You can caption images (data-caption=\\\\\\\"Text\\\\\\\"), but also videos, blockquotes, and so on.\\\":\\\"You can caption images (data-caption=\\\\\\\"Text\\\\\\\"), 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 Add content 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 Add content 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\\\",\\\"

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. 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.

The default settings should be appropriate for the majority of sites.

\\\":\\\"

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. 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.

The default settings should be appropriate for the majority of sites.

\\\",\\\"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.
(Only in rare cases should this be left empty. To create empty alternative text, enter \\\\\\\"\\\\\\\" — two double quotes without any content).\\\":\\\"Alternative text is required.
(Only in rare cases should this be left empty. To create empty alternative text, enter \\\\\\\"\\\\\\\" — two double quotes without any content).\\\",\\\"Entities and entity types\\\":\\\"Entities and entity types\\\",\\\"The website's content and configuration is managed using entities, which are grouped into entity types. Content entity types are the entity types for site content (such as the main site content, comments, custom blocks, taxonomy terms, and user accounts). Configuration entity types 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 entities, which are grouped into entity types. Content entity types are the entity types for site content (such as the main site content, comments, custom blocks, taxonomy terms, and user accounts). Configuration entity types 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 bundle 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 bundle 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 fields. Fields are grouped by field type; 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 fields. Fields are grouped by field type; 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 view modes, 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 formatter 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 view modes, 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 formatter 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 form modes, 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 widget 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 form modes, 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 widget 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 Manage fields 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 machine name, 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 Edit link for the field from the Manage fields page.\\\":\\\"On the Manage fields 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 machine name, 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 Edit link for the field from the Manage fields 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 Add field from the Manage fields 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 Add field from the Manage fields 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 Manage form display 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 Custom display settings 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 Hidden from the widget drop-down list, or by dragging it into the Disabled section.\\\":\\\"On the Manage form display 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 Custom display settings 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 Hidden from the widget drop-down list, or by dragging it into the Disabled section.\\\",\\\"Configuring field display\\\":\\\"Configuring field display\\\",\\\"On the Manage display 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 Custom display settings section. For each field in each view mode, you can choose whether and how to display the label of the field from the Label 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 Hidden from the formatter drop-down list, or by dragging it into the Disabled section.\\\":\\\"On the Manage display 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 Custom display settings section. For each field in each view mode, you can choose whether and how to display the label of the field from the Label 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 Hidden from the formatter drop-down list, or by dragging it into the Disabled section.\\\",\\\"Configuring view and form modes\\\":\\\"Configuring view and form modes\\\",\\\"Listing fields\\\":\\\"Listing fields\\\",\\\"Images must be exactly @size pixels.\\\":\\\"Images must be exactly @size pixels.\\\",\\\"Images must be larger than @min pixels. Images larger than @max pixels will be resized.\\\":\\\"Images must be larger than @min pixels. Images larger than @max pixels will be resized.\\\",\\\"Images must be larger than @min pixels.\\\":\\\"Images must be larger than @min pixels.\\\",\\\"Images larger than @max pixels will be resized.\\\":\\\"Images larger than @max 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, you must save your color settings again, even if you haven't changed the colors. 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, you must save your color settings again, even if you haven't changed the colors. 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:\\\",\\\"Number fields: When you add a number field you can choose from three types: decimal, float, and integer. The decimal number field type allows users to enter exact decimal values, with fixed numbers of decimal places. The float number field type allows users to enter approximate decimal values. The integer 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.\\\":\\\"Number fields: When you add a number field you can choose from three types: decimal, float, and integer. The decimal number field type allows users to enter exact decimal values, with fixed numbers of decimal places. The float number field type allows users to enter approximate decimal values. The integer 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, Square 85x85), or based on where you plan to use it (for example, Profile picture).\\\":\\\"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, Square 85x85), or based on where you plan to use it (for example, Profile picture).\\\",\\\"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 Maximum upload size 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 Maximum upload size 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 Manage display 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 Manage form display page, you can configure the image upload widget, including setting the preview image style shown on the entity edit form.\\\":\\\"On the Manage display 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 Manage form display 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. Modifying this value may break existing URLs. Use with caution in a production environment. 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. Modifying this value may break existing URLs. Use with caution in a production environment. 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\\\",\\\"Duplicate responsive image style @label\\\":\\\"Duplicate responsive image style @label\\\",\\\"Edit responsive image style @label\\\":\\\"Edit responsive image style @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 Contact 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 View user information (to see user profiles) and Use users' personal contact forms 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 Administer users 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 Contact 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 View user information (to see user profiles) and Use users' personal contact forms 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 Administer users 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 Manage form display page:\\\":\\\"Reference fields have several widgets available on the Manage form display page:\\\",\\\"The Check boxes/radio buttons widget displays the existing entities for the entity type as check boxes or radio buttons based on the Allowed number of values set for the field.\\\":\\\"The Check boxes/radio buttons widget displays the existing entities for the entity type as check boxes or radio buttons based on the Allowed number of values set for the field.\\\",\\\"The Select list widget displays the existing entities in a drop-down list or scrolling list box based on the Allowed number of values setting for the field.\\\":\\\"The Select list widget displays the existing entities in a drop-down list or scrolling list box based on the Allowed number of values setting for the field.\\\",\\\"The Autocomplete widget displays text fields in which users can type entity labels based on the Allowed number of values. The widget can be configured to display all entities that contain the typed characters or restricted to those starting with those characters.\\\":\\\"The Autocomplete widget displays text fields in which users can type entity labels based on the Allowed number of values. The widget can be configured to display all entities that contain the typed characters or restricted to those starting with those characters.\\\",\\\"The Autocomplete (Tags style) widget displays a multi-text field in which users can type in a comma-separated list of entity labels.\\\":\\\"The Autocomplete (Tags style) 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 Text (formatted, long, with summary), Text (formatted), and Text (formatted, long). 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 Text (formatted, long, with summary), Text (formatted), and Text (formatted, long). 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 internal links only, external links only, or both internal and external links. Internal links only and both internal and external links 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 internal links only, external links only, or both internal and external links. Internal links only and both internal and external links 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 Autocomplete widgets is chosen for the Taxonomy term reference field in the Manage form display page for the field. You will also need to enable the Create referenced entities if they don't already exist 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 Autocomplete widgets is chosen for the Taxonomy term reference field in the Manage form display page for the field. You will also need to enable the Create referenced entities if they don't already exist option, and restrict the field to one vocabulary.\\\",\\\"If you choose Text (plain) or Text (formatted) as the field type on the Manage fields page, then a field with a single row is displayed. You can change the maximum text length in the Field settings when you set up the field.\\\":\\\"If you choose Text (plain) or Text (formatted) as the field type on the Manage fields page, then a field with a single row is displayed. You can change the maximum text length in the Field settings when you set up the field.\\\",\\\"If you choose Text (plain, long), Text (formatted, long), or Text (formatted, long, with summary) on the Manage fields page, then users can insert text of unlimited length. On the Manage form display page, you can set the number of rows that are displayed to users.\\\":\\\"If you choose Text (plain, long), Text (formatted, long), or Text (formatted, long, with summary) on the Manage fields page, then users can insert text of unlimited length. On the Manage form display 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 Text (formatted, long, with summary) field type on the Manage fields page. Even when Summary input is enabled, and summaries are provided, you can display trimmed text nonetheless by choosing the appropriate format on the Manage display page.\\\":\\\"As an alternative to using a trimmed version of the text, you can enter a separate summary by choosing the Text (formatted, long, with summary) field type on the Manage fields page. Even when Summary input is enabled, and summaries are provided, you can display trimmed text nonetheless by choosing the appropriate format on the Manage display 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 book outline. 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 book outline. 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 Add child page link\\\":\\\"Content type for the Add child page 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:\\\",\\\"Forums (for example, Recipes for cooking vegetables)\\\":\\\"Forums (for example, Recipes for cooking vegetables)\\\",\\\"Forum topics submitted by users (for example, How to cook potatoes), which start discussions.\\\":\\\"Forum topics submitted by users (for example, How to cook potatoes), which start discussions.\\\",\\\"Threaded comments submitted by users (for example, You wash the potatoes first and then...).\\\":\\\"Threaded comments submitted by users (for example, You wash the potatoes first and then...).\\\",\\\"Optional containers, used to group similar forums. Forums can be placed inside containers, and vice versa.\\\":\\\"Optional containers, 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 xdebug.max_nesting_level=@level in your PHP configuration as some pages in your Drupal site will not work when this setting is too low.\\\":\\\"Set xdebug.max_nesting_level=@level 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 upgrading handbook. If you are unsure what these terms mean you should probably contact your hosting provider.\\\":\\\"For more detailed information, see the upgrading handbook. 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 @interval where you want the formatted interval text to appear.\\\":\\\"Use @interval 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 Forum content\\\":\\\"To uninstall Forum, first delete all Forum 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 PHP manual 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 PHP manual 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 in the %region region\\\":\\\"Place block in the %region region\\\",\\\"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:
@htaccess
\\\":\\\"Security warning: Couldn't write .htaccess file. Please create a .htaccess file in your %directory directory which contains the following lines:
@htaccess
\\\",\\\"Please continue to the error page\\\":\\\"Please continue to the error page\\\",\\\"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 INSTALL.txt.\\\":\\\"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 INSTALL.txt.\\\",\\\"The installer requires read permissions to %translations_directory at all times. The webhosting issues documentation section offers help on this and other topics.\\\":\\\"The installer requires read permissions to %translations_directory at all times. The webhosting issues documentation section offers help on this and other topics.\\\",\\\"The installer requires write permissions to %translations_directory during the installation process. The webhosting issues documentation section offers help on this and other topics.\\\":\\\"The installer requires write permissions to %translations_directory during the installation process. The webhosting issues 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 @server_url.\\\":\\\"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 @server_url.\\\",\\\"The %language translation file is not available at the translation server. Choose a different language or select English and translate your website later.\\\":\\\"The %language translation file is not available at the translation server. Choose a different language or select English and translate your website later.\\\",\\\"The %language translation file could not be downloaded. Choose a different language or select English and translate your website later.\\\":\\\"The %language translation file could not be downloaded. Choose a different language 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 INSTALL.txt.\\\":\\\"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 INSTALL.txt.\\\",\\\"@drupal requires read permissions to %file at all times. The webhosting issues documentation section offers help on this and other topics.\\\":\\\"@drupal requires read permissions to %file at all times. The webhosting issues documentation section offers help on this and other topics.\\\",\\\"The @drupal installer requires write permissions to %file during the installation process. The webhosting issues documentation section offers help on this and other topics.\\\":\\\"The @drupal installer requires write permissions to %file during the installation process. The webhosting issues 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 INSTALL.txt. The webhosting issues 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 INSTALL.txt. The webhosting issues documentation section offers help on this and other topics.\\\",\\\"Check the messages and retry, or you may choose to continue anyway.\\\":\\\"Check the messages and retry, or you may choose to continue anyway.\\\",\\\"Check the messages and try again.\\\":\\\"Check the messages and try again.\\\",\\\"The following modules are required but were not found. Move them into the appropriate modules subdirectory, such as /modules. Missing modules: @modules\\\":\\\"The following modules are required but were not found. Move them into the appropriate modules subdirectory, such as /modules. 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 MySQL documentation 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 MySQL documentation for more information.\\\",\\\"The %driver database must use %encoding encoding to work with Drupal. Recreate the database with %encoding encoding. See INSTALL.pgsql.txt for more details.\\\":\\\"The %driver database must use %encoding encoding to work with Drupal. Recreate the database with %encoding encoding. See INSTALL.pgsql.txt 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: @query\\\":\\\"The %setting setting is currently set to '%current_value', but needs to be '%needed_value'. Change this by running the following query: @query\\\",\\\"Date (e.g. @format)\\\":\\\"Date (e.g. @format)\\\",\\\"Time (e.g. @format)\\\":\\\"Time (e.g. @format)\\\",\\\"@uri\\\":\\\"@uri\\\",\\\"Operating in maintenance mode. Go online.\\\":\\\"Operating in maintenance mode. Go online.\\\",\\\"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. Learn more.\\\":\\\"WARNING: You are not using an encrypted connection, so your password will be sent in plain text. Learn more.\\\",\\\"Failed to connect to the server. The server reports the following message:

@message

For more help installing or updating code on your server, see the handbook.\\\":\\\"Failed to connect to the server. The server reports the following message:

@message

For more help installing or updating code on your server, see the handbook.\\\",\\\"The form has become outdated. Copy any unsaved work in the form below and then reload this page.\\\":\\\"The form has become outdated. Copy any unsaved work in the form below and then reload this page.\\\",\\\"@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.\\\",\\\"\\\":\\\"\\\",\\\"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 online handbook.\\\":\\\"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 online handbook.\\\",\\\"The system will notify you when updates and important security releases are available for installed components. Anonymous information about your site is sent to Drupal.org.\\\":\\\"The system will notify you when updates and important security releases are available for installed components. Anonymous information about your site is sent to Drupal.org.\\\",\\\"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 online documentation for the Actions module.\\\":\\\"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 online documentation for the Actions module.\\\",\\\"Simple actions do not require configuration and are listed automatically as available on the Actions page.\\\":\\\"Simple actions do not require configuration and are listed automatically as available on the Actions page.\\\",\\\"Advanced actions are user-created and have to be configured individually. Create an advanced action on the Actions page 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.\\\":\\\"Advanced actions are user-created and have to be configured individually. Create an advanced action on the Actions page 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 online documentation for the Aggregator module.\\\":\\\"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 online documentation for the Aggregator module.\\\",\\\"Users view feed content in the main aggregator display, or by their source (usually via an RSS feed reader). The most recent content in a feed can be displayed as a block through the Blocks administration page.\\\":\\\"Users view feed content in the main aggregator display, or by their source (usually via an RSS feed reader). The most recent content in a feed can be displayed as a block through the Blocks administration page.\\\",\\\"Configuring the display of feed items\\\":\\\"Configuring the display of feed items\\\",\\\"Discarding old feed items\\\":\\\"Discarding old feed items\\\",\\\"A machine-readable OPML file 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 imported via an OPML file.\\\":\\\"A machine-readable OPML file 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 imported via an OPML file.\\\",\\\"A working cron maintenance task is required to update feeds automatically.\\\":\\\"A working cron maintenance task is required to update feeds automatically.\\\",\\\"Current feeds are listed below, and new feeds may be added. For each feed, the latest items block may be enabled at the blocks administration page.\\\":\\\"Current feeds are listed below, and new feeds may be added. For each feed, the latest items block may be enabled at the blocks administration page.\\\",\\\"@title feed\\\":\\\"@title feed\\\",\\\"No feeds available. Add feed.\\\":\\\"No feeds available. Add feed.\\\",\\\"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 cron maintenance task.\\\":\\\"The length of time between feed updates. Requires a correctly configured cron maintenance task.\\\",\\\"Requires a correctly configured cron maintenance task.\\\":\\\"Requires a correctly configured cron maintenance task.\\\",\\\"The Ban module allows administrators to ban visits to their site from individual IP addresses. For more information, see the online documentation for the Ban module.\\\":\\\"The Ban module allows administrators to ban visits to their site from individual IP addresses. For more information, see the online documentation for the Ban module.\\\",\\\"Administrators can enter IP addresses to ban on the IP address bans page.\\\":\\\"Administrators can enter IP addresses to ban on the IP address bans page.\\\",\\\"The HTTP Basic Authentication module supplies an HTTP Basic authentication 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 RESTful Web Services module). For more information, see the online documentation for the HTTP Basic Authentication module.\\\":\\\"The HTTP Basic Authentication module supplies an HTTP Basic authentication 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 RESTful Web Services module). For more information, see the online documentation for the HTTP Basic Authentication module.\\\",\\\"The Block module allows you to place blocks in regions of your installed themes, and configure block settings. For more information, see the online documentation for the Block module.\\\":\\\"The Block module allows you to place blocks in regions of your installed themes, and configure block settings. For more information, see the online documentation for the Block module.\\\",\\\"You can see where the regions are for the current theme by clicking the Demonstrate block regions link on the Block layout page. Regions are specific to each theme.\\\":\\\"You can see where the regions are for the current theme by clicking the Demonstrate block regions link on the Block layout page. Regions are specific to each theme.\\\",\\\"To change the settings of an individual block click on the Configure link on the Block layout page. 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 Configure link on the Block layout page. 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 Custom Block module is installed. For more information, see the Custom Block help page.\\\":\\\"You can add custom blocks, if the Custom Block module is installed. For more information, see the Custom Block help page.\\\",\\\"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 block type creation page to add a new block type.\\\":\\\"You have not created any block types yet. Go to the block type creation page to add a new block type.\\\",\\\"Add a custom block.\\\":\\\"Add a custom block.\\\",\\\"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 Book page. For more information, see the online documentation for the Book module.\\\":\\\"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 Book page. For more information, see the online documentation for the Book module.\\\",\\\"You can assign separate permissions for creating new books as well as creating, editing and deleting book content. Users with the Administer book outlines permission can add any 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 Book list page.\\\":\\\"You can assign separate permissions for creating new books as well as creating, editing and deleting book content. Users with the Administer book outlines permission can add any 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 Book list page.\\\",\\\"The Book page content type is the initial content type enabled for book outlines. On the Book settings page you can configure content types that can used in book outlines.\\\":\\\"The Book page content type is the initial content type enabled for book outlines. On the Book settings page you can configure content types that can used in book outlines.\\\",\\\"Users with the Add content and child pages to books permission will see a link to Add child page 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 Book settings page. By default this is the Book page content type.\\\":\\\"Users with the Add content and child pages to books permission will see a link to Add child page 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 Book settings page. By default this is the Book page 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 Blocks layout page. 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 Blocks layout page. 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 Book hierarchy, as well as move them within the hierarchy or to reorder an entire book.\\\":\\\"The outline feature allows you to include pages in the Book hierarchy, as well as move them within the hierarchy or to reorder an entire book.\\\",\\\"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 online documentation for the Breakpoint module.\\\":\\\"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 online documentation for the Breakpoint module.\\\",\\\"Media queries 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.\\\":\\\"Media queries 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 Text Editor module. It requires JavaScript to be enabled in the browser. For more information, see the online documentation for the CKEditor module and the CKEditor website.\\\":\\\"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 Text Editor module. It requires JavaScript to be enabled in the browser. For more information, see the online documentation for the CKEditor module and the CKEditor website.\\\",\\\"CKEditor has to be enabled and configured separately for individual text formats from the Text formats and editors page because the filter settings for each text format can be different. For more information, see the Text Editor help page and Filter help page.\\\":\\\"CKEditor has to be enabled and configured separately for individual text formats from the Text formats and editors page because the filter settings for each text format can be different. For more information, see the Text Editor help page and Filter help page.\\\",\\\"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 Filter help page.\\\":\\\"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 Filter help page.\\\",\\\"The built in WYSIWYG editor (CKEditor) comes with a number of accessibility features. CKEditor comes with built in keyboard shortcuts, which can be beneficial for both power users and keyboard only users.\\\":\\\"The built in WYSIWYG editor (CKEditor) comes with a number of accessibility features. CKEditor comes with built in keyboard shortcuts, which can be beneficial for both power users and keyboard only users.\\\",\\\"The Color module allows users with the Administer site configuration permission to change the color scheme (color of links, backgrounds, text, and other theme elements) of compatible themes. For more information, see the online documentation for the Color module.\\\":\\\"The Color module allows users with the Administer site configuration permission to change the color scheme (color of links, backgrounds, text, and other theme elements) of compatible themes. For more information, see the online documentation for the Color module.\\\",\\\"To change the color settings, select the Settings link for your theme on the Appearance 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 Settings link for your theme on the Appearance 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 online documentation for the Comment module.\\\":\\\"The Comment module allows users to comment on site content, set commenting defaults and permissions, and moderate comments. For more information, see the online documentation for the Comment module.\\\",\\\"Enabling commenting\\\":\\\"Enabling commenting\\\",\\\"Comment functionality can be enabled for any entity sub-type (for example, a content type) by adding a Comments field on its Manage fields page. Adding or removing commenting for an entity through the user interface requires the Field UI module to be enabled, even though the commenting functionality works without it. For more information on fields and entities, see the Field module help page.\\\":\\\"Comment functionality can be enabled for any entity sub-type (for example, a content type) by adding a Comments field on its Manage fields page. Adding or removing commenting for an entity through the user interface requires the Field UI module to be enabled, even though the commenting functionality works without it. For more information on fields and entities, see the Field module help page.\\\",\\\"Configuring commenting settings\\\":\\\"Configuring commenting settings\\\",\\\"Commenting settings can be configured by editing the Comments field on the Manage fields page of an entity type if the Field UI module 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: Open to allow new comments, Closed to view existing comments, but prevent new comments, or Hidden 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 Comments field on the Manage fields page of an entity type if the Field UI module 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: Open to allow new comments, Closed to view existing comments, but prevent new comments, or Hidden 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 Skip comment approval permission are published immediately. All other comments are placed in the Unapproved comments queue, until a user who has permission to Administer comments and comment settings publishes or deletes them. Published comments can be bulk managed on the Published comments administration page. When a comment has no replies, it remains editable by its author, as long as the author has Edit own comments permission.\\\":\\\"Comments from users who have the Skip comment approval permission are published immediately. All other comments are placed in the Unapproved comments queue, until a user who has permission to Administer comments and comment settings publishes or deletes them. Published comments can be bulk managed on the Published comments administration page. When a comment has no replies, it remains editable by its author, as long as the author has Edit own comments permission.\\\",\\\"In reply to @parent_title by @parent_username\\\":\\\"In reply to @parent_title by @parent_username\\\",\\\"Name for @anonymous\\\":\\\"Name for @anonymous\\\",\\\"Log in or register to post comments\\\":\\\"Log in or register to post comments\\\",\\\"Log in to post comments\\\":\\\"Log in to post comments\\\",\\\"Select the Comment type to use for this comment field. Manage the comment types from the administration overview page.\\\":\\\"Select the Comment type to use for this comment field. Manage the comment types from the administration overview page.\\\",\\\"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 online documentation for the Configuration Manager module.\\\":\\\"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 online documentation for the Configuration Manager module.\\\",\\\"You can create and download an archive consisting of all your site's configuration exported as *.yml files on the Export page.\\\":\\\"You can create and download an archive consisting of all your site's configuration exported as *.yml files on the Export page.\\\",\\\"You can upload a full site configuration from an archive file on the Import page. When importing data from a different environment, the site and import files must have matching configuration values for UUID in the system.site 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 Import page. When importing data from a different environment, the site and import files must have matching configuration values for UUID in the system.site 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 Synchronize 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 Synchronize 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 Configuration type and Configuration name on the Single export page. The configuration and its corresponding *.yml file name are then displayed on the page for you to copy.\\\":\\\"You can export a single configuration item by selecting a Configuration type and Configuration name on the Single export page. The configuration and its corresponding *.yml file name 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 Single import page.\\\":\\\"You can import a single configuration item by pasting it in YAML format into the form on the Single import 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 Language, Content Translation, and Interface Translation, it allows you to build multilingual websites. For more information, see the online documentation for the Configuration Translation module.\\\":\\\"The Configuration Translation module allows you to translate configuration text; for example, the site name, vocabularies, menus, or date formats. Together with the modules Language, Content Translation, and Interface Translation, it allows you to build multilingual websites. For more information, see the online documentation for the Configuration Translation module.\\\",\\\"In order to translate configuration, the website must have at least two languages.\\\":\\\"In order to translate configuration, the website must have at least two languages.\\\",\\\"Users with the Translate user edited configuration permission can access the configuration translation overview, and manage translations for specific languages. The Configuration translation page shows a list of all configuration text that can be translated, either as individual items or as lists. After you click on Translate, you are provided with a list of all languages. You can add or edit a translation for a specific language. Users with specific configuration permissions can also edit 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 Translate user edited configuration permission can access the configuration translation overview, and manage translations for specific languages. The Configuration translation page shows a list of all configuration text that can be translated, either as individual items or as lists. After you click on Translate, you are provided with a list of all languages. You can add or edit a translation for a specific language. Users with specific configuration permissions can also edit 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 Configuration translation page. This allows you not only to translate the label text, but also to set a language-specific PHP date format.\\\":\\\"You can choose to translate date formats on the Configuration translation page. This allows you not only to translate the label text, but also to set a language-specific PHP date format.\\\",\\\"@label (@source_language)\\\":\\\"@label (@source_language)\\\",\\\"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 online documentation for the Contact module.\\\":\\\"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 online documentation for the Contact module.\\\",\\\"On the Contact forms page, 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 Contact forms page, 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 Contact menu link in the Footer menu will link to it. You can modify this link from the Menus page 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 contact/machine_name_of_form.\\\":\\\"One site-wide contact form can be designated as the default contact form. If you choose to designate a default form, the Contact menu link in the Footer menu will link to it. You can modify this link from the Menus page 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 contact/machine_name_of_form.\\\",\\\"From the Contact forms page, 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 Block layout page, if the Block module is installed.\\\":\\\"From the Contact forms page, 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 Block layout page, 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. Add one or more forms .\\\":\\\"The contact form has not been configured. Add one or more forms .\\\",\\\"The Content Translation module allows you to translate content, comments, custom blocks, taxonomy terms, users and other content entities. Together with the modules Language, Configuration Translation, and Interface Translation, it allows you to build multilingual websites. For more information, see the online documentation for the Content Translation module.\\\":\\\"The Content Translation module allows you to translate content, comments, custom blocks, taxonomy terms, users and other content entities. Together with the modules Language, Configuration Translation, and Interface Translation, it allows you to build multilingual websites. For more information, see the online documentation for the Content Translation module.\\\",\\\"In order to translate content, the website must have at least two languages. When that is the case, you can enable translation for the desired content entities on the Content language 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 languages. When that is the case, you can enable translation for the desired content entities on the Content language 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 languages administration page.\\\":\\\"Before you can translate content, there must be at least two languages added on the languages administration page.\\\",\\\"To configure translation for this field, enable language support for this type.\\\":\\\"To configure translation for this field, enable language support for this type.\\\",\\\"Enable translation for content types, taxonomy vocabularies, accounts, or any other element you wish to translate.\\\":\\\"Enable translation for content types, taxonomy vocabularies, accounts, or any other element you wish to translate.\\\",\\\"The Contextual links module gives users with the Use contextual links 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 online documentation for the Contextual Links module.\\\":\\\"The Contextual links module gives users with the Use contextual links 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 online documentation for the Contextual Links module.\\\",\\\"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 Toolbar module 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 Toolbar module 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 datetime and datelist for use in programming modules. See the Field module help and the Field UI module help pages for general information on fields and how to create and manage them. For more information, see the online documentation for the Datetime module.\\\":\\\"The Datetime module provides a Date field that stores dates and times. It also provides the Form API elements datetime and datelist for use in programming modules. See the Field module help and the Field UI module help pages for general information on fields and how to create and manage them. For more information, see the online documentation for the Datetime module.\\\",\\\"The settings and the display of the Date field can be configured separately. See the Field UI help for more information on how to manage fields and their display.\\\":\\\"The settings and the display of the Date field can be configured separately. See the Field UI help for more information on how to manage fields and their display.\\\",\\\"Dates can be displayed using the Plain or the Default formatter. The Plain formatter displays the date in the ISO 8601 format. If you choose the Default formatter, you can choose a format from a predefined list that can be managed on the Date and time formats page.\\\":\\\"Dates can be displayed using the Plain or the Default formatter. The Plain formatter displays the date in the ISO 8601 format. If you choose the Default formatter, you can choose a format from a predefined list that can be managed on the Date and time formats 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 online documentation for the Database Logging module.\\\":\\\"The Database Logging module logs system events in the Drupal database. For more information, see the online documentation for the Database Logging module.\\\",\\\"The Database Logging module allows you to view an event log on the Recent log messages 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 Recent log messages 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 Recent log messages 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 Recent log messages 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 cron maintenance task.\\\":\\\"The maximum number of messages to keep in the database log. Requires a cron maintenance task.\\\",\\\"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 CKEditor module) 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 online documentation for the Text Editor module.\\\":\\\"The Text Editor module provides a framework that other modules (such as CKEditor module) 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 online documentation for the Text Editor 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 CKEditor module, which can be enabled on the Extend page, 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 CKEditor module, which can be enabled on the Extend page, 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 Text formats and editors page you can see which text editor is associated with each text format. You can change this by clicking on the Configure link, and then choosing a text editor or none from the Text editor drop-down list. The text editor will then be displayed with any text field for which this text format is chosen.\\\":\\\"On the Text formats and editors page you can see which text editor is associated with each text format. You can change this by clicking on the Configure link, and then choosing a text editor or none from the Text editor drop-down list. The text editor will then be displayed with any text field for which this text format is chosen.\\\",\\\"The settings and the display of the entity reference field can be configured separately. See the Field UI help for more information on how to manage fields and their display.\\\":\\\"The settings and the display of the entity reference field can be configured separately. See the Field UI help for more information on how to manage fields and their display.\\\",\\\"No eligible views were found. Create a view with an Entity Reference display, or add such a display to an existing view.\\\":\\\"No eligible views were found. Create a view with an Entity Reference display, or add such a display to an existing view.\\\",\\\"The Field module allows custom data fields to be defined for entity 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 Field UI module 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 online documentation for the Field module.\\\":\\\"The Field module allows custom data fields to be defined for entity 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 Field UI module 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 online documentation for the Field module.\\\",\\\"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 Extend administration page. Additional fields, formatters, and widgets may be provided by contributed modules, which you can find in the contributed module section of Drupal.org.\\\":\\\"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 Extend administration page. Additional fields, formatters, and widgets may be provided by contributed modules, which you can find in the contributed module section of Drupal.org.\\\",\\\"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 Field module help page. For more information about the Field UI, see the online documentation for the Field UI module.\\\":\\\"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 Field module help page. For more information about the Field UI, see the online documentation for the Field UI module.\\\",\\\"You can add, edit, and delete view modes for entities on the View modes page, and you can add, edit, and delete form modes for entities on the Form modes page. 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 View modes page, and you can add, edit, and delete form modes for entities on the Form modes page. 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 Entities 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 Views and Views UI modules are enabled, the Used in views 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 Entities 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 Views and Views UI modules are enabled, the Used in views 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 Manage fields page.\\\":\\\"There are no fields yet added. You can add new fields on the Manage fields page.\\\",\\\"The %display_mode mode now uses custom display settings. You might want to configure them.\\\":\\\"The %display_mode mode now uses custom display settings. You might want to configure them.\\\",\\\"@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 Field module help and the Field UI help pages for general information on fields and how to create and manage them. For more information, see the online documentation for the File module.\\\":\\\"The File module allows you to create fields that contain files. See the Field module help and the Field UI help pages for general information on fields and how to create and manage them. For more information, see the online documentation for the File module.\\\",\\\"The settings and the display of the file field can be configured separately. See the Field UI help for more information on how to manage fields and their display.\\\":\\\"The settings and the display of the file field can be configured separately. See the Field UI help for more information on how to manage fields and their display.\\\",\\\"Uploaded files can either be stored as public or private, depending on the File system settings. For more information, see the System module help page.\\\":\\\"Uploaded files can either be stored as public or private, depending on the File system settings. For more information, see the System module help page.\\\",\\\"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 Text formats page (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 \\\\\\\"Add text format\\\\\\\".\\\":\\\"You can create and edit text formats on the Text formats page (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 \\\\\\\"Add text format\\\\\\\".\\\",\\\"Use the @label text format\\\":\\\"Use the @label text format\\\",\\\"For more information see W3C's HTML Specifications or use your favorite search engine to find other sites that explain HTML.\\\":\\\"For more information see W3C's HTML Specifications 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; for an ampersand & character. For a full list of entities see HTML's entities page. Some of the available characters include:\\\":\\\"If you do encounter problems, try using HTML character entities. A common example looks like &amp; for an ampersand & character. For a full list of entities see HTML's entities 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 Forum topic. For background information on content types, see the Node module help page.\\\":\\\"The Forum module adds and uses a content type called Forum topic. For background information on content types, see the Node module help page.\\\",\\\"For more information, see the online documentation for the Forum module.\\\":\\\"For more information, see the online documentation for the Forum module.\\\",\\\"Visit the Forums page to set up containers and forums to hold your discussion topics.\\\":\\\"Visit the Forums page to set up containers and forums to hold your discussion topics.\\\",\\\"The Forum topic link on the Add content page creates the first post of a new threaded discussion, or thread.\\\":\\\"The Forum topic link on the Add content page creates the first post of a new threaded discussion, or thread.\\\",\\\"Enabling the Forum module provides a default Forums menu item in the Tools menu that links to the Forums page.\\\":\\\"Enabling the Forum module provides a default Forums menu item in the Tools menu that links to the Forums page.\\\",\\\"Adjust the display of your forum topics. Organize the forums on the forum structure page.\\\":\\\"Adjust the display of your forum topics. Organize the forums on the forum structure page.\\\",\\\"To uninstall Forum, first delete all %vocabulary terms\\\":\\\"To uninstall Forum, first delete all %vocabulary terms\\\",\\\"No containers or forums available. Add container or Add forum.\\\":\\\"No containers or forums available. Add container or Add forum.\\\",\\\"Hypertext Application Language (HAL) is a format that supports the linking required for hypermedia APIs.\\\":\\\"Hypertext Application Language (HAL) 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 online documentation for the HAL module.\\\":\\\"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 online documentation for the HAL module.\\\",\\\"Configure your website Once logged in, visit the Administration page, where you may customize and configure all aspects of your website.\\\":\\\"Configure your website Once logged in, visit the Administration page, where you may customize and configure all aspects of your website.\\\",\\\"Enable additional functionality Next, visit the Extend page and enable modules that suit your specific needs. You can find additional modules at the Drupal.org modules page.\\\":\\\"Enable additional functionality Next, visit the Extend page and enable modules that suit your specific needs. You can find additional modules at the Drupal.org modules page.\\\",\\\"Customize your website design To change the \\\\\\\"look and feel\\\\\\\" of your website, visit the Appearance page. You may choose from one of the included themes or download additional themes from the Drupal.org themes page.\\\":\\\"Customize your website design To change the \\\\\\\"look and feel\\\\\\\" of your website, visit the Appearance page. You may choose from one of the included themes or download additional themes from the Drupal.org themes page.\\\",\\\"Start posting content Finally, you may add new content to your website.\\\":\\\"Start posting content Finally, you may add new content to your website.\\\",\\\"The Help module generates Help reference pages 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 Drupal.org online documentation 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 online documentation for the Help module.\\\":\\\"The Help module generates Help reference pages 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 Drupal.org online documentation 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 online documentation for the Help module.\\\",\\\"The Help module displays explanations for using each module listed on the main Help reference page.\\\":\\\"The Help module displays explanations for using each module listed on the main Help reference page.\\\",\\\"Page-specific help text provided by modules is displayed in the Help block. This block can be placed and configured on the Block layout page.\\\":\\\"Page-specific help text provided by modules is displayed in the Help block. This block can be placed and configured on the Block layout page.\\\",\\\"The History module keeps track of which content a user has read. It marks content as new or updated 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 read. The History module does not have a user interface but it provides a filter to Views to show new or updated content. For more information, see the online documentation for the History module.\\\":\\\"The History module keeps track of which content a user has read. It marks content as new or updated 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 read. The History module does not have a user interface but it provides a filter to Views to show new or updated content. For more information, see the online documentation for the History module.\\\",\\\"image from @field_name\\\":\\\"image from @field_name\\\",\\\"The Image module allows you to create fields that contain image files and to configure Image styles that can be used to manipulate the display of images. See the Field module help and the Field UI help pages for terminology and general information on entities, fields, and how to create and manage fields. For more information, see the online documentation for the Image module.\\\":\\\"The Image module allows you to create fields that contain image files and to configure Image styles that can be used to manipulate the display of images. See the Field module help and the Field UI help pages for terminology and general information on entities, fields, and how to create and manage fields. For more information, see the online documentation for the Image module.\\\",\\\"The concept of image styles is that you can upload a single image but display it in several ways; each display variation, or image style, is the result of applying one or more effects 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 Image styles page, 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 image style, is the result of applying one or more effects 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 Image styles page, 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 File system page. 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 System module help page.\\\":\\\"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 File system page. 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 System module help page.\\\",\\\"There are currently no styles. Add a new one.\\\":\\\"There are currently no styles. Add a new one.\\\",\\\"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 Languages page by selecting Add language 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 Interface translation module is enabled, and the translation server is set as a translation source, then the interface translation for this language is automatically downloaded as well.\\\":\\\"You can add languages on the Languages page by selecting Add language 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 Interface translation module is enabled, and the translation server 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 Content language 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 Content language 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 Block layout page to allow users to switch between languages.\\\":\\\"If the Block module is enabled, then you can add a language switcher block on the Block layout 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 Block layout 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 Block layout page.\\\",\\\"The Detection and selection 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 Detection and selection 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.\\\",\\\"Browser 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 language codes used on your site.\\\":\\\"Browser 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 language codes 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 detection and selection.\\\":\\\"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 detection and selection.\\\",\\\"The site default language can also be set. It is not recommended to change the default language on a working site. Configure the Selected language 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. Configure the Selected language 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 list of languages.\\\":\\\"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 list of languages.\\\",\\\"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 site languages.\\\":\\\"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 site languages.\\\",\\\"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). Changing the site's default language 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). Changing the site's default language itself might have other undesired side effects.\\\",\\\"Explanation of the language options is found on the languages list page.\\\":\\\"Explanation of the language options is found on the languages list page.\\\",\\\"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 block administration page.\\\":\\\"Use one of the language switcher blocks to allow site visitors to switch between languages. You can enable these blocks on the block administration page.\\\",\\\"Use language codes as defined by the W3C for interoperability. Examples: \\\\\\\"en\\\\\\\", \\\\\\\"en-gb\\\\\\\" and \\\\\\\"zh-hant\\\\\\\".\\\":\\\"Use language codes as defined by the W3C for interoperability. Examples: \\\\\\\"en\\\\\\\", \\\\\\\"en-gb\\\\\\\" and \\\\\\\"zh-hant\\\\\\\".\\\",\\\"%field must be a valid language tag as defined by the W3C.\\\":\\\"%field must be a valid language tag as defined by the W3C.\\\",\\\"The prefix may only be left blank for the selected detection fallback language.\\\":\\\"The prefix may only be left blank for the selected detection fallback language.\\\",\\\"The Link module allows you to create fields that contain internal or external URLs and optional link text. See the Field module help and the Field UI help pages for general information on fields and how to create and manage them. For more information, see the online documentation for the Link module.\\\":\\\"The Link module allows you to create fields that contain internal or external URLs and optional link text. See the Field module help and the Field UI help pages for general information on fields and how to create and manage them. For more information, see the online documentation for the Link module.\\\",\\\"The settings and the display of the link field can be configured separately. See the Field UI help for more information on how to manage fields and their display.\\\":\\\"The settings and the display of the link field can be configured separately. See the Field UI help for more information on how to manage fields and their display.\\\",\\\"One translation file could not be checked. See the log for details.\\\\u0003@count translation files could not be checked. See the log for details.\\\":\\\"One translation file could not be checked. See the log for details.\\\\u0003@count translation files could not be checked. See the log for details.\\\",\\\"@message (@percent%).\\\":\\\"@message (@percent%).\\\",\\\"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.\\\",\\\"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.\\\",\\\"The Interface Translation module allows you to translate interface text (strings) into different languages, and to switch between them for the display of interface text. It uses the functionality provided by the Language module. For more information, see the online documentation for the Interface Translation module.\\\":\\\"The Interface Translation module allows you to translate interface text (strings) into different languages, and to switch between them for the display of interface text. It uses the functionality provided by the Language module. For more information, see the online documentation for the Interface Translation module.\\\",\\\"Translation files with translated interface text are imported automatically when languages are added on the Languages page, or when modules or themes are enabled. On the Interface translation settings page, the Translation source can be restricted to local files only, or to include the Drupal translation server. 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 Interface translation settings page. You can also manually import a translation file on the Interface translation import page.\\\":\\\"Translation files with translated interface text are imported automatically when languages are added on the Languages page, or when modules or themes are enabled. On the Interface translation settings page, the Translation source can be restricted to local files only, or to include the Drupal translation server. 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 Interface translation settings page. You can also manually import a translation file on the Interface translation import page.\\\",\\\"You can check how much of the interface on your site is translated into which language on the Languages page. On the Available translation updates page, you can check whether interface translation updates are available on the Drupal translation server.\\\":\\\"You can check how much of the interface on your site is translated into which language on the Languages page. On the Available translation updates page, you can check whether interface translation updates are available on the Drupal translation server.\\\",\\\"You can translate individual strings directly on the User interface translation page, or download the currently-used translation file for a specific language on the Interface translation export page. Once you have edited the translation file, you can then import it again on the Interface translation import page.\\\":\\\"You can translate individual strings directly on the User interface translation page, or download the currently-used translation file for a specific language on the Interface translation export page. Once you have edited the translation file, you can then import it again on the Interface translation import page.\\\",\\\"Interface translations are automatically imported when a language is added, or when new modules or themes are enabled. The report Available translation updates shows the status. Interface text can be customized in the user interface translation page.\\\":\\\"Interface translations are automatically imported when a language is added, or when new modules or themes are enabled. The report Available translation updates shows the status. Interface text can be customized in the user interface translation 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 export 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 export 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 languages are added, or when modules or themes are enabled.\\\":\\\"Translation files are automatically downloaded and imported when languages 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 Drupal translation server or export 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 Drupal translation server or export 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 Available translation updates page for more information.\\\":\\\"Updates available for: @languages. See the Available translation updates page for more information.\\\",\\\"Missing translations for: @languages. See the Available translation updates page for more information.\\\":\\\"Missing translations for: @languages. See the Available translation updates page for more information.\\\",\\\"No translation status is available. See the Available translation updates page for more information.\\\":\\\"No translation status is available. See the Available translation updates 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. Check updates now.\\\":\\\"Select how frequently you want to check for new interface translations for your currently installed modules and themes. Check updates now.\\\",\\\"Translation files are stored locally in the %path directory. You can change this directory on the File system configuration page.\\\":\\\"Translation files are stored locally in the %path directory. You can change this directory on the File system configuration page.\\\",\\\"Translation files will not be stored locally. Change the Interface translation directory on the File system configuration page.\\\":\\\"Translation files will not be stored locally. Change the Interface translation directory on the File system configuration page.\\\",\\\"You have selected local translation source, but no Interface translation directory was configured.\\\":\\\"You have selected local translation source, but no Interface translation directory was configured.\\\",\\\"No translatable languages available. Add a language first.\\\":\\\"No translatable languages available. Add a language first.\\\",\\\"No translation status available. Check manually.\\\":\\\"No translation status available. Check manually.\\\",\\\"It is required by the Menu UI module, which provides an interface for managing menus and menu links. For more information, see the Menu UI module help page and the online documentation for the Custom Menu Links module.\\\":\\\"It is required by the Menu UI module, which provides an interface for managing menus and menu links. For more information, see the Menu UI module help page and the online documentation for the Custom Menu Links module.\\\",\\\"For more information, see the online documentation for the Custom Menu Links module. If you enable the Menu UI module, it provides an interface for managing menus and menu links.\\\":\\\"For more information, see the online documentation for the Custom Menu Links module. 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 online documentation for the Menu UI module.\\\":\\\"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 online documentation for the Menu UI module.\\\",\\\"Users with the Administer menus and menu items permission can add, edit, and delete custom menus on the Menus page. 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 Block module installed). By selecting Edit menu, 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 Administer menus and menu items permission can add, edit, and delete custom menus on the Menus page. 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 Block module installed). By selecting Edit menu, 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 Block layout page. In some themes, the main menu and possibly the secondary menu will be output automatically; you may be able to disable this behavior on the theme's settings page.\\\":\\\"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 Block layout page. In some themes, the main menu and possibly the secondary menu will be output automatically; you may be able to disable this behavior on the theme's settings page.\\\",\\\"You can enable the newly-created block for this menu on the Block layout page.\\\":\\\"You can enable the newly-created block for this menu on the Block layout page.\\\",\\\"Each menu has a corresponding block that is managed on the Block layout page.\\\":\\\"Each menu has a corresponding block that is managed on the Block layout page.\\\",\\\"There are no menu links yet. Add link.\\\":\\\"There are no menu links yet. Add link.\\\",\\\"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 online documentation for the Migrate module.\\\":\\\"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 online documentation for the Migrate module.\\\",\\\"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 Migrate module 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 online documentation for the Migrate Drupal module.\\\":\\\"The Migrate Drupal module provides a framework based on the Migrate module 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 online documentation for the Migrate Drupal module.\\\",\\\"The content access permissions need to be rebuilt. Rebuild permissions.\\\":\\\"The content access permissions need to be rebuilt. Rebuild permissions.\\\",\\\"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 Field module). For more information, see the online documentation for the Node module.\\\":\\\"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 Field module). For more information, see the online documentation for the Node module.\\\",\\\"When new content is created, the Node module records basic information about the content, including the author, date of creation, and the Content type. It also manages the publishing options, 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 type of content 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 Content type. It also manages the publishing options, 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 type of content on your site.\\\",\\\"The Node module gives users with the Administer content types permission the ability to create new content types in addition to the default ones already configured. Creating custom content types gives you the flexibility to add fields and configure default settings that suit the differing needs of various site content.\\\":\\\"The Node module gives users with the Administer content types permission the ability to create new content types in addition to the default ones already configured. Creating custom content types gives you the flexibility to add fields and configure default settings that suit the differing needs of various site content.\\\",\\\"The Content page lists your content, allowing you add new content, filter, edit or delete existing content, or perform bulk operations on existing content.\\\":\\\"The Content 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 permissions page.\\\":\\\"The Node module makes a number of permissions available for each content type, which can be set by role on the permissions page.\\\",\\\"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. Rebuild permissions\\\":\\\"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. Rebuild permissions\\\",\\\"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 Add new content page.\\\":\\\"This text will be displayed on the Add new content page.\\\",\\\"No content types available. Add content type.\\\":\\\"No content types available. Add content type.\\\",\\\"Node from URL\\\":\\\"Node from URL\\\",\\\"The settings and the display of the list fields can be configured separately. See the Field UI help for more information on how to manage fields and their display.\\\":\\\"The settings and the display of the list fields can be configured separately. See the Field UI help 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 online documentation for the Internal Page Cache module.\\\":\\\"The Internal Page Cache module caches pages for anonymous users in the database. For more information, see the online documentation for the Internal Page Cache module.\\\",\\\"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 Dynamic Page Cache module.\\\":\\\"To speed up your site for authenticated users, see the Dynamic Page Cache module.\\\",\\\"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 Pathauto. For more information, see the online documentation for the Path module.\\\":\\\"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 Pathauto. For more information, see the online documentation for the Path module.\\\",\\\"If you create or edit a taxonomy term you can add an alias (for example music/jazz) in the field \\\\\\\"URL alias\\\\\\\". When creating or editing content you can add an alias (for example about-us/team) under the section \\\\\\\"URL path settings\\\\\\\" in the field \\\\\\\"URL alias\\\\\\\". Aliases for any other path can be added through the page URL aliases. To add aliases a user needs the permission Create and edit URL aliases.\\\":\\\"If you create or edit a taxonomy term you can add an alias (for example music/jazz) in the field \\\\\\\"URL alias\\\\\\\". When creating or editing content you can add an alias (for example about-us/team) under the section \\\\\\\"URL path settings\\\\\\\" in the field \\\\\\\"URL alias\\\\\\\". Aliases for any other path can be added through the page URL aliases. To add aliases a user needs the permission Create and edit URL aliases.\\\",\\\"The Path module provides a way to search and view a list of all aliases 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 list of all aliases that are in use on your website. Aliases can be added, edited and deleted through this list.\\\",\\\"No URL aliases available. Add URL alias.\\\":\\\"No URL aliases available. Add URL alias.\\\",\\\"The internal system path.\\\":\\\"The internal system path.\\\",\\\"The path alias.\\\":\\\"The path alias.\\\",\\\"The Quick Edit module allows users with the Access in-place editing and Use contextual links permissions to edit field content without visiting a separate page. For more information, see the online documentation for the Quick Edit module.\\\":\\\"The Quick Edit module allows users with the Access in-place editing and Use contextual links permissions to edit field content without visiting a separate page. For more information, see the online documentation for the Quick Edit module.\\\",\\\"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 Contextual Links module help 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 Contextual Links module help 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 RDFa specification, 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 online documentation for the RDF module.\\\":\\\"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 RDFa specification, 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 online documentation for the RDF module.\\\",\\\"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 online documentation for the Responsive Image module.\\\":\\\"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 online documentation for the Responsive Image module.\\\",\\\"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 Responsive image styles page, click Add responsive image style 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 Responsive image styles page, click Add responsive image style 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 viewport sizing. Multiple breakpoints are used for changing the crop or aspect ratio of images at different viewport sizes, which is often referred to as art direction. Once you select a breakpoint group, you can choose which breakpoints to use for the responsive image style. By default, the option do not use this breakpoint is selected for each breakpoint. See the help page of the Breakpoint module for more information.\\\":\\\"The breakpoint group typically only needs a single breakpoint with an empty media query in order to do viewport sizing. Multiple breakpoints are used for changing the crop or aspect ratio of images at different viewport sizes, which is often referred to as art direction. Once you select a breakpoint group, you can choose which breakpoints to use for the responsive image style. By default, the option do not use this breakpoint is selected for each breakpoint. See the help page of the Breakpoint module 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 Image styles page that is provided by the Image module.\\\":\\\"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 Image styles page that is provided by the Image module.\\\",\\\"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 Responsive image, 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 Field UI module help page. For background information about entities and fields see the Field module help page.\\\":\\\"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 Responsive image, 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 Field UI module help page. For background information about entities and fields see the Field module help page.\\\",\\\"See the Responsive Image help page for information on the sizes attribute.\\\":\\\"See the Responsive Image help page 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 HAL for serialization and HTTP Basic Authentication 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 HAL for serialization and HTTP Basic Authentication 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 online documentation for the Search 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 online documentation for the Search module.\\\",\\\"To configure search pages, visit the Search pages page. 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 search, and each will appear as a tab or local task link on the search page; 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 Search pages page. 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 search, and each will appear as a tab or local task link on the search page; 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 cron runs, so it requires a cron maintenance task to be set up. There are also several settings affecting indexing that can be configured on the Search pages page: 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 cron runs, so it requires a cron maintenance task to be set up. There are also several settings affecting indexing that can be configured on the Search pages page: 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 Search pages page. 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 Search pages page. 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 Block layout page, 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 Use search 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 Block layout page, 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 Use search permission, and it performs a search using the configured default search page.\\\",\\\"Users with Use search permission can use the Search block and Search page. Users with the View published content permission can use configured search pages of type Content to search for content containing exact keywords; in addition, users with Use advanced search permission can use more complex search filtering. Users with the View user information permission can use configured search pages of type Users to search for active users containing the keyword anywhere in the username, and users with the Administer users permission can search for active and blocked users, by email address or username keyword.\\\":\\\"Users with Use search permission can use the Search block and Search page. Users with the View published content permission can use configured search pages of type Content to search for content containing exact keywords; in addition, users with Use advanced search permission can use more complex search filtering. Users with the View user information permission can use configured search pages of type Users to search for active users containing the keyword anywhere in the username, and users with the Administer users 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 Porter Stemmer 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 Apache Solr or Sphinx. There are also contributed modules that provide additional search pages. These and other search-related contributed modules 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 Porter Stemmer 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 Apache Solr or Sphinx. There are also contributed modules that provide additional search pages. These and other search-related contributed modules 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 REST.\\\":\\\"This module does not have a user interface. It is used by other modules which need to serialize data, such as REST.\\\",\\\"For more information, see the online documentation for the Serialization module.\\\":\\\"For more information, see the online documentation for the Serialization module.\\\",\\\"The Shortcut module allows users to create sets of shortcut links to commonly-visited pages of the site. Shortcuts are contained within sets. Each user with Select any shortcut set permission can select a shortcut set created by anyone at the site. For more information, see the online documentation for the Shortcut module.\\\":\\\"The Shortcut module allows users to create sets of shortcut links to commonly-visited pages of the site. Shortcuts are contained within sets. Each user with Select any shortcut set permission can select a shortcut set created by anyone at the site. For more information, see the online documentation for the Shortcut module.\\\",\\\"Users with the Administer shortcuts permission can manage shortcut sets and edit the shortcuts within sets from the Shortcuts administration page.\\\":\\\"Users with the Administer shortcuts permission can manage shortcut sets and edit the shortcuts within sets from the Shortcuts administration page.\\\",\\\"You can display your shortcuts by enabling the Shortcuts block on the Blocks administration page. Certain administrative modules also display your shortcuts; for example, the core Toolbar module provides a corresponding menu item.\\\":\\\"You can display your shortcuts by enabling the Shortcuts block on the Blocks administration page. Certain administrative modules also display your shortcuts; for example, the core Toolbar module provides a corresponding menu item.\\\",\\\"Define which shortcut set you are using on the Shortcuts tab of your account page.\\\":\\\"Define which shortcut set you are using on the Shortcuts tab of your account page.\\\",\\\"No shortcuts available. Add a shortcut\\\":\\\"No shortcuts available. Add a shortcut\\\",\\\"You are now using the new %set_name shortcut set. You can edit it from this page or switch back to a different one.\\\":\\\"You are now using the new %set_name shortcut set. You can edit it from this page or switch back to a different one.\\\",\\\"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 online documentation for the Testing module.\\\":\\\"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 online documentation for the Testing module.\\\",\\\"Visit the Testing page to display a list of available tests. For comprehensive testing, select all tests, or individually select tests for more targeted testing. Note that it might take several minutes for all tests to complete.\\\":\\\"Visit the Testing page to display a list of available tests. For comprehensive testing, select all 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. Follow these steps to continue.\\\":\\\"The testing framework requires the PHP memory limit to be at least %memory_minimum_limit. The current value is %memory_limit. Follow these steps to continue.\\\",\\\"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 online documentation for the Statistics module.\\\":\\\"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 online documentation for the Statistics module.\\\",\\\"The module includes a Popular content block that displays the most viewed pages today and for all time, and the last content viewed. To use the block, enable Count content views on the Statistics page, and then you can enable and configure the block on the Block layout page.\\\":\\\"The module includes a Popular content block that displays the most viewed pages today and for all time, and the last content viewed. To use the block, enable Count content views on the Statistics page, and then you can enable and configure the block on the Block layout page.\\\",\\\"The Statistics module includes a counter for each page that increases whenever the page is viewed. To use the counter, enable Count content views on the Statistics page, and set the necessary permissions (View content hits) 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 Count content views on the Statistics page, and set the necessary permissions (View content hits) 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 online documentation for the System module.\\\":\\\"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 online documentation for the System module.\\\",\\\"Users with appropriate permission can install and uninstall modules from the Extend page. 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 Drupal.org module page. 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 Extend page. 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 Drupal.org module page. 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 Appearance page. 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 Drupal.org theme page.\\\":\\\"Users with appropriate permission can install and uninstall themes on the Appearance page. 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 Drupal.org theme page.\\\",\\\"When you are performing site maintenance, you can prevent non-administrative users (including anonymous visitors) from viewing your site by putting it in Maintenance mode. 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 Maintenance mode. 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 Performance page, 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 Internal Page Cache module should be installed so that pages are efficiently cached and reused for anonymous users. Finally, for websites of all sizes, the Dynamic Page Cache module should also be installed so that the non-personalized parts of pages are efficiently cached (for all users).\\\":\\\"On the Performance page, 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 Internal Page Cache module should be installed so that pages are efficiently cached and reused for anonymous users. Finally, for websites of all sizes, the Dynamic Page Cache module 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 public 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 private 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 temporary file directory is used internally by your site code for various operations, and is configured on the File system settings 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 public 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 private 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 temporary file directory is used internally by your site code for various operations, and is configured on the File system settings 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 Image toolkit page, 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 Image toolkit page, 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 themes are available.\\\":\\\"Set and configure the default theme for your website. Alternative themes are available.\\\",\\\"You can place blocks for each theme on the block layout page.\\\":\\\"You can place blocks for each theme on the block layout page.\\\",\\\"Download additional contributed modules to extend your site's functionality.\\\":\\\"Download additional contributed modules to extend your site's functionality.\\\",\\\"Regularly review available updates to maintain a secure and current site. Always run the update script each time a module is updated. Enable the Update Manager module to update and install modules and themes.\\\":\\\"Regularly review available updates to maintain a secure and current site. Always run the update script each time a module is updated. Enable the Update Manager module 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 system requirements.\\\":\\\"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 system requirements.\\\",\\\"Configure your account time zone setting.\\\":\\\"Configure your account time zone setting.\\\",\\\"The minimum version of Apache needed to run Drupal without mod_rewrite enabled is 2.2.16. See the enabling clean URLs 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 enabling clean URLs 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. Enable clean URLs\\\":\\\"Your server is capable of using clean URLs, but it is not enabled. Using clean URLs gives an improved user experience and is recommended. Enable clean URLs\\\",\\\"@phpversion (more information)\\\":\\\"@phpversion (more information)\\\",\\\"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, Enabling and disabling phpinfo() 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, Enabling and disabling phpinfo() handbook page.\\\",\\\"Drupal requires you to enable the PHP extensions in the following list (see the system requirements page for more information):\\\":\\\"Drupal requires you to enable the PHP extensions in the following list (see the system requirements page 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 system requirements 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 system requirements 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 Drupal supports.\\\":\\\"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 Drupal supports.\\\",\\\"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 system requirements 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 system requirements page for more information.\\\",\\\"For more information, see the online handbook entry for increasing the PHP memory limit.\\\":\\\"For more information, see the online handbook entry for increasing the PHP memory limit.\\\",\\\"See @url for information about the recommended .htaccess file which should be added to the %directory directory to help protect against arbitrary code execution.\\\":\\\"See @url 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 configuring cron jobs.\\\":\\\"For more information, see the online handbook entry for configuring cron jobs.\\\",\\\"You may need to set the correct directory at the file system settings page or change the current directory's permissions so that it is writable.\\\":\\\"You may need to set the correct directory at the file system settings page 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 online handbook.\\\":\\\"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 online handbook.\\\",\\\"Some modules have database schema updates to install. You should run the database update script immediately.\\\":\\\"Some modules have database schema updates to install. You should run the database update script immediately.\\\",\\\"Update notifications are not enabled. It is highly recommended that you enable the Update Manager module from the module administration page in order to stay up-to-date on new releases. For more information, Update status handbook page.\\\":\\\"Update notifications are not enabled. It is highly recommended that you enable the Update Manager module from the module administration page in order to stay up-to-date on new releases. For more information, Update status handbook page.\\\",\\\"The trusted_host_patterns setting is not configured in settings.php. This can lead to security vulnerabilities. It is highly recommended that you configure this. See Protecting against HTTP HOST Header attacks for more information.\\\":\\\"The trusted_host_patterns setting is not configured in settings.php. This can lead to security vulnerabilities. It is highly recommended that you configure this. See Protecting against HTTP HOST Header attacks 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 maintenance mode.\\\":\\\"Put your site into maintenance mode.\\\",\\\"All errors have been logged.\\\":\\\"All errors have been logged.\\\",\\\"Updates were attempted. If you see no failures below, you may proceed happily back to your site. 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 site. Otherwise, you may need to update your database manually.\\\",\\\"One or more problems were detected with your Drupal installation. Check the status report for more information.\\\":\\\"One or more problems were detected with your Drupal installation. Check the status report 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 Enabling and disabling phpinfo() handbook page.\\\":\\\"The phpinfo() function has been disabled for security reasons. For more information, visit Enabling and disabling phpinfo() 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.\\\",\\\"Set up the public files directory to make these optimizations available.\\\":\\\"Set up the public files directory to make these optimizations available.\\\",\\\"Defined on the Appearance Settings or Theme Settings page.\\\":\\\"Defined on the Appearance Settings or Theme Settings page.\\\",\\\"Defined on the Site Information page.\\\":\\\"Defined on the Site Information page.\\\",\\\"Powered by Drupal\\\":\\\"Powered by Drupal\\\",\\\"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 Administer vocabularies and terms permission can add vocabularies that contain a set of related terms. 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 Administer vocabularies and terms permission can add vocabularies that contain a set of related terms. 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 online documentation for the Taxonomy module.\\\":\\\"For more information, see the online documentation for the Taxonomy module.\\\",\\\"Users who have the Administer vocabularies and terms permission can add and edit vocabularies from the Taxonomy administration page. Vocabularies can be deleted from their Edit vocabulary page. Users with the Taxonomy term: Administer fields permission may add additional fields for terms in that vocabulary using the Field UI module.\\\":\\\"Users who have the Administer vocabularies and terms permission can add and edit vocabularies from the Taxonomy administration page. Vocabularies can be deleted from their Edit vocabulary page. Users with the Taxonomy term: Administer fields permission may add additional fields for terms in that vocabulary using the Field UI module.\\\",\\\"Users who have the Administer vocabularies and terms permission or the Edit terms 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 Taxonomy administration page and clicking List terms in the Operations column. Users must have the Administer vocabularies and terms permission or the Delete terms permission for a particular vocabulary to delete terms.\\\":\\\"Users who have the Administer vocabularies and terms permission or the Edit terms 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 Taxonomy administration page and clicking List terms in the Operations column. Users must have the Administer vocabularies and terms permission or the Delete terms permission for a particular vocabulary to delete terms.\\\",\\\"A user with the Administer fields permission for a certain entity type may add Taxonomy term reference fields to the entity type, which will allow entities to be classified using taxonomy terms. See the Entity Reference help for more information about reference fields. See the Field module help and the Field UI help pages for general information on fields and how to create and manage them.\\\":\\\"A user with the Administer fields permission for a certain entity type may add Taxonomy term reference fields to the entity type, which will allow entities to be classified using taxonomy terms. See the Entity Reference help for more information about reference fields. See the Field module help and the Field UI help pages for general information on fields and how to create and manage them.\\\",\\\"See the Entity Reference help page for the field widgets and formatters that can be configured for any reference field on the Manage display and Manage form display pages. Taxonomy additionally provides an RSS category 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 Entity Reference help page for the field widgets and formatters that can be configured for any reference field on the Manage display and Manage form display pages. Taxonomy additionally provides an RSS category 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. Add vocabulary.\\\":\\\"No vocabularies available. Add vocabulary.\\\",\\\"No terms available. Add term.\\\":\\\"No terms available. Add term.\\\",\\\"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 Field module help and the Field UI help pages for general information on fields and how to create and manage them. For more information, see the online documentation for the Telephone module.\\\":\\\"The Telephone module allows you to create fields that contain telephone numbers. See the Field module help and the Field UI help pages for general information on fields and how to create and manage them. For more information, see the online documentation for the Telephone module.\\\",\\\"The settings and the display of the telephone field can be configured separately. See the Field UI help for more information on how to manage fields and their display.\\\":\\\"The settings and the display of the telephone field can be configured separately. See the Field UI help 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 Field module help and the Field UI help pages for general information on fields and how to create and manage them. For more information, see the online documentation for the Text module.\\\":\\\"The Text module allows you to create short and long text fields with optional summaries. See the Field module help and the Field UI help pages for general information on fields and how to create and manage them. For more information, see the online documentation for the Text module.\\\",\\\"The settings and display of the text field can be configured separately. See the Field UI help for more information on how to manage fields and their display.\\\":\\\"The settings and display of the text field can be configured separately. See the Field UI help for more information on how to manage fields and their display.\\\",\\\"If you choose Text (plain) or Text (plain, long) you restrict the input to Plain text only. If you choose Text (formatted), Text (formatted, long), or Text (formatted, long with summary) you allow users to write formatted text. Which options are available to individual users depends on the settings on the Text formats and editors page.\\\":\\\"If you choose Text (plain) or Text (plain, long) you restrict the input to Plain text only. If you choose Text (formatted), Text (formatted, long), or Text (formatted, long with summary) you allow users to write formatted text. Which options are available to individual users depends on the settings on the Text formats and editors page.\\\",\\\"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 online documentation for the Toolbar module.\\\":\\\"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 online documentation for the Toolbar module.\\\",\\\"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 online documentation for the Tour module.\\\":\\\"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 online documentation for the Tour module.\\\",\\\"Tours can be written as YAML-documents with a text editor, or using the contributed Tour UI module. For more information, see the online documentation for writing tours.\\\":\\\"Tours can be written as YAML-documents with a text editor, or using the contributed Tour UI module. For more information, see the online documentation for writing tours.\\\",\\\"@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 online documentation for the Activity Tracker module.\\\":\\\"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 online documentation for the Activity Tracker module.\\\",\\\"The Recent content 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 My recent content tab limits the list to the currently logged-in user.\\\":\\\"The Recent content 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 My recent content 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 Extend page; if you do so, functionality that depends on the Update Manager system will not work. For more information, see the online documentation for the Update Manager module.\\\":\\\"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 Extend page; if you do so, functionality that depends on the Update Manager system will not work. For more information, see the online documentation for the Update Manager module.\\\",\\\"The Available updates report 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 Update Manager settings page.\\\":\\\"The Available updates report 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 Update Manager settings page.\\\",\\\"The Update Manager module allows administrators to perform updates directly from the Update page. 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 Extend page and the Appearance page.\\\":\\\"The Update Manager module allows administrators to perform updates directly from the Update page. 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 Extend page and the Appearance page.\\\",\\\"You can also install new modules and themes in the same fashion, through the Install page, or by clicking the Install new module/theme links at the top of the Extend page and the Appearance page. 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 Install page, or by clicking the Install new module/theme links at the top of the Extend page and the Appearance page. 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 available updates to maintain a secure and current site. Always run the update script each time a module is updated.\\\":\\\"Regularly review and install available updates to maintain a secure and current site. Always run the update script each time a module is updated.\\\",\\\"Regularly review available updates to maintain a secure and current site. Always run the update script each time a module is updated.\\\":\\\"Regularly review available updates to maintain a secure and current site. Always run the update script each time a module is updated.\\\",\\\"No update information available. Run cron or check manually.\\\":\\\"No update information available. Run cron or check manually.\\\",\\\"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 available updates for Drupal.\\\":\\\"There was a problem checking available updates for Drupal.\\\",\\\"There was a problem checking available updates for your modules or themes.\\\":\\\"There was a problem checking available updates for your modules or themes.\\\",\\\"Automatic updating of Drupal core is not supported. See the upgrade guide for information on how to update Drupal core manually.\\\":\\\"Automatic updating of Drupal core is not supported. See the upgrade guide 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 available updates page for more information and to install your missing updates.\\\":\\\"See the available updates page for more information and to install your missing updates.\\\",\\\"See the available updates page for more information.\\\":\\\"See the available updates 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 status report 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 status report page, and will also display an error message on administration pages if there is a security update.\\\",\\\"You can find modules and themes on drupal.org. The following file extensions are supported: %extensions.\\\":\\\"You can find modules and themes on drupal.org. The following file extensions are supported: %extensions.\\\",\\\"Back up your database and site before you continue. Learn how.\\\":\\\"Back up your database and site before you continue. Learn how.\\\",\\\"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 online documentation for the User module.\\\":\\\"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 online documentation for the User module.\\\",\\\"Through the People administration page 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 People administration page 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.\\\",\\\"Roles are used to group and classify users; each user can be assigned one or more roles. Typically there are two pre-defined roles: Anonymous user (users that are not logged in), and Authenticated user (users that are registered and logged in). Depending on how your site was set up, an Administrator 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 Roles administration page.\\\":\\\"Roles are used to group and classify users; each user can be assigned one or more roles. Typically there are two pre-defined roles: Anonymous user (users that are not logged in), and Authenticated user (users that are registered and logged in). Depending on how your site was set up, an Administrator 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 Roles administration page.\\\",\\\"After creating roles, you can set permissions for each role on the Permissions page. 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 Permissions page. 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 Account settings page 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 Account settings page 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 Account settings page. 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 Field module help page.\\\":\\\"Because User accounts are an entity type, you can extend them by adding fields through the Manage fields tab on the Account settings page. 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 Field module help page.\\\",\\\"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 Roles 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 Account settings 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 Roles 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 Account settings 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 Permissions page. 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 Permissions page. 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. Reset your password.\\\":\\\"Required if you want to change the %mail or %pass below. Reset your password.\\\",\\\"Users with the %select-cancel-method or %administer-users permissions can override this default method.\\\":\\\"Users with the %select-cancel-method or %administer-users permissions can override this default method.\\\",\\\"Created a new user account for %name. No email has been sent.\\\":\\\"Created a new user account for %name. No email has been sent.\\\",\\\"The new user %name was created without an email address, so no welcome message was sent.\\\":\\\"The new user %name 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 %name.\\\":\\\"A welcome message with further instructions has been emailed to the new user %name.\\\",\\\"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 online documentation for the Views module.\\\":\\\"For more information, see the online documentation for the Views module.\\\",\\\"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 Views UI module help page 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 Views UI module help page for more information.\\\",\\\"Contributed projects that support the Views module can be found in the online documentation for Views-related contributed modules.\\\":\\\"Contributed projects that support the Views module can be found in the online documentation for Views-related contributed modules.\\\",\\\"Changing the title here means it cannot be dynamically altered anymore. (Try changing it directly in @name.)\\\":\\\"Changing the title here means it cannot be dynamically altered anymore. (Try changing it directly in @name.)\\\",\\\"This link is provided by the Views module. The path can be changed by editing the view @label\\\":\\\"This link is provided by the Views module. The path can be changed by editing the view @label\\\",\\\"@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 Twig. 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 Twig. 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 Views module. For more information, see the online documentation for the Views UI module.\\\":\\\"The Views UI module provides an interface for managing views for the Views module. For more information, see the online documentation for the Views UI module.\\\",\\\"Views can be enabled or disabled from the Views list page. 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 Views list page. 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 Configuration Manager module.\\\":\\\"Views can be exported and imported as configuration files by using the Configuration Manager module.\\\",\\\"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 break this lock.\\\":\\\"This view is being edited by user @user, and is therefore locked from editing by others. This lock is @age old. Click here to break this lock.\\\",\\\"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 online documentation for the Automated Cron module.\\\":\\\"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 online documentation for the Automated Cron module.\\\",\\\"Configuring Automated Cron\\\":\\\"Configuring Automated Cron\\\",\\\"On the Cron page, you can set the frequency (time interval) for running cron jobs.\\\":\\\"On the Cron page, 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 Place block on the Block layout page. Once a block is placed, it can be moved to a different region by drag-and-drop or by using the Region drop-down list, and then clicking Save blocks.\\\":\\\"You can place a new block in a region by selecting Place block on the Block layout page. Once a block is placed, it can be moved to a different region by drag-and-drop or by using the Region drop-down list, and then clicking Save blocks.\\\",\\\"Block placement is specific to each theme on your site. Changes will not be saved until you click Save blocks at the bottom of the page.\\\":\\\"Block placement is specific to each theme on your site. Changes will not be saved until you click Save blocks at the bottom of the page.\\\",\\\"Adding comment types\\\":\\\"Adding comment types\\\",\\\"Additional comment types can be created per entity sub-type and added on the Comment types page. If there are multiple comment types available you can select the appropriate one after adding a Comments field.\\\":\\\"Additional comment types can be created per entity sub-type and added on the Comment types page. If there are multiple comment types available you can select the appropriate one after adding a Comments field.\\\",\\\"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 online documentation for the Internal Dynamic Page Cache module.\\\":\\\"The Internal Dynamic Page Cache module caches pages for all users in the database, handling dynamic content correctly. For more information, see the online documentation for the Internal Dynamic Page Cache module.\\\",\\\"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.\\\",\\\"Entity Reference 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 the online documentation for the Entity Reference module.\\\":\\\"Entity Reference 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 the online documentation for the Entity Reference module.\\\",\\\"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 processed and displayed 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 Text Editor module. For more information, see the online documentation for the Filter module.\\\":\\\"The Filter module allows administrators to configure text formats. Text formats change how HTML tags and other text will be processed and displayed 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 Text Editor module. For more information, see the online documentation for the Filter module.\\\",\\\"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. Improper text format configuration is a security risk.\\\":\\\"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. Improper text format configuration is a security risk.\\\",\\\"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 stored 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 stored 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. Improper text format configuration is a security risk. Learn more on the Filter module help page.\\\":\\\"Text formats define how text is filtered for output and how HTML tags and other text is displayed, replaced, or removed. Improper text format configuration is a security risk. Learn more on the Filter module help page.\\\",\\\"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 lang and dir 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 jump-*. JavaScript event attributes, JavaScript URLs, and CSS are always stripped.\\\":\\\"A list of HTML tags that can be used. By default only the lang and dir 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 jump-*. 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 override the default English interface text strings in your site with other English text strings on the User interface translation page. Translation is off by default for English, but you can turn it on by visiting the Edit language page for English from the Languages page.\\\":\\\"If translation is enabled for English, you can override the default English interface text strings in your site with other English text strings on the User interface translation page. Translation is off by default for English, but you can turn it on by visiting the Edit language page for English from the Languages 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.\\\",\\\"Log in for anonymous users\\\":\\\"Log in 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 cron maintenance task is required.\\\":\\\"Only items in the index will appear in search results. To build and maintain the index, a correctly configured cron maintenance task is required.\\\",\\\"The maximum number of items indexed in each run of the cron maintenance task. 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 cron maintenance task. 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 Status report 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 Status report 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 cron tasks. On the Cron page, you can configure cron to run periodically as part of server responses by installing the Automated Cron 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 Status report page. For more information, see the online documentation for configuring cron jobs.\\\":\\\"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 cron tasks. On the Cron page, you can configure cron to run periodically as part of server responses by installing the Automated Cron 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 Status report page. For more information, see the online documentation for configuring cron jobs.\\\",\\\"Enable the Automated Cron module to allow cron execution at the end of a server response.\\\":\\\"Enable the Automated Cron 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 the @module module\\\":\\\"Configure the @module module\\\",\\\"Machine name: @machine-name\\\":\\\"Machine name: @machine-name\\\",\\\"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 request a new password.\\\\u0003There have been more than @count failed login attempts for this account. It is temporarily blocked. Try again later or request a new password.\\\":\\\"There has been more than one failed login attempt for this account. It is temporarily blocked. Try again later or request a new password.\\\\u0003There have been more than @count failed login attempts for this account. It is temporarily blocked. Try again later or request a new password.\\\",\\\"%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 installation handbook, or contact your hosting provider.\\\":\\\"Resolve all issues below to continue the installation. For help configuring your database server, see the installation handbook, 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\\\",\\\"

This page provides the ability to add common languages to your site.

If the desired language is not available, you can add a custom language.

\\\":\\\"

This page provides the ability to add common languages to your site.

If the desired language is not available, you can add a custom language.

\\\",\\\"

Choose a language from the list, or choose \\\\\\\"Custom language...\\\\\\\" at the end of the list.

Click the \\\\\\\"Add language\\\\\\\" button when you are done choosing your language.

When adding a custom language, you will get an additional form where you can provide the name, code, and direction of the language.

\\\":\\\"

Choose a language from the list, or choose \\\\\\\"Custom language...\\\\\\\" at the end of the list.

Click the \\\\\\\"Add language\\\\\\\" button when you are done choosing your language.

When adding a custom language, you will get an additional form where you can provide the name, code, and direction of the language.

\\\",\\\"Continuing on\\\":\\\"Continuing on\\\",\\\"

This page provides the ability to edit a language on your site, including custom languages.

\\\":\\\"

This page provides the ability to edit a language on your site, including custom languages.

\\\",\\\"

You cannot change the code of a language on the site, since it is used by the system to keep track of the language.

\\\":\\\"

You cannot change the code of a language on the site, since it is used by the system to keep track of the language.

\\\",\\\"

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.

\\\":\\\"

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.

\\\",\\\"

Choose if the language is a \\\\\\\"Left to right\\\\\\\" or \\\\\\\"Right to left\\\\\\\" language.

Note that not all themes support \\\\\\\"Right to left\\\\\\\" layouts, so test your theme if you are using \\\\\\\"Right to left\\\\\\\".

\\\":\\\"

Choose if the language is a \\\\\\\"Left to right\\\\\\\" or \\\\\\\"Right to left\\\\\\\" language.

Note that not all themes support \\\\\\\"Right to left\\\\\\\" layouts, so test your theme if you are using \\\\\\\"Right to left\\\\\\\".

\\\",\\\"

The \\\\\\\"Languages\\\\\\\" page allows you to add, edit, delete, and reorder languages for the site.

\\\":\\\"

The \\\\\\\"Languages\\\\\\\" page allows you to add, edit, delete, and reorder languages for the site.

\\\",\\\"

To add more languages to your site, click the \\\\\\\"Add language\\\\\\\" button.

Added languages will be displayed in the language list and can then be edited or deleted.

\\\":\\\"

To add more languages to your site, click the \\\\\\\"Add language\\\\\\\" button.

Added languages will be displayed in the language list and can then be edited or deleted.

\\\",\\\"Reordering languages\\\":\\\"Reordering languages\\\",\\\"

To reorder the languages on your site, use the drag icons next to each language.

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.

When you are done with reordering the languages, click the \\\\\\\"Save configuration\\\\\\\" button for the changes to take effect.

\\\":\\\"

To reorder the languages on your site, use the drag icons next to each language.

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.

When you are done with reordering the languages, click the \\\\\\\"Save configuration\\\\\\\" button for the changes to take effect.

\\\",\\\"Set a language as default\\\":\\\"Set a language as default\\\",\\\"

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.

\\\":\\\"

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.

\\\",\\\"Modifying languages\\\":\\\"Modifying languages\\\",\\\"

Operations are provided for editing and deleting your languages.

You can edit the name and the direction of the language.

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.

\\\":\\\"

Operations are provided for editing and deleting your languages.

You can edit the name and the direction of the language.

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.

\\\",\\\"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 Filter button.\\\":\\\"To apply your search criteria, click on the Filter 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 Save translations 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 Save translations 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 Content to output each item completely, using your configured display settings. Or choose Fields, which allows you to output only specific fields for each result. Additional formats can be added by installing modules to extend Drupal's base functionality.\\\":\\\"Choose how to output results. E.g., choose Content to output each item completely, using your configured display settings. Or choose Fields, which allows you to output only specific fields for each result. Additional formats can be added by installing modules to extend 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 published, you would add a filter for Published and select Yes.\\\":\\\"Add filters to limit the results in the output. E.g., to only show content that is published, you would add a filter for Published and select Yes.\\\",\\\"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.
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.
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 — @configuration.label\\\":\\\"Show — @configuration.label\\\",\\\"Hide — @configuration.label\\\":\\\"Hide — @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 online documentation for the BigPipe module.\\\":\\\"The BigPipe module sends pages with dynamic content in a way that allows browsers to show them much faster. For more information, see the online documentation for the BigPipe module.\\\",\\\"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 PHP mbstring extension for improved Unicode support.\\\":\\\"Operations on Unicode strings are emulated on a best-effort basis. Install the PHP mbstring extension for improved Unicode support.\\\",\\\"Multibyte string function overloading in PHP is active and must be disabled. Check the php.ini mbstring.func_overload setting. Please refer to the PHP mbstring documentation for more information.\\\":\\\"Multibyte string function overloading in PHP is active and must be disabled. Check the php.ini mbstring.func_overload setting. Please refer to the PHP mbstring documentation for more information.\\\",\\\"Multibyte string input conversion in PHP is active and must be disabled. Check the php.ini mbstring.encoding_translation setting. Please refer to the PHP mbstring documentation for more information.\\\":\\\"Multibyte string input conversion in PHP is active and must be disabled. Check the php.ini mbstring.encoding_translation setting. Please refer to the PHP mbstring documentation for more information.\\\",\\\"Multibyte string input conversion in PHP is active and must be disabled. Check the php.ini mbstring.http_input setting. Please refer to the PHP mbstring documentation for more information.\\\":\\\"Multibyte string input conversion in PHP is active and must be disabled. Check the php.ini mbstring.http_input setting. Please refer to the PHP mbstring documentation for more information.\\\",\\\"Multibyte string output conversion in PHP is active and must be disabled. Check the php.ini mbstring.http_output setting. Please refer to the PHP mbstring documentation for more information.\\\":\\\"Multibyte string output conversion in PHP is active and must be disabled. Check the php.ini mbstring.http_output setting. Please refer to the PHP mbstring documentation 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 the documentation for PHP date formats.\\\":\\\"See the documentation for PHP date formats.\\\",\\\"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 Control or command (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 Control or command (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 six official languages of the UN. 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 six official languages of the UN. 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 PHP documentation 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 PHP documentation for more information.\\\",\\\"The GD library for PHP is enabled, but was compiled without PNG support. Check the PHP image documentation for information on how to correct this.\\\":\\\"The GD library for PHP is enabled, but was compiled without PNG support. Check the PHP image documentation for information on how to correct this.\\\",\\\"The GD library for PHP is missing or outdated. Check the PHP image documentation for information on how to correct this.\\\":\\\"The GD library for PHP is missing or outdated. Check the PHP image documentation for information on how to correct this.\\\",\\\"Completed step @current of @total.\\\":\\\"Completed step @current of @total.\\\",\\\"A user-defined date format. See the PHP manual for available options.\\\":\\\"A user-defined date format. See the PHP manual for available options.\\\",\\\"This site has only a single language enabled. Add at least one more language in order to translate content.\\\":\\\"This site has only a single language enabled. Add at least one more language 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 strtotime 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 strtotime 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 (APC RFC1867)\\\":\\\"Enabled (APC RFC1867)\\\",\\\"File MIME Type\\\":\\\"File MIME Type\\\",\\\"Hypermedia APIs are a style of Web API that uses URIs to identify resources and the link relations 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 link relations between them, enabling API consumers to follow links to discover API functionality.\\\",\\\"This module is experimental. Experimental modules are provided for testing purposes only. Use at your own risk.\\\":\\\"This module is experimental. Experimental modules 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 EXIF data 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 EXIF data 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 EXIF data 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 EXIF data in the image.\\\",\\\"The Language module allows you to configure the languages used on your site, and provides information for the Content Translation, Interface Translation, and Configuration Translation modules, if they are enabled. For more information, see the online documentation for the Language module.\\\":\\\"The Language module allows you to configure the languages used on your site, and provides information for the Content Translation, Interface Translation, and Configuration Translation modules, if they are enabled. For more information, see the online documentation for the Language module.\\\",\\\"The domain names to use for these languages. Modifying this value may break existing URLs. Use with caution in a production environment. 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. Modifying this value may break existing URLs. Use with caution in a production environment. 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 maintenance mode.\\\":\\\"Put this site into maintenance mode.\\\",\\\"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 Permissions page.\\\":\\\"Control which roles can \\\\\\\"View the administration theme\\\\\\\" on the Permissions page.\\\",\\\"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 open_basedir restriction to be disabled. Check your webserver configuration or contact your web host.\\\":\\\"The testing framework requires the PHP open_basedir 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 online documentation for the Syslog module, as well as PHP's documentation pages for the openlog and syslog 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 online documentation for the Syslog module, as well as PHP's documentation pages for the openlog and syslog functions.\\\",\\\"Experimental modules found: %module_list. Experimental modules are provided for testing purposes only. Use at your own risk.\\\":\\\"Experimental modules found: %module_list. Experimental modules are provided for testing purposes only. Use at your own risk.\\\",\\\"PHP OPcode caching can improve your site's performance considerably. It is highly recommended to have OPcache installed on your server.\\\":\\\"PHP OPcode caching can improve your site's performance considerably. It is highly recommended to have OPcache 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?\\\",\\\"Experimental modules are provided for testing purposes only. Use at your own risk.\\\":\\\"Experimental modules 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 the PHP manual.\\\":\\\"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 the PHP manual.\\\",\\\"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 Administer blocks permission can create and edit custom block types with fields and display settings, from the Block types page in the Custom block library. For more information about managing fields and display settings, see the Field UI module help.\\\":\\\"Users with the Administer blocks permission can create and edit custom block types with fields and display settings, from the Block types page in the Custom block library. For more information about managing fields and display settings, see the Field UI module help.\\\",\\\"Users with the Administer blocks permission can create, edit, and delete custom blocks of each defined custom block type, from the Blocks page in the Custom block library. After creating a block, place it in a region from the Block layout page; see the Block module help for more information about placing blocks.\\\":\\\"Users with the Administer blocks permission can create, edit, and delete custom blocks of each defined custom block type, from the Blocks page in the Custom block library. After creating a block, place it in a region from the Block layout page; see the Block module help for more information about placing blocks.\\\",\\\"Blocks in the block library belong to Custom block types, each with its own fields and display settings. After creating a block, place it in a region from the Block layout page.\\\":\\\"Blocks in the block library belong to Custom block types, each with its own fields and display settings. After creating a block, place it in a region from the Block layout page.\\\",\\\"Each block type has its own fields and display settings. Create blocks of each type on the Blocks page in the custom block library.\\\":\\\"Each block type has its own fields and display settings. Create blocks of each type on the Blocks page in the custom block library.\\\",\\\"Describe this comment type. The text will be displayed on the Comment types administration overview page.\\\":\\\"Describe this comment type. The text will be displayed on the Comment types administration overview page.\\\",\\\"For more information, refer to the help listed on this page or to the online documentation and support pages at drupal.org.\\\":\\\"For more information, refer to the help listed on this page or to the online documentation and support pages at drupal.org.\\\",\\\"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 Date and time formats and Basic site settings (site name, email address to send mail from, home page, and error pages). Additional configuration pages are listed on the main Configuration page.\\\":\\\"The System module provides pages for managing basic site configuration, including Date and time formats and Basic site settings (site name, email address to send mail from, home page, and error pages). Additional configuration pages are listed on the main Configuration page.\\\",\\\"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) - The following translations will be deleted:\\\":\\\"@label (Original translation) - The following translations will be deleted:\\\",\\\"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 upgrade form.\\\":\\\"The Migrate Drupal UI module has been enabled. Proceed to the upgrade form.\\\",\\\"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 log out 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 log out 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 online handbook.\\\":\\\"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 online handbook.\\\",\\\"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. Remove @entity_type_plural.\\\":\\\"There is content for the entity type: @entity_type. Remove @entity_type_plural.\\\",\\\"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.
Make a backup of your database if you want to be able to restore these items.\\\":\\\"This action cannot be undone.
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 @count more @entity_type_singular.\\\\u0003And @count more @entity_type_plural.\\\":\\\"And @count more @entity_type_singular.\\\\u0003And @count more @entity_type_plural.\\\",\\\"This will delete @count @entity_type_singular.\\\\u0003This will delete @count @entity_type_plural.\\\":\\\"This will delete @count @entity_type_singular.\\\\u0003This will delete @count @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. Forgot your password?\\\":\\\"Unrecognized username or password. Forgot your password?\\\",\\\"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 Views list page by using the \\\\\\\"Add view\\\\\\\" action. Existing views can be managed from the Views list page 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 Views list page by using the \\\\\\\"Add view\\\\\\\" action. Existing views can be managed from the Views list page 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 online documentation for the Place Blocks module.\\\":\\\"The Place Blocks module allows you to place blocks from every page. For more information, see the online documentation for the Place Blocks module.\\\",\\\"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 online handbook.\\\":\\\"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 online handbook.\\\",\\\"The Datetime Range module provides a Date field that stores start dates and times, as well as end dates and times. See the Field module help and the Field UI module help pages for general information on fields and how to create and manage them. For more information, see the online documentation for the Datetime Range module.\\\":\\\"The Datetime Range module provides a Date field that stores start dates and times, as well as end dates and times. See the Field module help and the Field UI module help pages for general information on fields and how to create and manage them. For more information, see the online documentation for the Datetime Range module.\\\",\\\"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 Aggregator administration page.\\\":\\\"Administrators can add, edit, and delete feeds, and choose how often to check each feed for newly updated items on the Aggregator administration page.\\\",\\\"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 Aggregator settings page.\\\":\\\"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 Aggregator settings page.\\\",\\\"Administrators can choose whether to discard feed items that are older than a specified period of time on the Aggregator settings page. 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 Aggregator settings page. This requires a correctly configured cron maintenance task (see below).\\\",\\\"Place block in the %region region\\\":\\\"Place block in the %region region\\\",\\\"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 security advisory.\\\":\\\"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 security advisory.\\\",\\\"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.\\\",\\\"

Now that you have an overview of the \\\\\\\"Add languages\\\\\\\" feature, you can continue by:

\\\":\\\"

Now that you have an overview of the \\\\\\\"Add languages\\\\\\\" feature, you can continue by:

\\\",\\\"

Now that you have an overview of the \\\\\\\"Edit language\\\\\\\" feature, you can continue by:

\\\":\\\"

Now that you have an overview of the \\\\\\\"Edit language\\\\\\\" feature, you can continue by:

\\\",\\\"

Now that you have an overview of the \\\\\\\"Languages\\\\\\\" page, you can continue by:

\\\":\\\"

Now that you have an overview of the \\\\\\\"Languages\\\\\\\" page, you can continue by:

\\\",\\\"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 Languages page, 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 Languages page, 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 export them to a .po file and import them 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 export them to a .po file and import them 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 PECL uploadprogress library.\\\":\\\"Your server is capable of displaying file upload progress, but does not have the required libraries. It is recommended to install the PECL uploadprogress library.\\\",\\\"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 PHP cURL library. For more information, see the online information on installing the PHP cURL extension.\\\":\\\"The Aggregator module requires the PHP cURL library. For more information, see the online information on installing the PHP cURL extension.\\\",\\\"@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 online documentation for the Field Layout module.\\\":\\\"For more information, see the online documentation for the Field Layout module.\\\",\\\"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 @file…\\\":\\\"Uploading @file…\\\",\\\"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 online documentation for the Layout Discovery module.\\\":\\\"For more information, see the online documentation for the Layout Discovery module.\\\",\\\"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 Sizes 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. Media conditions 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 image width 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 Sizes 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. Media conditions 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 image width 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 Access 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 Access 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 PHP cURL library. For more information, see the online information on installing the PHP cURL extension.\\\":\\\"The testing framework requires the PHP cURL library. For more information, see the online information on installing the PHP cURL extension.\\\",\\\"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 system requirements 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 system requirements 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 system requirements 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 system requirements 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\\\\\\\" permission will be able to access the site. Authorized users can log in directly via the user login page.\\\":\\\"Visitors will only see the maintenance mode message. Only users with the \\\\\\\"@permission-label\\\\\\\" permission will be able to access the site. Authorized users can log in directly via the user login 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 online documentation for the Workflows module.\\\":\\\"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 online documentation for the Workflows module.\\\",\\\"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, add a new state.\\\":\\\"This workflow has no states and will be disabled until there is at least one, add a new state.\\\",\\\"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 online documentation for the Migrate Drupal UI module.\\\":\\\"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 online documentation for the Migrate Drupal UI module.\\\",\\\"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 Upgrade page, you are guided through performing the upgrade in several steps.\\\":\\\"On the Upgrade 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 log of upgrade messages by clicking the link in the message provided after the upgrade or by filtering the messages for the type migrate_drupal_ui on the Recent log messages page.\\\":\\\"You can review a log of upgrade messages by clicking the link in the message provided after the upgrade or by filtering the messages for the type migrate_drupal_ui on the Recent log messages 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). Disabling this backwards compatibility mode 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). Disabling this backwards compatibility mode 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 enable backwards compatibility mode.\\\":\\\"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 enable backwards compatibility mode.\\\",\\\"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, read the change record to learn how to enable the BC mode.\\\":\\\"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, read the change record to learn how to enable the BC mode.\\\",\\\"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 Theming Guide.\\\":\\\"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 Theming Guide.\\\",\\\"A base theme with sensible default CSS classes added. Learn how to use Classy as a base theme in the Drupal 8 Theming Guide.\\\":\\\"A base theme with sensible default CSS classes added. Learn how to use Classy as a base theme in the Drupal 8 Theming Guide.\\\",\\\"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 Extending Drupal 8.\\\":\\\"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 Extending Drupal 8.\\\",\\\"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 Extending Drupal 8.\\\":\\\"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 Extending Drupal 8.\\\",\\\"Updating modules and themes requires @backends access to your server. See Extending Drupal 8 for other update methods.\\\\u0003Updating modules and themes requires access to your server via one of the following methods: @backends. See Extending Drupal 8 for other update methods.\\\":\\\"Updating modules and themes requires @backends access to your server. See Extending Drupal 8 for other update methods.\\\\u0003Updating modules and themes requires access to your server via one of the following methods: @backends. See Extending Drupal 8 for other update methods.\\\",\\\"Installing modules and themes requires @backends access to your server. See Extending Drupal 8 for other installation methods.\\\\u0003Installing modules and themes requires access to your server via one of the following methods: @backends. See Extending Drupal 8 for other installation methods.\\\":\\\"Installing modules and themes requires @backends access to your server. See Extending Drupal 8 for other installation methods.\\\\u0003Installing modules and themes requires access to your server via one of the following methods: @backends. See Extending Drupal 8 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 Not specified and Not applicable\\\":\\\"Include locked languages such as Not specified and Not applicable\\\",\\\"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 block types and content-containing blocks from the Custom block library page. Custom block types have fields; see the Field module help for more information. Once created, custom blocks can be placed in regions just like blocks provided by other modules; see the Block module help page for details. For more information, see the online documentation for the Custom Block module.\\\":\\\"The Custom Block module allows you to create and manage custom block types and content-containing blocks from the Custom block library page. Custom block types have fields; see the Field module help for more information. Once created, custom blocks can be placed in regions just like blocks provided by other modules; see the Block module help page for details. For more information, see the online documentation for the Custom Block module.\\\",\\\"You can only change the book outline for the published version of this content.\\\":\\\"You can only change the book outline for the published 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 online documentation for the Inline Form Errors module.\\\":\\\"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 online documentation for the Inline Form Errors module.\\\",\\\"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 media type. It also manages the publishing options, 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 media type. It also manages the publishing options, 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 Administer media types permission the ability to create new media types 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 Field module 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 Administer media types permission the ability to create new media types 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 Field module 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 Revision information settings.\\\":\\\"The Media module also enables you to create multiple versions of any media item, and revert to older versions using the Revision information settings.\\\",\\\"The Media module makes a number of permissions available, which can be set by role on the permissions page.\\\":\\\"The Media module makes a number of permissions available, which can be set by role on the permissions page.\\\",\\\"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 Add new media page.\\\":\\\"Describe this media type. The text will be displayed on the Add new media 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. Add media type.\\\":\\\"No media types available. Add media type.\\\",\\\"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 published version of this content.\\\":\\\"You can only change the menu settings for the published 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 published version of this content.\\\":\\\"You can only change the URL alias for the published 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 Field module help page 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 online documentation for the RESTful Web Services module.\\\":\\\"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 Field module help page 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 online documentation for the RESTful Web Services module.\\\",\\\"REST support for content types (provided by the Node module) is enabled by default. To enable support for other content entity types, you can use a process based on configuration editing or the contributed REST UI module.\\\":\\\"REST support for content types (provided by the Node module) is enabled by default. To enable support for other content entity types, you can use a process based on configuration editing or the contributed REST UI module.\\\",\\\"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 limitations of 32-bit PHP.\\\":\\\"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 limitations of 32-bit PHP.\\\",\\\"A client error happened\\\":\\\"A client error happened\\\",\\\"To run cron from outside the site, go to @cron\\\":\\\"To run cron from outside the site, go to @cron\\\",\\\"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. Warning: 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. Warning: 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 Media Entity 1.x branch. Please check the 2.x branch of that module for an upgrade path.\\\":\\\"The Media module is not compatible with contrib Media Entity 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 access to the database for the old site is available from this new site.\\\":\\\"Make sure that access to the database for the old site is available from this new site.\\\",\\\"If the old site has private files, a copy of its files directory must also be accessible on the host of this new site.\\\":\\\"If the old site has private files, a copy of its files directory must also be accessible on the host of this new site.\\\",\\\"Enable all modules on this new site 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.\\\":\\\"Enable all modules on this new site 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.\\\",\\\"Do not add any content to the new site before upgrading. Any existing content is likely to be overwritten by the upgrade process. See the upgrade preparation guide.\\\":\\\"Do not add any content to the new site before upgrading. Any existing content is likely to be overwritten by the upgrade process. See the upgrade preparation guide.\\\",\\\"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 Media help page.\\\":\\\"For more information, see the Media help page.\\\",\\\"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. Edit them on the original language form.\\\":\\\"Fields that apply to all languages are hidden to avoid conflicting changes. Edit them on the original language form.\\\",\\\"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 block administration page.\\\":\\\"To manage other areas of the page, use the block administration page.\\\",\\\"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 media list (opens a new window) to help locate media.\\\":\\\"See the media list (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\\\",\\\"by @author_name @created_date\\\":\\\"by @author_name @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\\\",\\\"{{ quantity }} x\\\":\\\"{{ quantity }} x\\\",\\\"Commerce License\\\":\\\"Commerce License\\\",\\\"Commerce License Notifications\\\":\\\"Commerce License Notifications\\\",\\\"Order logs\\\":\\\"Order logs\\\",\\\"No log entries.\\\":\\\"No log entries.\\\",\\\"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.\\\",\\\"Node Article\\\":\\\"Node Article\\\",\\\"Node Article i18n\\\":\\\"Node Article i18n\\\",\\\"Simplenews newsletters nodes\\\":\\\"Simplenews newsletters nodes\\\",\\\"Simplenews subscribers\\\":\\\"Simplenews subscribers\\\",\\\"License from D7 Ubercart Roles.\\\":\\\"License from D7 Ubercart Roles.\\\",\\\"D7 User Profiles\\\":\\\"D7 User Profiles\\\",\\\"User accounts\\\":\\\"User accounts\\\",\\\"Delete selected profile\\\":\\\"Delete selected profile\\\",\\\"Publish selected profile\\\":\\\"Publish selected profile\\\",\\\"Unpublish selected profile\\\":\\\"Unpublish selected profile\\\",\\\"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\\\",\\\"Account\\\":\\\"Account\\\",\\\"Email: HTML\\\":\\\"Email: HTML\\\",\\\"Email: Plain\\\":\\\"Email: Plain\\\",\\\"Email: HTML text alternative\\\":\\\"Email: HTML text alternative\\\",\\\"Subscriptions\\\":\\\"Subscriptions\\\",\\\"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.\\\",\\\"Number of retries: {{ num_retries }}\\\":\\\"Number of retries: {{ num_retries }}\\\",\\\"{{ state }}\\\\n\\\\n{{ num_retries }}\\\":\\\"{{ state }}\\\\n\\\\n{{ num_retries }}\\\",\\\"Available date\\\":\\\"Available date\\\",\\\"Processed date\\\":\\\"Processed date\\\",\\\"{{ processed }}\\\\n\\\\n{{ message }}\\\":\\\"{{ processed }}\\\\n\\\\n{{ message }}\\\",\\\"Message: {{ message }}\\\":\\\"Message: {{ message }}\\\",\\\"No jobs found\\\":\\\"No jobs 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 Newsletter Issue for newsletters.\\\":\\\"Use Newsletter Issue for newsletters.\\\",\\\"Sends newsletters\\\":\\\"Sends newsletters\\\",\\\"Issue\\\":\\\"Issue\\\",\\\"Send status\\\":\\\"Send status\\\",\\\"No newsletter issues found.\\\":\\\"No newsletter issues found.\\\",\\\"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\\\",\\\"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\\\",\\\"Spellcheck\\\":\\\"Spellcheck\\\",\\\"Suggester\\\":\\\"Suggester\\\",\\\"Term Vector\\\":\\\"Term Vector\\\",\\\"Shopping cart\\\":\\\"Shopping cart\\\",\\\"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!\\\",\\\"Devel menu\\\":\\\"Devel menu\\\",\\\"Edit configuration.\\\":\\\"Edit configuration.\\\",\\\"Edit state system values.\\\":\\\"Edit state system values.\\\",\\\"Field Info\\\":\\\"Field Info\\\",\\\"View Session\\\":\\\"View Session\\\",\\\"Element Info\\\":\\\"Element Info\\\",\\\"Cache clear\\\":\\\"Cache clear\\\",\\\"Container Info\\\":\\\"Container Info\\\",\\\"Routes Info\\\":\\\"Routes Info\\\",\\\"Current route info\\\":\\\"Current route info\\\",\\\"Events Info\\\":\\\"Events Info\\\",\\\"PHP config\\\":\\\"PHP config\\\",\\\"PHP Extensions\\\":\\\"PHP Extensions\\\",\\\"PHP SAPI\\\":\\\"PHP SAPI\\\",\\\"Request\\\":\\\"Request\\\",\\\"Controller\\\":\\\"Controller\\\",\\\"Timeline\\\":\\\"Timeline\\\",\\\"Total time\\\":\\\"Total time\\\",\\\"Memory\\\":\\\"Memory\\\",\\\"Performance Timing\\\":\\\"Performance Timing\\\",\\\"DNS lookup\\\":\\\"DNS lookup\\\",\\\"TCP handshake\\\":\\\"TCP handshake\\\",\\\"Data download\\\":\\\"Data download\\\",\\\"DOM building\\\":\\\"DOM building\\\",\\\"DB Queries\\\":\\\"DB Queries\\\",\\\"Query time\\\":\\\"Query time\\\",\\\"Default database\\\":\\\"Default database\\\",\\\"Logged in as\\\":\\\"Logged in as\\\",\\\"Authenticated by\\\":\\\"Authenticated by\\\",\\\"Loaded\\\":\\\"Loaded\\\",\\\"Rendered\\\":\\\"Rendered\\\",\\\"Extensions\\\":\\\"Extensions\\\",\\\"Active Modules\\\":\\\"Active Modules\\\",\\\"Active Themes\\\":\\\"Active Themes\\\",\\\"Assets\\\":\\\"Assets\\\",\\\"Show Drupal toolbar\\\":\\\"Show Drupal toolbar\\\",\\\"Close Toolbar\\\":\\\"Close Toolbar\\\",\\\"The settings have been saved.\\\":\\\"The settings have been saved.\\\",\\\"label\\\":\\\"label\\\",\\\"Custom Search\\\":\\\"Custom Search\\\",\\\"Other searches\\\":\\\"Other searches\\\",\\\"Search views\\\":\\\"Search views\\\",\\\"All except those selected\\\":\\\"All except those selected\\\",\\\"None except those selected\\\":\\\"None except those selected\\\",\\\"order item\\\":\\\"order item\\\",\\\"order items\\\":\\\"order items\\\",\\\"px\\\":\\\"px\\\",\\\"Fade in\\\":\\\"Fade in\\\",\\\"Resizable\\\":\\\"Resizable\\\",\\\"Draggable\\\":\\\"Draggable\\\",\\\"Slide down\\\":\\\"Slide down\\\",\\\"Slide Up\\\":\\\"Slide Up\\\",\\\"Fade out\\\":\\\"Fade out\\\",\\\"Font\\\":\\\"Font\\\",\\\"Cache settings\\\":\\\"Cache settings\\\",\\\"Excluded paths\\\":\\\"Excluded paths\\\",\\\"EXIF\\\":\\\"EXIF\\\",\\\"EXIF IFD\\\":\\\"EXIF IFD\\\",\\\"IFD type\\\":\\\"IFD type\\\",\\\"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\\\",\\\"jQuery UI\\\":\\\"jQuery UI\\\",\\\"D7 Materio\\\":\\\"D7 Materio\\\",\\\"Session ID\\\":\\\"Session ID\\\",\\\"By\\\":\\\"By\\\",\\\"Ops\\\":\\\"Ops\\\",\\\"Flag\\\":\\\"Flag\\\",\\\"Link type\\\":\\\"Link type\\\",\\\"flag\\\":\\\"flag\\\",\\\"Any user\\\":\\\"Any user\\\",\\\"Unflag\\\":\\\"Unflag\\\",\\\"Flagged\\\":\\\"Flagged\\\",\\\"Flags\\\":\\\"Flags\\\",\\\"Display link on user profile page\\\":\\\"Display link on user profile page\\\",\\\"Normal link\\\":\\\"Normal link\\\",\\\"The Flag module handbook contains extensive documentation on creating customized views using flags.\\\":\\\"The Flag module handbook contains extensive documentation on creating customized views using flags.\\\",\\\"Flagging an item may trigger rules.\\\":\\\"Flagging an item may trigger rules.\\\",\\\"To learn about the various ways to use flags, please check out the Flag module handbook.\\\":\\\"To learn about the various ways to use flags, please check out the Flag module handbook.\\\",\\\"Flag name\\\":\\\"Flag name\\\",\\\"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.\\\",\\\"Flag confirmation message\\\":\\\"Flag confirmation message\\\",\\\"Message displayed if the user has clicked the \\\\\\\"flag this\\\\\\\" link and confirmation is required. Usually presented in the form of a question such as, \\\\\\\"Are you sure you want to flag this content?\\\\\\\"\\\":\\\"Message displayed if the user has clicked the \\\\\\\"flag this\\\\\\\" link and confirmation is required. Usually presented in the form of a question such as, \\\\\\\"Are you sure you want to flag this content?\\\\\\\"\\\",\\\"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 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.\\\",\\\"Unflag confirmation message\\\":\\\"Unflag confirmation message\\\",\\\"Message displayed if the user has clicked the \\\\\\\"unflag this\\\\\\\" link and confirmation is required. Usually presented in the form of a question such as, \\\\\\\"Are you sure you want to unflag this content?\\\\\\\"\\\":\\\"Message displayed if the user has clicked the \\\\\\\"unflag this\\\\\\\" link and confirmation is required. Usually presented in the form of a question such as, \\\\\\\"Are you sure you want to unflag this content?\\\\\\\"\\\",\\\"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.\\\",\\\"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 to place the the links on the page yourself.\\\":\\\"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 to place the the links on the page yourself.\\\",\\\"Flag actions\\\":\\\"Flag actions\\\",\\\"The current count total for this flag.\\\":\\\"The current count total for this flag.\\\",\\\"Total flag count for flag @flag\\\":\\\"Total flag count for flag @flag\\\",\\\"Filter to ensure content has or has not been flagged.\\\":\\\"Filter to ensure content has or has not been flagged.\\\",\\\"Flag link\\\":\\\"Flag link\\\",\\\"Display flag/unflag link.\\\":\\\"Display flag/unflag link.\\\",\\\"Flag counter\\\":\\\"Flag counter\\\",\\\"The number of times a piece of content is flagged by any user.\\\":\\\"The number of times a piece of content is flagged by any user.\\\",\\\"Not flagged\\\":\\\"Not flagged\\\",\\\"This filter is only needed if the relationship used has the \\\\\\\"Include only flagged content\\\\\\\" option unchecked. Otherwise, this filter is useless, because all records are already limited to flagged content.\\\":\\\"This filter is only needed if the relationship used has the \\\\\\\"Include only flagged content\\\\\\\" option unchecked. Otherwise, this filter is useless, because all records are already limited to flagged content.\\\",\\\"By choosing Not flagged, it is possible to create a list of content that is specifically not flagged.\\\":\\\"By choosing Not flagged, it is possible to create a list of content that is specifically not flagged.\\\",\\\"The name of the selected flag makes a good label.\\\":\\\"The name of the selected flag makes a good label.\\\",\\\"Include only flagged content\\\":\\\"Include only flagged content\\\",\\\"If checked, only content that has this flag will be included. Leave unchecked to include all content; or, in combination with the Flagged filter, to limit the results to specifically unflagged content.\\\":\\\"If checked, only content that has this flag will be included. Leave unchecked to include all content; or, in combination with the Flagged filter, to limit the results to specifically unflagged content.\\\",\\\"Following\\\":\\\"Following\\\",\\\"Followers\\\":\\\"Followers\\\",\\\"No flags\\\":\\\"No flags\\\",\\\"Dialog\\\":\\\"Dialog\\\",\\\"Entity Type\\\":\\\"Entity Type\\\",\\\"Personal\\\":\\\"Personal\\\",\\\"Show on form\\\":\\\"Show on form\\\",\\\"No %type flags exist. You must first create a %type flag before being able to use this relationship type.\\\":\\\"No %type flags exist. You must first create a %type flag before being able to use this relationship type.\\\",\\\"Flag title\\\":\\\"Flag title\\\",\\\"Flagging an item may trigger rules. However, you don't have the Rules 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 rules. However, you don't have the Rules module enabled, so you won't be able to enjoy this feature. The Rules module is a more extensive solution than Flag actions.\\\",\\\"Flag/unflag link for @flag\\\":\\\"Flag/unflag link for @flag\\\",\\\"@entity_label flag\\\":\\\"@entity_label flag\\\",\\\"Add flag\\\":\\\"Add flag\\\",\\\"Template name\\\":\\\"Template name\\\",\\\"Sid\\\":\\\"Sid\\\",\\\"The time that the entity was created.\\\":\\\"The time that the entity was created.\\\",\\\"The time that the entity was last edited.\\\":\\\"The time that the entity was last edited.\\\",\\\"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\\\",\\\"My flag list items\\\":\\\"My flag list items\\\",\\\"List a users flag lists\\\":\\\"List a users flag lists\\\",\\\"Flag list\\\":\\\"Flag list\\\",\\\"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\\\",\\\"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/Godthab\\\":\\\"America/Godthab\\\",\\\"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/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\\\",\\\"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\\\",\\\"Add new context\\\":\\\"Add new context\\\",\\\"Flag lists\\\":\\\"Flag lists\\\",\\\"Mailgun\\\":\\\"Mailgun\\\",\\\"JSON:API\\\":\\\"JSON:API\\\",\\\"REST\\\":\\\"REST\\\",\\\"Consumers\\\":\\\"Consumers\\\",\\\"Maillog Settings\\\":\\\"Maillog Settings\\\",\\\"Configuration Split settings\\\":\\\"Configuration Split settings\\\",\\\"Config devel\\\":\\\"Config devel\\\",\\\"Content synchronization\\\":\\\"Content synchronization\\\",\\\"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\\\",\\\"MIME types\\\":\\\"MIME types\\\",\\\"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\\\",\\\"Entity clone settings\\\":\\\"Entity clone settings\\\",\\\"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\\\",\\\"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.\\\",\\\"Add a new context.\\\":\\\"Add a new context.\\\",\\\"Configure and Manage Flag Lists\\\":\\\"Configure and Manage Flag Lists\\\",\\\"Configure flags for marking content with arbitrary information (such as offensive or bookmarked).\\\":\\\"Configure flags for marking content with arbitrary information (such as offensive or bookmarked).\\\",\\\"Configure file metadata settings.\\\":\\\"Configure file metadata settings.\\\",\\\"Manage MIME Types.\\\":\\\"Manage MIME Types.\\\",\\\"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.\\\",\\\"Better handling of Drupal messages UI\\\":\\\"Better handling of Drupal messages UI\\\",\\\"Entity clone settings.\\\":\\\"Entity clone settings.\\\",\\\"Specify which configuration objects to automatically import/export.\\\":\\\"Specify which configuration objects to automatically import/export.\\\",\\\"List Configuration Split settings.\\\":\\\"List Configuration Split settings.\\\",\\\"Import and export your content.\\\":\\\"Import and export your content.\\\",\\\"Workflow administration overview.\\\":\\\"Workflow administration overview.\\\",\\\"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.\\\",\\\"Configuration Split setting\\\":\\\"Configuration Split setting\\\",\\\"Flagging collection type\\\":\\\"Flagging collection type\\\",\\\"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.\\\",\\\"Add URL redirect\\\":\\\"Add URL redirect\\\",\\\"Image Effects\\\":\\\"Image Effects\\\",\\\"Configure Image Effects settings.\\\":\\\"Configure Image Effects settings.\\\",\\\"Manage automatic entity labels\\\":\\\"Manage automatic entity labels\\\",\\\"Automatic label\\\":\\\"Automatic label\\\",\\\"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\\\",\\\"Flagging\\\":\\\"Flagging\\\",\\\"Flag for list\\\":\\\"Flag for list\\\",\\\"Flag list item\\\":\\\"Flag list item\\\",\\\"Flagging collection\\\":\\\"Flagging collection\\\",\\\"Number pattern\\\":\\\"Number pattern\\\",\\\"Workflow config transition\\\":\\\"Workflow config transition\\\",\\\"Solr Request Handler\\\":\\\"Solr Request Handler\\\",\\\"Solr Cache\\\":\\\"Solr Cache\\\",\\\"Solr Request Dispatcher\\\":\\\"Solr Request Dispatcher\\\",\\\"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.\\\",\\\"Resource name\\\":\\\"Resource name\\\",\\\"@label (read-only)\\\":\\\"@label (read-only)\\\",\\\"Break Lock\\\":\\\"Break Lock\\\",\\\"license\\\":\\\"license\\\",\\\"log\\\":\\\"log\\\",\\\"payment\\\":\\\"payment\\\",\\\"payment method\\\":\\\"payment method\\\",\\\"price\\\":\\\"price\\\",\\\"price list\\\":\\\"price list\\\",\\\"product variation\\\":\\\"product variation\\\",\\\"product\\\":\\\"product\\\",\\\"product attribute value\\\":\\\"product attribute value\\\",\\\"coupon\\\":\\\"coupon\\\",\\\"subscription\\\":\\\"subscription\\\",\\\"flagging\\\":\\\"flagging\\\",\\\"profile\\\":\\\"profile\\\",\\\"search task\\\":\\\"search task\\\",\\\"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\\\",\\\"@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\\\",\\\"Administer product types\\\":\\\"Administer product types\\\",\\\"[Product variations] Manage %bundle\\\":\\\"[Product variations] Manage %bundle\\\",\\\"Delete @entity_type (Deprecated)\\\":\\\"Delete @entity_type (Deprecated)\\\",\\\"Export content\\\":\\\"Export content\\\",\\\"Publish selected product\\\":\\\"Publish selected product\\\",\\\"Unpublish selected product\\\":\\\"Unpublish selected product\\\",\\\"Delete flagging (unflag)\\\":\\\"Delete flagging (unflag)\\\",\\\"Delete selected entities\\\":\\\"Delete selected entities\\\",\\\"Change a node to next Workflow state\\\":\\\"Change a node to next Workflow state\\\",\\\"[Order items] Manage %bundle\\\":\\\"[Order items] Manage %bundle\\\",\\\"Add admin comments to @label\\\":\\\"Add admin comments to @label\\\",\\\"Administer order types\\\":\\\"Administer order types\\\",\\\"Administer store types\\\":\\\"Administer store types\\\",\\\"Bulk generate coupons\\\":\\\"Bulk generate coupons\\\",\\\"Administer profile types\\\":\\\"Administer profile types\\\",\\\"Entity Reference Revisions\\\":\\\"Entity Reference Revisions\\\",\\\"Content lock\\\":\\\"Content lock\\\",\\\"@entity_label translation\\\":\\\"@entity_label translation\\\",\\\"Entity browser bulk select form\\\":\\\"Entity browser bulk select form\\\",\\\"Lock Form Operation\\\":\\\"Lock Form Operation\\\",\\\"Break link\\\":\\\"Break link\\\",\\\"Views bulk operations\\\":\\\"Views bulk operations\\\",\\\"Lock Language\\\":\\\"Lock Language\\\",\\\"Translation counter\\\":\\\"Translation counter\\\",\\\"Source translation of target language equals row language\\\":\\\"Source translation of target language equals row language\\\",\\\"Target language equals default language\\\":\\\"Target language equals default language\\\",\\\"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.\\\",\\\"The time that the node was last edited in target language.\\\":\\\"The time that the node was last edited in target language.\\\",\\\"A boolean indicating whether the translation source of target language is same as the row language\\\":\\\"A boolean indicating whether the translation source of target language is same as the row language\\\",\\\"A boolean indicating whether the node is translated into target language.\\\":\\\"A boolean indicating whether the node is translated into target language.\\\",\\\"The target language.\\\":\\\"The target language.\\\",\\\"A boolean indicating whether the target language is default language\\\":\\\"A boolean indicating whether the target language is default language\\\",\\\"A boolean indicating whether the target language translation is outdated\\\":\\\"A boolean indicating whether the target language translation is outdated\\\",\\\"Amount of translations.\\\":\\\"Amount of translations.\\\",\\\"Provides links to perform translation operations.\\\":\\\"Provides links to perform translation operations.\\\",\\\"Output data based off of certain criteria.\\\":\\\"Output data based off of certain criteria.\\\",\\\"Overridden\\\":\\\"Overridden\\\",\\\"Global replacement patterns (for description field only)\\\":\\\"Global replacement patterns (for description field only)\\\",\\\"The text to display for this field. You may enter data from this view as per the \\\\\\\"Replacement patterns\\\\\\\" below. You may include Twig or the following allowed HTML tags: @tags\\\":\\\"The text to display for this field. You may enter data from this view as per the \\\\\\\"Replacement patterns\\\\\\\" below. You may include Twig or the following allowed HTML tags: @tags\\\",\\\"Lower case\\\":\\\"Lower case\\\",\\\"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.\\\",\\\"Please specify\\\":\\\"Please specify\\\",\\\"multilingual\\\":\\\"multilingual\\\",\\\"Go to page @key\\\":\\\"Go to page @key\\\",\\\"Add Strings\\\":\\\"Add Strings\\\",\\\"Video Embed Field\\\":\\\"Video Embed Field\\\",\\\"Tests\\\":\\\"Tests\\\",\\\"Example modules\\\":\\\"Example modules\\\",\\\"Materio\\\":\\\"Materio\\\",\\\"File metadata\\\":\\\"File metadata\\\",\\\"Chaos tool suite (Experimental)\\\":\\\"Chaos tool suite (Experimental)\\\",\\\"Widgets\\\":\\\"Widgets\\\",\\\"Commerce (contrib)\\\":\\\"Commerce (contrib)\\\",\\\"@theme (theme) (disabled)\\\":\\\"@theme (theme) (disabled)\\\",\\\"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 https://www.drupal.org/node/296693 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 https://www.drupal.org/node/296693 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 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\\\",\\\"Provides a better Queue API.\\\":\\\"Provides a better Queue API.\\\",\\\"Adds automated timed logout.\\\":\\\"Adds automated timed logout.\\\",\\\"Allows assigning the classes to Blocks.\\\":\\\"Allows assigning the classes to Blocks.\\\",\\\"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\\\",\\\"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 about-us/edit for node/123/edit.
Allow these aliases to be entered in page specification wild-cards, about-us*, e.g for block visibility.\\\":\\\"Automatically extend path aliases to include tabs, like about-us/edit for node/123/edit.
Allow these aliases to be entered in page specification wild-cards, about-us*, 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\\\",\\\"A history of the site's user logins.\\\":\\\"A history of the site's user logins.\\\",\\\"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 configurable user profiles.\\\":\\\"Provides configurable user profiles.\\\",\\\"Test module for Profile.\\\":\\\"Test module for Profile.\\\",\\\"Provides a configurable plugin for defining recurring time periods.\\\":\\\"Provides a configurable plugin for defining recurring time periods.\\\",\\\"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.\\\",\\\"Allows users to redirect between domains.\\\":\\\"Allows users to redirect between domains.\\\",\\\"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.\\\",\\\"Text filter to convert URLs to embedded videos\\\":\\\"Text filter to convert URLs to embedded videos\\\",\\\"Set field-level permissions to create, update or view fields.\\\":\\\"Set field-level permissions to create, update or view fields.\\\",\\\"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 widget for inline management (creation, modification, removal) of referenced entities. \\\":\\\"Provides a widget for inline management (creation, modification, removal) of referenced entities. \\\",\\\"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 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.\\\",\\\"Defines common functionality for all Commerce modules.\\\":\\\"Defines common functionality for all Commerce modules.\\\",\\\"Implements the shopping cart system and add to cart features.\\\":\\\"Implements the shopping cart system and add to cart features.\\\",\\\"Provides configurable checkout flows.\\\":\\\"Provides configurable checkout flows.\\\",\\\"Provides activity logs for Commerce entities.\\\":\\\"Provides activity logs for Commerce entities.\\\",\\\"Test module for Commerce Log.\\\":\\\"Test module for Commerce Log.\\\",\\\"Provides configurable patterns for generating sequential numbers.\\\":\\\"Provides configurable patterns for generating sequential numbers.\\\",\\\"Defines the Order entity and associated features.\\\":\\\"Defines the Order entity and associated features.\\\",\\\"Provides payment functionality.\\\":\\\"Provides payment functionality.\\\",\\\"Provides payment gateway examples.\\\":\\\"Provides payment gateway examples.\\\",\\\"Defines the Currency entity.\\\":\\\"Defines the Currency entity.\\\",\\\"Defines the Product entity and associated features.\\\":\\\"Defines the Product entity and associated features.\\\",\\\"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.\\\",\\\"@module_name (missing)\\\":\\\"@module_name (missing)\\\",\\\"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 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.\\\",\\\"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.\\\",\\\"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.\\\",\\\"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.\\\",\\\"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\\\",\\\"Various blocks, pages, and functions for developers.\\\":\\\"Various blocks, pages, and functions for developers.\\\",\\\"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\\\",\\\"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.\\\",\\\"Defines home contents for materiO.\\\":\\\"Defines home contents for materiO.\\\",\\\"Compute automaticly materials references : -, eg. W-0459.\\\":\\\"Compute automaticly materials references : -, 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\\\",\\\"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.\\\",\\\"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.\\\",\\\"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.\\\",\\\"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\\\",\\\"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.\\\",\\\"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.\\\",\\\"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.\\\",\\\"Drupal Core (@core_requirement) (incompatible with version @core_version)\\\":\\\"Drupal Core (@core_requirement) (incompatible with version @core_version)\\\",\\\"@module_name (incompatible with this version of Drupal core)\\\":\\\"@module_name (incompatible with this version of Drupal core)\\\",\\\"@module_name (incompatible with version @version)\\\":\\\"@module_name (incompatible with version @version)\\\",\\\"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.\\\",\\\"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 RetryTest.\\\":\\\"Test module for RetryTest.\\\",\\\"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.\\\",\\\"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.\\\",\\\"Provides hooks for testing File module functionality.\\\":\\\"Provides hooks for testing File module functionality.\\\",\\\"Support module for file handling tests.\\\":\\\"Support module for file handling tests.\\\",\\\"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.\\\",\\\"Support module for image toolkit tests.\\\":\\\"Support module for image toolkit tests.\\\",\\\"Provides hook implementations for testing Image module functionality.\\\":\\\"Provides hook implementations for testing Image module functionality.\\\",\\\"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.\\\",\\\"Provides hook implementations for testing System module functionality.\\\":\\\"Provides hook implementations for testing System module functionality.\\\",\\\"Support module for system testing.\\\":\\\"Support module for system testing.\\\",\\\"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.\\\",\\\"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.\\\",\\\"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.\\\",\\\"close\\\":\\\"close\\\",\\\"Congratulations! You have successfully installed the Content Sync module.\\\":\\\"Congratulations! You have successfully installed the Content Sync module.\\\",\\\"Allows you to export strings to a JSON i18n file.\\\":\\\"Allows you to export strings to a JSON i18n file.\\\",\\\"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\\\",\\\"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\\\",\\\"ID: @name\\\":\\\"ID: @name\\\",\\\"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\\\",\\\"Edit search index %label\\\":\\\"Edit search index %label\\\",\\\"Please configure the used datasources.\\\":\\\"Please configure the used datasources.\\\",\\\"- No server -\\\":\\\"- No 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.\\\",\\\"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\\\",\\\"Edit search server %label\\\":\\\"Edit search server %label\\\",\\\"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.\\\",\\\"Choose a backend to use for this server.\\\":\\\"Choose a backend to use for this server.\\\",\\\"Configure %plugin backend\\\":\\\"Configure %plugin backend\\\",\\\"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.\\\",\\\"Provides %entity_type entities for indexing and searching.\\\":\\\"Provides %entity_type entities for indexing and searching.\\\",\\\"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\\\",\\\"View modes for each datasource\\\":\\\"View modes for each datasource\\\",\\\"Database Search Defaults\\\":\\\"Database Search Defaults\\\",\\\"My data type\\\":\\\"My data type\\\",\\\"Default View mode for datasource %name\\\":\\\"Default View mode for datasource %name\\\",\\\"The keyword to look for.\\\":\\\"The keyword to look for.\\\",\\\"disabled (enable)\\\":\\\"disabled (enable)\\\",\\\"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\\\",\\\"Field %label was added to the index.\\\":\\\"Field %label was added to the index.\\\",\\\"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\\\",\\\"Contains integer values.\\\":\\\"Contains integer values.\\\",\\\"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.\\\",\\\"Which bundles should be indexed?\\\":\\\"Which bundles should be indexed?\\\",\\\"Which languages should be indexed?\\\":\\\"Which languages should be indexed?\\\",\\\"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.\\\",\\\"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\\\",\\\"Aggregated field\\\":\\\"Aggregated field\\\",\\\"Database Search\\\":\\\"Database Search\\\",\\\"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.\\\",\\\"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\\\",\\\"Indexing order\\\":\\\"Indexing order\\\",\\\"The order in which items will be indexed.\\\":\\\"The order in which items will be indexed.\\\",\\\"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\\\",\\\"Default index tracker which uses a simple database table for tracking items.\\\":\\\"Default index tracker which uses a simple database table for tracking items.\\\",\\\"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\\\\\\\".\\\",\\\"Only those selected\\\":\\\"Only those selected\\\",\\\"Updated 1 server.\\\\u0003Updated @count servers.\\\":\\\"Updated 1 server.\\\\u0003Updated @count servers.\\\",\\\"Partial matching\\\":\\\"Partial matching\\\",\\\"Audio file display format settings\\\":\\\"Audio file display format settings\\\",\\\"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, read the change record to learn how to opt in.\\\":\\\"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, read the change record to learn how to opt in.\\\",\\\"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 online documentation for the Media module.\\\":\\\"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 online documentation for the Media module.\\\",\\\"Media items are listed at the media administration page.\\\":\\\"Media items are listed at the media administration page.\\\",\\\"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\\\",\\\"Media reference fields offer several advantages over basic File and Image references:\\\":\\\"Media reference fields offer several advantages over basic File and Image 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 Media reference fields for most files, images, audio, videos, and remote media. Use File or Image reference fields when creating your own media types, or for legacy files and images created before enabling the Media module.\\\":\\\"Use Media reference fields for most files, images, audio, videos, and remote media. Use File or Image reference fields when creating your own media types, or for legacy files and images created before enabling the Media module.\\\",\\\"The media source cannot be changed after the media type is created.\\\":\\\"The media source cannot be changed after the media type is created.\\\",\\\"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 Drupal site upgrades handbook 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 Drupal site upgrades handbook 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 may be overwritten if you continue to run this upgrade. The upgrade should be performed on a clean Drupal 8 installation. For more information see the upgrade handbook.\\\":\\\"It looks like you have content on your new site which may be overwritten if you continue to run this upgrade. The upgrade should be performed on a clean Drupal 8 installation. For more information see the upgrade handbook.\\\",\\\"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 upgrade handbook 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 upgrade handbook for instructions on how to avoid ID conflicts with translated content.\\\",\\\"On the Performance page, 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 Performance page, 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 Administer blocks and Use contextual links permissions to edit blocks without visiting a separate page. For more information, see the online documentation for the Settings Tray module.\\\":\\\"The Settings Tray module allows users with the Administer blocks and Use contextual links permissions to edit blocks without visiting a separate page. For more information, see the online documentation for the Settings Tray module.\\\",\\\"Editing blocks in place\\\":\\\"Editing blocks in place\\\",\\\"To edit blocks in place, either click the Edit button in the toolbar and then click on the block, or choose \\\\\\\"Quick edit\\\\\\\" from the block's contextual link. (See the Contextual Links module help for more information about how to use contextual links.)\\\":\\\"To edit blocks in place, either click the Edit button in the toolbar and then click on the block, or choose \\\\\\\"Quick edit\\\\\\\" from the block's contextual link. (See the Contextual Links module help 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:
!base_url
Base URL of the site.
!timestamp
Unix timestamp of the log entry.
!type
The category to which this message belongs.
!ip
IP address of the user triggering the message.
!request_uri
The requested URI.
!referer
HTTP Referer if available.
!severity
The severity level of the event; ranges from 0 (Emergency) to 7 (Debug).
!uid
User ID.
!link
A link to associate with the message.
!message
The message to store in the log.
\\\":\\\"Specify the format of the syslog entry. Available variables are:
!base_url
Base URL of the site.
!timestamp
Unix timestamp of the log entry.
!type
The category to which this message belongs.
!ip
IP address of the user triggering the message.
!request_uri
The requested URI.
!referer
HTTP Referer if available.
!severity
The severity level of the event; ranges from 0 (Emergency) to 7 (Debug).
!uid
User ID.
!link
A link to associate with the message.
!message
The message to store in the log.
\\\",\\\"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 destination 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 destination 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 Content Moderation 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 Content Moderation 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 Workflows to apply different states and transitions to entities as needed. For more information, see the online documentation for the Content Moderation module.\\\":\\\"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 Workflows to apply different states and transitions to entities as needed. For more information, see the online documentation for the Content Moderation module.\\\",\\\"Content Moderation allows you to apply Workflows to content, custom blocks, and other content entities, 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 Workflows to content, custom blocks, and other content entities, 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 moderated content page. 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 moderated content page. 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 online documentation for the Layout Builder module.\\\":\\\"For more information, see the online documentation for the Layout Builder module.\\\",\\\"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 media add page (opens a new window), then add it by name to the field below.\\\":\\\"Create your media on the media add page (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 upgrading handbook.\\\":\\\"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 upgrading handbook.\\\",\\\"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 Review the pre-upgrade analysis in the Upgrading to Drupal 8 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 Review the pre-upgrade analysis in the Upgrading to Drupal 8 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 PHP's version support documentation and the Drupal 8 PHP requirements handbook page 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 PHP's version support documentation and the Drupal 8 PHP requirements handbook page for more information.\\\",\\\"It is recommended to upgrade to PHP version %recommended or higher for the best ongoing support. See PHP's version support documentation and the Drupal 8 PHP requirements handbook page for more information.\\\":\\\"It is recommended to upgrade to PHP version %recommended or higher for the best ongoing support. See PHP's version support documentation and the Drupal 8 PHP requirements handbook page 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.\\\",\\\"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\\\",\\\"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\\\",\\\"Backend\\\":\\\"Backend\\\",\\\"Use an icon\\\":\\\"Use an icon\\\",\\\"queue\\\":\\\"queue\\\",\\\"Failure\\\":\\\"Failure\\\",\\\"Ellipsis\\\":\\\"Ellipsis\\\",\\\"Limit: @limit\\\":\\\"Limit: @limit\\\",\\\"Timeout\\\":\\\"Timeout\\\",\\\"Redirect url\\\":\\\"Redirect url\\\",\\\"Role Name\\\":\\\"Role Name\\\",\\\"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\\\",\\\"Contact information\\\":\\\"Contact information\\\",\\\"Tax rate\\\":\\\"Tax rate\\\",\\\"promotion\\\":\\\"promotion\\\",\\\"Discount\\\":\\\"Discount\\\",\\\"Subtotal\\\":\\\"Subtotal\\\",\\\"Order Summary\\\":\\\"Order Summary\\\",\\\"Billing address\\\":\\\"Billing address\\\",\\\"Mastercard\\\":\\\"Mastercard\\\",\\\"American Express\\\":\\\"American Express\\\",\\\"Refund\\\":\\\"Refund\\\",\\\"Percentage\\\":\\\"Percentage\\\",\\\"Live\\\":\\\"Live\\\",\\\"Review\\\":\\\"Review\\\",\\\"License ID\\\":\\\"License ID\\\",\\\"License settings\\\":\\\"License settings\\\",\\\"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\\\",\\\"Visa\\\":\\\"Visa\\\",\\\"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.\\\",\\\"Label: @label
Type: @type\\\":\\\"Label: @label
Type: @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.\\\",\\\"title\\\":\\\"title\\\",\\\"value\\\":\\\"value\\\",\\\"content\\\":\\\"content\\\",\\\"Priority\\\":\\\"Priority\\\",\\\"name\\\":\\\"name\\\",\\\"path\\\":\\\"path\\\",\\\"type\\\":\\\"type\\\",\\\"Url\\\":\\\"Url\\\",\\\"Variable name\\\":\\\"Variable name\\\",\\\"Number of terms\\\":\\\"Number of terms\\\",\\\"Load\\\":\\\"Load\\\",\\\"Now\\\":\\\"Now\\\",\\\"class\\\":\\\"class\\\",\\\"template\\\":\\\"template\\\",\\\"IP\\\":\\\"IP\\\",\\\"Original\\\":\\\"Original\\\",\\\"ago\\\":\\\"ago\\\",\\\"Parameters\\\":\\\"Parameters\\\",\\\"id\\\":\\\"id\\\",\\\"Purge\\\":\\\"Purge\\\",\\\"terms\\\":\\\"terms\\\",\\\"Engine\\\":\\\"Engine\\\",\\\"Failed\\\":\\\"Failed\\\",\\\"Enter username\\\":\\\"Enter username\\\",\\\"Username not found\\\":\\\"Username not found\\\",\\\"Translations\\\":\\\"Translations\\\",\\\"Event Name\\\":\\\"Event Name\\\",\\\"Layouts\\\":\\\"Layouts\\\",\\\"Services\\\":\\\"Services\\\",\\\"Service\\\":\\\"Service\\\",\\\"Available\\\":\\\"Available\\\",\\\"1 user\\\\u0003@count users\\\":\\\"1 user\\\\u0003@count users\\\",\\\"Here are the contents of your $_SESSION variable.\\\":\\\"Here are the contents of your $_SESSION variable.\\\",\\\"Switch user\\\":\\\"Switch user\\\",\\\"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?\\\",\\\"Rebuild\\\":\\\"Rebuild\\\",\\\"Role(s)\\\":\\\"Role(s)\\\",\\\"Untranslated\\\":\\\"Untranslated\\\",\\\"Cache cleared.\\\":\\\"Cache cleared.\\\",\\\"Authenticated\\\":\\\"Authenticated\\\",\\\"Instances\\\":\\\"Instances\\\",\\\"count\\\":\\\"count\\\",\\\"priority\\\":\\\"priority\\\",\\\"Generating Content\\\":\\\"Generating Content\\\",\\\"Rebuild the theme registry on every page load\\\":\\\"Rebuild the theme registry on every page load\\\",\\\"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.\\\",\\\"Devel generate\\\":\\\"Devel generate\\\",\\\"Rebuild Menu\\\":\\\"Rebuild Menu\\\",\\\"form\\\":\\\"form\\\",\\\"access\\\":\\\"access\\\",\\\"Caller\\\":\\\"Caller\\\",\\\"Libraries\\\":\\\"Libraries\\\",\\\"display\\\":\\\"display\\\",\\\"View latest\\\":\\\"View latest\\\",\\\"Display $page array\\\":\\\"Display $page array\\\",\\\"Uninstalled and installed: %names.\\\":\\\"Uninstalled and installed: %names.\\\",\\\"View developer output like variable printouts, query log, etc.\\\":\\\"View developer output like variable printouts, query log, etc.\\\",\\\"Access developer information\\\":\\\"Access developer information\\\",\\\"Switch users\\\":\\\"Switch users\\\",\\\"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 authenticated user role.\\\":\\\"Users always receive the authenticated user 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.\\\",\\\"Article\\\":\\\"Article\\\",\\\"Delete entity\\\":\\\"Delete entity\\\",\\\"General information\\\":\\\"General information\\\",\\\"Append\\\":\\\"Append\\\",\\\"Replace\\\":\\\"Replace\\\",\\\"Metadata\\\":\\\"Metadata\\\",\\\"iFrame\\\":\\\"iFrame\\\",\\\"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\\\",\\\"Add new group\\\":\\\"Add new group\\\",\\\"Group name (a-z, 0-9, _)\\\":\\\"Group name (a-z, 0-9, _)\\\",\\\"Add new group: you need to provide a group name.\\\":\\\"Add new group: you need to provide a group name.\\\",\\\"Weight for new group\\\":\\\"Weight for new group\\\",\\\"Add new group: the group name %group_name is invalid. The name must include only lowercase unaccentuated letters, numbers, and underscores.\\\":\\\"Add new group: the group name %group_name is invalid. The name must include only lowercase unaccentuated letters, numbers, and underscores.\\\",\\\"Add new group: the group name %group_name is too long. The name is limited to 32 characters, including the 'group_' prefix.\\\":\\\"Add new group: the group name %group_name is too long. The name is limited to 32 characters, including the 'group_' prefix.\\\",\\\"Add new group: the group name %group_name already exists.\\\":\\\"Add new group: the group name %group_name already exists.\\\",\\\"The field name\\\":\\\"The field name\\\",\\\"Label for new group\\\":\\\"Label for new group\\\",\\\"Parent for new group\\\":\\\"Parent for new group\\\",\\\"Private\\\":\\\"Private\\\",\\\"Create field\\\":\\\"Create field\\\",\\\"Field permissions\\\":\\\"Field permissions\\\",\\\"Field Permissions\\\":\\\"Field Permissions\\\",\\\"Edit own field\\\":\\\"Edit own field\\\",\\\"View field\\\":\\\"View field\\\",\\\"View own field\\\":\\\"View own field\\\",\\\"Administer field permissions\\\":\\\"Administer field permissions\\\",\\\"Manage field permissions and field permissions settings.\\\":\\\"Manage field permissions and field permissions settings.\\\",\\\"Field visibility and permissions\\\":\\\"Field visibility and permissions\\\",\\\"Custom permissions\\\":\\\"Custom permissions\\\",\\\"All users have this permission\\\":\\\"All users have this permission\\\",\\\"Not all users have this permission\\\":\\\"Not all users have this permission\\\",\\\"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.\\\",\\\"Leave this field blank\\\":\\\"Leave this field blank\\\",\\\"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.\\\",\\\"Administer Honeypot-protected forms and settings.\\\":\\\"Administer Honeypot-protected forms and settings.\\\",\\\"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\\\",\\\"Allow duplicate\\\":\\\"Allow duplicate\\\",\\\"Inline Entity Form\\\":\\\"Inline Entity Form\\\",\\\"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.\\\",\\\"Inline entity form - Complex\\\":\\\"Inline entity form - Complex\\\",\\\"Inline entity form - Simple\\\":\\\"Inline entity form - Simple\\\",\\\"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\\\",\\\"Collection\\\":\\\"Collection\\\",\\\"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.\\\",\\\"Administer Mail System\\\":\\\"Administer Mail System\\\",\\\"- Default -\\\":\\\"- Default -\\\",\\\"Visit\\\":\\\"Visit\\\",\\\"Activated\\\":\\\"Activated\\\",\\\"Save Changes\\\":\\\"Save Changes\\\",\\\"Package\\\":\\\"Package\\\",\\\"Default:\\\":\\\"Default:\\\",\\\"Adaptive\\\":\\\"Adaptive\\\",\\\"Last Used\\\":\\\"Last Used\\\",\\\"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 not allowed.\\\":\\\"Enter an internal Drupal path or path alias to redirect (e.g. %example1 or %example2). Fragment anchors (e.g. %anchor) are not 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\\\",\\\"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 secret URL's. By default this feature is disabled to avoid any unexpected behavior\\\":\\\"This helps to stop redirection on protected pages and avoids giving away secret URL's. By default this feature is disabled to avoid any unexpected behavior\\\",\\\"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 online documentation for Redirect.\\\":\\\"The Redirect module allows users to redirect from old URLs to new URLs. For more information, see the online documentation for Redirect.\\\",\\\"Redirect is accessed from three tabs that help you manage URL Redirects.\\\":\\\"Redirect is accessed from three tabs that help you manage URL Redirects.\\\",\\\"Manage URL Redirects\\\":\\\"Manage URL Redirects\\\",\\\"The \\\\\\\"URL Redirects\\\\\\\" page is used to setup and manage URL Redirects. New redirects are created here using the Add redirect 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 \\\\\\\"URL Redirects\\\\\\\" page is used to setup and manage URL Redirects. New redirects are created here using the Add redirect 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.\\\",\\\"\\\\\\\"Fix 404 pages\\\\\\\" 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.\\\":\\\"\\\\\\\"Fix 404 pages\\\\\\\" 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 Redirect 404 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 Redirect 404 submodule to be able to log all paths that have resulted in 404 errors.\\\",\\\"Configure Global Redirects\\\":\\\"Configure Global Redirects\\\",\\\"The \\\\\\\"Settings\\\\\\\" page presents you with a number of means to adjust redirect settings.\\\":\\\"The \\\\\\\"Settings\\\\\\\" 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 cron maintenance task.\\\":\\\"The maximum number of 404 error logs to keep in the database log. Requires a cron maintenance task.\\\",\\\"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.\\\",\\\"Administer individual URL redirections\\\":\\\"Administer individual URL redirections\\\",\\\"Administer global URL redirection settings\\\":\\\"Administer global URL redirection settings\\\",\\\"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 Domain Redirects. 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 Domain Redirects. 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\\\",\\\"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\\\",\\\"Schema\\\":\\\"Schema\\\",\\\"JSON\\\":\\\"JSON\\\",\\\"Field Type\\\":\\\"Field Type\\\",\\\"Advanced configuration\\\":\\\"Advanced configuration\\\",\\\"read-only\\\":\\\"read-only\\\",\\\"Additional information\\\":\\\"Additional information\\\",\\\"Reload\\\":\\\"Reload\\\",\\\"Date ranges\\\":\\\"Date ranges\\\",\\\"Solr port\\\":\\\"Solr port\\\",\\\"Solr path\\\":\\\"Solr path\\\",\\\"(@pending_docs sent but not yet processed)\\\":\\\"(@pending_docs sent but not yet processed)\\\",\\\"Stop words\\\":\\\"Stop words\\\",\\\"Default query\\\":\\\"Default query\\\",\\\"snippets\\\":\\\"snippets\\\",\\\"fragmenter\\\":\\\"fragmenter\\\",\\\"Solr\\\":\\\"Solr\\\",\\\"Highlighter\\\":\\\"Highlighter\\\",\\\"Reload Core\\\":\\\"Reload Core\\\",\\\"Solr host\\\":\\\"Solr host\\\",\\\"The host name or IP of your Solr server, e.g. localhost or www.example.com.\\\":\\\"The host name or IP of your Solr server, e.g. localhost or www.example.com.\\\",\\\"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.\\\",\\\"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 server URI\\\":\\\"Solr server URI\\\",\\\"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.\\\",\\\"Index items using an Apache Solr search server.\\\":\\\"Index items using an Apache Solr search server.\\\",\\\"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.\\\",\\\"Any language\\\":\\\"Any language\\\",\\\"Retrieve result data from Solr\\\":\\\"Retrieve result data from Solr\\\",\\\"Highlight retrieved data\\\":\\\"Highlight retrieved data\\\",\\\"Language field\\\":\\\"Language field\\\",\\\"Solr field\\\":\\\"Solr field\\\",\\\"@autocommit_time before updates are processed.\\\":\\\"@autocommit_time before updates are processed.\\\",\\\"ID field\\\":\\\"ID field\\\",\\\"Search API server\\\":\\\"Search API server\\\",\\\"Search API index\\\":\\\"Search API index\\\",\\\"Solr Document\\\":\\\"Solr Document\\\",\\\"The file is empty.\\\":\\\"The file is empty.\\\",\\\"(@index_size on disk)\\\":\\\"(@index_size on disk)\\\",\\\"Text Files\\\":\\\"Text Files\\\",\\\"Solr Core Name\\\":\\\"Solr Core Name\\\",\\\"Pending Deletions\\\":\\\"Pending Deletions\\\",\\\"Label field\\\":\\\"Label field\\\",\\\"HTTP protocol\\\":\\\"HTTP protocol\\\",\\\"The HTTP protocol to use for sending queries.\\\":\\\"The HTTP protocol to use for sending queries.\\\",\\\"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.\\\",\\\"Basic Auth\\\":\\\"Basic Auth\\\",\\\"AUTO\\\":\\\"AUTO\\\",\\\"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\\\",\\\"Get config.zip\\\":\\\"Get config.zip\\\",\\\"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\\\",\\\"Query timeout\\\":\\\"Query timeout\\\",\\\"ElisionFilter::articles\\\":\\\"ElisionFilter::articles\\\",\\\"%time (%time_ago ago)\\\":\\\"%time (%time_ago ago)\\\",\\\"@id\\\":\\\"@id\\\",\\\"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\\\",\\\"maxAnalyzedChars\\\":\\\"maxAnalyzedChars\\\",\\\"regex.slop\\\":\\\"regex.slop\\\",\\\"regex.pattern\\\":\\\"regex.pattern\\\",\\\"regex.maxAnalyzedChars\\\":\\\"regex.maxAnalyzedChars\\\",\\\"usePhraseHighlighter\\\":\\\"usePhraseHighlighter\\\",\\\"highlightMultiTerm\\\":\\\"highlightMultiTerm\\\",\\\"preserveMulti\\\":\\\"preserveMulti\\\",\\\"mergeContiguous\\\":\\\"mergeContiguous\\\",\\\"requireFieldMatch\\\":\\\"requireFieldMatch\\\",\\\"fragsize\\\":\\\"fragsize\\\",\\\"Enable JMX\\\":\\\"Enable JMX\\\",\\\"CJKBigramFilterFactory::han\\\":\\\"CJKBigramFilterFactory::han\\\",\\\"CJKBigramFilterFactory::hiragana\\\":\\\"CJKBigramFilterFactory::hiragana\\\",\\\"CJKBigramFilterFactory::katakana\\\":\\\"CJKBigramFilterFactory::katakana\\\",\\\"CJKBigramFilterFactory::hangul\\\":\\\"CJKBigramFilterFactory::hangul\\\",\\\"Solr Admin\\\":\\\"Solr Admin\\\",\\\"I know what I'm doing!\\\":\\\"I know what I'm doing!\\\",\\\"NGramFilter:: EdgeNGramFilter::minGramSize\\\":\\\"NGramFilter:: EdgeNGramFilter::minGramSize\\\",\\\"NGramFilter:: EdgeNGramFilter::maxGramSize\\\":\\\"NGramFilter:: EdgeNGramFilter::maxGramSize\\\",\\\"solr.install.dir\\\":\\\"solr.install.dir\\\",\\\"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\\\",\\\"Requires Drupal core:\\\":\\\"Requires Drupal core:\\\",\\\"@low_version_number to @high_version_number\\\":\\\"@low_version_number to @high_version_number\\\",\\\"Includes: @render_var\\\":\\\"Includes: @render_var\\\",\\\"Compatible\\\":\\\"Compatible\\\"},\\\"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\\\"},\\\"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 type\\\":\\\"Order type\\\",\\\"Store type\\\":\\\"Store type\\\",\\\"Order\\\":\\\"Order\\\",\\\"Promotion\\\":\\\"Promotion\\\",\\\"Store\\\":\\\"Store\\\",\\\"order\\\":\\\"order\\\",\\\"promotion\\\":\\\"promotion\\\",\\\"store\\\":\\\"store\\\",\\\"orders\\\":\\\"orders\\\",\\\"promotions\\\":\\\"promotions\\\",\\\"stores\\\":\\\"stores\\\"},\\\"items to index\\\":{\\\"all\\\":\\\"all\\\"}}\");\n\n//# sourceURL=webpack://materio.com/./web/themes/custom/materiotheme/vuejs/i18n/en.json?"); - -/***/ }), - -/***/ "./web/themes/custom/materiotheme/vuejs/i18n/fr.json": -/*!***********************************************************!*\ - !*** ./web/themes/custom/materiotheme/vuejs/i18n/fr.json ***! - \***********************************************************/ -/*! default exports */ -/*! export Abbreviated 1 letter weekday Friday [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export F [provided] [no usage info] [missing usage info prevents renaming] */ -/*! other exports [not provided] [no usage info] */ -/*! export Abbreviated 1 letter weekday Monday [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export M [provided] [no usage info] [missing usage info prevents renaming] */ -/*! other exports [not provided] [no usage info] */ -/*! export Abbreviated 1 letter weekday Saturday [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export S [provided] [no usage info] [missing usage info prevents renaming] */ -/*! other exports [not provided] [no usage info] */ -/*! export Abbreviated 1 letter weekday Sunday [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export S [provided] [no usage info] [missing usage info prevents renaming] */ -/*! other exports [not provided] [no usage info] */ -/*! export Abbreviated 1 letter weekday Thursday [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export T [provided] [no usage info] [missing usage info prevents renaming] */ -/*! other exports [not provided] [no usage info] */ -/*! export Abbreviated 1 letter weekday Tuesday [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export T [provided] [no usage info] [missing usage info prevents renaming] */ -/*! other exports [not provided] [no usage info] */ -/*! export Abbreviated 1 letter weekday Wednesday [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export W [provided] [no usage info] [missing usage info prevents renaming] */ -/*! other exports [not provided] [no usage info] */ -/*! export Abbreviated month name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Apr [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Aug [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Dec [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Feb [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Jan [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Jul [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Jun [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Mar [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export May [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Nov [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Oct [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sep [provided] [no usage info] [missing usage info prevents renaming] */ -/*! other exports [not provided] [no usage info] */ -/*! export Abbreviated weekday [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fr [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fri [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Mo [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Mon [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sa [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sat [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Su [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sun [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Th [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Thu [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tu [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tue [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export We [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Wed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! other exports [not provided] [no usage info] */ -/*! export Address label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Address line 1 [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Address line 2 [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administrative area (e.g. State or Province) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Area [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cedex [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export City [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Company [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export County [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Department [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Dependent locality (e.g. Neighbourhood) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export District [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Do si [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Eircode [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Emirate [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export First name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Island [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Last name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Locality (e.g. City) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Middle name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Neighborhood [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Oblast [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Parish [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pin code [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Post town [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Postal code [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Prefecture [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Province [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sorting code [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export State [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Street address [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Street address line 2 [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Suburb [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Townland [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Village township [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Zip code [provided] [no usage info] [missing usage info prevents renaming] */ -/*! other exports [not provided] [no usage info] */ -/*! export Commerce [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Order [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Order type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Promotion [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Store [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Store type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export order [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export orders [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export promotion [provided] [no usage info] [missing usage info prevents renaming] */ /*! export promotions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export store [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export stores [provided] [no usage info] [missing usage info prevents renaming] */ -/*! other exports [not provided] [no usage info] */ -/*! export Entity type group [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Other [provided] [no usage info] [missing usage info prevents renaming] */ -/*! other exports [not provided] [no usage info] */ -/*! export Entity type label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @count @label\u0003@count @label entities [provided] [no usage info] [missing usage info prevents renaming] */ -/*! other exports [not provided] [no usage info] */ -/*! export Font weight [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Strong [provided] [no usage info] [missing usage info prevents renaming] */ -/*! other exports [not provided] [no usage info] */ -/*! export Long month name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export April [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export August [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export December [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export February [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export January [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export July [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export June [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export March [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export May [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export November [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export October [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export September [provided] [no usage info] [missing usage info prevents renaming] */ -/*! other exports [not provided] [no usage info] */ -/*! export PHP date format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export D, m/d/Y - H:i [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export jS F Y [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export l, F j, Y - H:i [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export m/d/Y - H:i [provided] [no usage info] [missing usage info prevents renaming] */ -/*! other exports [not provided] [no usage info] */ -/*! export Plural [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Disabled [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enabled [provided] [no usage info] [missing usage info prevents renaming] */ -/*! other exports [not provided] [no usage info] */ -/*! export Sort order [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Alphabetical [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default sort [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Numerical [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Order [provided] [no usage info] [missing usage info prevents renaming] */ -/*! other exports [not provided] [no usage info] */ -/*! export Text alignment [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Center [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Left [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Right [provided] [no usage info] [missing usage info prevents renaming] */ -/*! other exports [not provided] [no usage info] */ -/*! export Validation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Address Format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allowed values [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Book outline. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Bundle [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comment author name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Complex data [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content translation synchronized fields [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Count [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Country [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Datetime format valid for datetime type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Email [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity Reference reference access [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity Reference valid reference [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity changed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity has field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity untranslatable fields [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Feed URL [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Feed title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File URI [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File Validation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Forum leaf [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Length [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link URI can be accessed by the user. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link data valid for link type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Menu settings. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No broken internal links [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No dangerous external protocols [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export NotNull [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Null [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Password required for protected field change [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Path alias. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Primitive type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Range [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Regex [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unique field constraint [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Universally Unique Identifier [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User email required [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User email unique [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User name unique [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Valid moderation state [provided] [no usage info] [missing usage info prevents renaming] */ -/*! other exports [not provided] [no usage info] */ -/*! export View entity type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Views [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export view [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export views [provided] [no usage info] [missing usage info prevents renaming] */ -/*! other exports [not provided] [no usage info] */ -/*! export With components [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Extend [provided] [no usage info] [missing usage info prevents renaming] */ -/*! other exports [not provided] [no usage info] */ -/*! export ampm [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export am [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export pm [provided] [no usage info] [missing usage info prevents renaming] */ -/*! other exports [not provided] [no usage info] */ -/*! export decimal places [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Scale [provided] [no usage info] [missing usage info prevents renaming] */ -/*! other exports [not provided] [no usage info] */ -/*! export default [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export \n

You can align images, videos, blockquotes and so on to the left, right or center. Examples:

\n
    \n
  • Align an image to the left: <img src=\"\" data-align=\"left\" />
  • \n
  • Align an image to the center: <img src=\"\" data-align=\"center\" />
  • \n
  • Align an image to the right: <img src=\"\" data-align=\"right\" />
  • \n
  • … and you can apply this to other elements as well: <video src=\"\" data-align=\"center\" />
  • \n
[provided] [no usage info] [missing usage info prevents renaming] */ -/*! export \n

You can caption images, videos, blockquotes, and so on. Examples:

\n
    \n
  • <img src=\"\" data-caption=\"This is a caption\" />
  • \n
  • <video src=\"\" data-caption=\"The Drupal Dance\" />
  • \n
  • <blockquote data-caption=\"Dries Buytaert\">Drupal is awesome!</blockquote>
  • \n
  • <code data-caption=\"Hello world in JavaScript.\">alert(\"Hello world!\");</code>
  • \n
[provided] [no usage info] [missing usage info prevents renaming] */ -/*! export - Basic validation - [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export !!binary MQNAY291bnQ= [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export !!binary MSBwbGFjZQNAY291bnQgcGxhY2Vz [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export != [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export !has [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export !modules modules are available in the modified list. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export !permissions permissions are available in the modified list. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export !tour_item of !total [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export \"%\" may not be used for the first segment of a path. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export \"File\" media source configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export \"Image\" media source configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export \"Off\" label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export \"On\" label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export \"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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export # [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export % [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export % Complete [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %action was applied to @count item.\u0003%action was applied to @count items. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %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 [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %archive_file does not contain any .info.yml files. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %capital_name contains terms grouped under parent terms [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %capital_name contains terms grouped under parent terms. You can reorganize the terms in %capital_name using their drag-and-drop handles. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %capital_name contains terms with multiple parents. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %capital_name contains the following terms. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %email is not a valid email address. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %emails are not valid email addresses. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %entity_label: Administer display [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %entity_label: Administer fields [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %entity_label: Administer form display [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %field cannot contain any markup. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %field must be a valid language tag as defined by the W3C. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %field settings for %bundle [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %field_name field is used to store the essential information about the media item. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %field_type field will be automatically created on this type to store the essential information about the media item. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %label has been deleted. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %label is used by the %field field on your site. You can not remove this comment type until you have removed the field. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %language (%langcode) domain [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %language (%langcode) path prefix [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %language (%langcode) path prefix (Default language) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %module module installed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %module module uninstalled. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %name field is not in the right format. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %name has been deleted. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %name has been disabled. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %name is blocked or has not been activated yet. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %name is not a valid number. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %name is not recognized as a username or an email address. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %name is using the following invalid tokens: @invalid-tokens. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %name must be a number. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %name must be a positive integer. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %name must be a valid color. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %name must be an integer. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %name must be higher than or equal to %min. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %name must be lower than or equal to %max. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %name must contain at least one token.\u0003%name must contain at least @count tokens. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %name must contain at most one token.\u0003%name must contain at most @count tokens. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %name: The integer must be larger or equal to %min. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %name: may not be longer than @max characters. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %name: the email address can not be longer than @max characters. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %name: the telephone number may not be longer than @max characters. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %name: the text may not be longer than @max characters. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %name: the value may be no greater than %max. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %name: the value may be no less than %min. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %name: this field cannot hold more than @count values. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %num_indexed of %num_total indexed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %path is a directory and cannot be removed using file_unmanaged_delete(). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %percentage of the site has been indexed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %profile_name (%profile-%version) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %project is already installed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %recipient is an invalid email address. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %sender-name (@sender-from) sent %recipient-name an email. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %sender-name (@sender-from) sent an email regarding %contact_form. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %theme is now the default theme. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %theme is the default theme and cannot be uninstalled. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %theme theme installed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %time (%time_ago ago) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %time ago [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %time hence [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %time left [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %title is part of a book outline, and has associated child pages. If you proceed with deletion, the child pages will be relocated automatically. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %title may be added to hierarchy again using the Outline tab. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %transition transition deleted. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %type: @message in %function (line %line of %file) @backtrace_string. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %type: @message in %function (line %line of %file). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %type_name: Create new content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %type_name: Create new media [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %type_name: Delete any content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %type_name: Delete any media [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %type_name: Delete own content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %type_name: Delete own media [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %type_name: Delete revisions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %type_name: Edit any content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %type_name: Edit any media [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %type_name: Edit own content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %type_name: Edit own media [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %type_name: Revert revisions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %type_name: View revisions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %user is now using a new shortcut set called %set_name. You can edit it from this page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %user is now using the %set_name shortcut set. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %vocabulary: Create terms [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %vocabulary: Delete terms [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %vocabulary: Edit terms [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %workflow workflow: Use %transition transition. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export %workspace_label is now the active workspace. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export <Any> [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export (@index_size on disk) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export (@pending_docs sent but not yet processed) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export (Empty) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export (No description available) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export (No subject) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export (Security update) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export (Sticky header effects will not be active for preview below, only on live output.) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export (Theme) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export (Unsupported) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export (active tab) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export (all translations) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export (first item is 0) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export (formerly Global Redirect features) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export (link is external) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export (link sends email) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export (start from last values) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export (this translation) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export (upscaling allowed) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export (version @version available) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export +@item_offset [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export +@offset [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export , [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export - @name - [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export - All - [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export - All languages - [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export - Any - [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export - Choose page type - [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export - Create - [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export - Create a new book - [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export - Default - [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export - Default site/user time zone - [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export - Default site/user timezone - [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export - Hidden - format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export - No override - [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export - No preference - [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export - No replacement - [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export - No server - [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export - No value - [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export - None (original image) - [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export - None - [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export - None selected - [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export - Restricted access - [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export - Select - [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export - Select a field type - [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export - Select a value - [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export - Select a view - [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export - Select an existing field - [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export - Site default - [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export - Skip field - [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export - Use default - [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export - empty image - [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export -- Select action -- [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export -1 (Unlimited) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export -@item_offset [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export -@offset [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export -Select- [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export ... [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 0 sec [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 0 seconds [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 1\u0003@count [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 1 @label revision.\u0003@count @label revisions. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 1 block is available in the modified list.\u0003@count blocks are available in the modified list. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 1 byte\u0003@count bytes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 1 character\u0003@count characters [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 1 comment\u0003@count comments [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 1 day\u0003@count days [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 1 debug message\u0003@count debug messages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 1 entity display updated: @displays.\u0003@count entity displays updated: @displays. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 1 error has been found: \u0003@count errors have been found: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 1 exception\u0003@count exceptions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 1 fail\u0003@count fails [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 1 hour\u0003@count hours [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 1 item\u0003@count items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 1 item successfully processed:\u0003@count items successfully processed: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 1 min\u0003@count min [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 1 minute [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 1 minute\u0003@count minutes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 1 month\u0003@count months [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 1 new\u0003@count new [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 1 new comment\u0003@count new comments [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 1 new post in forum %title\u0003@count new posts in forum %title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 1 new post in topic %title\u0003@count new posts in topic %title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 1 pass\u0003@count passes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 1 pending update\u0003@count pending updates [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 1 pending update (@number_applied to be applied, @number_incompatible skipped)\u0003@count pending updates (@number_applied to be applied, @number_incompatible skipped) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 1 place\u0003@count places [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 1 sec\u0003@count sec [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 1 second\u0003@count seconds [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 1 server\u0003@count servers [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 1 upgrade failed\u0003@count upgrades failed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 1 user\u0003@count users [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 1 user has chosen or been assigned to this shortcut set.\u0003@count users have chosen or been assigned to this shortcut set. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 1 view\u0003@count views [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 1 week\u0003@count weeks [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 1 year\u0003@count years [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 10 minute [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 12 hour time [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 15 minute [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 1st parent [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 24 hour time [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 2nd parent [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 30 minute [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 300 Multiple Choices [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 301 Moved Permanently [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 302 Found [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 303 See Other [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 304 Not Modified [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 305 Use Proxy [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 307 Temporary Redirect [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 3:2 Image [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 3rd parent [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 Redirect 404 submodule to be able to log all paths that have resulted in 404 errors. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 404 error database logging settings. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 404 error database logs to keep [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 404 error database logs to keep. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 4th parent [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 5 minute [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 5th parent [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 6th parent [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 7th parent [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 8th parent [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 9th parent [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export : [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export < [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export <= [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export <> [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export \"Fix 404 pages\" 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hypertext Application Language (HAL) is a format that supports the linking required for hypermedia APIs. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Log in or register to post comments [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Log in to post comments [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable translation for content types, taxonomy vocabularies, accounts, or any other element you wish to translate. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @id [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Experimental modules are provided for testing purposes only. Use at your own risk. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pathauto settings are set to ignore paths which already have a URL alias. You can only create URL aliases for paths having none. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Media queries 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Abbrev. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export OPML integration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export OPML 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export TLA [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Advanced actions are user-created and have to be configured individually. Create an advanced action on the Actions page 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Alt field required [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Browser 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 language codes used on your site. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Duplicate responsive image style @label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit @type @title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit responsive image style @label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Either upload a file or enter a URL. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Forum topics submitted by users (for example, How to cook potatoes), which start discussions. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Forums (for example, Recipes for cooking vegetables) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Media reference fields offer several advantages over basic File and Image references: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Roles are used to group and classify users; each user can be assigned one or more roles. Typically there are two pre-defined roles: Anonymous user (users that are not logged in), and Authenticated user (users that are registered and logged in). Depending on how your site was set up, an Administrator 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 Roles administration page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Selected language allows you to specify the site's default language or a specific language as the fall-back language. This method should be listed last. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Session determines the interface language from a request or session parameter (for example example.com?language=de would set the interface language to German based on the use of de as the language parameter). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Simple actions do not require configuration and are listed automatically as available on the Actions page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The media source cannot be changed after the media type is created. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Title field required [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export URL sets the interface language based on a path prefix or domain (for example specifying de for German would result in URLs like example.com/de/contact). 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User follows the language configuration set on the user's profile page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export

Fields can be dragged into groups with unlimited nesting. Each fieldgroup format comes with a configuration form, specific for that format type.
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.

[provided] [no usage info] [missing usage info prevents renaming] */ -/*! export

Choose a language from the list, or choose \"Custom language...\" at the end of the list.

Click the \"Add language\" button when you are done choosing your language.

When adding a custom language, you will get an additional form where you can provide the name, code, and direction of the language.

[provided] [no usage info] [missing usage info prevents renaming] */ -/*! export

Choose if the language is a \"Left to right\" or \"Right to left\" language.

Note that not all themes support \"Right to left\" layouts, so test your theme if you are using \"Right to left\".

[provided] [no usage info] [missing usage info prevents renaming] */ -/*! export

Now that you have an overview of the \"Add languages\" feature, you can continue by:

[provided] [no usage info] [missing usage info prevents renaming] */ -/*! export

Now that you have an overview of the \"Edit language\" feature, you can continue by:

[provided] [no usage info] [missing usage info prevents renaming] */ -/*! export

Now that you have an overview of the \"Languages\" page, you can continue by:

[provided] [no usage info] [missing usage info prevents renaming] */ -/*! export

Operations are provided for editing and deleting your languages.

You can edit the name and the direction of the language.

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.

[provided] [no usage info] [missing usage info prevents renaming] */ -/*! export

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. 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.

The default settings should be appropriate for the majority of sites.

[provided] [no usage info] [missing usage info prevents renaming] */ -/*! export

The \"Languages\" page allows you to add, edit, delete, and reorder languages for the site.

[provided] [no usage info] [missing usage info prevents renaming] */ -/*! export

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.

[provided] [no usage info] [missing usage info prevents renaming] */ -/*! export

This is a one-time login for %user_name and will expire on %expiration_date.

Click on this button to log in to the site and change your password.

[provided] [no usage info] [missing usage info prevents renaming] */ -/*! export

This is a one-time login for %user_name.

Click on this button to log in to the site and change your password.

[provided] [no usage info] [missing usage info prevents renaming] */ -/*! export

This page provides the ability to add common languages to your site.

If the desired language is not available, you can add a custom language.

[provided] [no usage info] [missing usage info prevents renaming] */ -/*! export

This page provides the ability to edit a language on your site, including custom languages.

[provided] [no usage info] [missing usage info prevents renaming] */ -/*! export

To add more languages to your site, click the \"Add language\" button.

Added languages will be displayed in the language list and can then be edited or deleted.

[provided] [no usage info] [missing usage info prevents renaming] */ -/*! export

To reorder the languages on your site, use the drag icons next to each language.

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.

When you are done with reordering the languages, click the \"Save configuration\" button for the changes to take effect.

[provided] [no usage info] [missing usage info prevents renaming] */ -/*! export

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.

[provided] [no usage info] [missing usage info prevents renaming] */ -/*! export

You cannot change the code of a language on the site, since it is used by the system to keep track of the language.

[provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Log in for anonymous users [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export by @author_name @created_date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export {{ translation_status }}\n{% if translation_outdated %} {{ 'outdated'|t }}{% endif %} [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Place block in the %region region [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Set up the public files directory to make these optimizations available. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @language_name (Original language) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Back up your code. 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Back up your database. This process will change your database values and in case of emergency you may need to revert to a backup. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure your website Once logged in, visit the Administration page, where you may customize and configure all aspects of your website. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Congratulations! You have successfully installed the Content Sync module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Customize your website design To change the \"look and feel\" of your website, visit the Appearance page. You may choose from one of the included themes or download additional themes from the Drupal.org themes page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Do not add any content to the new site before upgrading. Any existing content is likely to be overwritten by the upgrade process. See the upgrade preparation guide. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable additional functionality Next, visit the Extend page and enable modules that suit your specific needs. You can find additional modules at the Drupal.org modules page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable all modules on this new site 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity Reference 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 the online documentation for the Entity Reference module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If the old site has private files, a copy of its files directory must also be accessible on the host of this new site. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Label: @label
Type: @type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Note: In 'Entity Reference' displays, all fields will be displayed inline unless an explicit selection of inline fields is made here. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Note: there is no confirmation. Be sure of your action before clicking the \"Delete aliases now!\" button.
You may want to make a backup of the database and/or the url_alias table prior to using this feature. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Number fields: When you add a number field you can choose from three types: decimal, float, and integer. The decimal number field type allows users to enter exact decimal values, with fixed numbers of decimal places. The float number field type allows users to enter approximate decimal values. The integer 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Page caching will be disabled on any page where a form is present if the Honeypot time limit is not set to 0. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Reminder: don't forget to set the $settings['update_free_access'] value in your settings.php file back to FALSE. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Start posting content Finally, you may add new content to your website. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Warning: There is currently 1 menu link in %title. It will be deleted (system-defined items will be reset).\u0003Warning: There are currently @count menu links in %title. They will be deleted (system-defined links will be reset). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Subscripted [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Superscripted [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export
    \n
  • To start over, you must empty your existing database and copy default.settings.php over settings.php.
  • \n
  • To upgrade an existing installation, proceed to the update script.
  • \n
  • View your existing site.
  • \n
[provided] [no usage info] [missing usage info prevents renaming] */ -/*! export = [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export > [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export >= [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @action @title configuration options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @argument input [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @argument title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @autocommit_time before updates are processed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @backend connection settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @bundle @label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @bundle @label were skipped as they are under moderation and may not be directly published. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @bundle @label were skipped as they are under moderation and may not be directly unpublished. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @bundle types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @bundle: Create @type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @bundle: Delete @type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @bundle: Delete any @type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @bundle: Delete own @type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @bundle: Duplicate any @type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @bundle: Duplicate own @type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @bundle: Update @type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @bundle: Update any @type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @bundle: Update own @type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @bundle: View @type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @bundle: View any @type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @bundle: View own @type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @bundle_type is @bundle [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @bundle_type is @bundles or @last [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @code (@title) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @collection configuration collection [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @count (default setting) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @count changed\u0003@count changed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @count contextual link\u0003@count contextual links [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @count disallowed HTML string(s) in files: @files. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @count item\u0003@count items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @count item\u0003Paged, @count items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @count item, skip @skip\u0003@count items, skip @skip [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @count item, skip @skip\u0003Paged, @count items, skip @skip [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @count new\u0003@count new [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @count removed\u0003@count removed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @count renamed\u0003@count renamed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @count styles configured [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @current of @total [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @datasource datasource [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @date by @username [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @description [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @dir can not be opened [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @display '@id': Component '@name' was disabled because its settings depend on removed dependencies. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @driver_name settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @drupal requires read permissions to %file at all times. The webhosting issues documentation section offers help on this and other topics. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @entity [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @entity being viewed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @entity fields [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @entity types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @entity using @field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @entity using @field_name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @entity_label flag [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @entity_label translation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @entity_type entities [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @entity_type revision [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @entity_type revisions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @entity_type selection [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @entity_type_label ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @field (indexed field) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @field_name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @field_name (Locked) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @field_name: @label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @group (historical data) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @group (historical data): @field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @group: @field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @group: @title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @groupName button group in position @position of @positionCount in row @row of @rowCount. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @index was not found [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @indexed/@total indexed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @item [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @item_low-@item_high [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @items enabled [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @label (@column) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @label (@derivative) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @label (@id) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @label (@name) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @label (@name:@column) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @label (@name:delta) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @label (@type) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @label (Original translation) - The following translations will be deleted: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @label (Translation is not supported). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @label (Visibility: @plugin_ids) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @label (disabled) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @label (@source_language) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @label (read-only) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @label ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @label being aliased [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @label bundle [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @label can be duplicated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @label can not be duplicated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @label fields [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @label moderation state [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @label referenced from @field_name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @label revision ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @label tokens. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @label:@column [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @label:delta [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @label@column (@argument) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @langname revisions for %title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @language (original) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @language translation of %label was deleted [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @language translation of the @type %label has been deleted. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @local-task-title@active [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @low_version_number to @high_version_number [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @message [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @message (@percent%). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @min and @max [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @module [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @module (disabled) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @module (enabled) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @module (disabled) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @module (incompatible with this version of Drupal core) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @module (incompatible with version @version) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @module (missing) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @module administration pages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @module module [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @module_name (incompatible with this version of Drupal core) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @module_name (incompatible with version @version) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @module_name (missing) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @msg [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @name (not verified) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @name @type in position @position of @positionCount in @groupName button group in row @row of @rowCount. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @name @type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @name Alert [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @name cannot be longer than %max characters but is currently %length characters long. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @name comment form [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @name field is not in the right format. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @name field is required. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @name field must be blank. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @name format: @date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @name module [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @name node form [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @name requires at least PHP @version. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @name requires this module and version. Currently using @required_name version @version [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @name requires this module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @name: @langcode [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @node_type comment [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @number [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @on_label / @off_label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @path is not a valid path. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @percent% (@remaining remaining) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @phpversion (more information) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @remote could not be saved to @path. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @required_name (Missing) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @required_name (Version @compatibility required) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @requirements_message (Currently using @item version @version) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @sender-name (@sender-url) has sent you a message via your contact form at @site-name. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @sender-name (@sender-url) sent a message using the contact form at @form-url. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @site is currently under maintenance. We should be back shortly. Thank you for your patience. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @size EB [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @size GB [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @size KB [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @size MB [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @size PB [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @size TB [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @size YB [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @size ZB [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @size limit. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @source_name to @target_name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @target : @location [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @theme (theme) (disabled) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @time ago [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @time ms [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @title (value @number) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @title [%language translation] [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @title [%language translation] (@ref) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @title feed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @title field is required if there is @uri input. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @toolkit settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @tour_item of @total [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @translated/@total (@ratio%) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @type %info has been created. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @type %info has been updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @type %label has been created. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @type %label has been updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @type %title has been created. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @type %title has been reverted to the revision from %revision-date. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @type %title has been updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @type (module: @module) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @type URL [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @type field. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @type field. Also known as %labels. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @type language detection [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @type language selected for page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @type profile [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @type type with delta @delta [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @type: @field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @type: added %info. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @type: added %label. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @type: added %title. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @type: deleted %title revision %revision. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @type: deleted %title. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @type: reverted %title revision %revision. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @type: updated %info. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @type: updated %label. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @type: updated %title. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @type_label bundle [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @uri [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @view : @display [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @view: @display [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export @zone [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A machine-readable OPML file 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 imported via an OPML file. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A forum topic starts a new discussion thread within a forum. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A @entity_type with @field_name %value already exists. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A @type aggregation of the following fields: @fields. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A Drupal path or external URL the more link will point to. Note that this will override the link display setting above. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A Gettext Portable Object file. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A base theme with sensible default CSS classes added. Learn how to use Classy as a base theme in the Drupal 8 Theming Guide. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A boolean indicating the published state. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A boolean indicating whether the node is translated into target language. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A boolean indicating whether the node is visible on the front page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A boolean indicating whether the node should sort to the top of content lists. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A boolean indicating whether the target language is default language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A boolean indicating whether the target language translation is outdated [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A boolean indicating whether the translation is visible to non-translators. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A boolean indicating whether the translation source of target language is same as the row language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A boolean indicating whether this block is reusable. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A boolean indicating whether this translation needs to be updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A brief description of your block. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A certain key [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A client error happened [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A collection of states and transitions between those states. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A color variable for a theme. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A comment that is associated with this file, usually because this file is in a field on the comment. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A confirmation request to cancel your account has been sent to your email address. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A date in '@type' format. (%date) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A date in 'long' format. (%date) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A date in 'medium' format. (%date) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A date in 'short' format. (%date) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A date in 'time-since' format. (%date) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A date in UNIX timestamp format (%date) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A date in a custom format. See the PHP documentation for details. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A date in any machine readable format. CCYY-MM-DD HH:MM:SS is preferred. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A default base theme using Drupal 8.0.0's core markup and CSS. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A description of field. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A description of the menu [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A directory relative to Drupal's files directory where uploaded images will be stored. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A disclaimer block contains disclaimer and copyright text. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A display whose path ends with a % cannot be a tab. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A feed named %title already exists. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A feed named %value already exists. Enter a unique title. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A feed with the URL %url already exists. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A feed with this URL %value already exists. Enter a unique URL. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A field containing a long string value. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A field containing a plain string value. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A file that is associated with this comment, usually because it is in a field on the comment. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A file that is associated with this node, usually because it is in a field on the node. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A file that is associated with this taxonomy term, usually because it is in a field on the taxonomy term. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A file that is associated with this user, usually because it is in a field on the user. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A flag for whether the link should be enabled in menus or hidden. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A flag indicating whether this is the default translation. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A flag indicating whether this was a default revision when it was saved. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A flag to indicate if the link points to a full URL starting with a protocol, like http:// (1 = external, 0 = internal). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A flag to indicate that the user has manually created or edited the link (1 = customized, 0 = not customized). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A flexible, recolorable theme with many regions and a responsive, mobile-first layout. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A footer promo block contains a title, promo text, and a \"find out more\" link. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A forum holds related forum topics. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A forum is represented by a hierarchical structure, consisting of: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 Leave shadow copy option creates a link in the original forum pointing to the new location. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A history of the site's user logins. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A label is required for the specified operator. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A label is required if the value for this item is defined. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A language object. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A layout section [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A list field (@field_name) with existing data cannot have its keys changed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A list of HTML tags that can be used. By default only the lang and dir 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 jump-*. JavaScript event attributes, JavaScript URLs, and CSS are always stripped. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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.
These styles should be available in your theme's CSS file. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A list of new users [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A list of users that are currently logged in. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A local file system path where interface translation files will be stored. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A local file system path where temporary files will be stored. This directory should not be accessible over the web. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A locally hosted audio file. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A locally hosted video file. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A more link to the feed detail page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A name to show. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 - None -. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A predefined country code [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A random hash. The possible hashing algorithms are: @hash-algos. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A random number from 0 to @max. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 All languages. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A regular expression (\"/(35|38)[0-9]{3}/\") or comma-separated list, including ranges (\"98, 100:200\") [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A remotely hosted video from YouTube or Vimeo. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A responsive image style associates an image style with each breakpoint defined by your theme. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A role defines a group of users that have certain privileges. These privileges are defined on the Permissions page. 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A serialized array of options to set on the URL, such as a query string or HTML attributes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A server error has occurred. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A set of improvements to the core Views code that allows for greater control over Blocks. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A short name to help you identify this pattern in the patterns list. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A simple client-side hierarchical select widget for taxonomy terms. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A simple floating tool bar with debug information [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A simple pager containing previous and next links. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A single domain [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A single domain (default) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A space-separated list of HTML tags allowed in the content of feed items. Disallowed tags are stripped from the content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A sql aggregation type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A string to identify the handler instance in the admin UI. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A support module to test altering the inbound and outbound path. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A taxonomy term that is associated with this file, usually because this file is in a field on the taxonomy term. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A title semantically associated with your table for increased accessibility. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A unique ID per handler type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A unique label for this advanced action. This label will be displayed in the interface of modules that integrate with actions. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A unique machine-readable name containing letters, numbers, and underscores. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A unique machine-readable name for this View. It must only contain lowercase letters, numbers, and underscores. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A unique machine-readable name for this media type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A unique machine-readable name. Can only contain lowercase letters, numbers, and underscores. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A unique name for this action. It must only contain lowercase letters, numbers and underscores. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A unique name for this block instance. Must be alpha-numeric and underscore separated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A unique name to construct the URL for the menu. It must only contain lowercase letters, numbers and hyphens. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A user is considered online for this long after they have last viewed a page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A user that is associated with this file, usually because this file is in a field on the user. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A user with the Administer fields permission for a certain entity type may add Taxonomy term reference fields to the entity type, which will allow entities to be classified using taxonomy terms. See the Entity Reference help for more information about reference fields. See the Field module help and the Field UI help pages for general information on fields and how to create and manage them. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A user-defined date format. See the PHP manual for available options. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A user-defined date format. See the PHP manual for available options. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A value is required if the label for this item is defined. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A value must be selected for %part. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A welcome message with further instructions has been emailed to the new user %name. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A welcome message with further instructions has been sent to your email address. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export A working cron maintenance task is required to update feeds automatically. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export AJAX [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export AM [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export AM/PM [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export AND [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export AND/OR combination limit [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export API key [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export AUTO [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Abbreviation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export About [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export About text formats [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Above [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Above the preview [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Absolute URL [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Accepted request formats [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Access [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Access @method on %label resource [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Access denied [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Access developer information [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Access in-place editing [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Access media overview [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Access operation to check [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Access options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Access restrictions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Access the @type overview page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Access the Content overview page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Access the Files overview page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Access the taxonomy vocabulary overview page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Access to update.php [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Access tours [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Access type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Access will be granted to users with any of the specified roles. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Access will be granted to users with the specified permission string. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Accessibility features [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Accesskey [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Accordion [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Account [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Account Name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Account activation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Account administration pages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Account administration pages language setting. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Account blocked [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Account canceled [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Account cancellation URL [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Account cancellation confirmation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Account cancellation request for [user:display-name] at [site:name] [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Account cancelled [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Account created by administrator [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Account details for [user:display-name] at [site:name] [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Account details for [user:display-name] at [site:name] (approved) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Account details for [user:display-name] at [site:name] (blocked) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Account details for [user:display-name] at [site:name] (canceled) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Account details for [user:display-name] at [site:name] (pending admin approval) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Account settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Account's permissions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Acronym [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Action [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Action ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Action configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Action description [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Action settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Action title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Action to take if filter value does not validate [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Action type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Actions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Activate [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Activate Workspace [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Activate the %workspace workspace. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Activated [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Active [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Active Modules [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Active Themes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Active forum Count [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Active forum block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Active forum topics [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Active forum topics block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Active menu trail [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Active toolbar [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Activity [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Activity Tracker [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Adaptive [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add \"…\" at the end of trimmed text [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add %label effect [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add %type custom block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add @type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add @bundle [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add @display [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add @entity-type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add @label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add @language translation for %label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add @type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add @type_singular [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add Block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add Condition [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add JavaScript snippets [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add Link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add Material [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add Pathauto pattern [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add Relationship [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add Section [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add SolrFieldType [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add Strings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add URL redirect [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add URL redirect from this page to another location [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add Views signature to all SQL queries [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add a custom block. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add a CKEditor button group to the end of this row. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add a clone action for all entities [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add a feed in RSS, RDF or Atom format. A feed may only have one entry. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add a form element that lets you run operations on multiple comments. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add a form element that lets you run operations on multiple nodes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add a form element that lets you run operations on multiple users. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add a form element that lets you use a view as a base to select entities in entity browser. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add a front controller that you can use to make subrequests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add a language to be supported by your site. If your desired language is not available, pick Custom language... at the end and provide a language code and other details manually. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add a migration missing a source and destination migration provider and a source plugin missing a migration provider. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add a more link to the bottom of the display. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add a new @entity_type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add a new context. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add a new field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add a new file [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add a new group [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add a new mapping [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add a new role [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add a new state [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add a new transition [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add a new user [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add a read-more link if output is trimmed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add a relationship [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add a role to the selected users [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add admin comments to @label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add alias [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add an url alias for each node. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add and configure @types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add and enable modules to extend site functionality. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add and modify shortcut sets. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add another [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add another item [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add attribute [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add child page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add comment link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add comment type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add condition [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add contact form [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add container [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add content and child pages to books and manage their hierarchies. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add content type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add context [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add custom URLs to existing paths. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add custom block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add custom block type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add custom global field for testing purposes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add custom language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add date format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add default classes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add effect [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add existing @type_singular [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add feed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add feeds or import OPMLs to gather external content and configure how often they are updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add fields [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add filters to limit the results in the output. E.g., to only show content that is published, you would add a filter for Published and select Yes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add flag [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add form mode [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add forum [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add group [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add icon to external links [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add icon to mailto links [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add image effect [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add image style [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add index [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add lowercase letters [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add matcher [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add media [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add media type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add menu [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add menu link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add new [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add new %label @entity-type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add new @node_type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add new @type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add new @type_singular [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add new comment [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add new context [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add new field: you need to provide a label. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add new field: you need to provide a machine name for the field. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add new form mode [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add new group [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add new group: the group name %group_name already exists. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add new group: the group name %group_name is invalid. The name must include only lowercase unaccentuated letters, numbers, and underscores. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add new group: the group name %group_name is too long. The name is limited to 32 characters, including the 'group_' prefix. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add new group: you need to provide a group name. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add new search page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add new view [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add new view mode [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add numbers [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add profile [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add punctuation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add redirect [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add redirects for 404 pages. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add rel=\"@rel\" [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add rel=\"nofollow\" to all links [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add rel=\"nofollow\" to links [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add required context [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add responsive image style [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add role [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add search index [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add search page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add search server [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add section [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add server [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add shortcut [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add shortcut link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add shortcut set [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add some uncommon punctuation to the replacement list. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add state [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add support for older unsupported Solr versions >= 4.5. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add term [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add terms [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add territory [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add text format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add the @label role to the selected user(s) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add this item to a list [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add this item to the [flagging_collection:name] list [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add this to your flag list [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add to %shortcut_set shortcuts [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add to Cart Form [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add to book outline [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add to cart [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add to every role except the selected ones [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add to shortcuts [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add to the selected roles only [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add tracking for specific roles [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add tracking to specific pages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add transition [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add unrestricted, custom text or markup. This is similar to the custom text field. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add uppercase letters [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add user [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add view [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add view mode [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add views row classes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add vocabulary [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add workflow [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add workspace [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add, edit, and delete custom display modes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add, rearrange or remove filters. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Add, rearrange or remove sorting rules. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Added %label matcher to the @profile profile. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Added %label matcher. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Added a shortcut for %title. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Added content type %name. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Added media type %name. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Added text format %format. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Added to the flag list [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Adding a language switcher block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Adding a new field and re-using an existing field at the same time is not allowed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Adding and managing book content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Adding and removing shortcuts [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Adding attributes to links [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Adding comment types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Adding content to contact forms [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Adding custom blocks [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Adding custom languages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Adding functionality to administrative pages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Adding languages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Adding link text [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Adding media to other content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Adding new terms during content creation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Adding, editing, and deleting feeds [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Additional comment types can be created per entity sub-type and added on the Comment types page. If there are multiple comment types available you can select the appropriate one after adding a Comments field. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Additional classes to provide on each column. Separated by a space. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Additional classes to provide on each row. Separated by a space. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Additional configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Additional data [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Additional information [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Additional name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Additional options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Address [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Address book [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Address field settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Address requires the commerceguys/addressing library. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Adds Matomo javascript tracking code to all your site's pages. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Adds a Config Entity with views data [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Adds a Entity Reference field type with revision support. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Adds access permissions on all actions allowing admins to restrict access on a per-role basis. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Adds an ability to perform bulk operations on selected entities from view results. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Adds an administrative option to bulk delete nodes by content type using the batch API. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Adds an updates report and revert functionality to configuration management [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Adds audio widget for uploading and playing audio files. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Adds autocomplete functionality to searches. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Adds automated timed logout. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Adds layout capabilities to the Field UI. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Adds lesser-used Transition permissions (edit, revert, delete permissions). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Adds menu links like Flush cache, Run cron, Run updates, and Logout under Drupal icon. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Adds menu links to the Admin Toolbar. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Adds the item's URL to the indexed data. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Adjust the display of your forum topics. Organize the forums on the forum structure page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Adjustments [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Admin (user awaiting approval) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Admin Menu Swap [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Admin Toolbar [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Admin Toolbar Extra Tools [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Admin info [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Admin menu [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Admin title of the block/box. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer @type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer Honeypot [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer Honeypot-protected forms and settings. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer Mail System [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer REST resource configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer Search API [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer URL aliases [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer account settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer actions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer and configure your Commerce store. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer blocks [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer blocks, content types, menus, etc. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer book outlines [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer comment types and settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer comments and comment settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer contact forms and contact form settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer content locking settings. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer content types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer field permissions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer forums [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer global URL redirection settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer image styles [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer individual URL redirections [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer languages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer linkit profiles [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer media [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer media types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer menus and menu items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer modules [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer news feeds [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer order types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer pathauto [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer permissions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer product types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer profile types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer responsive images [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer search [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer settings. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer shortcuts [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer site configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer software updates [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer statistics [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer store types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer tests [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer text formats and filters [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer themes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer translation settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer users [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer views [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer vocabularies and terms [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer workflows [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer workspaces [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer your subscriber settings. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administer your subscribers. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administering content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administering shortcuts [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administration menu [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administration pages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administration pages language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administration theme [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administrative UI for Workflow. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administrative area [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administrative comment [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administrative description [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administrative interface for Views. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administrative name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administrative summary [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administrative tags [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administrative task links [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administrative title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administrator role [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administrators can add, edit, and delete feeds, and choose how often to check each feed for newly updated items on the Aggregator administration page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 Aggregator settings page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administrators can choose whether to discard feed items that are older than a specified period of time on the Aggregator settings page. This requires a correctly configured cron maintenance task (see below). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administrators can enter IP addresses to ban on the IP address bans page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Administrators only [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Advanced [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Advanced Views settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Advanced block options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Advanced configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Advanced options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Advanced queue jobs [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Advanced search [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Advanced settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Advanced settings. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Advanced. Enter a namespace for the subquery used by this relationship. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Afghanistan [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Abidjan [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Accra [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Addis Ababa [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Algiers [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Asmara [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Bamako [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Bangui [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Banjul [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Bissau [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Blantyre [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Brazzaville [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Bujumbura [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Cairo [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Casablanca [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Ceuta [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Conakry [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Dakar [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Dar es Salaam [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Djibouti [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Douala [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/El Aaiun [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Freetown [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Gaborone [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Harare [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Johannesburg [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Juba [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Kampala [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Khartoum [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Kigali [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Kinshasa [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Lagos [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Libreville [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Lome [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Luanda [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Lubumbashi [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Lusaka [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Malabo [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Maputo [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Maseru [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Mbabane [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Mogadishu [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Monrovia [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Nairobi [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Ndjamena [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Niamey [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Nouakchott [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Ouagadougou [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Porto-Novo [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Sao Tome [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Tripoli [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Tunis [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Africa/Windhoek [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export After [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export After creating roles, you can set permissions for each role on the Permissions page. 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). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 Responsive image, 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 Field UI module help page. For background information about entities and fields see the Field module help page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Aggregate [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Aggregate CSS files [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Aggregate JavaScript files [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Aggregated field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Aggregated fields [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Aggregates syndicated content (RSS, RDF, and Atom feeds) from external sources. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Aggregation settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Aggregation type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Aggregator [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Aggregator RSS feed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Aggregator XSS [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Aggregator feed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Aggregator feed ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Aggregator feed block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Aggregator feed item [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Aggregator feed items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Aggregator feeds [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Aggregator item [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Aggregator item ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Aggregator item row [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Aggregator items are imported from external RSS and Atom news feeds. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Aggregator refresh [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Aggregator settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Aggregator sources [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Aggregator title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Albania [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Album [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Alert [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Alias [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Alias for @id [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Alias for ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Alias to clear all search indexes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Alias to disable all enabled indexes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Alias to disable the search index with the ID @name. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Alias to enable all disabled indexes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Alias to enable the @server search server. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Alias to enable the search index with the ID @name. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Alias to index all items for all enabled indexes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Alias to list all search indexes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Alias to show the status of all search indexes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Alias: @alias [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export AliasType [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Align [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Align center [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Align images [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Align left [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Align right [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Alignment [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Alignment for @field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All (@count) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All @count items selected [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All @count languages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All @entity_type types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All @entity_type_plural have been deleted. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All @entity_type_plural_label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All Day [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All actions, except selected [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All aliases [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All caches cleared. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All content promoted to the front page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All content that supports translations will be displayed in the selected language. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All content, by letter. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All content, by month. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All displays [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All displays (except overridden) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All errors have been logged. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All errors have been logged. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All except those selected [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All field aliases must be unique [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All field storage configuration objects re-saved. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All images that have been generated for this style will be permanently deleted. The dependent configurations might need manual reconfiguration. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All indexed data was successfully deleted from the server. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All items label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All items, skip @skip [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All kind of entities, e.g. nodes, comments or users. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All language types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All languages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All links are validated after a link field is filled in. They can include anchors or query strings. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All messages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All messages, with backtrace information [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All my flag list items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 online handbook. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All newer versions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All nodes where a certain user has a revision [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All of your %label path aliases have been deleted. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All of your automatically generated %label path aliases have been deleted. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All of your automatically generated path aliases have been deleted. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All of your path aliases have been deleted. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All of your projects are up to date. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All pages with exceptions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All roles for this text format must be enabled and cannot be changed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All roles may use this format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All search indexes will be rebuilt. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All taxonomy terms [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All time: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All translations up to date. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export All users have this permission [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allow [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allow Upscaling [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allow a customized layout [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allow administrators to place blocks from any Drupal page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allow comment title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allow duplicate [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allow each @entity to have its layout customized. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allow embedded displays [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allow existing [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allow for site emails to be sent through an SMTP server of your choice. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allow grouping and aggregation (calculation) of fields. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allow insecure image derivatives [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allow insecure uploads [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allow link text [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allow multiple filter values to work together [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allow multiple selections [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allow multiple values [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allow new [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allow people to choose the sort order [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allow redirections on admin paths. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allow settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allow settings in the block configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allow the exposed form to appear in a block instead of the view. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allow the user to choose the operator. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allow to alter the language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allow to set some advanced settings for the query plugin [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allow user to control selected display options for this view. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allow user to control the number of items displayed in this view [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allow user to display all items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allow user to specify number of items skipped from beginning of this view. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allow users to add existing @label. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allow users to add new @label. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allow users to customize tracking on their account page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allow users to decide if tracking code will be added to pages or not. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allow users to duplicate @label. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allowed HTML [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allowed HTML tags [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allowed HTML tags in labels: @tags [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allowed HTML tags: @tags [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allowed extensions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allowed file extensions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allowed link type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allowed media types: %types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allowed number of values [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allowed oEmbed providers [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allowed providers [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allowed roles [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allowed types: @extensions. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allowed value with label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allowed values function [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allowed values list [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allowed values list: each key must be a string at most 255 characters long. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allowed values list: each key must be a valid integer or decimal. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allowed values list: invalid input. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allowed values list: keys must be integers. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allowed values list: some values are being removed while currently in use. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allowing file extensions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 Autocomplete widgets is chosen for the Taxonomy term reference field in the Manage form display page for the field. You will also need to enable the Create referenced entities if they don't already exist option, and restrict the field to one vocabulary. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows a user to configure patterns for automated aliases and bulk delete URL-aliases. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows administrators to ban visits from specific IP addresses. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows administrators to change the color scheme of compatible themes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows administrators to create custom menu links. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows administrators to customize the site navigation menu. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows administrators to import and export configuration changes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows administrators to manage configuration changes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows an entity type to borrow the fields and display configuration of another entity type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows assigning the classes to Blocks. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows bulk edition of entity field values. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows commenting on content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows commenting on content, comments without subject field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows conditional views output. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows configuration of tasks to be executed in response to events. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows content to be submitted to the site and displayed on pages. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows defining prices for specific stores, customers, quantities using price lists. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows domain specific configuration. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows hiding of entity label fields and automatic label creation. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows saving of domain specific configuration through the administrative interface. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows site to send emails using Mailgun email service. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows the \"depth\" for Taxonomy: Term ID (with depth) to be modified via an additional contextual filter value. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows the administration menu to be customised per user role. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows the creation of custom blocks and block types. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows the creation of custom blocks through the user interface. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows third party settings on workflows to be tested. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows to change the modules execution order. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows to give roles per menu admin permissions without giving them full administer menu permission. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows to import/export content using YAML files [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows users to add and arrange blocks and content fields directly on the content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows users to apply an action to one or more items. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows users to change the color scheme of compatible themes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows users to comment on and discuss published content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows users to comment on content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows users to configure available languages. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows users to configure languages and apply them to content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows users to configure the display and form display by arranging fields in several columns. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows users to create and organize related content in an outline. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows users to create menu links. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows users to create search pages based on plugins provided by other modules. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows users to directly edit the configuration of blocks on the current page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows users to manage customizable lists of shortcut links. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows users to redirect between domains. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows users to redirect from old URLs to new URLs. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows users to register with an email address as their username. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows users to rename URLs. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows users to stage content or preview a full site by using multiple workspaces on a single site. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows users to translate configuration text. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows users to translate content entities. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows users to translate content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows you to export strings to a JSON i18n file [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Allows you to export strings to a JSON i18n file. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Already exists [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Already subscribed to [simplenews-newsletter:name] [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Already unsubscribed from [simplenews-newsletter:name] [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Also available: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Also considered local [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Also known as: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Also look for a node and use the node author [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Alt [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Alt field required [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Alter the HTTP response status code used by this view, mostly helpful for empty results. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Alternate sort order [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Alternative image text, for the image's 'alt' attribute. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Alternative sort [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Alternative text [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Alternative text is required.
(Only in rare cases should this be left empty. To create empty alternative text, enter \"\" — two double quotes without any content). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Always [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Always display the more link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Always show advanced display settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Always show fallback choice [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Always show the master (default) display [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Adak [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Anchorage [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Anguilla [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Antigua [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Araguaina [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Argentina/Buenos Aires [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Argentina/Catamarca [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Argentina/Cordoba [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Argentina/Jujuy [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Argentina/La Rioja [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Argentina/Mendoza [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Argentina/Rio Gallegos [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Argentina/Salta [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Argentina/San Juan [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Argentina/San Luis [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Argentina/Tucuman [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Argentina/Ushuaia [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Aruba [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Asuncion [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Atikokan [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Bahia [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Bahia Banderas [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Barbados [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Belem [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Belize [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Blanc-Sablon [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Boa Vista [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Bogota [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Boise [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Cambridge Bay [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Campo Grande [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Cancun [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Caracas [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Cayenne [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Cayman [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Chicago [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Chihuahua [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Costa Rica [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Creston [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Cuiaba [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Curacao [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Danmarkshavn [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Dawson [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Dawson Creek [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Denver [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Detroit [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Dominica [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Edmonton [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Eirunepe [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/El Salvador [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Fort Nelson [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Fortaleza [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Glace Bay [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Godthab [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Goose Bay [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Grand Turk [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Grenada [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Guadeloupe [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Guatemala [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Guayaquil [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Guyana [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Halifax [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Havana [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Hermosillo [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Indiana/Indianapolis [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Indiana/Knox [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Indiana/Marengo [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Indiana/Petersburg [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Indiana/Tell City [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Indiana/Vevay [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Indiana/Vincennes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Indiana/Winamac [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Inuvik [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Iqaluit [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Jamaica [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Juneau [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Kentucky/Louisville [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Kentucky/Monticello [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Kralendijk [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/La Paz [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Lima [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Los Angeles [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Lower Princes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Maceio [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Managua [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Manaus [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Marigot [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Martinique [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Matamoros [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Mazatlan [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Menominee [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Merida [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Metlakatla [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Mexico City [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Miquelon [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Moncton [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Monterrey [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Montevideo [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Montserrat [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Nassau [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/New York [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Nipigon [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Nome [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Noronha [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/North Dakota/Beulah [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/North Dakota/Center [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/North Dakota/New Salem [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Ojinaga [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Panama [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Pangnirtung [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Paramaribo [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Phoenix [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Port of Spain [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Port-au-Prince [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Porto Velho [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Puerto Rico [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Punta Arenas [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Rainy River [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Rankin Inlet [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Recife [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Regina [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Resolute [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Rio Branco [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Santarem [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Santiago [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Santo Domingo [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Sao Paulo [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Scoresbysund [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Sitka [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/St Barthelemy [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/St Johns [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/St Kitts [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/St Lucia [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/St Thomas [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/St Vincent [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Swift Current [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Tegucigalpa [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Thule [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Thunder Bay [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Tijuana [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Toronto [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Tortola [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Vancouver [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Whitehorse [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Winnipeg [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Yakutat [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export America/Yellowknife [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export American Express [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export American Samoa [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Amount [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Amount of translations. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Ampersand [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An AJAX HTTP error occurred. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An AJAX HTTP request terminated abnormally. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An HTML corrector will be run to ensure HTML tags are properly closed after trimming. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An administrator created an account for you at [site:name] [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An array of all the menu link's parents, starting with the root. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An array of all the node's parents, starting with the root. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An array of all the term's parents, starting with the root. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An autocomplete text field with tagging support. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An autocomplete text field. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 online handbook. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 online handbook. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An entity field containing a UNIX timestamp of when the entity has been created. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An entity field containing a UNIX timestamp of when the entity has been last updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An entity field containing a UNIX timestamp value. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An entity field containing a URI. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An entity field containing a UUID. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An entity field containing a boolean value. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An entity field containing a country [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An entity field containing a file URI, and a computed root-relative file URL. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An entity field containing a password value. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An entity field containing a path alias and related data. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An entity field containing a postal address [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An entity field containing a zone [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An entity field containing an email value. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An entity field containing an entity reference. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An entity field for storing a serialized array of values. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An entity field referencing a language. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An entity with this UUID already exists but the machine name does not match. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An entity with this machine name already exists but the UUID does not match. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An entity with this machine name already exists but the import did not specify a UUID. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An error has occurred. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An error occured while trying to load the list of files. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An error occurred and processing did not complete. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An error occurred during creation of the JavaScript translation file for the language %language. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An error occurred trying to check available interface translation updates. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An error occurred trying to get available update data. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An error occurred while processing %error_operation with arguments: @arguments [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An error occurred while processing @operation with arguments : @args [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An error occurred while trying to index items. Check the logs for details. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An existing \"Default revision\" field was found for the @entity_type_label entity type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An expanding/collapsing tree widget for selecting terms in a taxonomy term reference field. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An exposed form that only renders a view if the form contains user input. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An icon that links to the feed URL [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An illegal choice has been detected. Please contact the site administrator. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An image representing the feed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An instance-specific widget type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 Theming Guide. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An invalid vocabulary is selected. Please change it in the options. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An offset from the current time such as \"@example1\" or \"@example2\" [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An unpublished translation will not be visible without translation permissions. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An unrecoverable error has occurred. You can find the error message below. It is advised to copy it to the clipboard for reference. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export An unrecoverable error occurred. The uploaded file likely exceeded the maximum file size (@size) that this server supports. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 upgrading handbook. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Analyze view [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Anchor [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Anchors are used to make links to other pages. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export And [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export And @count more @entity_type_singular.\u0003And @count more @entity_type_plural. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export And max [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export And/Or Rearrange filter criteria [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Andorra [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Angola [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Anguilla [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Animate [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Anonymous [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Anonymous commenting [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Anonymous posters may leave their contact information [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Anonymous posters may not enter their contact information [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Anonymous posters must leave their contact information [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Anonymous user [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Anonymous users [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Another request may be importing configuration already. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Another request may be synchronizing configuration already. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 log out and try using the link again. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Antarctica [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Antarctica/Casey [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Antarctica/Davis [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Antarctica/DumontDUrville [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Antarctica/Macquarie [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Antarctica/Mawson [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Antarctica/McMurdo [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Antarctica/Palmer [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Antarctica/Rothera [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Antarctica/Syowa [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Antarctica/Troll [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Antarctica/Vostok [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Antigua and Barbuda [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Any [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Any customizations will be lost. This action cannot be undone. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Any data [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Any language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Any replies to this comment will be lost. This action cannot be undone. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Any safe [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Any text to display after this link. You may include HTML. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Any text to display before this link. You may include HTML. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Any user [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Apache version [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Apostrophe [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Appearance [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Appearance settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Appears in: @bundles. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Append [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Append a destination query string to operation links. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Apply [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Apply (all displays) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Apply (this display) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Apply and continue [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Apply pending updates [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Apply themes to the toolbar. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Apply to selected items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Apply your search criteria [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Applying workflows [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Approve [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Approved comment status [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Approved status [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Approving and managing comments [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Apr [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Archive [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Archived [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Archivers can only operate on local files: %file not supported [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Arctic/Longyearbyen [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to apply the updated %name image effect to all images? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to cancel the account %name? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to cancel these user accounts? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to cancel your account? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to clear all indexed data from the search server %name? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to create a new %name @type? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to delete %browser_langcode? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to delete %label? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to delete %name? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to delete %state from %workflow? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to delete %transition from %workflow? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to delete all @entity_type_plural? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to delete all items from the feed %feed? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to delete path alias %title? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to delete the @effect effect from the %style style? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to delete the @label condition? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to delete the @label context? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to delete the @label relationship? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to delete the @language translation of %label? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to delete the @language translation of the @entity-type %label? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to delete the @plugin matcher from the %profile profile? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to delete the URL redirect from %source to %redirect? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to delete the format %name : %format? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to delete the forum %label? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to delete the group %group? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to delete the recent logs? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to delete the revision from %revision-date? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to delete the vocabulary %title? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to delete this @item?\u0003Are you sure you want to delete these @items? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to delete this item?\u0003Are you sure you want to delete these items? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to delete this redirect?\u0003Are you sure you want to delete these redirects? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to disable the pattern %label? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to disable the search server %name? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to disable the text format %format? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to enable the pattern %label? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to re-index the site? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to rebuild the permissions on site content? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to reindex the search index %name? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to remove %label? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to remove %title from the book hierarchy? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to remove the %label block? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to remove the @entity-type %label? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to remove this %entity_type? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to remove this block? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to remove this section? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to reset the link %item to its default values? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to reset the vocabulary %title to alphabetical order? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to revert @language translation to the revision from %revision-date? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to revert this to defaults? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to revert to the revision from %revision-date? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to unblock %ip? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you want to update the %name @type? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Are you sure you wish to enable experimental modules? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Area [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Argentina [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Argument [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Arguments [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Armenia [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Array [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Article [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Articles [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Artist [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Aruba [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export As an alternative to using a trimmed version of the text, you can enter a separate summary by choosing the Text (formatted, long, with summary) field type on the Manage fields page. Even when Summary input is enabled, and summaries are provided, you can display trimmed text nonetheless by choosing the appropriate format on the Manage display page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asc [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Ascending [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Ascension Island [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Aden [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Almaty [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Amman [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Anadyr [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Aqtau [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Aqtobe [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Ashgabat [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Atyrau [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Baghdad [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Bahrain [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Baku [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Bangkok [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Barnaul [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Beirut [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Bishkek [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Brunei [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Chita [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Choibalsan [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Colombo [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Damascus [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Dhaka [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Dili [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Dubai [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Dushanbe [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Famagusta [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Gaza [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Hebron [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Ho Chi Minh [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Hong Kong [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Hovd [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Irkutsk [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Jakarta [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Jayapura [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Jerusalem [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Kabul [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Kamchatka [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Karachi [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Kathmandu [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Khandyga [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Kolkata [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Krasnoyarsk [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Kuala Lumpur [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Kuching [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Kuwait [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Macau [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Magadan [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Makassar [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Manila [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Muscat [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Nicosia [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Novokuznetsk [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Novosibirsk [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Omsk [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Oral [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Phnom Penh [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Pontianak [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Pyongyang [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Qatar [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Qostanay [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Qyzylorda [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Riyadh [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Sakhalin [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Samarkand [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Seoul [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Shanghai [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Singapore [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Srednekolymsk [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Taipei [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Tashkent [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Tbilisi [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Tehran [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Thimphu [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Tokyo [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Tomsk [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Ulaanbaatar [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Urumqi [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Ust-Nera [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Vientiane [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Vladivostok [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Yakutsk [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Yangon [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Yekaterinburg [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asia/Yerevan [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Assets [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Assigning roles to text formats [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Associate menus, views, blocks, etc. with different contexts to structure your site. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Asterisk [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export At [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export At least one authentication provider must be defined for resource @id [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export At least one field needs to be translatable to enable %bundle for translation. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export At least one format must be defined for resource @id [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export At sign [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Atlantic/Azores [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Atlantic/Bermuda [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Atlantic/Canary [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Atlantic/Cape Verde [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Atlantic/Faroe [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Atlantic/Madeira [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Atlantic/Reykjavik [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Atlantic/South Georgia [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Atlantic/St Helena [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Atlantic/Stanley [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Attach before or after the parent display? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Attach image styles to a given consumer. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Attach to [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Attachment [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Attachment after [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Attachment before [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Attachment display options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Attachment position [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Attachment settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Attachments added to other displays to achieve multiple views in the same view. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Attempt to purge a field storage @field_name that still has fields. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Attempt to update field %label failed: %message. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Attempted submission of a translation string with disallowed HTML: %string [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Attempted to cancel non-existing user account: %id. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Attempting to perform token replacement for token type %type without required data [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Attempting to re-run cron while it is already running. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Attribute [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Attribute Name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Attribute settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Attributes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Audio [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Audio file [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Audio file display format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Aug [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Australia [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Australia/Adelaide [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Australia/Brisbane [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Australia/Broken Hill [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Australia/Currie [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Australia/Darwin [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Australia/Eucla [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Australia/Hobart [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Australia/Lindeman [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Australia/Lord Howe [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Australia/Melbourne [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Australia/Perth [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Australia/Sydney [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Austria [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Authenticated [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Authenticated by [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Authenticated user [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Authentication [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Authentication Provider [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Authentication methods [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Authentication provider [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Author [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Author Name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Author name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Author of the feed item. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Author textfield [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Author uid [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Author username and publish date will be displayed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Author's preferred language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Author's website [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Authored by [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Authored on [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Authored on @date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Authoring information [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Authorize file system changes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Authorize settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Authorized [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Auto preview [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Auto-reply [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Autocomplete [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Autocomplete (Tags style) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Autocomplete matching [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Autocomplete matching: @match_operator [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Autocomplete settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Autocomplete suggestions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Automated Cron [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Automated Logout [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Automated cron settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Automated logout settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Automatic alias [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Automatic label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Automatic updates of Drupal core are not supported at this time. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Automatic updating of Drupal core is not supported. See the upgrade guide for information on how to update Drupal core manually. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Automatic width [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Automatically create new revisions. Users with the \"Administer media\" permission will be able to override this option. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Automatically create redirects when URL aliases are changed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Automatically extend path aliases to include tabs, like about-us/edit for node/123/edit.
Allow these aliases to be entered in page specification wild-cards, about-us*, e.g for block visibility. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Automatically submit the form once an element is changed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Automatically update preview on changes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Autoplay [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Autoplay: %autoplay [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Autosubmit [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Available [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Available actions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Available actions: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Available buttons [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Available countries [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Available date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Available global token replacements [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Available menus [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Available tokens [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Available translation updates [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Available updates [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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]. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Average [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Azerbaijan [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Back [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Back tick [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Back to content editing [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Back to site [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Back up your database and site before you continue. Learn how. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Backend [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Background color [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Background color must be a hexadecimal color value. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Backslash [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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, read the change record to learn how to opt in. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Bahamas [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Bahrain [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Ban [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Ban IP addresses [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Ban visits from specific IP addresses. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Bandwidth optimization [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Bangladesh [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Banner block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Banning IP addresses [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Bar with progress meter [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Barbados [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Bartik [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Bartik settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Base boost for the datasource [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Base default argument [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Base field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Base field bundle override [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Base field override [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Base name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Base path [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Base rate [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Base table [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Based on the text editor configuration, these tags have automatically been added: @tag-list. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Basic [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Basic Auth [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Basic HTTP authentication [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Basic Site Setting for Domains. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Basic configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Basic exposed form [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Basic site settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Basic validation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Because User accounts are an entity type, you can extend them by adding fields through the Manage fields tab on the Account settings page. 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 Field module help page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Before [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Before you can translate content, there must be at least two languages added on the languages administration page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Behavior settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export BeiderMorseFilter::concat [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export BeiderMorseFilter::languageSet [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export BeiderMorseFilter::nameType [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export BeiderMorseFilter::ruleType [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Belarus [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Belgium [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Belize [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 Image styles page that is provided by the Image module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Below the preview [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Benin [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Bermuda [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Better Messages settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Better handling of Drupal messages UI [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Bhutan [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export BigPipe [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export BigPipe no-JS check [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Billing address [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Billing first name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Billing information [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Billing last name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Billing period [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Billing profile [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Billing schedule [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Billing schedules [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Binary [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Blank [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Blind [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Block Class [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Block Content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Block Content revision is a history of changes to block content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Block admin description [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Block body translation. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Block body. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Block category [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Block context IDs updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Block count [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Block description [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Block display mode [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Block display options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Block display settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Block display variant [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Block empty settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Block layout [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Block module is not enabled so local actions and tasks which have been converted to blocks, are not visible anymore. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Block module is not enabled so site branding elements, which have been converted to a block, are not visible anymore. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Block name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Block placement is specific to each theme on your site. Changes will not be saved until you click Save blocks at the bottom of the page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Block placement is specific to each theme on your site. This module allows you to place blocks in the context of your content pages. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Block property [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Block quoted [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Block settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Block settings updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Block the selected user(s) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Block the selected users [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Block the selected users configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Block title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Block title translation. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Block title. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Block type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Block types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Blocked [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Blocked submission of %form due to @cause. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Blocked user: %name %email. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Blockquote [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Blocks [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Blocks in the block library belong to Custom block types, each with its own fields and display settings. After creating a block, place it in a region from the Block layout page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Blue Lagoon (default) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Body [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Body label. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Body of the feed item. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Bold [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Bolded [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Bolivia [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Book [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Book @parent [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Book ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Book Page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Book Parent [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Book navigation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Book navigation block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Book navigation block display [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Book outline [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Book outline for @book.title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Book page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 Blocks layout page. For book pages to show up in the book navigation, they must be added to a book outline. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Book settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Book traversal links for [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Books [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Books have a hierarchical structure, called a book outline. 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Boolean [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Boolean checkbox display format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Boolean indicating whether the node is published. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Boolean settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Boolean sort [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Boolean sort expose settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Boolean string [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Boolean value [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Boost [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Boost settings for %datasource [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Bootstrap [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Bosnia and Herzegovina [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Both [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Both a height and width value must be specified in the @name field. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Both internal and external links [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Both translated and untranslated strings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Botswana [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Bottom center [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Bottom left [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Bottom right [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Bounce slide [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Bouvet Island [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Brackets may be used to match a custom set of characters. This matches any alphabetic letter. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Branding block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Brazil [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Breadcrumb [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Breadcrumbs [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Break Lock [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Break link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Break lock [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Breakpoint [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Breakpoint ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Breakpoint group [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Breakpoint groups: viewport sizing vs art direction [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Breakpoint settings: sizes vs image styles [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Brief URL [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Briefly describe the changes you have made. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export British Indian Ocean Territory [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export British Virgin Islands [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Broken [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Broken field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Broken field @id [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Broken type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Broken/Missing [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Broken/missing handler [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Browse available tokens. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Browser [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Browser language code [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Browser language codes can only contain lowercase letters and a hyphen(-). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Browser language codes must be unique. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Browser language detection configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 site languages. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Brunei [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Build a custom site without pre-configured functionality. Suitable for advanced users. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Builds on top of JSON API to deliver extra functionality. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Builds on top of JSON:API to deliver extra functionality. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Built-in English [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Bulgaria [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Bulk Generation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Bulk delete nodes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Bulk deleting URL aliases [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Bulk form [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Bulk generate [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Bulk generate coupons [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Bulk operation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Bulk update [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Bulk updating URL aliases [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Bullet list [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Bundle [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Bundle ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Bundle ID of the comment type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Bundle assigned to the auto-created entities. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Bundle filter: @bundle_filter [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Bundle settings values [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Bundles [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Burkina Faso [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Burundi [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Button [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Button divider [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Button group [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Button group name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Button groups [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Button separator [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Buttons [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export By [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export By @author @time ago [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export By @name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export By @name on @date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export By breaking this lock, any unsaved changes made by @user will be lost. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export By checking this field, you can use this to make sure views with more arguments than necessary fail validation. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export By choosing Not flagged, it is possible to create a list of content that is specifically not flagged. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 Responsive image styles page, click Add responsive image style to create a new style. First choose a label, a fallback image style and a breakpoint group and click Save. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 admin/config/development/testing/results/[test_id]. 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export By default paragraph tags are automatically added, so use this tag to add additional ones. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 Control or command (Mac) key while right-clicking the misspelling. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export By default, content is created in the site's default language and no language selector is displayed on content creation pages. On the Content language 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export By default, dates in this site will be displayed in the chosen time zone. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 Porter Stemmer 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 Apache Solr or Sphinx. There are also contributed modules that provide additional search pages. These and other search-related contributed modules can be downloaded by visiting Drupal.org. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Bypass Honeypot form protection. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Bypass Honeypot protection [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Bypass access checks [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Bypass content access control [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export CJKBigramFilterFactory::han [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export CJKBigramFilterFactory::hangul [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export CJKBigramFilterFactory::hiragana [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export CJKBigramFilterFactory::katakana [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export CKEditor [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export CKEditor core [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export CKEditor has to be enabled and configured separately for individual text formats from the Text formats and editors page because the filter settings for each text format can be different. For more information, see the Text Editor help page and Filter help page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 Filter help page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export CKEditor plugin settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export CKEditor settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export CKEditor toolbar and button configuration. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export CONNECT method settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export CSS and JavaScript cache cleared. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export CSS class [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export CSS class name(s) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export CSS class(es) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export CSS classes must be alphanumeric or dashes only. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export CSS performance settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export CTRL+Left click will prevent this dialog from showing and proceed to the clicked link. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cache [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cache clear [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cache cleared. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cache configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cache contexts [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cache maximum age [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cache metadata [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cache options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cache rule. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cache settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cache strings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cache tags [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cache type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cacheable [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cached [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cached image file %destination already exists. There may be an issue with your rewrite configuration. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Caches cleared. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Caches pages for anonymous users and can be used when external page cache is not available. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Caches pages for anonymous users. Use when an external page cache is not available. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Caches pages for any user, handling dynamic content correctly. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Caches pages, including those with dynamic content, for all users. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Caching [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Caching options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Calculated hash of the feed data, used for validating cache. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Callable [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Callback [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Caller [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cambodia [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cameroon [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Can not determine status [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Can not uninstall the Configuration module as part of a configuration synchronization through the user interface. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Canada [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Canary Islands [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cancel [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cancel Layout [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cancel account [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cancel accounts [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cancel changes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cancel own user account [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cancel the selected user account(s) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cancel the selected user accounts [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cancel the selected user accounts configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cancel user [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cancelling account [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cancelling user account [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cannot add field @table.@field: field already exists. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cannot add field @table.@field: table doesn't exist. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cannot add index @name to table @table: index already exists. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cannot add index @name to table @table: table doesn't exist. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cannot add primary key to table @table: primary key already exists. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cannot add primary key to table @table: table doesn't exist. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cannot add unique key @name to table @table: table doesn't exist. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cannot add unique key @name to table @table: unique key already exists. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cannot change the definition of field @table.@name: field doesn't exist. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cannot change the install profile from %profile to %new_profile once Drupal is installed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cannot determine the type of project. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cannot extract %file, not a valid archive. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cannot open %file_path [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cannot remove default value of field @table.@field: field doesn't exist. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cannot remove field @field_name because the entity type is unknown: %entity_type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cannot rename @table to @table_new: table @table doesn't exist. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cannot rename @table to @table_new: table @table_new already exists. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cannot rename field @table.@name to @name_new: target field already exists. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cannot set default value of field @table.@field: field doesn't exist. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cape Verde [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Capitalize each word [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Capitalize first letter [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Caption [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Caption for the table [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Caption images [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Captured [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Card [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Card expiration month [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Card expiration year [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Card number [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Card type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cardinality [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Caret [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Caribbean Netherlands [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cart [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cart add [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cart block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cart canonical [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cart clear [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cart collection [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cart coupons [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cart form [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cart item update [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cart items update [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cart remove item [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Carts [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Case [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Case in path [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Case sensitive [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Categories [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Category [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Category name. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Caution: this user will be unable to switch back. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cayman Islands [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Center [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Center left [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Center right [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Central African Republic [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Ceuta and Melilla [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Chad [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Change [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Change @name state [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Change a node to new Workflow state [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Change a node to next Workflow state [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Change book (update list of parents) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Change connection type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Change handler [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Change image resolution to 72 ppi [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Change language settings for content types, taxonomy vocabularies, user profiles, 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Change layout [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Change lifetime and token limit [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Change own username [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Change set [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Change settings for the parent menu [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Change settings for this access type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Change settings for this caching type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Change settings for this format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Change settings for this pager type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Change settings for this style [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Change site name, email address, slogan, default front page, and error pages. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Change text format? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Change the CSS class name(s) that will be added to this display. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Change the author of content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Change the author of content configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Change the display of the dynamic timer. Available replacement values are: %day%, %month%, %year%, %dow%, %moy%, %years%, %ydays%, %days%, %hours%, %mins%, and %secs%. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Change the machine name of this display. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Change the title that this display will use. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Change the way content is formatted. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Change the way each row in the view is styled. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Change this display's pager setting. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Change to [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Change whether or not this display will use AJAX. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Change whether or not to display attachments when displaying a contextual filter summary. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Change whether or not to display contextual links for this view. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Changed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Changed date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Changed day [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Changed month [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Changed the content type of 1 post from %old-type to %type.\u0003Changed the content type of @count posts from %old-type to %type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Changed timestamp settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Changed week [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Changed year [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Changed year + month [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Changes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Changes cannot be made to a locked view. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Changes made in this table will not be saved until the form is submitted. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Changes to the style have been saved. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Changing colors [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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). Changing the site's default language itself might have other undesired side effects. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Changing the source language for a translation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Changing the text format to %text_format will permanently remove content that is not allowed in that text format.

Save your changes before switching the text format to avoid losing data. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Changing the title here means it cannot be dynamically altered anymore. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Changing the title here means it cannot be dynamically altered anymore. (Try changing it directly in @name.) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Changing this setting will not affect existing users. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Chaos tool suite [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Chaos tool suite (Experimental) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Chaos tools [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Chaos tools Views [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Chaos tools blocks [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Character Description [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Character case [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Character limit [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Character map [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Character used to separate words in titles. This will replace any spaces and punctuation characters. Using a space or + character can cause unexpected results. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Characters [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Check access to the redirected page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Check boxes/radio buttons [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Check boxes/radio buttons format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Check for new comments as well [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Check for updates [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Check for updates automatically [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Check for updates of uninstalled modules and themes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Check manually [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Check my spelling as I type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Check settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Check that CSRF token is generated once. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Check the boxes next to individual forms on which you'd like Honeypot protection enabled. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Check the messages and retry, or you may choose to continue anyway. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Check the messages and try again. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Check this to display the more link even if there are no more items to display. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Check to which languages this pattern should be applied. Leave empty to allow any. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Check to which types this pattern should be applied. Leave empty to allow any. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Checkboxes/Radio Buttons [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Checked [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Checked available interface translation updates for one project.\u0003Checked available interface translation updates for @count projects. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Checked available update data for %title. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Checked available update data for one project.\u0003Checked available update data for @count projects. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Checked translation for %project. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Checking available update data [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Checking available update data ... [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Checking for available updates [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Checking site status [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Checking the translation status [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Checking this box will print SMTP messages from the server for every e-mail that is sent. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Checking this option will cause the group Display Type and Separator values to be ignored. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Checking translations [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Checkout [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Checkout Order Summary [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Checkout complete! Thank you for your purchase. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Checkout flow [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Checkout flows [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Checkout step [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Checks for available updates, and can securely install or update modules and themes via a web interface. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Children [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Chile [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export China [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Choose \"Default theme\" to always use the same theme as the rest of the site. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Choose a backend to use for this server. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Choose a block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Choose a configuration item to display its YAML structure. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Choose a file [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Choose a layout [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Choose a set of shortcuts for this user [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Choose a set of shortcuts to use [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Choose aliases to delete [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Choose fields to combine for filtering [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Choose form mode entity type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Choose how to output results. E.g., choose Content to output each item completely, using your configured display settings. Or choose Fields, which allows you to output only specific fields for each result. Additional formats can be added by installing modules to extend Drupal's base functionality. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Choose language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Choose profile [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Choose the HTML element to wrap around this field, e.g. H1, H2, etc. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Choose the HTML element to wrap around this label, e.g. H1, H2, etc. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Choose the language you want to translate. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Choose the menu item to be the default parent for a new link in the content authoring form. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Choose the type of date to create. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Choose the view and display that select the entities that can be referenced.
Only views with a display of type \"Entity Reference\" are eligible. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Choose view mode entity type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Choose which branding elements you want to show in this block instance. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Choose which image toolkit to use if you have installed optional toolkits. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Choose which menu is displayed as the main administrative menu for each role. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Choosing a text format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Choosing list field type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Choosing shortcut sets [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Choosing user languages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Christmas Island [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cited [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Class [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Class name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Classifying entity content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Classy [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Clean URLs [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Clean environment [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Clean test environment [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cleans up Workflow cruft. (Do not enable in production sites.) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Clear [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Clear Views' cache [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Clear all caches [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Clear all indexed data [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Clear all search indexes on the search server @server. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Clear all search indexes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Clear cache [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Clear index [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Clear results after each complete test suite run [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Clear results is disabled and the test results table will not be cleared. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Click a token to insert it into the field you've last clicked. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Client error [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Clipboard [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Clipperton Island [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Clone [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Close [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Close Toolbar [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Closed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Closed topic [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Closing in !seconds seconds [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cocos [Keeling] Islands [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Code [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Code snippet (after) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Code snippet (before) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Coded [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Coded text used to show programming source code [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Collaboration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Collapse [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Collapsed by default [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Collapsible [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Collection [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Colombia [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Colon [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Color [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Color scheme [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Color theme settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Colorbox [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Column [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Column info [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Column used for click sorting [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Columns [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Columns for @field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Columns info [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Columns name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Combine [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Combine fields filter [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Combine multiple fields together and search by them. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Combined confirmation URL [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comma [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comma-separated list of recipient email addresses. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comment [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comment Forms [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comment ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comment ID. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comment Permalink [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comment Statistics [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comment Type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comment approve link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comment approved. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comment bulk form [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comment controls [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comment count [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comment depth [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comment display format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comment field name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comment functionality can be enabled for any entity sub-type (for example, a content type) by adding a Comments field on its Manage fields page. Adding or removing commenting for an entity through the user interface requires the Field UI module to be enabled, even though the commenting functionality works without it. For more information on fields and entities, see the Field module help page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comment link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comment list [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comment node status [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comment operation links [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comment operations bulk form [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comment or document this display. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comment posted: %subject. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comment reply link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comment selection [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comment settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comment status [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comment subject field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comment type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comment type %label has been added. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comment type %label has been updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comment type settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comment types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comment view mode: @mode [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comment: unauthorized comment submitted or comment submitted to a closed post %subject. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comment_forum [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Commented entity [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Commented user ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Commenting settings can be configured by editing the Comments field on the Manage fields page of an entity type if the Field UI module 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: Open to allow new comments, Closed to view existing comments, but prevent new comments, or Hidden to hide existing comments and prevent new comments. Changing this configuration for an entity type will not change existing entity items. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comments [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comments are hidden from view. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comments are responses to content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comments from users who have the Skip comment approval permission are published immediately. All other comments are placed in the Unapproved comments queue, until a user who has permission to Administer comments and comment settings publishes or deletes them. Published comments can be bulk managed on the Published comments administration page. When a comment has no replies, it remains editable by its author, as long as the author has Edit own comments permission. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comments of the @entity_type using field: @field_name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comments per page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comments published [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comments unapproved [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comments view mode [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comments without subject field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Commerce [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Commerce (contrib) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Commerce License [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Commerce License Notifications [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Commerce Recurring [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Common special characters: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Comoros [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Compact [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Compact mode [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Companies [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Compare the configuration uploaded to your sync directory with the active configuration before completing the import. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Compatibility with other promotions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Compatible [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Completed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Completed 1 upgrade task successfully\u0003Completed @count upgrade tasks successfully [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Completed @current of @total. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Completed @current step of @total. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Completed step @current of @total. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Component [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Components [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Compose tips [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Compress CSS files [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Compress JavaScript files. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Compress layout by hiding descriptions. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Compute automaticly materials references : -, eg. W-0459. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Computed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Computed Field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Computed date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Computed end date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Computed menu link for the node (only available during node saving). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Computed start date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Concatenation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Condition [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Condition operator [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Conditions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Config [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Config Filter allows other modules to interact with a ConfigStorage through filter plugins. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Config devel [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Config editor [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Config override test [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configurable language types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configurable pager styles. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuration %name depends on the %owner extension that will not be installed after import. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuration %name depends on the %owner module that will not be installed after import. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuration %name depends on the %owner theme that will not be installed after import. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuration Ignore settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuration Manager [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuration Split Setting [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuration Split setting [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuration Split settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuration Translation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuration archive [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuration deletions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuration dependencies [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuration dependencies recalculated [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuration directories [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuration directory: %type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuration entity dependencies [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuration files [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuration filter for importing and exporting split config [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuration for the add role action [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuration for the remove role action [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuration import has encountered an error. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuration name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuration saved. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuration synchronization [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuration synchronization has encountered an error. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuration translation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuration type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuration updates [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuration validation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuration was saved. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure %plugin backend [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure the @module module [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure @block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure @type: @item [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure Content Moderation permissions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure Global Redirects [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure Honeypot spam prevention and the forms on which Honeypot will be used. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure Image Effects settings. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure Image Styles [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure REST server settings. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure Relationship [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure Responsive Image Styles [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure Webprofiler [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure aggregation settings for @type %item [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure and Manage Flag Lists [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure and use development tools. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure any layout [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure basic site settings, actions, and cron. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure behavior for URL redirects. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure caching and bandwidth optimization. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure content formatting and authoring. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure default automated logout settings. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure default user account settings, including fields, registration requirements, and email messages. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure extra settings for @type %item [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure file metadata settings. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure flags for marking content with arbitrary information (such as offensive or bookmarked). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure how Pathologic adjusts link and image paths in content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure how content is filtered when displayed, including which HTML tags are rendered, and enable module-provided filters. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure how dates and times are displayed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure language and translation support for content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure language support for content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure languages for content, interface, and configuration. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure permissions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure regional settings, localization, and translation. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure search pages and search indexing options. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure section [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure site [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure site search, metadata, and search engine optimization. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure sorts [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure styles that can be used for resizing or adjusting images on display. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure the Mailgun email service. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure the administrative user interface. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure the available billing schedules [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure the display of error messages and database logging. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure the gateways you take payment through. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure the import of translation files, and add or customize interface translations. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure the locale and timezone settings. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure the location of uploaded files and how they are accessed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure the logging of content statistics. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure the settings of Maillog module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure the settings used to generate your Matomo tracking code. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure the site description, the number of items per feed, and whether feeds should be titles/teasers/full-text. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure toolbar themes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure user accounts. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure what block content appears in your site's sidebars and other regions. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure what displays are available for your content and forms. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure whether to allow only read operations or all operations. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure workflows. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure your account time zone setting. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure your checkout forms. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure your sites newsletters. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configure your store settings and structure. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuring Automated Cron [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuring Honeypot [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuring a text editor [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuring basic site settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuring block settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuring commenting settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuring contact forms [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuring content languages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuring content types for books [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuring cron [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuring displays and form displays [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuring field display [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuring field editing [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuring for performance [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuring form displays [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuring image fields [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuring search pages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuring the display of feed items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuring the file system [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuring the image toolkit [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuring the toolbar [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuring user roles [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Configuring view and form modes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Confirm [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Confirm account cancellation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Confirm delete recent log messages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Confirm password [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Confirm uninstall [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Confirmation for [simplenews-newsletter:name] from [site:name] [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Confirmation for [site:name] [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Conflict [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Congo - Brazzaville [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Congo - Kinshasa [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Congratulations, you installed @drupal! [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Congratulations, you upgraded Drupal! [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Conjunction [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Conjunction to use when handling multiple values. E.g. \"?value[0]=a&value[1]=b\". [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Connection method [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Consider increasing your PHP memory limit to %memory_minimum_limit to help prevent errors in the installation process. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Consider increasing your PHP memory limit to %memory_minimum_limit to help prevent errors in the update process. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Consider subdomains internal [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Considering installing the Redirect module to get redirects when your aliases change. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Consumer [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Consumers [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Contact [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Contact %user [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Contact @username [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Contact Forms [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Contact email [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Contact form [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Contact form %label has been added. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Contact form %label has been updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Contact forms [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Contact information [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Contact message [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Contact messages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Contact module form element. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Contact settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Contact your system administrator or hosting provider for assistance with increasing your PHP memory limit. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Container Info [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Container cannot be saved to cache. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Container name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Containers are usually placed at the top (root) level, but may also be placed inside another container or forum. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Containing any of the words [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Containing none of the words [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Containing the phrase [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Contains [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Contains US ASCII characters only [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Contains a list of log entries. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Contains all of these words [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Contains all words [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Contains any of these words [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Contains any word [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Contains field and field storage config for extra order item field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Contains integer values. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Contains migrations from older Drupal versions. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Contains none of these words [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Contains test contact form. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Contains various non-specific things needed in order tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Contains various non-specific things needed in tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content ID from URL [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content Language Settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content Link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content Lock [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content Moderation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content Moderation allows you to apply Workflows to content, custom blocks, and other content entities, 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). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content Translation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content Translation jobs [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content access [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content access control based on workflows and roles. Depends on the node_access system, so only works for entities of type 'node'. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content access view grants [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content author [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content authored [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content authoring [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content belonging to a certain taxonomy term. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content entity ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content entity dependencies [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content entity revision ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content entity type ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content entity types and sub-types can have one or more form modes, 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 widget 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content entity types and sub-types can have one or more view modes, 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 formatter 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content entity types and sub-types store most of their text, file, and other information in fields. Fields are grouped by field type; field types define what type of data can be stored in that field, such as text, images, or taxonomy term references. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content is promoted to the front page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content is sticky at top of lists [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content items can be displayed using different view modes: Teaser, Full content, Print, RSS, etc. Teaser is a short format that is typically used in lists of multiple content items. Full content is typically used when the content is displayed on its own page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content language and translation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content language of view row [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content limited to @limit characters, remaining: @remaining [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content lock [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content moderation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content moderation state [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content moderation states [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content permissions have been rebuilt. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content ranking [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content revision is a history of changes to content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content revisions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content search [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content statistics [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content synchronization [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content that is associated with this file, usually because this file is in a field on the content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content translation bundle settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content translation content settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content translation enabled [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content translation field settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content translation jobs [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content translation link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content type for child pages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content type for the Add child page link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content type name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content type where this field is in use. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content type where this field is used. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content types allowed in book outlines [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content viewing counter settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Content with term [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Contents [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Contenus [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Context [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Context ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Context UI [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Context assignments [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Context definitions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Context label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Context type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Context value [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Contextual Links [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Contextual filter [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Contextual filters [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Contextual link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Contextual links [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Continue [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Continuing on [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Continuing with @migration (processed 1 item)\u0003Continuing with @migration (processed @count items) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Contributed or custom projects can provide additional media sources (such as third-party websites, Twitter, etc.). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Contributed projects that support the Views module can be found in the online documentation for Views-related contributed modules. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Control default display settings for your site, across all themes. Use theme-specific settings to override these defaults. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Control forum hierarchy settings. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Control the order in which the results are output. Click on an active sort rule to configure it. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Control which roles can \"View the administration theme\" on the Permissions page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Controller [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Controlling visibility [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Controls if unused files should be marked temporary [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Convert [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Convert URLs into links [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Convert colorspace [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Convert line breaks into HTML (i.e. <br> and <p>) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Convert newlines to HTML <br> tags [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Convert newlines to HTML
tags [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Convert spaces in term names to hyphens [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Convert token values to lowercase. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Converts an image between extensions (e.g. from PNG to JPEG). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Converts an image to grayscale. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cook Islands [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Copy [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Copy of the revision from %date. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Core [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Core (Experimental) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Correct URLs with Pathologic [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Correct faulty and chopped off HTML [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Corresponding user [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cost [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Costa Rica [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Could not apply @style image style to @uri because the style does not support it. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Could not convert XML encoding %s to UTF-8. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Could not delete temporary file \"%path\" during garbage collection [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Could not extract the contents of the tar file. The error message is @message [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Could not load the form for @field-label, either due to a website problem or a network connection problem.
Please try again. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Could not save to map table due to missing destination id values [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Couldn't index items. Check the logs for details. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Count [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Count DISTINCT [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Count content views [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Count down message [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Count the number 0 as empty [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Counter [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Countries [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Country [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Country code [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Country contextual filter [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Country contextual filter ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Country field settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Country source [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Coupon [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Coupon code [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Coupons [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create %language translation of %title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create @entity_type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create @label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create @name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create @type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create @type_singular [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create New Draft [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create a CSS class [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create a REST export resource. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create a block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create a filter for permission page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create a label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create a menu link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create a new alias. Delete the old alias. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create a new alias. Leave the existing alias functioning. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create a new revision by default for this block type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create a new user account. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create a new workspace [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create a page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create account [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create an advanced action [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create an example of a Devel Generate plugin type for testing purposes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create and configure Search API servers and indexes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create and configure search indexes and servers. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create and edit URL aliases [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create and edit workflows. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create and manage contact forms. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create and manage fields, forms, and display settings for your content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create and manage workspaces. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create and store date ranges. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create and store date values. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create customized flags that users can set on entities. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create customized lists and queries from your database. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create customized lists and queries of translations from your database. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create excerpt [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create group [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create media [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create more link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create new account [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create new books [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create new filter group [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create new media [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create new revision [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create new set [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create new style [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create referenced entities if they don't already exist [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create search pages using Search API indexes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create tasks that the system can execute. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create translations [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Create your media on the media add page (opens a new window), then add it by name to the field below. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Created [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Created %label state. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Created %label transition. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Created JavaScript translation file for the language %language. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Created a new user account for %name. No email has been sent. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Created attribute [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Created date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Created day [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Created entity %type with ID %id. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Created month [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Created new @type %term. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Created new alias %alias for %source, replacing %old_alias. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Created new alias %alias for %source. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Created new profile %label. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Created new term %term. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Created new vocabulary %name. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Created the %label Workflow. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Created the %label Workflow. In order for the workflow to be enabled there needs to be at least one state. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Created timestamp [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Created timestamp settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Created week [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Created year [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Created year + month [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Creates a new transparent resource and sets it for the image. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Creates domain records within a Drupal installation. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Creates lightweight records from feed items. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Creating Pathauto Patterns [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Creating a field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Creating aliases [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Creating and configuring advanced actions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Creating and managing custom block types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Creating and managing users [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Creating and managing views [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Creating content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Creating custom blocks [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Creating custom content types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Creating custom media types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Creating long text fields [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Creating media items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Creating revisions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Creating short text fields [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Creating tours [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Creator field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Critical [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Croatia [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cron [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cron Job [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cron batch size [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cron could not run because an invalid key was used. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cron could not run because the site is in maintenance mode. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cron has not run recently. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cron index limit [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cron maintenance tasks [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cron ran successfully. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cron run completed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cron run failed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cron settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cron takes care of running periodic tasks like checking for updates and indexing content for search. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Crop [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Crops an image to a rectangle specified by the given dimensions. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cuba [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Curaçao [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Currencies [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Currency [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Currency Code [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Currency code [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Currency name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Current [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Current Theme [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Current date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Current feeds are listed below, and new feeds may be added. For each feed, the latest items block may be enabled at the blocks administration page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Current items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Current node's creation time [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Current node's update time [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Current page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Current page title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Current password [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Current revision [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Current route info [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Current state [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Current user [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Current workspace [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Current workspace: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Currently upgrading @migration (@current of @max total tasks) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Custom [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Custom Block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Custom Entity ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Custom JavaScript code [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Custom Menu Links [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Custom Search [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Custom URL [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Custom block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Custom block ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Custom block library [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Custom block type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Custom block type %label has been added. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Custom block type %label has been updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Custom block type settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Custom block types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Custom blocks [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Custom code snippets [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Custom column class [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Custom column classes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Custom date format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Custom date format added. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Custom date format updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Custom date format: @custom_date_format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Custom display settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Custom format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Custom language settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Custom language... [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Custom menu link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Custom menu links [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Custom output for FALSE [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Custom output for TRUE [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Custom permissions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Custom row class [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Custom row classes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Custom text [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Custom text: @true_label / @false_label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Custom time values must be numeric. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Custom variable [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Custom variable name #@slot [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Custom variable slot #@slot [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Custom variable value #@slot [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Custom variables [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export CustomMessage: !customMessage [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Customer [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Customer information [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Customer roles [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Customize %language_name language detection to differ from Interface text language detection settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Customize field HTML [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Customize field and label wrapper HTML [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Customize label HTML [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Customize menu position of nodes depending on their content type, associated terms and others conditions. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Customize the styling of this block by adding CSS classes. Separate multiple classes by spaces. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Customized translation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Customizes the destination the user is redirected to after login/logout/registration/one-time login. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cut [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Cyprus [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Czech Republic [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Côte d’Ivoire [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export D7 Materio [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export D7 User Profiles [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export DB Columns [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export DB Queries [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export DB storage [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export DELETE method settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export DNS lookup [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export DOM building [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Daily [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Data [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Data Type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Data download [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Data needed to apply node access. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Data sources [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Data type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Data type callback [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Data types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Database [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Database %database not found. The server reports the following message when attempting to create the database: %error. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Database Logging [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Database Search [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Database Search Defaults [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Database configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Database file [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Database is encoded in UTF-8 [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Database log cleared. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Database log messages to keep [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Database logging settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Database name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Database password [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Database storage size [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Database support [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Database system [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Database system version [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Database type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Database username [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Datasource [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Datasource boost settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Datasource settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Date (e.g. @format) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Date - newest first [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Date - oldest first [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Date Year month [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Date and time [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Date and time formats [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Date and time of when the comment was created. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Date and time of when the comment was last updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Date and time of when the last comment was posted. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Date changed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Date created [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Date format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Date format: @date_format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Date in the form of CCYYMMDD. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Date in the form of DD (01 - 31). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Date in the form of MM (01 - 12). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Date in the form of WW (01 - 53). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Date in the form of YYYY. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Date in the form of YYYYMM. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Date only [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Date part order [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Date part order: @order [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Date range [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Date range custom display format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Date range default display format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Date range plain display format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Date range select list display format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Date range settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Date ranges [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Date separator [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Date settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Date sort [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Date sort expose settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Date type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Date value [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Date when the event occurred. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Date/Time [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Date/time format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Dates [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Dates can be displayed using the Plain or the Default formatter. The Plain formatter displays the date in the ISO 8601 format. If you choose the Default formatter, you can choose a format from a predefined list that can be managed on the Date and time formats page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Datetime [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Datetime Range [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Datetime Timestamp [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Datetime custom display format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Datetime default display format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Datetime plain display format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Datetime select list display format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Datetime settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Datetime time ago display format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Datetime timestamp display format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Day [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Day Date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Day/Month/Year [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Days since last check [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Debug [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Debugging [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Debugging information follows. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Debugging site problems [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Debugging your Solr integration. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Dec [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Decimal [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Decimal marker [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Decimal point [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Decimal settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Decimal value [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Declare all the consumers of your API [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default (@default) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default 403 (access denied) page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default 404 (not found) page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default PHP mailer [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default Settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default View mode for datasource %name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default actions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default address widget settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default area [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default argument [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default argument options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default argument validator [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default boost for items from this datasource [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default column classes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default comment field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default comment mode. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default comment setting [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default comments [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default comments per page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default configuration hash [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default country [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default country: @country [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default currency [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default database [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default date type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default date value [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default display mode [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default display options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default display order [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default display order for topics. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default download method [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default end date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default end date type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default end date value [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default fetcher [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default field configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default file transfer protocol [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default filter [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default form identifier [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default front page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default group [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default image [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default index tracker which uses a simple database table for tracking items. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default indexing settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default labels are used. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default long date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default medium date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default menu tab [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default name of the media item [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default number of forum topics displayed per page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default number of items to include in each feed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default order [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default pager [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default parent item [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default parser [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default parser for RSS, Atom and RDF feeds. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default processor [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default processor settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default query [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default redirect status [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default revision [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default row classes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default search page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default selection handler settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default settings file [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default settings for this view. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default short date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default sort [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default sort for @field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default sort order for @field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default start date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default start date type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default start date value [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default state [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default style [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default summary length [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default tab options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default theme [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default time zone [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default translation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default translation filename pattern [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default translation server pattern [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default value [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default value callback [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default values [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default views column classes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default views row classes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default wizard [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default zone widget settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Default: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Defaults [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Define a string that should be prefixed to the value, like '$ ' or '€ '. Leave blank for none. Separate singular and plural values with a pipe ('pound|pounds'). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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'). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Define how text is handled by combining filters into text formats. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 list of languages. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Define the base path for links in this summary\n view, i.e. http://example.com/your_view_path/archive.\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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Define the image quality for JPEG manipulations. Ranges from 0 to 100. Higher values mean better image quality but bigger files. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Define the taxes you collect. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Define which shortcut set you are using on the Shortcuts tab of your account page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Defined on the Appearance Settings or Theme Settings page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Defined on the Site Information page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Defined on the Appearance or Theme Settings page. You do not have the appropriate permissions to change the site logo. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Defined on the Site Information page. You do not have the appropriate permissions to change the site logo. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Defines a PHP formatter type that allows values to be \"computed\" via PHP code. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Defines a field type for files. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Defines a field type for image media and provides display configuration tools. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Defines a field type for telephone numbers. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Defines a field type that allows values to be \"computed\" via PHP code. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Defines a field type with Workflows, containing customizable state transitions. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Defines a file field type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Defines an example action with all possible options. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Defines an image field type and provides image manipulation tools. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Defines api behaviours for flaglist. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Defines common functionality for all Commerce modules. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Defines custom behaviours to jsonapi. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Defines custom migration for materio (from d7 to d8). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Defines datetime form elements and a datetime field type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Defines home contents for materiO. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Defines selection, check box and radio button widgets for text and numeric fields. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Defines simple text field types. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Defines the Currency entity. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Defines the Order entity and associated features. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Defines the Product entity and associated features. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Defines the Store entity and associated features. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Defining breakpoints and breakpoint groups [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Defining image styles [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Defining option keys and labels [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Defining responsive image styles [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Definition [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Definition lists are similar to other HTML lists. <dl> begins the definition list, <dt> begins the definition term and <dd> begins the definition description. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Definitions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delay [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete %label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete @display_title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete @entity_type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete @entity_type (Deprecated) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete @language translation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete @type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete Aliases [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete IP address [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete SolrFieldType [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete URL redirect [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete alias [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete aliases [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete aliases for all @label. Number of aliases which will be deleted: %count. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete aliases now! [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete all @entity_type_plural [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete all URL redirects before generating new URL redirects. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete all aliases. Number of aliases which will be deleted: %count. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete all indexed data on this server [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete all revisions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete all translations [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete all users (except user id 1) before generating new users. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete any @type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete any media [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete any workspace [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete comment [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete comment configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete content configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete content type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete context [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete date format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete domain record [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete earlier revision [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete entity [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete field. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete flagging [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete flagging (unflag) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete form mode [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete forum [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete image effect [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete media [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete menu [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete menu link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete order [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete orphaned composite entities [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete own @type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete own media [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete own workspace [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete product [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete profile [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete redirect [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete redirect configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete revisions of entities that are no longer used in Entity Reference Revisions fields. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete role [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete selected entities [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete selected profile [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete shortcut set [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete state [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete store [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete temporary files after [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete term [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete the account and its content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete the account and make its content belong to the %anonymous-name user. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete the selected comments [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete this @type_singular from the system. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete transition [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete translation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete translations [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete view [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delete view mode [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Deleted [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Deleted %count nodes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Deleted %ip [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Deleted 1 media item.\u0003Deleted @count media items. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Deleted 1 redirect.\u0003Deleted @count redirects. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Deleted @count comment.\u0003Deleted @count comments. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Deleted @count content item.\u0003Deleted @count content items. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Deleted @count item.\u0003Deleted @count items. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Deleted @count media items. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Deleted @count media translations. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Deleted @count redirects. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Deleted URL redirect @rid. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Deleted and replaced configuration \"@name\" [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Deleted and replaced configuration entity \"@name\" [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Deleted comment @cid and its replies. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Deleted custom menu %title and all its menu links. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Deleted entity %type with ID %id. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Deleted term %name. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Deleted user: %name %email. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Deleted vocabulary %name. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Deleting @entity_type_plural [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Deleting a @entity-type will cause any output still requesting to use that @entity-type to use the default display settings. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Deleting a server will disable all its indexes and their searches. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Deleting a term will delete all its children if there are any. This action cannot be undone. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Deleting a vocabulary will delete all the terms in it. This action cannot be undone. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Deleting items... Completed @percentage% (@current of @total). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delta [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Delta - Appears in: @bundles. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Demo module for Simplenews. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Demo: Umami Food Magazine (Experimental) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Demonstrate block regions (@theme) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Demonstrating block regions for a theme [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Demote selected content from front page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Demote selected content from front page configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Denmark [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Dependencies [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Dependency of required module @module [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Dependent locality [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Depending on the system configuration, Syslog and other logging tools use this code to identify or filter messages from within the entire system log. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Depending on your site features, additional modules that you might want to enable are: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Deploy [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Deploy %source_label workspace [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Deploy content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Deployment failed. All errors have been logged. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Deprecated. All the functionality has been moved to Core. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Deprecated: Use account-name or display-name instead. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Deprecated: User Name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Depth [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Desaturate [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Desaturate converts an image to grayscale. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Desc [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Descending [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 strtotime for more details. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Describe this comment type. The text will be displayed on the Comment types administration overview page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Describe this media type. The text will be displayed on the Add new media page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Description [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Description and guidelines for discussions within this forum. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Description attribute [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Description field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Description of the context [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Description of the node type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Description of your site, included in each feed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Deselect all rows in this table [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Destination [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Destination module not found for @migration_id. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Detailed cron logging [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Details [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Detect if tar is part of the extension [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Detect tar [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Detection and selection [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Detection method [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Determines if a password needs hashing [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Determines the content language from a request parameter. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Determines whether or not users are notified. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Devel [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Devel generate [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Devel menu [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Devel settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Development [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Development version: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Dialog [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export DictionaryCompoundWordTokenFilter::maxSubwordSize [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export DictionaryCompoundWordTokenFilter::minSubwordSize [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export DictionaryCompoundWordTokenFilter::minWordSize [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export DictionaryCompoundWordTokenFilter::onlyLongestMatch [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Did not delete temporary file \"%path\" during garbage collection because it is in use by the following modules: %modules. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Did not save to map table due to NULL value for key field @field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Diego Garcia [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Diff settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Differences between Media, File, and Image reference fields [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Digest [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Direct query [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Direction [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Direction that text in this language is presented. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Directory [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Disable [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Disable @display_title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Disable SQL rewriting [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Disable all enabled indexes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Disable domain record [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Disable filters [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Disable text format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Disable the account and keep its content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Disable the account and unpublish its content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Disable the search index with the ID @name. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Disable views data caching [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Disabled [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Disabled pattern %label. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Disabled patterns are ignored when generating aliases. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Disabled text format %format. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Disabled: %disabled [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Disables CSS animations for tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Disabling Automated Cron [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Disabling drag-and-drop functionality [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Disallows usage of <img> tag sources that are not hosted on this site by replacing them with a placeholder image. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Discard changes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Discard changes? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Discard items older than [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Discarding old feed items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Discount [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display\u0003Displays [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display \"@display\" has an invalid style plugin. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display \"@display\" needs a selected search fields to work properly. See the settings for the Entity Reference list format. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display \"@display\" uses a \"more\" link but there are no displays it can link to. You need to specify a custom URL. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display \"@display\" uses a path but the path is undefined. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display \"@display\" uses field %field as search field, but the field is no longer present. See the settings for the Entity Reference list format. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display \"@display\" uses fields but there are none defined for it or all are excluded. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display \"Access Denied\" [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display $page array [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display %display has no access control but does not contain a filter for published nodes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display 'more' link only if there is more content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display @count value(s) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display @display is set to use a menu but the menu link text is not set. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display @display is set to use a parent menu but the parent menu link text is not set. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display Name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display a limited number items that this view might find. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display a list of placed orders for a user. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display a message to the user [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display a message to the user configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display a set of order items in a table. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display a specified number of items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display a summary [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display a warning message to users when they are redirected. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display alias changes (except during bulk updates). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display all items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display all items that this view might find. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display all results for the specified field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display all taxonomy terms associated with a node from specified vocabularies. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display all values in the same row [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display an icon [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display an icon representing the file type, instead of the MIME text (such as \"image/jpeg\") [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display any HTML as plain text [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display as link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display author and date information [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display basic HTML help in long filter tips [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display block title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display comment [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display content if it has the selected taxonomy terms. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display contents of \"No results found\" [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display debugging information [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display download path [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display download path instead of file storage URI [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display error message [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display even if view has no result [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display exposed filter as [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display extender [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display extender settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display extenders [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display field as machine name. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display field with matches of the search keywords highlighted, if available. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display fields as OPML items. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display fields as RSS items. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display fields in a contextual links menu. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display fields in a dropbutton. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display flag/unflag link. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display id should be unique. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display in native language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display items inline [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display link on user profile page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display list value as human readable [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display method [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display mode [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display modes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display name must be letters, numbers, or underscores only. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display nodes only if a user posted the @entity_type or commented on the @entity_type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display nodes only if a user posted the node or commented on the node. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display of multiple files [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display plugin [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display prefix and suffix [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display prefix and suffix. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display record count with link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display reference to taxonomy term in RSS. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display score [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display setting for author and date Submitted by post information [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display the @label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display the ID of the referenced entities. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display the aggregator item using the data from the original source. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display the author name. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display the comment as RSS. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display the content with standard node view. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display the country name instead of the country code [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display the depth of the comment if it is threaded. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display the file download URI [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display the file using an HTML5 audio tag. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display the file using an HTML5 video tag. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display the filemime as icon [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display the label of the referenced entities. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display the last comment of an entity [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display the referenced author user entity. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display the referenced entities rendered by entity_view(). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display the subdivision name instead of the subdivision code [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display the user or author name. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display the view as a block. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display the view as a feed, such as an RSS feed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display the view as a page, with a URL and menu links. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display title may not be empty. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display variant [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display with prefix and suffix. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Display: @true_label / @false_label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Displayed as %date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Displayed as %date_format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Displayed in native language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Displaying @start - @end of @total [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Displaying a reference [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Displaying contextual links [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Displaying dates [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Displaying error messages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Displaying error messages in browsers with HTML5 form validation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Displaying files and descriptions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Displaying link text [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Displaying menus [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Displaying popular content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Displaying shortcuts [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Displaying summaries instead of trimmed text [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Displaying telephone numbers as links [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Displaying the Search block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Displays [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Displays a rendered @label entity in an area. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Displays guided tours of the site interface. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Displays help topics provided by themes and modules. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Displays in this view [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Displays messages in an area. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Displays rows as HTML list. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Displays rows in a grid. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Displays rows in a table. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Displays rows one after another. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Displays the actual position of the view result [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Displays the default summary as a list. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Displays the fields with an optional template. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Displays the link in contextual links [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Displays the summary unformatted, with option for one after another or inline. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Distinct [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Djibouti [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Do not display fields, labels or markup for fields that are empty. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Do not display items with no value in summary [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Do not display rewritten content if this field is empty. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Do not flag other translations as outdated [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Do not include the <script> tags in the javascript code snippets. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Do not return true on the following pages: @pages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Do not use a relationship [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Do not use this breakpoint. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Do not write to this index or track the status of items in this index. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Do nothing. Leave the old alias intact. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Do you want to break the lock on view %name? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Document Cache [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Does not contain [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Does not end with [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Does not have a migration or migrate_drupal.yml file. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Does not need to be updated [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Does not send the message, but stores it in Drupal within the state system. Used for testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Does not start with [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Does not use index [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Does … something. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Dollar sign [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Domain [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Domain Theme [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Domain administrator [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Domain configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Domain of the relation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Domain redirects [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Domain to use for this language. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Domain-based access control for content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Domain-based path rewrites for content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Domain: @domain [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Domains [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Dominica [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Dominican Republic [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Don't display post information [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Don't overwrite existing translations. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Done [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Double quotation marks [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Download [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Download additional contributed modules to extend your site's functionality. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Download these updates [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Downloaded translation for %project. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Downloading %project [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Downloading updates [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Downloading updates failed: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Downloads [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Downloads data from a URL using Drupal's HTTP request handler. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Draft [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Drag the handle to the item range required. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Drag the handle to the item required. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Drag the handle to the page required. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Drag to add filters. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Drag to re-order [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Draggable [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Draggable table test module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Drop button [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Drop file here or click to upload [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Dropbutton [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Dropdown [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Drupal [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Drupal 6 [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Drupal 7 [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Drupal 8 [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Drupal @version [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Drupal Core (@core_requirement) (incompatible with version @core_version) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Drupal Documentation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Drupal Upgrade [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Drupal Version [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Drupal Web Profiler. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Drupal already installed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Drupal core [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Drupal core update status [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Drupal could not be correctly setup with the existing database due to the following error: @error. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Drupal could not determine the encoding of the database was set to UTF-8 [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Drupal database update [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Drupal image caption widget [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 system requirements page for more information. %exception_message [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 system requirements page for more information. %exception_message [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Drupal link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Drupal requires you to enable the PHP extensions in the following list (see the system requirements page for more information): [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Drupal system listing compatible test [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Drupal translation server and local files [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Drupal version [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Drupal version of the source site [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 PHP's version support documentation and the Drupal 8 PHP requirements handbook page for more information. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Duplicate [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Duplicate @display_title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Duplicate @type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Duplicate @type_singular [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Duplicate as @type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Duplicate of @label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Duplicate responsive image style [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Duplicate view [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Duration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export During cron runs, 1 item will be indexed per batch.\u0003During cron runs, @count items will be indexed per batch. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Dynamic (an appropriate label will be set based on the active country) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export E-mail [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export E-mail @email [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export E-mail address to send a test e-mail to [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export E-mail from address [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export E-mail from name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export E-mail options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export E.g. name=\"anchor\" [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export EXIF [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export EXIF IFD [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Each block type has its own fields and display settings. Create blocks of each type on the Blocks page in the custom block library. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Each menu has a corresponding block that is managed on the Block layout page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Each style must have a unique label. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 stored content: they define how it is processed and displayed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Ecuador [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edge NGram String Field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edge NGram Text Field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit %label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit %label content type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit %label custom block type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit %label effect [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit %label matcher [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit %label profile [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit %label search page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit %label workflow [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit %type_label @label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit @language translation for %label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit @section [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit Image [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit Link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit SolrFieldType [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit URL [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit URL redirect [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit alias [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit any workspace [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit comment %title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit comment @subject [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit configuration. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit contact form [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit container [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit current shortcut set [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit custom block %label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit date format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit field settings. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit form mode [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit forum [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit image effect [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit layout for %label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit menu [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit menu %label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit menu link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit menu link %title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit order and titles [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit own comments [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit own field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit own workspace [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit permissions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit profile [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit responsive image style [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit role [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit search index %label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit search server %label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit set name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit shortcut set [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit shortcuts [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit state [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit state system values. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit storage settings. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit style [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit style %name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit summary [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit term [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit the email messages sent to users when they attempt to cancel their accounts. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit the email messages sent to users who request a new password. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit the email notifying the site administrator that there are new members awaiting administrative approval. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit the welcome email messages sent to new member accounts created by an administrator. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit the welcome email messages sent to new members upon registering, when administrative approval is required. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit the welcome email messages sent to new members upon registering, when no administrator approval is required. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit transition [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit translations [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit user account [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit view [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit view mode [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit view name/description [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit vocabulary [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Edit workspace %label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Editing [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Editing blocks in place [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Editing content in-place [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Editing languages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Editing the name of the \"@groupName\" button group in a dialog. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Editing the name of the new button group in a dialog. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Editorial [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Effect [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Effect settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Egypt [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Either \"group 0 AND group 1 AND group 2\" or \"group 0 OR group 1 OR group 2\", etc [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Either the path '%path' is invalid or you do not have access to it. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Either the path '@link_path' is invalid or you do not have access to it. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 security advisory. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export El Salvador [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Element [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Element Info [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Elevator [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export ElisionFilter:: SynonymGraphFilter:: SuggestStopFilter:: StopFilter:: ProtectedTermFilter:: HunspellStemFilter:: KeepWordFilter:: StopFilter:: CommonGramsFilter:: SynonymFilter::ignoreCase [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export ElisionFilter::articles [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Ellipsis [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Email [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Email Registration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Email Registration / LoginToboggan Conflict [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Email address [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Email address for a given user. This field is normally not shown to users, so be cautious when using it. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Email addresses to notify when updates are available [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Email field display format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Email notification threshold [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Email of user that posted the comment. Will be empty if the author is a registered user. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Email settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Email: HTML [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Email: HTML text alternative [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Email: Plain [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Emails [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Embed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Embed button [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Embed display options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Embedded displays can be used in code via views_embed_view(). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Emergency [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Emphasized [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Empty [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Empty Node Frontpage behavior [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Empty block library behavior [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Empty display extender [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Empty time zone [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable Alt field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable Description field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable Display field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable Title field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable @display_title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable @title language detection method [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable @title menu link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable Alt field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable Description field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable Drupal style \"sticky\" table headers (Javascript) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable English translation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable Honeypot protection for ALL forms on this site (it is best to only enable Honeypot for the forms you need below). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable JMX [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable Title field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable all disabled indexes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable and edit email messages sent to users when their accounts are blocked. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable and edit email messages sent to users when their accounts are canceled. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable custom storage [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable debugging [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable domain record [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable image uploads [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable interface translation to English [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable logging of automatically logged out users [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable menu link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable newly added modules [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable password strength indicator [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable the Automated Cron module to allow cron execution at the end of a server response. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable the @server search server. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable the Help module for more information on the sizes attribute. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable the personal contact form by default for new users [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable the search index with the ID @name. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable this View to configure the history tab. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable this option to output an absolute link. Required if you want to use the path as a link destination. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable to allow users to select multiple items. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable to display the \"no results text\" if the field contains the number 0. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable to hide items that do not contain this relationship [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable to load this field as hidden. Often used to group fields, or to use as token in another field. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable to override this field's links. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable to remember the last selection made by the user. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable translation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable user tracking [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enable watchdog Automated Logout logging [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enabled [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enabled (PECL uploadprogress) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enabled (APC RFC1867) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enabled entity types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enabled filters [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enabled for all supported fields [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enabled modules [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enabled negotiators [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enabled pattern %label. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enabled: %includes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enables banning of IP addresses. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enables site-wide keyword searching. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enables the categorization of content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enables the use of both personal and site-wide contact forms. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enables tracking of recent content for users. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enabling CKEditor for individual text formats [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enabling REST support for an entity type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enabling a text editor for a text format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enabling and disabling views [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enabling commenting [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enabling field translation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enabling field types, widgets, and formatters [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enabling the Forum module provides a default Forums menu item in the Tools menu that links to the Forums page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enabling the appropriate module may solve this issue. Otherwise, check to see if there is a module update available. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enabling translation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export End date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export End date value [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export End tour [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Ends [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Ends with [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enforce a destination 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enforce clean and canonical URLs. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enforced configuration dependencies [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Engine [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export English [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export English Text Field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enhanced autocomplete using Jquery UI autocomplete. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enhancements to core migration support [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enhances the media list with additional features to more easily find and use existing media items. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enriches your content with metadata to let other applications (e.g. search engines, aggregators) better understand its relationships and attributes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Ensures entered addresses are always formatted in the same language. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Ensures that the latest versions of images uploaded via a Text Editor are displayed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enter 0 for no limit. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enter PHP code in the field for tracking visibility settings. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enter a comma separated list of user names. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enter a comma-separated list of words to describe your view. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enter a description for the server. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enter a description for this block type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enter a part of the block name to filter by. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enter a part of the block, theme or category to filter by. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enter a part of the field or @bundle to filter by. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enter a part of the label or description to filter by. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enter a part of the module name or description [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enter a part of the view name, machine name, description, or display path to filter by. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enter a regular expression for internal links that you wish to be considered external. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enter a regular expression for links that you wish to exclude from being considered external. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enter a valid IP address. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enter a valid email address or use a token email address such as %author. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enter a valid username. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 %limit). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enter an internal Drupal path or path alias to redirect (e.g. %example1 or %example2). Fragment anchors (e.g. %anchor) are not allowed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enter at least 3 characters of the test name or description to filter by. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enter block, theme or category [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enter caption here [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enter connection settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enter field or @bundle [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enter item, then press Return. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enter label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enter page, then press Return. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enter test name… [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enter the URL of an OPML file. This file will be downloaded and processed only once on submission of the form. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enter the displayed name for the server. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enter the name of the configuration file without the .yml extension. (e.g. system.site) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enter the password that accompanies your username. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enter the path you wish to create the alias for, followed by the name of the new alias. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enter the specific word or sentence you want to translate, you can also write just a part of a word. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enter the terms you wish to search for. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enter the value for the sizes attribute, for example: %example_sizes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enter username [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enter your @s username. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Enter your keywords [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entities [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entities and entity types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entities exist of type %entity_type and %bundle_label %bundle. These entities need to be deleted before importing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity Info [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity Reference [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity Reference Revisions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity Reference Source [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity Reference inline fields [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity Reference list [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity Revision [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity Type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity Type ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity action [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity browser [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity browser bulk select form [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity browser example module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity browser inline entity form integration. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity browsers [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity clone settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity clone settings. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity delete link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity display [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity edit link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity form display [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity form mode settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity of type @type was not processed. It defines the following patterns: @patterns [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity reference [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity reference autocomplete (Tags style) display format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity reference autocomplete display format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity reference entity ID display format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity reference field settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity reference field storage settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity reference label display format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity reference rendered entity display format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity reference selection handler settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity reference selection plugin settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity sub-types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity tag HTTP response header, used for validating cache. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity tag HTTP response header. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity type mismatch on rename. @old_type not equal to @new_type for existing configuration @old_name and staged configuration @new_name. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity view display [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity view mode settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity with parent type and ID. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Entity/field definitions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Equal sign [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Equality [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Equals [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Equatorial Guinea [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Eritrea [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Error [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Error checking available update data. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Error checking translation updates. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Error generating image, missing source file. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Error generating image. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Error importing interface translations [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Error importing translation files [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Error installing / updating [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Error message [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Error messages to display [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Error pages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Error sending auto-reply, missing sender e-mail address in %contact_form [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Error sending email (from %from to %to with reply-to %reply). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Error updating configuration translations [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Error while opening up a one time login URL [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Error: Display @display refers to a plugin named '@plugin', but that plugin is not available. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Error: handler for @table > @field doesn't exist! [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Errors [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Errors and warnings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Errors found [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Estonia [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Etag [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Ethiopia [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Amsterdam [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Andorra [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Astrakhan [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Athens [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Belgrade [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Berlin [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Bratislava [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Brussels [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Bucharest [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Budapest [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Busingen [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Chisinau [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Copenhagen [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Dublin [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Gibraltar [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Guernsey [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Helsinki [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Isle of Man [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Istanbul [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Jersey [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Kaliningrad [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Kiev [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Kirov [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Lisbon [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Ljubljana [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/London [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Luxembourg [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Madrid [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Malta [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Mariehamn [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Minsk [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Monaco [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Moscow [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Oslo [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Paris [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Podgorica [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Prague [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Riga [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Rome [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Samara [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/San Marino [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Sarajevo [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Saratov [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Simferopol [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Skopje [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Sofia [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Stockholm [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Tallinn [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Tirane [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Ulyanovsk [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Uzhgorod [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Vaduz [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Vatican [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Vienna [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Vilnius [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Volgograd [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Warsaw [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Zagreb [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Zaporozhye [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Europe/Zurich [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Event Name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Events [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Events Info [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Every page except the listed pages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Example Configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Example Redirects [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Example module demonstrating property overwrite support in the Migrate API. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Example module demonstrating the cck field plugin manager in the Migrate API. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Example module demonstrating the field plugin manager in the Migrate API. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Example modules [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Example of how to use the Mime Mail module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Example: 'Hero image' or 'Author image'. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Example: 'webmaster@example.com' or 'sales@example.com,support@example.com' . To specify multiple recipients, separate each email address with a comma. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Example: 'website feedback' or 'product information'. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Examples [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Examples of how Drupal 8+ migration compares to previous versions. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Examples: @implicit-public-file (for a file in the public filesystem), @explicit-file, or @local-file. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Examples: @domains [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Excepted: @roles [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Exception [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Exception value [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Exceptions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Excerpt [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Excerpt length [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Exclamation mark [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Exclude [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Exclude fields from excerpt [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Exclude from display [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Exclude links matching the pattern [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Excluded paths [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Excluded postal codes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Execute PHP Code [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Execute tasks now [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Execution of @module_previous_cron() took @time. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Existing languages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Existing media items can be reused on any other content items with a media reference field. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Existing password [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Existing system path [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Existing term VID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Exit Place block mode. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Exit block region demonstration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Exited edit mode. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Expand [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Expand layout to include descriptions. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Expanded [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Expanding Views functionality [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Experimental installation profile used [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Experimental modules [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Experimental modules enabled [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Experimental modules found: %module_list. Experimental modules are provided for testing purposes only. Use at your own risk. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Expiration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Expiration type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Expire date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Expired [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Expires [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Explanation of the field to end users. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Explanation of the language options is found on the languages list page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Explanation or submission guidelines [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Export [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Export and download the full configuration of this site as a gzipped tar file. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Export configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Export content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Export options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Exporting a single configuration item [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Exporting and importing views [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Exporting the full configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Expose [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Expose Offset [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Expose filter [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Expose operator [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Expose sort [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Expose sort order [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Expose this filter to visitors, to allow them to change it [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Expose this sort to visitors, to allow them to change it [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Exposed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Exposed Filters [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Exposed Form [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Exposed country filter ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Exposed country filter to determine values [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Exposed filters in block displays require \"Use AJAX\" to be set to work correctly. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Exposed form [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Exposed form in block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Exposed form options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Exposed form settings for this exposed form style. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Exposed form style [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Exposed form type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Exposed form: @view-@display_id [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Exposed items per page options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Exposed options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Exposed sorts label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Exposes entities and other resources as RESTful web API [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Exposes entities as a JSON:API-specification-compliant web API. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Extend [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Extended path aliases [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Extending the Search module [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Extends File fields to allow referencing of existing files, remote files, and server files. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Extension [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Extension settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Extensions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export External [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export External Links [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export External Links administration page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export External links only [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export External links uses patterns (regular expressions) to match the \"href\" property of links. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export External resources can be optimized automatically, which can reduce both the size and number of requests made to your website. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export External server URL [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Extra CSS classes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Extra settings for image files in the result. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Extract [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export FTP [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Facility [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Factor [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fade in [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fade out [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fail (@count) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fail basic validation if any argument is given [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Failed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Failed to check available update data for %title. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Failed to connect to the server. The server reports the following message:

@message

For more help installing or updating code on your server, see the handbook. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Failed to connect to your database server. The server reports the following message: %error.
  • Is the database server running?
  • Does the database exist or does the database user have sufficient privileges to create the database?
  • Have you entered the correct database name?
  • Have you entered the correct username and password?
  • Have you entered the correct database hostname?
[provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Failed to connect to your database server. The server reports the following message: %error.
  • Is the database server running?
  • Does the database exist, and have you entered the correct database name?
  • Have you entered the correct username and password?
  • Have you entered the correct database hostname?
[provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Failed to create style directory: %directory [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Failed to download %project from %url [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Failed to download OPML file due to \"%error\". [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Failed to fetch file due to error \"%error\" [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Failed to get available update data for one project.\u0003Failed to get available update data for @count projects. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Failed to get available update data. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Failed to load responsive image style: “@style“ while displaying responsive image. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Failed to modify %settings. Verify the file permissions. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Failed to open %settings. Verify the file permissions. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Failed to reindex items for the search index %name. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Failed to run all tasks against the database server. The task %task wasn't found. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Failed: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Failure [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fair [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Falkland Islands [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fallback date format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fallback image style [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fallback sort expose settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fallback text format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fallback value [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export False [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Family name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Faroe Islands [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fast [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fast 404 enabled [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fast 404 page html [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fast 404 settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fatal error in update, cowardly refusing to wipe out the install directory. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fatal error trying to download. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Favicon [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Feb [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Feed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Feed %feed added. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Feed ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Feed channel [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Feed content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Feed description [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Feed display options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Feed icon [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Feed item limit [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Feed items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Feed overview [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Feed path [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Feed row style [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Feed settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fetch settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fetcher [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fetchers download data from an external source. Choose a fetcher suitable for the external source you would like to download from. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fid [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Field %field can only hold @max values but there were @count uploaded. The following files have been omitted as a result: %list. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Field %field set in %filter is not set in display %display. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Field %field set in %filter is not usable for this filter type. Combined field filter only works for simple fields. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Field %label was added to the index. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Field API to add fields to entities like nodes and users. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Field ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Field Info [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Field Layout [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Field Permissions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Field Type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Field UI [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Field UI settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Field Value Cache [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Field can contain HTML [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Field column for which to synchronize translations [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Field display setting [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Field formatter [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Field formatters [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Field group format: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Field group label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Field info [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Field item [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Field list [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Field map [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Field mapping [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Field mappings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Field name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Field options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Field overrides [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Field permissions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Field properties for which to synchronize translations [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Field rewrite elements [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Field row [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Field settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Field storage [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Field type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Field types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Field visibility and permissions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Field widget [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Field widgets [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Field with source information [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Field, widget, and formatter information [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export FieldType [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fieldgroup @group cloned successfully. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fieldgroup @group is not cloned since a group already exists with the same name. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fieldgroups [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fields [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fields and field types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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.) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fields pending deletion [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fields that apply to all languages are hidden to avoid conflicting changes. Edit them on the original language form. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fields to be included as contextual links. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fields to be included as links. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fields to search on [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fieldset [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fiji [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File %file (%realpath) could not be moved/copied because it does not exist. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File %file could not be moved/copied because a file by that name already exists in the destination directory (%destination) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File %file could not be moved/copied because it does not exist. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File %file could not be moved/copied because it would overwrite itself. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File %file could not be moved/copied because the destination directory %destination is not configured correctly. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File MIME [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File MIME Type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File MIME type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File Transfer failed, reason: @reason [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File URI [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File Upload [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File Usage [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File added [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File byte size [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File directory [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File extension [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File extension list [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File extensions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File information [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File metadata [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File metadata manager [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File not found at %local_path [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File not found at %remote_path nor at %local_path [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File path [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File removed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File selection [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File selection handler settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File size [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File size display [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File status [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File storage [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File system [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File to import not found. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File upload error. Could not move uploaded file. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File usage [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File usage information for {{ arguments.fid }} [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export File view mode [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Filename [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Filename: %name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Files [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Files directory [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Files displayed by default [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Files maintained by Drupal and various modules. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Files overview [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Files that have no remaining usages are no longer deleted by default. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fill in the language details and save the language with Add custom language. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Filter [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Filter 404s [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Filter @plugin_id could not be mapped to an existing filter plugin; defaulting to @fallback. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Filter Cache [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Filter HTML [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Filter URL [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Filter actions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Filter aliases [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Filter by [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Filter by access. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Filter by block name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Filter by name or description [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Filter by view name, machine name, description, or display path [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Filter criteria [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Filter criterion [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Filter for content by view access. Not necessary if you are using node as your base table. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Filter format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Filter groups [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Filter identifier [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Filter log messages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Filter modules [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Filter output for aggregator items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Filter processing order [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Filter settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Filter the results of \"Taxonomy: Term\" to a particular vocabulary. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Filter the search [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Filter the view to the currently logged in user. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Filter to ensure content has or has not been flagged. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Filter to items that share all terms [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Filter to items that share any term [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Filter translatable strings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Filter type to expose [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Filter value [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Filter your view [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Filtering and sorting reference fields [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Filters [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Filters content in preparation for display. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Filters out unpublished content if the current user cannot view it. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Filters the new alias to only letters and numbers found in the ASCII-96 set. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Finalizing configuration synchronization. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Find and manage comments. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Find and manage content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Find and manage content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Find and manage custom blocks. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Find and manage files. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Find and manage newsletter issues. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Find and manage people interacting with your site. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Find and moderate content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Find out more link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Find similar content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export FingerprintFilter::maxOutputTokenSize [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export FingerprintFilter::separator [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Finish [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Finish translations [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Finished with an error. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Finland [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Firehouse [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export First [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export First and last only [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export First click a text field to insert your tokens into. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export First day of week [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export First definition [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export First item [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export First items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export First line of the address block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export First page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export First page link text [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export First plural form\u0003@count. plural form [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export First term [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fix 404 pages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fix 404 pages with URL redirects [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fixed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fixed parent item [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fixed value [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Flag [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Flag Lists [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Flag Lists handle collections of flags [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Flag actions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Flag confirmation message [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Flag counter [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Flag for list [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Flag indicating the node type has a body field. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Flag indicating the node type is enable [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Flag indicating whether any links have this link as a parent (1 = children exist, 0 = no children). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Flag indicating whether this book page has children [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Flag link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Flag link description [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Flag link text [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Flag list [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Flag list item [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Flag list template 1 [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Flag lists [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Flag name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Flag other translations as outdated [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Flag that indicates that this link was generated during the update from Drupal 5. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Flag title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Flag to control whether this file should be displayed when viewing content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Flag to indicate whether or not category is selected by default. (1 = Yes, 0 = No) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Flag. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Flag/unflag link for @flag [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Flagged [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Flagged message [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Flagging [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Flagging an item may trigger rules. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Flagging an item may trigger rules. However, you don't have the Rules module enabled, so you won't be able to enjoy this feature. The Rules module is a more extensive solution than Flag actions. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Flagging collection [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Flagging collection type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Flagging collection type 1 [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Flags [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 to place the the links on the page yourself. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Float [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Float settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Float value [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Flood control [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Flush [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Flush CSS and Javascript [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Flush Css and Javascript [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Flush all caches [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Flush plugins cache [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Flush render cache [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Flush routing and links cache [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Flush static cache [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Folder [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Follow the user's language preference. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Follow these steps to set up and start using your website: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Followers [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Following [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Font [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Font style [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Footer [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Footer background [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Footer promo block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export For [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export For example, set this to 3 and the first 3 items will not be displayed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export For example: %filename from your local computer [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export For example: %url [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export For links corresponding to a Drupal path (external = 0), this connects the link to a {menu_router}.path for joins. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export For more detailed information, see the upgrading handbook. If you are unsure what these terms mean you should probably contact your hosting provider. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export For more information see W3C's HTML Specifications or use your favorite search engine to find other sites that explain HTML. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export For more information, refer to the help listed on this page or to the online documentation and support pages at drupal.org. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export For more information, see the online documentation for the Serialization module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export For more information, see the online documentation for the Custom Menu Links module. If you enable the Menu UI module, it provides an interface for managing menus and menu links. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export For more information, see the online documentation for the Field Layout module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export For more information, see the online documentation for the Forum module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export For more information, see the online documentation for the Layout Builder module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export For more information, see the online documentation for the Layout Discovery module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export For more information, see the online documentation for the Taxonomy module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export For more information, see the online documentation for the Views module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export For more information, see the Media help page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export For more information, see the online handbook entry for configuring cron jobs. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export For more information, see the online handbook entry for increasing the PHP memory limit. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export For most aggregation tasks, the default settings are fine. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export For security reasons, your upload has been renamed to %filename. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Force using fields [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Forgot password? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Forgot your password? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Form [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Form API field types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Form ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Form build-id mismatch detected while attempting to store a form in the cache. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Form mode [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Form mode: @mode [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Form modes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Form operation of the lock [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Format ID. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Format of the term description. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Format plural [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Format settings: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Format string [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Format type machine name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Format: %format. Leave blank to use the time of form submission. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Format: @display [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Formats [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Formats an aggregator item or feed title with an optional link. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Formats date ranges. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Formats telephone fields using google's libphonenumber library [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Formatted (in KB or MB) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Formatted price [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Formatted text default display format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Formatter [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Formatter for @title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Formatter settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Formatters and view modes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Formatting [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Formatting content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Forms [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Formula [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Formula Used [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Forum [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Forum blocks [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Forum content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Forum default topic order [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Forum name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Forum navigation vocabulary [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Forum settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Forum topic [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Forum topics block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Forum vocabulary ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Forums [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Forums contain forum topics. Use containers to group related forums. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Forums may be placed at the top (root) level, or inside another container or forum. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Found [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fr [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fragment [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export France [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export French [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export French Guiana [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export French Polynesia [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export French Southern Territories [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export French Text Field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fri [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Friday [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export From [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export From all shortcut sets, select one to be own active set. Without this permission, an administrator selects shortcut sets for users. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export From domain [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export From state [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export From state ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export From state IDs [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export From the Contact forms page, 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 Block layout page, if the Block module is installed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Front page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Frontpage [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Full [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Full Date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Full URI to a folder where the media icons will be installed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Full archive [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Full comment [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Full content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Full data (serialized) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Full data (unserialized) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Full text [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fulltext [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fulltext Phonetic [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fulltext Phonetic English [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fulltext Phonetic French [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Fulltext search [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Functionality to assist Flag event testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Further instructions have been sent to your email address. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Future date: %display [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Future format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export GD library [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export GD library PNG support [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export GD2 image manipulation toolkit [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export GET method settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export GSS negotiate [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export GUID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export GUID field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export GUID is permalink [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export GUID settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Gabon [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Gambia [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Gathers and displays syndicated content (RSS, RDF, and Atom feeds) from external sources. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export General [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export General Forms [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export General System Information [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export General discussion [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export General information [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export General settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Generate [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Generate a URL alias for un-aliased paths only [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Generate a given number of content. Optionally delete current content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Generate a given number of menus and menu links. Optionally delete current menus. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Generate a given number of terms. Optionally delete current terms. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Generate a given number of users. Optionally delete current users. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Generate a given number of vocabularies. Optionally delete current vocabularies. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Generate automatic URL alias [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Generate dummy users, nodes, menus, taxonomy terms... [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Generate subquery each time view is run [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Generated 1 URL alias.\u0003Generated @count URL aliases. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Generates a decent password when adding a new user. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Generates an OPML feed from a view. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Generates an RSS feed from a view. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Generating Content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Generating accessible content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Generic file [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Generic file format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Georgia [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Germany [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Get a status report about available interface translations for your installed modules and themes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Get a status report about available updates for your installed modules and themes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Get a status report about your site's operation. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Get an overview of all taxonomy vocabularies. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Get config.zip [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Get involved! [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Get schema_extra_fields.xml [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Get schema_extra_types.xml [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Get site configiration through rest api [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Get the actual block content from a block content revision. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Get the actual content from a content revision. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Getting Started [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Ghana [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Gibraltar [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Git commit [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Given name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Global [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Global Mail System configuration. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Global Mime Mail configuration. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Global redirects [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Global replacement patterns (for description field only) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Global setting for the default display of content items in each feed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Global settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Global settings. Shared with every field instance. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Glossary [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Glossary mode [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Go to first item [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Go to first items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Go to first page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Go to item @item [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Go to items @item_low-@item_high [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Go to last item [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Go to last items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Go to last page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Go to next items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Go to next page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Go to page @key [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Go to page @number [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Go to parent page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Go to previous items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Go to previous page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Go to the real page for this display [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Go to the search page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Good [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Granted [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Granularity [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Gray [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Greater than [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Greater-than sign [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Greece [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Greenland [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Grenada [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Grid [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Group [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Group @group [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Group by Numeric [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Group by bundle [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Group by bundle: @bundle_grouping [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Group by column [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Group by columns [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Group by numeric [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Group column [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Group columns (additional) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Group for @id [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Group item [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Group items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Group name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Group name (a-z, 0-9, _) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Group results together [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Grouped filters [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Grouped filters allow a choice between predefined operator|value pairs. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Grouping @id [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Grouping field Nr.@number [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Grouping field number %i [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Groups [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Groupwise max [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Guadeloupe [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Guam [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Guatemala [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Guernsey [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Guid settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Guinea [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Guinea-Bissau [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Guyana [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export HAL [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export HAL settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export HEAD method settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export HTML Date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export HTML Datetime [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export HTML List [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export HTML Month [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export HTML Time [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export HTML URL attribute [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export HTML Week [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export HTML Year [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export HTML Yearless date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export HTML block format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export HTML element [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export HTML filter [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export HTML help [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export HTML nofollow [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export HTML tags weight [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export HTTP Basic Authentication [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export HTTP Cache [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export HTTP Cache Never [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export HTTP Result Code: !status [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export HTTP auth settings to be used by the SimpleTest browser during testing. Useful when the site requires basic HTTP authentication. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export HTTP authentication [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export HTTP authentication credentials must include a username in addition to a password. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export HTTP cookies [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export HTTP headers [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export HTTP method [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export HTTP protocol [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export HTTP request to @url failed with error: @error. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export HTTP status code [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Haiti [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Handler [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Handles .tar files. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Handles general site configuration for administrators. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Handles migrations [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Handles zip files. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Has Children [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Has a migration but Does not have a migrate_drupal.yml file. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Has new content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Has roles in addition to 'authenticated user' [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Has taxonomy term [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Has taxonomy term ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Has taxonomy term ID (with depth) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Has taxonomy term ID depth modifier [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Has taxonomy terms (with depth) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hash [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Header [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Header background bottom [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Header background top [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Heading [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Heard Island and McDonald Islands [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Height [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hello @recipient-name, [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Help [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Help text [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Help text for the node type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Help text to display for the vocabulary. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Helper functions, pages, and blocks to assist Drupal developers. The devel blocks can be managed via the block administration page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Helper module for CronRunTestCase::testCronExceptions(). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Helpers to test the configuration translation system [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Helpful module for test staff. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Helps avoid broken links and incorrect paths in content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Helps developers work with configuration. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Helps test a bug triggered by the url_generator maintaining a stale route provider. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Here are some common patterns. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Here are the contents of your $_SESSION variable. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Here is a list of the currently enabled field, formatter, and widget modules: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Here is your configuration: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 system requirements. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hero or Banner [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hidden [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hide [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hide — @configuration.label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hide attachments in summary [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hide attachments when displaying a contextual filter summary [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hide block if no result/empty text [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hide block if the view output is empty [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hide description [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hide descriptions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hide empty [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hide empty column [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hide empty column for @field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hide empty columns [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hide empty fields [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hide fields [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hide filter [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hide for the listed pages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hide group names [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hide if empty [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hide lower priority columns [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hide media item weights [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hide non translatable fields on translation forms [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hide rewriting if empty [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hide row weights [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hide sort [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hide submit button [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hide submit button if javascript is enabled. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hide summary [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hide the block if there is no result and no empty text and no header/footer which is shown on empty result [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hide view [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hierarchy [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export High [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Highlight [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Highlight retrieved data [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Highlighted [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Highlighter [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hint text that appears inside the Max field when empty. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hint text that appears inside the Min field when empty. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hint text that appears inside the field when empty. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export History [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export History user [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Home [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Home page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Homepage [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Honduras [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Honeypot [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Honeypot Configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Honeypot Element Name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Honeypot Enabled Forms [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Honeypot Time Limit [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Honeypot configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Honeypot element name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Honeypot form-specific settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Honeypot time limit [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hong Kong SAR China [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hooks disabler [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Horizontal [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Horizontal Tabs [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Horizontal orientation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Horizontal rule [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Host [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hostname [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hostname of the user who triggered the event. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hot topic [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hot topic threshold [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hot topic, new comments [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hour [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export How far back in time should the nodes be dated? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export How long any statistics may be cached, i.e. the refresh interval [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export How many URL redirects would you like to generate? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export How many content items to display in \"all time\" list. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export How many content items to display in \"day\" list. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export How many content items to display in \"recently viewed\" list. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export How many different units to display in the string. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export How many nodes would you like to generate? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export How many seconds to give a user to respond to the logout dialog before ending their session. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export How many time interval units should be shown in the formatted output. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export How many users would you like to generate? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export How old should user accounts be? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export How should each row in this view be styled [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export How should the serialized data be displayed. You can choose a custom array/object key or a print_r on the full output. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export How should this view be styled [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export How this is used depends on your site's theme. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export How to treat existing translations when automatically updating the interface translations. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Human name of the node type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hungary [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export HunspellStemFilter::affix [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export HunspellStemFilter::strictAffixParsing [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hypermedia APIs are a style of Web API that uses URIs to identify resources and the link relations between them, enabling API consumers to follow links to discover API functionality. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Hyphen [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export I acknowledge I may lose data. Continue anyway. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export I know what I'm doing! [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export ICUNormalizer2Filter:: ICUFoldingFilter::filter [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export ICUNormalizer2Filter::mode [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export ICUNormalizer2Filter::name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export ICUTransformFilter::id [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export ID field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export ID: @name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export IFD type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export IIS httpoxy protection [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export IN operator [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export IP [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export IP Address [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export IP address [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export IP address bans [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export IP limit [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export IP window [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Ice [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Iceland [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Icon [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Id [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Identifier [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Identity [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If \"Custom\", see the PHP docs for date formats. Otherwise, enter the number of different time units to display, which defaults to 2. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If Show block on all pages is selected, the block will contain the automatically generated menus for all of the site's books. If Show block only on book pages 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 Page specific visibility settings or other visibility settings can be used in addition to selectively display this block. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If a tour is available on a page, a Tour 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 Next button in the tip. To see a tour users must have the permission Access tour and JavaScript must be enabled in the browser [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If checked, a \"...\" will be added if a field was trimmed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If checked, all conditions must be met for this context to be active. Otherwise, the first condition that is met will activate this context. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If checked, all searches will be logged. Uncheck to skip logging. Logging may affect performance. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If checked, only content that has this flag will be included. Leave unchecked to include all content; or, in combination with the Flagged filter, to limit the results to specifically unflagged content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If checked, special handling will be used for plurality. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If checked, the number will be rounded. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If checked, the only items presented to the user will be the ones selected here. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If checked, this view will receive the same contextual filters as its parent. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If checked, true will be displayed as false. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If creating a parent menu item, enter the description of the item. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If creating a parent menu item, enter the title of the item. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If enabled the rendered output of the grouping field is used to group the rows. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If enabled, access permissions for rendering the entity are not checked. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 and the URL, choose the appropriate link format from the drop-down menu in the Manage display page. If you only want to display the URL even if link text has been submitted, choose Link as the format, and then change its Format settings to display URL only. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If more than one application will be sharing this database, a unique table name prefix – such as %prefix – will prevent collisions. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If neither the row nor the style plugin supports fields, this field allows to enable them, so you can for example use groupby. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If no countries are selected, all countries will be available. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If no image is uploaded, this image will be shown on display and will override the field's default image. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If no image is uploaded, this image will be shown on display. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If no roles are selected, users from any role will be allowed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If none are selected, all are allowed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If selected and this menu link has children, the menu will always appear expanded. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If selected, the numbers entered for the filter will be excluded rather than limiting the view. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If selected, users can enter multiple values in the form of 1+2+3 (for OR) or 1,2,3 (for AND). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If set, the alternative text of images will be indexed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If set, the contents of title attributes will be indexed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If set, this comment will be embedded in the query and passed to the SQL server. This can be helpful for logging or debugging. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If sort order is not exposed, the sort criteria settings for each sort will determine its order. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If the Source 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 limit the use of HTML tags, then all excluded tags will be stripped out of the HTML source when the user toggles back to the text editor. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 Block layout page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If the Block module is enabled, then you can add a language switcher block on the Block layout page to allow users to switch between languages. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If the PHP option is chosen, enter PHP code between %php. Note that executing incorrect PHP code can break your Drupal site. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If the URL should use a secure protocol [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If the part of the filename just before the extension is '.tar', include this in the extension output. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. Rebuild permissions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If the style you choose has settings, be sure to click the settings button that will appear next to it in the View summary. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If the summary is not set, the trimmed %label field will end at the last full sentence before this character limit. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If this is left empty, then the file size will be limited by the PHP maximum upload size of @size. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If this value is received, the filter will be ignored; i.e, \"all values\" [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If this view uses fields, they are listed here. You can click on a field to configure it. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If translation is enabled for English, you can override the default English interface text strings in your site with other English text strings on the User interface translation page. Translation is off by default for English, but you can turn it on by visiting the Edit language page for English from the Languages page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If you choose Text (plain) or Text (formatted) as the field type on the Manage fields page, then a field with a single row is displayed. You can change the maximum text length in the Field settings when you set up the field. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If you choose Text (plain) or Text (plain, long) you restrict the input to Plain text only. If you choose Text (formatted), Text (formatted, long), or Text (formatted, long with summary) you allow users to write formatted text. Which options are available to individual users depends on the settings on the Text formats and editors page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If you choose Text (plain, long), Text (formatted, long), or Text (formatted, long, with summary) on the Manage fields page, then users can insert text of unlimited length. On the Manage form display page, you can set the number of rows that are displayed to users. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If you create or edit a taxonomy term you can add an alias (for example music/jazz) in the field \"URL alias\". When creating or editing content you can add an alias (for example about-us/team) under the section \"URL path settings\" in the field \"URL alias\". Aliases for any other path can be added through the page URL aliases. To add aliases a user needs the permission Create and edit URL aliases. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If you do encounter problems, try using HTML character entities. A common example looks like &amp; for an ampersand & character. For a full list of entities see HTML's entities page. Some of the available characters include: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If you don't have direct file access to the server, use this field to upload your logo. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If you don't have direct file access to the server, use this field to upload your shortcut icon. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If you don't want to receive such emails, you can change your settings at @recipient-edit-url. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If you edit a translation in one language you may want to set the status of the other translations as out-of-date. You can set this status by selecting the Flag other translations as outdated checkbox in the Translation section of the content editing form. The status will be visible on the Translations page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If you have chosen this shortcut set as the default for some or all users, they may also be affected by deleting it. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If you have the Toolbar module 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 Block layout page. In some themes, the main menu and possibly the secondary menu will be output automatically; you may be able to disable this behavior on the theme's settings page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If you move this topic, you can leave a link in the old forum to the new forum. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If you need more fields than the uid add the comment: author relationship [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If you select no roles, the condition will evaluate to TRUE for all users. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export If your Solr server is protected by basic HTTP authentication, enter the login data here. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Ignore [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Ignore case [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Ignore certain configuration during import [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Ignore redirections on admin paths. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Ignoring alias %alias because it is the same as the internal path. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Illegal choice %choice in %name element. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Image [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Image Effects [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Image Style [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Image URL formatter settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Image convert failed using the %toolkit toolkit on %path (%mimetype) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Image crop [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Image crop failed using the %toolkit toolkit on %path (%mimetype, %dimensions) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Image desaturate failed using the %toolkit toolkit on %path (%mimetype, %dimensions) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Image field display format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Image file settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Image format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Image generation in progress. Try again shortly. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Image removed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Image resize [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Image resize failed using the %toolkit toolkit on %path (%mimetype, %dimensions) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Image rotate [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Image rotate failed using the %toolkit toolkit on %path (%mimetype, %dimensions) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Image scale [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Image scale and crop [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Image scale and crop failed using the %toolkit toolkit on %path (%mimetype, %dimensions) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Image scale failed using the %toolkit toolkit on %path (%mimetype, %dimensions) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Image settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Image style [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Image style mapping [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Image style mappings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Image style name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Image style: @style [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Image styles [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Image styles for sizes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Image styles to be used when using the 'sizes' attribute [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Image title text, for the image's 'title' attribute. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Image to be shown if no image is uploaded. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Image toolkit [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Image upload settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Image with image style [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Images larger than @max pixels will be resized. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Images larger than these dimensions will be scaled down. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Images must be exactly @size pixels. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Images must be larger than @min pixels. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Images must be larger than @min pixels. Images larger than @max pixels will be resized. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Immediately [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Implements hook_link_attributes_plugin_alter [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Implements the shopping cart system and add to cart features. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Imploded [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Import [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Import OPML [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Import a single configuration item by pasting its YAML structure into the text field. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Import all [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Import and export your configuration. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Import and export your content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Import behavior [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Import configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Import enabled [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Import new configuration and content from old site [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Import of string \"%string\" was skipped because of disallowed or malformed HTML. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Import products from an example CSV file [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Imported translation for %project. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Importing a full configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Importing a single configuration item [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Importing configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Importing interface translations [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Importing translation files [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Importing translation for %project. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Imports the content for the Umami demo. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Improving table accessibility [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export In Context [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export In case of errors or problems with the site, the Recent log messages page can be useful for debugging, since it shows the sequence of events. The log messages include usage information, warnings, and errors. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export In most cases, Pathologic should be the last filter in the “Filter processing order” list. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 cron tasks. On the Cron page, you can configure cron to run periodically as part of server responses by installing the Automated Cron 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 Status report page. For more information, see the online documentation for configuring cron jobs. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 Views UI module help page for more information. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export In order to translate configuration, the website must have at least two languages. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export In order to translate content, the website must have at least two languages. When that is the case, you can enable translation for the desired content entities on the Content language 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 HAL for serialization and HTTP Basic Authentication for authentication, or install a contributed or custom module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export In reply to @parent_title by @parent_username [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export In the field settings you can define additional link text to be optional or required in any link field. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export In the field settings you can define the allowed link type to be internal links only, external links only, or both internal and external links. Internal links only and both internal and external links options enable an autocomplete widget for internal links, so a user does not have to copy or remember a URL. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export In the field settings you can select which entity type you want to create a reference to. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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:
  • Generic file displays links to the files and adds icons that symbolize the file extensions. If descriptions are enabled and have been submitted, then the description is displayed instead of the file name.
  • URL to file displays the full path to the file as plain text.
  • Table of files lists links to the files and the file sizes in a table.
  • RSS enclosure only displays the first file, and only in a RSS feed, formatted according to the RSS 2.0 syntax for enclosures.
A file can still be linked to directly by its URI even if it is not displayed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export In the field settings, you can define the allowed file extensions (for example pdf docx psd) for the files that will be uploaded with the file field. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export In the menu, the heavier links will sink and the lighter links will be positioned nearer the top. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export In-place content editing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Inaccessible [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Include [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Include Rel attribute for use in lightbox2 or other javascript utility. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Include a \"destination\" parameter in the link to return the user to the original view upon completing the contextual action. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Include a \"destination\" parameter in the link to return the user to the original view upon completing the link action. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Include all items option [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Include an RSS feed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Include blocked user [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Include blocked users: @include_blocked [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Include customized translations [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Include destination [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Include file in display [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Include links matching the pattern [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Include locked languages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Include locked languages such as Not specified and Not applicable [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Include non-customized translations [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Include only flagged content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Include reset button [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Include reset button (resets all applied exposed filters) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Include tar in extension [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Include the anonymous user in the matched entities. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Include the anonymous user. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Include unpublished nodes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Include unpublished: @include_unpublished [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Include untranslated text [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Included postal codes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Includes: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Includes: %includes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Includes: @render_var [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Increment a counter each time content is viewed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Indent [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Index [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Index @limit items in batches of @batch_size items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Index @name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Index ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Index all items for all enabled indexes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Index alt attribute [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Index description [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Index hierarchy [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Index items immediately [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Index items in the same order in which they were saved [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Index items using an Apache Solr search server. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Index name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Index now [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Index options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Index status [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Index the most recent items first [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Index title attribute [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Indexed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Indexed %count content items for tracking. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Indexed fields [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Indexes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Indexing order [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Indexing progress [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Indexing settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Indexing throttle [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export India [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Indian/Antananarivo [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Indian/Chagos [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Indian/Christmas [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Indian/Cocos [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Indian/Comoro [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Indian/Kerguelen [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Indian/Mahe [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Indian/Maldives [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Indian/Mauritius [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Indian/Mayotte [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Indian/Reunion [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Indicates if the last edit of a translation belongs to current revision. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Indicates whether the menu link should be rediscovered [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Individual content types can have different fields, behaviors, and permissions assigned to them. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Indonesia [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Influence [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Influence of '@title' [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Info [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Information [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Information array [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Infrastructure for JSON-RPC 2.0 compliant web services. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Inherit [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Inherit contextual filters [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Inherit exposed filters [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Inherit from view [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Inherit pager [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Init [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Initial email [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Initial order [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Initial visibility level [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Initializing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Inline [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Inline Entity Form [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Inline Form Errors [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Inline entity form - Complex [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Inline entity form - Simple [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Inline entity reference display format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Inline fields [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Input filters [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Input format of the custom block/box content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Input required [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Insert Image [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Insert a list of integer numeric values separated by commas: e.g: 10, 20, 50, 100 [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Insert a view inside an area. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Insert this token into your form [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Inserted [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Install [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Install %name using existing configuration. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Install @theme as default theme [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Install @theme theme [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Install an example site that shows off some of Drupal’s capabilities. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Install and set as default [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Install another module [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Install configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Install from a URL [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Install new module [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Install new module or theme [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Install new theme [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Install newly added themes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Install options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Install profile [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Install profile mismatch [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Install site [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Install with commonly used features pre-configured. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Install your new files in the appropriate location, as described in the handbook. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Installation failed! See the log below for more information. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Installation failed! See the log below for more information. Your site is still in maintenance mode. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Installation profile [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Installation tasks [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Installation was completed successfully. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Installation was completed successfully. Your site has been taken out of maintenance mode. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Installed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Installed %module module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Installed %project_name successfully [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Installed profile [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Installed theme\u0003Installed themes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Installed themes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Installed version [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Installing %project [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Installing @drupal [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Installing modules and themes requires @backends access to your server. See Extending Drupal 8 for other installation methods.\u0003Installing modules and themes requires access to your server via one of the following methods: @backends. See Extending Drupal 8 for other installation methods. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Installing new modules and themes through the Install page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Installing supporting modules [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Installing text editors [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Installing updates [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Instances [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Instructions to present to the user below this field on the editing form.
Allowed HTML tags: @tags [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Instructs the toolkit to save the image with a specified extension. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Integer [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Integer settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Integer value [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Integer value of Object ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Integrates video_embed_field directly into ckeditor. Useful for websites not using the media suite of modules that need WYSIWYG support. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Interaction type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Interface [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Interface Translation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Interface text [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Interface text language selected for page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Interface translation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Interface translation export [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Interface translation import [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Interface translation settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Interface translations are automatically imported when a language is added, or when new modules or themes are enabled. The report Available translation updates shows the status. Interface text can be customized in the user interface translation page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Interface translations directory [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Interfaces [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Internal [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Internal Dynamic Page Cache [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Internal Page Cache [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Internal links only [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Internal name of the field used in the form HTML and URLs. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Internet [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Interval [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Invalid date format. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Invalid display id @display [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Invalid index ID \"@index_id\". [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Invalid info [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Invalid input [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Invalid machine-readable name. Enter a name other than %invalid. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Invalid merge query: no conditions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Invalid number of redirects. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Invalid or missing datasource plugin: %datasource_id [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Invalid path. Valid characters are alphanumerics as well as \"-\", \".\", \"_\" and \"~\". [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Invalid redirect URL %url provided. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Invalid server ID \"@server_id\". [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Invalid state transition from %from to %to [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Iran [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Iraq [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Ireland [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Is Latest Revision [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Is Locked [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Is all of [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Is between [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Is default revision [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Is empty (NULL) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Is equal to [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Is front page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Is greater than [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Is greater than or equal to [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Is less than [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Is less than or equal to [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Is none of [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Is not between [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Is not empty (NOT NULL) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Is not equal to [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Is not one of [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Is one of [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Is published [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Is super user [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Is the logged in user [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Is this URL absolute [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Is this consumer 3rd party? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Is this the default consumer? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Isle of Man [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Israel [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Issue [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export It appears you have reached this page in error. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export It is not allowed to create a redirect from the front page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export It is recommended not to use this processor with the selected server. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export It is recommended that sites running on production environments do not display any errors. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export It is recommended to upgrade to PHP version %recommended or higher for the best ongoing support. See PHP's version support documentation and the Drupal 8 PHP requirements handbook page for more information. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export It is required by the Menu UI module, which provides an interface for managing menus and menu links. For more information, see the Menu UI module help page and the online documentation for the Custom Menu Links module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 upgrade handbook for instructions on how to avoid ID conflicts with translated content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export It looks like you have content on your new site which may be overwritten if you continue to run this upgrade. The upgrade should be performed on a clean Drupal 8 installation. For more information see the upgrade handbook. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Italic [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Italicized [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Italy [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Item [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Item @item of @total_items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Item ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Item language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Items @item_low-@item_high of @total_items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Items associated with this feed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Items per block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Items per page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Items per page label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Items selected on other pages: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Items to display [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export JPEG quality [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export JSON [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export JSON-RPC 2.0 discovery features. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export JSON-RPC 2.0 services for Drupal core. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export JSON:API [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export JSON:API Resource override [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Jamaica [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Jan [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Japan [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export JapanesePartOfSpeechStopFilter:: TypeTokenFilter:: StopFilter:: LengthFilter:: KeepWordFilter::enablePositionIncrements [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export JavaScript performance settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export JavaScript preprocess [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export JavaScript settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export JavaScript translation file %file.js was lost. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Jersey [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Job ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Job type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Jobs [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Joined path [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Jordan [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Jul [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Jump to the first comment. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Jump to the first new comment. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Jun [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Justify [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Kazakhstan [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Kenya [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Key [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Key format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Keys [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Keyword [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Keyword relevance [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Keywords [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Kiribati [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Kosovo [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Kuwait [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Kyrgyzstan [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Label (plural) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Label (singular) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Label HTML element [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Label display for @title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Label element [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Label field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Label for \"Any\" value on non-required single-select exposed filters [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Label for ascending sort [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Label for descending sort [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Label for new group [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Label of the action [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Label type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Language (fr, en, ...) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Language Code [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Language Undefined Text Field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Language attribute [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Language based on a selected language. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Language code [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. Modifying this value may break existing URLs. Use with caution in a production environment. Example: Specifying \"deutsch\" as the path prefix code for German results in URLs like \"example.com/deutsch/contact\". [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Language detection and selection [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Language detection configuration saved. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Language detection methods [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Language direction [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Language field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Language for this field. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Language for this menu. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Language for this term. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Language format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Language from a request/session parameter. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Language from the URL (Path prefix or domain). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Language from the browser's language settings. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Language list [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Language list ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Language mapping [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Language name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Language negotiation per type setting [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Language negotiation per type settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Language object [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Language of labels and other textual elements in this view. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Language of the lock [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Language of the translation of user information [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Language override [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Language reference [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Language select [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Language selection [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Language settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Language string ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Language switcher [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Language switcher (@type) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Language type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Language types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Languages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Languages not yet added [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Laos [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Large (480×480) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Large 21:9 (1440x620) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Large 21:9 2x (2880x1240) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Large 3:2 (768x512) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Large 3:2 2x (1536x1024) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Last [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Last Comment [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Last Cron Run [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Last Used [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Last access [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Last access timestamp [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Last accessed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Last changed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Last checked: @time ago [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Last checked: never [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Last comment [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Last comment CID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Last comment ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Last comment author [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Last comment date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Last comment name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Last comment time [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Last comment timestamp [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Last comment uid [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Last comment user ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Last item [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Last items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Last login [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Last login timestamp [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Last modified: @time. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Last page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Last page link text [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Last post [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Last reply [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Last run @time ago [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Last run: %time ago. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Last saved [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Last time feed was checked for new items, as Unix timestamp. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Last update [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Last updated [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Last upgrade: @date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Last view [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Last viewed: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Last » [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Last-checked unix timestamp. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Lastly, a message is displayed about the number of upgrade tasks that were successful or failed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Latest revision [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Latest version [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Latest version: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Latvia [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Layout [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Layout Builder provides layout building utility. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Layout Discovery [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Layout Discovery allows modules or themes to register layouts, and for other modules to list the available layouts and render them. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Layout Discovery cannot be installed because the Layout Plugin module is installed and incompatible. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Layout ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Layout Section [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Layout options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Layout section [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Layout settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Layouts [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Leave blank for %anonymous. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Leave blank for all. Otherwise, the first selected term will be the default instead of \"Any\". [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Leave blank if your SMTP server does not require authentication. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Leave blank to allow unlimited link text lengths. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Leave blank to show all strings. The search is case sensitive. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Leave blank to use trimmed value of full text as the summary. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Leave empty to show all pages. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Leave preview [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Leave preview? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Leave shadow copy [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Leave this blank to delete both the existing username and password. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Leave this field blank [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Leaving the preview will cause unsaved changes to be lost. Are you sure you want to leave the preview? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Lebanon [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Left [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Left curly bracket [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Left parenthesis [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Left sidebar [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Left square bracket [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Left to right [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Length [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Length is longer than [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Length is shorter than [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Length of time in seconds raw query results should be cached. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Length of time in seconds rendered HTML output should be cached. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Length of trimmed description [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export LengthFilter::max [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export LengthFilter::min [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Lesotho [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Less secure [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Less than [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Less-than sign [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Let scale make images larger than their original size. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Liberia [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Libraries [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Libya [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export License [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export License ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export License from D7 Ubercart Roles. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export License settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export License type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Licensed product variation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Licenses [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Liechtenstein [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Lifetime [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Limit [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Limit allowed HTML tags [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Limit allowed HTML tags and correct faulty HTML [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Limit by postal code [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Limit list to selected items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Limit terms by vocabulary [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Limit the number of characters in textfields and textareas and shows the amount of characters left. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Limit to vocabulary [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Limit: @limit [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export LimitTokenCountFilter::maxTokenCount [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export LimitTokenOffsetFilter::maxStartOffset [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export LimitTokenPositionFilter:: LimitTokenOffsetFilter:: LimitTokenCountFilter::consumeAllTokens [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export LimitTokenPositionFilter::maxTokenPosition [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Limited [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Limited date range [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Line item ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Line item type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Lines and paragraphs are automatically recognized. The <br /> line break, <p> paragraph and </p> close paragraph tags are inserted automatically. If paragraphs are not recognized simply add a couple of blank lines. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Lines and paragraphs break automatically. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link URL [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link attributes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link class [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link color [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link display [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link image to [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link label to the referenced entity [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link path [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link text [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link text not trimmed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link text trimmed to @limit characters [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link this field to download the file [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link this field to its term page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link this field to its user [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link this field to new comments [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link this field to the file download URL [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link this field to the original piece of content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link to @entity_type_label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link to URI [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link to URL [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link to a node revision [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link to any page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link to approve comment [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link to break the content lock. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link to delete @entity_type_label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link to delete a node revision [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link to delete revision [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link to edit @entity_type_label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link to entity [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link to file [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link to item [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link to node [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link to reply-to comment [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link to revert a node to a revision [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link to revert revision [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link to revision [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link to the @entity_label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link to the entity [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link to the feed item. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link to the referenced entity [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link to the user [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link to translate @entity_type_label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link to user contact page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link using provided telephone number. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link using text: @title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Link weight among links in the same menu at the same depth. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Linked to content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Linked to file [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Linked to media item [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Linking to contact forms [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Linkit [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Linkit profile [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Linkit profiles [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Linkit result thumbnail [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Links [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Links and downloads [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Links related to the active user account [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Links to an external server using a full URL: e.g. 'http://www.example.com' or 'www.example.com'. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export List [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export List (float) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export List (float) settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export List (integer) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export List (integer) settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export List (text) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export List (text) settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export List Configuration Split settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export List Configuration Split settings. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export List a users flag lists [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export List additional actions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export List all search indexes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export List and edit site comments and the comment approval queue. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export List class [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export List links [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export List of @type values [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export List of download file extensions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export List of items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export List of options to be used in a list selection field. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export List of permission [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export List of redirects [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export List of roles [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export List of styles [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export List price [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export List terms [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export List the ingredients required for this recipe, one per item. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export List the tags that need to be preserved during the stripping process. example "<p> <br>" which will preserve all p and br elements [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export List type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Listing fields [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Listing media items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Lists [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Lists (Views) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Lists 404 error paths with no redirect assigned yet. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Lithuania [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Live [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Live preview settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Load [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Load default filter from node page, that's good for related taxonomy blocks [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Load default filter from term page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Loaded [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Loading... [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Loading… [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Local URI of the thumbnail [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Local cache has been purged. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Local files only [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Locale [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Locale settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Locales target language ID. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Locality [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Locally cache tracking code file [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Locally cached tracking code file has been saved. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Locally cached tracking code file has been updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Location [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Location of comment submission form [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Location of the JavaScript translation file. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Location of the comment form. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Lock [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Lock Date/Time [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Lock Form Operation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Lock Language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Lock Timeouts [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Lock language. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Lock owner [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Locked [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Locked content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Locking and disabling comments [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Log [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Log blocked form submissions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Log category ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Log data is corrupted and cannot be unserialized: @message [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Log entries [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Log entry with ID @id was not found [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Log event message [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Log in [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Log in to post new content in the forum. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Log message [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Log out [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Log searches [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Log submissions that are blocked due to Honeypot protection. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Log template ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Logged in as [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Logging [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Logging and errors [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Logging for Microsoft Windows [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Logging for UNIX, Linux, and Mac OS X [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Logging settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Login [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Login attempt failed for %user. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Login attempt failed from %ip. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Login history [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Login page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Logo [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Logo image [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Logo path [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Logo settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Logout [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Logs [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Logs 404 errors and allows users to create redirects for often requested but missing pages. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Logs and records system events to syslog. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Logs and records system events to the database. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Logs content statistics for your site. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Logs system events in the database. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Long format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Loop [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Loop: %loop [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Low [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Lower case [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Luxembourg [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export MIME Type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export MIME type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export MIME types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Macau SAR China [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Macedonia [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Machine Name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Machine name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Machine name of the display [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Machine name of the node type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Machine name: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Machine name: @machine-name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Machine name: @name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Machine-readable name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Madagascar [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Mail [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Mail System [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Mail collector [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Mail system [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Mailgun [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Maillog [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Maillog Settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Maillog overview [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Mailto links [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Main background [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Main navigation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Main options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Main page content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Maintain index table [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Maintain the types of content available and the fields that are associated with those types. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Maintenance mode [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Major upgrade warning [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Make content sticky [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Make content unsticky [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Make entity label a link to entity page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Make it at least 12 characters [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Make it different from your username [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Make selected content not sticky [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Make selected content sticky [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Make selected content sticky configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Make selected content unsticky configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Make sure that access to the database for the old site is available from this new site. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Make the login screens better :) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Making a block visible per language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Making this field required is recommended. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Malawi [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Malaysia [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Maldives [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Mali [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Malta [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage Linkit profiles. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage MIME Types. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage URL [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage URL Redirects [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage actions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage attributes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage automatic entity labels [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage automatic site maintainenance tasks. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage automatic site maintenance tasks. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage breakpoints and breakpoint groups for responsive designs. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage custom form modes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage custom view modes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage customized lists of content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage display [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage domain redirects [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage entity browsers. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage entity synonyms. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage field permissions and field permissions settings. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage fields [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage fields, Add to Cart forms, other form and display settings for your order items. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage fields, form and display settings for your orders. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage fields, form and display settings for your product variations. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage fields, form and display settings for your products. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage fields, form and display settings for your stores. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage form and displays settings of comments. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage form display [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage form modes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage layout [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage matchers [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage media settings. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage media types. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage menus and menu links. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage migration processes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage number patterns. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage profile types, including fields. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage responsive image styles. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage subscriptions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage tagging, categorization, and classification of your content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage text editor embed buttons. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage the content workflow. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage user accounts, roles, and permissions. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage user profiles. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage view modes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage view settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage workspaces [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage your currencies. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage your licenses. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage your orders. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage your price lists [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage your product attributes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage your products. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage your promotions. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage your queues. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage your site's book outlines. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manage your stores. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export ManagedSynonymGraphFilter:: ManagedStopFilter::managed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manages breakpoints and breakpoint groups for responsive designs. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manages the creation, configuration of display of media items. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manages the creation, configuration, and display of media items. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manages the display of online help. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manages the user registration and login system. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Managing account settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Managing aliases [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Managing and displaying date fields [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Managing and displaying entity reference fields [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Managing and displaying file fields [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Managing and displaying link fields [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Managing and displaying list fields [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Managing and displaying telephone fields [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Managing and displaying text fields [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Managing menus [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Managing modules [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Managing terms [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Managing text formats [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Managing the search index [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Managing themes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Managing user account fields [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Managing vocabularies [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manual [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manual update check [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manual updates required [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Manually entered paths should start with /, ? or #. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Many entities are called %value. Specify the one you want by appending the id in parentheses, like \"@value (@id)\". [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Many sites publish their headlines and posts in feeds, using a number of standardized XML-based formats. The aggregator supports RSS, RDF, and Atom. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Many to one [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Map [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Mapping [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Mapping type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Maps multiple host requests to a single domain record. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Mar [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Markup [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Marshall Islands [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Martinique [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Master [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Mastercard [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Match operator [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Matcher settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Matchers [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Matches any character. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Matches any digit (0-9). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Matches example.com. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Matches links that go through the Links module redirect. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Materials [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Materio [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Matomo Analytics [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Matomo settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Mauritania [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Mauritius [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Max 1300x1300 [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Max 2600x2600 [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Max 325x325 [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Max 650x650 [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Max age [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Max execution time [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Max filesize [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Max length [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Max placeholder [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Maximize [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Maximum [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Maximum age for temporary files [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Maximum alias length [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Maximum attempts [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Maximum component length [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Maximum dimensions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Maximum file size [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Maximum height [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Maximum height: %max_height pixels [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Maximum image resolution [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Maximum length [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Maximum length of aliases to generate. 100 is the recommended length. @max is the maximum possible length. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Maximum link text length [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Maximum number of characters [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Maximum number of comments per node. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Maximum number of field data records to purge [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Maximum number of levels [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Maximum number of values users can enter [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Maximum size: %max_width x %max_height pixels [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Maximum text length of any component in the alias (e.g., [title]). 100 is the recommended length. @max is the maximum possible length. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Maximum upload size [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Maximum width [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Maximum width: %max_width pixels [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Maxlength [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export May [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Mayotte [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Media [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Media Name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Media display format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Media item [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Media items are listed at the media administration page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Media library [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Media name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Media query [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Media reference fields can reference multiple media types in the same field. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Media revisions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Media settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Media source [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Media source configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Media source settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Media source that is responsible for additional logic related to this media type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Media thumbnail field display format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Media type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Media types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Media types for audio and video files are provided by default, so there is no need for additional configuration to upload these media. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Media will be automatically published when created. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Medium [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Medium (220×220) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Medium 21:9 (1024x440) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Medium 3:2 (600x400) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Medium 3:2 2x (1200x800) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Medium 8:7 (266x236) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Medium format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Member for [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Memory [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Memory limit [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Memory usage is @usage (@pct% of limit @limit), reclaiming memory. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Memory usage is now @usage (@pct% of limit @limit), not enough reclaimed, starting new batch [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Memory usage is now @usage (@pct% of limit @limit), reclaimed enough, continuing [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Menu [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Menu %label has been added. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Menu %label has been updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Menu Access Checking [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Menu Admin per Menu [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Menu Block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Menu UI [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Menu block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Menu description [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Menu item entry [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Menu language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Menu levels [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Menu link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Menu link ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Menu link conversion skipped, because the {menu_tree} table did not exist yet. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Menu link count [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Menu link description translation. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Menu link title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Menu link title translation. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Menu links [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Menu links converted [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Menu links that are not enabled will not be listed in any menu. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Menu links with lower weights are displayed before links with higher weights. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Menu machine name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Menu name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Menu selection requires the activation of Menu UI module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Menu settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Menu tab [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Menus [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Message [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Message ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Message displayed if the user has clicked the \"flag this\" link and confirmation is required. Usually presented in the form of a question such as, \"Are you sure you want to flag this content?\" [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Message displayed if the user has clicked the \"unflag this\" link and confirmation is required. Usually presented in the form of a question such as, \"Are you sure you want to unflag this content?\" [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Message displayed to user on submission [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Message to display [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Message to display when in maintenance mode [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Message type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Message: {{ message }} [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Messages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Meta [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Metadata [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Method [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Methods [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Mexico [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Micronesia [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Migrate [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Migrate Development Tools [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Migrate Drupal [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Migrate Drupal UI [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Migrate Drupal settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Migration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Migration @id did not meet the requirements. @message @requirements [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Migration @id is busy with another operation: @status [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Migration Group [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Migration failed with source plugin exception: @e [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Migrations [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Mime Mail [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Min [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Min placeholder [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Mini [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Mini pager, @count item\u0003Mini pager, @count items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Mini pager, @count item, skip @skip\u0003Mini pager, @count items, skip @skip [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Minimal [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Minimal profile for running a test when dependencies are listed but missing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Minimal profile for running tests with a multilingual installer. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Minimal profile for running tests with config overrides in a profile. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Minimal profile for running tests. Includes absolutely required modules only. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Minimum [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Minimum height [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Minimum image resolution [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Minimum search string length [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Minimum time required before form should be considered entered by a human instead of a bot. Set to 0 to disable. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Minimum width [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Minimum word count for the body field. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Minimum word length [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Minimum word length to index [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Minute [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Missing [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Missing ID key \"@id_key\" for this @entity_type import. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Missing filter plugin: %filter. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Missing filter. All text is removed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Missing profile parameter. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Missing row plugin [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Missing style plugin [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Missing translations [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Missing translations for one project\u0003Missing translations for @count projects [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Missing translations for: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Missing translations for: @languages. See the Available translation updates page for more information. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Mitigates spam form submissions using the honeypot method. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Mo [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Modal [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Modal height [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Modal width [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Mode [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Moderated content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Moderating content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Moderation State [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Moderation control [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Moderation state [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Moderation state filter [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Modified [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Modified timestamp [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Modify behavior and appearance of external links. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Modify field values [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Modifying languages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Module [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Module %name has been enabled.\u0003@count modules have been enabled: %names. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Module and theme update status [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Module containing a test class exposing protected field discovery methods [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Module dependencies [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Module for testing bundle plugins. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Module for testing extension updates to configuration. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Module for the JSMessageTest test. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Module for the JSWebAssert test. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Module for the jsCookieTest. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Module in the experimental package to test experimental functionality. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Module in the experimental package to test hook_requirements() with an experimental module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Module name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Module overviews [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Module overviews are provided by modules. Overviews available for your installed modules: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Module responsible for the vocabulary. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Module that implements widget. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Module to test cacheable metadata calculation in Views. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Module to test entity query access in Views. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Module will be upgraded\u0003Modules will be upgraded [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Module will not be upgraded\u0003Modules will not be upgraded [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Module with a dependency in the experimental package. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Modules [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Modules Weight [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Modules Weight Settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 Search pages page. If you have a lot of content on your site, it may take several cron runs for the content to be reindexed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Modules that will be upgraded [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Modules that will not be upgraded [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Moldova [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Mon [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Monaco [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Monday [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Mongolia [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Monitoring your site [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Montenegro [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Month [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Month Date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Month/Day/Year [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Monthly [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Monthly archive [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Montserrat [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export More [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export More Like This [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export More help [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export More information [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export More information about setting up scheduled tasks can be found by reading the cron tutorial on drupal.org. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export More like this [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export More link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export More link label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export More link path [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export More link text [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export More options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export More posts about @title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Morocco [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Most recent view [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Most unusual characters can be directly entered without any problems. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Move a button into the Active toolbar to enable it, or into the list of Available buttons 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Moving forum topics [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Mozambique [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Multibyte string function overloading in PHP is active and must be disabled. Check the php.ini mbstring.func_overload setting. Please refer to the PHP mbstring documentation for more information. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Multibyte string input conversion in PHP is active and must be disabled. Check the php.ini mbstring.encoding_translation setting. Please refer to the PHP mbstring documentation for more information. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Multibyte string input conversion in PHP is active and must be disabled. Check the php.ini mbstring.http_input setting. Please refer to the PHP mbstring documentation for more information. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Multibyte string output conversion in PHP is active and must be disabled. Check the php.ini mbstring.http_output setting. Please refer to the PHP mbstring documentation for more information. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Multilingual [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Multilingual mode [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Multilingual support. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Multiple [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Multiple arguments [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Multiple displays [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Multiple entities match this reference; \"%multiple\". Specify the one you want by appending the id in parentheses, like \"@value (@id)\". [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Multiple field settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Multiple file display: Multiple HTML tags [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Multiple file display: One HTML tag with multiple sources [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Multiple patterns can be strung together by using a pipe. Matches example.com OR example.net. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Multiple roles [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Multiple values [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Multiple words [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Multiple-value handling [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Multiplier [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Muted [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Muted: %muted [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export My Editor [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export My Flag Lists [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export My Processor [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export My account [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export My backend [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export My data type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export My datasource [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export My display [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export My flag list items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export My flag lists for node's entities on this system [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export My recent content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export MySQL, MariaDB, Percona Server, or equivalent [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Myanmar [Burma] [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export N/A [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export NGram String Field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export NGram Text Field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export NGramFilter:: EdgeNGramFilter::maxGramSize [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export NGramFilter:: EdgeNGramFilter::minGramSize [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export NTLM [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Name (A-Z) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Name (Z-A) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Name (autocomplete) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Name (raw) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Name and description [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Name for @anonymous [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Name of last comment poster [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Name of property being translated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Name of the database we are connecting to [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Name of the date format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Name of the file with no path components. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Name of the request/session parameter used to determine the desired language. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Name or email contains [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Namibia [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Naming image styles [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Narrow [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Nauru [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Navigating in the forum [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Navigation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Needs to be updated [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Negate [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Negate the condition [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Negotiator weights [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Nepal [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Netherlands [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Netherlands Antilles [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Network problem! [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Never [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Never (manually) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Never cache [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export New [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export New @label can be added. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export New Caledonia [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export New Zealand [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export New book [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export New comment count [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export New comments [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export New date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export New forum Count [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export New forum topics [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export New forum topics block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export New group [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export New group %label successfully created. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export New object was not saved, no error provided [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export New posts [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export New release(s) available for @site_name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export New revision [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export New set [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export New site [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export New user: %name %email. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export New value [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Newer of last comment / entity updated [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Newer of last comment / node updated [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Newest first [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Newsletter [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Newsletter Issue [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Newsletter URL [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Newsletter issue will be sent to @count subscribers. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Newsletter issues [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Newsletters [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Next [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Next items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Next page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Next page link text [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Next renewal [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Next steps [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Next update [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Next › [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Nicaragua [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Nid [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Niger [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Nigeria [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Niue [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No %type flags exist. You must first create a %type flag before being able to use this relationship type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No Access [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No HTML tags allowed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No URL aliases available. Add URL alias. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No URL redirects available. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No access to execute %action on the @entity_type_label %entity_label. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No action (do not replace) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No active batch. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No alias [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No authentication is set [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No available releases found [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No available update data [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No blocked IP addresses available. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No blocks available. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No blocks in this region [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No book content available. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No book selected. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No books available. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No browser language mappings available. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No caching [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No caching of Views data. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No changes were made [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No comments available. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No configuration objects have been updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No containers or forums available. Add container or Add forum. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No content available. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No content selected. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No content types available. Add content type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No contexts or relationships have been added. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No contextual ids specified. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No customization allowed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No default sort [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No defined styles [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No displays available. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No eligible views were found. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No eligible views were found. Create a view with an Entity Reference display, or add such a display to an existing view. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No entity view display updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No error logged yet. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No feeds available. Add feed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No field is displayed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No field is hidden. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No fields are present yet. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No fields available. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No fields have been used in views yet. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No files available. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No files found. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No filters have been added. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No flags [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No forums defined [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No front page content has been created yet.
Follow the User Guide to start building your site. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No help is available for module %module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No help provided for tag %tag. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No installation found. Use the 'install' command. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No item selected. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No items selected. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No items to display. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No items will be indexed during cron runs. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No jobs found [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No language available. The export will only contain source strings. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No leftover tables to remove. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No log entries. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No log entry ID was provided [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No log messages available. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No matcher selected. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No matchers added. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No matchers available. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No media available. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No media types available. Add media type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No menu [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No menu entry [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No moderated content available. Only pending versions of content, such as drafts, are listed here. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No modules are available to uninstall. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No modules selected. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No new URL aliases to generate. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No new feed has been added. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No new posts [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No newsletter issues found. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No orders available. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No pages to display. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No path is set [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No pending updates. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No people available. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No placeholder [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No placeholders [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No preview [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No privacy [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No products available. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No profiles available [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No protocol should be included in the redirect domain. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No query allowed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No query was run [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No relationships have been added. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No required conditions have been configured. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No required contexts have been configured. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No results [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No results behavior [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No results text [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No revision [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No role [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No role(s) selected [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No roles may use this format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No screenshot [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No search pages have been configured. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No selection [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No shortcuts available. Add a shortcut [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No stores available. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No strings available. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No styles configured [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No subscribers found. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No temporary directories to remove. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No terms available. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No terms available. Add term. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No test results to display. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No tests to display. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No tokens available [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No tokens available. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No transform [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No translatable fields [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No translatable languages available. Add a language first. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No translation status available. Check manually. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No translation status is available. See the Available translation updates page for more information. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No update data available [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No update information available. Run cron or check manually. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No user [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No users selected. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No valid values found on filter: @filter. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No values were changed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No view mode selected [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No vocabularies available. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No vocabularies available. Add vocabulary. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No vocabulary [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export No widget available for: %type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Node [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Node Access Permissions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Node Article [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Node Article i18n [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Node Breve [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Node Breve i18n [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Node Bundle [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Node Creation Time [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Node Forms [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Node ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Node Materiau [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Node Materiau i18n [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Node Update Time [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Node access [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Node access information [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Node authored by (uid) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Node bulk form [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Node count [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Node creation dates will be distributed randomly from the current time, back to the selected time. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Node from URL [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Node link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Node module element [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Node operations bulk form [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Node path [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Node revision ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Node revisions of an user [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Node selection [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Node settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Node status [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Node title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Node type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Node types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Node user ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Node user posted comment [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Nodes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Nodes user posted/commented on [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Non-customized translation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Non-translatable field elements can only be changed when updating the current revision. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Non-translatable field elements can only be changed when updating the original language. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Non-translatable fields can only be changed when updating the current revision. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Non-translatable fields can only be changed when updating the original language. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export None [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export None (original image) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export None except those selected [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Norfolk Island [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Normal link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Normal menu entry [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Normal menu item [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Normal topic [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Normal: @title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export North Korea [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Northern Mariana Islands [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Norway [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Not all users have this permission [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Not applicable [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Not blank [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Not configured [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Not customizable [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Not defined [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Not enabled [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Not flagged [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Not found [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Not fully protected [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Not in book [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Not in menu [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Not installed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Not present [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Not promoted [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Not protected [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Not published [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Not restricted [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Not saved yet [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Not secure! [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Not set [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Not set to -1. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Not specified [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Not sticky [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Not supported! [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Not tracked [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Not translated [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Not writable [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Note that importing large .po files may take several minutes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Note: content may be kept, unpublished, deleted or transferred to the anonymous user depending on the configured user settings. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Note: links open in the current window. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Nothing [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Nothing to check. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Nothing to export. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Notice [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Notification email address [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Notification settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Notify of Path Changes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Notify user [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Notify user of new account [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Notify user when account is activated [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Notify user when account is blocked [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Notify user when account is canceled [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Notify user when password reset [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Nov [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Now [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Null [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Number [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Number (decimal) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Number (float) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Number (integer) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Number decimal display format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Number default display format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Number field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Number integer display format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Number of all time views to display [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Number of columns [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Number of comments [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Number of comments visible per page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Number of day's top views to display [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Number of day\\s top views to display [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Number of items in each feed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Number of items shown in listing pages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Number of items to display in the feed's block. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Number of items to index [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Number of items to index per cron run [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Number of leading lines in a diff [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Number of levels to display [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Number of most recent views to display [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Number of new comments [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Number of news items in block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Number of pager links visible [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Number of pages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Number of plural indexes in this language. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Number of retries: {{ num_retries }} [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Number of rows: @rows [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Number of summary rows [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Number of summary rows: @rows [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Number of terms [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Number of terms per page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Number of topics [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Number of trailing lines in a diff [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Number of users to display in the list [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Number of values is required. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Number of views [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Number pattern [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Number patterns [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Number sign (pound sign, hash) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Number unformatted display format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Numbered list [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Numeric [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Numeric placeholders may not be used. Please use plain placeholders (%). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Numeric values from the statistics module [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export NumericPayloadTokenFilter::payload [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export NumericPayloadTokenFilter::typeMatch [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export OK [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export OPML Feed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export OPML File [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export OPML Remote URL [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export OPML feed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export OPML field options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export OPML fields [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export OPTIONS method settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export OR [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Object ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Object property for this string [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Object type for this string [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Obtains a single representative node for each term, according to a chosen sort criterion. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Obtains a single representative node for each user, according to a chosen sort criterion. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Oct [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Off [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Off by default with opt in [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Off label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Offer type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Offers an implementation of the Search API that uses an Apache Solr server for indexing content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Offers an implementation of the Search API that uses database tables for indexing content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Offset [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Offset (number of items to skip) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Offset label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Offset must be a number greater than or equal to 0. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Ok [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Old site [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Oldest first [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Oman [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export On [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export On Microsoft Windows, messages are always sent to the Event Log using the code LOG_USER. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export On UNIX, Linux, and Mac OS X, you will find the configuration in the file /etc/syslog.conf, or in /etc/rsyslog.conf or in the directory /etc/rsyslog.d. These files define the routing configuration. Messages can be flagged with the codes LOG_LOCAL0 through LOG_LOCAL7. For information on Syslog facilities, severity levels, and how to set up syslog.conf or rsyslog.conf, see the syslog.conf or rsyslog.conf manual page on your command line. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export On by default with opt out [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export On empty input [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export On label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export On the Performance page, 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export On the Contact forms page, 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export On the Cron page, you can set the frequency (time interval) for running cron jobs. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export On the Text formats and editors page you can see which text editor is associated with each text format. You can change this by clicking on the Configure link, and then choosing a text editor or none from the Text editor drop-down list. The text editor will then be displayed with any text field for which this text format is chosen. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export On the Performance page, 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 Internal Page Cache module should be installed so that pages are efficiently cached and reused for anonymous users. Finally, for websites of all sizes, the Dynamic Page Cache module should also be installed so that the non-personalized parts of pages are efficiently cached (for all users). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export On the Image toolkit page, 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export On the Upgrade page, you are guided through performing the upgrade in several steps. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export On the Manage display 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 Custom display settings section. For each field in each view mode, you can choose whether and how to display the label of the field from the Label 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 Hidden from the formatter drop-down list, or by dragging it into the Disabled section. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export On the Manage display page you can choose to display a trimmed version of the text, and if so, where to cut off the text. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export On the Manage display 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 Manage form display page, you can configure the image upload widget, including setting the preview image style shown on the entity edit form. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export On the Manage fields 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 machine name, 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 Edit link for the field from the Manage fields page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export On the Manage form display 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 Custom display settings 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 Hidden from the widget drop-down list, or by dragging it into the Disabled section. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Once a text editor is associated with a text format, you can configure it by clicking on the Configure 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Once the contextual links button for the area of interest is visible, click the button to display the links. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 Sizes 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. Media conditions 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 image width 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 Add field from the Manage fields 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export One URL redirect created.\u0003@count URL redirects created. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export One domain with multiple subdomains [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export One file only.\u0003Maximum @count files. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export One or more IDs separated by , or + [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export One or more files could not be uploaded. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export One or more names separated by , or + [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export One or more problems were detected with your Drupal installation. Check the status report for more information. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export One permission in use\u0003@count permissions in use [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export One site-wide contact form can be designated as the default contact form. If you choose to designate a default form, the Contact menu link in the Footer menu will link to it. You can modify this link from the Menus page 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 contact/machine_name_of_form. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export One translation file could not be checked. See the log for details.\u0003@count translation files could not be checked. See the log for details. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export One-time login URL [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Online [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Only applied if users may set their own time zone. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Only delete automatically generated aliases [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Only enabled indexes can be used for indexing and searching. This setting will only take effect if the selected server is also enabled. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Only enabled servers can index items or execute searches. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Only files with the following extensions are allowed: %files-allowed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Only has the 'authenticated user' role [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Only images hosted on this site may be used in <img> tags. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Only items in the index will appear in search results. To build and maintain the index, a correctly configured cron maintenance task is required. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Only of the type(s) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Only overwrite imported translations, customized translations are kept. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Only security updates [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Only selected actions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Only the checked roles will be able to access this display. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Only this translation is published. You must publish at least one more translation to unpublish this one. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Only those selected [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Only translated strings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Only untranslated strings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Only users with the selected permission flag will be able to access this display. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Open [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Open external links in a new window [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Open external links in a new window. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Open in new window [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Open link in new window [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export OpenNLPLemmatizerFilter::lemmatizerModel [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Opens your mail client ready to e-mail @email [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Operating in maintenance mode. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Operating in maintenance mode. Go online. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Operation link markup [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Operation links for the event. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Operation on @migration failed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Operation on @migration skipped due to unfulfilled dependencies [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Operation stopped by request [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Operations [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Operations links [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Operations on Unicode strings are emulated on a best-effort basis. Install the PHP mbstring extension for improved Unicode support. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Operator [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Operator identifier [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Operator to use on all groups [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Ops [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Opt-in or out of tracking [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Option [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Option ID. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Optional [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Optional containers, used to group similar forums. Forums can be placed inside containers, and vice versa. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Optional auto-reply. Leave empty if you do not want to send the user an auto-reply message. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Optional features [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Optional subdirectory within the upload destination where files will be stored. Do not include preceding or trailing slashes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Optionally select a style before deleting %style [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Optionally, specify a relative URL to display as the front page. Leave blank to display the default front page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Options list default display settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Options such as paging, table sorting, and exposed filters will not initiate a page refresh. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Or [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Order [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Order ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Order Summary [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Order item [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Order item type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Order item types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Order items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Order logs [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Order number [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Order of language detection methods for content. If a version of content is available in the detected language, it will be displayed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Order of language detection methods for interface text. If a translation of interface text is available in the detected language, it will be displayed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Order status [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Order total [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Order type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Order types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Ordered list [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Ordered list - use the <li> to begin each list item [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Orders [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Organization [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Orientation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Original [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Original @entity [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Original image [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Original language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Original language of content in view row [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Original language of the user information [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Other [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Other queries [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Other searches [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Other… [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Out of date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Outbound links [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Outdated [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Outdent [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Outline [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Outlying Oceania [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Output an absolute link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Output data based off of certain criteria. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Output format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Output machine name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Output the URL as text [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Output the block in this view mode. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Output this field as a custom link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Overall results: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Overridden [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Overridden title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Overridden unit price [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Override [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Override label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Override labels [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Override normal sorting if click sorting is used [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Override number of items to display [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Override parent selector [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Override selector [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Override the default view title for this view. This is useful to display an alternative title when a view is empty. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Override the output of this field with custom text [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Override the title of this view when it is empty. The available global tokens below can be used here. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Override the view and other argument titles. You may use Twig syntax in this field as well as the \"arguments\" and \"raw_arguments\" arrays. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Override the view and other argument titles. You may use Twig syntax in this field. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Override title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Overriden labels are used: %singular and %plural [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Overriding default English strings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Overriding default settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Overview [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Overview for 404 error paths with no redirect assigned yet. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Overview of fields on all entity types. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Overview of plugins used in all views. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Overwrite [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Overwrite customized translations [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Overwrite existing customized translations [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Overwrite existing translations. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Overwrite non customized translations [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Overwrite non-customized translations [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Owner [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export PATCH method settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export PHP [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export PHP (multiple statement disabling) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export PHP Code [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export PHP Extensions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export PHP Mbstring Extension [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export PHP OPcode caching [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export PHP OPcode caching can improve your site's performance considerably. It is highly recommended to have OPcache installed on your server. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export PHP SAPI [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export PHP config [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export PHP date format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export PHP extensions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export PHP formula to get plural indexes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export PHP memory limit [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export PHP open_basedir restriction [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export PHP validate code [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export PHPUnit dependency [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export PHPinfo() [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export PM [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export POST method settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export PUT method settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pacific/Apia [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pacific/Auckland [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pacific/Bougainville [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pacific/Chatham [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pacific/Chuuk [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pacific/Easter [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pacific/Efate [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pacific/Enderbury [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pacific/Fakaofo [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pacific/Fiji [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pacific/Funafuti [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pacific/Galapagos [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pacific/Gambier [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pacific/Guadalcanal [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pacific/Guam [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pacific/Honolulu [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pacific/Kiritimati [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pacific/Kosrae [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pacific/Kwajalein [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pacific/Majuro [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pacific/Marquesas [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pacific/Midway [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pacific/Nauru [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pacific/Niue [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pacific/Norfolk [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pacific/Noumea [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pacific/Pago Pago [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pacific/Palau [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pacific/Pitcairn [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pacific/Pohnpei [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pacific/Port Moresby [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pacific/Rarotonga [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pacific/Saipan [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pacific/Tahiti [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pacific/Tarawa [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pacific/Tongatapu [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pacific/Wake [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pacific/Wallis [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Package [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Page @number of @total [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Page @items.current [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Page bottom [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Page caching [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Page count [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Page display options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Page display settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Page element display [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Page has Children [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Page not found [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Page number [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Page path [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Page settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Page title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Page view counter [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Page with blocks [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Page with blocks and place block buttons [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Page-specific help text provided by modules is displayed in the Help block. This block can be placed and configured on the Block layout page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Paged output, full Drupal style [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Paged output, full pager [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Paged output, mini pager [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pager [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pager ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pager ID: @id [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pager link labels [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pager offset [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pager options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pager type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pagerer [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pagerer example. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pagerer pager [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pages at a given level are ordered first by weight and then by title. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pages list. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pages on which this PHP code returns TRUE (experts only) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pages or PHP code [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pages to ignore [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pagination [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pakistan [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Palau [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Palestinian Territories [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Palette settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Panama [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pane style [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Papua New Guinea [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Paragraph one. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Paragraph two. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Paraguay [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Param [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Parameter [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Parameters [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Parent [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Parent CID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Parent ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Parent comment [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Parent comment ID. If set to 0, this comment is not a reply to an existing comment. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Parent for new group [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Parent item [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Parent link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Parent link ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Parent menu item [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Parent of the current page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Parent path [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Parent permalink [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Parent plugin ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Parent term [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Parent terms [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Parent website of the feed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Parent website's description of the feed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Parents [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Parents for @title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Parser [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Parsers transform downloaded data into standard structures. Choose a parser suitable for the type of feeds you would like to aggregate. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Part of the URL that determines language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Partial matching [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pass (@count) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Password [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Password field is required. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Password recovery [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Password reset instructions mailed to %name at %email. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Password reset instructions will be mailed to %email. You must log out to use the password reset link in the email. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Password reset instructions will be sent to your registered email address. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Password reset timeout [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Password strength: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Passwords match: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Past date: %display [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Past format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Paste [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Paste Text [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Paste from Word [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Paste your configuration here [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Path [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Path \"@page\" not prefixed with slash. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Path alias [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Path component [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Path id [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Path is empty. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Path prefix [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Path prefix configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Path prefix used for this language. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Path settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Path to custom icon [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Path to custom logo [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Path: !uri [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pathauto [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pathauto Settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pathauto for Entity with string ID. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pathauto is accessed from the tabs it adds to the list of URL aliases. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pathauto pattern [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pathauto pattern config [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pathauto state [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pathologic [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pathologic configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pattern [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pattern type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export PatternReplaceFilter::pattern [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export PatternReplaceFilter::replace [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export PatternReplaceFilter::replacement [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Patterns [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export PayPal [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export PayPal Email [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Payload [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Payment [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Payment Method [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Payment amount [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Payment gateway [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Payment gateway mode [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Payment gateways [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Payment method [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Payment method type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Payment methods [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Payment type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Payments [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pending Deletions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export People [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Per Segment Filter Cache [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Per-content type menu settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Per-view-mode Layout Builder settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Per-view-mode field layout settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Percent sign [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Percentage [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Perform administrative tasks, including adding a description and creating a clone. Click the drop-down button to view the available options. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Perform tasks on specific events triggered within the system. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Perform updates with site in maintenance mode (strongly recommended) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Perform upgrade [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Performance [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Performance Timing [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Performance settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Performing the upgrade [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Performing updates through the Update page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Period [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Permalink [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Permanent [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Permission [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Permissions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 Roles 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 Account settings 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Persist field storage with no fields [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Persistent Login [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Persistent Logins [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Personal [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Personal contact form [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Personal contact form enabled by default [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Peru [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Philippines [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Phone [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export PhoneticFilter:: DoubleMetaphoneFilter:: DaitchMokotoffSoundexFilter::inject [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export PhoneticFilter:: DoubleMetaphoneFilter::maxCodeLength [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export PhoneticFilter::encoder [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Picture [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Pitcairn Islands [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Place Blocks [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Place Holder [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Place a button to create a new button group. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Place a colon after the label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Place an icon next to image links. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Place an icon next to mailto links. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Place block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Place block in the %region region [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Placed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Placeholder [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Placeholder for URL [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Placeholder for link text [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Placeholder for the \"@block\" block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Placeholder for the \"@field\" field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Placeholder for the \"@view\" views block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Placeholder: @placeholder [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Places error messages adjacent to form inputs, for improved usability and accessibility. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Placing and moving blocks [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Plain [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Plain text [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Playback controls: %controls [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Please add at least one territory. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Please configure the used datasources. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Please continue to the error page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Please enter some keywords. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Please log in to access this page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Please provide a name for the button group. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Please specify [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Please wait... [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Plugin [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Plugin ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Plugin Id [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Plugin for @title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Plugin settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Plugins [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Plugins cache cleared. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Plum [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Plural form [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Plural variants [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Plus sign [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Poland [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Popular content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Popular content block settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Port [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Port number [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Portugal [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Position [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Post comments [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Post date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Post date of feed item, as a Unix timestamp. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Post updating @module [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Postal code [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Posted date of the feed item, as a Unix timestamp. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Posted in [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Posted on [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export PostgreSQL [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export PostgreSQL has initialized itself. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Posts [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Posts - least active first [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Posts - most active first [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Powered by Drupal [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Powered by Drupal [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Precision [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Predefined country for administrative areas [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Preferred admin language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Preferred admin language code [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Preferred administrative language of the user [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Preferred language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Preferred language code [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Preferred language of the user [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Prefix [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Prefix text [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Preformatted [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Preparation steps [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Preparing the site [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Preparing to download selected updates [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Preparing to install [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Preparing to update your site [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Preserve certain tags [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Preset [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Preset ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Preset Name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Press the down arrow key to activate. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Press the down arrow key to create a new button group in a new row. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Press the down arrow key to create a new row. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Press the esc key to exit. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Press the up arrow key on the top row to disable the button. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Prev [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Prevents multiple users from trying to edit a content entity simultaneously to prevent edit conflicts. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Preview [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Preview before submitting [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Preview comment [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Preview image [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Preview image style [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Preview image style: @style [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Preview sender message [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Preview view [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Preview with contextual filters: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Previous [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Previous items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Previous page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Previous page link text [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Price [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Price list [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Price list item [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Price lists [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Prices are entered with taxes included. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Primary Key: Unique ID for feed item. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Primary Key: Unique category ID. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Primary Key: Unique profile field ID. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Primary admin actions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Primary tabs [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Primary tabs display toggle [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Print [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Printer-friendly version [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Printing books [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Priority [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Privacy [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Private [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Private file system path [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Private files [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Private files directory [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Private local files served by Drupal. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Process entities returned by the view with Views Bulk Operations' actions. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Processed date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Processed summary [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Processed test @num of @max - %test. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Processed text [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Processing [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Processing test @num of @max - %test. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Processor [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Processor %id specifies a non-existing class %class. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Processor settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Processors [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Processors act on parsed feed data, for example they store feed items. Choose the processors suitable for your task. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Product [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Product ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Product attribute [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Product attribute value [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Product attributes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Product count [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Product price [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Product title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Product type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Product types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Product variation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Product variation type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Product variation types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Products [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Profile [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Profile ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Profile Name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Profile category that the field will be grouped under. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Profile field ID. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Profile for testing hook_requirements(). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Profile selection [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Profile type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Profile types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Profiles [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Progress indicator [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Progress indicator: @progress_indicator [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Project not secure [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Project not supported [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Project revoked [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Promo text [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Promo title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Promote content to front page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Promote selected content from front page configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Promote selected content to front page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Promote, change ownership, edit revisions, and perform other tasks across all content types. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Promoted to front page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Promoted to front page status [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Promotion [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Promotion options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Promotions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Properties [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Protect all forms [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Protect all forms with Honeypot [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Protected [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export ProtectedTermFilter:: WordDelimiterGraphFilter:: WordDelimiterFilter:: SnowballPorterFilter::protected [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export ProtectedTermFilter::wrappedFilters [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Protection disabled [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provide a REST export [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provide a comma separated list of arguments to pass to the view. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provide a delete link to the @entity_type_label. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provide a display which can be embedded using the views api. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provide a generic entity browser/picker/selector. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provide a label for this block type to help identify it in the administration pages. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provide a menu link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provide a module placeholder, for using as dependency for module that needs Redis. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provide a password for the new account in both fields. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provide a sample field, each showroom (taxonomy term) can fill it's own sample reference, and only it's own [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provide a short overview of this recipe. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provide a simple link to approve the comment. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provide a simple link to delete the content revision. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provide a simple link to reply to the comment. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provide a simple link to revert to the revision. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provide a simple link to the revision. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provide a simple link to the user contact page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provide a translation link to the @entity_type_label. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provide a view link to the @entity_type_label. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provide additional details about the table to increase accessibility. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provide an edit link to the @entity_type_label. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provide an interface to change the modules weight. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provide an option to render the \"exposed form widgets\" in a fieldset. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provide credentials for the database of the Drupal site you want to upgrade. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provide custom text or link. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provide default field wrapper elements [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provide default value [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provide description [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provide markup text for the area. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provide operation buttons to handle the 404 path. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provide title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provide verbose information when running tests [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provided archive contains no files. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provided by [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provided by Drupal core [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provided by modules [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provider [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provider name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides %entity_type entities for indexing and searching. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides 3rd party settings for vocabulary. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides CSS fixes for tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides ImageMagick integration. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides Settings Tray test functionality. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides UI and API for managing workflows. This module can be used with the Content moderation module to add highly customizable workflows to content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a \"Remember Me\" feature on the login form. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a RESTful interface to interact with carts in Drupal Commerce via a lightweight public API. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a UI for managing promotions. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a Views filter to select which translation of a node should be displayed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a admin area to insert new strings to be translatable. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a better Queue API. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a configurable plugin for defining recurring time periods. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a custom field access hook to test JSON API field access security. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a database table and records for SQL import with batch testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a drush command to migrate to cores oEmbed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a fallback for missing filters. Do not use. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a field and widget to allow entry of a date/time interval. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a field type for displaying videos from 3rd party providers such as YouTube and Vimeo. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a file metadata plugin for EXIF image information. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a file metadata plugin for TTF/OTF/WOFF font information. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a filter plugin that is in use in the following filter formats: %formats [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a formatter that displays a specific delta of a multivalue imagefield. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a framework for different types of embeds in text editors. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a framework for selling access to local or remote resources. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a framework for unit and functional testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a generic framework for modules offering search capabilities. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a link to add a new block. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a link to the node add overview page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a local task for testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a malfunctioning mail service for testing purposes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a means to associate text formats with text editor libraries such as WYSIWYGs or toolbars. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a mechanism for modules to automatically generate aliases for the content they manage. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a migration plugin for stub testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a more robust alternative to \"summary or trimmed\" textfield format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a number of utility and helper APIs for Drupal developers and site builders. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a row plugin to display search results. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a service for (de)serializing data to/from formats such as JSON and XML [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a service for (de)serializing data to/from formats such as JSON and XML. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a service to manage file metadata. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a sidebar to configure blocks on the page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a simple UI for settings up a site structure using Context. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a simple add-to-cart form in the product variation type manage display. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a simple link field type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a slow version of AddToCart form for testing Big Pipe streaming [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a test field permission plugin type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a test logger for syslog module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a test operation to entities. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a test page for automated tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a test page that renders a View in a modal. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a testing module for datetime_range. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a toolbar that shows the top-level administration menu items and links from other modules. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a translation interface for configuration. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a user interface for creating and managing views. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a user interface for migrating from older Drupal versions. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a user interface for per-module and site-wide mail_system selection. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a user interface for the Field module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a user interface for the Token API and some missing core tokens. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a user interface to manage REST resources. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a view and block to test block displays in views. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a way for modules or themes to register layouts. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a widget for inline management (creation, modification, removal) of referenced entities. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a widget to allow settings of link attributes for menu links. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 https://www.drupal.org/node/296693 be solved, this module will be deprecated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides a workflow type plugin for testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides access to the user data service. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides activity logs for Commerce entities. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides advanced options (e.g. links, checkboxes, or other widgets) to exposed Views elements. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides an additional formatter for text field, text area and text format. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides an automated way to run cron jobs, by executing them at the end of a server response. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides an entity field access hook implementation to set an image field as hidden. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides an entity type for testing definition and schema updates. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides an example bookmark flag and supporting views. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides an example on how to display flag counts [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides an example user flag and supporting views. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides an extensive MIME types management API. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides an image formatter and breakpoint mappings to output responsive images using the HTML5 picture tag. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides an improved drop-down menu interface to the site Toolbar. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides an interface to create workflows with transitions between different states (for example publication or user status) provided by other modules. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides base fields for views tests of entity_test entity type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides basic revert and update functionality for other modules [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides cart block and form replacements using Backbone.js and Underscore [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides cart block and form replacements using ReactJS and the Cart API [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides code-driven workflow functionality. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides configurable blocks of menu links. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides configurable checkout flows. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides configurable patterns for generating sequential numbers. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides configurable user profiles. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides content translation tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides contextual links to directly access tasks related to page elements. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides contextual links to perform actions related to elements on a page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides custom access related code to test JSON:API filter security. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides custom ajax commands used for tests [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides default views for CTools Views tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides default views for tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides default views for views Content moderation tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides default views for views REST tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides default views for views aggregator tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides default views for views block_content tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides default views for views book tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides default views for views comment tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides default views for views contact tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides default views for views content translation tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides default views for views dblog tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides default views for views domain tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides default views for views entity reference tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides default views for views field tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides default views for views file tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides default views for views forum tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides default views for views image tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides default views for views link tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides default views for views media tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides default views for views node tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides default views for views options tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides default views for views statistics tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides default views for views taxonomy tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides default views for views tracker tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides default views for views user tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides deprecated code that can be used for tests [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides discussion forums. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides dummy Flag plugins for use in tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides dummy classes for use by SimpleTest tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides effects and operations for the Image API. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides entity and field definitions to test entity schema. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides entity types based upon the CRUD API. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides entity types for Devel tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides examples of email templates. Allows to send nice HTML emails out-of-the-box. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides expanded entity APIs, which will be moved to Drupal core one day. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides extra fields for entity test entity types. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides fixture for testing without migrate_drupal. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides full view for translation_views tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides functionality for handling postal addresses. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides functionality for testing the address module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides functionality to mimic an oEmbed provider. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides functionality to test the Media Embed CKEditor integration. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides functionality to test the Media Embed filter. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides guided tours. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides hook implementations for testing Image module functionality. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides hook implementations for testing System module functionality. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides hook implementations for testing regions. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides hooks for testing File module functionality. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides hooks to alter RSS output for testing purposes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides implementations for testing Image Effects module functionality. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides improvements to blocks that will one day be added to Drupal core. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides items for testing Commerce Pricelist. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides items for testing Commerce Promotion. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides jQuery UI Button library. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides jQuery UI Checkboxradio library. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides jQuery UI Controlgroup library. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides jQuery UI Datepicker library. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides jQuery UI Slider library. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides jQuery UI Touch Punch library. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides jQuery UI library. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides layout building utility. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides links to perform entity operations. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides links to perform translation operations. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides mechanisms for automatically unlocking nodes that have been locked for a certain length of time. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides migrations for Commerce [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides migrations for Shopfiy. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides migrations for Ubercart. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides migrations for WooCommerce [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides moderation states for content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides off-canvas test links. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides payment functionality. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides payment gateway examples. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides recurring billing for Drupal Commerce [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides role and module filters to simplify the user permissions page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides search of Admin Toolbar items. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides site-wide contact forms and forms to contact individual users. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides some behavior and style enhancements to Entity Browsers, specifically for multiselect and image/media browsers. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides supporting code for testing access for workspaces. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides supporting code for testing workspaces during database updates. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides synonyms feature for content entities. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides tax functionality. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides test blocks. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides test classes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides test contextual links. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides test field formatters. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides test fixtures for testing high water marks. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides test fixtures for testing track changes marks. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides test helpers for color module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides test hook implementations for taxonomy tests [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides test hooks and resources for REST module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides test license types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides test media source to test configuration forms. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides test migrations to test migration stub service. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides test migrations to test migration lookup service. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides test routes/responses for Dynamic Page Cache. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides test support for @DataType-level normalization. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides test support for @FieldType-level normalization. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides test support for entity serialization tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides test support for fieldItem normalization test support. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides test type for a media item. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides testing for ctools wizard [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides testing for the entity schema converter. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides testing items for Payment [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides the HTTP Basic authentication provider [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides the ability to group your fields on both form and display. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides the ability to migrate field groups from D6/D7 to D8. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides the ability to store end dates. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides third-party settings for test entity types. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides two entity types with revision logging capabilities. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides various Commerce-specific Migrate handlers. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Provides various Solr administration tasks. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Providing a help reference [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Providing module [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Providing page-specific help [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Public file base URL [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Public file system path [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Public files [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Public files directory [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Public local files served by the webserver. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Publication date field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Publish [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Publish comment [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Publish comment configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Publish content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Publish media [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Publish product [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Publish selected content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Publish selected content configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Publish selected product [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Publish selected profile [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Publish status [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Publish the selected comments [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Published [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Published comments [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Published status [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Published status or admin user [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Publishing options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Publishing status [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Puerto Rico [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Punctuation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Purchased entity [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Purge [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Put site into maintenance mode [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Put the exposed form in a block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Put this site into maintenance mode. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Put your site into maintenance mode. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Qatar [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Quantity [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Query [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Query Comment [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Query Result Cache [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Query Tags [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Query arguments [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Query build time [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Query comment [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Query execute time [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Query key [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Query options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Query parameter [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Query results [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Query settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Query string value [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Query tagged for node access but there is no node table, specify the base_table using meta data. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Query time [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Query timeout [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Query type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Query will be generated and run using the Drupal database API. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Question mark [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Queue [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Queue ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Queue all items for reindexing [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Queue thumbnail downloads [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Queued [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Queues [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Quick Edit [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Quick edit [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Quick edit settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Quotation mark [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Quoted inline [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export RDF [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export RDF mapping [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export RDF mapping item [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export RDF mappings items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export RDF types. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export REST [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export REST display options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export REST export [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export REST export path [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export REST export settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export REST resource config [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export REST resource config ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export REST resource configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export REST resource configuration granularity [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export REST resource plugin id [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export REST resources [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export REST settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export REST support for content types (provided by the Node module) is enabled by default. To enable support for other content entity types, you can use a process based on configuration editing or the contributed REST UI module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export RESTful Web Services [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export RGB [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export RSS [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export RSS Feed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export RSS category [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export RSS description [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export RSS enclosure [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export RSS enclosure format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export RSS field options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export RSS publishing [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Radios [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Random [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Random number generation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Random sort expose settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Randomize [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Randomize the display order. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Randomize the rotation angle for each image. The angle specified above is used as a maximum. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Raw @column [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Raw bytes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Raw output [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Raw output for @id [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Raw output for ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Raw timestamp [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Raw value [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Raw value from URL [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Re-index site [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Re-order book pages and change titles [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Re-order rows by numerical weight instead of dragging. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Re-use an existing field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Re-use existing field: you need to provide a label. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Re-using fields [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Reactions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Read more about @title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Read only [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Read the latest forum topics. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Read-only [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Ready to update [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export ReadyState: !readyState [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Rearrange @type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Rearrange @type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Rebuild [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Rebuild Menu [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Rebuild access [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Rebuild menu [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Rebuild permissions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Rebuild the theme registry on every page load [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Rebuilding content access permissions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Receive email notifications [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Recent comments [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Recent comments. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Recent content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Recent content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Recent log messages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Recently created [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Recipe Name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Recipe category [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Recipe instruction [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Recipient [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Recipient ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Recipient email address [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Recipient username [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Recipients [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Recommendations to make your password stronger: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Recommended version [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Recommended version: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Record [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Records which user has read which content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Recurring [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Recurring (Product variation) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Recurring (Standalone) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Recursion detected in view @view display @display. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Recursion limit for actions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Recursive rendering detected when rendering entity %entity_type: %entity_id, using the %field_name field on the %bundle_name bundle. Aborting rendering. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Recursive rendering detected when rendering entity @entity_type @entity_id. Aborting rendering. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Redirect [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Redirect 404 [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Redirect Domain [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Redirect ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Redirect Options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Redirect Source [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Redirect Source formatter [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Redirect URL at logout [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Redirect domains [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Redirect is accessed from three tabs that help you manage URL Redirects. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Redirect module form elements [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Redirect path [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Redirect path on submission [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Redirect settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Redirect source [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Redirect status [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Redirect to URL [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Redirect to URL configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Redirect type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Redirect url [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Redirect users from one URL to another. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Redis [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Redis usage statistics [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Redo [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Reduce [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Reduce duplicate [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Reduce duplicates [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Reduce strings to letters and numbers [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Reference [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Reference existing [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Reference fields have several widgets available on the Manage form display page: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Reference for usage, configuration, and modules. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Reference method [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Reference revisions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Reference type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Referer [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Referrer [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Refresh [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Refresh frequency in seconds. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Refund [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Refunded amount [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Regenerate URL aliases for all paths [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Region [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Region for @block block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Region for @title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Region the block is placed in. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Regional and language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Regional settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Regions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Register [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Register a new account [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Register and configure the decoupled consumers to your API. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Registered timestamp [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Registering module [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Registration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Registration and cancellation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Registration confirmation (No approval required) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Registration confirmation (Pending approval) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Registration successful. You are now logged in. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Regular expression [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Regular expression to match [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Regular expression to not match [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Regularly review available updates to maintain a secure and current site. Always run the update script each time a module is updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Regularly review and install available updates to maintain a secure and current site. Always run the update script each time a module is updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Regularly review available updates to maintain a secure and current site. Always run the update script each time a module is updated. Enable the Update Manager module to update and install modules and themes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Reinstall [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Reinstall modules [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Rel Text [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Relate a content revision to the user who created the revision. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Relate all content tagged with a term. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Relate content to the user who created it. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Relate content to the user who created it. This relationship will create one record for each content item created by the user. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Relate each @entity with a @field set to the file. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Relate each @entity with a @field set to the image. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Relate each @entity with a @field_name set to the @label. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Relate file entities to their usage. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Relate nodes to taxonomy terms, specifying which vocabulary or vocabularies to use. This relationship will cause duplicated records if there are multiple terms. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Relations [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Relationship [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Relationships [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Relative URL [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Relative date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Relative default value [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Release [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Release not supported [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Release notes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Release notes for @project_title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Release revoked [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Relevance [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Reload [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Reload Core [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Remember [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Remember exposed selection only for the selected user role(s). If you select no roles, the exposed data will never be stored. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Remember me [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Remember the last selection [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Remember the last setting the user gave this filter. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Remind users at login if their time zone is not set [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Remote ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Remote State [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Remote video [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Remove [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Remove @id [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Remove @title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Remove a role from the selected users [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Remove block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Remove condition [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Remove content from front page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Remove field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Remove format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Remove from %shortcut_set shortcuts [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Remove from book outline [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Remove from outline [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Remove from shortcuts [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Remove group [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Remove group @group [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Remove selected [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Remove tags from rendered output [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Remove the @label role from the selected user(s) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Remove this display [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Remove this item [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Remove this item from the [flagging_collection:name] list [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Remove this item from the list [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Remove this item from your flag list [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Remove whitespace [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Removed 1 leftover table.\u0003Removed @count leftover tables. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Removed 1 temporary directory.\u0003Removed @count temporary directories. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Removed 1 test result.\u0003Removed @count test results. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Removed JavaScript translation file for the language %language because no translations currently exist for that language. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Removed from the flag list [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Rename operation for simple configuration. Existing configuration @old_name and staged configuration @new_name. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Render [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Render cache [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Render cache cleared. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Render pager [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Rendered [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Rendered as @mode [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Rendered entity [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Rendered entity - @label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Rendered output [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Rendering Language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Rendering language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Renders an entity in a view mode. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Renewed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Reorder displays [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Reorder fields [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 detection and selection. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Reordering languages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Replace [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Replace by separator [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Replace spaces with dashes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Replace the file name by its description when available [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Replace variables [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Replacement [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Replacement login information for [user:display-name] at [site:name] [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Replacement patterns [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Replacement style [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Replaces Drupal core MIME type extension-based guesser with Sophron. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Replaces the transition list in the Workflow tab. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Replication Master [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Replication Slave [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Replies [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Reply [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Report all field permissions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Report all permissions set. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Reports [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Representative node [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Representative sort criteria [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Representative sort order [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Representative view [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Represents the image in the given image style. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Request [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Request Path [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Request format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Request formats that will be allowed in responses. If none are selected all formats will be allowed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Request handler [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Request/session parameter [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Request: example.com/redirect => Response: redirected.com/example-path [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Request: foo.com/any-path => Response: bar.com [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Require all conditions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Require email confirmation to cancel account [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Require email verification when a visitor creates an account [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Require this relationship [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Required [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Required by: @module-list [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Required field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Required if you want to change the %mail or %pass below. Reset your password. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Required modules [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Required modules not found. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Requirements error period [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Requirements problem [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Requirements review [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Requirements warning period [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Requires Drupal core: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Requires a correctly configured cron maintenance task. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Requires a title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Requires path.module [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Requires the \"View any unpublished content\" or \"View own unpublished content\" permission [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Requires: @module-list [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Reset [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Reset button label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Reset menu link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Reset password [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Reset to alphabetical [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Reset vocabulary %name to alphabetical order. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Reset your password [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Resetting a vocabulary will discard all custom ordering and sort items alphabetically. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Resizable [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Resize [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Resizes an image to the given dimensions (ignoring aspect ratio). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Resizing will make images an exact set of dimensions. This may cause images to be stretched or shrunk disproportionately. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Resolution multiplier [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 device-independent pixel 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Resolve all issues below to continue the installation. For help configuring your database server, see the installation handbook, or contact your hosting provider. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Resolved [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Resolved the path %path in the database. Please check the ignored list and save the settings. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Resolving missing content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Resource [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Resource name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Resource title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Resource type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Response [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Response status code [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export ResponseText: !responseText [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Responsive [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Responsive Image [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Responsive image [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Responsive image list format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Responsive image mapping type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Responsive image style [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Responsive image style %label saved. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Responsive image style @label saved. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Responsive image style: @responsive_image_style [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Responsive image styles [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Responsive setting for @field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Restore [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Restore to Draft [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Restrict images to this site [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Restrict the view to only revisions that are the latest revision of their entity. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Restrict to the selected roles [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Restrict user based on role [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Restricted to certain pages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Restricting the maximum file size [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Result [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Result summary [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Retain query string through redirect. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Retrieve result data from Solr [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Return to list [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Return to site content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Return true on the following pages: @pages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Returns results as a PHP array of labels and rendered rows. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Reusable [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Reverse [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Reverse entity reference [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Reversed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export ReversedWildcardFilter::maxPosAsterisk [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export ReversedWildcardFilter::withOriginal [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Revert [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Revert all revisions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Revert content shared among translations [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Revert to default [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Revert to defaults [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Revert to earlier revision [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Revert to earlier revision of a translation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Revert view [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Review [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Review content by assigned domain. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Review log [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Review the detailed upgrade log [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Review updates [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Review upgrade [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Reviewing the upgrade log [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Revision [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Revision ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Revision Log message [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Revision authored by (uid) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Revision create time [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Revision from %revision-date of @type %title has been deleted. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Revision information [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Revision log [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Revision log message [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Revision of %title from %date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Revision timestamp [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Revision translation affected [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Revision user [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Revisions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Revisions allow you to track differences between multiple versions of your content, and revert to older versions. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Revisions are required. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Revisions for %title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Revisions must be required when moderation is enabled. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Revoked! [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Rewrite results [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Rich Text Editor, !label field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Right [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Right curly bracket [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Right parenthesis [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Right sidebar [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Right square bracket [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Right to left [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Role [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Role %label has been added. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Role %label has been updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Role ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Role ID. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Role Name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Role filter [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Role filter: @role_filter [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Role name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Role(s) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Roles [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Rolling back an upgrade [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Rolling back an upgrade is not yet supported through the user interface. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Romania [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Root [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Root term [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Root-relative file URL [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Rotate [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Rotates an image by the given number of degrees. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Rotating an image may cause the dimensions of an image to increase to fit the diagonal. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Rotation angle [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Round [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Route [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Route Name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Route Params [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Route name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Route settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Routes Info [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Routing and links cache cleared. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Row [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Row class [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Row options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Row style options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Row style plugin requires specifying which views field to use for OPML text attribute. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Row style plugin requires specifying which views field to use for URL attribute. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Row style plugin requires specifying which views field to use for XML URL attribute. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Row style plugin requires specifying which views fields to use for RSS item. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Row type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Rows [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Rules [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Rules component [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Run [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Run cron [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Run cron every [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Run database updates [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Run tests [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Run tests against the site's core code and enabled modules to review your code. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Run times of individual cron jobs will be written to watchdog [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Run updates [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Running tests [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Running upgrade [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Russia [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Rwanda [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Réunion [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export SKU [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export SMTP Authentication [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export SMTP Authentication Support [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export SMTP Username. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export SMTP backup server [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export SMTP port [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export SMTP server [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export SMTP server settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export SQL Query [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export SQL pager [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export SQLite [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export SSH [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sa [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Saint Barthélemy [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Saint Helena [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Saint Lucia [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Saint Martin [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Saint Pierre and Miquelon [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Saint Vincent and the Grenadines [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Samoa [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sample modified image [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sample original image [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Samples Showroom [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export San Marino [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sat [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Saturday [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Saudi Arabia [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Save [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Save @block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Save Changes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Save Layout [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Save and add fields [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Save and continue [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Save and edit [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Save and manage fields [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Save and manage matchers [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Save as [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Save block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Save blocks [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Save book pages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Save changes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Save comment [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Save comment configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Save configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Save content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Save content configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Save content type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Save entity [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Save field settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Save format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Save language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Save media [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Save permissions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Save search page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Save settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Save the form and the changes will be immediately visible on the page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Save translation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Save translations [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Saved %label configuration. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Saved %label state. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Saved %label transition. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Saved the %label @entity-type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Saved the %label Workflow. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Saving [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Scale [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Scale and crop [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Scale crop 7:3 large [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Scales an image while maintaining aspect ratio. The resulting image can be smaller for one or both target dimensions. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Scaling will maintain the aspect-ratio of the original image. If only a single dimension is specified, the other dimension will be calculated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Schedule [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Schedule for state change [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Scheduled [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Scheduled changes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Scheduler [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Scheduler settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Schema [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Schema version [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Scheme [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Scope [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Score [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Screenshot for @theme theme [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Search [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Search API [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Search API DB settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Search API Query [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Search API Solr settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Search API datasource [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Search API index [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Search API query [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Search API rendered item [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Search API server [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Search API settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Search Api Materio module [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Search Keywords [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Search and metadata [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Search by keyword, ingredient, dish [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Search content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Search field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Search fields [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Search for @keywords [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Search for either of the two terms with uppercase OR. For example, cats OR dogs. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Search form [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Search help [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Search in [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Search index [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Search index progress [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Search indexes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Search is currently disabled [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Search keywords [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Search looks for exact, case-insensitive keywords; keywords shorter than a minimum length are ignored. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Search page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Search page path [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Search page type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Search pages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Search result highlighting input [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Search results [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Search score [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Search server [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Search settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Search several or all fulltext fields at once. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Search task [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Search views [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Searched %type for %keys. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Searched fields [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Searching your site [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Second [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Second definition [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Second item [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Second line of the address block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Second term [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Secondary tabs [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Seconds [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Section class [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Security [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Security update required! [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Security update: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Security warning: Couldn't write .htaccess file. Please create a .htaccess file in your %directory directory which contains the following lines:
@htaccess
[provided] [no usage info] [missing usage info prevents renaming] */ -/*! export See Pathauto help for details. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export See @url for information about the recommended .htaccess file which should be added to the %directory directory to help protect against arbitrary code execution. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export See the documentation for PHP date formats. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export See the available updates page for more information and to install your missing updates. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export See the available updates page for more information. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export See the Entity Reference help page for the field widgets and formatters that can be configured for any reference field on the Manage display and Manage form display pages. Taxonomy additionally provides an RSS category 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export See the media list (opens a new window) to help locate media. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export See the Responsive Image help page for information on the sizes attribute. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export See the available updates page for more information: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select @label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select All [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select None [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select a @context value: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select a breakpoint group from the installed themes and modules. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select a language to update. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select a layout [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select a media type for %filename: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select a new effect [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select a responsive image style. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select a single image style. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select all [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select all media [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select all rows in this table [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select all@count results in this view [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select an effect to add. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select an image processing toolkit [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select an image style for this breakpoint. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select an installation profile [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select and configure text editors, and how content is filtered when displayed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select and configure themes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select any additional columns of this field to include in the query and to group on. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select any filter and click on Apply to see results [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select any shortcut set [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select entities [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select extensions of the views interface. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select files [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select how frequently you want to automatically check for new releases of your currently installed modules and themes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select how frequently you want to check for new interface translations for your currently installed modules and themes. Check updates now. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select languages to enforce. If none are selected, all languages will be allowed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select list [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select list format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select media [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select method for cancelling account [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select method for cancelling own account [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select multiple image styles and use the sizes attribute. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select one or more comments to perform the update on. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select only items on this page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select pager [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select source language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select tabs being shown in the block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select terms [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select terms from vocabulary @voc [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select the @entity_type types for the @workflow workflow [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select the @entity_type_plural_label for the @workflow workflow [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select the Comment type to use for this comment field. Manage the comment types from the administration overview page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select the column of this field to apply the grouping function selected above. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select the default country for the site. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select the desired local time and time zone. Dates and times throughout this site will be displayed using this time zone. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select the domains this user may administer. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select the feed that should be displayed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select the field that will store essential information about the media item. If \"Create\" is selected a new field will be automatically created. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select the field(s) that will be searched when using the autocomplete widget. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select the fields that will be searched. If no fields are selected, all available fulltext fields will be searched. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select the kind of exposed filter to use. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select the method to cancel the account above. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select the method used to collect autocomplete suggestions. Note that Contains can cause performance issues on sites with thousands of entities. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select the method used to collect autocomplete suggestions. Note that Contains can cause performance issues on sites with thousands of nodes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select the region where this block should be displayed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select the test(s) or test group(s) you would like to run, and click Run tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select the types of paths for which to generate URL aliases [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select the view mode used to show the list of comments. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select which URL aliases to generate [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select which display or displays this should attach to. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select which kind of widget will be used to render the group of filters [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select which vocabulary to show terms for in the regular options. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Select workspace [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Selected [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Selected %count items in this view [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Selected actions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Selected combination of day and month is not valid. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Selected default language no longer exists. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Selected field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Selected language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Selected language configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Selected user [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Selected: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Selecting Closed under Comment settings while editing a forum topic will lock (prevent new comments on) the thread. Selecting Hidden under Comment settings while editing a forum topic will hide all existing comments on the thread, and prevent new ones. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Selecting filters [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Selecting reference type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Selection condition [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Selection criteria [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Selection handler for entity reference fields have been adjusted. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Selection logic [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Selection type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Selects referenceable entities for an entity reference field. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Semicolon [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Send copy to sender [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Send email [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Send email configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Send message [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Send newsletter issue [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Send newsletters to subscribed email addresses. For uninstall go to Configuration > Web services > Simplenews > Settings and hit \"Prepare uninstall\". [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Send password reset instructions via email. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Send status [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Send test e-mail [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Send test email [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Send test email to make sure that it works. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Send yourself a copy [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sender [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sender email [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sender name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sending mail to: @to [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sends MIME-encoded emails with embedded images and attachments. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sends log messages to the PHP error log. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sends newsletters [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sends pages using the BigPipe technique that allows browsers to show them much faster. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sends the message as plain text, using PHP's native mail() function. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Senegal [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sent account cancellation request to %name %email. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sent count [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sent email to %recipient [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sep [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Separate contextual filter values with a \"/\". For example, %example. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Separate extensions with a space or comma and do not include the leading dot. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Separate link text and URL [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Separate multiple classes by spaces. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Separator [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Separator for @field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Separator: %separator [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Separators [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Separators are used to visually split individual buttons. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sequence [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Serbia [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Serial [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Serialization [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Serialization settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Serialize data with display settings. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Serialize data with widget settings. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Serialized [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Serialized block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Serialized configuration object data. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Serialized data types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Serialized output format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Serializer [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Serializes entities using Hypertext Application Language. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Serializes views row data using the Serializer component. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Server [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Server ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Server description [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Server index status [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Server name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Service [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Services [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Session [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Session ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Session automatically closed for %name by autologout. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Session closed for %name. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Session exists [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Session language detection configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Session name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Session opened for %name. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Session viewer [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Set xdebug.max_nesting_level=@level in your PHP configuration as some pages in your Drupal site will not work when this setting is too low. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Set @theme as default theme [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Set @title as default [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Set a context value [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Set a default value for the end date. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Set a default value for the start date. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Set a default value for this date. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Set a language as default [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Set a new image [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Set and configure the default theme for your website. Alternative themes are available. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Set as current revision [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Set as default [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Set as default theme [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Set between which values the user can choose when determining the items per page. Separated by comma. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Set conditions and configure reactions that should be implemented when conditions pass. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Set default domain record [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Set field-level permissions to create, update or view fields. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Set name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Set password [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Set up database [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Set up translations [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Setting [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Setting permissions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Setting status of translations [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Setting the allowed link type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Setting up Honeypot in your own forms [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Setting up the forum structure [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Settings Tray [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Settings file [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Settings for @theme theme [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Settings for the statistical information that Drupal will keep about the site. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Settings successfully updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Seven [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Seven settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Several special characters are allowed, including space, period (.), hyphen (-), apostrophe ('), underscore (_), and the @ sign. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Severity [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Severity level [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Seychelles [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Share your thoughts and opinions. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export ShingleFilter:: CJKBigramFilterFactory::outputUnigrams [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export ShingleFilter::outputUnigramsIfNoShingles [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Shippable [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Shopping cart [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Short but meaningful name for this collection of related forums. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Short but meaningful name for this collection of threaded discussions. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Short description of the image used by screen readers and displayed when the image is not loaded. This is important for accessibility. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Short format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Shortcut [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Shortcut icon [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Shortcut icon settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Shortcut link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Shortcut set [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Shortcut sets [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Shortcut settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Shortcuts [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Should replacement tokens be used from the first row [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Should the area be displayed on empty results. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Should this display inherit its contextual filter values from the parent display to which it is attached? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Should this display inherit its exposed filter values from the parent display to which it is attached? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Should this display inherit its paging values from the parent display to which it is attached? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Should this display render the pager values? This is only meaningful if inheriting a pager. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show \"Page not found\" [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show — @configuration.label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show All [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show Drupal toolbar [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show None [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show SQL query [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show URL as plain text [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show URL only [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show URL only as plain-text [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show a marker if the content is new or updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show a preview of the view output. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show a printer-friendly version of this book page and its sub-pages. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show all columns [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show as expanded [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show block on all pages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show block only on book pages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show blocks [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show comment replies in a threaded list. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show contextual links [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show contextual links on this view. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show description [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show descriptions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show for the listed pages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show group names [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show hierarchy in dropdown [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show icons [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show image dimensions: @show_image_dimensions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show image thumbnail: @show_image_thumbnail [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show information and statistics about the view during live preview [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show language selector on create and edit pages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show links [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show media item weights [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show on form [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show only content that is new or updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show other queries run during render during live preview [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show performance statistics [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show pixel dimensions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show playback controls [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show primary tabs [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show regions to Place blocks. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show reply form on the same page as comments [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show row weights [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show secondary tabs [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show table cells that were hidden to make the table fit within a small screen. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show teaser-style link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show the SQL query [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show the comment link in the form used on standard entity teasers, rather than the full entity form. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show the empty text in the table [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show the status of all search indexes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show the status of the search index with the ID @name. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show the zone label field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Show thumbnail [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Shown [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Shown tabs [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Shown when hovering over the menu link. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Showrooms [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Shows a list of the newest user accounts on the site. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Shows menus, nodes, blocks and taxonomy with source and target language side by side [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Shows previous login information for site users. Useful for troubleshooting and monitoring. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Shows result summary, for example the items per page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Shows the user names of the most recently active users, and the total number of active users. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sid [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sidebar [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sidebar background [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sidebar borders [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sierra Leone [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Signature [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Signature format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Simple [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Simple CJK handling [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Simple JSON Migration example [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Simple configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Simple page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Simple separator [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Simple time-based caching of data. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export SimplePatternSplitTokenizer:: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Simplenews [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Simplenews Subscribers [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Simplenews newsletter [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Simplenews newsletters nodes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Simplenews subscriber [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Simplenews subscribers [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Simpletest site directory [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Singapore [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Single ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Single export [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Single filter [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Single import [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Single item [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Single name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Single on/off checkbox [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Single on/off checkbox format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Single phrase [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Single quotation marks (apostrophe) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Singular form [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sint Maarten [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Site [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Site UUID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Site UUID in source storage does not match the target storage. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Site administration toolbar [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Site branding [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Site default [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Site default language code [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Site details [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Site email address [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Site header [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Site information [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Site information links [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Site language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Site logo [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Site maintenance account [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Site name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Site search [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Site section links [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Site slogan [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Site under maintenance [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 Contact 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 View user information (to see user profiles) and Use users' personal contact forms 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 Administer users permission can bypass this setting. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Site's default language (@lang_name) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Site's default language (@language) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Size [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Size of URI field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Size of email field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Size of textfield [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Size: %width x %height pixels [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sizes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sizes attribute [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sizes field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Skip comment approval [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Skip default argument for view URL [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Skip to main content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Slash [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Slate [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Slide Up [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Slide down [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Slider [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Slogan [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Slot [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Slot number [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Slovakia [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Slovenia [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Slow [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Slow query highlighting [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Small 21:9 (768x330) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export SnowballPorterFilter::language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Solomon Islands [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Solr [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Solr Admin [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Solr Cache [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Solr Core Name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Solr Document [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Solr Field Type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Solr Request Dispatcher [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Solr Request Handler [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Solr Server [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Solr field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Solr host [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Solr path [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Solr port [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Solr server URI [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export SolrFieldType Configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Somalia [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 bundle for entity sub-types. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Some modules have database schema updates to install. You should run the database update script immediately. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Some of the pending updates cannot be applied because their dependencies were not met. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Some required modules must be enabled [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Some roles lack permission to access content, but display %display has no access control. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 cron runs, so it requires a cron maintenance task to be set up. There are also several settings affecting indexing that can be configured on the Search pages page: the number of items to index per cron run, the minimum word length to index, and how to handle Chinese, Japanese, and Korean characters. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sorry, the @name provider is not allowed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sort Criteria [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sort actions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sort ascending [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sort by [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sort by the threaded order. This will keep child comments together with their parents. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sort criteria [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sort criterion [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sort descending [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sort direction [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sort options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sort order [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sort query log [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sort settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sortable [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sortable for @field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sorting code [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sorts [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Source [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Source ID @source_id: @message [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Source Options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Source code [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Source database [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Source database does not contain a recognizable Drupal version. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Source database is Drupal version @version but version @selected was selected. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Source entity ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Source entity type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Source feed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Source field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Source files [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Source image at %source_image_path not found while trying to generate derivative image at %derivative_path. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Source language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Source language set to: %language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Source language: @language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Source link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Source module not found for @migration_id. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Source string [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Source string (@language) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Source string ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Source text only, no translations [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Source translation of target language equals row language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sources [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export South Africa [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export South Georgia and the South Sandwich Islands [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export South Korea [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export South Sudan [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Space [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Spain [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Spam control [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Specialized examples of Drupal 8+ migration. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Specify a custom entity ID. This will override the entity ID in the configuration above. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Specify access control type for this display. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Specify an alternative path by which this data can be accessed. For example, type \"/about\" when writing an about page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Specify caching type for this display. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Specify how many digits to print after the decimal point. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Specify the existing path you wish to alias. For example: /node/28, /forum/1, /taxonomy/term/1. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Specify the format of the syslog entry. Available variables are:
!base_url
Base URL of the site.
!timestamp
Unix timestamp of the log entry.
!type
The category to which this message belongs.
!ip
IP address of the user triggering the message.
!request_uri
The requested URI.
!referer
HTTP Referer if available.
!severity
The severity level of the event; ranges from 0 (Emergency) to 7 (Debug).
!uid
User ID.
!link
A link to associate with the message.
!message
The message to store in the log.
[provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Specify the number of links to pages to display in the pager. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Specify the number the counter should start at. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Specify validation criteria [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Specify whether this display will provide a \"more\" link. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Specify which configuration objects to automatically import/export. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Specify which display or custom URL this display will link to. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Speed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Speeding up your site [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Spellcheck [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Square Large [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Square Medium [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Square Small [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sri Lanka [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Stable [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Staged [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Stale file threshold [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Standard [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Standard deviation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Standard sort expose settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Stark [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Stark settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Start date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Start date value [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Start indexing now [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Started [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Starting a discussion [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Starting configuration import. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Starting configuration synchronization. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Starting configuration update [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Starting execution of @module_cron(), execution of @module_previous_cron() took @time. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Starting execution of @module_cron(). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Starting level [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Starting updates [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Starting upload... [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Starting value [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Starts [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Starts with [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export State [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export State %label deleted. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export State %state does not exist on %workflow workflow [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export State editor [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export State label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export States [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Static [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Static Page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Static cache cleared. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Static caches [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Static menu link overrides [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Statistics [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Statistics settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Status [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Status Code [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Status code [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Status listing and form for the entity's moderation state. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Status message [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Status messages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Status of widget [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Status report [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export StatusText: !statusText [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Step [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sticky [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sticky at top of lists [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sticky status [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sticky topic [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Stop sending [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Stop words [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Stopwords [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Storage settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Storage: @name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Store [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Store new items in [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Store type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Store types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Stores [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Stores a URL string, optional varchar link text, and optional blob of attributes to assemble a link. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Stores a redirect source [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Stores all JS deprecation calls to allow JS tests to determine if they have been called. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Storing files [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Strike-through [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export String [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export String (long) settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export String contains [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export String settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Strings to Remove [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Strip HTML tags [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Strong [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Structure [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Style [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Style %name was created. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Style @style requires a row style but the row plugin is invalid. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Style configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Style name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Style options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Style settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Styles [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Styles dropdown [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Su [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sub path [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Subdivision [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Subject [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Submission form settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Submit [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Submit button text [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Submitted by @author_name on @date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Submitted by @username on @datetime [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Subquery namespace [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Subscribe to @title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Subscribe to [simplenews-newsletter:name] [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Subscriber ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Subscriber email [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Subscriber settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Subscribers [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Subscript [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Subscripted [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Subscription [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Subscription URL [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Subscription type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Subscriptions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Subtitle [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Subtitle five [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Subtitle four [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Subtitle six [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Subtitle three [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Subtotal [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Success [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Successful [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Successful deployment. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Successfully saved @language translation. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Successfully updated @language translation. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sudan [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Suffix [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Suffix text [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Suggest additional words [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Suggest additional words the user might want to search for. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Suggest word endings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export SuggestStopFilter:: KeepWordFilter:: CommonGramsFilter:: StopFilter::words [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export SuggestStopFilter::snowball [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export SuggestStopFilter::wordset [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Suggested cache lifetime [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Suggester [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sum [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Summary [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Summary input [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Summary options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Summary or trimmed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Summary or trimmed formatted text display format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Summary rows [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Summary title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sun [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sunday [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Superscript [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Superscripted [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Supplies an HTTP Basic authentication provider. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support database contrib driver testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support for the Mailgun Mailing lists. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for AJAX framework tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for Batch API tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for BigPipe regression testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for BigPipe testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for CRUD hook tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for Chaos tools blocks tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for Comment module testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for Common tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for Database layer tests that need to monitor executed database statements. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for Database layer tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for Devel testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for Dialog Renderer tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for EarlyRenderingControllerTest. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for Entity browser entityqueue integration test. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for Field Layout tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for Field UI tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for Form API tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for HAL tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for HTTP Basic Authentication testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for Honeypot internal testing purposes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for HtmlResponseAttachmentsTest. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for Linkit testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for Matomo testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for Pagerer tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for PlaceholderMessageTest. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for RenderArrayNonHtmlSubscriberTest. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for Search module testing of embedded forms. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for Search module testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for Simpletest deprecation tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for Twig namespace testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for Twig theme system testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for UniqueField Constraint testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for action bulk form testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for action testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for aggregator \\Drupal\\Core\\Field\\BaseFieldDefinition::setDisplayConfigurable() testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for aggregator related testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for book module breadcrumb testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for book module testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for cache system testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for causing bedlam in container rebuilds. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for custom block related testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for entity destination test. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for error and exception testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for file handling tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for functional tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for help testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for httpkernel tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for image toolkit tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for language-aware node access testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for menu hook testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for menu_block testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for module system testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for module system tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for node \\Drupal\\Core\\Field\\BaseFieldDefinition::setDisplayConfigurable() testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for node configuration tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for node permission testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for node permission testing. Provides a route which does a node access query without explicitly specifying the corresponding cache context. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for node permission testing. Provides empty grants hook implementations. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for node related exception testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for node related testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for pager tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for paramconverter testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for routing testing. In a directory that does not match the module name to test that use case. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for search module testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for serialization tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for service provider testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for session data testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for session.exists cache context testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for source plugin prepareRow testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for system testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for taxonomy_term \\Drupal\\Core\\Field\\BaseFieldDefinition::setDisplayConfigurable() testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for testing Twig extensions. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for testing Views Bulk Operations. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for testing adding Twig loaders. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for testing core using semver. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for testing custom phpass password algorithm parameters. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for testing default route format. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for testing deprecated functionality for path aliases. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for testing deprecation behaviors. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for testing display variants. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for testing early bootstrap getting of annotations with translations. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for testing empty title accessibility with Comment module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for testing layout building defaults. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for testing layout building using blocks with forms. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for testing layout building. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for testing layouts. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for testing legacy theme functions. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for testing overriding layout building. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for testing path aliases on a route with encoded characters in the path. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for testing project namespace system dependencies. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for testing system dependencies. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for testing the drupal_system_listing function. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for testing theme suggestions for legacy theme functions. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for testing theme suggestions. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for testing toolbar without user toolbar [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for tests that require a failed module install. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for tests that the class loader behaves as expected during module install. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for the CKEditor module tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for the Embed module tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for the Entity Reference tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for the Entity browser entity form module tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for the Entity browser module tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for the Field API configuration tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for the Field API tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for the Inline entity form module tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for the Options module tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for the Page Cache module tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for the Quick Edit module tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for the Text Editor Private module tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for the Text Editor module tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for the Timestamp field item test. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for the cron queue runner. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for the field and entity display tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for the language config override test. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for the language form elements tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for the language layer tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for theme system testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for toolbar testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for update module testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for update script testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for update testing when an update hook is failing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for update testing with core semver value. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for update testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for user access testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for user batch action testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for user form testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for user hooks testing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support module for verifying entity field access and the language selector. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support testing content negotiation variations. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support testing protecting routes with CSRF token. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Support testing with request/response hold. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Supported [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Supported authentication [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Supported authentication providers [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Supported billing countries [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Supported format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Supported formats [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Supported methods [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Suppress 'page not found' log messages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Suppress the itok query string for image derivatives [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Suriname [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Svalbard and Jan Mayen [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Swaziland [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Sweden [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Switch [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Switch to @workspace [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Switch user [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Switch users [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Switch workspace [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Switzerland [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Synchronize [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Synchronize configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Synchronizing configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Synchronizing configuration: @op @name in @collection. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Synchronizing configuration: @op @name. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Synchronizing extensions: @op @name. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Syndicate [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Syndicate block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Synonym configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export SynonymGraphFilter:: SuggestStopFilter:: StopFilter:: CommonGramsFilter::format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export SynonymGraphFilter:: SynonymFilter:: ManagedSynonymFilter::expand [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export SynonymGraphFilter:: SynonymFilter::synonyms [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export SynonymGraphFilter::analyzer [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export SynonymGraphFilter::tokenizerFactory [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Synonyms [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Syria [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Syslog [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Syslog facility [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Syslog format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Syslog identity [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Syslog settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export System [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export System action [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export System module form element. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export São Tomé and Príncipe [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export TCP handshake [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export TRACE method settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export TRUE if the files directory is public otherwise FALSE. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tab [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tab options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tab weight [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tab: @title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tabbing is constrained to a set of @contextualsCount and the edit mode toggle. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tabbing is no longer constrained by the Contextual module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Table [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Table @name already exists. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Table cell [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Table description [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Table details [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Table header [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Table name prefix [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Table of files [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Table of files format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tabs [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tabs block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tag [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tag Description [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tag a weight [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tag b weight [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tag based [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tag based caching [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tag based caching of data. Caches will persist until any related cache tags are invalidated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tag em weight [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tag h1 weight [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tag h2 weight [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tag h3 weight [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tag h4 weight [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tag h5 weight [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tag h6 weight [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tag i weight [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tag strong weight [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tag u weight [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tag-based caching (Search API) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tags [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Taiwan [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tajikistan [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Take the site offline for updates and other maintenance tasks. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tanzania [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tar [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Target [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Target Entity Type ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Target UUID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Target entity type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Target language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Target language equals default language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Target of the link, such as _blank, _parent or an iframe's name. This field is rarely used. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Target state [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Task data [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Task type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tasks [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tax rate [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tax registrations [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tax type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tax types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Taxed product types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Taxonomy [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Taxonomy Term [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Taxonomy Term selection [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Taxonomy depth modifier [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Taxonomy format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Taxonomy is for categorizing content. Terms are grouped into vocabularies. For example, a vocabulary called \"Fruit\" would contain the terms \"Apple\" and \"Banana\". [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Taxonomy language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Taxonomy settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Taxonomy term [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Taxonomy term ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Taxonomy term ID from URL [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Taxonomy term ID with depth [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Taxonomy term chosen from autocomplete or select widget. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Taxonomy term name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Taxonomy term page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Taxonomy terms [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Taxonomy terms Company [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Taxonomy terms Showroom [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Taxonomy terms Tags [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Taxonomy terms Tags i18n [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Taxonomy terms Thesaurus [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Taxonomy terms Thesaurus i18n [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Taxonomy terms are attached to nodes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Taxonomy terms on node [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Taxonomy vocabulary [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Teaser [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Teaser length [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Telephone [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Telephone default format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Telephone link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Telephone link format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Telephone number [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Telephone numbers can be displayed as links with the scheme name tel: by choosing the Telephone display format on the Manage display page. Any spaces will be stripped out of the link text. This semantic markup improves the user experience on mobile and assistive technology devices. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tell us what you think [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Template name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Temporary [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Temporary directory [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Temporary files [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Temporary files are not referenced, but are in the file system and therefore may show up in administrative lists. Warning: If enabled, temporary files will be permanently deleted and may not be recoverable. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Temporary files directory [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Temporary local files for upload and previews. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Term [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Term ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Term Parents [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Term Vector [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Term count [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Term description translation. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Term language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Term name translation. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Terminology [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Terms are displayed in ascending order by weight. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Territories [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Territory [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Test [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Test Configuration Forms. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Test Entity Embed Integration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Test Inline Entity Form Integration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Test Paragraphs Integration. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Test annotations can extend other annotations in a different namespace. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Test comment as a base field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Test conflicting namespace declaration. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Test connection in commerce_migrate_ubercart.module plugins alter [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Test editing of URL source plugin via the UI. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Test editing of source plugin via the UI. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Test for AJAX form calls. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Test functionality for the RDF module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Test general form component for condition plugins. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Test hooks fired in link generation. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Test if HTML in mails works as expected. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Test module for Better Exposed Filters [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Test module for Commerce License [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Test module for Commerce Log. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Test module for Commerce Product. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Test module for Media Library. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Test module for Profile. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Test module for RetryTest. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Test module for Views UI. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Test module for Views. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Test module for breakpoint. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Test module that adds date conditions to node searches. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Test module to test Migrate Plus. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Test module to test Migrate Tools. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Test module with a name over the maximum allowed characters. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Test namespace declaration. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Test pluggable dumpers. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Test result [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Test settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Test that plugins can provide plugins and provide namespace discovery for plugin test implementations. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Test that the mail can be cancelled. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Test theme for responsive image. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Test widget that has a nested media library widget [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Testing [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Testing config import [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Testing config overrides [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Testing infrastructure for CTools block display variants. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Testing missing dependencies [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Testing multilingual [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Testing multilingual with English [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tests [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tests enabling of modules which provide filter plugins. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tests extending and altering entity constraints. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tests filter hooks and functions. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tests install profiles in the config importer. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tests module for tour module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tests that a module is not installed when it fails hook_requirements('install'). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tests that a module is not installed when the one it depends on fails hook_requirements('install). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tests that contact messages can be stored. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tests the 'active' migrate state [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tests the 'incomplete' migrate state [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text (formatted) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text (formatted) settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text (formatted, long) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text (formatted, long) settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text (formatted, long, with summary) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text (formatted, long, with summary) settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text (plain) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text (plain, long) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text Editor [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text Editors [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text Files [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text Formats [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text area [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text area (multiple rows) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text area (multiple rows) display format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text area with a summary [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text area with a summary display format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text attribute [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text color [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text custom [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text editor [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text editor embed buttons [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text editors (like CKEditor) may override this setting. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text field display format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text fields that allow text formats are those with \"formatted\" in the description. These are Text (formatted, long, with summary), Text (formatted), and Text (formatted, long). You cannot change the type of field once a field has been created. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text filter to convert URLs to embedded videos [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text format names must be unique. A format named %name already exists. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text formats [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text formats and editors [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text formats define how text is filtered for output and how HTML tags and other text is displayed, replaced, or removed. Improper text format configuration is a security risk. Learn more on the Filter module help page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text of the auto-reply message. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text on demand [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text on demand format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text strings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text to display [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text to display in the pop-up external link warning box. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text to display in the reset button of the exposed form. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text to display instead of results until the user selects and applies an exposed filter. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text to place as \"title\" text which most browsers display as a tooltip when hovering over the link. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text to put after the number, such as currency symbol. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text to put before the number, such as currency symbol. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text to use for the plural form, @count will be replaced with the value. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text to use for the singular form, @count will be replaced with the value. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text to use for this variant, @count will be replaced with the value. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text value [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text with
line break [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Text with text format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Textarea display format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Textfield [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Textfield size [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Textfield size: @size [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Textual tour tip [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Th [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Thailand [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Thank you for applying for an account. Your account is currently pending approval by the site administrator.
In the meantime, a welcome message with further instructions has been sent to your email address. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The source for the country must be defined for this filter to work. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The \"%plugin_id\" was not found [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The \"@name\" button is currently disabled. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The \"@name\" button is currently enabled. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The \"Delete translation\" action is only available for published translations. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The \"title\" attribute value [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The %display_mode mode now uses custom display settings. You might want to configure them. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The %driver database must use %encoding encoding to work with Drupal. Recreate the database with %encoding encoding. See INSTALL.pgsql.txt for more details. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The %element-title doesn't allow the patterns ending with whitespace. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The %element-title is using the following forbidden tokens with personal identifying information: @invalid-tokens. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The %element-title is using the following invalid characters: @invalid-characters. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The %entity_type entity type needs to be installed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The %entity_type entity type needs to be updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The %field date is incomplete. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The %field date is invalid. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The %field date is invalid. Please enter a date in the format %format. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The %field date is required. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The %field date is required. Please enter a date in the format %format. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The %field_name field needs to be installed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The %field_name field needs to be uninstalled. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The %field_name field needs to be updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The %file does not exist. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The %file exists. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The %file is not readable. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The %file is not writable. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The %filter filter is missing, and will be removed once this format is saved. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The %handler_type %handler uses a relationship that has been removed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The %label search page has been added. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The %label search page has been disabled. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The %label search page has been enabled. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The %label search page has been updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The %language (%langcode) language has been created. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The %language (%langcode) language has been removed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The %language (%langcode) language has been updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The %language translation could not be downloaded. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The %language translation file could not be downloaded. Choose a different language or select English and translate your website later. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The %language translation file is not available at the translation server. Choose a different language or select English and translate your website later. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The %language translation is available. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The %language translation is not available. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The %set_name shortcut set has been created. You can edit it from this page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The %setting setting is currently set to '%current_value', but needs to be '%needed_value'. Change this by running the following query: @query [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The %theme theme has been installed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The %theme theme has been uninstalled. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The %theme theme was not found. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Account settings page 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). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Content page lists your content, allowing you add new content, filter, edit or delete existing content, or perform bulk operations on existing content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Forum topic link on the Add content page creates the first post of a new threaded discussion, or thread. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Detection and selection 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The \"Bulk Generate\" 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The \"Delete Aliases\" page allows you to remove URL aliases from items that have previously been assigned aliases using pathauto. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The \"Patterns\" page is used to configure automatic path aliasing. New patterns are created here using the Add Pathauto pattern button which presents a form to simplify pattern creation thru the use of available tokens. 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Token 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 online documentation. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Recent content 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 My recent content tab limits the list to the currently logged-in user. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The \"URL Redirects\" page is used to setup and manage URL Redirects. New redirects are created here using the Add redirect 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The \"Settings\" page is used to customize global Pathauto settings for automated pattern creation. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The \"Settings\" page presents you with a number of means to adjust redirect settings. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Status report 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Available updates report 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 Update Manager settings page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Redirect module settings affect whether a redirect is created when an alias is deleted. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Flag module handbook contains extensive documentation on creating customized views using flags. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Autocomplete (Tags style) widget displays a multi-text field in which users can type in a comma-separated list of entity labels. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Autocomplete widget displays text fields in which users can type entity labels based on the Allowed number of values. The widget can be configured to display all entities that contain the typed characters or restricted to those starting with those characters. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Book page content type is the initial content type enabled for book outlines. On the Book settings page you can configure content types that can used in book outlines. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Check boxes/radio buttons widget displays the existing entities for the entity type as check boxes or radio buttons based on the Allowed number of values set for the field. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Exposed items per page field's options must include the value from the Items per page field (@items_per_page). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The From 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.) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Powered by Drupal 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Select list widget displays the existing entities in a drop-down list or scrolling list box based on the Allowed number of values setting for the field. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The settings and display of the text field can be configured separately. See the Field UI help for more information on how to manage fields and their display. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The settings and the display of the Date field can be configured separately. See the Field UI help for more information on how to manage fields and their display. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The settings and the display of the entity reference field can be configured separately. See the Field UI help for more information on how to manage fields and their display. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The settings and the display of the file field can be configured separately. See the Field UI help for more information on how to manage fields and their display. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The settings and the display of the link field can be configured separately. See the Field UI help for more information on how to manage fields and their display. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The settings and the display of the list fields can be configured separately. See the Field UI help for more information on how to manage fields and their display. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The settings and the display of the telephone field can be configured separately. See the Field UI help for more information on how to manage fields and their display. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The maximum alias length and maximum component length 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 INSTALL.txt. The webhosting issues documentation section offers help on this and other topics. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The @drupal installer requires that the %default-file file not be modified in any way from the original download. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 INSTALL.txt. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The @drupal installer requires write permissions to %file during the installation process. The webhosting issues documentation section offers help on this and other topics. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The @entity-type %label @language translation has been deleted. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The @entity-type %label has been deleted. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The @entity-type %label has been removed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The @entity_type to which the comment is a reply to. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The @file is owned by the web server. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The @file is writable. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The @module module is required [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The @parent of book node. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The @title end date cannot be before the start date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The @type %term has been updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The @type %title has been deleted. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 online documentation for the Actions module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 online documentation for the Activity Tracker module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 online documentation for the Aggregator module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Aggregator module requires the PHP cURL library. For more information, see the online information on installing the PHP cURL extension. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 online documentation for the Automated Cron module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Ban module allows administrators to ban visits to their site from individual IP addresses. For more information, see the online documentation for the Ban module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The BigPipe module sends pages with dynamic content in a way that allows browsers to show them much faster. For more information, see the online documentation for the BigPipe module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Block module allows you to place blocks in regions of your installed themes, and configure block settings. For more information, see the online documentation for the Block module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 Book page. For more information, see the online documentation for the Book module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 online documentation for the Breakpoint module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 Text Editor module. It requires JavaScript to be enabled in the browser. For more information, see the online documentation for the CKEditor module and the CKEditor website. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The CSS class to apply to the link. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Color module allows users with the Administer site configuration permission to change the color scheme (color of links, backgrounds, text, and other theme elements) of compatible themes. For more information, see the online documentation for the Color module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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, you must save your color settings again, even if you haven't changed the colors. This step is required because the module stylesheets in the files directory need to be recreated to reflect your changes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Comment module allows users to comment on site content, set commenting defaults and permissions, and moderate comments. For more information, see the online documentation for the Comment module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 online documentation for the Configuration Manager module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Configuration Translation module allows you to translate configuration text; for example, the site name, vocabularies, menus, or date formats. Together with the modules Language, Content Translation, and Interface Translation, it allows you to build multilingual websites. For more information, see the online documentation for the Configuration Translation module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 online documentation for the Contact module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 Workflows to apply different states and transitions to entities as needed. For more information, see the online documentation for the Content Moderation module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Content Translation module allows you to translate content, comments, custom blocks, taxonomy terms, users and other content entities. Together with the modules Language, Configuration Translation, and Interface Translation, it allows you to build multilingual websites. For more information, see the online documentation for the Content Translation module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Contextual links module gives users with the Use contextual links 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 online documentation for the Contextual Links module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Custom Block module allows you to create and manage custom block types and content-containing blocks from the Custom block library page. Custom block types have fields; see the Field module help for more information. Once created, custom blocks can be placed in regions just like blocks provided by other modules; see the Block module help page for details. For more information, see the online documentation for the Custom Block module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Custom Menu Links module allows users to create menu links. These links can be translated if multiple languages are used for the site. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Database Logging module allows you to view an event log on the Recent log messages 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Database Logging module logs system events in the Drupal database. For more information, see the online documentation for the Database Logging module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Database Logging module logs system events in the Drupal database. Monitor your site or debug site problems on this page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Datetime Range module provides a Date field that stores start dates and times, as well as end dates and times. See the Field module help and the Field UI module help pages for general information on fields and how to create and manage them. For more information, see the online documentation for the Datetime Range module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Datetime module provides a Date field that stores dates and times. It also provides the Form API elements datetime and datelist for use in programming modules. See the Field module help and the Field UI module help pages for general information on fields and how to create and manage them. For more information, see the online documentation for the Datetime module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Drupal files path. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Drupal path or absolute URL for this link. You may enter data from this view as per the \"Replacement patterns\" below. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Drupal path or external path this link points to. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Drupal term IDs of the term's parents. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The English name of the language. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Field Layout module allows you to arrange fields into regions on forms and displays of entities such as nodes and users. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 Field module help page. For more information about the Field UI, see the online documentation for the Field UI module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Field module allows custom data fields to be defined for entity 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 Field UI module 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 online documentation for the Field module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 Extend administration page. Additional fields, formatters, and widgets may be provided by contributed modules, which you can find in the contributed module section of Drupal.org. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The File module allows you to create fields that contain files. See the Field module help and the Field UI help pages for general information on fields and how to create and manage them. For more information, see the online documentation for the File module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Filter module allows administrators to configure text formats. Text formats change how HTML tags and other text will be processed and displayed 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 Text Editor module. For more information, see the online documentation for the Filter module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Forum module adds and uses a content type called Forum topic. For background information on content types, see the Node module help page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 the PHP manual. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The GD library for PHP is enabled, but was compiled without PNG support. Check the PHP image documentation for information on how to correct this. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The GD library for PHP is missing or outdated. Check the PHP image documentation for information on how to correct this. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The HTML representation of the resource [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The HTTP Basic Authentication module supplies an HTTP Basic authentication 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 RESTful Web Services module). For more information, see the online documentation for the HTTP Basic Authentication module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The HTTP protocol to use for sending queries [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The HTTP protocol to use for sending queries. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Help module displays explanations for using each module listed on the main Help reference page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Help module generates Help reference pages 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 Drupal.org online documentation 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 online documentation for the Help module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The History module keeps track of which content a user has read. It marks content as new or updated 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 read. The History module does not have a user interface but it provides a filter to Views to show new or updated content. For more information, see the online documentation for the History module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The ID of the aggregator feed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The ID of the associated form. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The ID of the content entity this moderation state is for. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The ID of the content entity type this moderation state is for. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The ID of the entity of which this comment is a reply. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The ID of the entity that is related to the file. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The ID of the feed item. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The ID of the node to which these statistics apply. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The ID of the parent menu link plugin, or empty string when at the top level of the hierarchy. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The ID of the recipient user for personal contact messages. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The ID of the relationship instance used by this handler [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The ID of the role to add [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The ID of the role to remove [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The ID of the shortcut. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The IP address %ip has been banned. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The IP address %ip was deleted. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The IP address of the computer the comment was posted from. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Image module allows you to create fields that contain image files and to configure Image styles that can be used to manipulate the display of images. See the Field module help and the Field UI help pages for terminology and general information on entities, fields, and how to create and manage fields. For more information, see the online documentation for the Image module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 online documentation for the Inline Form Errors module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Interface Translation module allows you to translate interface text (strings) into different languages, and to switch between them for the display of interface text. It uses the functionality provided by the Language module. For more information, see the online documentation for the Interface Translation module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Internal Dynamic Page Cache module caches pages for all users in the database, handling dynamic content correctly. For more information, see the online documentation for the Internal Dynamic Page Cache module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Internal Page Cache module caches pages for anonymous users in the database. For more information, see the online documentation for the Internal Page Cache module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Jetty example server is at port 8983, while Tomcat uses 8080 by default. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Language module allows you to configure the languages used on your site, and provides information for the Content Translation, Interface Translation, and Configuration Translation modules, if they are enabled. For more information, see the online documentation for the Language module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Link module allows you to create fields that contain internal or external URLs and optional link text. See the Field module help and the Field UI help pages for general information on fields and how to create and manage them. For more information, see the online documentation for the Link module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The MIME type (image/png, image/bmp, etc.) of the image. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The MIME type of the file. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Media module also enables you to create multiple versions of any media item, and revert to older versions using the Revision information settings. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Media module gives users with the Administer media types permission the ability to create new media types 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 Field module may be added for storing that metadata, such as width and height, as well as any other associated values. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Media module is not compatible with contrib Media Entity 1.x branch. Please check the 2.x branch of that module for an upgrade path. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Media module makes a number of permissions available, which can be set by role on the permissions page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 online documentation for the Media module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 online documentation for the Menu UI module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Migrate Drupal UI module has been enabled. Proceed to the upgrade form. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 online documentation for the Migrate Drupal UI module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Migrate Drupal module provides a framework based on the Migrate module 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 online documentation for the Migrate Drupal module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 online documentation for the Migrate module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The MyISAM storage engine is not supported. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Node module also enables you to create multiple versions of any content, and revert to older versions using the Revision information settings. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Node module gives users with the Administer content types permission the ability to create new content types in addition to the default ones already configured. Creating custom content types gives you the flexibility to add fields and configure default settings that suit the differing needs of various site content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Node module makes a number of permissions available for each content type, which can be set by role on the permissions page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 Field module). For more information, see the online documentation for the Node module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 Pathauto. For more information, see the online documentation for the Path module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Path module provides a way to search and view a list of all aliases that are in use on your website. Aliases can be added, edited and deleted through this list. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Pathauto module provides a mechanism to automate the creation of path aliases. This makes URLs more readable and helps search engines index content more effectively. For more information, see the online documentation for Pathauto. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Place Blocks module allows you to place blocks from every page. For more information, see the online documentation for the Place Blocks module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Quick Edit module allows users with the Access in-place editing and Use contextual links permissions to edit field content without visiting a separate page. For more information, see the online documentation for the Quick Edit module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 RDFa specification, 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 online documentation for the RDF module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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, read the change record to learn how to enable the BC mode. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 Field module help page 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 online documentation for the RESTful Web Services module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The RSS item GUID is a permalink. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Redirect domain module allows users to redirect between domains. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Redirect module allows users to redirect from old URLs to new URLs. For more information, see the online documentation for Redirect. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 online documentation for the Responsive Image module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Search module includes a block, which can be enabled and configured on the Block layout page, 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 Use search permission, and it performs a search using the configured default search page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 online documentation for the Search module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Serialization API is configured to output only string values for REST and other applications (instead of integers or Booleans when appropriate). Disabling this backwards compatibility mode is recommended unless your sites or applications require string output. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 enable backwards compatibility mode. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Serialization module provides a service for serializing and deserializing data to and from formats such as JSON and XML. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Settings Tray for the block will open in a sidebar, with a compact form for configuring what the block shows. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Settings Tray module allows users with the Administer blocks and Use contextual links permissions to edit blocks without visiting a separate page. For more information, see the online documentation for the Settings Tray module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Shortcut module allows users to create sets of shortcut links to commonly-visited pages of the site. Shortcuts are contained within sets. Each user with Select any shortcut set permission can select a shortcut set created by anyone at the site. For more information, see the online documentation for the Shortcut module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Solr server could be reached.\u0003All @count Solr servers could be reached. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Statistics module includes a counter for each page that increases whenever the page is viewed. To use the counter, enable Count content views on the Statistics page, and set the necessary permissions (View content hits) so that the counter is visible to the users. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 online documentation for the Statistics module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 online documentation for the Syslog module, as well as PHP's documentation pages for the openlog and syslog functions. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 online documentation for the System module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The System module provides pages for managing basic site configuration, including Date and time formats and Basic site settings (site name, email address to send mail from, home page, and error pages). Additional configuration pages are listed on the main Configuration page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Taxonomy module allows users who have permission to create and edit content to categorize (tag) content of that type. Users who have the Administer vocabularies and terms permission can add vocabularies that contain a set of related terms. 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Telephone module allows you to create fields that contain telephone numbers. See the Field module help and the Field UI help pages for general information on fields and how to create and manage them. For more information, see the online documentation for the Telephone module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 online documentation for the Testing module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 CKEditor module, which can be enabled on the Extend page, 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Text Editor module provides a framework that other modules (such as CKEditor module) 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 online documentation for the Text Editor module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Text module allows you to create short and long text fields with optional summaries. See the Field module help and the Field UI help pages for general information on fields and how to create and manage them. For more information, see the online documentation for the Text module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 online documentation for the Toolbar module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 online documentation for the Tour module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The URI to access the file (either local or remote). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The URI to the image. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The URL %url is invalid. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The URL %url is not valid. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The URL of the @entity. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The URL of the account edit page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The URL of the account profile page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The URL of the author/owner [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The URL of the comment's edit page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The URL of the comment. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The URL of the confirm delete page for the user account. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The URL of the content type's edit page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The URL of the current page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The URL of the menu link's edit page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The URL of the menu link. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The URL of the menu's edit page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The URL of the node's edit page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The URL of the node. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The URL of the one-time login page for the user account. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The URL of the provider [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The URL of the site's front page without the protocol. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The URL of the site's front page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The URL of the site's login page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The URL of the taxonomy term's edit page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The URL of the taxonomy term. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The URL of the view. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The URL of the vocabulary's edit page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The URL to the image. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The URL to which the user should be redirected. This can be an internal URL like /node/1234 or an external URL like @url. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The URL without the protocol and trailing backslash. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The UUID of the shortcut. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Unix timestamp when the node was most recently saved or commented on. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Unix timestamp when the translation was created. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Unix timestamp when the translation was most recently saved. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Unix timestamp when the user was most recently saved or commented on. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Update Manager also allows administrators to update and install modules and themes through the administration interface. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Update Manager module allows administrators to perform updates directly from the Update page. 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 Extend page and the Appearance page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 Extend page; if you do so, functionality that depends on the Update Manager system will not work. For more information, see the online documentation for the Update Manager module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The User ID of the author of the last comment of an entity. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The User ID of the comment's author. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 online documentation for the User module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Views UI module provides an interface for managing views for the Views module. For more information, see the online documentation for the Views UI module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The Views module adds functionality to some core administration pages. For example, admin/content uses Views to filter and sort content. With Views uninstalled, admin/content is more limited. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 views. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 online documentation for the Workflows module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The absolute URL. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The action has been successfully saved. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The actual content of the imported item. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The actual message of the log entry. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The additional name. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The address of your outgoing SMTP backup server. If the primary server can't be found this one will be tried. This is optional. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The address of your outgoing SMTP server. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The administrative email address for the site. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The aggregator feed UUID. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The aggregator feed entity associated with this item. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The alias %alias could not be added because it is already in use in this language with different capitalization: %stored_alias. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The alias %alias is already in use in this language. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The alias has been saved. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The alias is already in use. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The alias needs to start with a slash. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The alphadecimal representation of the comment's place in a thread, consisting of a base 36 string prefixed by an integer indicating its length. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The always_populate_raw_post_data PHP setting should be set to -1 in PHP version 5.6. Please check the PHP manual for information on how to correct this. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The anchor fragments are not allowed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The approved comments listing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The array of keys of the array. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The array reversed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The array values each cleaned by Pathauto and then joined with the slash into a string that resembles an URL. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The author name of the comment. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The author of the book. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The author of the feed item. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The author of the original imported item. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The author of this translation. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The author's host name. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The automatically generated alias %original_alias conflicted with an existing alias. Alias changed to %alias. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The backend plugin is missing or invalid. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The base URL that will be used for public file URLs. This can be changed in settings.php [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The base field used for this view. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The base name of the file. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The base source path %source is already being redirected. Do you want to edit the existing redirect? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The base table used for this view. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The block %info was assigned to the invalid region %region and has been disabled. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The block cannot be placed in this region. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The block configuration has been saved. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The block could not be saved. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The block numeric identifier. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The block settings have been updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The block type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The block's delta. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The block/box content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The blocked IP address. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The body of the feed item. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The book outline has been updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The book page associated with the node. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The book page node. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The book the node is in. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The boost value for this bundle [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The breakpoint group typically only needs a single breakpoint with an empty media query in order to do viewport sizing. Multiple breakpoints are used for changing the crop or aspect ratio of images at different viewport sizes, which is often referred to as art direction. Once you select a breakpoint group, you can choose which breakpoints to use for the responsive image style. By default, the option do not use this breakpoint is selected for each breakpoint. See the help page of the Breakpoint module for more information. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The browser language detection mapping for the %browser browser language code has been deleted. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The built in WYSIWYG editor (CKEditor) comes with a number of accessibility features. CKEditor comes with built in keyboard shortcuts, which can be beneficial for both power users and keyboard only users. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The bundle of the shortcut. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The cache has been cleared. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The callback URL is not local and not trusted: !url [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The category's weight. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The changes have been saved. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The changes to the layout have been discarded. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The changes were successfully saved. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The class to provide on each row. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The class to provide on the list element itself. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The class to provide on the wrapper, outside the list. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The comment ID. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The comment UUID. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The comment and all its replies have been deleted. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The comment author's email address. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The comment author's home page address. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The comment author's hostname. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The comment author's name. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The comment author's name. Uses {users}.name if the user is logged in, otherwise uses the value typed into the comment form. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The comment body. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The comment entity view mode to be used in this formatter [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The comment language code. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The comment language. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The comment title. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The comment type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The comment type description [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The comment type label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The comment type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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.\" [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The comment's parent, if comment threading is active. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The computed DateTime object. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The computed end DateTime object. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The computed start DateTime object. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The concept of image styles is that you can upload a single image but display it in several ways; each display variation, or image style, is the result of applying one or more effects 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 Image styles page, 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The config name @config_name is invalid. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The config object collection. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The config object name. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The configuration ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The configuration cannot be imported because it failed validation for the following reasons: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The configuration from the directory %sync_directory will be used. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The configuration import failed for the following reasons: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The configuration objects have different language codes so they cannot be translated: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The configuration options have been saved. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The configuration synchronization failed validation. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The configuration was imported successfully. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The configuration was imported with errors. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The configuration was successfully updated. %number configuration objects updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The configuration was successfully updated. There are %number configuration objects updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The connection protocol %backend does not exist. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The contact form has not been configured. Add one or more forms . [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The content ID of the forum index entry. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The content access permissions have been rebuilt. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The content access permissions have not been properly rebuilt. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The content access permissions need to be rebuilt. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The content access permissions need to be rebuilt. Rebuild permissions. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The content has either been modified by another user, or you have already submitted modifications. As a result, your changes cannot be saved. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The content menu link UUID. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The content menu link bundle. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The content of this field is kept private and will not be shown publicly. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The content title. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The content type %name has been added. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The content type %name has been updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The content type for the %add-child link must be one of those selected as an allowed book outline type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The content type of the node. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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.\" [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The contextual filter values are provided by the URL. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The core.extension configuration does not exist. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The corresponding entity field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The country %value is not available. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The country %value is not valid. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The country contextual filter must be defined for this filter to work using 'contextual filter' for the 'Country source'. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The country filter must be defined for this filter to work using 'exposed filter' for the 'Country source'. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The country name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The css class must include only letters, numbers, underscores and dashes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The current count total for this flag. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The current page of results the view is on. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The current theme is @theme [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The current theme is not @theme [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The custom block ID. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The custom block UUID. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The custom block language code. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The custom favicon path is invalid. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The custom logo path is invalid. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The custom variable @slot-number requires a Name if a Value has been provided. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The custom variable @slot-number requires a Value if a Name has been provided. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The custom variable name. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The custom variable value. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The data could not be saved because the destination is invalid. More information is available in the system log. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The database server version %version is less than the minimum required version %minimum_version. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The database table prefix you have entered, %prefix, is invalid. The table prefix can only contain alphanumeric characters, periods, or underscores. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The datasource ID of the field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The date of the most recent new content on the feed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The date on which a visitor last read the node. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The date the comment was most recently updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The date the comment was posted. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The date the content related to a term was posted. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The date the content was posted. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The date the feed was last checked for new content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The date the file created. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The date the file was most recently changed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The date the node was last updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The date the node was most recently updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The date the original feed item was posted. (With some feeds, this will be the date it was imported.) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The date the term was last updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The date the user account was created. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The date the user last logged in to the site. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The date when the redirect was created. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The default language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The default search index will be rebuilt. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The default search page is now %label. Be sure to check the ordering of your search pages. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The default settings file does not exist. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The default theme. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The default value for this field, used when creating new content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The dependent locality (i.e. neighbourhood). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The depth of the book page in the hierarchy; top level books have a depth of 1. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The depth relative to the top level. A link with plid == 0 will have depth == 1. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The description field allows users to enter a description about the uploaded file. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The description may be used as the label of the link to the file. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The description of the \"flag this\" link. Usually displayed on mouseover. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The description of the \"unflag this\" link. Usually displayed on mouseover. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The description of the aggregator feed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The description of the view. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The description of the vocabulary. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The description of this feed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The description of this feed item [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The destination directory could not be created. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The destination system contains data which was not created by a migration. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 online handbook. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The directory %directory does not exist and could not be created. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The directory %directory does not exist. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The directory %directory exists but is not writable and could not be made writable. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The directory %directory is not writable. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The directory %file is not protected from modifications and poses a security risk. You must change the directory's permissions to be non-writable. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The directory %translations_directory exists. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The display name of the user account. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The display option allows users to choose if a file should be shown when viewing the content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The domain for %language may only contain the domain name, not a trailing slash, protocol and/or port. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The domain for %language, %value, is not unique. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The domain may not be left blank for %language. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The domain names to use for these languages. Modifying this value may break existing URLs. Use with caution in a production environment. Example: Specifying \"de.example.com\" as language domain for German will result in a URL like \"http://de.example.com/contact\". [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The domain redirect is accessed through Domain Redirects. 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The domain redirects have been saved. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The e-mail address that all e-mails will be from. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The eighth mlid in the materialized path. See p1. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The element name cannot contain spaces or other special characters. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The element name must start with a letter. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The email address %mail is not valid. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The email address left by the comment author. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The email address of the user account. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The email address to be used as the 'from' address for all account notifications listed below. If 'Visitors, but administrator approval is required' 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 (%site-email). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The email address used for initial account creation. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The email of the person that is sending the contact message. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The email of this user. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The entered text is no valid regular expression. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The entity ID for this menu link content entity. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The entity bundle. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The entity does not support fields. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The entity language code. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The entity must be of bundle %bundle. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The entity must be of type %type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The entity must have the %field_name field. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The entity the comment was posted to. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The entity type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The entity type to which the comment is a reply to. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The entity type to which this comment is attached. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The entity type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The existing format/name combination has not been altered. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The explanation of the most recent changes made to the node. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The extension of the file. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The fallback value to use when the above query parameter is not present. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The family name. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The feed %feed has been added. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The feed %feed has been updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The feed %label has been deleted. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The feed ID. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The feed from %site seems to be broken because of error \"%error\". [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The feed icon will be available only to the selected displays. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The feed image [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The feed item language code. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The feed language code. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The field %field has been deleted from the %type content type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The field %field is locked and cannot be edited. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The field ID. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The field data. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The field definition. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The field instance ID. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The field instance data. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The field instances. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The field name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The field name from which the comment originated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The field name through which this comment was added. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The field name. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The field status. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The field storage status. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The field storage type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The field that is going to be used as the OPML URL attribute for each row. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The field that is going to be used as the OPML created attribute for each row. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The field that is going to be used as the OPML description attribute for each row. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The field that is going to be used as the OPML htmlUrl attribute for each row. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The field that is going to be used as the OPML language attribute for each row. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The field that is going to be used as the OPML text attribute for each row. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The field that is going to be used as the RSS item creator for each row. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The field that is going to be used as the RSS item description for each row. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The field that is going to be used as the RSS item link for each row. This must be a drupal relative path. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The field that is going to be used as the RSS item pubDate for each row. It needs to be in RFC 2822 format. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The field that is going to be used as the RSS item title for each row. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The field type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The field type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The fifth mlid in the materialized path. See p1. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The file %file could not be moved/copied because a file by that name already exists in the destination directory. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The file %file could not be saved because it exceeds %maxsize, the maximum allowed size for uploads. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The file %file could not be saved because the upload did not complete. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The file %file could not be saved. An unknown error has occurred. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The file %file does not exist and could not be created automatically, which poses a security risk. Ensure that the directory is writable. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The file %file is not protected from modifications and poses a security risk. You must change the file's permissions to be non-writable. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The file %path is not of a recognized type so it was not deleted. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The file %path was not deleted because it does not exist. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The file %source could not be uploaded because a file by that name already exists in the destination %directory. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The file ID. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The file Id. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The file UUID. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The file could not be created. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The file could not be uploaded because the destination %destination is invalid. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The file could not be uploaded. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The file description. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The file is %filesize exceeding the maximum file size of %maxsize. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The file is %filesize which would exceed your disk quota of %quota. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The file is empty. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The file language code. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The file permissions could not be set on %uri. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The file referenced by the @name field does not exist. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The file size of the image. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The file upload failed. %upload [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The file used in the @name field may not be referenced. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The file weight. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The file's MIME type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The file's name exceeds the 240 characters limit. Please rename the file and try again. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The file's name is empty. Please give a name to the file. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The filters configured for the format. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The first element of the array. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The first line of the address block. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The following @entity-type translations will be deleted: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The following changes were detected in the entity type and field definitions. @updates [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The following items in your active configuration have changes since the last import that may be lost on the next import. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The following modules are experimental: @modules [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The following modules are required but were not found. Move them into the appropriate modules subdirectory, such as /modules. Missing modules: @modules [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The following modules will be completely uninstalled from your site, and all data from these modules will be lost! [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The following reason prevents @module.module_name from being uninstalled:\u0003The following reasons prevent @module.module_name from being uninstalled: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The following replacement tokens are available for this argument. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The following tokens are available for this link. You may use Twig syntax in this field. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The following tokens are available. You may use Twig syntax in this field. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The following updates returned messages: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The following will also be deleted: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The form has become outdated. Copy any unsaved work in the form below and then reload this page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The formatted content of the comment itself. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The formatted text of the area [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The formatter settings. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The forum %label and all sub-forums have been deleted. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The fourth mlid in the materialized path. See p1. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The fully-qualified URL of the feed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The given name. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The globally unique identifier of the RSS item. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The group %group has been deleted from the %type content type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The guid of the original imported item. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The handler for this item is broken or missing. The following details are available: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The hashed password [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The height of the image in pixels. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The height of the resource [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The height the image, in pixels. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The home page URL left by the comment author. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The host name or IP of the Solr server [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The host name or IP of your Solr server, e.g. localhost or www.example.com. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The human-readable name of the menu. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The human-readable name of the node type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The human-readable name of this profile. This name must be unique. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The human-readable name of this content type. This text will be displayed as part of the list on the Add content page. This name must be unique. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The human-readable name of this media type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The human-readable name of this profile type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The i18n_blocks block numeric identifier. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The icon is representing the file type, instead of the MIME text (such as \"image/jpeg\") [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The identifier is required if the filter is exposed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The image %file could not be rotated because the imagerotate() function is not available in this PHP installation. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The image '@file' could not be desaturated because the imagefilter() function is not available in this PHP installation. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The image effect %name has been deleted. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The image effect was successfully applied. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The image exceeds the maximum allowed dimensions and an attempt to resize it failed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The image failed validation. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The image file is invalid or the image type is not allowed. Allowed types: %types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The image is too small; the minimum dimensions are %dimensions pixels. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The image style %name has been flushed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The image was resized to fit within the maximum allowed dimensions of %dimensions pixels. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The import failed with the following message: %message [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The indexing workflow was successfully edited. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The installation has encountered an error. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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! [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The installer requires read permissions to %translations_directory at all times. The webhosting issues documentation section offers help on this and other topics. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 INSTALL.txt. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 @server_url. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The installer requires write permissions to %translations_directory during the installation process. The webhosting issues documentation section offers help on this and other topics. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The internal system path. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The item %forum is a forum container, not a forum. Select one of the forums below instead. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The key is the stored value, and must be numeric. The label will be used in displayed values and edit forms. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The key is the stored value. The label will be used in displayed values and edit forms. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The keyword to look for. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The keywords to search for. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The label for this display variant. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The label for this search page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The label is optional: if a line contains a single number, it will be used as key and label. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The label is optional: if a line contains a single string, it will be used as key and label. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The label of the comment type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The label of the entity that is related to the file. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The label of the view. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The language %language (%langcode) already exists. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The language %language has been created and can now be used. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The language %language has been created. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The language code of the URL alias. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The language code of the language the comment is written in. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The language code of the language the node is written in. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The language code of the shortcut. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The language code. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The language direction. (0 = LTR, 1 = RTL) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The language is @languages. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The language is not @languages. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The language of the content or translation. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The language of this request. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The language the original content is in. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The language weight when listed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The last comment of an entity. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The last element of the array. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The layout has been reverted back to defaults. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The layout has been saved. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The layout override has been saved. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The length of time between feed updates. Requires a correctly configured cron maintenance task. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The length of time between feed updates. Requires a correctly configured cron maintenance task. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The length of time raw query results should be cached. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The length of time rendered HTML output should be cached. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The link for this shortcut. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The link of the feed item. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The link of the feed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The link to the original source URL of the item. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The link to the source URL of the feed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The list of allowed extensions is not valid, be sure to exclude leading dots and to separate extensions with a comma or space. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The list of available tokens that can be used in e-mails is provided below. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The list of languages to show in the language dropdown. The basic list will only show the six official languages of the UN. The extended list will show all @count languages that are available in Drupal. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The list of the currently available tokens on this site are shown below. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The listed configuration will be deleted. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The listed configuration will be updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The listed pages only [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The locality (i.e. city). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The location of the file relative to Drupal root. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The location this menu link points to. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The location this shortcut points to. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The lock has been broken and you may now edit this view. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The log entry explaining the changes in this revision. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The login name of the user account. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The machine name for the vocabulary the term belongs to. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The machine name of a server [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The machine name of an index [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The machine name of field. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The machine name of this display [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The machine-readable ID of the view. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The machine-readable name is already in use. It must be unique. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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\". [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The machine-readable name must contain only letters, numbers, dashes and underscores. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The machine-readable name must contain only lowercase letters, numbers, and hyphens. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The machine-readable name must contain only lowercase letters, numbers, and underscores. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The machine-readable name must contain unique characters. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The main body text of the node. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The mapping for the %browser browser language code has been deleted. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The matcher %label has been deleted in the @profile profile. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The matcher %label has been deleted. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The matcher %label has been updated in the @profile profile. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 EXIF data in the image. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 Maximum upload size 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 Maximum upload size setting. The maximum file size is automatically displayed to users in the help text of the file field. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The maximum length of the field in characters. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The maximum number of 404 error logs to keep in the database log. Requires a cron maintenance task. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The maximum number of characters used in the trimmed version of content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The maximum number of items indexed in each run of the cron maintenance task. 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The maximum number of messages to keep in the database log. Requires a cron maintenance task. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The maximum value that should be allowed in this field. Leave blank for no maximum. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The media type %name has been added. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The media type %name has been updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The menu link %title has been deleted. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The menu link ID (mlid) is the integer primary key. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The menu link for this node. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The menu link has been saved. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The menu link language code. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The menu link was reset to its default settings. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The menu link's parent. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The menu link's root. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The menu name. All links with the same menu name (such as \"tools\") are part of the same menu. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The menu name. All links with the same menu name (such as 'navigation') are part of the same menu. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The menu name. Primary key. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The menu of the menu link. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The menu path or URL of this view [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The menu.mlid primary key for this menu item (= shortcut link). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The menu_name (= set name) for this shortcut link. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The menus available to place links in for this content type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The message UUID. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The message language code. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The message to display to the user after submission of this form. Leave blank for no message. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The minimum character length for a word to be added to the index. Searches must include a keyword of at least this length. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The minimum value that should be allowed in this field. Leave blank for no minimum. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The minimum version of Apache needed to run Drupal without mod_rewrite enabled is 2.2.16. See the enabling clean URLs page for more information on mod_rewrite. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The moderation state @state_label is being used, but is not in the source storage. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The moderation state has been updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The moderation state of the referenced content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The moderation state of this piece of content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The module includes a Popular content block that displays the most viewed pages today and for all time, and the last content viewed. To use the block, enable Count content views on the Statistics page, and then you can enable and configure the block on the Block layout page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The module managing this file relationship. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The module providing the block. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The module providing the node type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The module requires no configuration. Every part of the page contains metadata that allows BigPipe to figure this out on its own. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The module that implements the field storage type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The module that implements the field type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The module that provides the field. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The module which sets this user data. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The most recent of last comment posted or entity updated time. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The most recent time the node has been viewed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The most recent time the node has been viewed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The name and the description of this display [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The name for the vocabulary the term belongs to. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The name for this role. Example: \"Moderator\", \"Editorial board\", \"Site architect\". [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The name of the author of the last posted comment. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The name of the author/owner [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The name of the comment's author. Can be rendered as a link to the author's homepage. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The name of the content type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The name of the data key. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The name of the feed (or the name of the website providing the feed). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The name of the file on disk. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The name of the format. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The name of the menu. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The name of the module that generated this link. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The name of the person that is sending the contact message. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The name of the provider [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The name of the role. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The name of the selected flag makes a good label. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The name of the shortcut. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The name of the site. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The name of the taxonomy term. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The name of the taxonomy vocabulary. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The name of the term. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The name of the user posting the last comment. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The name of the user role. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The name of the vocabulary. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The name of this user. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The name under which the set's links are stored. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The name used to indicate anonymous users. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The names of the node types the vocabulary may be used with. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The native name of the language. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The new set is created by copying items from the %default set. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The new set is created by copying items from your default shortcut set. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The new set label is required. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The new size setting for email widgets has been added. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The new user %name was created without an email address, so no welcome message was sent. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The news items from %site have been deleted. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The ninth mlid in the materialized path. See p1. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The node ID of the node. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The node ID. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The node Id. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The node bundle is @bundle [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The node bundle is @bundles or @last [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The node language. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The node revision ID. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The node type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The node type to which this comment type is attached. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The number of comments a node has. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The number of comments an entity has. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The number of comments posted on an entity since the reader last viewed it. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The number of comments posted on an entity. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The number of comments. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The number of degrees the image should be rotated. Positive numbers are clockwise, negative are counter-clockwise. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The number of digits to the right of the decimal. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The number of elements in the array. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The number of items per page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The number of menu links belonging to the menu. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The number of new comments on the node. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The number of nodes belonging to the content type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The number of nodes tagged with terms belonging to the taxonomy vocabulary. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The number of nodes tagged with the taxonomy term. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The number of replies a topic must have to be considered \"hot\". [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The number of requests with that path and language. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The number of terms belonging to the taxonomy vocabulary. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The number of times a piece of content is flagged by any user. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The number of times the file is used by this entity. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The number of visitors who have read the node today. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The number of visitors who have read the node. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The numbering starts from 1, e.g. on the page admin/structure/types, the 3rd path component is \"types\". [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The numeric identifier of the block/box [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The numeric identifier of the path alias. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The one-time login link you clicked is invalid. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The operator is invalid on filter: @filter. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The optional description of the content type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The optional description of the menu. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The optional description of the taxonomy term. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The optional description of the taxonomy vocabulary. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The order in which items will be indexed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The ordering to use for the sort criteria selected above. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The organization [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The original @entity data if the @entity is being updated or saved. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The original machine name of the view mode. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The original type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The outline feature allows you to include pages in the Book hierarchy, as well as move them within the hierarchy or to reorder an entire book. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The page number of the current page when viewing paged lists. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The parent book node. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The parent comment [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The parent comment ID if this is a reply to a comment. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The parent term of the taxonomy term, if one exists. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The parent term of the term. This can produce duplicate entries if you are using a vocabulary that allows multiple parents. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The parent website's description that comes from the @description element in the feed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The parents of this term. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The part of the image that will be retained during the crop. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The password of this user (hashed). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The path '%path' has to start with a slash. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The path '@uri' is inaccessible. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The path '@uri' is invalid. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The path alias. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The path component of the URL. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The path of the request. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The path should start with /. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The path that identifies the Solr instance to use on the server. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The phpinfo() function has been disabled for security reasons. For more information, visit Enabling and disabling phpinfo() handbook page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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, Enabling and disabling phpinfo() handbook page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The plugin ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The port has to be an integer between 0 and 65535. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The port of the Solr server [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The possible values this field can contain. Enter one value per line, in the format key|label. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The post could not be saved. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The post has been added to the selected book. You may now position it relative to other pages. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The post has been removed from the book. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The postal code. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The predefined country must be set for this filter to work. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The prefix for %language, %value, is not unique. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The prefix for new fields created via Field UI [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The prefix may not contain a slash. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The prefix may only be left blank for the selected detection fallback language. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The preview image will be shown while editing the content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The previous character or set is optional. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The primary identifier for an image style. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The primary identifier for this version. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The process of changing from one state to another. A transition can occur from multiple states, but only to one state. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The processor's weight for this stage [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The processor's weights for the different processing stages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The properties to be aggregated [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The provided list of styles is syntactically incorrect. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The public files directory path is %depth characters. Paths longer than 120 characters will cause problems on Windows. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The published status of a comment. (0 = Published, 1 = Not Published) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The published status of a file. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The query parameter to use. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The query table can be sorted in the order that the queries were executed or by descending duration. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The query tags may only contain lower-case alphabetical characters and underscores. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The raw numeric user ID. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The rebuild_access setting is enabled in settings.php. It is recommended to have this setting disabled unless you are performing a rebuild. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The record UUID. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The redirect %redirect has been deleted. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The redirect ID. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The redirect has been saved. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The redirect hash. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The redirect language. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The redirect status code. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The redirect type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The reference view %view_name cannot be found. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The referenced entity [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The referenced entity (%type: %id) does not exist. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The referenced entity revision [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The referenced language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The relative URL. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The relative date value entered is invalid. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The relative end date value entered is invalid. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The relative start date value entered is invalid. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The requested page could not be found. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The response failed verification so will not be processed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The revision ID of the content entity this moderation state is for. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The revision ID. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The role IDs which can use the format. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The role ids the user account is a member of as comma separated list. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The role machine-name of the role. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The role names the user account is a member of as comma separated list. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The role settings have been updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The roles the user has. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The root term of the taxonomy term. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The scope for the custom variable. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The score of the search item. This will not be used if the search filter is not also present. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The search found @count result(s) with keywords @keys. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The search index %name has been enabled. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The search index %name was successfully reindexed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The search page path must be unique. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The search server %name has been deleted. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The search server %name has been disabled. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The second line of the address block. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The second mlid in the materialized path. See p1. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The selected @label has already been added. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The selected display type does not use @type plugins [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The selected file %filename cannot be uploaded. Only files with the following extensions are allowed: %extensions. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The selected image handling toolkit '@toolkit' can not process operation '@operation'. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The selected installation profile %install_profile does not match the profile stored in configuration %config_profile. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The selected languages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The selected menu item is not under one of the selected menus. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The selected modules have been uninstalled. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The selected profile %profile does not match the install_profile setting, which is %settings_profile. Cannot write updated setting to %settings_file. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The selected selection handler is broken. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The selected style or row format does not use fields. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The sender's email [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The sender's name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The server could not be saved. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The server was successfully saved. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The settings have been saved. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The seventh mlid in the materialized path. See p1. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The severity level of the event; ranges from 0 (Emergency) to 7 (Debug). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The shortcut %link has been updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The shortcut %title has been deleted. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The shortcut set has been updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The shortcut_set.set_name that will be displayed for this user. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The shown text of the area [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The shown text of the result summary area [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The site default language can also be set. It is not recommended to change the default language on a working site. Configure the Selected language setting on the detection and selection page to change the fallback language for language selection. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The site you want to upgrade. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The sixth mlid in the materialized path. See p1. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The size of the file in bytes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The size of the file, in bytes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The size of the file. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The slogan of the site. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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'. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The sorting code. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The source language from which this translation was created. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The source node for this current node's translation set. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The source of translation files for automatic interface translation. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The source path %path is likely a valid path. It is preferred to create URL aliases for existing paths rather than redirects. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The source path %source is already being redirected. Do you want to edit the existing redirect? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The specific argument of the current page (e.g. 'arg:1' on the page 'node/1' returns '1'). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The specific value of the array. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The specified file %file could not be copied because the destination is invalid. More information is available in the system log. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The specified file %file could not be copied to %destination. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The specified file %file could not be moved because the destination is invalid. More information is available in the system log. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The specified file %file could not be moved to %destination. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The specified file %file could not be moved/copied because no file by that name exists. Please check that you supplied the correct filename. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The specified file %file was not moved/copied because it would overwrite itself. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The specified file %name could not be uploaded. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The specified passwords do not match. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The status of the file, temporary (FALSE) and permanent (TRUE). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The status of the format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The string to separate the start and end dates [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The strings have been saved. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The style administrative name. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The style machine name. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The subject of the message. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The submitted string contains disallowed HTML: %string [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The summary of the node's main body text. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The summary text with the text format applied. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The supported authentication methods for this view [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The system will notify you when updates and important security releases are available for installed components. Anonymous information about your site is sent to Drupal.org. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The system.filter configuration has been moved to a container parameter, see default.services.yml for more information. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The target entity [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The target entity type can not be changed after the comment type has been created. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The target language. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The taxonomy term ID for the term. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The term ID. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The term UUID. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The term description. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The term language code. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The term language. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The test run did not successfully finish. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The test run finished in @elapsed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The testing framework requires the %sites-simpletest directory to exist and be writable in order to run tests. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The testing framework requires the PHP cURL library. For more information, see the online information on installing the PHP cURL extension. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The testing framework requires the PHP open_basedir restriction to be disabled. Check your webserver configuration or contact your web host. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The testing framework requires the PHP memory limit to be at least %memory_minimum_limit. The current value is %memory_limit. Follow these steps to continue. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The testing framework requires the PHPUnit package. Please run 'composer install' to ensure it is present. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The text displayed for the link, which may be modified by a title callback stored in {menu_router}. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The text for the \"flag this\" link for this flag. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The text for the \"unflag this\" link for this flag. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The text format %format has been updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The text format ordering has been saved. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The text to be used for this link in the menu. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The text to display for the more link. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The text to display for this field. You may enter data from this view as per the \"Replacement patterns\" below. You may include Twig or the following allowed HTML tags: @tags [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The text to display for this field. You may include HTML or Twig. You may enter data from this view as per the \"Replacement patterns\" below. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The text will be displayed on the profile collection page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The text with the text format applied. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The theme settings variable value. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The theme used for the Umami food magazine demonstration site. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The third mlid in the materialized path. See p1. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The thumbnail of the media item. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The tid of a taxonomy term. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The time limit must be a positive integer or 0. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The time that the comment was created, as a Unix timestamp. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The time that the comment was created, or last edited by its author, as a Unix timestamp. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The time that the comment was created. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The time that the comment was edited by its author, as a Unix timestamp. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The time that the comment was last edited. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The time that the current revision was created. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The time that the custom block was last edited. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The time that the entity was created. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The time that the entity was last edited. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The time that the file was added. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The time that the last comment was created. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The time that the menu link was last edited. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The time that the node was created. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The time that the node was last edited in target language. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The time that the node was last edited. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The time that the term was last edited. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The time that the user last accessed the site. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The time that the user last logged in. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The time that the user was created. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The time that the user was last edited. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The time that the workspace was last edited. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The time that the workspaces was created. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The time the media item was created. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The time the media item was last edited. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The time zone selected here will always be used [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The timestamp of the last request with that path and language. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The timestamp that the file was created. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The timestamp that the file was last changed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The timestamp the latest revision of this node was created. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The timezone of this user. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The title attribute is used as a tooltip when the mouse hovers over the image. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The title for this shortcut. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The title is used as a tool tip when the user hovers the mouse over the image. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The title of current display of the view. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The title of the aggregator feed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The title of the aggregator item. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The title of the block as shown to the user. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The title of the comment. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The title of the current page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The title of the feed item. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The title of the menu link. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The title of the set. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The title of this view [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The title shown above the actions dropdown. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The title which will be overridden for the page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The toolbar cannot be set to a horizontal orientation when it is locked. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The top-level administrative subdivision of the country. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The total amount of results returned from the view. The current display will be used. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The total number of digits to store in the database, including those to the right of the decimal. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The total number of times the node has been viewed today. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The total number of times the node has been viewed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The total page count. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The transition from %from to %to already exists. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The translation authoring username %name does not exist. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The translation of the value of \"property\". [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The translation server is offline. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The translation server is online. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The translation set id for this node [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The translations directory does not exist. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The translations directory is not readable. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The translations directory is not writable. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The translations directory is writable. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 export them to a .po file and import them later. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The trusted_host_patterns setting is not configured in settings.php. This can lead to security vulnerabilities. It is highly recommended that you configure this. See Protecting against HTTP HOST Header attacks for more information. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The trusted_host_patterns setting is set to allow %trusted_host_patterns [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The two-letter country code. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The type of entity that is related to the file. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The type of hierarchy allowed within the vocabulary. (0 = disabled, 1 = single, 2 = multiple) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The type of the log entry, for example \"user\" or \"page not found\". [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The type of this row. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The unaliased URL. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The unapproved comments listing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The uninstall process removes all data related to a module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The unique ID of the aggregator feed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The unique ID of the aggregator item. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The unique ID of the comment. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The unique ID of the content item, or \"node\". [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The unique ID of the menu link. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The unique ID of the node's latest revision. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The unique ID of the taxonomy term. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The unique ID of the taxonomy vocabulary. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The unique ID of the uploaded file. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The unique ID of the user account. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The unique machine-readable name of the content type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The unique machine-readable name of the menu. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The unique machine-readable name of the vocabulary. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The update has been performed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The update has encountered an error. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The update process was aborted prematurely while running update #@version in @module.module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The url to redirect from should not start with a forward slash (/). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The user ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The user ID of a user who touched the node (either created or commented on it). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The user ID of the author of the current revision. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The user ID of the author. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The user ID of the comment author. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The user ID of the file. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The user ID of the node author. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The user ID of the user on which the log entry was written. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The user ID. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The user Id. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The user UUID. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The user account %id does not exist. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The user account %name cannot be canceled. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The user authoring the content. If you need more fields than the uid add the content: author relationship [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The user is a member of @roles [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The user is not a member of @roles [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The user language code. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The user on which the log entry as written. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The user or author name. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The user or author name. This filter does not check if the user exists and allows partial matching. Does not use autocomplete. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The user or author name. Uses an autocomplete widget to find a user name, the actual filter uses the resulting user ID. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The user permissions. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The user roles associated with the user account. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The user roles which will be active when the entity is rendered [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The user who originally uploaded the file. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The user's preferred language code for receiving emails and viewing the site. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The user's preferred language code for viewing administration pages. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The username %name has not been activated or is blocked. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The username %name is too long: it must be %max characters or less. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The username cannot begin with a space. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The username cannot contain multiple spaces in a row. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The username cannot end with a space. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The username contains an illegal character. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The username of the content author. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The username of the entity creator. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The username of the user to which you would like to assign ownership. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The users.uid for this set. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The validation failed because the value conflicts with the value in %field_name, which you cannot access. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The value @value is not an array for @operator on filter: @filter [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The value for this field. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The value of a color variable. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The value of a contextual filter [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The value of a specific query string field of the current page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The value of an exposed filter [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The value of this field is being determined by the %function function and may not be changed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The values of the array joined together with a custom string in-between each value. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The vancode representation of the comment's place in a thread. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The variables of the log entry in a serialized format. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The version Id. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The version of Drupal you are updating from has been automatically detected. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The view %name has been saved. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The view is not based on a translatable entity type or the site is not multilingual. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The view mode ID. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The view to insert into this area. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The views entity selection mode requires a view. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The views_data field for this handler [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The views_data table for this handler [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The vocabulary ID. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The vocabulary name. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The vocabulary the taxonomy term belongs to. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The vocabulary to which the term is assigned. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The watchdog view has been created. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The web-accessible URL for the file. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The website address of the comment's author. Can be rendered as a link. Will be empty if the author is a registered user. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The website encountered an unexpected error. Please try again later. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The website's content and configuration is managed using entities, which are grouped into entity types. Content entity types are the entity types for site content (such as the main site content, comments, custom blocks, taxonomy terms, and user accounts). Configuration entity types 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The weight for this shortcut [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The weight of the book page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The weight of the format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The weight of the role. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The weight of the vocabulary in relation to other vocabularies. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The weight of this term in relation to other terms. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The width of the image in pixels. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The width of the image, in pixels. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The width of the resource [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The workflow @workflow_label is being used, and cannot be deleted. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The workflow the moderation state is in. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The workspace ID. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The workspace could not be saved. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The workspace name. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The workspace of the referenced content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The workspace owner. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The {aggregator_feed}.fid to which this item belongs. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The {filter_formats}.format of the comment body. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The {filter_format}.format of the string [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The {node}.nid this record tracks. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The {node}.nid to which this comment is a reply. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The {node}.type to which this comment is a reply. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The {users}.uid of the node author or commenter. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The {users}.uid who added the file. If set to 0, this file was added by an anonymous user. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The {users}.uid who authored the comment. If set to 0, this comment was created by an anonymous user. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export The {user}.nid this record tracks. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Theme [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Theme dependencies [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Theme global settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Theme hook %hook not found. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Theme name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Theme registry [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Theme settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Theme settings variable for a theme. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Theme-engine-specific settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Themes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Then, click on the tickmark. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There are 0 @entity_type_plural to delete. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There are currently 0 users online. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There are currently @total users online. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There are currently no effects in this style. Add one by selecting an option below. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There are currently no styles. Add a new one. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There are no 404 errors to fix. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There are no @label yet. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There are no @types available to add. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There are no changes to import. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There are no configuration changes to import. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There are no custom blocks available. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There are no disabled views. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There are no enabled views. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There are no entities matching \"%value\". [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There are no entity types. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There are no fields yet added. You can add new fields on the Manage fields page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There are no indexes defined. Please create an index before trying to disable it. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There are no indexes defined. Please create an index before trying to enable it. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There are no mail logs in the database. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There are no menu links yet. Add link. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 Review the pre-upgrade analysis in the Upgrading to Drupal 8 handbook. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There are no order items yet. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There are no states yet. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There are no transitions to or from this state yet. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There are no transitions yet. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 Content Moderation module provides a workflow type that enables workflows for content entities. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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! [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There are three types of list fields, which store different types of data: float, integer or, text. The float type allows storing approximate decimal values. The integer type allows storing whole numbers, such as years (for example, 2012) or values (for example, 1, 2, 5, 305). The text 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There are two reports available that list the fields defined on your site. The Entities 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 Views and Views UI modules are enabled, the Used in views report lists each field that is used in a view, with a link to edit that view. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 Create button. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There are updates available for your version of Drupal. To ensure the proper functioning of your site, you should update as soon as possible. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There has been more than one failed login attempt for this account. It is temporarily blocked. Try again later or request a new password.\u0003There have been more than @count failed login attempts for this account. It is temporarily blocked. Try again later or request a new password. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There is 1 item indexed on the server for this index. (More information)\u0003There are @count items indexed on the server for this index. (More information) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There is 1 item left to index.\u0003There are @count items left to index. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There is @count entity with @delta or more values in this field.\u0003There are @count entities with @delta or more values in this field. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There is a security update available for your version of Drupal. To ensure the security of your server, you should update immediately! [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There is conflicting content of these types: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There is content for the entity type: @entity_type. Remove @entity_type_plural. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There is currently @count task pending for this server.\u0003There are currently @count tasks pending for this server. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There is currently nothing in this section. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There is data for this field in the database. The field settings can no longer be changed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There is new syndicated content from %site. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There is no @entity_type yet. @add_link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There is no content currently locked. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There is no lock on view %name to break. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There is no new syndicated content from %site. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There is no redirect yet. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There is not enough memory available to PHP to change this theme's color scheme. You need at least %size more. Check the PHP documentation for more information. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There is translated content of these types: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There was a problem checking available updates for Drupal. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There was a problem checking available updates for your modules or themes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There was a problem creating field %label: @message [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There was a problem getting update information. Try again later. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There was a problem removing the %field from the %type content type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There was a problem with your form submission. Please refresh the page and try again. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There was a problem with your form submission. Please wait @limit seconds and try again. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There was an error adding the post to the book. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export There was an error saving the menu link. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Thesaurus [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 Access section since the Authentication System will fallback to the anonymous user if it fails to authenticate. For example: require Access: Role | Authenticated User. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export These options control the display settings for the %name theme. When your site is displayed using this theme, these settings will be used. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export These queries were run during view rendering: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export These settings only exist for the themes based on the %engine theme engine. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Thin space [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Third party settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This @display_type (override) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This @name is currently disabled. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This @name is currently enabled. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This IP address is already banned. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This account's preferred language for emails and site presentation. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This account's preferred language for emails. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This action cannot be undone. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This action cannot be undone.
Make a backup of your database if you want to be able to restore these items. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This action rebuilds all permissions on site content, and may be a lengthy process. This action cannot be undone. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This allows connection to an SMTP server that requires SSL encryption such as Gmail. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This allows to bypass access checking when linking to internal paths. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This block is broken or missing. You may be missing content or you might need to enable the original module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This book has been modified by another user, the changes could not be saved. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This collection should contain %limit element or less.\u0003This collection should contain %limit elements or less. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This collection should contain %limit element or more.\u0003This collection should contain %limit elements or more. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This collection should contain exactly %limit element.\u0003This collection should contain exactly %limit elements. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This datasource doesn't have any view modes available. It is therefore not possible to display results of this datasource using this row plugin. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This description will only be seen within the administrative interface and can be used to document this display. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This display does not have a source for contextual filters, so no contextual filter value will be available unless you select 'Provide default'. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This display has no path. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This display has one or more validation errors. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This display is disabled. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This empty Drupal 8 installation you will import the old site to. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This entity (%type: %id) cannot be referenced. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This entity (%type: %label) cannot be referenced. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This exposed filter is optional and will have added options to allow it not to be set. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This field cardinality is set to @cardinality and cannot be configured. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This field cardinality is set to unlimited and cannot be configured. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This field has been disabled because you do not have sufficient permissions to edit it. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This field manages configuration and presentation of comments on an entity. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This field stores a long text with a text format. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This field stores a number in the database as an integer. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This field stores a number in the database in a fixed decimal format. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This field stores a number in the database in a floating point format. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This field stores a telephone number in the database. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This field stores a text with a text format. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This field stores long text with a format and an optional summary. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This field stores text values from a list of allowed 'value => label' pairs, i.e. 'US States': IL => Illinois, IA => Iowa, IN => Indiana. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This field stores the ID of a file as an integer value. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This field stores the ID of an image file as an integer value. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This field supports tokens. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This field supports tokens. @browse_tokens_link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This fieldgroup renders child groups as jQuery accordion. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This fieldgroup renders the content in a div, part of accordion group. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This filter doesn't work for very special field handlers. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This filter is exposed. If you hide it, users will not be able to change it. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This filter is not exposed. Expose it to allow the users to change it. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This filter is only needed if the relationship used has the \"Include only flagged content\" option unchecked. Otherwise, this filter is useless, because all records are already limited to flagged content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This filter must be exposed to use a contextual filter to specify the country. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This filter must be exposed to use a filter to specify the country. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This form lets administrators add and edit fields for storing user data. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This form lets administrators configure how fields should be displayed when rendering a user profile page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This form lets administrators configure how form fields should be displayed when editing a user profile. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This format is shown when no other formats are available [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This helps to stop redirection on protected pages and avoids giving away secret URL's. By default this feature is disabled to avoid any unexpected behavior [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This identifier has illegal characters. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This identifier is not allowed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This identifier is used by another handler. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This image has been removed. For security reasons, only images from the local domain are allowed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This image will be used on both the recipe page and wherever the recipe is promoted. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This import is empty and if applied would delete all of your configuration, so has been rejected. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This is a test version of the newsletter. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This is also assumed to be the primary language of this account's profile information. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This is an alias of @group: @field. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This is only used when the site is configured to use a separate administration theme on the Appearance page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This is the designated forum vocabulary. Some of the normal vocabulary options have been removed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This is the last group. Move the button forward to create a new group. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This is the top-level page in this book. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This is used as the value for max-age in Cache-Control headers. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This layout builder tool allows you to configure the layout of the main content area. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This link is provided by the @name module. The title and path cannot be edited. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This link is provided by the Views module from view %label. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This link is provided by the Views module. The path can be changed by editing the view @label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This link will take you to an external web site. We are not responsible for their content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This list shows all fields currently in use for easy reference. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This login can be used only once. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This maximum number includes the initial level. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This module adds simple functions to make Drupal messages look and act better. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 online documentation for the HAL module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This module allows to create an interface between Drupal and the CM-CIC payment kit (Cybermut) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This module does not have a user interface. It is used by other modules which need to serialize data, such as REST. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This module is experimental. Experimental modules are provided for testing purposes only. Use at your own risk. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This module requires PHP version @php_required and is incompatible with PHP version @php_version. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This must be an external URL such as %url. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This operation does not change the original images but the copies created for this style will be recreated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This option is disabled because no modules that provide a text editor are currently enabled. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 export strings for offline editing in a desktop Gettext translation editor.) Searches may be limited to strings in a specific language. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 Drupal translation server or export translations from the site, customize the translations using a Gettext translation editor, and import the result using this page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 Languages page, in order to use this page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This page also provides an overview of how much of the site's interface has been translated for each configured language. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This page exports the translated strings used by your site. An export file may be in Gettext Portable Object (.po) form, which includes both the original string and the translation (used to share translations with others), or in Gettext Portable Object Template (.pot) form, which includes the original strings only (used to create new translations with a Gettext translation editor). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This page is displayed when no other content matches the requested document. Leave blank to display a generic \"page not found\" page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This page is displayed when the requested document is denied to the current user. Leave blank to display a generic \"access denied\" page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This page lists all configuration items on your site that have translatable text, like your site name, role names, etc. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This page provides a list of all patterns on the site and allows you to edit and reorder them. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This page shows you all available administration tasks for each module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This path does not exist or you do not have permission to link to %path. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This permission is inherited from the authenticated user role. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This profile is intended for demonstration purposes only. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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! [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This project has been revoked, and is no longer available for download. Disabling everything included by this project is strongly recommended! [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This project is no longer supported, and is no longer available for download. Disabling everything included by this project is strongly recommended! [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This role will be automatically assigned new permissions whenever a module is enabled. Changing this setting will not affect existing permissions. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This setting is used as the preferred download method. The use of public files is more efficient, but does not provide any access control. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This setting only has an effect if the display option is enabled. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This site has only a single language enabled. Add at least one more language in order to translate content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This sort is exposed. If you hide it, users will not be able to change it. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This sort is not exposed. Expose it to allow the users to change it. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This synchronization will delete data from the field %fields.\u0003This synchronization will delete data from the fields: %fields. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This text will be displayed at the top of the page when creating or editing content of this type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This text will be displayed on the Add new content page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This text will be used by screen readers, search engines, or when the image cannot be loaded. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This theme is missing a 'content' region. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This theme is not compatible with Drupal @core_version. Check that the .info.yml file contains the correct 'core' value. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This theme requires PHP version @php_required and is incompatible with PHP version @php_version. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This theme requires the base theme @base_theme to operate correctly. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This theme requires the theme engine @theme_engine to operate correctly. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This title will be displayed with the view, wherever titles are normally displayed; i.e, as the page title, block title, etc. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This topic has been moved [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This translation is published [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This translation needs to be updated [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This update will be skipped due to an error in the module's code. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This update will been skipped due to the following missing dependencies: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This user can switch back. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This value is not valid. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This value is too long. It should have %limit character or less.\u0003This value is too long. It should have %limit characters or less. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This value is too short. It should have %limit character or more.\u0003This value is too short. It should have %limit characters or more. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This value should be %limit or more. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This value should be of the correct primitive type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This value should have exactly %limit character.\u0003This value should have exactly %limit characters. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This value should not be null. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This version is not compatible with Drupal @core_version and should be replaced. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This view is being edited by user @user, and is therefore locked from editing by others. This lock is @age old. Click here to break this lock. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This web page allows administrators to register new users. Users' email addresses and usernames must be unique. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This will also remove 1 placed block instance.\u0003This will also remove @count placed block instances. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This will appear as the name of this block in administer >> structure >> blocks. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This will appear in the RSS feed itself. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This will appear in the URL after the ? to identify this operator. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This will appear in the administrative interface to easily identify it. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This will be the top-level page in this book. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This will delete @count @entity_type_singular.\u0003This will delete @count @entity_type_plural. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This will delete all the translations of %label. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This workflow applies to: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This workflow has no states and will be disabled until there is at least one, add a new state. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This workflow is in use. You cannot remove this workflow until you have removed all content using it. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export This workflow state is in use. You cannot remove this workflow state until you have removed all content using it. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Thousand marker [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Thousands marker [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Thread [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Thread place [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Threaded comments submitted by users (for example, You wash the potatoes first and then...). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Threading [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Threshold [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Thresholds [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Throbber [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Throttle [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Through the People administration page 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Thu [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Thumbnail [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Thumbnail (100×100) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Thumbnail downloader [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Thumbnail height [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Thumbnail style: @thumbnail_style [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Thumbnail width [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Thursday [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tilde [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Time [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Time (e.g. @format) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Time ago [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Time ago (with \"ago\" appended) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Time based caching [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Time hence [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Time hence (with \"hence\" appended) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Time increments [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Time increments: @increment [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Time interval [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Time span (future dates have \"-\" prepended) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Time span (past dates have \"-\" prepended) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Time span (with \"ago/hence\" appended) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Time span in seconds [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Time type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Time type: @time_type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Time until expiration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Time when this feed was queued for refresh, 0 if not queued. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Time zone [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Time zone for new users [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Time zone override [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Time zone settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Time zone: @timezone [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Time zones [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Time-based [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Time-based caching (Search API) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Time-since [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Timeline [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Timeout [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Timeout in seconds [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Timeout value in seconds [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Timestamp [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Timestamp ago display format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Timestamp display format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Timestamp of the lock [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Timestamp value [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Timezone [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Timezone (Date) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Timezone (Event) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Timezone to be used for date output. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Timor-Leste [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tips [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Title and slogan [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Title changed from %original to %current. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Title field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Title field label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Title field required [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Title is required for this menu type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Title label. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Title link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Title of page used for browsing by the field's value [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Title of the book. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Title of the feed item. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Title of the feed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Title of the field shown to the end user. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Title only [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Title override [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Title placeholder: @placeholder_title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Title text [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Title to replace basic numeric telephone number display [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Titles only [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Titles plus teaser [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export To [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export To apply your search criteria, click on the Filter button. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export To change the color settings, select the Settings link for your theme on the Appearance page. If the color picker does not appear then the theme is not compatible with the Color module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export To change the current user password, enter the new password in both fields. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export To change the password, enter the new password here. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export To change the settings of an individual block click on the Configure link on the Block layout page. 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export To configure search pages, visit the Search pages page. 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 search, and each will appear as a tab or local task link on the search page; 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export To configure translation for this field, enable language support for this type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export To continue, provide your server connection details [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export To delete a revision, you also need permission to delete the content item. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export To edit blocks in place, either click the Edit button in the toolbar and then click on the block, or choose \"Quick edit\" from the block's contextual link. (See the Contextual Links module help for more information about how to use contextual links.) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 Contextual Links module help for more information about how to use contextual links). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export To follow a specific user's new and updated content, select the Activity tab from the user's profile page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export To import private files from your current Drupal site, enter a local file directory containing your site (e.g. /var/www/docroot). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export To learn about the various ways to use flags, please check out the Flag module handbook. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export To manage other areas of the page, use the block administration page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export To manage other areas of the page, use the block administration page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export To revert a revision, you also need permission to edit the content item. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export To run cron from outside the site, go to @cron [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export To speed up your site for authenticated users, see the Dynamic Page Cache module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export To state [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export To state ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export To uninstall Book, delete all content that has the Book content type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export To uninstall Book, delete all content that is part of a book [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export To uninstall Forum, first delete all %vocabulary terms [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export To uninstall Forum, first delete all %vocabulary terms [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export To uninstall Forum, first delete all Forum content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export To uninstall this module you must turn it off here first. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export To view a revision, you also need permission to view the content item. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export To view a revision, you also need permission to view the media item. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Today [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Today's: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Toggle branding elements [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Toggling between different themes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Toggling between formatted text and HTML source [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Togo [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tokelau [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Token [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Token or token types are defined by multiple modules [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Token registry caches cleared. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Token types are not defined but have tokens [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Token types do not have any tokens defined [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tokenizer [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tokens [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tokens for comments posted on the site. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tokens for lists of @type values. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tokens for site-wide settings and other global information. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tokens or token types missing name property [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tokens or token types not defined as arrays [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tokens related to URLs. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tokens related to arrays of strings. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tokens related to books. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tokens related to content types. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tokens related to individual content items, or \"nodes\". [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tokens related to individual user accounts. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tokens related to menu links. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tokens related to menus. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tokens related to random data. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tokens related to taxonomy terms. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tokens related to taxonomy vocabularies. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tokens related to the current date and time. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tokens related to the current page request. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tokens related to the currently logged in user. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tokens related to times and dates. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tokens related to uploaded files. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tokens related to views. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tonga [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Too many failed login attempts for this account. It is temporarily blocked. Try again later or request a new password. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Too many failed login attempts from your IP address. This IP address is temporarily blocked. Try again later or request a new password. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Toolbar [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Toolbar Themes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Toolbar buttons [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Toolbar configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Toolbar items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Toolbar settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Toolkit [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tools [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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.) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tools to assist in developing and running migrations. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Top 'access denied' errors [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Top 'page not found' errors [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Top Level Book from current node [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Top center [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Top left [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Top level book [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Top level of the book. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Top right [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Top search phrases [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Topic [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Topics [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Topics per page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Total [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Total flag count for flag @flag [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Total paid [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Total price [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Total rows [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Total time [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Total views [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tour [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tour settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tour tip [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tours [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tours can be written as YAML-documents with a text editor, or using the contributed Tour UI module. For more information, see the online documentation for writing tours. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Track User ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Track clicks on mailto links [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Track images uploaded via a Text Editor [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Track internal search [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Track messages of type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Track translation sets as one unit [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tracker [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tracker - User [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tracker settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tracking new and updated site content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tracking off by default, users with %permission permission can opt in [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tracking on by default, users with %permission permission can opt out [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tracking scope [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tracking user-specific content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Transaction ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Transform dashes in URL to spaces in term name filter values [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Transform spaces to dashes in URL [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Transform the case [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Transition [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Transition ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Transition label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Transitions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translatable [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translatable elements [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translate [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translate %bundle_label @entity_label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translate @entity_label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translate @type_name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translate any configuration including those shipped with modules and themes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translate any entity [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translate any interface text including configuration shipped with modules and themes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translate configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translate interface settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translate interface text [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translate the configuration. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translated [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translated string (@language) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translates the built-in user interface. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translating configuration text [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translating content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translating date formats [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translating individual strings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translation ID. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translation author [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translation changed time [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translation counter [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translation created time [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translation directory [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translation file [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translation file location could not be determined. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translation file not found: @uri. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translation files [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translation files are automatically downloaded and imported when languages are added, or when modules or themes are enabled. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translation files are stored locally in the %path directory. You can change this directory on the File system configuration page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translation files will not be stored locally. Change the Interface translation directory on the File system configuration page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translation files with translated interface text are imported automatically when languages are added on the Languages page, or when modules or themes are enabled. On the Interface translation settings page, the Translation source can be restricted to local files only, or to include the Drupal translation server. 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 Interface translation settings page. You can also manually import a translation file on the Interface translation import page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translation for @language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translation is not supported if language is always one of: @locked_languages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translation language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translation needs update [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translation of either the title or explanation. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translation of the option [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translation operations [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translation outdated [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translation settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translation source [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translation source node [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translation status [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translation type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translation update status [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translations [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translations directory [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translations for %label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translations imported. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translations imported: %number added, %update updated, %delete removed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Translations of %label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Transliterate prior to creating alias [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Transliteration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tray \"@tray\" @action. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tray @action. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tray orientation changed to @orientation. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Trays [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Treat imported strings as custom translations [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Trial ends [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Trial starts [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tried to generate 10 random bytes, generated @count [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tried to map @prefix to @namespace, but @prefix is already mapped to @orig_namespace. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Trim length [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Trim link text length [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Trim only on a word boundary [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Trim this field to a maximum number of characters [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Trimmed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Trimmed limit [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Trimmed limit: @trim_length characters [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Trimmed text display format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Trimming the text length [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Trinidad and Tobago [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tristan da Cunha [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export True [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Trusted Host Settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Trying to check available update data ... [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tu [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tue [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tuesday [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tunisia [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Turkey [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Turkmenistan [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Turks and Caicos Islands [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Turn this module on or off [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Tuvalu [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Twig [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Type (article, page, ....) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Type (text, integer, ....) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Type attribute [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Type in an address to have a test e-mail sent there. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Type of form field. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Type of item to reference [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Type part of the media name. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export TypeTokenFilter::useWhitelist [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export U.S. Outlying Islands [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export U.S. Virgin Islands [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export UI settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export UID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export UID of a nodes user posted/commented on [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export UID only identifier [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export URI [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export URI as link display format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export URI field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export URI field size: @size [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export URI of thumbnail storage directory [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export URI settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export URI value [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export URL [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export URL (brief) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export URL Redirects [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export URL alias [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export URL aliases [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export URL attribute [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export URL fallback [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export URL field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export URL for fetching available update data [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export URL fragment [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export URL language detection configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export URL length [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export URL of the origin of the event. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export URL of the previous page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export URL only [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export URL path settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export URL placeholder: @placeholder_url [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export URL query key value pairs [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export URL redirects [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export URL to file [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export URL to file format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export URL to image [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export URL to the feed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export UTC [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export UUID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Uganda [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Uid [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Ukraine [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Ultimate Cron Logger Test [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Umami [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Umami Recipes Banner [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Umami dates [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Umami demo: Content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Umami footer promo [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unable to add a shortcut for %title. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unable to automatically determine a port. Use the --port to hardcode an available port. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unable to continue, no available methods of file transfer [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unable to create %directory due to the following: %reason [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unable to delete the shortcut for %title. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unable to determine %project name. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unable to determine the type of the source directory. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unable to download translation file @uri. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unable to generate the derived image located at %path. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unable to import translations file: @file [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unable to install @extension, %config_names already exists in active configuration.\u0003Unable to install @extension, %config_names already exist in active configuration. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unable to install the %module module since it does not exist. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unable to install the %theme theme since it does not exist. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unable to install the %theme theme since it requires the %required_theme theme. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unable to load the referenced entity. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unable to parse info file: %info_file. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unable to preview due to validation errors. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unable to read from @title. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unable to retrieve Drupal project from %url. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unable to send email. Contact the site administrator if the problem persists. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unable to uninstall the %module module since the %dependent_module module is installed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unable to uninstall the %profile profile since it is the install profile. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unable to uninstall the %theme theme since the %dependent_theme theme is installed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unaliased URL [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unapproved comments [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unapproved comments (@count) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unauthorized [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unavailable [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unblock the selected user(s) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unblock the selected users [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unblock the selected users configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Uncategorized [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Uncheck this to create a custom alias below. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Uncheck this to create a custom alias below. Configure URL alias patterns. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Undefined [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Undefined @langcode [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Underline [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Underlined [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Underscore [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Undo [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Undo delete of @display_title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unexpected error during import with operation @op for @name: @message [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unfiltered text [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unflag [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unflag confirmation message [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unflag link description [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unflag link text [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unflagged message [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unformatted [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unformatted list [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Ungroupable filters [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unicode library [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Uninstall [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Uninstall @module module [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Uninstall @theme theme [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Uninstall module [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Uninstalled and installed: %names. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Uninstalled modules [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Uninstalled theme\u0003Uninstalled themes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Uninstalled themes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unique [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unique identifier for the feed item. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unique machine name of the vocabulary. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unique profile field ID. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unique watchdog event ID. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unit price [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export United Arab Emirates [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export United Kingdom [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export United Nations' official languages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export United States [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Universal web tracking opt-out [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unknown [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unknown (@langcode) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unknown content type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unknown export format. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unknown language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unknown release date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unlimited [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unlimited number of files can be uploaded to this field. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unlink [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unlock [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unordered list [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unordered list - use the <li> to begin each list item [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unprotected form [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unprotected forms [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unpublish [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unpublish comment [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unpublish comment configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unpublish comment containing keyword(s) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unpublish comment containing keyword(s) configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unpublish content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unpublish content containing keyword(s) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unpublish content containing keyword(s) configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unpublish media [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unpublish product [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unpublish selected content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unpublish selected content configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unpublish selected product [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unpublish selected profile [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unpublish the selected comments [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unpublished [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unrecognized entity bundle @entity:@bundle was not processed. It defines the following patterns: @patterns [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unrecognized username or password. Forgot your password? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unresolved dependency [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unrestricted [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unsigned [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unsorted [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unsubscribe URL [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unsubscribe from [simplenews-newsletter:name] [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unsubscribe from this newsletter [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Unsupported release [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Untranslated [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Up [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Up to date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Update [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Update \"@title\" choice [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Update \"@title\" choice (@number) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Update #@count [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Update @name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Update @title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Update @type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Update @type_singular [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Update Manager [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Update Manager settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Update URL alias [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Update URL alias of an entity [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Update action [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Update any @type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Update any media [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Update available [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Update book outline [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Update effect [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Update failed! See the log below for more information. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Update failed! See the log below for more information. Your site is still in maintenance mode. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Update form [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Update interval [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Update items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Update manager [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Update modules [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Update notifications [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Update notifications are not enabled. It is highly recommended that you enable the Update Manager module from the module administration page in order to stay up-to-date on new releases. For more information, Update status handbook page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Update options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Update own @type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Update own media [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Update preview [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Update profile [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Update settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Update target \"@name\" is missing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Update the URL alias for paths having an old URL alias [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Update the user %name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Update themes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Update this item [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Update translations [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Update was completed successfully. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Update was completed successfully. Your site has been taken out of maintenance mode. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Update widget [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Updated [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Updated 1 %label URL alias.\u0003Updated @count %label URL aliases. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Updated 1 server.\u0003Updated @count servers. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Updated @type %term. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Updated JavaScript translation file for the language %language. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Updated URL for feed %title to %url. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Updated alias for %label @id. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Updated book %title. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Updated date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Updated day [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Updated default configuration. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Updated entity %type with ID %id. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Updated field %label field settings. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Updated month [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Updated profile %label. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Updated set name to %set-name. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Updated tables for field handlers for views: @ids [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Updated term %term. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Updated the %field-name field through in-place editing. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Updated the names and subdivisions of each address. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Updated vocabulary %name. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Updated week [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Updated year [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Updated year + month [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Updated/commented date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Updates available [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Updates available for: @languages. See the Available translation updates page for more information. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Updates downloaded successfully. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Updates for: @module_list [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Updates were attempted. If you see no failures below, you may proceed happily back to your site. Otherwise, you may need to update your database manually. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Updating [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Updating @module [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Updating configuration translations [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Updating default configuration (@percent%). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Updating modules and themes requires @backends access to your server. See Extending Drupal 8 for other update methods.\u0003Updating modules and themes requires access to your server via one of the following methods: @backends. See Extending Drupal 8 for other update methods. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Updating translations [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Updating translations for JavaScript and default configuration. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Updating translations. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Upgrade [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 Drupal site upgrades handbook for more information. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Upgrade analysis report [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Upgrade content and configuration from either a Drupal 6 or a Drupal 7 site. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Upgrade log [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Upgrade process not completed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Upgraded @migration (processed 1 item total)\u0003Upgraded @migration (processed @count items total) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Upload [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Upload a full site configuration archive to the sync directory. It can then be compared and imported on the Synchronize page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Upload a module or theme archive to install [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Upload an OPML file containing a list of feeds to be imported. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Upload date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Upload destination [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Upload directory [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Upload error. Could not move uploaded file %file to destination %destination. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Upload favicon image [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Upload image [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Upload logo image [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Upload progress [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Uploaded files can either be stored as public or private, depending on the File system settings. For more information, see the System module help page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Uploading @file… [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Uploading... (@current of @total) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Uploads disabled [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Uploads enabled, max size: @size @dimensions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Upper case [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Upscale [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Uri [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Url [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Uruguay [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Usage [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Usage limit [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use @interval where you want the formatted interval text to appear. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use Media reference fields for most files, images, audio, videos, and remote media. Use File or Image reference fields when creating your own media types, or for legacy files and images created before enabling the Media module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use Newsletter Issue for newsletters. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use AJAX [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use PHP for tracking visibility [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use Replica Server [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use SSL [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use Secondary Server [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use TLS [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use a custom %field_name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use a pager [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use absolute link (begins with \"http://\") [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use absolute path [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use administration theme when editing or creating content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use advanced search [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use aggregation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use an already detected language for URLs if none is found. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use an icon [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use audio files for reusable media. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use containers to group related forums. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use contextual links [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use count [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use custom display settings for the following @display_context modes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use default [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use default Views classes to identify the field, field label and field content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use description as link text [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use encrypted protocol [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use entities as row data. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use existing configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use existing media [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use field label instead of the \"On value\" as label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use field label instead of the \"On\" label as the label. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use field label: @display_label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use field overrides to override the country-specific address format, forcing specific fields to always be hidden, optional, or required. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use field template [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use fields as row data. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use language codes as defined by the W3C for interoperability. Examples: \"en\", \"en-gb\" and \"zh-hant\". [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use local files for reusable media. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use local images for reusable media. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use one of the language switcher blocks to allow site visitors to switch between languages. You can enable these blocks on the block administration page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use pager [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use path alias [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use path alias instead of internal path. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use quotes to search for a phrase. Example: \"the cat eats mice\". [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use rendered output to group rows [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use replacement tokens from the first row [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use search [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use shortcuts [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use site default RSS settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use site logo [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use site name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use site slogan [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use taxonomy term path [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use the @label text format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use the Add language button to save a predefined language. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use the Clean environment button to clean-up temporary files and tables. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use the administration pages and help [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use the administration theme when editing or creating content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use the administration toolbar [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use the default shortcut icon supplied by the theme [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use the detected interface language. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use the down arrow key to move this button into the active toolbar. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use the down arrow key to move this separator into the active toolbar. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use the favicon supplied by the theme [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use the keyboard arrow keys to change the position of this button. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use the keyboard arrow keys to change the position of this separator. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use the logo supplied by the theme [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use the site in maintenance mode [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use the site name for the title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use the site-wide contact form [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use this utility to update your database whenever a new release of Drupal or a module is installed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use upper-case OR to get more results. Example: cat OR dog (content contains either \"cat\" or \"dog\"). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use users' personal contact forms [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Use video files for reusable media. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Used by Style: Table to determine the actual column to click sort the field on. The default is usually fine. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Used fields [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Used in [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Used in views [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User %name used one-time login link at time %timestamp. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User ID from URL [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User ID from logged in user [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User ID from route context [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User Password Reset form [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User Registration form [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User Role [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User Settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User account [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User account actions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User account menu [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User accounts [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User ages will be distributed randomly from the current time, back to the selected time. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User data [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User data field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User flood settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User has a revision [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User interface [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User interface for the Field API. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User interface translation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User is admin [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User limit [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User login [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User module 'member for' view element. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User module account form elements. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User module form element. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User name and password [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User operations bulk form [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User orders [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User password [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User permissions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User pictures in comments [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User pictures in posts [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User posted or commented [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User registration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User role [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User role ids [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User role names [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User role weight [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User roles [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User search [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User search looks for user names and partial user names. Example: mar would match usernames mar, delmar, and maryjane. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User selection [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User selection handler settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User status [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User tool links, often added by modules [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User verification status in comments [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User view [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User who uploaded [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User window [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User's roles [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export User-defined shortcuts [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Username [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Username not found [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Username or email address [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Usernames [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Users [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Users always receive the authenticated user role. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Users are not tracked by default, but you are able to opt in. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Users are tracked by default, but you are able to opt out. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Users can choose a Site language 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 User method is enabled as a Detection and selection method (see below). Administrative users can choose a separate Administration pages language for the interface text on administration pages. This configuration is only available on the user's profile page if the Account administration pages method is enabled (see below). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Users cannot post comments, but existing comments will be displayed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Users cannot post comments. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Users may set their own time zone [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Users may set their own time zone at registration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Users may translate this field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Users view feed content in the main aggregator display, or by their source (usually via an RSS feed reader). The most recent content in a feed can be displayed as a block through the Blocks administration page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Users who have created accounts on your site. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Users who have the Administer vocabularies and terms permission can add and edit vocabularies from the Taxonomy administration page. Vocabularies can be deleted from their Edit vocabulary page. Users with the Taxonomy term: Administer fields permission may add additional fields for terms in that vocabulary using the Field UI module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Users who have the Administer vocabularies and terms permission or the Edit terms 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 Taxonomy administration page and clicking List terms in the Operations column. Users must have the Administer vocabularies and terms permission or the Delete terms permission for a particular vocabulary to delete terms. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Users with Use search permission can use the Search block and Search page. Users with the View published content permission can use configured search pages of type Content to search for content containing exact keywords; in addition, users with Use advanced search permission can use more complex search filtering. Users with the View user information permission can use configured search pages of type Users to search for active users containing the keyword anywhere in the username, and users with the Administer users permission can search for active and blocked users, by email address or username keyword. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Users with appropriate permission can install and uninstall modules from the Extend page. 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 Drupal.org module page. Note that uninstalling a module is a destructive action: when you uninstall a module, you will permanently lose all data connected to the module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Users with appropriate permission can install and uninstall themes on the Appearance page. 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 Drupal.org theme page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Users with permission to switch shortcut sets can choose a shortcut set to use from the Shortcuts tab of their user account page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Users with the \"Post comments\" permission can post comments. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Users with the %outline-perm permission can add all content types. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Users with the %select-cancel-method or %administer-users permissions can override this default method. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Users with the Add content and child pages to books permission will see a link to Add child page 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 Book settings page. By default this is the Book page content type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Users with the Administer blocks permission can create and edit custom block types with fields and display settings, from the Block types page in the Custom block library. For more information about managing fields and display settings, see the Field UI module help. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Users with the Administer blocks permission can create, edit, and delete custom blocks of each defined custom block type, from the Blocks page in the Custom block library. After creating a block, place it in a region from the Block layout page; see the Block module help for more information about placing blocks. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Users with the Administer content permission will be able to override these options. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Users with the Administer menus and menu items permission can add, edit, and delete custom menus on the Menus page. 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 Block module installed). By selecting Edit menu, 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Users with the Administer shortcuts permission can manage shortcut sets and edit the shortcuts within sets from the Shortcuts administration page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Users with the Translate user edited configuration permission can access the configuration translation overview, and manage translations for specific languages. The Configuration translation page shows a list of all configuration text that can be translated, either as individual items or as lists. After you click on Translate, you are provided with a list of all languages. You can add or edit a translation for a specific language. Users with specific configuration permissions can also edit 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Users with the View printer-friendly books permission can select the printer-friendly version 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Users with the appropriate permissions can override the default commenting settings of an entity type when they create an item of that type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Users with this permission can access the media overview page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Uses [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Uses a data-align attribute on <img> tags to align images. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Uses a data-caption attribute on <img> tags to caption images. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Uses legacy adjustments [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Using different text editors and formats [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Using maintenance mode [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Using responsive image styles in Image fields [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Using simple actions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Using text fields with text formats [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Using text formats and editors [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Using the personal contact form [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Using the site name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Utility to log all Mails for debugging purposes. It is possible to suppress mail delivery for e.g. dev or staging systems. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Uzbekistan [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Validate @label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Validate options [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Validate the translation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Validate user has access to the %name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Validates telephone fields and tel form element. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Validating URLs [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Validation settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Validator [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Value [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Value type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Values [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Vanuatu [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Variable [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Variable name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Variables [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Variation cart form [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Variations [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Various blocks, pages, and functions for developers. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Vatican City [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Venezuela [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Verbose [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Verify requirements [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Version [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Version information [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Version: @module-version [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Vertical [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Vertical Tabs [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Vertical bar (pipe) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Vertical orientation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Video [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Video Embed Field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Video Embed Wysiwyg: Thumbnail Preview [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Video file [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Video file display format settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Vietnam [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View %view_name, display %display_title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View 'access denied' errors (403s). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View 'page not found' errors (404s). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View @display_title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View @type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View Session [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View a book page and all of its sub-pages as a single document for ease of printing. Can be performance heavy. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View administration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View all @count workspaces [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View all media revisions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View all revisions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View analysis [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View analysis can find nothing to report. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View any @type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View any order [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View any unpublished content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View any workspace [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View area [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View arguments [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View basic information [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View changes of @config_file [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View comment [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View comments [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View content hits [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View developer output like variable printouts, query log, etc. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View differences [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View display '@id': Comment field formatter '@name' was disabled because it is using the comment view display '@display' (@mode) that was just disabled. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View edit page [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View events that have recently been logged. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View handler settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View latest [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View latest reports [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View media [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View mode [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View modes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View modes for each datasource [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View most popular search phrases. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View news feeds [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View or edit the configuration. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View or form mode machine name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View own @type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View own field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View own orders [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View own unpublished @type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View own unpublished content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View own workspace [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View printer-friendly books [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View profile [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View published content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View render time [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View reports, updates, and errors. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View result counter [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View site reports [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View the administration theme [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View the latest version [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View the upgrade log. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View this feed's recent news. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View to insert [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View used to select the entities [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View user information [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View user profile. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View, edit and delete all content regardless of permission restrictions. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export View: @view - Display: @display [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Viewing feeds [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Viewing tours [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Viewport Sizing [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Views [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Views Block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Views Bulk Operations [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Views Conditional [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Views Exposed Filter Block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Views UI [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Views bulk operations [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Views can be created from the Views list page by using the \"Add view\" action. Existing views can be managed from the Views list page by locating the view in the \"Enabled\" or \"Disabled\" list and selecting the desired operation action, for example \"Edit\". [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Views can be enabled or disabled from the Views list page. 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Views can be exported and imported as configuration files by using the Configuration Manager module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Views cannot create normal menu items for paths with a % in them. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Views entity field handler [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Views plugins [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Views query [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Views selection handler settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Views settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 caption element can introduce context for a table, making it easier to understand. The summary 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Views today [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Views: Filter by an entity reference view [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Vimeo [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Visa [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Visibility [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Visibility Condition [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Visibility Conditions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Visibility expression. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Visibility settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Visit [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Visit the Testing page to display a list of available tests. For comprehensive testing, select all tests, or individually select tests for more targeted testing. Note that it might take several minutes for all tests to complete. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Visit the Forums page to set up containers and forums to hold your discussion topics. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Visitors [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Visitors will only see the maintenance mode message. Only users with the \"@permission-label\" permission will be able to access the site. Authorized users can log in directly via the user login page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Visitors, but administrator approval is required [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Visually Hidden [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Vocabularies [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Vocabulary [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Vocabulary ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Vocabulary language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Vocabulary machine name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Vocabulary name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export WARNING: Content may be overwritten on your new site. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export WARNING: You are not using an encrypted connection, so your password will be sent in plain text. Learn more. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export WID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export WYSIWYG editing for rich text fields using CKEditor. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Wallis and Futuna [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Warning [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Warning message [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Warning: Give to trusted roles only; this permission has security implications. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Warning: This permission may have security implications depending on how the text format is configured. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Warning: if you change the breakpoint group you lose all your image style selections for each breakpoint. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Warnings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Warnings found [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Watchdog [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Watchdog database log [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export We [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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] [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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] [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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] [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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] [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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] [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Weak [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Web Profiler settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Web Server [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Web page addresses and email addresses turn into links automatically. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Web server [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Web services [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Webprofiler settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Wed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Wednesday [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Week @week [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Week Date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Weekly [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Weight [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Weight among shortcuts in the same shortcut set. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Weight element maximum value [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Weight for @block block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Weight for @display [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Weight for @id [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Weight for @title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Weight for @title language detection method [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Weight for added term [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Weight for new effect [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Weight for new file [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Weight for new group [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Weight for processor %title [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Weight for row @number [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Weight of field in relation to other profile fields. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Weight of the block for ordering within regions. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Weight value must be numeric. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Weight. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Welcome (awaiting approval) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Welcome (new user created by administrator) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Welcome (no approval required) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Welcome to [site:name] [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Western Sahara [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export What are you tracking? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export What should Pathauto do when updating an existing content item which already has an alias? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export What single character to use as a decimal point. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export What single character to use as the thousands separator. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export What will be upgraded? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export When CKEditor is chosen from the Text editor drop-down menu, its toolbar configuration is displayed. You can add and remove buttons from the Active toolbar by dragging and dropping them, and additional rows can be added to organize the buttons. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export When a new media item is created, the Media module records basic information about it, including the author, date of creation, and the media type. It also manages the publishing options, which define whether or not the item is published. Default settings can be configured for each type of media on your site. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export When a pattern includes certain characters (such as those with accents) should Pathauto attempt to transliterate them into the US-ASCII alphabet? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export When cancelling a user account [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export When cancelling the account [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export When cancelling these accounts [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export When cancelling your account [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export When checked, aliases which have been manually set are not affected by this mass-deletion. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export When content reaches this state it should be made the default revision; this is implied for published states. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export When content reaches this state it should be published. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export When enabled, the user must confirm the account cancellation via email. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export When enabled, the user will receive an email notification after the account has been canceled. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export When listing forms, those with lighter (smaller) weights get listed before forms with heavier (larger) weights. Forms with equal weights are sorted alphabetically. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export When new content is created, the Node module records basic information about the content, including the author, date of creation, and the Content type. It also manages the publishing options, 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 type of content on your site. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export When printing URL paths, how to transform the case of the filter value. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export When printing the title and summary, how to transform the case of the filter value. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 foo/bar/baz, the parent path would be foo/bar. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export When the feed was last modified, as a Unix timestamp. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export When the feed was last modified. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export When the filter value IS available or a default is provided [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export When the filter value IS in the URL or a default is provided [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export When the filter value is NOT available [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export When the filter value is NOT in the URL [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export When the filter value is NOT available [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export When the user has the following roles [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export When this option is checked, this translation needs to be updated. Uncheck when the translation is up to date again. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export When you add a new translation, the original text you are translating is displayed in the edit form as the source. 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export When you are performing site maintenance, you can prevent non-administrative users (including anonymous visitors) from viewing your site by putting it in Maintenance mode. 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 File system page. 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 System module help page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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, Square 85x85), or based on where you plan to use it (for example, Profile picture). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export When you have finished your translations, click on the Save translations button. You must save your translations, each time before changing the page or making a new search. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export When you have performed the steps above, you may proceed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Whether a new revision should be created by default [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Whether a subject field is enabled for the comment type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Whether an automated alias should be created or not. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Whether anonymous comments are allowed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Whether form auto-completion is enabled. (0 = disabled, 1 = enabled) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Whether or not free tagging is enabled for the vocabulary. (0 = disabled, 1 = enabled) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Whether or not multiple terms from this vocabulary may be assigned to a node. (0 = disabled, 1 = enabled) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Whether or not related terms are enabled within the vocabulary. (0 = disabled, 1 = enabled) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Whether or not terms are required for nodes using this vocabulary. (0 = disabled, 1 = enabled) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Whether or not the block is enabled. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Whether or not the content is sticky. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Whether or not the content is sticky. To list sticky content first, set this to descending. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Whether or not the content related to a term is published. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Whether or not the content related to a term is sticky. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Whether or not the content related to a term is sticky. To list sticky content first, set this to descending. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Whether or not the node is published. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Whether or not this path has a redirect assigned. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Whether previews are enabled for the comment type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Whether primary tabs are shown [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Whether secondary tabs are shown [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Whether the comment is approved (or still in the moderation queue). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Whether the field is visible in the user registration form. (1 = yes, 0 = no) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Whether the format is cacheable. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Whether the language is enabled. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Whether the list should be visible on the node page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Whether the node is currently locked [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Whether the pre Drupal 8.2.x behavior of having permissions for EntityResource is enabled or not. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Whether the pre Drupal 8.4 behavior of returning Unix timestamps instead of RFC3339 timestamps for TimestampItem fields is enabled or not. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Whether the profile is active. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Whether the thumbnail downloads should be queued [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Whether the user is active or blocked. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Whether the user is required to enter a value. (0 = no, 1 = yes) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Whether to log 'page not found' messages to the standard log or not. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Whether to retain pre Drupal 8.3 behavior of serializing all primitive items as strings. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Whether to retain pre Drupal 8.5 behavior of normalizing the File entity \"uri\" field value to an absolute URL. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Whether to send a copy of the message to the sender. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Which bundles should be indexed? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Which display to use for path [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Which display to use to get this display's path for things like summary links, rss feed links, more links, etc. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Which key should be displayed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Which languages should be indexed? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Which roles should the users receive? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Which theme the block is placed in. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Who can register accounts? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Who's new [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Who's online [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Who's online block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Wide [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Widget [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Widget settings: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Widget type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Widget type machine name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Widget type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Widget types @types are used in Drupal 6 field instances: widget type @selected_type applied to the Drupal 8 base field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Widgets [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Widgets and form modes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Width [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Width and height can not both be blank. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Will be available to all users. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Will not be accessible. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Windows installation depth [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export With multiple languages configured, registered users can select their preferred language and authors can assign a specific language to content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export With selection [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export WordDelimiterGraphFilter:: ASCIIFoldingFilter:: WordDelimiterFilter::preserveOriginal [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export WordDelimiterGraphFilter:: TypeTokenFilter::types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export WordDelimiterGraphFilter:: WordDelimiterFilter::catenateAll [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export WordDelimiterGraphFilter:: WordDelimiterFilter::catenateNumbers [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export WordDelimiterGraphFilter:: WordDelimiterFilter::catenateWords [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export WordDelimiterGraphFilter:: WordDelimiterFilter::generateNumberParts [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export WordDelimiterGraphFilter:: WordDelimiterFilter::generateWordParts [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export WordDelimiterGraphFilter:: WordDelimiterFilter::splitOnCaseChange [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export WordDelimiterGraphFilter:: WordDelimiterFilter::splitOnNumerics [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export WordDelimiterGraphFilter:: WordDelimiterFilter::stemEnglishPossessive [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Words [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Words to strip out of the URL alias, separated by commas. Do not use this to remove punctuation. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Workflow [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Workflow %label deleted. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Workflow Entity history [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Workflow Type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Workflow administration overview. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Workflow config transition [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Workflow history [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Workflow history tab [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Workflow scheduled transition [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Workflow state [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Workflow transition [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Workflow type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Workflows [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Working with multilingual views [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Workspace [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Workspace %info has been created. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Workspace %info has been updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Workspace ID [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Workspace association [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Workspace associations [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Workspace name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Workspace switcher [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Workspaces [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Would you like to activate the %workspace workspace? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Would you like to continue with the above? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Would you like to continue with uninstalling the above? [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Wrapper HTML element [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Wrapper class [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Writable (private download method) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Writable (public download method) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export XML [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export XML URL attribute [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Xdebug settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Year [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Year Date [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Year/Month/Day [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export YearMonthDate [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Yemen [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Yes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You Get [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You Type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You are attempting to redirect the page to itself. This will result in an infinite loop. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You are currently using the %set-name shortcut set. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You are not allowed to access this page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You are not allowed to post new content in the forum. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You are not authorized to access this page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You are now using the %set_name shortcut set. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You are now using the new %set_name shortcut set. You can edit it from this page or switch back to a different one. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 limitations of 32-bit PHP. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You can add a language that is not provided in the drop-down list by choosing Custom language at the end of the list. You then have to configure its language code, name, and direction in the form provided. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You can add attributes to links, by changing the Format settings in the Manage display page. Adding rel=\"nofollow\" notifies search engines that links should not be followed. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You can add custom blocks, if the Custom Block module is installed. For more information, see the Custom Block help page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You can add languages on the Languages page by selecting Add language 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 Interface translation module is enabled, and the translation server is set as a translation source, then the interface translation for this language is automatically downloaded as well. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You can add, edit, and delete view modes for entities on the View modes page, and you can add, edit, and delete form modes for entities on the Form modes page. 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You can align images (data-align=\"center\"), but also videos, blockquotes, and so on. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 EXIF data in the image will be lost. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You can also install new modules and themes in the same fashion, through the Install page, or by clicking the Install new module/theme links at the top of the Extend page and the Appearance page. 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You can assign separate permissions for creating new books as well as creating, editing and deleting book content. Users with the Administer book outlines permission can add any 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 Book list page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You can automatically install your missing updates using the Update manager: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You can caption images (data-caption=\"Text\"), but also videos, blockquotes, and so on. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You can check how much of the interface on your site is translated into which language on the Languages page. On the Available translation updates page, you can check whether interface translation updates are available on the Drupal translation server. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 status report page, and will also display an error message on administration pages if there is a security update. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You can choose to translate date formats on the Configuration translation page. This allows you not only to translate the label text, but also to set a language-specific PHP date format. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 Visibility settings of the block configuration. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You can create and download an archive consisting of all your site's configuration exported as *.yml files on the Export page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You can create and edit text formats on the Text formats page (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 \"Add text format\". [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 all translations of that content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. Improper text format configuration is a security risk. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You can display your shortcuts by enabling the Shortcuts block on the Blocks administration page. Certain administrative modules also display your shortcuts; for example, the core Toolbar module provides a corresponding menu item. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You can enable the newly-created block for this menu on the Block layout page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You can export a single configuration item by selecting a Configuration type and Configuration name on the Single export page. The configuration and its corresponding *.yml file name are then displayed on the page for you to copy. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You can find modules and themes on drupal.org. The following file extensions are supported: %extensions. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You can find more information about HTTP redirect status codes at @status-codes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You can import a single configuration item by pasting it in YAML format into the form on the Single import page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You can only change the URL alias for the published version of this content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You can only change the book outline for the published version of this content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You can only change the menu settings for the published version of this content. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You can only select options here if you use a predefined country for the 'Country source'. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You can place a new block in a region by selecting Place block on the Block layout page. Once a block is placed, it can be moved to a different region by drag-and-drop or by using the Region drop-down list, and then clicking Save blocks. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You can place blocks for each theme on the block layout page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You can review a log of upgrade messages by clicking the link in the message provided after the upgrade or by filtering the messages for the type migrate_drupal_ui on the Recent log messages page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You can review differences between the active configuration and an imported configuration archive on the Synchronize 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You can see where the regions are for the current theme by clicking the Demonstrate block regions link on the Block layout page. Regions are specific to each theme. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You can translate individual strings directly on the User interface translation page, or download the currently-used translation file for a specific language on the Interface translation export page. Once you have edited the translation file, you can then import it again on the Interface translation import page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You can upload a full site configuration from an archive file on the Import page. When importing data from a different environment, the site and import files must have matching configuration values for UUID in the system.site configuration item. That means that your other environments should initially be set up as clones of the target site. Migrations are not supported. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You can use * as a wildcard within your keyword. Example: m*r would match user names mar, delmar, and elementary. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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\"). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You can view a list of content awaiting moderation on the moderated content page. 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You cannot send more than %limit messages in @interval. Try again later. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You cannot use an external URL, please enter a relative path. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You do not have access to activate the %workspace_label workspace. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You do not have access to the referenced entity (%type: %id). [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You do not have any administrative items. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You don't have any Flag List Items. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You have added @entities_count out of @cardinality_count allowed @label. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You have no fields. Add some to your view. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You have not created any block types yet. Go to the block type creation page to add a new block type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You have not created any content types yet. Go to the content type creation page to add a new content type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You have not placed any orders with us yet. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You have opted out from tracking via browser privacy settings. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You have selected local translation source, but no Interface translation directory was configured. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You have to add some fields to be able to use this filter. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You have to enter a key if you want to display a key of the data. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You have to specify a valid translation authoring date. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You have tried to use a one-time login link that has expired. Please request a new one using the form below. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You have tried to use an account cancellation link that has expired. Please request a new one using the form below. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You have unsaved changes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You have unsaved changes. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You may add multiple separators to each button group. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You may also adjust the @settings for the currently selected access restriction. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You may also adjust the @settings for the currently selected cache mechanism. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You may also adjust the @settings for the currently selected pager. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You may also adjust the @settings for the currently selected row style. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You may also adjust the @settings for the currently selected style. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You may also use tokens: [node:author:mail], [comment:author:mail], etc. Separate recipients with a comma. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You may need to check the watchdog database table manually. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You may need to set the correct directory at the file system settings page or change the current directory's permissions so that it is writable. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You may not ban your own IP address. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You may optionally specify a field by which to group the records. Leave blank to not group. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You may use HTML code in this field. The following tokens are supported: [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You may use field tokens from as per the \"Replacement patterns\" used in \"Rewrite the output of this field\" for all fields. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You may use the \"Replacement patterns\" above. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You may use token substitutions from the rewriting section in this class. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You must add a contextual filter for the country code to use this filter for administrative areas. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You must add a filter for the country code to use this filter for administrative areas. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You must add some additional fields to this display before using this field. These fields may be marked as Exclude from display 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You must configure the selected text editor. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You must either provide a URL or upload an archive file to install. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You must enable the @required module to install @module.\u0003You must enable the @required modules to install @module. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You must enter a username. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You must enter a valid hexadecimal color value for %name. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You must enter an SMTP port number. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You must enter an SMTP server address. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You must have the pdo_sqlite PHP extension installed. See core/INSTALL.sqlite.txt for instructions. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You must include at least one positive keyword with @count characters or more. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You must revert all customized layouts of this display before you can disable this option. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You must select a language to continue the installation. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You must select a value unless this is an non-required exposed filter. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You must select at least %limit choice.\u0003You must select at least %limit choices. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You must select at least one project to update. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You must select at least one role if type is \"by role\" [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You must select at most %limit choice.\u0003You must select at most %limit choices. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You must select something to filter by. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You must select the new search page type. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You must specify at least one index to disable. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You must specify at least one index to enable. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You need at least one field before you can configure your table settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You need to select a field type or an existing field. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export You need to select a pattern type, then a pattern and filter, and a label. Additional types can be enabled on the Settings page. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export YouTube [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 MySQL documentation for more information. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Your PHP installation has a limited date range. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Your PHP installation is too old. Drupal requires at least PHP %version. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Your PHP runtime version is affected by the httpoxy vulnerability. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Your account will be removed and all account information deleted. All of your content will also be deleted. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Your account will be removed and all account information deleted. All of your content will be assigned to the %anonymous-name user. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Your changes to @entity-title could not be saved, either due to a website problem or a network connection problem.
Please try again. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Your comment has been posted. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Your comment has been queued for review by site administrators and will be published after approval. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Your configuration files were successfully uploaded and are ready for import. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Your current logout threshold [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Your current password is missing or incorrect; it's required to change the %name. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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! [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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! [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Your email address [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Your message has been sent. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Your modules have been downloaded and updated. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Your name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Your page will be a part of the selected book. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Your password is not saved in the database and is only used to establish a connection. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Your search used too many AND/OR expressions. Only the first @count terms were included in this search. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Your search yielded no results. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 Extending Drupal 8. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 Extending Drupal 8. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 PECL uploadprogress library if possible. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Your server is capable of displaying file upload progress, but does not have the required libraries. It is recommended to install the PECL uploadprogress library. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Your server is capable of using clean URLs, but it is not enabled. Using clean URLs gives an improved user experience and is recommended. Enable clean URLs [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Your settings have been saved. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Your shortcut icon, or favicon, is displayed in the address bar and bookmarks of most browsers. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Your site has several file directories, which are used to store and process uploaded and generated files. The public 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 private 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 temporary file directory is used internally by your site code for various operations, and is configured on the File system settings 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. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Your site is currently configured to send these emails only when security updates are available. To get notified for any available updates, @url. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Your site is currently configured to send these emails when any updates are available. To get notified only for security updates, @url. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Your version of Drupal has been revoked and is no longer available for download. Upgrading is strongly recommended! [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Your version of Drupal is no longer supported. Upgrading is strongly recommended! [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 system requirements page for more information. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 Drupal supports. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export 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 system requirements page for more information. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Zambia [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Zero items selected [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Zimbabwe [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Zip [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Zone [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Zone field settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Zone label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Zone label field: @status [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export Zone territory [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export [@form] @subject [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export [@site-name] @subject [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export [@time ms] @query [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export [Order items] Manage %bundle [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export [Product variations] Manage %bundle [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export [user:display-name] has applied for an account.\n\n[user:edit-url] [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export [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 [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export [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 [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export [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 [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export [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 [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export [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 [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export [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 [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export [user:display-name],\n\nYour account on [site:name] has been blocked.\n\n-- [site:name] team [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export [user:display-name],\n\nYour account on [site:name] has been canceled.\n\n-- [site:name] team [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export access [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export action [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export actions [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export active [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export administration theme [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export aggregator [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export aggregator feed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export aggregator feed item [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export aggregator feed items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export aggregator feeds [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export ago [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export all [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export all languages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export always_populate_raw_post_data PHP setting [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export am [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export and [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export anonymous [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export asc [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export author [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export authorize.php [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export banned IP addresses [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export base node. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export begins [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export between [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export blocked [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export blocks [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export book: updated %title. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export broken configuration [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export button [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export by [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export cURL [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export center [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export characters [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export class [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export close [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export closed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export comment [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export comment type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export comment types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export comments [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export config.zip [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export contact form [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export contact forms [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export contact message [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export contact messages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export contains [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export content @type: deleted @label. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export content item [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export content items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export content language setting [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export content languages settings [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export content moderation state [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export content moderation states [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export content type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export content types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export contextual filter [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export contextual filters [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export contextual links button [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export count [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export coupon [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export create editors admin menus through module as they will be exportable as config [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export custom block [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export custom block type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export custom block types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export custom blocks [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export custom menu link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export custom menu links [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export day [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export days [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export default [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export default theme [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export delete [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export desc [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export disable [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export disabled [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export disabled (enable) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export display [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export doesn't contain [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export done [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export edit [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export edit container [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export edit forum [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export empty [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export enabled [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export enabled (disable) [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export ends [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export error [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export exposed [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export exposed: country set via contextual filter [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export exposed: country set via exposed filter [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export exposed: fixed country: @country [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export field [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export fields [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export file [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export file from @field_name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export files [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export filter criteria [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export filter criterion [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export fixed country: @country [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export flag [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export flagging [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export footer [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export form [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export format [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export forum [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export forum container [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export forum: deleted %label and all its sub-forums. [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export fragmenter [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export fragsize [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export full posts [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export grouped [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export has all [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export has word [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export header [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export height [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export height @data.height [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export helpers for progressive decoupling [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export hidden [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export highlightMultiTerm [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export hour [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export hours [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export i18n_string table id [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export iFrame [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export iFrame domain [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export id [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export image from @field_name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export image style [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export image styles [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export imminently [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export in [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export jPlayer [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export jQuery UI [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export key [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export label [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export language [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export languages [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export last » [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export left [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export license [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export licenses [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export link [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export log [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export logged in users only [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export longer than [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export materiO’ [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export maxAnalyzedChars [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export media [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export media item [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export media items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export media type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export media types [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export menu [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export menus [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export mergeContiguous [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export minute [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export minutes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export mm/dd/yy [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export mobile [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export more [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export more information [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export multilingual [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export n/a [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export name [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export narrow [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export never [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export new [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export next › [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export no [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export no caching [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export no preview [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export no results behavior [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export node [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export nodes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export none [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export not [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export not active [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export not applicable [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export not between [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export not empty [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export not in [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export not published [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export not set [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export not verified [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export not yet assigned [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export not yet created [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export not_begins [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export not_ends [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export oEmbed content [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export oEmbed source [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export of [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export of @total [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export of @total_items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export of fields [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export of type [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export off [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export opened [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export or [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export order [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export order item [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export order items [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export original [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export outdated [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export parent [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export path [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export payment [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export payment method [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export pixels [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export pm [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export preserveMulti [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export price [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export price list [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export priority [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export product [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export product attribute value [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export product attributes [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export product variation [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export products [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export profile [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export profiles [provided] [no usage info] [missing usage info prevents renaming] */ -/*! export promotion [provided] [no usage info] [missing usage info prevents renaming] */ /*! export published [provided] [no usage info] [missing usage info prevents renaming] */ /*! export px [provided] [no usage info] [missing usage info prevents renaming] */ /*! export queue [provided] [no usage info] [missing usage info prevents renaming] */ @@ -27688,6 +15904,7 @@ eval("module.exports = JSON.parse(\"{\\\"default\\\":{\\\"Closing in !seconds se /*! export regex.slop [provided] [no usage info] [missing usage info prevents renaming] */ /*! export relationships [provided] [no usage info] [missing usage info prevents renaming] */ /*! export requireFieldMatch [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export responsive image style [provided] [no usage info] [missing usage info prevents renaming] */ /*! export responsive image styles [provided] [no usage info] [missing usage info prevents renaming] */ /*! export revision user [provided] [no usage info] [missing usage info prevents renaming] */ /*! export right [provided] [no usage info] [missing usage info prevents renaming] */ @@ -27702,6 +15919,8 @@ eval("module.exports = JSON.parse(\"{\\\"default\\\":{\\\"Closing in !seconds se /*! export second [provided] [no usage info] [missing usage info prevents renaming] */ /*! export seconds [provided] [no usage info] [missing usage info prevents renaming] */ /*! export settings [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export shortcut link [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export shortcut links [provided] [no usage info] [missing usage info prevents renaming] */ /*! export shortcut set [provided] [no usage info] [missing usage info prevents renaming] */ /*! export shortcut sets [provided] [no usage info] [missing usage info prevents renaming] */ /*! export shorter than [provided] [no usage info] [missing usage info prevents renaming] */ @@ -27716,6 +15935,9 @@ eval("module.exports = JSON.parse(\"{\\\"default\\\":{\\\"Closing in !seconds se /*! export standard [provided] [no usage info] [missing usage info prevents renaming] */ /*! export starting from @count [provided] [no usage info] [missing usage info prevents renaming] */ /*! export store [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export store type [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export store types [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export stores [provided] [no usage info] [missing usage info prevents renaming] */ /*! export submission of a value in the honeypot field [provided] [no usage info] [missing usage info prevents renaming] */ /*! export subscription [provided] [no usage info] [missing usage info prevents renaming] */ /*! export tagged with [provided] [no usage info] [missing usage info prevents renaming] */ @@ -27742,6 +15964,8 @@ eval("module.exports = JSON.parse(\"{\\\"default\\\":{\\\"Closing in !seconds se /*! export user [provided] [no usage info] [missing usage info prevents renaming] */ /*! export users [provided] [no usage info] [missing usage info prevents renaming] */ /*! export value [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export variation [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export variations [provided] [no usage info] [missing usage info prevents renaming] */ /*! export view [provided] [no usage info] [missing usage info prevents renaming] */ /*! export view actual size [provided] [no usage info] [missing usage info prevents renaming] */ /*! export visible [provided] [no usage info] [missing usage info prevents renaming] */ @@ -27752,6 +15976,7 @@ eval("module.exports = JSON.parse(\"{\\\"default\\\":{\\\"Closing in !seconds se /*! export width @data.width [provided] [no usage info] [missing usage info prevents renaming] */ /*! export words [provided] [no usage info] [missing usage info prevents renaming] */ /*! export workflow [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export workflows [provided] [no usage info] [missing usage info prevents renaming] */ /*! export workspace [provided] [no usage info] [missing usage info prevents renaming] */ /*! export workspace association [provided] [no usage info] [missing usage info prevents renaming] */ /*! export workspace associations [provided] [no usage info] [missing usage info prevents renaming] */ @@ -27781,12 +16006,24 @@ eval("module.exports = JSON.parse(\"{\\\"default\\\":{\\\"Closing in !seconds se /*! export items to index [provided] [no usage info] [missing usage info prevents renaming] */ /*! export all [provided] [no usage info] [missing usage info prevents renaming] */ /*! other exports [not provided] [no usage info] */ +/*! export materio [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Linked Materials [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Linked materials [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export My folders [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Pricing [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Showrooms [provided] [no usage info] [missing usage info prevents renaming] */ +/*! other exports [not provided] [no usage info] */ +/*! export stringTranslationUi [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export My folders [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Pricing [provided] [no usage info] [missing usage info prevents renaming] */ +/*! export Test [provided] [no usage info] [missing usage info prevents renaming] */ +/*! other exports [not provided] [no usage info] */ /*! other exports [not provided] [no usage info] */ /*! runtime requirements: module */ /***/ ((module) => { "use strict"; -eval("module.exports = JSON.parse(\"{\\\"default\\\":{\\\"Closing in !seconds seconds\\\":\\\"Closing in !seconds seconds\\\",\\\"An AJAX HTTP error occurred.\\\":\\\"Une erreur HTTP AJAX s'est produite.\\\",\\\"HTTP Result Code: !status\\\":\\\"Code de statut HTTP : !status\\\",\\\"An AJAX HTTP request terminated abnormally.\\\":\\\"Une requête HTTP AJAX s'est terminée anormalement.\\\",\\\"Debugging information follows.\\\":\\\"Informations de débogage ci-dessous.\\\",\\\"Path: !uri\\\":\\\"Chemin : !uri\\\",\\\"StatusText: !statusText\\\":\\\"StatusText: !statusText\\\",\\\"ResponseText: !responseText\\\":\\\"ResponseText : !responseText\\\",\\\"ReadyState: !readyState\\\":\\\"ReadyState : !readyState\\\",\\\"CustomMessage: !customMessage\\\":\\\"Message personalisé : !customMessage\\\",\\\"Please wait...\\\":\\\"Veuillez patienter...\\\",\\\"The response failed verification so will not be processed.\\\":\\\"La vérification de la réponse a échoué, elle ne sera pas traitée.\\\",\\\"The callback URL is not local and not trusted: !url\\\":\\\"L'URL de retour n'est pas locale et n'est pas de confiance : !url\\\",\\\"Changed\\\":\\\"Modifié\\\",\\\"Yes\\\":\\\"Oui\\\",\\\"No\\\":\\\"Non\\\",\\\"Open\\\":\\\"Ouvert\\\",\\\"Close\\\":\\\"Fermer\\\",\\\"@action @title configuration options\\\":\\\"options de configuration @action @title\\\",\\\"Extend\\\":\\\"Extension\\\",\\\"Collapse\\\":\\\"Replier\\\",\\\"@label\\\":\\\"@label\\\",\\\"Horizontal orientation\\\":\\\"Orientation horizontale\\\",\\\"Vertical orientation\\\":\\\"Orientation verticale\\\",\\\"The toolbar cannot be set to a horizontal orientation when it is locked.\\\":\\\"La barre d'outils ne peut être orientée horizontalement lorsqu'elle est verrouillée.\\\",\\\"Tray orientation changed to @orientation.\\\":\\\"L'orientation du sous-menu est maintenant @orientation.\\\",\\\"closed\\\":\\\"fermé\\\",\\\"opened\\\":\\\"ouvert\\\",\\\"Tray \\\\\\\"@tray\\\\\\\" @action.\\\":\\\"Sous-menu \\\\\\\"@tray\\\\\\\" @action.\\\",\\\"Tray @action.\\\":\\\"Sous-menu @action.\\\",\\\"Show all columns\\\":\\\"Montrer toutes les colonnes\\\",\\\"Hide lower priority columns\\\":\\\"Cacher les colonnes de plus faible priorité\\\",\\\"Show table cells that were hidden to make the table fit within a small screen.\\\":\\\"Montrer les cellules de tableau qui ont été cachées pour que le tableau rentre dans un petit écran.\\\",\\\"Page title\\\":\\\"Titre de page\\\",\\\"Promoted to front page\\\":\\\"Promu en page d'accueil\\\",\\\"On\\\":\\\"Activé\\\",\\\"Off\\\":\\\"Désactivé\\\",\\\"French\\\":\\\"Français\\\",\\\"Static\\\":\\\"Statique\\\",\\\"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\\\":\\\"Page courante\\\",\\\"Go to page @number\\\":\\\"Aller à la page @number\\\",\\\"Go to first page\\\":\\\"Aller à la première page\\\",\\\"Go to previous page\\\":\\\"Aller à la page précédente\\\",\\\"Go to next page\\\":\\\"Aller à la page suivante\\\",\\\"Go to last page\\\":\\\"Aller à la dernière page\\\",\\\"First page\\\":\\\"Première page\\\",\\\"Previous page\\\":\\\"Page précédente\\\",\\\"Next page\\\":\\\"Page suivante\\\",\\\"Last page\\\":\\\"Dernière page\\\",\\\"Item\\\":\\\"Élément\\\",\\\"First item\\\":\\\"Premier élément\\\",\\\"Items\\\":\\\"Éléments\\\",\\\"Page @number of @total\\\":\\\"Page @number 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\\\":\\\"« Premier\\\",\\\"‹ Previous\\\":\\\"‹ Précédent\\\",\\\"Next ›\\\":\\\"Suivant ›\\\",\\\"Last »\\\":\\\"Dernier »\\\",\\\"Archive\\\":\\\"Archiver\\\",\\\"All content, by month.\\\":\\\"Tous les contenus, triés par mois.\\\",\\\"Master\\\":\\\"Maître\\\",\\\"Monthly archive\\\":\\\"Archive mensuelle\\\",\\\"Apply\\\":\\\"Appliquer\\\",\\\"Reset\\\":\\\"Réinitialiser\\\",\\\"Sort by\\\":\\\"Trier par\\\",\\\"Asc\\\":\\\"Asc\\\",\\\"Desc\\\":\\\"Desc\\\",\\\"Items per page\\\":\\\"Éléments par page\\\",\\\"- All -\\\":\\\"- Tout -\\\",\\\"Offset\\\":\\\"Décalage\\\",\\\"Content\\\":\\\"Contenu\\\",\\\"Find and manage content.\\\":\\\"Trouver et gérer le contenu.\\\",\\\"Filter\\\":\\\"Filtrer\\\",\\\"Title\\\":\\\"Titre\\\",\\\", \\\":\\\", \\\",\\\"Author\\\":\\\"Auteur\\\",\\\"Status\\\":\\\"Etat\\\",\\\"Published\\\":\\\"Publié\\\",\\\"Unpublished\\\":\\\"Non publié\\\",\\\"Updated\\\":\\\"Mis à jour\\\",\\\"Operations\\\":\\\"Actions\\\",\\\"Published status\\\":\\\"Statut de publication\\\",\\\"Language\\\":\\\"Langue\\\",\\\"No content available.\\\":\\\"Aucun contenu disponible.\\\",\\\"Find and manage content\\\":\\\"Trouver et gérer le contenu\\\",\\\"Recent content\\\":\\\"Contenu récent\\\",\\\"Recent content.\\\":\\\"Contenu récent.\\\",\\\"Content translation jobs\\\":\\\"Content translation jobs\\\",\\\"Files\\\":\\\"Fichiers\\\",\\\"Find and manage files.\\\":\\\"Trouver et gérer les fichiers.\\\",\\\"Name\\\":\\\"Nom\\\",\\\"All\\\":\\\"Tout\\\",\\\"Frontpage\\\":\\\"Page d'accueil\\\",\\\"All content promoted to the front page.\\\":\\\"Tout le contenu promu en page d'accueil.\\\",\\\"No front page content has been created yet.
Follow the User Guide to start building your site.\\\":\\\"Aucun contenu de page d'accueil n'a été créé pour l'instant. Suivre le Guide utilisateur pour démarrer la construction de votre site.\\\",\\\"Welcome to [site:name]\\\":\\\"Bienvenue sur [site:name]\\\",\\\"Glossary\\\":\\\"Glossary\\\",\\\"All content, by letter.\\\":\\\"Tous les contenus, triés par lettre.\\\",\\\"Locked content\\\":\\\"Locked content\\\",\\\"Maillog overview\\\":\\\"Maillog overview\\\",\\\"Redirect\\\":\\\"Rediriger\\\",\\\"List of redirects\\\":\\\"List of redirects\\\",\\\"With selection\\\":\\\"Pour cette sélection\\\",\\\"Taxonomy term\\\":\\\"Terme de taxonomie\\\",\\\"Content belonging to a certain taxonomy term.\\\":\\\"Contenu associé à un terme de taxonomie donné.\\\",\\\"People\\\":\\\"Personnes\\\",\\\"Find and manage people interacting with your site.\\\":\\\"Trouver et gérer les personnes interagissant avec votre site.\\\",\\\"Bulk update\\\":\\\"Mise à jour en masse\\\",\\\"Username\\\":\\\"Nom d'utilisateur\\\",\\\"Active\\\":\\\"Actif\\\",\\\"Blocked\\\":\\\"Bloqué\\\",\\\"Roles\\\":\\\"Rôles\\\",\\\"Member for\\\":\\\"Membre depuis\\\",\\\"Last access\\\":\\\"Dernier accès\\\",\\\"Name or email contains\\\":\\\"Nom ou courriel contenant\\\",\\\"Role\\\":\\\"Rôle\\\",\\\"Permission\\\":\\\"Droit\\\",\\\"No people available.\\\":\\\"Personne n'est disponible.\\\",\\\"more\\\":\\\"plus\\\",\\\"List\\\":\\\"Lister\\\",\\\"Manage user accounts, roles, and permissions.\\\":\\\"Gérer les comptes utilisateurs, les rôles et les droits.\\\",\\\"Watchdog\\\":\\\"Surveillance\\\",\\\"Recent log messages\\\":\\\"Entrées récentes du journal\\\",\\\"Type\\\":\\\"Type\\\",\\\"Who's new\\\":\\\"Nouveaux membres\\\",\\\"Shows a list of the newest user accounts on the site.\\\":\\\"Affiche la liste des utilisateurs les plus récents sur le site.\\\",\\\"Who's online block\\\":\\\"Bloc \\\\\\\"Qui est connecté\\\\\\\"\\\",\\\"Shows the user names of the most recently active users, and the total number of active users.\\\":\\\"Affiche les noms des utilisateurs les plus actifs récemment et le nombre total d'utilisateurs actifs.\\\",\\\"Workflow Entity history\\\":\\\"Workflow Entity history\\\",\\\"Enable this View to configure the history tab.\\\":\\\"Enable this View to configure the history tab.\\\",\\\"Breadcrumbs\\\":\\\"Fils d'ariane\\\",\\\"Main page content\\\":\\\"Contenu de la page principale\\\",\\\"Help\\\":\\\"Aide\\\",\\\"Primary admin actions\\\":\\\"Actions d'administration principales\\\",\\\"User login\\\":\\\"Connexion utilisateur\\\",\\\"Status messages\\\":\\\"Messages de statut\\\",\\\"Primary tabs\\\":\\\"Onglets principaux\\\",\\\"Secondary tabs\\\":\\\"Onglets secondaires\\\",\\\"Personal contact form\\\":\\\"Formulaire de contact personnel\\\",\\\"Your message has been sent.\\\":\\\"Votre message a été envoyé.\\\",\\\"Fallback date format\\\":\\\"Format de date de repli\\\",\\\"HTML Date\\\":\\\"Date HTML\\\",\\\"HTML Datetime\\\":\\\"Date et heure HTML\\\",\\\"HTML Month\\\":\\\"Mois HTML\\\",\\\"HTML Time\\\":\\\"Heure HTML\\\",\\\"HTML Week\\\":\\\"Semaine HTML\\\",\\\"HTML Year\\\":\\\"Année HTML\\\",\\\"HTML Yearless date\\\":\\\"Date HTML sans année\\\",\\\"Default long date\\\":\\\"Date longue par défaut\\\",\\\"Default medium date\\\":\\\"Date moyenne par défaut\\\",\\\"Default short date\\\":\\\"Date courte par défaut\\\",\\\"Register\\\":\\\"S'inscrire\\\",\\\"Full content\\\":\\\"Contenu complet\\\",\\\"RSS\\\":\\\"RSS\\\",\\\"Search index\\\":\\\"Index de recherche\\\",\\\"Search result highlighting input\\\":\\\"Effectuer une recherche en mettant en évidence les données saisies\\\",\\\"Teaser\\\":\\\"Accroche\\\",\\\"Taxonomy term page\\\":\\\"Page d'un terme de taxonomie\\\",\\\"Compact\\\":\\\"Compact\\\",\\\"User account\\\":\\\"Compte utilisateur\\\",\\\"This link will take you to an external web site. We are not responsible for their content.\\\":\\\"Ce lien vous dirige vers un site externe. Nous ne sommes pas responsables de son contenu.\\\",\\\"(link is external)\\\":\\\"(le lien est externe)\\\",\\\"(link sends email)\\\":\\\"(link sends email)\\\",\\\"Body\\\":\\\"Corps\\\",\\\"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\\\":\\\"Vignette de résultat Linkit\\\",\\\"Medium (220×220)\\\":\\\"Moyen (220x220)\\\",\\\"Thumbnail (100×100)\\\":\\\"Vignette (100x100)\\\",\\\"English\\\":\\\"Anglais\\\",\\\"Not specified\\\":\\\"Non spécifié\\\",\\\"Not applicable\\\":\\\"Non 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 @item of @total_items\\\":\\\"Item @item of @total_items\\\",\\\"Items @item_low-@item_high of @total_items\\\":\\\"Items @item_low-@item_high 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\\\":\\\"Se souvenir de moi\\\",\\\"@site is currently under maintenance. We should be back shortly. Thank you for your patience.\\\":\\\"@site est en cours de maintenance. Nous serons de retour très bientôt. Merci de votre patience.\\\",\\\"User account menu\\\":\\\"Menu du compte de l'utilisateur\\\",\\\"Links related to the active user account\\\":\\\"Liens associés au compte utilisateur courant\\\",\\\"Footer\\\":\\\"Pied de page\\\",\\\"Site information links\\\":\\\"Liens d'informations sur le site\\\",\\\"Main navigation\\\":\\\"Navigation principale\\\",\\\"Site section links\\\":\\\"Liens de section du site\\\",\\\"Tools\\\":\\\"Outils\\\",\\\"User tool links, often added by modules\\\":\\\"Liens outils de l'utilisateur, souvent ajoutés par des 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],\\\\r\\\\n\\\\r\\\\nUne demande de suppression de votre compte sur [site:name] a été faite.\\\\r\\\\n\\\\r\\\\nVous pouvez maintenant supprimer votre compte sur [site:url-brief] en cliquant sur le lien ci-dessous ou en le copiant dans votre navigateur : \\\\r\\\\n\\\\r\\\\n[user:cancel-url]\\\\r\\\\n\\\\r\\\\nA NOTER : La suppression de votre compte est définitive.\\\\r\\\\n\\\\r\\\\nCe lien expirera dans un jour et aucune action ne sera lancée s'il n'est pas utilisé.\\\\r\\\\n\\\\r\\\\n-- L'équipe de [site:name]\\\",\\\"Account cancellation request for [user:display-name] at [site:name]\\\":\\\"Demande d'annulation du compte [user:display-name] sur [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],\\\\r\\\\n\\\\r\\\\nUne demande de réinitialisation de votre mot de passe pour votre compte a été faite sur [site:name].\\\\r\\\\n\\\\r\\\\nVous pouvez maintenant vous connecter en cliquant sur le lien ci-dessous ou en le copiant dans votre navigateur : \\\\r\\\\n\\\\r\\\\n[user:one-time-login-url]\\\\r\\\\n\\\\r\\\\nCe lien ne peut être utilisé qu'une seule fois pour vous connecter et vous mènera à la page pour changer votre mot de passe. Il expirera dans un jour et rien ne se passera s'il n'est pas utilisé.\\\\r\\\\n\\\\r\\\\n-- L'équipe de [site:name]\\\",\\\"Replacement login information for [user:display-name] at [site:name]\\\":\\\"Modification des informations de connexion pour [user:display-name] sur [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],\\\\r\\\\n\\\\r\\\\nUn administrateur sur [site:name] a créé un compte pour vous. Vous pouvez maintenant vous connecter en utilisant le lien ci-dessous ou en le copiant dans votre navigateur : \\\\r\\\\n\\\\r\\\\n[user:one-time-login-url]\\\\r\\\\n\\\\r\\\\nCe lien ne peut être utilisé qu'une seule fois pour vous connecter et vous redirigera vers la page où vous pourrez choisir votre mot de passe.\\\\r\\\\n\\\\r\\\\nAprès avoir choisi votre mot de passe, vous pourrez vous connecter sur [site:login-url] en utilisant : \\\\r\\\\n\\\\r\\\\nnom d'utilisateur : [user:name]\\\\r\\\\nmot de passe : Votre mot de passe\\\\r\\\\n\\\\r\\\\n-- L'équipe de [site:name]\\\",\\\"An administrator created an account for you at [site:name]\\\":\\\"Un administrateur a créé un compte pour vous sur [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],\\\\r\\\\n\\\\r\\\\nNous vous remercions pour votre inscription sur [site:name]. Vous pouvez maintenant vous connecter en utilisant le lien ci-dessous ou en le copiant dans votre navigateur : \\\\r\\\\n\\\\r\\\\n[user:one-time-login-url]\\\\r\\\\n\\\\r\\\\nCe lien ne peut être utilisé qu'une seule fois et vous redirigera vers une page où vous pourrez choisir votre mot de passe.\\\\r\\\\n\\\\r\\\\nAprès avoir choisi votre mot de passe, vous pourrez vous connecter sur [site:login-url] en utilisant : \\\\r\\\\n\\\\r\\\\nNom d'utilisateur : [user:name]\\\\r\\\\nmot de passe : Votre mot de passe\\\\r\\\\n\\\\r\\\\n-- L'équipe de [site:name]\\\",\\\"Account details for [user:display-name] at [site:name]\\\":\\\"Détails du compte [user:display-name] sur [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],\\\\r\\\\n\\\\r\\\\nNous vous remercions pour votre demande d'inscription sur [site:name]. Votre demande est actuellement en cours de validation. Une fois la validation faite, vous recevrez un autre courriel de confirmation contenant les informations vous permettant de vous connecter, choisir votre mot de passe ainsi que d'autres détails.\\\\r\\\\n\\\\r\\\\n\\\\r\\\\n-- L'équipe de [site:name]\\\",\\\"Account details for [user:display-name] at [site:name] (pending admin approval)\\\":\\\"Détails du compte [user:display-name] sur [site:name] (en attente de validation d'un administrateur)\\\",\\\"[user:display-name] has applied for an account.\\\\n\\\\n[user:edit-url]\\\":\\\"[user:display-name] a fait une demande de compte.\\\\r\\\\n\\\\r\\\\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],\\\\r\\\\n\\\\r\\\\nVotre compte sur [site:name] a été activé.\\\\r\\\\n\\\\r\\\\nVous pouvez maintenant vous connecter en cliquant sur le lien ci-dessous ou en le copiant dans votre navigateur : \\\\r\\\\n\\\\r\\\\n[user:one-time-login-url]\\\\r\\\\n\\\\r\\\\nCe lien ne peut être utilisé qu'une seule fois et vous redirigera vers une page où vous pourrez choisir votre mot de passe.\\\\r\\\\n\\\\r\\\\nAprès avoir choisi votre mot de passe, vous pourrez vous connecter sur [site:login-url] en utilisant :\\\\r\\\\n\\\\r\\\\nnom d'utilisateur : [user:account-name]\\\\r\\\\nmot de passe : Votre mot de passe\\\\r\\\\n\\\\r\\\\n-- L'équipe de [site:name]\\\",\\\"Account details for [user:display-name] at [site:name] (approved)\\\":\\\"Détails du compte pour [user:display-name] sur [site:name]\\\",\\\"[user:display-name],\\\\n\\\\nYour account on [site:name] has been blocked.\\\\n\\\\n-- [site:name] team\\\":\\\"[user:display-name],\\\\r\\\\n\\\\r\\\\nVotre compte sur [site:name] a été bloqué.\\\\r\\\\n\\\\r\\\\n-- L'équipe [site:name]\\\",\\\"Account details for [user:display-name] at [site:name] (blocked)\\\":\\\"Détails du compte [user:display-name] sur [site:name] (bloqué)\\\",\\\"[user:display-name],\\\\n\\\\nYour account on [site:name] has been canceled.\\\\n\\\\n-- [site:name] team\\\":\\\"[user:display-name],\\\\r\\\\n\\\\r\\\\nVotre compte sur [site:name] a été annulé.\\\\r\\\\n\\\\r\\\\n-- L'équipe de [site:name]\\\",\\\"Account details for [user:display-name] at [site:name] (canceled)\\\":\\\"Détails du compte [user:display-name] sur [site:name] (annulé)\\\",\\\"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\\\":\\\"‹ précédent\\\",\\\"next ›\\\":\\\"suivant ›\\\",\\\"« first\\\":\\\"« premier\\\",\\\"last »\\\":\\\"dernier »\\\",\\\"#\\\":\\\"#\\\",\\\"Date\\\":\\\"Date\\\",\\\"Subject\\\":\\\"Objet\\\",\\\"From\\\":\\\"A partir de\\\",\\\"To\\\":\\\"À\\\",\\\"There are no mail logs in the database.\\\":\\\"There are no mail logs in the database.\\\",\\\"Maillog\\\":\\\"Maillog\\\",\\\"Public files\\\":\\\"Fichiers publics\\\",\\\"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\\\":\\\"Supprimer le contenu\\\",\\\"Make content sticky\\\":\\\"Épingler un contenu en haut des listes\\\",\\\"Make content unsticky\\\":\\\"Retirer un contenu du haut des listes\\\",\\\"Promote content to front page\\\":\\\"Promouvoir le contenu en page d'accueil\\\",\\\"Publish content\\\":\\\"Publier un contenu\\\",\\\"Save content\\\":\\\"Enregistrer un contenu\\\",\\\"Remove content from front page\\\":\\\"Retirer un contenu de la page d'accueil\\\",\\\"Unpublish content\\\":\\\"Dépublier un contenu\\\",\\\"Delete redirect\\\":\\\"Supprimer une redirection\\\",\\\"Created\\\":\\\"Créé\\\",\\\"Status code\\\":\\\"Code du statut\\\",\\\"300 Multiple Choices\\\":\\\"300 Choix Multiples\\\",\\\"301 Moved Permanently\\\":\\\"301 Redirection Permanente\\\",\\\"302 Found\\\":\\\"302 Trouvé\\\",\\\"303 See Other\\\":\\\"303 Voir Ailleurs\\\",\\\"304 Not Modified\\\":\\\"304 Non Modifié\\\",\\\"305 Use Proxy\\\":\\\"305 Utilise un Proxy\\\",\\\"307 Temporary Redirect\\\":\\\"307 Redirection Temporaire\\\",\\\"Original language\\\":\\\"Langue initiale\\\",\\\"There is no redirect yet.\\\":\\\"There is no redirect yet.\\\",\\\"Block the selected user(s)\\\":\\\"Bloquer le(s) utilisateur(s) sélectionné(s)\\\",\\\"Cancel the selected user account(s)\\\":\\\"Annuler l'(les) utilisateur(s) sélectionné(s)\\\",\\\"Unblock the selected user(s)\\\":\\\"Débloquer le(s) utilisateur(s) sélectionné(s)\\\",\\\"Video Embed Wysiwyg: Thumbnail Preview\\\":\\\"Video Embed Wysiwyg: Thumbnail Preview\\\",\\\"‹‹\\\":\\\"‹‹\\\",\\\"››\\\":\\\"››\\\",\\\"Content type\\\":\\\"Type de contenu\\\",\\\"Lock Date/Time\\\":\\\"Date / Heure du verrouillage\\\",\\\"Lock owner\\\":\\\"Lock owner\\\",\\\"There is no content currently locked.\\\":\\\"There is no content currently locked.\\\",\\\"Icon\\\":\\\"Icône\\\",\\\"WID\\\":\\\"WID\\\",\\\"Severity\\\":\\\"Importance\\\",\\\"Message\\\":\\\"Message\\\",\\\"{{ message }}\\\":\\\"{{ message }}\\\",\\\"User\\\":\\\"Utilisateur\\\",\\\"No log messages available.\\\":\\\"Aucune entrée du journal n'est disponible.\\\",\\\"Fid\\\":\\\"Identifiant (FID)\\\",\\\"MIME type\\\":\\\"Type MIME\\\",\\\"Size\\\":\\\"Taille\\\",\\\"Temporary\\\":\\\"Temporaire\\\",\\\"Permanent\\\":\\\"Permanent\\\",\\\"Upload date\\\":\\\"Date de transfert\\\",\\\"Changed date\\\":\\\"Date de modification\\\",\\\"Used in\\\":\\\"Utilisé dans\\\",\\\"1 place\\\\u0003@count places\\\":\\\"1 place\\\\u0003@count places\\\",\\\"Filename\\\":\\\"Nom du fichier\\\",\\\"No files available.\\\":\\\"Aucun fichier disponible.\\\",\\\"Files overview\\\":\\\"Vue d'ensemble des fichiers\\\",\\\"File usage\\\":\\\"Utilisation du fichier\\\",\\\"Entity\\\":\\\"Entité\\\",\\\"Entity type\\\":\\\"Type d'entité\\\",\\\"Registering module\\\":\\\"Enregistrement du module\\\",\\\"Use count\\\":\\\"Nombre d'utilisations\\\",\\\"1\\\\u0003@count\\\":\\\"1\\\\u0003@count\\\",\\\"File usage information for {{ arguments.fid }}\\\":\\\"Information d'utilisation du fichier {{ arguments.fid }}\\\",\\\"{{ arguments.created_year_month }}\\\":\\\"{{ arguments.created_year_month }}\\\",\\\"Block\\\":\\\"Bloc\\\",\\\"More\\\":\\\"Plus\\\",\\\"Feed\\\":\\\"Flux\\\",\\\"Last update\\\":\\\"Dernière mise à jour\\\",\\\"Attachment\\\":\\\"Fichier attaché\\\",\\\"{{ arguments.tid }}\\\":\\\"{{ arguments.tid }}\\\",\\\"Translation status\\\":\\\"Statut de la traduction\\\",\\\"{{ translation_status }}\\\\n{% if translation_outdated %} {{ 'outdated'|t }}{% endif %}\\\":\\\"{{ translation_status }}\\\\n{% if translation_outdated %} {{ 'outdated'|t }}{% endif %}\\\",\\\"Translation operations\\\":\\\"Translation operations\\\",\\\"Source language\\\":\\\"Langue d'origine\\\",\\\"Translation outdated\\\":\\\"Traduction périmée\\\",\\\"Target language\\\":\\\"Target language\\\",\\\"Outdated\\\":\\\"Obsolète\\\",\\\"Content Translation jobs\\\":\\\"Content Translation jobs\\\",\\\"A list of new users\\\":\\\"Une liste des nouveaux utilisateurs\\\",\\\"A user is considered online for this long after they have last viewed a page.\\\":\\\"Durée pendant laquelle on considère qu'un utilisateur est en ligne après qu'il ait vu une page pour la dernière fois.\\\",\\\"Who's online\\\":\\\"Utilisateurs en ligne\\\",\\\"There are currently @total users online.\\\":\\\"Il y a actuellement @total utilisateurs en ligne.\\\",\\\"There are currently 0 users online.\\\":\\\"Il y a actuellement 0 utilisateurs en ligne.\\\",\\\"A list of users that are currently logged in.\\\":\\\"Une liste d'utilisateurs actuellement connectés.\\\",\\\"Transition ID\\\":\\\"Transition ID\\\",\\\"Timestamp\\\":\\\"Horodatage\\\",\\\"Field name\\\":\\\"Nom du champ\\\",\\\"From state\\\":\\\"From state\\\",\\\"To state\\\":\\\"To state\\\",\\\"User ID\\\":\\\"Identifiant (ID) utilisateur\\\",\\\"Log message\\\":\\\"Message de journal\\\",\\\"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\\\":\\\"Mettre à jour l'alias d'URL\\\",\\\"!modules modules are available in the modified list.\\\":\\\"Les modules !modules sont disponibles dans la liste modifiée.\\\",\\\"Hide\\\":\\\"Masquer\\\",\\\"Show\\\":\\\"Afficher\\\",\\\"Re-order rows by numerical weight instead of dragging.\\\":\\\"Ré-ordonner les lignes avec des poids numériques plutôt qu'en les déplaçant.\\\",\\\"Show row weights\\\":\\\"Afficher le poids des lignes\\\",\\\"Hide row weights\\\":\\\"Cacher le poids des lignes\\\",\\\"Drag to re-order\\\":\\\"Cliquer-déposer pour ré-organiser\\\",\\\"You have unsaved changes.\\\":\\\"Vous avez des changements non enregistrés.\\\",\\\"List additional actions\\\":\\\"Lister les actions supplémentaires\\\",\\\"Select all rows in this table\\\":\\\"Sélectionner toutes les lignes du tableau\\\",\\\"Deselect all rows in this table\\\":\\\"Désélectionner toutes les lignes du tableau\\\",\\\"Select only items on this page\\\":\\\"Select only items on this page\\\",\\\"(active tab)\\\":\\\"(onglet actif)\\\",\\\"Value\\\":\\\"Valeur\\\",\\\"Remove\\\":\\\"Retirer\\\",\\\"None\\\":\\\"Aucun(e)\\\",\\\"Country\\\":\\\"Pays\\\",\\\"Required\\\":\\\"Requis\\\",\\\"Field\\\":\\\"Champ\\\",\\\"Default\\\":\\\"Par défaut\\\",\\\"Address\\\":\\\"Adresse\\\",\\\"Override\\\":\\\"Supplanter\\\",\\\"Optional\\\":\\\"Facultatif\\\",\\\"Plain\\\":\\\"Brut\\\",\\\"Postal code\\\":\\\"Code postal\\\",\\\"Hidden\\\":\\\"Caché\\\",\\\"Site default\\\":\\\"Réglages par défaut du site\\\",\\\"Locality\\\":\\\"Localité\\\",\\\"Default value\\\":\\\"Valeur par défaut\\\",\\\"Language code\\\":\\\"Code de la langue\\\",\\\"Family name\\\":\\\"Nom de famille\\\",\\\"Organization\\\":\\\"Organisation\\\",\\\"Country code\\\":\\\"Code pays\\\",\\\"Zone\\\":\\\"Zone\\\",\\\"Field types\\\":\\\"Types de champs\\\",\\\"Default country\\\":\\\"Pays par défaut\\\",\\\"The postal code.\\\":\\\"Le code postal.\\\",\\\"Dependent locality\\\":\\\"Localité dépendante\\\",\\\"Administrative area\\\":\\\"Zone administrative\\\",\\\"Given name\\\":\\\"Nom d'usage\\\",\\\"Available countries\\\":\\\"Pays disponibles\\\",\\\"If no countries are selected, all countries will be available.\\\":\\\"Si aucun pays n'est sélectionné, tous les pays seront disponibles.\\\",\\\"@name field is required.\\\":\\\"Le champ @name est requis.\\\",\\\"Shown\\\":\\\"Affiché\\\",\\\"The given name.\\\":\\\"Le prénom.\\\",\\\"- Site default -\\\":\\\"- Par défaut -\\\",\\\"Address requires the commerceguys/addressing library.\\\":\\\"Address recquiert la librairie commerceguy/addressing.\\\",\\\"Provides functionality for handling postal addresses.\\\":\\\"Fournit la fonctionnalité de gestion des adresses postales.\\\",\\\"Included postal codes\\\":\\\"Codes postaux inclus\\\",\\\"Excluded postal codes\\\":\\\"Codes postaux exclus\\\",\\\"Sorting code\\\":\\\"Code de tri\\\",\\\"First line of the address block\\\":\\\"Première ligne de l'adresse\\\",\\\"Second line of the address block\\\":\\\"Deuxième ligne de l'adresse\\\",\\\"Address field settings\\\":\\\"Paramètres du champ Address\\\",\\\"Used fields\\\":\\\"Champs utilisés\\\",\\\"Language override\\\":\\\"Surcharge linguistique\\\",\\\"The language code.\\\":\\\"Le code de la langue.\\\",\\\"The two-letter country code.\\\":\\\"Le code pays à deux lettres.\\\",\\\"The top-level administrative subdivision of the country.\\\":\\\"La sous-division administrative de plus haut niveau du pays.\\\",\\\"The locality (i.e. city).\\\":\\\"La localité (i.e. ville).\\\",\\\"The dependent locality (i.e. neighbourhood).\\\":\\\"La localité dépendante (i.e. voisinage).\\\",\\\"The sorting code.\\\":\\\"Le code de tri.\\\",\\\"The first line of the address block.\\\":\\\"La première ligne de l'adresse.\\\",\\\"The second line of the address block.\\\":\\\"La deuxième ligne de l'adresse.\\\",\\\"The organization\\\":\\\"L'organisation\\\",\\\"Ensures entered addresses are always formatted in the same language.\\\":\\\"Vérifie que les adresses saisies soient toujours formatées dans la même langue.\\\",\\\"- No override -\\\":\\\"- Aucune surcharge -\\\",\\\"An entity field containing a postal address\\\":\\\"Un champ d'entité contenant une adresse postale\\\",\\\"@name field must be blank.\\\":\\\"Le champ @name doit être vide.\\\",\\\"@name field is not in the right format.\\\":\\\"Le champ @name n'est pas au bon format.\\\",\\\"The country %value is not valid.\\\":\\\"Le pays %value n'est pas valide.\\\",\\\"The country %value is not available.\\\":\\\"Le pays %value n'est pas disponible.\\\",\\\"A regular expression (\\\\\\\"/(35|38)[0-9]{3}/\\\\\\\") or comma-separated list, including ranges (\\\\\\\"98, 100:200\\\\\\\")\\\":\\\"Une expression régulière (\\\\\\\"/(35|38)[0-9]{3}/\\\\\\\") ou une liste d'intervalles séparés par des virgules (\\\\\\\"98, 100:200\\\\\\\")\\\",\\\"Default country: @country\\\":\\\"Pays par défaut: @country\\\",\\\"Updated the names and subdivisions of each address.\\\":\\\"Les noms et sous-divisions de chaque adresse ont été mis à jour.\\\",\\\"Additional name\\\":\\\"Nom additionnel\\\",\\\"The additional name.\\\":\\\"Le nom additionnel.\\\",\\\"The family name.\\\":\\\"Le nom de famille.\\\",\\\"Delete\\\":\\\"Supprimer\\\",\\\"Development\\\":\\\"Développement\\\",\\\"Administration\\\":\\\"Administration\\\",\\\"Edit\\\":\\\"Modifier\\\",\\\"Types\\\":\\\"Types\\\",\\\"Settings\\\":\\\"Paramètres\\\",\\\"Import\\\":\\\"Importer\\\",\\\"Export\\\":\\\"Exporter\\\",\\\"Update\\\":\\\"Mettre à jour\\\",\\\"Views\\\":\\\"Vues\\\",\\\"Menu\\\":\\\"Menu\\\",\\\"Logout\\\":\\\"Déconnexion\\\",\\\"Add menu\\\":\\\"Ajouter un menu\\\",\\\"Permissions\\\":\\\"Droits\\\",\\\"Plugin\\\":\\\"Plugin\\\",\\\"Add vocabulary\\\":\\\"Ajouter un vocabulaire\\\",\\\"Manage fields\\\":\\\"Gérer les champs\\\",\\\"Index\\\":\\\"Index\\\",\\\"Render cache\\\":\\\"Cache de rendu\\\",\\\"Reinstall modules\\\":\\\"Réinstaller les modules\\\",\\\"Session viewer\\\":\\\"Visionneur de session\\\",\\\"Devel\\\":\\\"Devel\\\",\\\"About\\\":\\\"À propos\\\",\\\"Add a new user\\\":\\\"Ajouter un utilisateur\\\",\\\"Rebuild menu\\\":\\\"Reconstruire le menu\\\",\\\"Run cron\\\":\\\"Lancer la tâche planifiée (cron)\\\",\\\"Run updates\\\":\\\"Lancer les mises à jour\\\",\\\"Uses\\\":\\\"Utilisations\\\",\\\"Execute PHP Code\\\":\\\"Exécuter du code PHP\\\",\\\"Theme registry\\\":\\\"Registre du thème\\\",\\\"Devel settings\\\":\\\"Paramètres de Devel\\\",\\\"Add link\\\":\\\"Ajouter un lien\\\",\\\"Add content type\\\":\\\"Ajouter un type de contenu\\\",\\\"Cron ran successfully.\\\":\\\"La tâche planifiée (cron) a réussi.\\\",\\\"Flush all caches\\\":\\\"Vider tous les caches\\\",\\\"Manage display\\\":\\\"Gérer l'affichage\\\",\\\"Detection and selection\\\":\\\"Détection et sélection\\\",\\\"Add custom block\\\":\\\"Ajouter un bloc personnalisé\\\",\\\"Add media\\\":\\\"Ajouter un média\\\",\\\"Edit permissions\\\":\\\"Modifier les droits\\\",\\\"Install new module\\\":\\\"Installer un nouveau module\\\",\\\"Install new theme\\\":\\\"Installer un nouveau thème\\\",\\\"Add new view\\\":\\\"Créer une nouvelle vue\\\",\\\"Add new view mode\\\":\\\"Ajouter un nouveau mode de visualisation\\\",\\\"Manage form display\\\":\\\"Gérer l'affichage du formulaire\\\",\\\"Twig\\\":\\\"Twig\\\",\\\"Used in views\\\":\\\"Utilisés dans les vues\\\",\\\"All caches cleared.\\\":\\\"Tous les caches ont été vidés.\\\",\\\"Add a new role\\\":\\\"Ajouter un rôle\\\",\\\"Custom block library\\\":\\\"Bibliothèque de blocs personnalisés\\\",\\\"Add new form mode\\\":\\\"Ajouter un nouveau mode de saisie\\\",\\\"Add contact form\\\":\\\"Ajouter un formulaire de contact\\\",\\\"Admin Toolbar\\\":\\\"Admin Toolbar\\\",\\\"Static caches\\\":\\\"Caches statiques\\\",\\\"Flush Css and Javascript\\\":\\\"Vider le cache Css et Javascript\\\",\\\"CSS and JavaScript cache cleared.\\\":\\\"Les caches CSS et Javascript sont vidés.\\\",\\\"Admin Toolbar Extra Tools\\\":\\\"Admin Toolbar Extra Tools\\\",\\\"Config editor\\\":\\\"Éditeur de configuration\\\",\\\"State editor\\\":\\\"Éditeur des états (State Api)\\\",\\\"Entity Info\\\":\\\"Informations de l'entité\\\",\\\"Uninstall module\\\":\\\"Désinstaller le module\\\",\\\"Form API field types\\\":\\\"Types de champ Form API\\\",\\\"Webprofiler settings\\\":\\\"Paramètres du Webprofiler\\\",\\\"Adds menu links to the Admin Toolbar.\\\":\\\"Ajoute des liens de menu dans la barre d'outils administrative.\\\",\\\"Flush CSS and Javascript\\\":\\\"Purger les CSS et Javascript\\\",\\\"Flush plugins cache\\\":\\\"Purger le cache des plugins\\\",\\\"Flush static cache\\\":\\\"Purger le cache statique\\\",\\\"Flush routing and links cache\\\":\\\"Purger le cache des liens et de routage\\\",\\\"Flush render cache\\\":\\\"Purger le cache de rendu\\\",\\\"Plugins cache cleared.\\\":\\\"Le cache des plugins est vidé.\\\",\\\"Static cache cleared.\\\":\\\"Le cache statique est vidé.\\\",\\\"Routing and links cache cleared.\\\":\\\"Le cache des liens et du routage est vidé.\\\",\\\"Render cache cleared.\\\":\\\"Le cache de rendu est vidé.\\\",\\\"Web Profiler settings\\\":\\\"Paramètres du Webprofiler\\\",\\\"Format\\\":\\\"Format\\\",\\\"Unknown\\\":\\\"Inconnu\\\",\\\"Drupal\\\":\\\"Drupal\\\",\\\"Fields\\\":\\\"Champs\\\",\\\"Allowed HTML tags\\\":\\\"Balises HTML autorisées\\\",\\\"...\\\":\\\"...\\\",\\\"If checked, a \\\\\\\"...\\\\\\\" will be added if a field was trimmed.\\\":\\\"Si coché, des points de suspension (...) seront ajoutés si le champ est coupé.\\\",\\\"Limit allowed HTML tags\\\":\\\"Limiter aux balises HTML autorisées\\\",\\\"Trim length\\\":\\\"Longueur de coupe\\\",\\\"jPlayer\\\":\\\"jPlayer\\\",\\\"Responsive\\\":\\\"Adaptatif\\\",\\\"User interface\\\":\\\"Interface utilisateur\\\",\\\"Contains\\\":\\\"Contient\\\",\\\"Starts with\\\":\\\"Commence par\\\",\\\"%name must be an integer.\\\":\\\"%name doit être un entier.\\\",\\\"%name must be a positive integer.\\\":\\\"%name doit être un entier positif.\\\",\\\"Enable\\\":\\\"Activer\\\",\\\"Enabled\\\":\\\"Activé\\\",\\\"Timeout value in seconds\\\":\\\"Délai d'expiration en secondes\\\",\\\"Enable logging of automatically logged out users\\\":\\\"Activer l'enregistrement des utilisateurs déconnectés automatiquement dans le journal\\\",\\\"User Settings\\\":\\\"Paramètres de l'utilisateur\\\",\\\"Redirect URL at logout\\\":\\\"URL de redirection à la déconnexion\\\",\\\"Enable watchdog Automated Logout logging\\\":\\\"Activer l'enregistrement des déconnexions automatiques dans le watchdog\\\",\\\"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%.\\\":\\\"Modifier l'affichage de l'horloge dynamique. Les valeurs de remplacement disponibles sont : %day% (jour), %month% (mois), %year% (année), %dow% (jour de semaine), %moy% (mois de l'année), %years% (années), %ydays% (jours de l'année), %days% (jours), %hours% (heures), %mins% (minutes), et %secs% (secondes).\\\",\\\"Session automatically closed for %name by autologout.\\\":\\\"Session automatiquement fermée pour %name par autologout.\\\",\\\"Message to display\\\":\\\"Message à afficher\\\",\\\"Login\\\":\\\"Identifiant\\\",\\\"Back\\\":\\\"Précédent\\\",\\\"Reset password\\\":\\\"Réinitialiser le mot de passe\\\",\\\"Register a new account\\\":\\\"Créer un nouveau compte\\\",\\\"Forgot your password?\\\":\\\"Vous avez perdu votre mot de passe ?\\\",\\\"Advanced options\\\":\\\"Options avancées\\\",\\\"Links\\\":\\\"Liens\\\",\\\"Horizontal\\\":\\\"Horizontal\\\",\\\"Vertical\\\":\\\"Vertical\\\",\\\"Select None\\\":\\\"Aucun\\\",\\\"Orientation\\\":\\\"Orientation\\\",\\\"More options\\\":\\\"Plus d'options\\\",\\\"Single on/off checkbox\\\":\\\"Case à cocher on/off unique\\\",\\\"Step\\\":\\\"Étape\\\",\\\"Select All\\\":\\\"Tout sélectionner\\\",\\\"Hide submit button\\\":\\\"Masquer le bouton de soumission\\\",\\\"Sort options\\\":\\\"Options de tri\\\",\\\"- Any -\\\":\\\"- Tout -\\\",\\\"Animate\\\":\\\"Animer\\\",\\\"Display exposed filter as\\\":\\\"Afficher filtre exposé comme\\\",\\\"Checkboxes/Radio Buttons\\\":\\\"Cases à cocher/Boutons radio\\\",\\\"Input required\\\":\\\"Valeur requise\\\",\\\"Autosubmit\\\":\\\"Soumettre automatiquement\\\",\\\"Automatically submit the form once an element is changed.\\\":\\\"Soumettre automatiquement le formulaire dès qu'un élément est modifié.\\\",\\\"Hide submit button if javascript is enabled.\\\":\\\"Masquer le bouton de soumission si le javascript est activé.\\\",\\\"Other\\\":\\\"Autre\\\",\\\"CSS class(es)\\\":\\\"Classe(s) CSS\\\",\\\"Block Class\\\":\\\"Block Class\\\",\\\"Usage\\\":\\\"Utilisation\\\",\\\"Customize the styling of this block by adding CSS classes. Separate multiple classes by spaces.\\\":\\\"Personnaliser le style de ce bloc en ajoutant des classes CSS. Séparer les multiples classes par des espaces.\\\",\\\"Prefix\\\":\\\"Préfixe\\\",\\\"Suffix\\\":\\\"Suffixe\\\",\\\"default\\\":\\\"défaut\\\",\\\"hours\\\":\\\"heures\\\",\\\"days\\\":\\\"jours\\\",\\\"Computed\\\":\\\"Calculé\\\",\\\"Computed Field\\\":\\\"Computed Field\\\",\\\"Maximum length\\\":\\\"Taille maximale\\\",\\\"Cache\\\":\\\"Cache\\\",\\\"second\\\":\\\"seconde\\\",\\\"seconds\\\":\\\"secondes\\\",\\\"minute\\\":\\\"minute\\\",\\\"minutes\\\":\\\"minutes\\\",\\\"day\\\":\\\"jour\\\",\\\"hour\\\":\\\"heure\\\",\\\"Unformatted\\\":\\\"Non mis en forme\\\",\\\"PHP Code\\\":\\\"Code PHP\\\",\\\"Float\\\":\\\"Réel (Float)\\\",\\\"Precision\\\":\\\"Précision\\\",\\\"The total number of digits to store in the database, including those to the right of the decimal.\\\":\\\"Le nombre total de chiffres à stocker dans la base de données, en incluant ceux à droite de la virgule.\\\",\\\"The number of digits to the right of the decimal.\\\":\\\"Nombre de chiffres à la droite du marqueur décimal.\\\",\\\"off\\\":\\\"off\\\",\\\"Decimal value\\\":\\\"Valeur décimale\\\",\\\"The maximum length of the field in characters.\\\":\\\"La longueur maximale du champ en nombre de caractères.\\\",\\\"Define a string that should be prefixed to the value, like '$ ' or '€ '. Leave blank for none. Separate singular and plural values with a pipe ('pound|pounds').\\\":\\\"Définir une chaîne préfixant la valeur comme par exemple '$ ' ou '€'. Laisser vide pour ne rien ajouter. Laisser vide pour ne pas préfixer. Séparer les valeurs du singulier et du pluriel avec un pipe ('gramme|grammes').\\\",\\\"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').\\\":\\\"Défini une chaîne qui doit être suffixée par une valeur telle que 'm ' ou 'kb/s'. Laisser vide pour ne rien ajouter. Séparer les valeurs singulier et pluriel avec un pipe, par exemple : ('mètre|mètres').\\\",\\\"Integer value\\\":\\\"Valeur numérique entière\\\",\\\"Config\\\":\\\"Configuration\\\",\\\"Ignore\\\":\\\"Ignorer\\\",\\\"Description\\\":\\\"Description\\\",\\\"Disable\\\":\\\"Désactiver\\\",\\\"Weight\\\":\\\"Poids\\\",\\\"Label\\\":\\\"Étiquette\\\",\\\"Modules\\\":\\\"Modules\\\",\\\"ID\\\":\\\"Identifiant (ID)\\\",\\\"Folder\\\":\\\"Répertoire\\\",\\\"Are you sure you want to delete %name?\\\":\\\"Êtes-vous sûr(e) de vouloir supprimer %name ?\\\",\\\"Themes\\\":\\\"Thèmes\\\",\\\"Machine name\\\":\\\"Nom système\\\",\\\"Additional configuration\\\":\\\"Configuration complémentaire\\\",\\\"content @type: deleted @label.\\\":\\\"Contenu @type : @label supprimé.\\\",\\\"Disabled\\\":\\\"Désactivé\\\",\\\"Custom\\\":\\\"Personnalisé\\\",\\\"General\\\":\\\"Général\\\",\\\"Verbose\\\":\\\"Mode verbeux\\\",\\\"Configuration\\\":\\\"Configuration\\\",\\\"disable\\\":\\\"désactiver\\\",\\\"Break lock\\\":\\\"Rompre le verrou\\\",\\\"Unlock\\\":\\\"Déverrouiller\\\",\\\"Lock Timeouts\\\":\\\"Expiration du verrou\\\",\\\"Is Locked\\\":\\\"Est Verrouillé\\\",\\\"Whether the node is currently locked\\\":\\\"Si le nœud est actuellement verrouillé\\\",\\\"Entity types\\\":\\\"Types d'entités\\\",\\\"Group\\\":\\\"Groupe\\\",\\\"Category\\\":\\\"Catégorie\\\",\\\"Save\\\":\\\"Enregistrer\\\",\\\"Region\\\":\\\"Région\\\",\\\"Theme\\\":\\\"Thème\\\",\\\"Add block\\\":\\\"Ajouter un bloc\\\",\\\"Add condition\\\":\\\"Ajouter une condition\\\",\\\"Conditions\\\":\\\"Conditions\\\",\\\"Condition\\\":\\\"Condition\\\",\\\"Configure block\\\":\\\"Configurer le bloc\\\",\\\"Blocks\\\":\\\"Blocs\\\",\\\"Delete block\\\":\\\"Supprimer le bloc\\\",\\\"Context\\\":\\\"Contexte\\\",\\\"Add context\\\":\\\"Ajouter un contexte\\\",\\\"Regions\\\":\\\"Régions\\\",\\\"Associate menus, views, blocks, etc. with different contexts to structure your site.\\\":\\\"Associer des menus, vues, blocs, etc. avec différents contextes pour structurer votre site.\\\",\\\"Context UI\\\":\\\"Contexte UI\\\",\\\"Provides a simple UI for settings up a site structure using Context.\\\":\\\"Fournit une interface simple pour paramétrer un site avec Context.\\\",\\\"Save and continue\\\":\\\"Enregistrer et continuer\\\",\\\"Section class\\\":\\\"Classe de la section\\\",\\\"No blocks in this region\\\":\\\"Aucun bloc dans cette région\\\",\\\"Reactions\\\":\\\"Réactions\\\",\\\"Unique\\\":\\\"Unique\\\",\\\"Delete context\\\":\\\"Supprimer le contexte\\\",\\\"Require all conditions\\\":\\\"Remplir toutes les 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.\\\":\\\"Si coché, toutes les conditions devront être remplies pour que ce contexte soit actif. Sinon, la première condition remplie activera ce contexte.\\\",\\\"Weight for @block block\\\":\\\"Poids du bloc @block\\\",\\\"Region for @block block\\\":\\\"Région du bloc @block\\\",\\\"Place block\\\":\\\"Positionner un bloc\\\",\\\"Select the region where this block should be displayed.\\\":\\\"Sélectionner la région où ce bloc doit être affiché.\\\",\\\"Filter by block name\\\":\\\"Filtrer par nom de bloc\\\",\\\"Enter a part of the block name to filter by.\\\":\\\"Saisir une partie du nom du bloc pour filtrer.\\\",\\\"Page with blocks\\\":\\\"Page avec blocs\\\",\\\"No blocks available.\\\":\\\"Aucun bloc disponible.\\\",\\\"Previous\\\":\\\"Précédent\\\",\\\"Next\\\":\\\"Suivant\\\",\\\"Cancel\\\":\\\"Annuler\\\",\\\"This action cannot be undone.\\\":\\\"Cette action est irréversible.\\\",\\\"Summary\\\":\\\"Résumé\\\",\\\"Options\\\":\\\"Options\\\",\\\"Data type\\\":\\\"Type de données\\\",\\\"Inline\\\":\\\"Sur la même ligne\\\",\\\"Data Type\\\":\\\"Type de données\\\",\\\"Order\\\":\\\"Ordre\\\",\\\"Relationship\\\":\\\"Relation\\\",\\\"Information\\\":\\\"Informations\\\",\\\"Above\\\":\\\"Au-dessus\\\",\\\"Pager\\\":\\\"Pagination\\\",\\\"Add required context\\\":\\\"Ajouter un contexte obligatoire\\\",\\\"Finish\\\":\\\"Finir\\\",\\\"Formatter\\\":\\\"Outil de mise en forme\\\",\\\"Add Relationship\\\":\\\"Ajouter une relation\\\",\\\"@description\\\":\\\"@description\\\",\\\"Chaos tool suite\\\":\\\"Chaos tool suite\\\",\\\"Sort descending\\\":\\\"Trier par ordre décroissant\\\",\\\"Sort ascending\\\":\\\"Trier par ordre croissant\\\",\\\"Chaos tools\\\":\\\"Chaos tools\\\",\\\"Allow settings\\\":\\\"Permettre les paramètres\\\",\\\"Pager offset\\\":\\\"Décalage de la pagination\\\",\\\"Field formatter\\\":\\\"Mise en forme de champ\\\",\\\"Pager type\\\":\\\"Type de pagination\\\",\\\"Display all items\\\":\\\"Afficher tous les éléments\\\",\\\"Display a specified number of items\\\":\\\"Afficher un nombre défini d'éléments\\\",\\\"Machine Name\\\":\\\"Nom système\\\",\\\"UUID\\\":\\\"Identifiant universel unique (UUID)\\\",\\\"View mode\\\":\\\"Mode d'affichage\\\",\\\"Weight for @title\\\":\\\"Poids pour @title\\\",\\\"Third party settings\\\":\\\"Paramètres des tierces-parties\\\",\\\"@entity\\\":\\\"@entity\\\",\\\"For example, set this to 3 and the first 3 items will not be displayed.\\\":\\\"Par exemple, en le paramétrant à 3, les 3 premiers éléments ne seront pas affichés.\\\",\\\"Context assignments\\\":\\\"Affectations des contextes\\\",\\\"Format type machine name\\\":\\\"Nom système du type de format\\\",\\\"Visually Hidden\\\":\\\"Non affiché\\\",\\\"Date/Time\\\":\\\"Date/Heure\\\",\\\"A user-defined date format. See the PHP manual for available options.\\\":\\\"Un format de date défini par l'utilisateur. Voir le manuel PHP pour les options disponibles.\\\",\\\"Forms\\\":\\\"Formulaires\\\",\\\"Home\\\":\\\"Accueil\\\",\\\"user\\\":\\\"utilisateur\\\",\\\"Pages\\\":\\\"Pages\\\",\\\"Save configuration\\\":\\\"Enregistrer la configuration\\\",\\\"delete\\\":\\\"supprimer\\\",\\\"Create a new user account.\\\":\\\"Créer un nouveau compte utilisateur.\\\",\\\"Markup\\\":\\\"Balisage\\\",\\\"Approve\\\":\\\"Approuver\\\",\\\"Submit\\\":\\\"Soumettre\\\",\\\"Moderated content\\\":\\\"Contenu modéré\\\",\\\"Attribute\\\":\\\"Attribut\\\",\\\"Email address\\\":\\\"Adresse de courriel\\\",\\\"Groups\\\":\\\"Groupes\\\",\\\"Replies\\\":\\\"Réponses\\\",\\\"Closed\\\":\\\"Fermé\\\",\\\"yes\\\":\\\"oui\\\",\\\"Send email\\\":\\\"Envoyer un courriel\\\",\\\"Actions\\\":\\\"Actions\\\",\\\"disabled\\\":\\\"désactivé\\\",\\\"Confirm\\\":\\\"Confirmer\\\",\\\"Last comment\\\":\\\"Dernier commentaire\\\",\\\"Explanation or submission guidelines\\\":\\\"Explication ou directives pour la contribution\\\",\\\"Email settings\\\":\\\"Paramètres des courriels\\\",\\\"footer\\\":\\\"pied de page\\\",\\\"Comments\\\":\\\"Commentaires\\\",\\\"not verified\\\":\\\"non vérifié\\\",\\\"Action\\\":\\\"Action\\\",\\\"Last updated\\\":\\\"Dernière mise à jour\\\",\\\"For\\\":\\\"Pour\\\",\\\"new\\\":\\\"nouveau\\\",\\\"Tags\\\":\\\"Étiquettes\\\",\\\"Block title\\\":\\\"Titre du bloc\\\",\\\"The title of the block as shown to the user.\\\":\\\"Le titre du bloc tel qu'il est affiché à l'utilisateur\\\",\\\"Taxonomy\\\":\\\"Taxonomie\\\",\\\"Logging\\\":\\\"Journalisation\\\",\\\"Content types\\\":\\\"Types de contenu\\\",\\\"Homepage\\\":\\\"Page d'accueil\\\",\\\"Home page\\\":\\\"Page d'accueil\\\",\\\"Download\\\":\\\"Téléchargement\\\",\\\"Version\\\":\\\"Version\\\",\\\"view\\\":\\\"voir\\\",\\\"unpublished\\\":\\\"non publié\\\",\\\"updated\\\":\\\"mis à jour\\\",\\\"Overview\\\":\\\"Vue d'ensemble\\\",\\\"File information\\\":\\\"Information sur le fichier\\\",\\\"File\\\":\\\"Fichier\\\",\\\"Tag\\\":\\\"Étiquette\\\",\\\"File path\\\":\\\"Chemin du fichier\\\",\\\"Release notes\\\":\\\"Notes de version\\\",\\\"Search\\\":\\\"Rechercher\\\",\\\"Daily\\\":\\\"Quotidien\\\",\\\"Weekly\\\":\\\"Hebdomadaire\\\",\\\"Monthly\\\":\\\"Mensuellement\\\",\\\"Display settings\\\":\\\"Paramètres d'affichage\\\",\\\"taxonomy terms\\\":\\\"termes de taxonomie\\\",\\\"Test\\\":\\\"Tester\\\",\\\"Number\\\":\\\"Nombre\\\",\\\"Account Name\\\":\\\"Nom du compte\\\",\\\"Password\\\":\\\"Mot de passe\\\",\\\"Block settings\\\":\\\"Paramètres du bloc\\\",\\\"- None -\\\":\\\"- Aucun(e) -\\\",\\\"The configuration options have been saved.\\\":\\\"Les options de configuration ont été enregistrées.\\\",\\\"Link\\\":\\\"Lien\\\",\\\"Image\\\":\\\"Image\\\",\\\"Center\\\":\\\"Centre\\\",\\\"Help text\\\":\\\"Texte d'aide\\\",\\\"Hierarchy\\\":\\\"Hiérarchie\\\",\\\"Multiple\\\":\\\"Multiple\\\",\\\"root\\\":\\\"racine\\\",\\\"Parent\\\":\\\"Parent\\\",\\\"Pages at a given level are ordered first by weight and then by title.\\\":\\\"Les pages d'un même niveau sont d'abord classées par poids, puis dans l’ordre alphabétique des titres.\\\",\\\"Depth\\\":\\\"Profondeur\\\",\\\"none\\\":\\\"aucun(e)\\\",\\\"Add container\\\":\\\"Ajouter un conteneur\\\",\\\"edit container\\\":\\\"modifier le conteneur\\\",\\\"edit\\\":\\\"modifier\\\",\\\"Go to parent page\\\":\\\"Aller à la page parente\\\",\\\"Book\\\":\\\"Livre\\\",\\\"Description field\\\":\\\"Champ description\\\",\\\"settings\\\":\\\"paramètres\\\",\\\"Node ID\\\":\\\"Identifiant (ID) du nœud\\\",\\\"Outline\\\":\\\"Structure\\\",\\\"header\\\":\\\"en-tête\\\",\\\"Preview\\\":\\\"Aperçu\\\",\\\"Session opened for %name.\\\":\\\"Session ouverte pour %name.\\\",\\\"Image settings\\\":\\\"Paramètres d'image\\\",\\\"True\\\":\\\"Vrai\\\",\\\"False\\\":\\\"Faux\\\",\\\"Preset Name\\\":\\\"Nom du style\\\",\\\"Blank\\\":\\\"Vide\\\",\\\"Sunday\\\":\\\"Dimanche\\\",\\\"Monday\\\":\\\"Lundi\\\",\\\"Tuesday\\\":\\\"Mardi\\\",\\\"Wednesday\\\":\\\"Mercredi\\\",\\\"Email\\\":\\\"Courriel\\\",\\\"Thursday\\\":\\\"Jeudi\\\",\\\"Email Registration\\\":\\\"Email Registration\\\",\\\"Friday\\\":\\\"Vendredi\\\",\\\"Conflict\\\":\\\"Conflit\\\",\\\"Saturday\\\":\\\"Samedi\\\",\\\"Email Registration / LoginToboggan Conflict\\\":\\\"Conflit entre Email Registration et LoginToboggan\\\",\\\"Core\\\":\\\"Cœur\\\",\\\"Too many failed login attempts from your IP address. This IP address is temporarily blocked. Try again later or request a new password.\\\":\\\"Trop d'échecs de connexion à partir de votre adresse IP. Cette adresse IP est temporairement bloquée. Réessayer ultérieurement ou demander un nouveau mot de passe.\\\",\\\"High\\\":\\\"Haute\\\",\\\"Too many failed login attempts for this account. It is temporarily blocked. Try again later or request a new password.\\\":\\\"Trop d'échec de connexion pour ce compte. Il est temporairement bloqué. Réessayer ultérieurement ou demander un nouveau mot de passe.\\\",\\\"Low\\\":\\\"Faible\\\",\\\"Album\\\":\\\"Album\\\",\\\"Artist\\\":\\\"Artiste\\\",\\\"Add new\\\":\\\"Ajouter nouveau\\\",\\\"Time\\\":\\\"Heure\\\",\\\"Access\\\":\\\"Accès\\\",\\\"Add\\\":\\\"Ajouter\\\",\\\"View\\\":\\\"Voir\\\",\\\"Length\\\":\\\"Longueur\\\",\\\"Audio\\\":\\\"Audio\\\",\\\"History\\\":\\\"Historique\\\",\\\"hidden\\\":\\\"caché\\\",\\\"URL\\\":\\\"URL\\\",\\\"Path\\\":\\\"Chemin\\\",\\\"File extensions\\\":\\\"Extensions de fichier\\\",\\\"Vocabularies\\\":\\\"Vocabulaires\\\",\\\"Form ID\\\":\\\"Identifiant (ID) du formulaire\\\",\\\"Clear index\\\":\\\"Vider l'index\\\",\\\"General discussion\\\":\\\"Discussion générale\\\",\\\"edit forum\\\":\\\"modifier le forum\\\",\\\"Forum name\\\":\\\"Nom du forum\\\",\\\"forum\\\":\\\"forum\\\",\\\"Manage\\\":\\\"Gérer\\\",\\\"Refresh\\\":\\\"Actualiser\\\",\\\"link\\\":\\\"lien\\\",\\\"Anchor\\\":\\\"Ancre\\\",\\\"File directory\\\":\\\"Répertoire du fichier\\\",\\\"Embed\\\":\\\"Intégré\\\",\\\"Upload destination\\\":\\\"Destination pour le transfert\\\",\\\"Optional subdirectory within the upload destination where files will be stored. Do not include preceding or trailing slashes.\\\":\\\"Sous-répertoire optionnel dans le répertoire de transfert où les fichiers seront stockés. Ne pas inclure de slash avant ou après.\\\",\\\"Allowed extensions\\\":\\\"Extensions autorisées\\\",\\\"Media type\\\":\\\"Type de média\\\",\\\"Media\\\":\\\"Média\\\",\\\"External Links\\\":\\\"Liens externes\\\",\\\"Add icon to external links\\\":\\\"Ajouter une icône aux liens externes\\\",\\\"Add icon to mailto links\\\":\\\"Ajouter une icône aux liens mailto\\\",\\\"Consider subdomains internal\\\":\\\"Considérer les sous-domaines comme internes\\\",\\\"Open external links in a new window\\\":\\\"Ouvrir les liens externes dans une nouvelle fenêtre\\\",\\\"Text to display in the pop-up external link warning box.\\\":\\\"Le texte à afficher dans la popup d'avertissement d'un lien externe.\\\",\\\"Matches example.com.\\\":\\\"Correspond à example.com.\\\",\\\"Multiple patterns can be strung together by using a pipe. Matches example.com OR example.net.\\\":\\\"Plusieurs motifs peuvent être ajoutés ensembles en utilisant un pipe (|). Correspond à example.com OU example.net.\\\",\\\"Matches links that go through the Links module redirect.\\\":\\\"Correspond aux liens qui passent par la redirection du module Links.\\\",\\\"Matches any character.\\\":\\\"Correspond à n'importe quel caractère.\\\",\\\"The previous character or set is optional.\\\":\\\"Le caractère ou le groupe de caractère précédent est facultatif.\\\",\\\"Matches any digit (0-9).\\\":\\\"Correspond à n'importe quel chiffre (0-9).\\\",\\\"Brackets may be used to match a custom set of characters. This matches any alphabetic letter.\\\":\\\"Les crochets peuvent être utilisés pour correspondre à un groupe de caractères. Ceci correspond à n'importe quel lettre de l'alphabet.\\\",\\\"External links uses patterns (regular expressions) to match the \\\\\\\"href\\\\\\\" property of links.\\\":\\\"External links utilise des motifs (expressions régulières) pour pour trouver des correspondances dans les propriétés \\\\\\\"href\\\\\\\" des liens.\\\",\\\"Here are some common patterns.\\\":\\\"Voici quelques motifs courants.\\\",\\\"Common special characters:\\\":\\\"Caractères spéciaux courants :\\\",\\\"Exclude links matching the pattern\\\":\\\"Exclure les liens correspondant au motif\\\",\\\"Enter a regular expression for links that you wish to exclude from being considered external.\\\":\\\"Entrez une expression régulière pour les liens que vous voulez considérer comme externes.\\\",\\\"Include links matching the pattern\\\":\\\"Inclure les liens correspondant au motif\\\",\\\"Enter a regular expression for internal links that you wish to be considered external.\\\":\\\"Entrez une expression régulière pour les liens internes que vous voulez considérer comme externes.\\\",\\\"Place an icon next to mailto links.\\\":\\\"Ajouter une icône aux liens mailto.\\\",\\\"Place an icon next to image links.\\\":\\\"Ajouter une icône à coté des liens des images.\\\",\\\"Open external links in a new window.\\\":\\\"Ouvrir les liens externes dans une nouvelle fenêtre.\\\",\\\"Details\\\":\\\"Détails\\\",\\\"Group name\\\":\\\"Nom du groupe\\\",\\\"Attributes\\\":\\\"Attributs\\\",\\\"Clone\\\":\\\"Cloner\\\",\\\"Tab\\\":\\\"Onglet\\\",\\\"Default state\\\":\\\"État par défaut\\\",\\\"Add group\\\":\\\"Ajouter un groupe\\\",\\\"Collapsible\\\":\\\"Repliable\\\",\\\"Slow\\\":\\\"Lent\\\",\\\"Fast\\\":\\\"Rapide\\\",\\\"Migrate\\\":\\\"Migrer\\\",\\\"Tabs\\\":\\\"Onglets\\\",\\\"Identifier\\\":\\\"Identifiant\\\",\\\"Data\\\":\\\"Données\\\",\\\"Element\\\":\\\"Élément\\\",\\\"Effect\\\":\\\"Effet\\\",\\\"Speed\\\":\\\"Vitesse\\\",\\\"Add a new group\\\":\\\"Ajouter un nouveau groupe\\\",\\\"Direction\\\":\\\"Direction\\\",\\\"Create group\\\":\\\"Créer un groupe\\\",\\\"Bundle\\\":\\\"Paquet\\\",\\\"Accordion\\\":\\\"Accordéon\\\",\\\"Fieldset\\\":\\\"Groupe de champs\\\",\\\"Field group label\\\":\\\"Étiquette du groupe de champs\\\",\\\"Bounce slide\\\":\\\"Glisser en rebondissant\\\",\\\"Label element\\\":\\\"Élément étiquette\\\",\\\"HTML element\\\":\\\"Élément HTML\\\",\\\"Field group format:\\\":\\\"Format de groupe de champs :\\\",\\\"The css class must include only letters, numbers, underscores and dashes.\\\":\\\"La classe CSS ne doit contenir que des lettres, des nombres, des tirets bas et des tirets.\\\",\\\"Are you sure you want to delete the group %group?\\\":\\\"Voulez-vous vraiment supprimer le groupe %group ?\\\",\\\"The group %group has been deleted from the %type content type.\\\":\\\"Le groupe %group a été supprimé du type de contenu %type.\\\",\\\"This fieldgroup renders child groups as jQuery accordion.\\\":\\\"Ce groupe de champs effectue le rendu des groupes enfants comme accordéon jQuery.\\\",\\\"This fieldgroup renders the content in a div, part of accordion group.\\\":\\\"Ce groupe de champs effectue le rendu du contenu dans une DIV, partie du groupe accordéon.\\\",\\\"Extra CSS classes\\\":\\\"Classes CSS supplémentaires\\\",\\\"Blind\\\":\\\"Aveugle\\\",\\\"Horizontal Tabs\\\":\\\"Onglets horizontaux\\\",\\\"Fieldgroups\\\":\\\"Groupes de champs\\\",\\\"

Fields can be dragged into groups with unlimited nesting. Each fieldgroup format comes with a configuration form, specific for that format type.
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.

\\\":\\\"

Les champs peuvent être glissés dans des groupes avec imbrication illimitée. Chaque groupe de champs est livré avec un formulaire de configuration, spécifique pour le format choisi.
Notez que certains formats fonctionnent par paire ; ils possèdent une enveloppe HTML pour imbriquer leurs groupes de champs enfants. Par exemple placez les éléments accordéon dans le groupe accordéon, les éléments onglets verticaux dans le groupe d'onglets verticaux et les éléments d'onglets horizontaux dans le groupe d'onglets horizontaux. Il y a une exception à cette règle : vous pouvez utiliser un onglet vertical hors d'une enveloppe lorsque les paramètres de l'onglet supplémentaire sont disponibles. Par exemple dans les formulaires de nœud.

\\\",\\\"New group %label successfully created.\\\":\\\"Nouveau groupe %label créé avec succès.\\\",\\\"Fieldgroup @group is not cloned since a group already exists with the same name.\\\":\\\"Le groupe de champs @group n'a pas été cloné car un groupe avec le même nom existe déjà.\\\",\\\"Fieldgroup @group cloned successfully.\\\":\\\"Groupe de champs @group cloné avec succès.\\\",\\\"Show label\\\":\\\"Montrer l'étiquette\\\",\\\"A unique machine-readable name containing letters, numbers, and underscores.\\\":\\\"Un nom système unique contenant des lettres, nombres et des tirets bas.\\\",\\\"E.g. name=\\\\\\\"anchor\\\\\\\"\\\":\\\"Par ex. name=\\\\\\\"anchor\\\\\\\"\\\",\\\"Honeypot\\\":\\\"Honeypot\\\",\\\"Expiration\\\":\\\"Expiration\\\",\\\"Spam control\\\":\\\"Contrôle du pollupostage\\\",\\\"@name comment form\\\":\\\"Formulaire de commentaire @name\\\",\\\"Honeypot Configuration\\\":\\\"Configuration d'Honeypot\\\",\\\"Protect all forms with Honeypot\\\":\\\"Protéger tous les formulaires avec Honeypot\\\",\\\"Honeypot element name\\\":\\\"Nom de l'élément Honeypot\\\",\\\"Honeypot Enabled Forms\\\":\\\"Formulaires traités par Honeypot\\\",\\\"There was a problem with your form submission. Please refresh the page and try again.\\\":\\\"Un problème est survenu lors de la soumission du formulaire. Merci de recharger la page et d'essayer à nouveau.\\\",\\\"Honeypot configuration\\\":\\\"Configuration d'Honeypot\\\",\\\"Administer Honeypot\\\":\\\"Administrer Honeypot\\\",\\\"Bypass Honeypot protection\\\":\\\"Contourner la protection Honeypot\\\",\\\"Bypass Honeypot form protection.\\\":\\\"Contourner la protection des formulaires par Honeypot.\\\",\\\"There was a problem with your form submission. Please wait @limit seconds and try again.\\\":\\\"Un problème est survenu lors de la soumission du formulaire. Merci d'attendre @limit secondes et d'essayer à nouveau.\\\",\\\"Enable Honeypot protection for ALL forms on this site (it is best to only enable Honeypot for the forms you need below).\\\":\\\"Activer la protection Honeypot pour TOUS les formulaires de ce site (il est préférable de n'activer Honeypot que pour les formulaires dont vous avez besoin ci-dessous).\\\",\\\"Page caching will be disabled on any page where a form is present if the Honeypot time limit is not set to 0.\\\":\\\"La mise en cache des pages sera désactivée sur toute page où un formulaire est présent si le délai de Honeypot n'est pas réglé sur 0.\\\",\\\"N/A\\\":\\\"N/A\\\",\\\"Sort order\\\":\\\"Ordre de tri\\\",\\\"node\\\":\\\"nœud\\\",\\\"Duplicate\\\":\\\"Dupliquer\\\",\\\"nodes\\\":\\\"nœuds\\\",\\\"Autocomplete matching\\\":\\\"Correspondance de l'autocomplétion\\\",\\\"Form mode\\\":\\\"Mode de saisie\\\",\\\"Select the method used to collect autocomplete suggestions. Note that Contains can cause performance issues on sites with thousands of nodes.\\\":\\\"Sélectionnez la méthode utilisée pour collecter les suggestions de l’auto-complétion. Notez que Contient peut engendrer des problèmes de performances sur des sites avec des milliers de nœuds\\\",\\\"Add new @type_singular\\\":\\\"Ajouter nouveau(elle) @type_singular\\\",\\\"Add existing @type_singular\\\":\\\"Ajouter un(e) @type_singular existant(e)\\\",\\\"Add @type_singular\\\":\\\"Ajout de @type_singular\\\",\\\"Update @type_singular\\\":\\\"Mise à jour de @type_singular\\\",\\\"Create @type_singular\\\":\\\"Création de @type_singular\\\",\\\"E-mail\\\":\\\"Courriel\\\",\\\"Scheme\\\":\\\"Schéma\\\",\\\"Widget type\\\":\\\"Type de widget\\\",\\\"Id\\\":\\\"Identifiant (ID)\\\",\\\"System\\\":\\\"Système\\\",\\\"Class\\\":\\\"Classe\\\",\\\"Save changes\\\":\\\"Enregistrer les modifications\\\",\\\"Update profile\\\":\\\"Mettre à jour le profil\\\",\\\"Profile\\\":\\\"Profil\\\",\\\"Front page\\\":\\\"Page d'accueil\\\",\\\"Available tokens\\\":\\\"Jetons (tokens) disponibles\\\",\\\"Open in new window\\\":\\\"Ouvrir dans une nouvelle fenêtre\\\",\\\"Edit profile\\\":\\\"Modifier le profil\\\",\\\"Attribute settings\\\":\\\"Paramètres des attributs\\\",\\\"Target\\\":\\\"Cible\\\",\\\"Profile Name\\\":\\\"Nom du profil\\\",\\\"Add profile\\\":\\\"Ajouter un profil\\\",\\\"Delete profile\\\":\\\"Supprimer le profil\\\",\\\"Add attribute\\\":\\\"Ajout un attribut\\\",\\\"Manage attributes\\\":\\\"Gérer les attributs\\\",\\\"Edit Link\\\":\\\"Lien de modification\\\",\\\"Edit link\\\":\\\"Lien de modification\\\",\\\"No results\\\":\\\"Aucun résultat\\\",\\\"Restrict to the selected roles\\\":\\\"Restreindre aux rôles sélectionnés\\\",\\\"Image file settings\\\":\\\"Paramètres du fichier image\\\",\\\"Include unpublished nodes\\\":\\\"Inclure les nœuds non publiés\\\",\\\"Saved %label configuration.\\\":\\\"La configuration de %label a été enregistrée.\\\",\\\"Linkit\\\":\\\"Linkit\\\",\\\"Linkit profile\\\":\\\"Profil Linkit\\\",\\\"Linkit profiles\\\":\\\"Profils Linkit\\\",\\\"Show pixel dimensions\\\":\\\"Voir les dimensions en pixels\\\",\\\"Group by bundle\\\":\\\"Grouper par paquet\\\",\\\"Manage Linkit profiles.\\\":\\\"Gérer les profils Linkit\\\",\\\"E-mail @email\\\":\\\"E-mail @email\\\",\\\"Add matcher\\\":\\\"Ajouter un élément de correspondance\\\",\\\"Manage matchers\\\":\\\"Gérer les éléments de correspondance\\\",\\\"Administer linkit profiles\\\":\\\"Administrer les profils Linkit\\\",\\\"Matcher settings\\\":\\\"Paramètres d'élément de correspondance\\\",\\\"Opens your mail client ready to e-mail @email\\\":\\\"Ouvre votre client de messagerie prêt avec un mail de @email\\\",\\\"Edit %label profile\\\":\\\"Modifier le profil %label\\\",\\\"Edit %label matcher\\\":\\\"Modifier l'élément de correspondance %label\\\",\\\"Matchers\\\":\\\"Éléments de correspondance\\\",\\\"No matchers available.\\\":\\\"Aucune élément de correspondance disponible.\\\",\\\"No matcher selected.\\\":\\\"Aucune élément de correspondance sélectionné.\\\",\\\"Added %label matcher.\\\":\\\"Élément de correspondance %label ajouté.\\\",\\\"Added %label matcher to the @profile profile.\\\":\\\"Élément de correspondance %label ajouté au profil @profile.\\\",\\\"Are you sure you want to delete the @plugin matcher from the %profile profile?\\\":\\\"Êtes vous certains de vouloir supprimer l'élément de correspondance @plugin du profil %profile ?\\\",\\\"The matcher %label has been deleted.\\\":\\\"L'élément de correspondance %label a été supprimé.\\\",\\\"The matcher %label has been deleted in the @profile profile.\\\":\\\"L'élément de correspondance %label a été supprimé du profil @profile.\\\",\\\"The matcher %label has been updated in the @profile profile.\\\":\\\"L'élément de correspondance %label a été mis à jour dans le profil @profile.\\\",\\\"No matchers added.\\\":\\\"Aucun élément de correspondance ajouté.\\\",\\\"Save and manage matchers\\\":\\\"Enregistrer et gérer les éléments de correspondance\\\",\\\"The human-readable name of this profile. This name must be unique.\\\":\\\"Le nom de ce profil. Ce nom doit être unique.\\\",\\\"The text will be displayed on the profile collection page.\\\":\\\"Le texte sera afficher sur la page de collection de profil page.\\\",\\\"Created new profile %label.\\\":\\\"Nouveau profil %label créé.\\\",\\\"Updated profile %label.\\\":\\\"Profil %label mis à jour.\\\",\\\"Bundle filter: @bundle_filter\\\":\\\"Filtre de paquet : @bundle_filter\\\",\\\"Group by bundle: @bundle_grouping\\\":\\\"Grouper par paquet : @bundle_grouping\\\",\\\"Show image dimensions: @show_image_dimensions\\\":\\\"Montrer les dimensions d'image: @show_image_dimensions\\\",\\\"Show image thumbnail: @show_image_thumbnail\\\":\\\"Montrer la vignette d'image : @show_image_thumbnail\\\",\\\"Thumbnail style: @thumbnail_style\\\":\\\"Style de vignette : @thumbnail_style\\\",\\\"Include unpublished: @include_unpublished\\\":\\\"Inclure les non publiés: @include_unpublished\\\",\\\"Role filter: @role_filter\\\":\\\"Filtre de rôle : @role_filter\\\",\\\"Include blocked users: @include_blocked\\\":\\\"Inclure les utilisateurs bloqués: @include_blocked\\\",\\\"Include blocked user\\\":\\\"Inclure l'utilisateur bloqué\\\",\\\"Link attributes\\\":\\\"Attributs du lien\\\",\\\"Placeholder for URL\\\":\\\"Placeholder pour l'URL\\\",\\\"Placeholder for link text\\\":\\\"Placeholder pour le texte du lien\\\",\\\"Mail\\\":\\\"Courriel\\\",\\\"Default settings\\\":\\\"Paramètres par défaut\\\",\\\"Module\\\":\\\"Module\\\",\\\"Sender\\\":\\\"Expéditeur\\\",\\\"Current\\\":\\\"Actuel\\\",\\\"Key\\\":\\\"Clef\\\",\\\"Domain Theme\\\":\\\"Domain Theme\\\",\\\"- Select -\\\":\\\"- Sélectionner -\\\",\\\"Variable\\\":\\\"Variable\\\",\\\"General settings\\\":\\\"Paramètres généraux\\\",\\\"Advanced settings\\\":\\\"Paramètres avancés\\\",\\\"Statistics\\\":\\\"Statistiques\\\",\\\"Visibility\\\":\\\"Visibilité\\\",\\\"Message type\\\":\\\"Type de message\\\",\\\"Downloads\\\":\\\"Téléchargements\\\",\\\"Users\\\":\\\"Utilisateurs\\\",\\\"Messages\\\":\\\"Messages\\\",\\\"Scope\\\":\\\"Étendue\\\",\\\"Privacy\\\":\\\"Confidentialité\\\",\\\"Not configured\\\":\\\"Pas configuré\\\",\\\"Domains\\\":\\\"Domaines\\\",\\\"@module (enabled)\\\":\\\"@module (activé)\\\",\\\"Error message\\\":\\\"Message d'erreur\\\",\\\"Add tracking to specific pages\\\":\\\"Activer le suivi sur certaines pages\\\",\\\"Warning message\\\":\\\"Message d'avertissement\\\",\\\"Add tracking for specific roles\\\":\\\"Activer le suivi pour les rôles sélectionnés\\\",\\\"Track translation sets as one unit\\\":\\\"Grouper le suivi des traductions\\\",\\\"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.\\\":\\\"Lorsqu'un nœud fait partie d'un groupe de traductions, les statistiques sont enregistrées pour le nœud d'origine. Le groupe de traductions est donc traité comme un élément unique.\\\",\\\"Track internal search\\\":\\\"Suivre les recherches internes\\\",\\\"Custom JavaScript code\\\":\\\"Code JavaScript personnalisé\\\",\\\"Code snippet (before)\\\":\\\"Bout de code (avant)\\\",\\\"Code snippet (after)\\\":\\\"Bout de code (après)\\\",\\\"Do not include the <script> tags in the javascript code snippets.\\\":\\\"Ne pas inclure les balises <script> dans le bout code javascript.\\\",\\\"Users are tracked by default, but you are able to opt out.\\\":\\\"Les utilisateurs sont suivis par défaut, mais il vous est possible de désactiver ce suivi.\\\",\\\"Enable user tracking\\\":\\\"Activer le suivi des utilisateurs\\\",\\\"Users are not tracked by default, but you are able to opt in.\\\":\\\"Les utilisateurs ne sont pas suivis par défaut, mais vous pouvez activer ce suivi.\\\",\\\"Slot\\\":\\\"créneau\\\",\\\"Not restricted\\\":\\\"Non restreint\\\",\\\"Status message\\\":\\\"Message d'état\\\",\\\"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.\\\":\\\"Spécifier les pages en utilisant leurs chemins. Saisir un chemin par ligne. Le caractère «*» est un caractère de remplacement (aussi appelé joker ou wildcard). Exemples de chemins : %blog pour la page du blog et %blog-wildcard pour tous les blogs personnels. %front représente la page d’accueil.\\\",\\\"Pages on which this PHP code returns TRUE (experts only)\\\":\\\"Pages sur lesquelles ce code PHP renvoie TRUE (recommandés aux experts)\\\",\\\"Pages or PHP code\\\":\\\"Pages ou code PHP\\\",\\\"If the PHP option is chosen, enter PHP code between %php. Note that executing incorrect PHP code can break your Drupal site.\\\":\\\"Si l'option PHP est choisie, saisissez le code PHP entre %php. Attention, si un code PHP incorrect est exécuté, cela peut faire tomber votre site Drupal.\\\",\\\"Not customizable\\\":\\\"Non personnalisable\\\",\\\"Restricted to certain pages\\\":\\\"Réservé à certaines pages\\\",\\\"Colorbox\\\":\\\"Colorbox\\\",\\\"This field has been disabled because you do not have sufficient permissions to edit it.\\\":\\\"Ce champ a été désactivé car vous n'avez pas les droits suffisants pour le modifier.\\\",\\\"Site search\\\":\\\"Recherche du site\\\",\\\"Locally cache tracking code file\\\":\\\"Mettre en cache localement le fichier du code de suivi\\\",\\\"Custom variables\\\":\\\"Variables personnalisées\\\",\\\"Slot number\\\":\\\"Numéro d'emplacement\\\",\\\"The custom variable name.\\\":\\\"Le nom de la variable personnalisée.\\\",\\\"The custom variable value.\\\":\\\"La valeur de la variable personnalisée.\\\",\\\"The scope for the custom variable.\\\":\\\"La portée de la variable personnalisée.\\\",\\\"The custom variable @slot-number requires a Value if a Name has been provided.\\\":\\\"La variable personnalisée @slot-number nécessite une Valeur si un Nom a été donné.\\\",\\\"The custom variable @slot-number requires a Name if a Value has been provided.\\\":\\\"La variable personnalisée @slot-number nécessite un Nom si une Valeur a été donnée.\\\",\\\"The %element-title is using the following forbidden tokens with personal identifying information: @invalid-tokens.\\\":\\\"Le %element-title utilise les jetons (tokens) interdits (avec une information d'identification personnelle) suivants : @invalid-tokens.\\\",\\\"The role names the user account is a member of as comma separated list.\\\":\\\"Les noms de rôle dont compte utilisateur est membre comme liste séparés par une virgule.\\\",\\\"The role ids the user account is a member of as comma separated list.\\\":\\\"Les identifiants de rôle dont le compte utilisateur est membre comme liste séparés par une virgule.\\\",\\\"Locally cached tracking code file has been updated.\\\":\\\"Le fichier du code de suivi mis en cache localement a été mis à jour.\\\",\\\"Locally cached tracking code file has been saved.\\\":\\\"Le fichier du code de suivi mis en cache localement a été mis à enregistré.\\\",\\\"Local cache has been purged.\\\":\\\"Le cache local a été vidé.\\\",\\\"Tracking scope\\\":\\\"Portée du suivi\\\",\\\"Allow users to customize tracking on their account page\\\":\\\"Permettre aux utilisateurs de personnaliser le suivi sur leur page de compte\\\",\\\"No customization allowed\\\":\\\"Aucune personnalisation autorisée\\\",\\\"Tracking on by default, users with %permission permission can opt out\\\":\\\"Suivi activé par défaut, les utilisateurs avec le droit %permission peuvent se désengager\\\",\\\"Tracking off by default, users with %permission permission can opt in\\\":\\\"Suivi désactivé par défaut, les utilisateurs avec le droit %permission peuvent s'engager\\\",\\\"Every page except the listed pages\\\":\\\"Toutes les pages sauf les pages listées\\\",\\\"The listed pages only\\\":\\\"Les pages listées seulement\\\",\\\"Links and downloads\\\":\\\"Liens et téléchargements\\\",\\\"Track clicks on mailto links\\\":\\\"Suivre les clics sur les liens mailto\\\",\\\"List of download file extensions\\\":\\\"Liste des extensions de fichiers téléchargés\\\",\\\"Custom variable slot #@slot\\\":\\\"Slot de variables personnalisées #@slot\\\",\\\"Custom variable name #@slot\\\":\\\"Nom de la variable personnalisée #@slot\\\",\\\"Custom variable value #@slot\\\":\\\"Value de la variable personnalisée #@slot\\\",\\\"User role names\\\":\\\"Noms du rôle utilisateur\\\",\\\"User role ids\\\":\\\"Identifiants du rôle utilisateur\\\",\\\"Opt-in or out of tracking\\\":\\\"Accepter ou refuser le suivi\\\",\\\"Allow users to decide if tracking code will be added to pages or not.\\\":\\\"Autorise les utilisateurs à décider si le code de suivi sera ou non ajouté aux pages.\\\",\\\"Use PHP for tracking visibility\\\":\\\"Utiliser PHP pour la visibilité du suivi\\\",\\\"On by default with opt out\\\":\\\"Activé par défaut avec le refus du suivi\\\",\\\"Off by default with opt in\\\":\\\"Désactivé par défaut avec l'acceptation du suivi\\\",\\\"Not tracked\\\":\\\"Non suivi\\\",\\\"What are you tracking?\\\":\\\"Que voulez-vous suivre?\\\",\\\"A single domain (default)\\\":\\\"Un seul domaine (par défaut)\\\",\\\"Domain: @domain\\\":\\\"Domaine : @domain\\\",\\\"One domain with multiple subdomains\\\":\\\"Un domaine avec plusieurs sous-domaines\\\",\\\"Examples: @domains\\\":\\\"Exemples : @domains\\\",\\\"Add to the selected roles only\\\":\\\"Ajouter aux rôles sélectionnés uniquement\\\",\\\"Add to every role except the selected ones\\\":\\\"Ajouter à tous les rôles sauf ceux sélectionnés\\\",\\\"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).\\\":\\\"Si aucun des rôles n'est sélectionné, tous les utilisateurs seront suivi. Si un utilisateur a un des rôles cochés, cet utilisateur sera suivi (ou exclu, en fonction du paramètre ci-dessus).\\\",\\\"All pages with exceptions\\\":\\\"Toutes les pages avec exceptions\\\",\\\"Excepted: @roles\\\":\\\"Excepté : @roles\\\",\\\"A single domain\\\":\\\"Un seul domaine\\\",\\\"Universal web tracking opt-out\\\":\\\"Refus global du suivi sur le web\\\",\\\"No privacy\\\":\\\"Pas de confidentialité\\\",\\\"@items enabled\\\":\\\"@items activé(s)\\\",\\\"You have opted out from tracking via browser privacy settings.\\\":\\\"Vous avez refusé le suivi en utilisant les paramètres de confidentialité de votre navigateur.\\\",\\\"Outbound links\\\":\\\"Liens sortants\\\",\\\"Enter PHP code in the field for tracking visibility settings.\\\":\\\"Saisir du code PHP dans le champs pour les paramètres de suivi de la visibilité.\\\",\\\"Mailto links\\\":\\\"Liens mailto\\\",\\\"Track messages of type\\\":\\\"Suivre les messages de type\\\",\\\"Track User ID\\\":\\\"Suivre les ID des utilisateurs\\\",\\\"Path \\\\\\\"@page\\\\\\\" not prefixed with slash.\\\":\\\"Le chemin \\\\\\\"@page\\\\\\\" n'est pas préfixé avec un slash.\\\",\\\"Requires: @module-list\\\":\\\"Requiert : @module-list\\\",\\\"File extension list\\\":\\\"Liste des extensions de fichier\\\",\\\"Custom variable\\\":\\\"Variable personnalisée\\\",\\\"Custom code snippets\\\":\\\"Fragments de code personnalisés\\\",\\\"@module (disabled)\\\":\\\"@module (désactivé)\\\",\\\"Add JavaScript snippets\\\":\\\"Ajouter des fragments de code JavaScript\\\",\\\"Maxlength\\\":\\\"Longueur maximale\\\",\\\"Count down message\\\":\\\"Message de décompte\\\",\\\"Max length\\\":\\\"Longueur maximale\\\",\\\"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 crée une nouvelle propriété de formulaire : #maxlength_js qui fonctionne avec #maxlength limitera, via JavaScript, la longueur maximale d'un champ ou d'une zone de texte et affichera le nombre de caractères restants à la saisie.\\\",\\\"Limit the number of characters in textfields and textareas and shows the amount of characters left.\\\":\\\"Limiter le nombre de caractères des champs textes et afficher le nombre de caractères restant.\\\",\\\"Content limited to @limit characters, remaining: @remaining\\\":\\\"Contenu limité à @limit caractères, restant : @remaining\\\",\\\"List links\\\":\\\"Lister les liens\\\",\\\"Menu Admin per Menu\\\":\\\"Menu Admin per Menu\\\",\\\"Menu Block\\\":\\\"Bloc de menu\\\",\\\"Menus\\\":\\\"Menus\\\",\\\"Menu block\\\":\\\"Bloc de menu\\\",\\\"Starting level\\\":\\\"Niveau de départ\\\",\\\"Fixed parent item\\\":\\\"Élément parent fixe\\\",\\\"Maximum number of levels\\\":\\\"Nombre de niveaux maximum\\\",\\\"Quantity\\\":\\\"Quantité\\\",\\\"Display\\\":\\\"Affichage\\\",\\\"Display mode\\\":\\\"Mode d'affichage\\\",\\\"n/a\\\":\\\"n/a\\\",\\\"Configure\\\":\\\"Configurer\\\",\\\"Create\\\":\\\"Créer\\\",\\\"Separator\\\":\\\"Séparateur\\\",\\\"Width\\\":\\\"Largeur\\\",\\\"Basic\\\":\\\"Basique\\\",\\\"Last\\\":\\\"Dernier\\\",\\\"center\\\":\\\"centre\\\",\\\"left\\\":\\\"gauche\\\",\\\"right\\\":\\\"droite\\\",\\\"First\\\":\\\"Premier\\\",\\\"Style\\\":\\\"Style\\\",\\\"Standard\\\":\\\"Standard\\\",\\\"Slider\\\":\\\"Slider\\\",\\\"Preset\\\":\\\"Pré-réglage\\\",\\\"Pane style\\\":\\\"Style de panneau\\\",\\\"Text strings\\\":\\\"Chaînes de texte\\\",\\\"Main options\\\":\\\"Options principales\\\",\\\"Mini\\\":\\\"Mini\\\",\\\"Pagination\\\":\\\"Pagination\\\",\\\"Record\\\":\\\"Enregistrement\\\",\\\"Style configuration\\\":\\\"Configuration du style\\\",\\\"Separators\\\":\\\"Séparateurs\\\",\\\"Current page title\\\":\\\"Titre de la page en cours\\\",\\\"URL alias\\\":\\\"Alias d'URL\\\",\\\"Display alias changes (except during bulk updates).\\\":\\\"Afficher les changements d'alias (sauf durant les mises à jour en lot).\\\",\\\"Replace by separator\\\":\\\"Remplacer par le séparateur\\\",\\\"Maximum alias length\\\":\\\"Longueur maximale d'un alias\\\",\\\"Maximum component length\\\":\\\"Longueur maximale d'un composant\\\",\\\"Update action\\\":\\\"Action de mise à jour\\\",\\\"Strings to Remove\\\":\\\"Chaînes (de caractères) à retirer\\\",\\\"Pathauto\\\":\\\"Pathauto\\\",\\\"Provides a mechanism for modules to automatically generate aliases for the content they manage.\\\":\\\"Offre un mécanisme permettant aux modules de générer automatiquement un alias lié au contenu qu'ils gèrent.\\\",\\\"Forum\\\":\\\"Forum\\\",\\\"Pattern\\\":\\\"Motif\\\",\\\"Languages\\\":\\\"Langues\\\",\\\"Period\\\":\\\"Point\\\",\\\"Asterisk\\\":\\\"Astérisque\\\",\\\"The automatically generated alias %original_alias conflicted with an existing alias. Alias changed to %alias.\\\":\\\"L'alias %original_alias généré automatiquement est en conflit avec un alias existant. L'alias a été changé en %alias.\\\",\\\"Delete aliases\\\":\\\"Supprimer les alias\\\",\\\"Automatic alias\\\":\\\"Alias automatique\\\",\\\"Character used to separate words in titles. This will replace any spaces and punctuation characters. Using a space or + character can cause unexpected results.\\\":\\\"Caractère utilisé pour séparer les mots dans les titres. Il remplacera tout espace ou signe de ponctuation. Utiliser une espace ou le signe + peut engendrer des résultats inattendus.\\\",\\\"Character case\\\":\\\"Casse des caractères\\\",\\\"Do nothing. Leave the old alias intact.\\\":\\\"Ne rien faire. Laissez l'ancien alias intact.\\\",\\\"Create a new alias. Leave the existing alias functioning.\\\":\\\"Créer un nouvel alias et laisser l'ancien alias fonctionnel.\\\",\\\"Create a new alias. Delete the old alias.\\\":\\\"Créer un nouvel alias. Supprimez l'ancien.\\\",\\\"Transliterate prior to creating alias\\\":\\\"Translittérer avant de créer l'alias\\\",\\\"Filters the new alias to only letters and numbers found in the ASCII-96 set.\\\":\\\"Filtre le nouvel alias pour ne conserver que les lettres et les nombres faisant partie de l'ASCII-96.\\\",\\\"No action (do not replace)\\\":\\\"Aucune action (ne pas remplacer)\\\",\\\"Delete all aliases. Number of aliases which will be deleted: %count.\\\":\\\"Supprimer tous les alias. Nombre d'alias qui seront supprimés : %count.\\\",\\\"Delete aliases for all @label. Number of aliases which will be deleted: %count.\\\":\\\"Supprimer les alias pour tous les @label. Nombre d'alias qui seront supprimés : %count.\\\",\\\"Delete aliases now!\\\":\\\"Supprimer les alias maintenant !\\\",\\\"All of your path aliases have been deleted.\\\":\\\"Tous les alias d'URLs ont été supprimés.\\\",\\\"Patterns\\\":\\\"Motifs\\\",\\\"Colon\\\":\\\"Deux-points\\\",\\\"Context definitions\\\":\\\"Définitions de context\\\",\\\"Comma\\\":\\\"Virgule\\\",\\\"Semicolon\\\":\\\"Point-virgule\\\",\\\"Slash\\\":\\\"Slash\\\",\\\"Alias: @alias\\\":\\\"Alias : @alias\\\",\\\"No alias\\\":\\\"Aucun alias\\\",\\\"Punctuation\\\":\\\"Ponctuation\\\",\\\"Broken\\\":\\\"Brisé\\\",\\\"Ampersand\\\":\\\"Et commercial\\\",\\\"Pathauto Settings\\\":\\\"Paramètres de Pathauto\\\",\\\"What should Pathauto do when updating an existing content item which already has an alias?\\\":\\\"Que doit faire Pathauto lors de la mise à jour d'un élément de contenu possédant déjà un alias ?\\\",\\\"Reduce strings to letters and numbers\\\":\\\"Réduire les chaînes à des lettres et des chiffres\\\",\\\"Words to strip out of the URL alias, separated by commas. Do not use this to remove punctuation.\\\":\\\"Mots à retirer de l'alias d'URL, séparés par une virgule. Ne pas utiliser ceci pour retirer de la ponctuation.\\\",\\\"Choose aliases to delete\\\":\\\"Choisissez les alias à supprimer\\\",\\\"All aliases\\\":\\\"Tous les alias.\\\",\\\"Note: there is no confirmation. Be sure of your action before clicking the \\\\\\\"Delete aliases now!\\\\\\\" button.
You may want to make a backup of the database and/or the url_alias table prior to using this feature.\\\":\\\"Note: il n'y a pas de confirmation. Soyez certain de ce que vous faites avant de cliquer sur le bouton \\\\\\\"Supprimer les alias maintenant!\\\\\\\".
Vous devriez peut-être faire une sauvegarde de la base de données ou de la table url_alias avant d'utiliser cette fonctionnalité.\\\",\\\"Ignoring alias %alias because it is the same as the internal path.\\\":\\\"Alias %alias ignoré car identique au chemin interne.\\\",\\\"Created new alias %alias for %source, replacing %old_alias.\\\":\\\"Nouvel alias %alias créé pour %source, remplaçant %old_alias.\\\",\\\"Created new alias %alias for %source.\\\":\\\"Nouvel alias %alias créé pour %source.\\\",\\\"Administer pathauto\\\":\\\"Administrer pathauto\\\",\\\"Allows a user to configure patterns for automated aliases and bulk delete URL-aliases.\\\":\\\"Permet à un utilisateur de configurer des modèles pour les alias automatiques et de supprimer en masse des alias d'URL.\\\",\\\"Notify of Path Changes\\\":\\\"Notifier en cas de changement de chemin\\\",\\\"Determines whether or not users are notified.\\\":\\\"Détermine si les utilisateurs sont avertis ou non.\\\",\\\"Bulk updating URL aliases\\\":\\\"Mise à jour en masse des alias d'URL\\\",\\\"An error occurred while processing @operation with arguments : @args\\\":\\\"Une erreur est survenue lors du traitement de @operation avec pour arguments : @args\\\",\\\"Generated 1 URL alias.\\\\u0003Generated @count URL aliases.\\\":\\\"1 alias d'URL généré.\\\\u0003@count alias d'URL générés.\\\",\\\"Underscore\\\":\\\"Tiret bas\\\",\\\"No new URL aliases to generate.\\\":\\\"Il n'y a aucun nouvel alias d'URL à générer.\\\",\\\"Double quotation marks\\\":\\\"Double guillemets\\\",\\\"Single quotation marks (apostrophe)\\\":\\\"Simple guillemets (apostrophe)\\\",\\\"Back tick\\\":\\\"Accent grave\\\",\\\"Hyphen\\\":\\\"Trait d'union\\\",\\\"Vertical bar (pipe)\\\":\\\"Barre verticale (pipe)\\\",\\\"Left curly bracket\\\":\\\"Accolade gauche\\\",\\\"Left square bracket\\\":\\\"Crochet gauche\\\",\\\"Right curly bracket\\\":\\\"Accolade droite\\\",\\\"Right square bracket\\\":\\\"Crochet droit\\\",\\\"Plus sign\\\":\\\"Signe plus\\\",\\\"Equal sign\\\":\\\"Signe égal\\\",\\\"Percent sign\\\":\\\"Signe pourcentage\\\",\\\"Caret\\\":\\\"Accent circonflexe\\\",\\\"Dollar sign\\\":\\\"Signe dollar\\\",\\\"Number sign (pound sign, hash)\\\":\\\"Croisillon (signe dièse)\\\",\\\"At sign\\\":\\\"Arobase\\\",\\\"Exclamation mark\\\":\\\"Point d'exclamation\\\",\\\"Tilde\\\":\\\"Tilde\\\",\\\"Left parenthesis\\\":\\\"Parenthèse gauche\\\",\\\"Right parenthesis\\\":\\\"Parenthèse droite\\\",\\\"Question mark\\\":\\\"Point d'interrogation\\\",\\\"Less-than sign\\\":\\\"Signe inférieur à\\\",\\\"Greater-than sign\\\":\\\"Signe supérieur à\\\",\\\"Backslash\\\":\\\"Antislash\\\",\\\"Generate automatic URL alias\\\":\\\"Générer automatiquement un alias d'URL\\\",\\\"Uncheck this to create a custom alias below.\\\":\\\"Désélectionner ceci pour créer un alias personnalisé ci-dessous.\\\",\\\"Joined path\\\":\\\"Chemin joint\\\",\\\"The array values each cleaned by Pathauto and then joined with the slash into a string that resembles an URL.\\\":\\\"Les valeurs du tableau nettoyées par Pathauto et jointes avec le slash pour former une chaîne de caractères similaire à une URL.\\\",\\\"Selection criteria\\\":\\\"Critère de sélection\\\",\\\"Bulk generate\\\":\\\"Générer en masse\\\",\\\"Broken/Missing\\\":\\\"Défectueux / Manquant\\\",\\\"Selection logic\\\":\\\"Logique de sélection\\\",\\\"Pattern type\\\":\\\"Type de motif\\\",\\\"Delete options\\\":\\\"Supprimer les options\\\",\\\"All of your %label path aliases have been deleted.\\\":\\\"Tous vos alias de chemin %label ont été supprimés.\\\",\\\"See Pathauto help for details.\\\":\\\"Voir Aide Pathauto pour les détails.\\\",\\\"Maximum length of aliases to generate. 100 is the recommended length. @max is the maximum possible length.\\\":\\\"Longueur maximale des alias à générer. 100 est la longueur recommandée. @max est la longueur maximale possible.\\\",\\\"Maximum text length of any component in the alias (e.g., [title]). 100 is the recommended length. @max is the maximum possible length.\\\":\\\"La longueur de texte maximale de n'importe quel composant de l'alias (par exemple, [titre]). 100 est la longueur recommandée. @max est la longueur maximale possible.\\\",\\\"The Redirect module settings affect whether a redirect is created when an alias is deleted.\\\":\\\"Les paramètres du module Redirect agissent si une redirection est créée lorsqu'un alias est supprimé.\\\",\\\"Considering installing the Redirect module to get redirects when your aliases change.\\\":\\\"Envisagez d'installer le module Redirect pour mettre en place des redirections lorsque vos alias changent.\\\",\\\"Uncheck this to create a custom alias below. Configure URL alias patterns.\\\":\\\"Décocher cette case pour créer un alias personnalisé ci-dessous. Configurer les motifs d'alias d'URL.\\\",\\\"Selection condition\\\":\\\"Condition de sélection\\\",\\\"Entity of type @type was not processed. It defines the following patterns: @patterns\\\":\\\"L'entité de type @type n'a pas été traitée. Elle définit les motifs suivants : @patterns\\\",\\\"Unrecognized entity bundle @entity:@bundle was not processed. It defines the following patterns: @patterns\\\":\\\"Le paquet d'entité @entity:@bundle non reconnu n'a pas été traité. Il définit les motifs suivants : @patterns\\\",\\\"Add Pathauto pattern\\\":\\\"Ajouter un motif Pathauto\\\",\\\"Pathauto pattern config\\\":\\\"Configuration des motifs Pathauto\\\",\\\"Pathauto state\\\":\\\"État de Pathauto\\\",\\\"Whether an automated alias should be created or not.\\\":\\\"Si un alias automatisé doit être créé ou non.\\\",\\\"Pathauto pattern\\\":\\\"Motif Pathauto\\\",\\\"Check to which types this pattern should be applied. Leave empty to allow any.\\\":\\\"Vérifier pour quel type ce motif doit être appliqué. Laisser vide pour permettre tout.\\\",\\\"Check to which languages this pattern should be applied. Leave empty to allow any.\\\":\\\"Vérifier pour quelle langue ce motif doit être appliqué. Laisser vide pour permettre tout.\\\",\\\"@label being aliased\\\":\\\"Création d'alias @label en cours\\\",\\\"Updated alias for %label @id.\\\":\\\"Alias mis à jour pour %label @id.\\\",\\\"Updated 1 %label URL alias.\\\\u0003Updated @count %label URL aliases.\\\":\\\"1 alias d'URL %label mis à jour.\\\\u0003@count alias d'URL %label mis à jour.\\\",\\\"When a pattern includes certain characters (such as those with accents) should Pathauto attempt to transliterate them into the US-ASCII alphabet?\\\":\\\"Lorsqu'un motif inclut certains caractères (tels que ceux avec des accents) Pathauto devrait-il tenter de les translitérer dans l'alphabet US-ASCII ?\\\",\\\"This page provides a list of all patterns on the site and allows you to edit and reorder them.\\\":\\\"Cette page fournit une liste de tous les motifs du site et vous permet de les éditer et les réordonner.\\\",\\\"The %element-title is using the following invalid characters: @invalid-characters.\\\":\\\"Le %element-title utilise les caractères non valides suivants : @invalid-characters.\\\",\\\"Convert token values to lowercase.\\\":\\\"Convertir les valeurs de jeton (token) en minuscules.\\\",\\\"Are you sure you want to disable the pattern %label?\\\":\\\"Êtes-vous sûr(e) de vouloir désactiver le motif %label ?\\\",\\\"Disabled patterns are ignored when generating aliases.\\\":\\\"Les motifs désactivés sont ignorés lorsque les alias sont générés\\\",\\\"Disabled pattern %label.\\\":\\\"Motif %label désactivé.\\\",\\\"Are you sure you want to enable the pattern %label?\\\":\\\"Êtes vous certains de vouloir activer le motif %label ?\\\",\\\"Enabled pattern %label.\\\":\\\"Motif %label activé.\\\",\\\"Update URL alias of an entity\\\":\\\"Mettre à jour l'alias d'URL d'une entité\\\",\\\"The Pathauto module provides a mechanism to automate the creation of path aliases. This makes URLs more readable and helps search engines index content more effectively. For more information, see the online documentation for Pathauto.\\\":\\\"Le module Pathauto fournit un mécanisme permettant d'automatiser la création d'alias de chemin. Cela rend les URL plus lisibles et aide les moteurs de recherche à indexer le contenu plus efficacement. Pour plus d'informations, consulter la documentation en ligne de Pathauto.\\\",\\\"Pathauto is accessed from the tabs it adds to the list of URL aliases.\\\":\\\"Pathauto est accessible à partir des onglets ajoutés à la liste des Alias d'URL.\\\",\\\"Creating Pathauto Patterns\\\":\\\"Création de motifs Pathauto\\\",\\\"The \\\\\\\"Patterns\\\\\\\" page is used to configure automatic path aliasing. New patterns are created here using the Add Pathauto pattern button which presents a form to simplify pattern creation thru the use of available tokens. 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.\\\":\\\"La page \\\\\\\"Motifs\\\\\\\" permet de configurer la création automatique des alias de chemin. Les nouveaux motifs sont créés ici en utilisant le bouton Ajouter un motif Pathauto qui présente un formulaire pour simplifier la création de motif à travers l'utilisation de jetons disponibles. La page des motifs fournit une liste de tous les motifs sur le site et vous permet de les modifier et de les réordonner. Un alias est généré pour le premier motif qui s'applique.\\\",\\\"The \\\\\\\"Settings\\\\\\\" page is used to customize global Pathauto settings for automated pattern creation.\\\":\\\"La page \\\\\\\"Paramètres\\\\\\\" est utilisée pour personnaliser les paramètres globaux de Pathauto afin d'automatiser la création de motif.\\\",\\\"The maximum alias length and maximum component length 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.\\\":\\\"Les valeurs par défaut de la longueur maximale de l'alias et la longueur maximale du composant sont de 100 et ont une limite de @max définit par Pathauto. Vous devez saisir une valeur égale à la longueur de la colonne \\\\\\\"alias\\\\\\\" de la table url_alias de la base de donnée moins la longueur n'importe quelles chaînes qui pourraient être ajoutées à la fin de l'URL. Les valeurs recommandées et par défaut sont de 100.\\\",\\\"Bulk Generation\\\":\\\"Génération en masse\\\",\\\"The \\\\\\\"Bulk Generate\\\\\\\" 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.\\\":\\\"La page \\\\\\\"Génération en masse\\\\\\\" vous permet de créer des alias d'URL pour les éléments qui n'en n'ont pas encore. Cela est généralement utilisé lors de l'installation de Pathauto sur un site qui a un contenu existant sans alias qui nécessite la création d'alias en masse.\\\",\\\"Delete Aliases\\\":\\\"Supprimer les alias\\\",\\\"The \\\\\\\"Delete Aliases\\\\\\\" page allows you to remove URL aliases from items that have previously been assigned aliases using pathauto.\\\":\\\"La page \\\\\\\"Supprimer les Alias\\\\\\\" vous permet de supprimer les alias d'URL des éléments auxquels des alias ont déjà été attribués à l'aide de Pathauto.\\\",\\\"You need to select a pattern type, then a pattern and filter, and a label. Additional types can be enabled on the Settings page.\\\":\\\"Vous devez sélectionner un type de motif, un motif, un filtre et une étiquette. D'autres types peuvent être activés sur la page Paramètres.\\\",\\\"Enabled entity types\\\":\\\"Types d'entités activés\\\",\\\"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.\\\":\\\"Activer pour ajouter un champ de chemin et permettre de définir des motifs d'alias pour le type donné. Les types désactivés définissent déjà eux-mêmes un champ de chemin ou ont déjà un motif.\\\",\\\"Broken type\\\":\\\"Type cassé\\\",\\\"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.\\\":\\\"La génération en masse peut être utilisé pour générer des alias d'URL pour les éléments qui n'en ont actuellement pas. C'est typiquement utilisé quand Pathauto est installé sur un site existant qui possède du contenu sans alias qui nécessite d'être généré en masse.\\\",\\\"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.\\\":\\\"Il peut aussi être utilisé pour regénérer les alias d'URL des éléments qui ont un ancien alias et pour lesquels le motif Pathauto a été modifié.\\\",\\\"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.\\\":\\\"Notez que cela n'affectera que les éléments qui ont été configurés avec un alias d'URL automatique. Les éléments qui ont un alias généré manuellement ne seront pas affectés.\\\",\\\"The %element-title doesn't allow the patterns ending with whitespace.\\\":\\\"Les modifs de %element-title ne peuvent pas se terminer par un espace.\\\",\\\"Select the types of paths for which to generate URL aliases\\\":\\\"Sélectionnez les types de chemins pour lesquels générer des alias d'URL\\\",\\\"Select which URL aliases to generate\\\":\\\"Sélectionnez les URL d'alias à générer.\\\",\\\"Generate a URL alias for un-aliased paths only\\\":\\\"Générer un alias d'URL uniquement pour les chemins qui n'en n'ont pas encore\\\",\\\"Pathauto settings are set to ignore paths which already have a URL alias. You can only create URL aliases for paths having none.\\\":\\\"\\\\\\\"Les paramètres de Pathauto\\\\\\\" sont configurés de manière à ignorer les chemins qui ont déjà un alias d'URL. Vous pouvez seulement créer des alias d'URL pour les chemins qui n'en ont pas.\\\",\\\"Input filters\\\":\\\"Filtres de saisie\\\",\\\"Update the URL alias for paths having an old URL alias\\\":\\\"Mettre à jour les alias d'URL pour les chemin ayant déjà un alias\\\",\\\"Testing\\\":\\\"Test\\\",\\\"Regenerate URL aliases for all paths\\\":\\\"Régénérer les alias d'URL pour tous les chemins\\\",\\\"Pathologic\\\":\\\"Pathologic\\\",\\\"A short name to help you identify this pattern in the patterns list.\\\":\\\"Un diminutif pour vous aider à identifer ce motif dans la liste des motifs.\\\",\\\"Helps avoid broken links and incorrect paths in content.\\\":\\\"Permet d'éviter les liens cassés et les chemins incorrects dans le contenu.\\\",\\\"Only delete automatically generated aliases\\\":\\\"Supprimer uniquement les alias générés automatiquement\\\",\\\"Also considered local\\\":\\\"Également considéré comme local\\\",\\\"When checked, aliases which have been manually set are not affected by this mass-deletion.\\\":\\\"Si coché, les alias qui ont été définis manuellement ne seront pas affectés par cette suppression en masse.\\\",\\\"Correct URLs with Pathologic\\\":\\\"Corriger les URLs en utilisant Pathologic\\\",\\\"Bulk deleting URL aliases\\\":\\\"Suppression en masse des alias d'URL\\\",\\\"In most cases, Pathologic should be the last filter in the “Filter processing order” list.\\\":\\\"Dans la plupart des cas, Pathologic doit être le dernier filtre dans la liste “Ordre de traitement des filtres“.\\\",\\\"All of your automatically generated path aliases have been deleted.\\\":\\\"Tous vos alias de chemin générés automatiquement ont été supprimés.\\\",\\\"All of your automatically generated %label path aliases have been deleted.\\\":\\\"L'ensemble des chemins %label générés automatiquement ont été supprimés.\\\",\\\"Expires\\\":\\\"Expire\\\",\\\"Lifetime\\\":\\\"Durée de vie\\\",\\\"Add another\\\":\\\"En ajouter un(e) autre\\\",\\\"Count\\\":\\\"Décompte\\\",\\\"Destination\\\":\\\"Destination\\\",\\\"UID\\\":\\\"UID\\\",\\\"Source\\\":\\\"Source\\\",\\\"Deleted\\\":\\\"Supprimé\\\",\\\"Query\\\":\\\"Requête\\\",\\\"Add redirect\\\":\\\"Ajouter une redirection\\\",\\\"URL redirects\\\":\\\"URL redirigées\\\",\\\"You are attempting to redirect the page to itself. This will result in an infinite loop.\\\":\\\"Vous tentez de rediriger une page vers elle même. Cela provoquera une redirection infinie.\\\",\\\"Redirect users from one URL to another.\\\":\\\"Redirige les utilisateurs d'une URL vers une autre.\\\",\\\"Menu Access Checking\\\":\\\"Contrôle du menu d'accès\\\",\\\"Generate\\\":\\\"Générer\\\",\\\"All languages\\\":\\\"Toutes les langues\\\",\\\"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 All languages.\\\":\\\"La configuration d'une redirection pour une langue spécifique sera toujours utilisée lorsqu'une requête de la page sera effectuée dans cette langue, et a priorité sur la configuration des redirections pour toutes les langues.\\\",\\\"Redirect status\\\":\\\"Statut de la redirection\\\",\\\"Display a warning message to users when they are redirected.\\\":\\\"Afficher un message d'alerte aux utilisateurs lorsqu'ils sont redirigés.\\\",\\\"Automatically create redirects when URL aliases are changed.\\\":\\\"Créer automatiquement des redirections lorsque les alias d'URL sont modifiés.\\\",\\\"Default redirect status\\\":\\\"Statut de redirection par défaut\\\",\\\"Configure behavior for URL redirects.\\\":\\\"Configurer le comportement des redirections d'URL.\\\",\\\"Fragment\\\":\\\"Fragment\\\",\\\"You can find more information about HTTP redirect status codes at @status-codes.\\\":\\\"Vous pouvez trouver plus d'informations sur les codes HTTP de statut sur @status-codes.\\\",\\\"The redirect has been saved.\\\":\\\"La redirection a été enregistrée.\\\",\\\"No URL redirects available.\\\":\\\"Aucune redirection d'URL disponible.\\\",\\\"The source path %source is already being redirected. Do you want to edit the existing redirect?\\\":\\\"Le chemin source %source est déjà redirigé. Voulez-vous modifier la redirection existante ?\\\",\\\"How many URL redirects would you like to generate?\\\":\\\"Combien de redirections d'URL voulez-vous générer ?\\\",\\\"Delete all URL redirects before generating new URL redirects.\\\":\\\"Supprimer toutes les redirections d'URL avant de générer de nouvelles redirections d'URL.\\\",\\\"Output machine name\\\":\\\"Afficher le nom système\\\",\\\"The source path %path is likely a valid path. It is preferred to create URL aliases for existing paths rather than redirects.\\\":\\\"Le chemin source %path est vraisemblablement un chemin valide. Il est préférable de créer des alias d'URL pour les chemins existants plutôt que des redirections.\\\",\\\"The base source path %source is already being redirected. Do you want to edit the existing redirect?\\\":\\\"Le chemin source de base %source est déjà redirigé. Voulez-vous modifier la redirection existante ?\\\",\\\"Are you sure you want to delete the URL redirect from %source to %redirect?\\\":\\\"Êtes-vous sûr(e) de vouloir supprimer la redirection d'URL de %source vers %redirect ?\\\",\\\"(formerly Global Redirect features)\\\":\\\"(anciennement fonctionnalités de Global Redirect)\\\",\\\"Allow redirections on admin paths.\\\":\\\"Permettre les redirections sur les chemins admin.\\\",\\\"Last accessed\\\":\\\"Dernier accès\\\",\\\"Filter 404s\\\":\\\"Filtrer les 404\\\",\\\"Fix 404 pages\\\":\\\"Réparer les pages 404\\\",\\\"Add redirects for 404 pages.\\\":\\\"Ajouter des redirections pour les pages 404.\\\",\\\"Fix 404 pages with URL redirects\\\":\\\"Réparer les page 404 avec les redirections d'URL\\\",\\\"Allows users to redirect from old URLs to new URLs.\\\":\\\"Permet aux utilisateurs de rediriger depuis d'anciennes URLs vers de nouvelles URLs.\\\",\\\"Redirect ID\\\":\\\"Identifiant (ID) de redirection\\\",\\\"Redirect type\\\":\\\"Type de redirection\\\",\\\"Hash\\\":\\\"Hachage\\\",\\\"Add URL redirect from this page to another location\\\":\\\"Ajouter une redirection d'URL depuis cette page vers un autre emplacement\\\",\\\"Invalid number of redirects.\\\":\\\"Nombre invalide de redirections.\\\",\\\"Deleted URL redirect @rid.\\\":\\\"Redirection d'URL @rid supprimée.\\\",\\\"One URL redirect created.\\\\u0003@count URL redirects created.\\\":\\\"Une redirection d'URL créée.\\\\u0003@count redirections d'URL créées.\\\",\\\"Redirect module form elements\\\":\\\"Éléments de formulaire du module Redirect\\\",\\\"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.\\\":\\\"Spécifiez des pages en utilisant leurs chemins. Entrez un chemin par ligne. Le caractère '*' est un caractère de remplacement. Exemples de chemin : %user-wildcard pour chaque page utilisateur. %front est la page d'accueil.\\\",\\\"Performance\\\":\\\"Performance\\\",\\\"enabled\\\":\\\"activé\\\",\\\"all\\\":\\\"tout\\\",\\\"Total\\\":\\\"Total\\\",\\\"Exclude\\\":\\\"Exclure\\\",\\\"Done\\\":\\\"Terminé\\\",\\\"Database\\\":\\\"Base de données\\\",\\\"Always\\\":\\\"Toujours\\\",\\\"Never\\\":\\\"Jamais\\\",\\\"Field ID\\\":\\\"identifiant (ID) de champ\\\",\\\"Maximum\\\":\\\"Maximum\\\",\\\"Processors\\\":\\\"Processeurs\\\",\\\"Transliteration\\\":\\\"Translittération\\\",\\\"String\\\":\\\"Chaîne de caractères\\\",\\\"Operator\\\":\\\"Opérateur\\\",\\\"Integer\\\":\\\"Entier\\\",\\\"Tracker\\\":\\\"Suivi\\\",\\\"=\\\":\\\"=\\\",\\\"Boost\\\":\\\"Boost\\\",\\\"Processor settings\\\":\\\"Paramètres du processeur\\\",\\\"Limit\\\":\\\"Limite\\\",\\\"Server name\\\":\\\"Nom du serveur\\\",\\\"Role filter\\\":\\\"Filtre des rôles\\\",\\\"or\\\":\\\"ou\\\",\\\"Read only\\\":\\\"Lecture uniquement\\\",\\\"Excerpt\\\":\\\"Extrait\\\",\\\"URI\\\":\\\"URI\\\",\\\"Stopwords\\\":\\\"Mots à exclure\\\",\\\"Remove field\\\":\\\"Retirer le champ\\\",\\\"Decimal\\\":\\\"Décimal\\\",\\\"Minimum\\\":\\\"Minimum\\\",\\\"Exceptions\\\":\\\"Exceptions\\\",\\\"Exception\\\":\\\"Exception\\\",\\\"You must include at least one positive keyword with @count characters or more.\\\":\\\"Vous devez inclure au moins un mot-clé positif de @count caractères ou plus.\\\",\\\"Add server\\\":\\\"Ajouter un serveur\\\",\\\"Server\\\":\\\"Serveur\\\",\\\"Unavailable\\\":\\\"Indisponible\\\",\\\"empty\\\":\\\"vide\\\",\\\"contains\\\":\\\"contient\\\",\\\"Item language\\\":\\\"Langue de l'élément\\\",\\\"Search content\\\":\\\"Rechercher dans le contenu\\\",\\\"Ordered list\\\":\\\"Liste ordonnée\\\",\\\"Unordered list\\\":\\\"Liste non ordonnée\\\",\\\"Data types\\\":\\\"Types de données\\\",\\\"and\\\":\\\"et\\\",\\\"Index name\\\":\\\"Nom de l'index\\\",\\\"field\\\":\\\"champ\\\",\\\"Cache options\\\":\\\"Options de mise en cache\\\",\\\"Relevance\\\":\\\"Pertinence\\\",\\\"User roles\\\":\\\"Rôles de l'utilisateur\\\",\\\"Supported\\\":\\\"Pris en charge\\\",\\\"Display type\\\":\\\"Type d'affichage\\\",\\\"Boolean\\\":\\\"Booléen\\\",\\\"Bundles\\\":\\\"Paquets\\\",\\\"Is one of\\\":\\\"Fait partie de\\\",\\\"Is empty (NULL)\\\":\\\"Est vide (NULL)\\\",\\\"not empty\\\":\\\"non vide\\\",\\\"Sum\\\":\\\"Somme\\\",\\\"Display method\\\":\\\"Méthode d'affichage\\\",\\\"Cancel changes\\\":\\\"Annuler les modifications\\\",\\\"Cron batch size\\\":\\\"Taille des lots de la tâche planifiée (cron)\\\",\\\"Simple separator\\\":\\\"Séparateur simple\\\",\\\"<>\\\":\\\"<>\\\",\\\"Is all of\\\":\\\"Tout parmi\\\",\\\"Is none of\\\":\\\"Aucun parmi\\\",\\\"not\\\":\\\"pas\\\",\\\"The length of time raw query results should be cached.\\\":\\\"La durée pendant laquelle les résultats bruts de la requête devraient être mis en cache.\\\",\\\"The length of time rendered HTML output should be cached.\\\":\\\"La durée pendant laquelle le HTML généré devrait être mis en cache.\\\",\\\"Placeholder\\\":\\\"Placeholder\\\",\\\"Allow multiple values\\\":\\\"Autoriser plusieurs valeurs\\\",\\\"HTML filter\\\":\\\"Filtre HTML\\\",\\\"Edit field\\\":\\\"Modifier le champ\\\",\\\"Minimum word length to index\\\":\\\"Taille minimale des mots à indexer\\\",\\\"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).\\\":\\\"Le nombre de caractères qu'un mot doit avoir pour être indexé. Un paramètre plus faible signifie un meilleur classement des résultats de recherche, mais aussi une base de données plus grande. Chaque recherche doit contenir au moins un mot clé de cette taille (ou plus grand).\\\",\\\"Simple CJK handling\\\":\\\"Gestion CJK simple\\\",\\\"Item ID\\\":\\\"Identifiant d'élément\\\",\\\"Indexed\\\":\\\"Indexé\\\",\\\"Minimum word length\\\":\\\"Longueur minimale de mot\\\",\\\"More like this\\\":\\\"Plus de résultats similaires\\\",\\\"The changes were successfully saved.\\\":\\\"Les changements ont été enregistrés avec succès.\\\",\\\"Add index\\\":\\\"Ajouter un index\\\",\\\"URL field\\\":\\\"Champ URL\\\",\\\"Highlight\\\":\\\"Surligner\\\",\\\"Dependencies\\\":\\\"Dépendances\\\",\\\"Save and add fields\\\":\\\"Enregistrer et ajouter les champs\\\",\\\"Machine name: @name\\\":\\\"Nom système : @name\\\",\\\"Exposed\\\":\\\"Exposé\\\",\\\"Alt\\\":\\\"Alt\\\",\\\"Read-only\\\":\\\"Lecture seule\\\",\\\"Autocomplete settings\\\":\\\"Paramètres d'autocomplétion\\\",\\\"Is not empty (NOT NULL)\\\":\\\"N'est pas vide (NOT NULL)\\\",\\\"Server description\\\":\\\"Description du serveur\\\",\\\"No values were changed.\\\":\\\"Aucune valeur n'a été changée.\\\",\\\"Index description\\\":\\\"Description de l'index\\\",\\\"Index options\\\":\\\"Options de l'index\\\",\\\"Indexed fields\\\":\\\"Champs indexés\\\",\\\"Index now\\\":\\\"Indexer maintenant\\\",\\\"Couldn't index items. Check the logs for details.\\\":\\\"Impossible d'indexer les éléments. Consulter les journaux pour plus de détails.\\\",\\\"Add fields\\\":\\\"Ajouter des champs\\\",\\\"Administer Search API\\\":\\\"Administrer Search API\\\",\\\"Create and configure Search API servers and indexes.\\\":\\\"Créer et configurer les serveurs et les index de Search API.\\\",\\\"Search server\\\":\\\"Serveur de recherche\\\",\\\"Adds the item's URL to the indexed data.\\\":\\\"Ajoute l'URL de l'élément aux données indexées.\\\",\\\"Ignore case\\\":\\\"Ignorer la casse\\\",\\\"Tokenizer\\\":\\\"Générateur de jetons (Tokenizer)\\\",\\\"Fulltext\\\":\\\"Texte intégral\\\",\\\"Search API\\\":\\\"Search API\\\",\\\"Index title attribute\\\":\\\"Indexer l'attribut title\\\",\\\"If set, the contents of title attributes will be indexed.\\\":\\\"Si coché, les contenus des attributs title seront indexés.\\\",\\\"Index alt attribute\\\":\\\"Indexer l'attribut alt\\\",\\\"Direct query\\\":\\\"Requête directe\\\",\\\"Searched fields\\\":\\\"Champs utilisés pour la recherche\\\",\\\"Select the fields that will be searched. If no fields are selected, all available fulltext fields will be searched.\\\":\\\"Sélectionner les champs à utiliser pour la recherche. Si aucun champ n'est sélectionné, tous les champs plein texte disponibles seront utilisés.\\\",\\\"Index ID\\\":\\\"Identifiant (ID) d'index\\\",\\\"Link to item\\\":\\\"Lien vers l'élément\\\",\\\"Fulltext search\\\":\\\"Recherche en texte intégral\\\",\\\"Search several or all fulltext fields at once.\\\":\\\"Rechercher sur plusieurs ou tous les champs texte en même temps.\\\",\\\"Search API Query\\\":\\\"Requête Search API\\\",\\\"doesn't contain\\\":\\\"ne contient pas\\\",\\\"Server ID\\\":\\\"ID du serveur\\\",\\\"Content access\\\":\\\"Accès au contenu\\\",\\\"If set, the alternative text of images will be indexed.\\\":\\\"Si coché, les textes alternatifs des images seront indexés.\\\",\\\"The entered text is no valid regular expression.\\\":\\\"Le texte saisi n'est pas une expression régulière valide.\\\",\\\"If selected, users can enter multiple values in the form of 1+2+3 (for OR) or 1,2,3 (for AND).\\\":\\\"Si sélectionné, les utilisateurs peuvent saisir plusieurs valeurs sous la forme 1+2+3 (pour OR) ou 1,2,3 (pour AND).\\\",\\\"Index items immediately\\\":\\\"Indexer les éléments immédiatement\\\",\\\"Aggregated fields\\\":\\\"Champs agrégés\\\",\\\"Find similar content.\\\":\\\"Trouver du contenu similaire.\\\",\\\"Aggregation type\\\":\\\"Type d'agrégation\\\",\\\"A @type aggregation of the following fields: @fields.\\\":\\\"Une agrégation de type @type des champs suivants : @fields.\\\",\\\"Rendered entity\\\":\\\"Entité rendue\\\",\\\"Datasource\\\":\\\"Source de données\\\",\\\"Index status\\\":\\\"Statut de l'index\\\",\\\"Do not write to this index or track the status of items in this index.\\\":\\\"Ne pas d'écrire sur cet index ou suivre le statut des éléments dans cet index.\\\",\\\"Index hierarchy\\\":\\\"Hiérarchie de l'index\\\",\\\"Bypass access checks\\\":\\\"Outrepasser les vérifications d'accès\\\",\\\"Node access information\\\":\\\"Information d'accès du nœud.\\\",\\\"Data needed to apply node access.\\\":\\\"Les données requises pour appliquer l'accès au nœud.\\\",\\\"Search indexes\\\":\\\"Indexes de recherche\\\",\\\"Data sources\\\":\\\"Sources de données\\\",\\\"Length of time in seconds raw query results should be cached.\\\":\\\"Durée en secondes pendant laquelle les résultats bruts de la requête doivent être mis en cache.\\\",\\\"Length of time in seconds rendered HTML output should be cached.\\\":\\\"Durée en secondes pendant laquelle le rendu HTML doit être mis en cache.\\\",\\\"Number of items to index\\\":\\\"Nombre d'éléments à indexer\\\",\\\"Additional options\\\":\\\"Options additionnelles\\\",\\\"characters\\\":\\\"caractères\\\",\\\"More link text\\\":\\\"Texte du lien \\\\\\\"Plus\\\\\\\"\\\",\\\"Characters\\\":\\\"Caractères\\\",\\\"Hostname\\\":\\\"Nom d'hôte\\\",\\\"SMTP Authentication\\\":\\\"L'authentification SMTP\\\",\\\"E-mail from name\\\":\\\"Nom de l'expéditeur\\\",\\\"E-mail from address\\\":\\\"Adresse de courriel de l'expéditeur\\\",\\\"Enable debugging\\\":\\\"Activer le débogage\\\",\\\"Use SSL\\\":\\\"Utiliser SSL\\\",\\\"Install options\\\":\\\"Options d'installation\\\",\\\"To uninstall this module you must turn it off here first.\\\":\\\"Pour désinstaller ce module, vous devez d'abord le désactiver.\\\",\\\"SMTP server settings\\\":\\\"Paramètres de serveur SMTP\\\",\\\"The address of your outgoing SMTP server.\\\":\\\"L'adresse de votre serveur SMTP sortant.\\\",\\\"The address of your outgoing SMTP backup server. If the primary server can't be found this one will be tried. This is optional.\\\":\\\"L'adresse de votre serveur SMTP de remplacement. Si le serveur principal n'est pas trouvé, cela sera tenté. Cette option est facultative.\\\",\\\"SMTP port\\\":\\\"Port SMTP\\\",\\\"Use TLS\\\":\\\"Utiliser TLS\\\",\\\"This allows connection to an SMTP server that requires SSL encryption such as Gmail.\\\":\\\"Cela permet de se connecter à un serveur SMTP qui nécessite un cryptage SSL, comme Gmail.\\\",\\\"Use encrypted protocol\\\":\\\"Utiliser le protocole crypté\\\",\\\"Leave blank if your SMTP server does not require authentication.\\\":\\\"Liassez vide si votre serveur SMTP ne nécessite pas d'authentification.\\\",\\\"SMTP Username.\\\":\\\"Nom d'utilisateur SMTP.\\\",\\\"E-mail options\\\":\\\"Options de courriel\\\",\\\"Turn this module on or off\\\":\\\"Activer ou désactiver le module\\\",\\\"SMTP server\\\":\\\"Serveur SMTP\\\",\\\"SMTP backup server\\\":\\\"Remplacement de serveur SMTP\\\",\\\"The e-mail address that all e-mails will be from.\\\":\\\"L'adresse e-mail d'où tous les e-mails seront envoyé.\\\",\\\"Send test e-mail\\\":\\\"Envoyer e-mail de test\\\",\\\"E-mail address to send a test e-mail to\\\":\\\"L'adresse e-mail où le message de test sera envoyé\\\",\\\"Type in an address to have a test e-mail sent there.\\\":\\\"Entrez une adresse, pour avoir un e-mail de test envoyé.\\\",\\\"Checking this box will print SMTP messages from the server for every e-mail that is sent.\\\":\\\"Cochant cette case va afficher les messages SMTP depuis le serveur pour chaque message envoyé.\\\",\\\"You must enter an SMTP server address.\\\":\\\"Vous devez entrer une adresse de serveur SMTP.\\\",\\\"You must enter an SMTP port number.\\\":\\\"Vous devez entrer un port SMTP.\\\",\\\"Sending mail to: @to\\\":\\\"Envoi d'e-mail à: @to\\\",\\\"SMTP Authentication Support\\\":\\\"Support d'authentification SMTP\\\",\\\"Synonyms\\\":\\\"Synonymes\\\",\\\"Widget\\\":\\\"Widget\\\",\\\"Provider\\\":\\\"Fournisseur\\\",\\\"Select\\\":\\\"Sélectionner\\\",\\\"Behavior settings\\\":\\\"Paramètres de comportement\\\",\\\"Autocomplete\\\":\\\"Autocomplétion\\\",\\\"Validate @label\\\":\\\"Valider @label\\\",\\\"Telephone link format settings\\\":\\\"Paramètres de format de lien de téléphone\\\",\\\"Countries\\\":\\\"Pays\\\",\\\"Parents\\\":\\\"Parents\\\",\\\"format\\\":\\\"format\\\",\\\"The name of the menu.\\\":\\\"Le nom du menu.\\\",\\\"Menu link\\\":\\\"Lien du menu\\\",\\\"File size\\\":\\\"Taille du fichier\\\",\\\"Height\\\":\\\"Hauteur\\\",\\\"Arguments\\\":\\\"Arguments\\\",\\\"Random\\\":\\\"Au hasard\\\",\\\"Root\\\":\\\"Racine\\\",\\\"Tokens\\\":\\\"Jetons (tokens)\\\",\\\"Token\\\":\\\"Jeton (token)\\\",\\\"Reversed\\\":\\\"Inversé\\\",\\\"Extension\\\":\\\"Extension\\\",\\\"Keys\\\":\\\"Clés\\\",\\\"Node count\\\":\\\"Comptage des nœuds\\\",\\\"IP address\\\":\\\"Adresse IP\\\",\\\"Root term\\\":\\\"Terme racine\\\",\\\"The size of the file.\\\":\\\"La taille du fichier.\\\",\\\"Menu links\\\":\\\"Liens de menu\\\",\\\"Current date\\\":\\\"Date actuelle\\\",\\\"Machine-readable name\\\":\\\"Nom système\\\",\\\"Array\\\":\\\"tableau (Array)\\\",\\\"Link ID\\\":\\\"Identifiant du lien\\\",\\\"Base name\\\":\\\"Nom de base\\\",\\\"Edit URL\\\":\\\"Modifier l'URL\\\",\\\"Revision log message\\\":\\\"Message du journal de révision\\\",\\\"No tokens available.\\\":\\\"Pas de jetons (tokens) disponibles.\\\",\\\"Click a token to insert it into the field you've last clicked.\\\":\\\"Cliquez sur un jeton (token) pour l'insérer dans le champ que vous avez sélectionné dernièrement.\\\",\\\"Translation source node\\\":\\\"Nœud source de la traduction\\\",\\\"Provides a user interface for the Token API and some missing core tokens.\\\":\\\"Fournit à l'utilisateur une interface pour l'API de Token et quelques jetons (tokens) du cœur manquants.\\\",\\\"Insert this token into your form\\\":\\\"Insérer ce jeton (token) dans votre formulaire\\\",\\\"First click a text field to insert your tokens into.\\\":\\\"Cliquez d'abord sur un champ de texte pour insérer vos jetons (tokens) dans celui -ci.\\\",\\\"The explanation of the most recent changes made to the node.\\\":\\\"L'explication de la modification la plus récente effectuée sur le nœud.\\\",\\\"The title of the current page.\\\":\\\"Le titre de la page actuelle.\\\",\\\"The URL of the current page.\\\":\\\"L'URL de la page actuelle.\\\",\\\"The page number of the current page when viewing paged lists.\\\":\\\"Le numéro de page de la page courante sur la visualisation de listes paginées.\\\",\\\"The source node for this current node's translation set.\\\":\\\"Le nœud source du jeu de traductions du nœud courant.\\\",\\\"Account cancellation URL\\\":\\\"URL d'annulation de compte\\\",\\\"The URL of the confirm delete page for the user account.\\\":\\\"L'URL de la page de confirmation de suppression de ce compte utilisateur.\\\",\\\"One-time login URL\\\":\\\"URL de connexion à usage unique\\\",\\\"The URL of the one-time login page for the user account.\\\":\\\"L'URL de connexion à usage unique pour ce compte utilisateur.\\\",\\\"Tokens related to menu links.\\\":\\\"Jetons liés aux liens de menus.\\\",\\\"The unique ID of the menu link.\\\":\\\"L'identifiant unique du lien de menu.\\\",\\\"The title of the menu link.\\\":\\\"Le titre du lien de menu.\\\",\\\"The URL of the menu link.\\\":\\\"L'URL du lien de menu.\\\",\\\"The menu link's parent.\\\":\\\"Le parent du lien de menu.\\\",\\\"Tokens related to the current page request.\\\":\\\"Jetons liés à la requête de la page actuelle.\\\",\\\"Page number\\\":\\\"Numéro de page\\\",\\\"The book page associated with the node.\\\":\\\"La page de livre associée au nœud.\\\",\\\"The menu link for this node.\\\":\\\"Le lien de menu pour ce nœud.\\\",\\\"The menu link's root.\\\":\\\"La racine du lien de menu.\\\",\\\"The extension of the file.\\\":\\\"L'extension de ce fichier.\\\",\\\"Tokens related to the current date and time.\\\":\\\"Jetons liés à la date et l'heure courantes.\\\",\\\"The URL of the @entity.\\\":\\\"L'URL du(de la) @entity\\\",\\\"The content type of the node.\\\":\\\"Le type de contenu du nœud.\\\",\\\"Tokens related to content types.\\\":\\\"Jetons liés aux types de contenus.\\\",\\\"The name of the content type.\\\":\\\"Le nom du type de contenu.\\\",\\\"The unique machine-readable name of the content type.\\\":\\\"Le nom système unique du type de contenu.\\\",\\\"The optional description of the content type.\\\":\\\"La description optionnelle du type de contenu\\\",\\\"The number of nodes belonging to the content type.\\\":\\\"Le nombre de nœuds appartenant à ce type de contenu.\\\",\\\"The URL of the content type's edit page.\\\":\\\"L'URL de la page d'édition de ce type de contenu.\\\",\\\"The URL of the taxonomy term's edit page.\\\":\\\"L'URL de la page d'édition de ce terme de taxonomie.\\\",\\\"The unique machine-readable name of the vocabulary.\\\":\\\"Le nom système unique du vocabulaire.\\\",\\\"The URL of the vocabulary's edit page.\\\":\\\"L'URL de la page d'édition de ce vocabulaire.\\\",\\\"The specific argument of the current page (e.g. 'arg:1' on the page 'node/1' returns '1').\\\":\\\"L'argument spécifique de la page courante (ex. 'arg:1' sur la page 'node/1' retourne '1').\\\",\\\"Tokens related to URLs.\\\":\\\"Jetons liés aux URLs.\\\",\\\"Relative URL\\\":\\\"URL relative\\\",\\\"The relative URL.\\\":\\\"L'URL relative.\\\",\\\"Absolute URL\\\":\\\"Url absolue\\\",\\\"The absolute URL.\\\":\\\"URL absolue\\\",\\\"Tokens related to menus.\\\":\\\"Jetons liés aux menus.\\\",\\\"The unique machine-readable name of the menu.\\\":\\\"Le nom système unique du nom du menu.\\\",\\\"The optional description of the menu.\\\":\\\"La description (optionnelle) du menu.\\\",\\\"Menu link count\\\":\\\"Nombre de liens de menu.\\\",\\\"The number of menu links belonging to the menu.\\\":\\\"Le nombre de liens de menus appartenant au menu.\\\",\\\"The URL of the menu's edit page.\\\":\\\"L'URL de la page d'édition du menu.\\\",\\\"The menu of the menu link.\\\":\\\"Le menu du lien de menu.\\\",\\\"The URL of the menu link's edit page.\\\":\\\"L'URL de la page d'édition du lien de menu.\\\",\\\"The user roles associated with the user account.\\\":\\\"Les rôles utilisateur associés au compte utilisateur.\\\",\\\"Show icons\\\":\\\"Montrer les icônes\\\",\\\"Brief URL\\\":\\\"URL brève\\\",\\\"Meta\\\":\\\"Meta\\\",\\\"The URL without the protocol and trailing backslash.\\\":\\\"L'URL sans le protocole et le slash (/) de fin.\\\",\\\"Tokens related to arrays of strings.\\\":\\\"Jetons liés à des tableaux de chaînes.\\\",\\\"The first element of the array.\\\":\\\"Le premier élément du tableau.\\\",\\\"The last element of the array.\\\":\\\"Le dernier élément du tableau.\\\",\\\"The number of elements in the array.\\\":\\\"Le nombre d'éléments dans le tableau.\\\",\\\"The array reversed.\\\":\\\"Le tableau inversé.\\\",\\\"The array of keys of the array.\\\":\\\"Le tableau de clés du tableau.\\\",\\\"Imploded\\\":\\\"Implosé\\\",\\\"The values of the array joined together with a custom string in-between each value.\\\":\\\"Les valeurs du tableau reliées ensemble par une chaîne personnalisée entre chaque valeur.\\\",\\\"A date in '@type' format. (%date)\\\":\\\"Une date dans le format '@type'. (%date)\\\",\\\"The root term of the taxonomy term.\\\":\\\"Le terme racine du terme de taxonomie.\\\",\\\"File byte size\\\":\\\"Taille du fichier en octets\\\",\\\"The size of the file, in bytes.\\\":\\\"La taille du fichier, en octets.\\\",\\\"Query string value\\\":\\\"Valeur du paramètre d'URL\\\",\\\"The value of a specific query string field of the current page.\\\":\\\"La valeur d'un champ de paramètre d'URL spécifique de la page actuelle.\\\",\\\"A random number from 0 to @max.\\\":\\\"Un nombre aléatoire de 0 à @max.\\\",\\\"A random hash. The possible hashing algorithms are: @hash-algos.\\\":\\\"Un hachage aléatoire. Les algorithmes de hachage possibles sont : @hash-algos.\\\",\\\"Attempting to perform token replacement for token type %type without required data\\\":\\\"Tentative de remplacement d'un jeton pour le type de jeton %type sans les données requises\\\",\\\"@type field.\\\":\\\"Champ @type.\\\",\\\"No tokens available\\\":\\\"Aucun jeton disponible\\\",\\\"Token registry caches cleared.\\\":\\\"Caches du registre de Token vidés.\\\",\\\"The path component of the URL.\\\":\\\"Le composant du chemin de l'URL.\\\",\\\"Multilingual\\\":\\\"Multilingue\\\",\\\"Unaliased URL\\\":\\\"URL sans alias\\\",\\\"The unaliased URL.\\\":\\\"L'URL sans alias.\\\",\\\"Not translated\\\":\\\"Non traduit\\\",\\\"The specific value of the array.\\\":\\\"La valeur spécifique de la liste.\\\",\\\"Translated\\\":\\\"Traduit\\\",\\\"The list of available tokens that can be used in e-mails is provided below.\\\":\\\"La liste des jetons disponibles qui peuvent être utilisés dans les courriels est fournie ci-dessous.\\\",\\\"An array of all the term's parents, starting with the root.\\\":\\\"Une liste de tous les termes parents, en commençant avec la racine.\\\",\\\"An array of all the menu link's parents, starting with the root.\\\":\\\"Une liste de tous les parents du lien de menu, en commençant avec la racine.\\\",\\\"Original @entity\\\":\\\"@entity original(e)\\\",\\\"Moderation State\\\":\\\"Etat de modération\\\",\\\"The original @entity data if the @entity is being updated or saved.\\\":\\\"Les données originales du/de la @entity si le/la @entity est en cours de mise à jour ou en cours d'enregistrement.\\\",\\\"The base name of the file.\\\":\\\"Le nom de base du fichier.\\\",\\\"Translation changed time\\\":\\\"Heure de modification de la traduction\\\",\\\"This field supports tokens.\\\":\\\"Ce champ prend en charge les jetons (tokens).\\\",\\\"List of @type values\\\":\\\"Liste de valeurs @type\\\",\\\"Tokens for lists of @type values.\\\":\\\"Jetons (tokens) pour les listes de valeurs @type.\\\",\\\"Browse available tokens.\\\":\\\"Explorer les jetons disponibles.\\\",\\\"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].\\\":\\\"Les variables disponibles sont : [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.\\\":\\\"Champ @type. Aussi connu comme %labels.\\\",\\\"Tokens or token types not defined as arrays\\\":\\\"Les jetons ou les types de jetons ne sont pas définis en tableau\\\",\\\"Tokens or token types missing name property\\\":\\\"Nom de propriété manquante pour les jetons ou les types de jeton\\\",\\\"Token types do not have any tokens defined\\\":\\\"Les types de jetons n'ont aucun jeton défini.\\\",\\\"Token types are not defined but have tokens\\\":\\\"Les types de jetons ne sont pas définis mais ont des jetons\\\",\\\"Token or token types are defined by multiple modules\\\":\\\"Le jeton ou les types de jeton sont définis par plusieurs modules\\\",\\\"Image with image style\\\":\\\"Image avec style d'image\\\",\\\"The MIME type (image/png, image/bmp, etc.) of the image.\\\":\\\"Le type MIME (image/png, image/bmp, etc.) de l'image.\\\",\\\"The file size of the image.\\\":\\\"La taille de fichier de l'image.\\\",\\\"The height the image, in pixels.\\\":\\\"La hauteur de l'image, en pixels.\\\",\\\"The width of the image, in pixels.\\\":\\\"La largeur de l'image, en pixels.\\\",\\\"The URI to the image.\\\":\\\"L'URI de l'image.\\\",\\\"The URL to the image.\\\":\\\"L'URL de l'image.\\\",\\\"Logs\\\":\\\"Journaux\\\",\\\"@label tokens.\\\":\\\"@label jetons.\\\",\\\"@type type with delta @delta\\\":\\\"Type @type avec le delta @delta\\\",\\\"Represents the image in the given image style.\\\":\\\"Représente l'image dans le style d'image sélectionné.\\\",\\\"The Token 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 online documentation.\\\":\\\"Le module Token fournit une interface utilisateur pour le système de jetons du site. Il ajoute également des jetons supplémentaires largement utilisés lors du développement d'un site. Les jetons sont des portions de texte spécialement formatées qui servent d'emplacements réservés remplacés dynamiquement par leur valeur. Pour plus d'informations au sujet du système de jeton et des outils supplémentaires fournis par le module Token, voir la documentation en ligne.\\\",\\\"The list of the currently available tokens on this site are shown below.\\\":\\\"La liste des jetons actuellement disponibles sur ce site est affichée ci-dessous.\\\",\\\"Throttle\\\":\\\"Auto-régulation\\\",\\\"%name is using the following invalid tokens: @invalid-tokens.\\\":\\\"%name utilise les jetons invalides suivants : @invalid-tokens.\\\",\\\"Computed menu link for the node (only available during node saving).\\\":\\\"Lien de menu calculé pour le nœud (disponible uniquement pendant l'enregistrement du nœud).\\\",\\\"Serial\\\":\\\"Séquentiel\\\",\\\"%name must contain at least one token.\\\\u0003%name must contain at least @count tokens.\\\":\\\"%name doit contenir au moins un jeton.\\\\u0003%name doit contenir au moins @count jetons.\\\",\\\"Method\\\":\\\"Méthode\\\",\\\"%name must contain at most one token.\\\\u0003%name must contain at most @count tokens.\\\":\\\"%name doit contenir au plus un jeton.\\\\u0003%name doit contenir au plus @count jetons.\\\",\\\"Tokens related to books.\\\":\\\"Jetons liés aux livres.\\\",\\\"Cron settings\\\":\\\"Paramètres du cron\\\",\\\"Title of the book.\\\":\\\"Titre du livre.\\\",\\\"anonymous\\\":\\\"anonyme\\\",\\\"The author of the book.\\\":\\\"L'auteur du livre.\\\",\\\"Duration\\\":\\\"Durée\\\",\\\"Top level of the book.\\\":\\\"Premier niveau du livre.\\\",\\\"Threshold\\\":\\\"Seuil\\\",\\\"Parent of the current page.\\\":\\\"Parent de la page actuelle.\\\",\\\"Rules\\\":\\\"Rules\\\",\\\"An array of all the node's parents, starting with the root.\\\":\\\"Un tableau avec tous les parents du nœud, en commençant par la racine.\\\",\\\"Missing\\\":\\\"Manquant\\\",\\\"This field supports tokens. @browse_tokens_link\\\":\\\"Ce champ prend en charge les tokens. @browse_tokens_link\\\",\\\"Cron\\\":\\\"Tâche planifiée (cron)\\\",\\\"Tokens related to random data.\\\":\\\"Jetons liés à des données aléatoires.\\\",\\\"by\\\":\\\"par\\\",\\\"Run\\\":\\\"Exécuter\\\",\\\"Simple\\\":\\\"Simple\\\",\\\"Thread\\\":\\\"Fil de discussion\\\",\\\"Started\\\":\\\"Démarré\\\",\\\"Scheduler settings\\\":\\\"Paramètres de planification (module Scheduler)\\\",\\\"Time until expiration\\\":\\\"Délai avant expiration\\\",\\\"Queue\\\":\\\"File\\\",\\\"Max execution time\\\":\\\"Temps d'exécution maximum\\\",\\\"Scheduled\\\":\\\"Planifié\\\",\\\"Callback\\\":\\\"procédure de rappel (callback)\\\",\\\"Thresholds\\\":\\\"Seuils\\\",\\\"Scheduler\\\":\\\"Scheduler\\\",\\\"This will appear in the administrative interface to easily identify it.\\\":\\\"Ceci apparaitra dans l'interface d'administration pour facilement l'identifier.\\\",\\\"Run cron every\\\":\\\"Lancer les tâches planifiées (cron) toutes les\\\",\\\"Default (@default)\\\":\\\"Par défaut (@default)\\\",\\\"Default Settings\\\":\\\"Paramètres par défaut\\\",\\\"Thumbnail\\\":\\\"Vignette\\\",\\\"Defaults\\\":\\\"Paramètres par défaut\\\",\\\"Video\\\":\\\"Vidéo\\\",\\\"Autoplay\\\":\\\"Lecture automatique\\\",\\\"Children\\\":\\\"Enfants\\\",\\\"YouTube\\\":\\\"YouTube\\\",\\\"Vimeo\\\":\\\"Vimeo\\\",\\\"Link image to\\\":\\\"Lier l'image à\\\",\\\"Image Style\\\":\\\"Style d'image\\\",\\\"Views Bulk Operations\\\":\\\"Views Bulk Operations\\\",\\\"Access denied\\\":\\\"Accès refusé\\\",\\\"Clear\\\":\\\"Vider\\\",\\\"No items selected.\\\":\\\"Aucun élément sélectionné.\\\",\\\"Examples\\\":\\\"Exemples\\\",\\\"Finished with an error.\\\":\\\"Terminé avec erreur\\\",\\\"Cancel the selected user accounts\\\":\\\"Annuler les comptes utilisateur sélectionnés\\\",\\\"When cancelling these accounts\\\":\\\"Lors de l'annulation de ces comptes\\\",\\\"Override label\\\":\\\"Supplanter l'étiquette\\\",\\\"Selected actions\\\":\\\"Actions sélectionnées\\\",\\\"Action title\\\":\\\"Titre de l'action\\\",\\\"The title shown above the actions dropdown.\\\":\\\"Le titre affiché au-dessus du menu déroulant des actions.\\\",\\\"When enabled, the user must confirm the account cancellation via email.\\\":\\\"Si activé, l'utilisateur doit confirmer l'annulation du compte par courriel.\\\",\\\"When enabled, the user will receive an email notification after the account has been canceled.\\\":\\\"Si activé, l'utilisateur recevra un courriel de notification après que le compte ait été annulé.\\\",\\\"Notify user when account is canceled\\\":\\\"Notifier l'utilisateur lorsque son compte est annulé\\\",\\\"Require email confirmation to cancel account\\\":\\\"Demander un courriel de confirmation pour annuler le compte\\\",\\\"Apply to selected items\\\":\\\"Appliquer aux éléments sélectionnés\\\",\\\"@name module\\\":\\\"module @name\\\",\\\"Revert\\\":\\\"Rétablir\\\",\\\"Installation profile\\\":\\\"Profil d'installation\\\",\\\"Simple configuration\\\":\\\"Configuration simple\\\",\\\"Node type\\\":\\\"Type de nœud\\\",\\\"GUID\\\":\\\"GUID\\\",\\\"never\\\":\\\"jamais\\\",\\\"actions\\\":\\\"actions\\\",\\\"Text\\\":\\\"Texte\\\",\\\"Layout\\\":\\\"Affichage\\\",\\\"Select a layout\\\":\\\"Sélectionner une mise en page\\\",\\\"aggregator\\\":\\\"agrégateur\\\",\\\"Update interval\\\":\\\"Fréquence des mises à jour\\\",\\\"The fully-qualified URL of the feed.\\\":\\\"L'adresse URL complète du flux.\\\",\\\"Add forum\\\":\\\"Ajouter un forum\\\",\\\"Add term\\\":\\\"Ajouter un terme\\\",\\\"Search keywords\\\":\\\"Mots-clés de recherche\\\",\\\"Keywords\\\":\\\"Mots-clés\\\",\\\"Search Keywords\\\":\\\"Mots-clés de recherche\\\",\\\"Preview comment\\\":\\\"Aperçu du commentaire\\\",\\\"Component\\\":\\\"Composant\\\",\\\"Components\\\":\\\"Composants\\\",\\\"Advanced search\\\":\\\"Recherche avancée\\\",\\\"You are not authorized to access this page.\\\":\\\"Vous n'êtes pas autorisé(e) à accéder à cette page.\\\",\\\"States\\\":\\\"États\\\",\\\"Upload\\\":\\\"Transférer\\\",\\\"Picture\\\":\\\"Image\\\",\\\"Upload image\\\":\\\"Téléverser une image\\\",\\\"Taxonomy settings\\\":\\\"Paramètres de taxonomie\\\",\\\"content types\\\":\\\"types de contenu\\\",\\\"content type\\\":\\\"type de contenu\\\",\\\"Before\\\":\\\"Avant\\\",\\\"After\\\":\\\"Après\\\",\\\"Database type\\\":\\\"Type de base de données\\\",\\\"action\\\":\\\"action\\\",\\\"Continue\\\":\\\"Continuer\\\",\\\"file\\\":\\\"fichier\\\",\\\"Error\\\":\\\"Erreur\\\",\\\"Contact\\\":\\\"Contact\\\",\\\"no\\\":\\\"non\\\",\\\"New user: %name %email.\\\":\\\"Nouvel utilisateur : %name %email.\\\",\\\"Node\\\":\\\"Nœud\\\",\\\"Sent email to %recipient\\\":\\\"Courriel envoyé à %recipient\\\",\\\"The subject of the message.\\\":\\\"Le sujet du message.\\\",\\\"Number of columns\\\":\\\"Nombre de colonnes\\\",\\\"Include\\\":\\\"Inclure\\\",\\\"Revert to defaults\\\":\\\"Rétablir aux valeurs par défaut\\\",\\\"Open link in new window\\\":\\\"Ouvrir le lien dans une nouvelle fenêtre\\\",\\\"vocabularies\\\":\\\"vocabulaires\\\",\\\"term\\\":\\\"terme\\\",\\\"Expanded\\\":\\\"Déplié\\\",\\\"Parent item\\\":\\\"Élément parent\\\",\\\"Add child page\\\":\\\"Ajouter une page enfant\\\",\\\"Printer-friendly version\\\":\\\"Version imprimable\\\",\\\"Content type for child pages\\\":\\\"Type de contenu pour les pages enfants\\\",\\\"Update options\\\":\\\"Mettre à jour les options\\\",\\\"Remove from outline\\\":\\\"Retirer de la structure\\\",\\\"Unknown export format.\\\":\\\"Format d'export inconnu.\\\",\\\"Last post\\\":\\\"Dernière contribution\\\",\\\"Year\\\":\\\"Année\\\",\\\"Date format\\\":\\\"Format de date\\\",\\\"Add content\\\":\\\"Ajouter du contenu\\\",\\\"Area\\\":\\\"Zone\\\",\\\"Override title\\\":\\\"Supplanter le titre\\\",\\\"CSS class\\\":\\\"Classe CSS\\\",\\\"Add view\\\":\\\"Ajouter une vue\\\",\\\"Pager ID\\\":\\\"ID de la pagination\\\",\\\"View arguments\\\":\\\"Arguments de la vue\\\",\\\"1 minute\\\\u0003@count minutes\\\":\\\"1 minute\\\\u0003@count minutes\\\",\\\"1 hour\\\\u0003@count hours\\\":\\\"@count heure\\\\u0003@count heures\\\",\\\"1 day\\\\u0003@count days\\\":\\\"@count jour\\\\u0003@count jours\\\",\\\"Configuration saved.\\\":\\\"Configuration enregistrée.\\\",\\\"Taxonomy terms\\\":\\\"Termes de taxonomie\\\",\\\"Breadcrumb\\\":\\\"Fil d'Ariane\\\",\\\"Logo\\\":\\\"Logo\\\",\\\"Site name\\\":\\\"Nom du site\\\",\\\"Site slogan\\\":\\\"Slogan du site\\\",\\\"Good\\\":\\\"Bien\\\",\\\"Node types\\\":\\\"Types de nœuds\\\",\\\"User settings\\\":\\\"Paramètres des utilisateurs\\\",\\\"Site\\\":\\\"Site\\\",\\\"Web Server\\\":\\\"Serveur Web\\\",\\\"Not found\\\":\\\"Non trouvé\\\",\\\"PHP\\\":\\\"PHP\\\",\\\"Host\\\":\\\"Hôte\\\",\\\"PostgreSQL\\\":\\\"PostgreSQL\\\",\\\"Available updates\\\":\\\"Mises à jour disponibles\\\",\\\"Manual update check\\\":\\\"Vérification manuelle des mises à jour\\\",\\\"Check manually\\\":\\\"Vérifier manuellement\\\",\\\"Up to date\\\":\\\"À jour\\\",\\\"Update available\\\":\\\"Mise à jour disponible\\\",\\\"Drupal core update status\\\":\\\"Statut de mise à jour du cœur de Drupal\\\",\\\"Out of date\\\":\\\"Non à jour\\\",\\\"Header\\\":\\\"Entête\\\",\\\"Left sidebar\\\":\\\"Barre latérale gauche\\\",\\\"Right sidebar\\\":\\\"Barre latérale droite\\\",\\\"Recipients\\\":\\\"Destinataires\\\",\\\"Selected\\\":\\\"Sélectionné\\\",\\\"Your name\\\":\\\"Votre nom\\\",\\\"Aggregator feed\\\":\\\"Flux d'agrégateur\\\",\\\"Aggregator feed ID\\\":\\\"L'identifiant(ID) de l’agrégateur de flux\\\",\\\"Feed description\\\":\\\"Description du flux\\\",\\\"Aggregator item\\\":\\\"Élément d'agrégateur\\\",\\\"Aggregator item ID\\\":\\\"Identifiant (ID) de l'élément de l'agrégateur\\\",\\\"Role ID\\\":\\\"Id du rôle\\\",\\\"Revision ID\\\":\\\"Identifiant (ID) de révision\\\",\\\"Comment\\\":\\\"Commentaire\\\",\\\"Comment ID\\\":\\\"Identifiant (ID) du commentaire\\\",\\\"Score\\\":\\\"Score\\\",\\\"Signature\\\":\\\"Signature\\\",\\\"Cacheable\\\":\\\"Peut être mis en cache\\\",\\\"Source string ID\\\":\\\"Identifiant (ID) de la chaîne source\\\",\\\"Location\\\":\\\"Emplacement\\\",\\\"Source string\\\":\\\"Chaîne source\\\",\\\"Locale\\\":\\\"Localisation\\\",\\\"Title field label\\\":\\\"Libellé du champ titre\\\",\\\"Sticky at top of lists\\\":\\\"Epinglé en haut des listes\\\",\\\"Revisions\\\":\\\"Révisions\\\",\\\"File ID\\\":\\\"Identifiant (ID) de fichier\\\",\\\"File name\\\":\\\"Nom du fichier\\\",\\\"File MIME type\\\":\\\"Type MIME du fichier\\\",\\\"Node revision ID\\\":\\\"Identifiant (ID) de la révision du nœud\\\",\\\"Vocabulary\\\":\\\"Vocabulaire\\\",\\\"Vocabulary ID\\\":\\\"Identifiant (ID) de vocabulaire\\\",\\\"Vocabulary name\\\":\\\"Nom du vocabulaire\\\",\\\"Term\\\":\\\"Terme\\\",\\\"Term ID\\\":\\\"Identifiant (ID) du terme\\\",\\\"User role\\\":\\\"Rôle de l'utilisateur\\\",\\\"Role name\\\":\\\"Nom du rôle\\\",\\\"Last login\\\":\\\"Dernière connexion\\\",\\\"Time zone\\\":\\\"Fuseau horaire\\\",\\\"Field type\\\":\\\"Type de champ\\\",\\\"Global settings\\\":\\\"Paramètres globaux\\\",\\\"Multiple values\\\":\\\"Valeurs multiples\\\",\\\"Does not contain\\\":\\\"Ne contient pas\\\",\\\"Is less than\\\":\\\"Est inférieur à\\\",\\\"Is less than or equal to\\\":\\\"Est inférieur ou égal à\\\",\\\"Is equal to\\\":\\\"Est égal à\\\",\\\"Is greater than or equal to\\\":\\\"Est supérieur ou égal à\\\",\\\"Is greater than\\\":\\\"Est supérieur à\\\",\\\"Is not equal to\\\":\\\"N'est pas égal à\\\",\\\"Average\\\":\\\"Moyenne\\\",\\\"Concatenation\\\":\\\"Concaténation\\\",\\\"Contains all of these words\\\":\\\"Contient tous ces mots\\\",\\\"Contains any of these words\\\":\\\"Contient n'importe lequel de ces mots\\\",\\\"Contains none of these words\\\":\\\"Ne contient aucun de ces mots\\\",\\\"Delete all indexed data on this server\\\":\\\"Supprimer toutes les données indexées sur ce serveur\\\",\\\"No items will be indexed during cron runs.\\\":\\\"Aucun élément ne sera indexé lors de l’exécution de la tâche planifiée (cron).\\\",\\\"@indexed/@total indexed\\\":\\\"@indexed/@total indexé\\\",\\\"Server index status\\\":\\\"État du serveur d'indexation\\\",\\\"Index @limit items in batches of @batch_size items\\\":\\\"Indexer @limit éléments par groupes de @batch_size éléments\\\",\\\"Queue all items for reindexing\\\":\\\"Mettre tous les éléments en file d'attente pour réindexation\\\",\\\"Clear all indexed data\\\":\\\"Purger toutes les données indexées\\\",\\\"During cron runs, 1 item will be indexed per batch.\\\\u0003During cron runs, @count items will be indexed per batch.\\\":\\\"Lors de l'exécution de la tâche planifiée (cron), 1 élément sera indexé par lot.\\\\u0003Lors de l'exécution de la tâche planifiée (cron), @count éléments seront indexés par lot.\\\",\\\"Tracker settings\\\":\\\"Paramètres du suivi\\\",\\\"@label referenced from @field_name\\\":\\\"@label référencé depuis @field_name\\\",\\\"@field_name: @label\\\":\\\"@field_name : @label\\\",\\\"Are you sure you want to clear all indexed data from the search server %name?\\\":\\\"Voulez-vous vraiment purger toutes les données du serveur de recherche %name ?\\\",\\\"The processor's weights for the different processing stages\\\":\\\"Les poids des processeurs pour les différentes étapes du traitement\\\",\\\"The processor's weight for this stage\\\":\\\"Le poid du processeur pour cette étape\\\",\\\"… @excerpt … @excerpt …\\\":\\\"… @excerpt … @excerpt …\\\",\\\"By breaking this lock, any unsaved changes made by @user will be lost.\\\":\\\"En dévérouillant, toutes les modifications non enregistrées et effectuées par @user seront perdues.\\\",\\\"enabled (disable)\\\":\\\"activé (désactiver)\\\",\\\"There is 1 item indexed on the server for this index. (More information)\\\\u0003There are @count items indexed on the server for this index. (More information)\\\":\\\"1 élément est indexé sur le serveur pour cet index. (Plus d'informations)\\\\u0003@count éléments sont indexés sur le serveur pour cet index. (Plus d'informations)\\\",\\\"@field (indexed field)\\\":\\\"@field (champ indexé)\\\",\\\"Conjunction\\\":\\\"Conjonction\\\",\\\"List all search indexes.\\\":\\\"Lister tous les indexes de recherche.\\\",\\\"Alias to list all search indexes.\\\":\\\"Alias pour lister tous les indexes de recherche.\\\",\\\"Enable all disabled indexes.\\\":\\\"Activer tous les indexes désactivés.\\\",\\\"Alias to enable all disabled indexes.\\\":\\\"Alias pour activer tous les indexes désactivés.\\\",\\\"Disable all enabled indexes.\\\":\\\"Désactiver tous les indexes activés.\\\",\\\"Alias to disable all enabled indexes.\\\":\\\"Alias pour désactiver tous les indexes activés.\\\",\\\"Enable the search index with the ID @name.\\\":\\\"Activer l'index de recherche possédant l'identifiant (ID) @name.\\\",\\\"Alias to enable the search index with the ID @name.\\\":\\\"Alias pour activer l'index de recherche possédant l'identifiant (ID) @name.\\\",\\\"Disable the search index with the ID @name.\\\":\\\"Désactiver l'index de recherche possédant l'identifiant (ID) @name.\\\",\\\"Alias to disable the search index with the ID @name.\\\":\\\"Alias pour désactiver l'index de recherche possédant l'identifiant (ID) @name.\\\",\\\"Index all items for all enabled indexes.\\\":\\\"Indexer tous les éléments de tous les indexes activés.\\\",\\\"Alias to index all items for all enabled indexes.\\\":\\\"Alias pour indexer tous les éléments de tous les indexes activés.\\\",\\\"The machine name of an index\\\":\\\"Le nom machine de l'index\\\",\\\"The machine name of a server\\\":\\\"Le nom machine du serveur\\\",\\\"Start indexing now\\\":\\\"Démarrer l'indexation immédiatement\\\",\\\"Enabled for all supported fields\\\":\\\"Activé pour tous les champs supportés\\\",\\\"Hint text that appears inside the field when empty.\\\":\\\"Texte d'aide qui apparait à l'intérieur du champ lorsqu'il est vide.\\\",\\\"Set name\\\":\\\"Nom de l'ensemble\\\",\\\"Original image\\\":\\\"Image originale\\\",\\\"Link to URL\\\":\\\"Lien vers l'URL\\\",\\\"Heading\\\":\\\"Entête\\\",\\\"Search settings\\\":\\\"Paramètres de recherche\\\",\\\"Mode\\\":\\\"Mode\\\",\\\"Warning\\\":\\\"Avertissement\\\",\\\"blocked\\\":\\\"bloqué\\\",\\\"active\\\":\\\"actif(s)\\\",\\\"OK\\\":\\\"OK\\\",\\\"OPML feed\\\":\\\"Flux OPML\\\",\\\"Number of news items in block\\\":\\\"Nombre d'éléments du bloc\\\",\\\"View this feed's recent news.\\\":\\\"Voir les nouvelles récentes de ce flux.\\\",\\\"Feed overview\\\":\\\"Vue d'ensemble par flux\\\",\\\"Next update\\\":\\\"Prochaine mise à jour\\\",\\\"%time ago\\\":\\\"Il y a %time\\\",\\\"%time left\\\":\\\"%time restant\\\",\\\"Nodes\\\":\\\"Nœuds\\\",\\\"Authored by\\\":\\\"Écrit par\\\",\\\"Advanced\\\":\\\"Avancé\\\",\\\"Processor\\\":\\\"Processeur\\\",\\\"The feed %feed has been updated.\\\":\\\"Le flux %feed a été mis à jour.\\\",\\\"Feed %feed added.\\\":\\\"Le flux %feed a été ajouté.\\\",\\\"The feed %feed has been added.\\\":\\\"Le flux %feed a été ajouté.\\\",\\\"Up\\\":\\\"Haut\\\",\\\"Textfield\\\":\\\"Champ texte\\\",\\\"Display options\\\":\\\"Options d'affichage\\\",\\\"Scale\\\":\\\"Échelle\\\",\\\"Medium\\\":\\\"Moyen\\\",\\\"Sortable\\\":\\\"Classable\\\",\\\"Plain text\\\":\\\"Texte brut\\\",\\\"standard\\\":\\\"standard\\\",\\\"Caching\\\":\\\"Mise en cache\\\",\\\"Month\\\":\\\"Mois\\\",\\\"Last reply\\\":\\\"Dernière réponse\\\",\\\"Prev\\\":\\\"Préc.\\\",\\\"Domain\\\":\\\"Domaine\\\",\\\"Unlimited\\\":\\\"Illimité\\\",\\\"State\\\":\\\"État\\\",\\\"Filter by\\\":\\\"Filtrer par\\\",\\\"Enter a valid username.\\\":\\\"Saisissez un nom d'utilisateur valide.\\\",\\\"Owner\\\":\\\"Propriétaire\\\",\\\"Recipient\\\":\\\"Destinataire\\\",\\\"OR\\\":\\\"OU (OR)\\\",\\\"Add a role to the selected users\\\":\\\"Ajouter un rôle aux utilisateurs sélectionnés.\\\",\\\"Remove a role from the selected users\\\":\\\"Retirer un rôle aux utilisateurs sélectionnés.\\\",\\\"Administer content\\\":\\\"Administrer le contenu\\\",\\\"Directory\\\":\\\"Répertoire\\\",\\\"Egypt\\\":\\\"Égypte\\\",\\\"Namibia\\\":\\\"Namibie\\\",\\\"Israel\\\":\\\"Israël\\\",\\\"Iran\\\":\\\"Iran\\\",\\\"New Zealand\\\":\\\"Nouvelle-Zélande\\\",\\\"Tonga\\\":\\\"Tonga\\\",\\\"Cuba\\\":\\\"Cuba\\\",\\\"Brazil\\\":\\\"Brésil\\\",\\\"Chile\\\":\\\"Chili\\\",\\\"Paraguay\\\":\\\"Paraguay\\\",\\\"Jamaica\\\":\\\"Jamaïque\\\",\\\"Japan\\\":\\\"Japon\\\",\\\"Libya\\\":\\\"Lybie\\\",\\\"Poland\\\":\\\"Pologne\\\",\\\"Portugal\\\":\\\"Portugal\\\",\\\"Singapore\\\":\\\"Singapour\\\",\\\"Turkey\\\":\\\"Turquie\\\",\\\"Day\\\":\\\"Jour\\\",\\\"Table\\\":\\\"Tableau\\\",\\\"Mon\\\":\\\"lun\\\",\\\"Tue\\\":\\\"mar\\\",\\\"Wed\\\":\\\"mer\\\",\\\"Thu\\\":\\\"jeu\\\",\\\"Fri\\\":\\\"ven\\\",\\\"Sat\\\":\\\"sam\\\",\\\"Sun\\\":\\\"dim\\\",\\\"May\\\":\\\"mai\\\",\\\"am\\\":\\\"am\\\",\\\"pm\\\":\\\"pm\\\",\\\"Start date\\\":\\\"Date de début\\\",\\\"End date\\\":\\\"Date de fin\\\",\\\"Security\\\":\\\"Sécurité\\\",\\\"Align\\\":\\\"Aligner\\\",\\\"Loop\\\":\\\"Boucle\\\",\\\"Display title\\\":\\\"Afficher le titre\\\",\\\"Background color\\\":\\\"Couleur d'arrière-plan\\\",\\\"Text color\\\":\\\"Couleur du texte\\\",\\\"Navigation\\\":\\\"Navigation\\\",\\\"Color\\\":\\\"Couleur\\\",\\\"Appearance\\\":\\\"Apparence\\\",\\\"Link URL\\\":\\\"Url du Lien\\\",\\\"List type\\\":\\\"Type de liste\\\",\\\"Select all\\\":\\\"Tout sélectionner\\\",\\\"Allow\\\":\\\"Autoriser\\\",\\\"User data\\\":\\\"Données utilisateur\\\",\\\"Log in\\\":\\\"Se connecter\\\",\\\"Updated URL for feed %title to %url.\\\":\\\"URL du flux %url mise à jour pour le flux %title.\\\",\\\"Link text\\\":\\\"Texte du lien\\\",\\\"Add new comment\\\":\\\"Ajouter un commentaire\\\",\\\"No terms available.\\\":\\\"Aucun terme disponible.\\\",\\\"Counter\\\":\\\"Compteur\\\",\\\"Case\\\":\\\"Casse\\\",\\\"External\\\":\\\"Externe\\\",\\\"Not installed\\\":\\\"Non installé\\\",\\\"Referrer\\\":\\\"Référent\\\",\\\"Default front page\\\":\\\"Page d'accueil par défaut\\\",\\\"Button\\\":\\\"Bouton\\\",\\\"Both\\\":\\\"Les deux\\\",\\\"Rows\\\":\\\"Rangées\\\",\\\"Argument\\\":\\\"Argument\\\",\\\"Anonymous\\\":\\\"Anonyme\\\",\\\"Uninstall\\\":\\\"Désinstaller\\\",\\\"Install\\\":\\\"Installer\\\",\\\"Save and edit\\\":\\\"Enregistrer et modifier\\\",\\\"Edit view\\\":\\\"Modifier la vue\\\",\\\"Administer views\\\":\\\"Administrer les vues\\\",\\\"Ascending\\\":\\\"Ascendant\\\",\\\"Descending\\\":\\\"Descendant\\\",\\\"Normal menu item\\\":\\\"Élément de menu normal\\\",\\\"Expose\\\":\\\"Exposer\\\",\\\"Option\\\":\\\"Option\\\",\\\"Filters\\\":\\\"Filtres\\\",\\\"Exposed Filters\\\":\\\"Filtres exposés\\\",\\\"Sort Criteria\\\":\\\"Critère de tri\\\",\\\"Views UI\\\":\\\"Views UI\\\",\\\"Recent comments\\\":\\\"Commentaires récents\\\",\\\"Uncategorized\\\":\\\"Non catégorisé\\\",\\\"Position\\\":\\\"Position\\\",\\\"IP Address\\\":\\\"Adresse IP\\\",\\\"The comment and all its replies have been deleted.\\\":\\\"Le commentaire et toutes ses réponses ont été supprimés.\\\",\\\"Preformatted\\\":\\\"Texte préformaté\\\",\\\"Anonymous users\\\":\\\"Utilisateurs anonymes\\\",\\\"Found\\\":\\\"Trouvé\\\",\\\"Clear cache\\\":\\\"Vider le cache\\\",\\\"fields\\\":\\\"champs\\\",\\\"Save settings\\\":\\\"Enregistrer les paramètres\\\",\\\"Multiplier\\\":\\\"Multiplicateur\\\",\\\"Session closed for %name.\\\":\\\"Session fermée pour %name.\\\",\\\"Your search yielded no results.\\\":\\\"Votre recherche n'a aucun résultat\\\",\\\"Germany\\\":\\\"Allemagne\\\",\\\"Created date\\\":\\\"Date de création\\\",\\\"Updated date\\\":\\\"Date de mise à jour\\\",\\\"comments\\\":\\\"commentaires\\\",\\\"Full\\\":\\\"Complet\\\",\\\"1 new\\\\u0003@count new\\\":\\\"1 nouveau\\\\u0003@count nouveaux\\\",\\\"Default language\\\":\\\"Langue par défaut\\\",\\\"Afghanistan\\\":\\\"Afghanistan\\\",\\\"Albania\\\":\\\"Albanie\\\",\\\"American Samoa\\\":\\\"Samoa américaines\\\",\\\"Andorra\\\":\\\"Andorre\\\",\\\"Angola\\\":\\\"Angola\\\",\\\"Anguilla\\\":\\\"Anguilla\\\",\\\"Antarctica\\\":\\\"Antarctique\\\",\\\"Antigua and Barbuda\\\":\\\"Antigua-et-Barbuda\\\",\\\"Argentina\\\":\\\"Argentine\\\",\\\"Armenia\\\":\\\"Arménie\\\",\\\"Aruba\\\":\\\"Aruba\\\",\\\"Australia\\\":\\\"Australie\\\",\\\"Austria\\\":\\\"Autriche\\\",\\\"Azerbaijan\\\":\\\"Azerbaïdjan\\\",\\\"Bahamas\\\":\\\"Bahamas\\\",\\\"Bahrain\\\":\\\"Bahreïn\\\",\\\"Bangladesh\\\":\\\"Bangladesh\\\",\\\"Barbados\\\":\\\"Barbade\\\",\\\"Belarus\\\":\\\"Biélorussie\\\",\\\"Belgium\\\":\\\"Belgique\\\",\\\"Belize\\\":\\\"Belize\\\",\\\"Benin\\\":\\\"Bénin\\\",\\\"Bermuda\\\":\\\"Bermudes\\\",\\\"Bhutan\\\":\\\"Bhoutan\\\",\\\"Bolivia\\\":\\\"Bolivie\\\",\\\"Bosnia and Herzegovina\\\":\\\"Bosnie-Herzégovine\\\",\\\"Botswana\\\":\\\"Botswana\\\",\\\"Bouvet Island\\\":\\\"Île Bouvet\\\",\\\"Brunei\\\":\\\"Brunei\\\",\\\"Bulgaria\\\":\\\"Bulgarie\\\",\\\"Burkina Faso\\\":\\\"Burkina Faso\\\",\\\"Burundi\\\":\\\"Burundi\\\",\\\"Cambodia\\\":\\\"Cambodge\\\",\\\"Cameroon\\\":\\\"Cameroun\\\",\\\"Canada\\\":\\\"Canada\\\",\\\"Cape Verde\\\":\\\"Cap-Vert\\\",\\\"Cayman Islands\\\":\\\"Îles Caïmans\\\",\\\"Central African Republic\\\":\\\"République centrafricaine\\\",\\\"Chad\\\":\\\"Tchad\\\",\\\"China\\\":\\\"Chine\\\",\\\"Christmas Island\\\":\\\"Île Christmas\\\",\\\"Colombia\\\":\\\"Colombie\\\",\\\"Comoros\\\":\\\"Comores\\\",\\\"Cook Islands\\\":\\\"Îles Cook\\\",\\\"Costa Rica\\\":\\\"Costa Rica\\\",\\\"Cyprus\\\":\\\"Chypre\\\",\\\"Czech Republic\\\":\\\"République tchèque\\\",\\\"Denmark\\\":\\\"Danemark\\\",\\\"Djibouti\\\":\\\"Djibouti\\\",\\\"Dominica\\\":\\\"Dominique\\\",\\\"Dominican Republic\\\":\\\"République dominicaine\\\",\\\"Ecuador\\\":\\\"Équateur\\\",\\\"El Salvador\\\":\\\"Salvador\\\",\\\"Equatorial Guinea\\\":\\\"Guinée équatoriale\\\",\\\"Eritrea\\\":\\\"Érythrée\\\",\\\"Estonia\\\":\\\"Estonie\\\",\\\"Ethiopia\\\":\\\"Éthiopie\\\",\\\"Faroe Islands\\\":\\\"Îles Féroé\\\",\\\"Finland\\\":\\\"Finlande\\\",\\\"France\\\":\\\"France\\\",\\\"French Guiana\\\":\\\"Guyane française\\\",\\\"French Polynesia\\\":\\\"Polynésie française\\\",\\\"Gabon\\\":\\\"Gabon\\\",\\\"Gambia\\\":\\\"Gambie\\\",\\\"Georgia\\\":\\\"Géorgie\\\",\\\"Ghana\\\":\\\"Ghana\\\",\\\"Gibraltar\\\":\\\"Gibraltar\\\",\\\"Greece\\\":\\\"Grèce\\\",\\\"Greenland\\\":\\\"Groenland\\\",\\\"Grenada\\\":\\\"Grenade\\\",\\\"Guadeloupe\\\":\\\"Guadeloupe\\\",\\\"Guam\\\":\\\"Guam\\\",\\\"Guatemala\\\":\\\"Guatemala\\\",\\\"Guinea\\\":\\\"Guinée\\\",\\\"Guinea-Bissau\\\":\\\"Guinée-Bissau\\\",\\\"Guyana\\\":\\\"Guyana\\\",\\\"Haiti\\\":\\\"Haïti\\\",\\\"Heard Island and McDonald Islands\\\":\\\"Îles Heard et MacDonald\\\",\\\"Honduras\\\":\\\"Honduras\\\",\\\"Hungary\\\":\\\"Hongrie\\\",\\\"Iceland\\\":\\\"Islande\\\",\\\"India\\\":\\\"Inde\\\",\\\"Indonesia\\\":\\\"Indonésie\\\",\\\"Iraq\\\":\\\"Irak\\\",\\\"Ireland\\\":\\\"Irlande\\\",\\\"Italy\\\":\\\"Italie\\\",\\\"Jordan\\\":\\\"Jordanie\\\",\\\"Kazakhstan\\\":\\\"Kazakhstan\\\",\\\"Kenya\\\":\\\"Kenya\\\",\\\"Kiribati\\\":\\\"Kiribati\\\",\\\"Kuwait\\\":\\\"Koweït\\\",\\\"Kyrgyzstan\\\":\\\"Kirghizistan\\\",\\\"Laos\\\":\\\"Laos\\\",\\\"Latvia\\\":\\\"Lettonie\\\",\\\"Lebanon\\\":\\\"Liban\\\",\\\"Lesotho\\\":\\\"Lesotho\\\",\\\"Liberia\\\":\\\"Libéria\\\",\\\"Liechtenstein\\\":\\\"Liechtenstein\\\",\\\"Lithuania\\\":\\\"Lituanie\\\",\\\"Luxembourg\\\":\\\"Luxembourg\\\",\\\"Madagascar\\\":\\\"Madagascar\\\",\\\"Malawi\\\":\\\"Malawi\\\",\\\"Malaysia\\\":\\\"Malaisie\\\",\\\"Maldives\\\":\\\"Maldives\\\",\\\"Mali\\\":\\\"Mali\\\",\\\"Malta\\\":\\\"Malte\\\",\\\"Marshall Islands\\\":\\\"Îles Marshall\\\",\\\"Martinique\\\":\\\"Martinique\\\",\\\"Mauritania\\\":\\\"Mauritanie\\\",\\\"Mauritius\\\":\\\"Maurice\\\",\\\"Mayotte\\\":\\\"Mayotte\\\",\\\"Mexico\\\":\\\"Mexique\\\",\\\"Micronesia\\\":\\\"Micronésie\\\",\\\"Moldova\\\":\\\"Moldavie\\\",\\\"Monaco\\\":\\\"Monaco\\\",\\\"Mongolia\\\":\\\"Mongolie\\\",\\\"Montserrat\\\":\\\"Montserrat\\\",\\\"Morocco\\\":\\\"Maroc\\\",\\\"Mozambique\\\":\\\"Mozambique\\\",\\\"Nauru\\\":\\\"Nauru\\\",\\\"Nepal\\\":\\\"Népal\\\",\\\"Netherlands\\\":\\\"Pays-Bas\\\",\\\"Netherlands Antilles\\\":\\\"Antilles néerlandaises\\\",\\\"New Caledonia\\\":\\\"Nouvelle-Calédonie\\\",\\\"Nicaragua\\\":\\\"Nicaragua\\\",\\\"Niger\\\":\\\"Niger\\\",\\\"Nigeria\\\":\\\"Nigeria\\\",\\\"Niue\\\":\\\"Niue\\\",\\\"Norfolk Island\\\":\\\"Île Norfolk\\\",\\\"North Korea\\\":\\\"Corée du Nord\\\",\\\"Northern Mariana Islands\\\":\\\"Îles Mariannes du Nord\\\",\\\"Norway\\\":\\\"Norvège\\\",\\\"Oman\\\":\\\"Oman\\\",\\\"Pakistan\\\":\\\"Pakistan\\\",\\\"Palau\\\":\\\"Palaos\\\",\\\"Panama\\\":\\\"Panama\\\",\\\"Papua New Guinea\\\":\\\"Papouasie-Nouvelle-Guinée\\\",\\\"Peru\\\":\\\"Pérou\\\",\\\"Philippines\\\":\\\"Philippines\\\",\\\"Pitcairn Islands\\\":\\\"Îles Pitcairn\\\",\\\"Puerto Rico\\\":\\\"Porto Rico\\\",\\\"Qatar\\\":\\\"Qatar\\\",\\\"Romania\\\":\\\"Roumanie\\\",\\\"Russia\\\":\\\"Russie\\\",\\\"Rwanda\\\":\\\"Rwanda\\\",\\\"Samoa\\\":\\\"Samoa\\\",\\\"San Marino\\\":\\\"Saint-Marin\\\",\\\"Saudi Arabia\\\":\\\"Arabie Saoudite\\\",\\\"Senegal\\\":\\\"Sénégal\\\",\\\"Seychelles\\\":\\\"Seychelles\\\",\\\"Sierra Leone\\\":\\\"Sierra Leone\\\",\\\"Slovakia\\\":\\\"Slovaquie\\\",\\\"Slovenia\\\":\\\"Slovénie\\\",\\\"Solomon Islands\\\":\\\"Îles Salomon\\\",\\\"Somalia\\\":\\\"Somalie\\\",\\\"South Africa\\\":\\\"Afrique du Sud\\\",\\\"South Georgia and the South Sandwich Islands\\\":\\\"Géorgie du Sud et les Îles Sandwich du Sud\\\",\\\"Spain\\\":\\\"Espagne\\\",\\\"Sri Lanka\\\":\\\"Sri Lanka\\\",\\\"Sudan\\\":\\\"Soudan\\\",\\\"Suriname\\\":\\\"Suriname\\\",\\\"Svalbard and Jan Mayen\\\":\\\"Svalbard et Île Jan Mayen\\\",\\\"Swaziland\\\":\\\"Swaziland\\\",\\\"Sweden\\\":\\\"Suède\\\",\\\"Switzerland\\\":\\\"Suisse\\\",\\\"Syria\\\":\\\"Syrie\\\",\\\"Taiwan\\\":\\\"Taïwan\\\",\\\"Tajikistan\\\":\\\"Tadjikistan\\\",\\\"Tanzania\\\":\\\"Tanzanie\\\",\\\"Thailand\\\":\\\"Thaïlande\\\",\\\"Togo\\\":\\\"Togo\\\",\\\"Tokelau\\\":\\\"Tokelau\\\",\\\"Trinidad and Tobago\\\":\\\"Trinité-et-Tobago\\\",\\\"Tunisia\\\":\\\"Tunisie\\\",\\\"Turkmenistan\\\":\\\"Turkménistan\\\",\\\"Turks and Caicos Islands\\\":\\\"Îles Turques-et-Caïques\\\",\\\"Tuvalu\\\":\\\"Tuvalu\\\",\\\"Uganda\\\":\\\"Ouganda\\\",\\\"Ukraine\\\":\\\"Ukraine\\\",\\\"United Arab Emirates\\\":\\\"Émirats arabes unis\\\",\\\"United Kingdom\\\":\\\"Royaume-Uni\\\",\\\"United States\\\":\\\"États-Unis\\\",\\\"Uruguay\\\":\\\"Uruguay\\\",\\\"Uzbekistan\\\":\\\"Ouzbékistan\\\",\\\"Vanuatu\\\":\\\"Vanuatu\\\",\\\"Vatican City\\\":\\\"Cité du Vatican\\\",\\\"Venezuela\\\":\\\"Venezuela\\\",\\\"Wallis and Futuna\\\":\\\"Wallis et Futuna\\\",\\\"Yemen\\\":\\\"Yémen\\\",\\\"Zambia\\\":\\\"Zambie\\\",\\\"Zimbabwe\\\":\\\"Zimbabwe\\\",\\\"Identity\\\":\\\"Identité\\\",\\\"Modified\\\":\\\"Modifié\\\",\\\"Database username\\\":\\\"Nom d'utilisateur de la base de données\\\",\\\"Database password\\\":\\\"Mot de passe de la base de données\\\",\\\"Database name\\\":\\\"Nom de la base de données\\\",\\\"Add user\\\":\\\"Ajouter un utilisateur\\\",\\\"Port\\\":\\\"Port\\\",\\\"Regular expression\\\":\\\"Expression régulière\\\",\\\"Size of textfield\\\":\\\"Taille du champ texte\\\",\\\"Authoring information\\\":\\\"Informations de publication\\\",\\\"Authored on\\\":\\\"Écrit le\\\",\\\"Display Name\\\":\\\"Nom d'affichage\\\",\\\"Undefined\\\":\\\"Indéfini\\\",\\\"Queued\\\":\\\"En file d'attente\\\",\\\"contact form\\\":\\\"Formulaire de contact\\\",\\\"Syslog\\\":\\\"Syslog\\\",\\\"Other queries\\\":\\\"Autres requêtes\\\",\\\"Link to node\\\":\\\"Lien vers le nœud\\\",\\\"File Upload\\\":\\\"Transfert de fichier\\\",\\\"block\\\":\\\"bloc\\\",\\\"Site language\\\":\\\"Langue du site\\\",\\\"Change\\\":\\\"Modifier\\\",\\\"in\\\":\\\"dans\\\",\\\"Edit term\\\":\\\"Modifier le terme\\\",\\\"Switch\\\":\\\"Changer\\\",\\\"Import OPML\\\":\\\"Import OPML\\\",\\\"OPML File\\\":\\\"Fichier OPML\\\",\\\"Sources\\\":\\\"Sources\\\",\\\"1 item\\\\u0003@count items\\\":\\\"@count élement\\\\u0003@count éléments\\\",\\\"Feed items\\\":\\\"Éléments de flux\\\",\\\"menu\\\":\\\"menu\\\",\\\"The update has been performed.\\\":\\\"La mise à jour a été effectuée.\\\",\\\"Node title\\\":\\\"Titre du nœud\\\",\\\"Result\\\":\\\"Résultat\\\",\\\"Browser\\\":\\\"Navigateur\\\",\\\"View user profile.\\\":\\\"Voir le profil utilisateur.\\\",\\\"Titles only\\\":\\\"Titres seulement\\\",\\\"Full text\\\":\\\"Texte entier\\\",\\\"Feed settings\\\":\\\"Paramètres de flux\\\",\\\"Add Block\\\":\\\"Ajouter un bloc\\\",\\\"published\\\":\\\"publié\\\",\\\"The changes have been saved.\\\":\\\"Les changements ont été enregistrés.\\\",\\\"Undo\\\":\\\"Annuler\\\",\\\"@time ago\\\":\\\"il y a @time\\\",\\\"No users selected.\\\":\\\"Aucun utilisateur sélectionné.\\\",\\\"User search\\\":\\\"Recherche utilisateur\\\",\\\"Search results\\\":\\\"Résultats de la recherche\\\",\\\"Please enter some keywords.\\\":\\\"Veuillez saisir des mots-clés.\\\",\\\"Replacement patterns\\\":\\\"Motifs de remplacement\\\",\\\"Successful\\\":\\\"Réussi\\\",\\\"Display name\\\":\\\"Nom de l'affichage\\\",\\\"Topics\\\":\\\"Sujets\\\",\\\"Topic\\\":\\\"Sujet\\\",\\\"Definition\\\":\\\"Définition\\\",\\\"Allowed values list\\\":\\\"Liste des valeurs autorisées\\\",\\\"Textfield size\\\":\\\"Taille du champ de texte\\\",\\\"Today\\\":\\\"Aujourd'hui\\\",\\\"Activity\\\":\\\"Activité\\\",\\\"Edit menu\\\":\\\"Modifier le menu\\\",\\\"Delete menu\\\":\\\"Supprimer le menu\\\",\\\"Publishing options\\\":\\\"Options de publication\\\",\\\"Create new revision\\\":\\\"Créer une nouvelle révision\\\",\\\"Lists\\\":\\\"Listes\\\",\\\"Minimum height\\\":\\\"Hauteur minimum\\\",\\\"Minimum width\\\":\\\"Largeur minimum\\\",\\\"Locale settings\\\":\\\"Paramètres régionaux\\\",\\\"Search fields\\\":\\\"Champs de recherche\\\",\\\"Block name\\\":\\\"Nom du bloc\\\",\\\"How many content items to display in \\\\\\\"day\\\\\\\" list.\\\":\\\"Nombre d'éléments de contenu afficher dans la liste « aujourd'hui ».\\\",\\\"Jan\\\":\\\"jan\\\",\\\"Feb\\\":\\\"fév\\\",\\\"Mar\\\":\\\"mar\\\",\\\"Apr\\\":\\\"avr\\\",\\\"Jun\\\":\\\"juin\\\",\\\"Jul\\\":\\\"juil\\\",\\\"Aug\\\":\\\"aoû\\\",\\\"Sep\\\":\\\"sep\\\",\\\"Oct\\\":\\\"oct\\\",\\\"Nov\\\":\\\"nov\\\",\\\"Dec\\\":\\\"déc\\\",\\\"Hour\\\":\\\"Heure\\\",\\\"Minute\\\":\\\"Minute\\\",\\\"Second\\\":\\\"Seconde\\\",\\\"Select list\\\":\\\"Liste de sélection\\\",\\\"Text field\\\":\\\"Champ texte\\\",\\\"Granularity\\\":\\\"Granularité\\\",\\\"Posts\\\":\\\"Contributions\\\",\\\"Map\\\":\\\"Carte\\\",\\\"Node settings\\\":\\\"Paramètres des nœuds\\\",\\\"Alignment\\\":\\\"Alignement\\\",\\\"Configure permissions\\\":\\\"Configurer les droits d'accès\\\",\\\"Workflow\\\":\\\"Processus\\\",\\\"Randomize\\\":\\\"Générer au hasard\\\",\\\"Link label\\\":\\\"Etiquette du lien\\\",\\\"author\\\":\\\"auteur\\\",\\\"AND\\\":\\\"ET (AND)\\\",\\\"Fixed\\\":\\\"Fixe\\\",\\\"Negate\\\":\\\"Inverse\\\",\\\"Empty\\\":\\\"Vide\\\",\\\"Existing system path\\\":\\\"Chemin système existant\\\",\\\"Path alias\\\":\\\"Alias de chemin\\\",\\\"Greater than\\\":\\\"Supérieur\\\",\\\"Less than\\\":\\\"Inférieur\\\",\\\"Notice\\\":\\\"Information\\\",\\\"Caption\\\":\\\"Légende\\\",\\\"Buttons\\\":\\\"Boutons\\\",\\\"Log out\\\":\\\"Se déconnecter\\\",\\\"Number of day's top views to display\\\":\\\"Nombre de visualisations du top du jour à afficher\\\",\\\"Number of all time views to display\\\":\\\"Nombre de visualisations depuis toujours à afficher\\\",\\\"Number of most recent views to display\\\":\\\"Nombre de visualisations les plus récentes à afficher\\\",\\\"Su\\\":\\\"Di\\\",\\\"Mo\\\":\\\"Lu\\\",\\\"Tu\\\":\\\"Ma\\\",\\\"We\\\":\\\"Me\\\",\\\"Th\\\":\\\"Je\\\",\\\"Fr\\\":\\\"Ve\\\",\\\"Sa\\\":\\\"Sa\\\",\\\"First day of week\\\":\\\"Premier jour de la semaine\\\",\\\"Add workflow\\\":\\\"Ajouter un processus\\\",\\\"Add state\\\":\\\"Ajouter un état\\\",\\\"Transition\\\":\\\"Transition\\\",\\\"workflow\\\":\\\"processus\\\",\\\"Left\\\":\\\"Gauche\\\",\\\"Right\\\":\\\"Droit\\\",\\\"Create new account\\\":\\\"Créer un nouveau compte\\\",\\\"Seconds\\\":\\\"Secondes\\\",\\\"role\\\":\\\"rôle\\\",\\\"User registration\\\":\\\"Inscription de l'utilisateur\\\",\\\"Info\\\":\\\"Info\\\",\\\"Add section\\\":\\\"Ajouter une section\\\",\\\"Created new term %term.\\\":\\\"Le nouveau terme '%term' a été créé.\\\",\\\"Deleted term %name.\\\":\\\"Le terme %name a été supprimé.\\\",\\\"Site information\\\":\\\"Informations\\\",\\\"Notify user when account is activated\\\":\\\"Notifier l'utilisateur lorsque son compte est activé\\\",\\\"Notify user when account is blocked\\\":\\\"Notifier l'utilisateur lorsque son compte est bloqué\\\",\\\"Author Name\\\":\\\"Nom de l'auteur\\\",\\\"Reference\\\":\\\"Référence\\\",\\\"Enabled filters\\\":\\\"Filtres activés\\\",\\\"Updating\\\":\\\"Mise à jour\\\",\\\"Getting Started\\\":\\\"Bien débuter\\\",\\\"Aggregate JavaScript files\\\":\\\"Agréger les fichiers JavaScript\\\",\\\"Convert\\\":\\\"Convertir\\\",\\\"Binary\\\":\\\"Binaire\\\",\\\"Delete term\\\":\\\"Supprimer le terme\\\",\\\"List terms\\\":\\\"Lister les termes\\\",\\\"Deleting a term will delete all its children if there are any. This action cannot be undone.\\\":\\\"La suppression d'un terme supprimera tous les termes enfants s'il y'en a. Cette action est irréversible.\\\",\\\"Parent term\\\":\\\"Terme parent\\\",\\\"Parent terms\\\":\\\"Termes parents\\\",\\\"Syndicate\\\":\\\"Syndiquer\\\",\\\"Books\\\":\\\"Livres\\\",\\\"Forums\\\":\\\"Forums\\\",\\\"Superscript\\\":\\\"Exposant\\\",\\\"Revisions for %title\\\":\\\"Révisions de %title\\\",\\\"Revision\\\":\\\"Révision\\\",\\\"The specified passwords do not match.\\\":\\\"Les mots de passe ne correspondent pas.\\\",\\\"Session\\\":\\\"Session\\\",\\\"No forums defined\\\":\\\"Aucun forum défini\\\",\\\"This topic has been moved\\\":\\\"Ce sujet a été déplacé\\\",\\\"roles\\\":\\\"rôles\\\",\\\"Your settings have been saved.\\\":\\\"Vos paramètres ont été enregistrés.\\\",\\\"Installed\\\":\\\"Installé\\\",\\\"Link color\\\":\\\"Couleur des liens\\\",\\\"Display label\\\":\\\"Afficher le libellé\\\",\\\"Date created\\\":\\\"Date de création\\\",\\\"Reverse\\\":\\\"Inversé\\\",\\\"Unauthorized\\\":\\\"Non autorisé\\\",\\\"Interval\\\":\\\"Intervalle\\\",\\\"Ascension Island\\\":\\\"île de l'Ascension\\\",\\\"Fiji\\\":\\\"Fidji\\\",\\\"Falkland Islands\\\":\\\"Îles Malouines\\\",\\\"South Korea\\\":\\\"Corée du Sud\\\",\\\"Saint Lucia\\\":\\\"Sainte-Lucie\\\",\\\"Saint Helena\\\":\\\"Sainte-Hélène\\\",\\\"French Southern Territories\\\":\\\"Terres australes françaises\\\",\\\"Saint Vincent and the Grenadines\\\":\\\"Saint-Vincent-et-les-Grenadines\\\",\\\"British Virgin Islands\\\":\\\"Îles Vierges britanniques\\\",\\\"U.S. Virgin Islands\\\":\\\"Îles Vierges américaines\\\",\\\"Vietnam\\\":\\\"Vietnam\\\",\\\"Guernsey\\\":\\\"Guernesey\\\",\\\"Jersey\\\":\\\"Jersey\\\",\\\"User name\\\":\\\"Nom d'utilisateur\\\",\\\"Theme settings\\\":\\\"Paramètres du thème\\\",\\\"Authentication\\\":\\\"Authentification\\\",\\\"Not published\\\":\\\"Non publié\\\",\\\"File settings\\\":\\\"Paramètres des fichiers\\\",\\\"Menu settings\\\":\\\"Paramètres du menu\\\",\\\"Color scheme\\\":\\\"Schéma de couleurs\\\",\\\"width\\\":\\\"largeur\\\",\\\"height\\\":\\\"hauteur\\\",\\\"Formats\\\":\\\"Formats\\\",\\\"@type: deleted %title.\\\":\\\"@type : %title supprimé.\\\",\\\"RSS Feed\\\":\\\"Flux RSS\\\",\\\"Allowed file extensions\\\":\\\"Extensions de fichier autorisées\\\",\\\"New comments\\\":\\\"Nouveaux commentaires\\\",\\\"New\\\":\\\"Nouveau\\\",\\\"Redirect to URL\\\":\\\"Redirection vers une URL\\\",\\\"Top left\\\":\\\"Haut gauche\\\",\\\"Top right\\\":\\\"Haut droit\\\",\\\"Bottom right\\\":\\\"Bas droit\\\",\\\"Bottom left\\\":\\\"Bas gauche\\\",\\\"Relationships\\\":\\\"Relations\\\",\\\"relationships\\\":\\\"relations\\\",\\\"The username %name has not been activated or is blocked.\\\":\\\"Le nom d'utilisateur %name n'a pas été activé ou est bloqué.\\\",\\\"Login attempt failed for %user.\\\":\\\"Échec de connexion pour %user.\\\",\\\"Oldest first\\\":\\\"Les plus anciens d'abord\\\",\\\"Sort criteria\\\":\\\"Critères de tri\\\",\\\"Base path\\\":\\\"Chemin de base\\\",\\\"Revision of %title from %date\\\":\\\"Révision de %title du %date\\\",\\\"Parent menu item\\\":\\\"Élément de menu parent\\\",\\\"The username of the user to which you would like to assign ownership.\\\":\\\"Le nom d'utilisateur auquel vous voulez donner la possession du contenu.\\\",\\\"The action has been successfully saved.\\\":\\\"L'action a été enregistrée.\\\",\\\"JPEG quality\\\":\\\"Qualité JPEG\\\",\\\"%\\\":\\\"%\\\",\\\"Workspace\\\":\\\"Espace de travail\\\",\\\"comment\\\":\\\"commentaire\\\",\\\"Content options\\\":\\\"Options de contenu\\\",\\\"Last changed\\\":\\\"Dernière modification\\\",\\\"not published\\\":\\\"non publié\\\",\\\"Published comments\\\":\\\"Commentaires publiés\\\",\\\"Loading...\\\":\\\"En cours de chargement...\\\",\\\"Protected\\\":\\\"Protégé\\\",\\\"Comment settings\\\":\\\"Paramètres des commentaires\\\",\\\"Sticky\\\":\\\"Épinglé (en haut des listes)\\\",\\\"Default options\\\":\\\"Options par défaut\\\",\\\"Ok\\\":\\\"Ok\\\",\\\"Contact settings\\\":\\\"Paramètres de contact\\\",\\\"Ban\\\":\\\"Bannir\\\",\\\"users\\\":\\\"utilisateurs\\\",\\\"Processing\\\":\\\"En cours de traitement\\\",\\\"Output format\\\":\\\"Format de sortie\\\",\\\"Temporary directory\\\":\\\"Dossier temporaire\\\",\\\"File upload error. Could not move uploaded file.\\\":\\\"Erreur de transfert de fichier. Impossible de déplacer le fichier transféré.\\\",\\\"User status\\\":\\\"Statut de l'utilisateur\\\",\\\"Shortcuts\\\":\\\"Raccourcis\\\",\\\"Shortcut\\\":\\\"Raccourci\\\",\\\"Timezone\\\":\\\"Fuseau horaire\\\",\\\"Password strength:\\\":\\\"Sécurité du mot de passe :\\\",\\\"Passwords match:\\\":\\\"Concordance des mots de passe :\\\",\\\"Slogan\\\":\\\"Slogan\\\",\\\"Anonymous user\\\":\\\"Utilisateur anonyme\\\",\\\"The name used to indicate anonymous users.\\\":\\\"Le nom utilisé pour nommer les utilisateurs anonymes.\\\",\\\"Image crop\\\":\\\"Recadrage de l'image\\\",\\\"@message\\\":\\\"@message\\\",\\\"Enabled modules\\\":\\\"Modules activés\\\",\\\"Translation language\\\":\\\"Langue de traduction\\\",\\\"Translatable\\\":\\\"Traduisible\\\",\\\"Location of comment submission form\\\":\\\"Emplacement du formulaire de soumission de commentaire\\\",\\\"Show blocks\\\":\\\"Afficher les blocs\\\",\\\"Enter the terms you wish to search for.\\\":\\\"Indiquer les termes à rechercher\\\",\\\"Bold\\\":\\\"Gras\\\",\\\"Underlined\\\":\\\"Souligné\\\",\\\"Copy\\\":\\\"Copier\\\",\\\"Variables\\\":\\\"Variables\\\",\\\"Tasks\\\":\\\"Tâches\\\",\\\"Plugins\\\":\\\"Plugins\\\",\\\"Delete role\\\":\\\"Supprimer le rôle\\\",\\\"Basic configuration\\\":\\\"Configuration de base\\\",\\\"No caching\\\":\\\"Pas de mise en cache\\\",\\\"British Indian Ocean Territory\\\":\\\"Territoire britannique de l'océan Indien\\\",\\\"Croatia\\\":\\\"Croatie\\\",\\\"Macedonia\\\":\\\"Macédoine\\\",\\\"Western Sahara\\\":\\\"Sahara occidental\\\",\\\"Language switcher\\\":\\\"Sélecteur de langue\\\",\\\"Block description\\\":\\\"Description du bloc\\\",\\\"Source field\\\":\\\"Champ source\\\",\\\"Translation\\\":\\\"Traduction\\\",\\\"Configure what block content appears in your site's sidebars and other regions.\\\":\\\"Configurer quels blocs apparaissent dans les barres latérales et autres régions de votre site.\\\",\\\"Save blocks\\\":\\\"Enregistrer les blocs\\\",\\\"The block settings have been updated.\\\":\\\"Les paramètres du bloc ont été mis à jour.\\\",\\\"Save block\\\":\\\"Enregistrer le bloc\\\",\\\"The block configuration has been saved.\\\":\\\"La configuration du bloc a été enregistrée.\\\",\\\"Any customizations will be lost. This action cannot be undone.\\\":\\\"Toutes les personnalisations seront perdues. Cette action est irréversible.\\\",\\\"Allows administrators to customize the site navigation menu.\\\":\\\"Permet aux administrateurs de personnaliser le menu de navigation du site.\\\",\\\"taxonomy term\\\":\\\"terme de taxonomie\\\",\\\"Edit vocabulary\\\":\\\"Modifier le vocabulaire\\\",\\\"Created new vocabulary %name.\\\":\\\"Le vocabulaire '%name' a été créé.\\\",\\\"Updated vocabulary %name.\\\":\\\"Le vocabulaire %name a été mis à jour.\\\",\\\"Are you sure you want to delete the vocabulary %title?\\\":\\\"Êtes-vous sûr de vouloir supprimer le vocabulaire '%title' ?\\\",\\\"Deleting a vocabulary will delete all the terms in it. This action cannot be undone.\\\":\\\"La suppression d'un vocabulaire entraînera la suppression de tous les termes qu'il contient. Cette action est irréversible.\\\",\\\"Deleted vocabulary %name.\\\":\\\"Le vocabulaire « %name » a été supprimé.\\\",\\\"@min and @max\\\":\\\"@min et @max\\\",\\\"Default time zone\\\":\\\"Fuseau horaire par défaut\\\",\\\"Add another item\\\":\\\"Ajouter un autre élément\\\",\\\"Add field\\\":\\\"Ajouter un champ\\\",\\\"Trimmed\\\":\\\"Coupé\\\",\\\"Text area\\\":\\\"Zone de texte\\\",\\\"Add a new field\\\":\\\"ajouter un nouveau champ\\\",\\\"Save field settings\\\":\\\"Enregistrer les paramètres du champ\\\",\\\"The update has encountered an error.\\\":\\\"La mise à jour a échoué.\\\",\\\"1 item successfully processed:\\\\u0003@count items successfully processed:\\\":\\\"1 élément traité avec succès :\\\\u0003@count éléments traités avec succès :\\\",\\\"Provide a comma separated list of arguments to pass to the view.\\\":\\\"Fournir une liste d'arguments, séparés par des virgules, à passer à la vue.\\\",\\\"Decimal marker\\\":\\\"Séparateur de décimales\\\",\\\"Check boxes/radio buttons\\\":\\\"Cases à cocher/boutons radio\\\",\\\"Defines selection, check box and radio button widgets for text and numeric fields.\\\":\\\"Définit des widgets de liste déroulante, case à cocher et bouton radio pour des champs texte et numériques.\\\",\\\"Text area (multiple rows)\\\":\\\"Zone de texte (plusieurs lignes)\\\",\\\"Defines simple text field types.\\\":\\\"Définit les types de champs en texte simple.\\\",\\\"Permalink\\\":\\\"Permalien\\\",\\\"Theme-engine-specific settings\\\":\\\"Paramètres spécifiques du thème dédié aux moteurs de recherche\\\",\\\"Form\\\":\\\"Formulaire\\\",\\\"Debug\\\":\\\"Debug\\\",\\\"Publish\\\":\\\"Publier\\\",\\\"Unpublish\\\":\\\"Dépublier\\\",\\\"The parent comment\\\":\\\"Le commentaire parent\\\",\\\"1 minute\\\":\\\"1 minute\\\",\\\"@module module\\\":\\\"module @module\\\",\\\"More information\\\":\\\"Plus d'information\\\",\\\"Grid\\\":\\\"Grille\\\",\\\"Redo\\\":\\\"Refaire\\\",\\\"Italic\\\":\\\"Italique\\\",\\\"Text Editor\\\":\\\"Éditeur de texte\\\",\\\"Date range\\\":\\\"Intervalle de dates\\\",\\\"Anonymous commenting\\\":\\\"Commentaires anonymes\\\",\\\"Anonymous posters may not enter their contact information\\\":\\\"Les utilisateurs anonymes ne peuvent pas saisir leur coordonnées\\\",\\\"Anonymous posters may leave their contact information\\\":\\\"Les utilisateurs anonymes peuvent laisser leurs informations de contact\\\",\\\"Anonymous posters must leave their contact information\\\":\\\"Les utilisateurs anonymes doivent laisser leurs informations de contact\\\",\\\"Default comment setting\\\":\\\"Paramètre par défaut des commentaires\\\",\\\"The content of this field is kept private and will not be shown publicly.\\\":\\\"Le contenu de ce champ sera maintenu privé et ne sera pas affiché publiquement.\\\",\\\"parent\\\":\\\"parent\\\",\\\"Date - newest first\\\":\\\"Par date - du plus récent au plus ancien\\\",\\\"Date - oldest first\\\":\\\"Par date - du plus ancien au plus récent\\\",\\\"1 comment\\\\u0003@count comments\\\":\\\"@count commentaire\\\\u0003@count commentaires\\\",\\\"1 new comment\\\\u0003@count new comments\\\":\\\"@count nouveau commentaire\\\\u0003@count nouveaux commentaires\\\",\\\"Save content type\\\":\\\"Enregistrer le type de contenu\\\",\\\"Global\\\":\\\"Global\\\",\\\"Show descriptions\\\":\\\"Afficher les descriptions\\\",\\\"Subtitle\\\":\\\"Sous-titre\\\",\\\"Audio file\\\":\\\"Fichier audio\\\",\\\"Not present\\\":\\\"Absent\\\",\\\"Authenticated user\\\":\\\"Utilisateur authentifié\\\",\\\"Source code\\\":\\\"Code source\\\",\\\"Menu link title\\\":\\\"Titre du lien dans le menu\\\",\\\"There was an error saving the menu link.\\\":\\\"Une erreur s'est produite lors de l'enregistrement de l'élement de menu.\\\",\\\"Menu name\\\":\\\"Nom du menu\\\",\\\"1 second\\\\u0003@count seconds\\\":\\\"1 seconde\\\\u0003@count secondes\\\",\\\"RDF\\\":\\\"RDF\\\",\\\"Edit container\\\":\\\"Modifier le conteneur\\\",\\\"Plugin settings\\\":\\\"Paramètres des plugins\\\",\\\"Subscript\\\":\\\"Sous-script\\\",\\\"Indent\\\":\\\"Retrait négatif\\\",\\\"Outdent\\\":\\\"Retrait positif\\\",\\\"Unlink\\\":\\\"Supprimer le lien\\\",\\\"Reply\\\":\\\"Répondre\\\",\\\"Hot topic threshold\\\":\\\"Seuil de sujet brûlant\\\",\\\"Topics per page\\\":\\\"Sujets par page\\\",\\\"Posts - most active first\\\":\\\"Contributions - les plus actives d'abord\\\",\\\"Posts - least active first\\\":\\\"Contributions - les moins actives d'abord\\\",\\\"Add Section\\\":\\\"Ajouter section\\\",\\\"URL path settings\\\":\\\"Paramètres des chemins d'URL\\\",\\\"Title text\\\":\\\"Texte du titre\\\",\\\"Mapping\\\":\\\"Cartographie\\\",\\\"Are you sure you want to revert to the revision from %revision-date?\\\":\\\"Êtes-vous sûr(e) de vouloir rétablir la version du %revision-date?\\\",\\\"Are you sure you want to delete the revision from %revision-date?\\\":\\\"Êtes-vous sûr(e) de vouloir supprimer la révision du %revision-date ?\\\",\\\"Distinct\\\":\\\"Distinct\\\",\\\"Maximum upload size\\\":\\\"Taille maximale de transfert\\\",\\\"Deploy\\\":\\\"Déployer\\\",\\\"Space\\\":\\\"Espace\\\",\\\"New forum topics\\\":\\\"Nouveaux sujets\\\",\\\"@type: deleted %title revision %revision.\\\":\\\"@type : \\\\\\\"%title\\\\\\\" - révision \\\\\\\"%revision\\\\\\\" supprimée.\\\",\\\"Page not found\\\":\\\"Page non trouvée\\\",\\\"More help\\\":\\\"Plus d'aide\\\",\\\"Bullet list\\\":\\\"Liste à puces\\\",\\\"Account blocked\\\":\\\"Compte bloqué\\\",\\\"Expand\\\":\\\"Déplier\\\",\\\"Change layout\\\":\\\"Changer la mise en page\\\",\\\"Provided by\\\":\\\"Fourni par\\\",\\\"Aggregate\\\":\\\"Agréger\\\",\\\"Node access\\\":\\\"Accès au nœud\\\",\\\"Sizes\\\":\\\"Tailles\\\",\\\"Add terms\\\":\\\"Ajouter des termes\\\",\\\"Resize\\\":\\\"Redimensionner\\\",\\\"Zip\\\":\\\"Zip\\\",\\\"The directory %directory does not exist.\\\":\\\"Le répertoire %directory n'existe pas.\\\",\\\"Defines a file field type.\\\":\\\"Définit un type de champ fichier.\\\",\\\"Blockquote\\\":\\\"Citation\\\",\\\"No comments available.\\\":\\\"Aucun commentaire disponible.\\\",\\\"Activate\\\":\\\"Activer\\\",\\\"Rebuild permissions\\\":\\\"Reconstruire les droits d'accès\\\",\\\"@type: updated %title.\\\":\\\"@type : %title mis à jour.\\\",\\\"@type: added %title.\\\":\\\"@type : %title ajouté.\\\",\\\"Restore\\\":\\\"Restaurer\\\",\\\"Telephone\\\":\\\"Téléphone\\\",\\\"Add role\\\":\\\"Ajouter un rôle\\\",\\\"Path to custom logo\\\":\\\"Chemin vers le logo personnalisé\\\",\\\"Supported formats\\\":\\\"Formats pris en charge\\\",\\\"Updated term %term.\\\":\\\"Le terme '%term' a été mis à jour.\\\",\\\"- None selected -\\\":\\\"- Aucun -\\\",\\\"Parser\\\":\\\"Analyseur syntaxique\\\",\\\"Discard items older than\\\":\\\"Supprimer les éléments plus vieux que\\\",\\\"Aggregator\\\":\\\"Agrégateur\\\",\\\"There is no new syndicated content from %site.\\\":\\\"Il n'y a pas de nouveau contenu syndiqué sur %site.\\\",\\\"There is new syndicated content from %site.\\\":\\\"Il y a du contenu récemment syndiqué sur %site.\\\",\\\"URL to the feed.\\\":\\\"URL du flux.\\\",\\\"Last time feed was checked for new items, as Unix timestamp.\\\":\\\"La dernière fois où le flux a été vérifiée pour la disponibilité de nouveaux éléments (exprimé en tant que timestamp Unix).\\\",\\\"An image representing the feed.\\\":\\\"Une image représentant le flux.\\\",\\\"Entity tag HTTP response header, used for validating cache.\\\":\\\"En-tête de réponse Entity-tag, utilisé pour valider le cache.\\\",\\\"When the feed was last modified, as a Unix timestamp.\\\":\\\"La dernière fois où le flux a été modifié (exprimé en tant que timestamp Unix).\\\",\\\"Primary Key: Unique ID for feed item.\\\":\\\"Clé primaire : l'identifiant unique de cet élément de flux.\\\",\\\"Title of the feed item.\\\":\\\"Titre de l'élément du flux.\\\",\\\"Link to the feed item.\\\":\\\"Lien vers l'élément du flux.\\\",\\\"Author of the feed item.\\\":\\\"Auteur de l'élément du flux.\\\",\\\"Body of the feed item.\\\":\\\"Corps de l'élément du flux.\\\",\\\"Post date of feed item, as a Unix timestamp.\\\":\\\"Date de publication l'élément du flux (exprimé comme un timestamp Unix)\\\",\\\"Unique identifier for the feed item.\\\":\\\"Identifiant unique de l'élément du flux.\\\",\\\"Alias\\\":\\\"Alias\\\",\\\"Values\\\":\\\"Valeurs\\\",\\\"Account settings\\\":\\\"Paramètres de compte\\\",\\\"Enter your keywords\\\":\\\"Saisissez vos mots-clés\\\",\\\"Clean URLs\\\":\\\"URL simplifiées\\\",\\\"My account\\\":\\\"Mon compte\\\",\\\"Number of topics\\\":\\\"Nombre de sujets\\\",\\\"Active forum topics\\\":\\\"Sujets actifs\\\",\\\"Read the latest forum topics.\\\":\\\"Lire les derniers sujets.\\\",\\\"HTTP authentication\\\":\\\"Authentification HTTP\\\",\\\"GD library\\\":\\\"Librairie GD\\\",\\\"Attach to\\\":\\\"Attacher à\\\",\\\"Book navigation\\\":\\\"Navigation du livre\\\",\\\"Taxonomy vocabulary\\\":\\\"Vocabulaire de taxonomie\\\",\\\"Remove this item\\\":\\\"Supprimer cet élément\\\",\\\"Keyword\\\":\\\"Mot-clé\\\",\\\"1 year\\\\u0003@count years\\\":\\\"@count année\\\\u0003@count années\\\",\\\"1 week\\\\u0003@count weeks\\\":\\\"@count semaine\\\\u0003@count semaines\\\",\\\"1 min\\\\u0003@count min\\\":\\\"@count min\\\\u0003@count min\\\",\\\"1 sec\\\\u0003@count sec\\\":\\\"@count sec\\\\u0003@count sec\\\",\\\"Columns\\\":\\\"Colonnes\\\",\\\"Module name\\\":\\\"Nom du module\\\",\\\"Layout settings\\\":\\\"Paramètres de mise en page\\\",\\\"Page settings\\\":\\\"Paramètres de la page\\\",\\\"Use pager\\\":\\\"Utiliser la pagination\\\",\\\"Items to display\\\":\\\"Éléments à afficher\\\",\\\"More link\\\":\\\"Lien \\\\\\\"plus\\\\\\\"\\\",\\\"Top level book\\\":\\\"Livre de plus haut niveau\\\",\\\"No temporary directories to remove.\\\":\\\"Aucun répertoire temporaire à supprimer.\\\",\\\"Link to file\\\":\\\"Lien vers le fichier\\\",\\\"Send message\\\":\\\"Envoyer le message\\\",\\\"Allow Upscaling\\\":\\\"Autoriser l'Agrandissement\\\",\\\"Rotation angle\\\":\\\"Angle de rotation\\\",\\\"The number of degrees the image should be rotated. Positive numbers are clockwise, negative are counter-clockwise.\\\":\\\"Le nombre de degrés duquel l'image doit être pivotée. Les nombres positifs sont dans le sens des aiguilles d'une montre, les nombres négatifs dans le sens inverse des aiguilles d'une montre.\\\",\\\"Randomize the rotation angle for each image. The angle specified above is used as a maximum.\\\":\\\"Générer au hasard l'angle de rotation pour chaque image. L'angle spécifié ci-dessus est utilisé comme maximum.\\\",\\\"Flush\\\":\\\"Vider\\\",\\\"Print\\\":\\\"Imprimer\\\",\\\"Field mapping\\\":\\\"Correspondance de champ\\\",\\\"The file could not be created.\\\":\\\"Le fichier n'a pas pu être créé.\\\",\\\"Locked\\\":\\\"Verrouillé\\\",\\\"Password reset instructions mailed to %name at %email.\\\":\\\"Les instructions de réinitialisation de mot de passe ont été envoyées à %name, à l'adresse %email.\\\",\\\"types\\\":\\\"types\\\",\\\"Selection type\\\":\\\"Type de sélection\\\",\\\"Any\\\":\\\"Tout\\\",\\\"Check for updates\\\":\\\"Vérifier les mises à jour\\\",\\\"All newer versions\\\":\\\"Toutes les nouvelles versions\\\",\\\"Only security updates\\\":\\\"Les mises à jour de sécurité uniquement\\\",\\\"No update data available\\\":\\\"Pas de données sur les mises à jour disponibles\\\",\\\"Not secure!\\\":\\\"Non sécurisé !\\\",\\\"Revoked!\\\":\\\"Révoquée !\\\",\\\"Unsupported release\\\":\\\"Version non supportée\\\",\\\"Can not determine status\\\":\\\"Impossible de déterminer le status\\\",\\\"(version @version available)\\\":\\\"(version @version disponible)\\\",\\\"See the available updates page for more information:\\\":\\\"Voir la page des mises à jour disponibles pour plus d'informations :\\\",\\\"There is a security update available for your version of Drupal. To ensure the security of your server, you should update immediately!\\\":\\\"Une mise à jour de sécurité est disponible pour votre version de Drupal. Afin de garantir la sécurité de votre serveur, effectuez immédiatement la mise à jour !\\\",\\\"Your version of Drupal has been revoked and is no longer available for download. Upgrading is strongly recommended!\\\":\\\"La version de Drupal installée a été révoquée et n'est plus disponible au téléchargement. Il est fortement recommandé de la mettre à jour !\\\",\\\"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!\\\":\\\"La version installée d'au moins un de vos modules ou thèmes a été révoquée et n'est plus disponible au téléchargement. Il est fortement recommandé de les mettre à jour ou de les désactiver !\\\",\\\"Your version of Drupal is no longer supported. Upgrading is strongly recommended!\\\":\\\"Votre version de Drupal n'est plus supportée. Il est fortement recommandé de la mettre à jour !\\\",\\\"There are updates available for your version of Drupal. To ensure the proper functioning of your site, you should update as soon as possible.\\\":\\\"Des mises à jour sont disponibles pour votre version de Drupal. Pour assurer le bon fonctionnement de votre site, vous devriez procéder à la mise à jour dès que possible.\\\",\\\"Project not secure\\\":\\\"Projet non sécurisé\\\",\\\"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!\\\":\\\"Ce projet a été marqué comme posant un risque de sécurité par l'équipe de sécurité de Drupal, et n'est plus disponible au téléchargement. Il est fortement recommandé de désactiver immédiatement l'ensemble des modules et thèmes de ce projet !\\\",\\\"Project revoked\\\":\\\"Projet rejeté\\\",\\\"This project has been revoked, and is no longer available for download. Disabling everything included by this project is strongly recommended!\\\":\\\"Ce projet a été révoqué, et n'est plus disponible au téléchargement. Il est fortement recommandé de désactiver immédiatement l'ensemble des modules et thèmes de ce projet !\\\",\\\"Project not supported\\\":\\\"Projet non supporté\\\",\\\"This project is no longer supported, and is no longer available for download. Disabling everything included by this project is strongly recommended!\\\":\\\"Ce projet n'est plus supporté, et n'est plus disponible au téléchargement. Il est fortement recommandé de désactiver immédiatement l'ensemble des modules et thèmes de ce projet !\\\",\\\"No available releases found\\\":\\\"Aucune version disponible\\\",\\\"Release revoked\\\":\\\"Version révoquée\\\",\\\"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!\\\":\\\"La version installée a été révoquée, et n'est plus disponible au téléchargement. Il est fortement recommandé de désactiver immédiatement l'ensemble des modules et thèmes de cette version !\\\",\\\"Release not supported\\\":\\\"Version non supportée\\\",\\\"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!\\\":\\\"Cette version n'est plus supportée, et n'est plus disponible au téléchargement. Il est fortement recommandé de désactiver immédiatement l'ensemble des modules et thèmes de cette version !\\\",\\\"Invalid info\\\":\\\"Information invalide\\\",\\\"Security update required!\\\":\\\"Mise à jour de sécurité nécessaire !\\\",\\\"Not supported!\\\":\\\"Non supportée !\\\",\\\"Recommended version:\\\":\\\"Version recommandée :\\\",\\\"Security update:\\\":\\\"Mise à jour de sécurité :\\\",\\\"Latest version:\\\":\\\"Dernière version :\\\",\\\"Development version:\\\":\\\"Version de développement :\\\",\\\"Also available:\\\":\\\"Également disponible :\\\",\\\"No name\\\":\\\"Aucun nom\\\",\\\"File MIME\\\":\\\"Type MIME du fichier\\\",\\\"User Role\\\":\\\"Rôle utilisateur\\\",\\\"Search help\\\":\\\"Rechercher dans l'aide\\\",\\\"Field settings\\\":\\\"Paramètres du champ\\\",\\\"Skip to main content\\\":\\\"Aller au contenu principal\\\",\\\"Edit forum\\\":\\\"Modifier le forum\\\",\\\"Default order\\\":\\\"Ordre par défaut\\\",\\\"This is the designated forum vocabulary. Some of the normal vocabulary options have been removed.\\\":\\\"Ce vocabulaire gère l'arborescence des forums. Certaines des options habituelles des vocabulaires ont été supprimées.\\\",\\\"Leave shadow copy\\\":\\\"Laisser une trace\\\",\\\"If you move this topic, you can leave a link in the old forum to the new forum.\\\":\\\"Si vous déplacez ce sujet, vous pouvez laisser un lien dans l'ancien forum pointant vers le nouveau.\\\",\\\"Container name\\\":\\\"Nom du conteneur\\\",\\\"forum container\\\":\\\"conteneur de forum\\\",\\\"Created new @type %term.\\\":\\\"Le @type %term a été créé.\\\",\\\"The @type %term has been updated.\\\":\\\"Le @type %term a été mis à jour.\\\",\\\"AJAX\\\":\\\"AJAX\\\",\\\"Emails\\\":\\\"Courriels\\\",\\\"Favicon\\\":\\\"Favicon\\\",\\\"Containing any of the words\\\":\\\"Contenant n'importe lequel des mots\\\",\\\"Containing the phrase\\\":\\\"Contenant l'expression\\\",\\\"Containing none of the words\\\":\\\"Ne contenant aucun des mots\\\",\\\"Only of the type(s)\\\":\\\"Seulement du ou des types\\\",\\\"Content ranking\\\":\\\"Classement du contenu\\\",\\\"Keyword relevance\\\":\\\"Pertinence des mots clés\\\",\\\"Number of comments\\\":\\\"Nombre de commentaires\\\",\\\"Number of views\\\":\\\"Nombre de lectures\\\",\\\"Factor\\\":\\\"Facteur\\\",\\\"Content search\\\":\\\"Recherche de contenu\\\",\\\"Expand layout to include descriptions.\\\":\\\"Produit une mise en page moins compacte qui inclut des descriptions.\\\",\\\"Hide descriptions\\\":\\\"Masquer les descriptions\\\",\\\"Compress layout by hiding descriptions.\\\":\\\"Produit une mise en page plus compacte en cachant les descriptions.\\\",\\\"Or\\\":\\\"Ou\\\",\\\"Content ID\\\":\\\"Identifiant (ID) du contenu\\\",\\\"Underline\\\":\\\"Souligner\\\",\\\"Cut\\\":\\\"Couper\\\",\\\"Paste\\\":\\\"Coller\\\",\\\"Case sensitive\\\":\\\"Sensible à la casse\\\",\\\"Maximum link text length\\\":\\\"Longueur maximale des textes des liens\\\",\\\"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.\\\":\\\"Les URLs comportant plus de caractères que le nombre ci-dessus seront tronqués pour éviter les chaînes de caractères trop longues, qui briseraient la mise en page. Le lien en tant que tel sera conservé ; seule la partie textuelle du lien sera tronquée.\\\",\\\"Reports\\\":\\\"Rapports\\\",\\\"Setting\\\":\\\"Paramètre\\\",\\\"If you don't have direct file access to the server, use this field to upload your logo.\\\":\\\"Si vous n'avez pas un accès direct aux fichiers sur le serveur, utilisez ce champs pour téléverser votre logo.\\\",\\\"Link class\\\":\\\"Classe du lien\\\",\\\"Install profile\\\":\\\"Profil d'installation\\\",\\\"%percentage of the site has been indexed.\\\":\\\"%percentage du site a été indexé.\\\",\\\"Default theme\\\":\\\"Thème par défaut\\\",\\\"Teaser length\\\":\\\"Longueur de la brève\\\",\\\"not set\\\":\\\"non défini\\\",\\\"Web server\\\":\\\"Serveur web\\\",\\\"Memory limit\\\":\\\"Limite de mémoire\\\",\\\"regex\\\":\\\"regex\\\",\\\"Indexes\\\":\\\"Index\\\",\\\"Cardinality\\\":\\\"Cardinalité\\\",\\\"There is 1 item left to index.\\\\u0003There are @count items left to index.\\\":\\\"Il reste @count élément à indexer.\\\\u0003Il reste @count éléments à indexer.\\\",\\\"The content access permissions have been rebuilt.\\\":\\\"Les permissions d'accès au contenu ont été reconstruites.\\\",\\\"Column\\\":\\\"Colonne\\\",\\\"Default sort\\\":\\\"Tri par défaut\\\",\\\"sort by @s\\\":\\\"trier par @s\\\",\\\"Manage actions\\\":\\\"Gérer les actions\\\",\\\"Action type\\\":\\\"Type d'action\\\",\\\"Display a message to the user\\\":\\\"Afficher un message à l'utilisateur\\\",\\\"Unpublish comment\\\":\\\"Dépublier le commentaire\\\",\\\"Unpublish comment containing keyword(s)\\\":\\\"Retirer les commentaires contenant ce(s) mot(s) clé(s)\\\",\\\"Page path\\\":\\\"Chemin de la page\\\",\\\"Content language\\\":\\\"Langue du contenu\\\",\\\"Enables the categorization of content.\\\":\\\"Permet la classification du contenu.\\\",\\\"Path prefix\\\":\\\"Prefixe de chemin\\\",\\\"Auto-reply\\\":\\\"Réponse automatique\\\",\\\"Optional auto-reply. Leave empty if you do not want to send the user an auto-reply message.\\\":\\\"Réponse automatique optionnelle. Laissez vide si vous ne souhaitez pas envoyer un message de réponse automatique à l'expéditeur.\\\",\\\"Add @type\\\":\\\"Ajouter @type\\\",\\\"Synchronize\\\":\\\"Synchroniser\\\",\\\"Set as default\\\":\\\"Définir comme paramètre par défaut\\\",\\\"Not promoted\\\":\\\"Non promu\\\",\\\"Not sticky\\\":\\\"Non épinglé\\\",\\\"Errors\\\":\\\"Erreurs\\\",\\\"Nid\\\":\\\"Nid\\\",\\\"Parent comment\\\":\\\"Commentaire parent\\\",\\\"Author's website\\\":\\\"Site web de l'auteur\\\",\\\"Display the depth of the comment if it is threaded.\\\":\\\"Afficher la profondeur du commentaire s'il apparaît dans un fil.\\\",\\\"Sort by the threaded order. This will keep child comments together with their parents.\\\":\\\"Trier suivant l'ordre du fil. Ceci maintient les commentaires enfants avec leurs parents.\\\",\\\"Provide a simple link to reply to the comment.\\\":\\\"Fournir un lien pour répondre au commentaire.\\\",\\\"Text to display\\\":\\\"Texte à afficher\\\",\\\"UI settings\\\":\\\"Paramètres de l'interface\\\",\\\"Newest first\\\":\\\"Les plus récents d'abord\\\",\\\"Update settings\\\":\\\"Paramètres de mise à jour\\\",\\\"Some required modules must be enabled\\\":\\\"Certains modules requis doivent être activés\\\",\\\"New posts\\\":\\\"Nouvelles contributions\\\",\\\"View settings\\\":\\\"Paramètres de la vue\\\",\\\"Week @week\\\":\\\"Semaine @week\\\",\\\"mm/dd/yy\\\":\\\"dd/mm/yy\\\",\\\"Delete view\\\":\\\"Supprimer la vue\\\",\\\"Accessibility features\\\":\\\"Fonctionnalités d'accessibilité\\\",\\\"Translate\\\":\\\"Traduire\\\",\\\"Translation file\\\":\\\"Fichier de traduction\\\",\\\"File to import not found.\\\":\\\"Le fichier à importer n'a pas été trouvé.\\\",\\\"Save translations\\\":\\\"Enregistrer les traductions\\\",\\\"Time ago\\\":\\\"Il y a\\\",\\\"Admin menu\\\":\\\"Menu d'administration\\\",\\\"Create @name\\\":\\\"Créer @name\\\",\\\"Crop\\\":\\\"Recadrer\\\",\\\"Not enabled\\\":\\\"Non activé\\\",\\\"Insert Image\\\":\\\"Insérer une image\\\",\\\"Instructions to present to the user below this field on the editing form.
Allowed HTML tags: @tags\\\":\\\"Instructions à présenter à l'utilisateur sous ce champ, dans le formulaire de modification.
Balises HTML autorisées : @tags\\\",\\\"Sort direction\\\":\\\"Sens du tri\\\",\\\"Radios\\\":\\\"Boutons radios\\\",\\\"Block type\\\":\\\"Type de bloc\\\",\\\"@module (disabled)\\\":\\\"@module (désactivé)\\\",\\\"Web services\\\":\\\"Services Web\\\",\\\"Field options\\\":\\\"Options du champ\\\",\\\"Save permissions\\\":\\\"Enregistrer les droits d'accès\\\",\\\"Route\\\":\\\"Route\\\",\\\"Sequence\\\":\\\"Séquence\\\",\\\"starting from @count\\\":\\\"en commençant à @count\\\",\\\"Test settings\\\":\\\"Paramètres de test\\\",\\\"Delete content type\\\":\\\"Supprimer le type de contenu\\\",\\\"Quick edit\\\":\\\"Modification rapide\\\",\\\"Change book (update list of parents)\\\":\\\"Changer de livre (mettre à jour la liste des parents)\\\",\\\"Manage your site's book outlines.\\\":\\\"Gérer les structures des livres de votre site.\\\",\\\"For security reasons, your upload has been renamed to %filename.\\\":\\\"Pour des raisons de sécurité, votre fichier a été renommé en %filename.\\\",\\\"vocabulary\\\":\\\"vocabulaire\\\",\\\"Installed version\\\":\\\"Version installée\\\",\\\"Recommended version\\\":\\\"Version recommandée\\\",\\\"Acronym\\\":\\\"Acronyme\\\",\\\"More link path\\\":\\\"Chemin du lien \\\\\\\"plus\\\\\\\"\\\",\\\"No vocabularies available.\\\":\\\"Aucun vocabulaire disponible.\\\",\\\"original\\\":\\\"original\\\",\\\"Title only\\\":\\\"Titre seulement\\\",\\\"Notification settings\\\":\\\"Paramètres de notification\\\",\\\"Dates\\\":\\\"Dates\\\",\\\"Not defined\\\":\\\"Non défini\\\",\\\"Validator\\\":\\\"Validateur\\\",\\\"Debugging\\\":\\\"Débogage\\\",\\\"Inherit\\\":\\\"Hériter\\\",\\\"No preview\\\":\\\"Aucun aperçu\\\",\\\"Save as\\\":\\\"Enregistrer sous\\\",\\\"Preview image\\\":\\\"Prévisualiser l'image\\\",\\\"pixels\\\":\\\"pixels\\\",\\\"Use default\\\":\\\"Utiliser la valeur par défaut\\\",\\\"1 month\\\\u0003@count months\\\":\\\"@count mois\\\\u0003@count mois\\\",\\\"Parameter\\\":\\\"Paramètre\\\",\\\"done\\\":\\\"fait\\\",\\\"Display format\\\":\\\"Format d'affichage\\\",\\\"Custom format\\\":\\\"Format d'entrée personnalisé\\\",\\\"Current state\\\":\\\"État actuel\\\",\\\"The date the node was last updated.\\\":\\\"Date de dernière mise à jour du nœud.\\\",\\\"Drupal core\\\":\\\"Drupal core\\\",\\\"Book navigation block display\\\":\\\"Affichage du bloc de navigation du livre\\\",\\\"Relations\\\":\\\"Relations\\\",\\\"Invalid display id @display\\\":\\\"Identifiant (ID) de l'affichage @display invalide\\\",\\\"Error: handler for @table > @field doesn't exist!\\\":\\\"Erreur : le gestionnaire pour @table > @field n'existe pas !\\\",\\\"Do not use a relationship\\\":\\\"Ne pas utiliser de relation\\\",\\\"Password field is required.\\\":\\\"Le champ mot de passe est requis.\\\",\\\"Confirm password\\\":\\\"Confirmer le mot de passe\\\",\\\"button\\\":\\\"bouton\\\",\\\"Default display order\\\":\\\"Ordre d'affichage par défaut\\\",\\\"Administration theme\\\":\\\"Thème de l'administration\\\",\\\"The cache has been cleared.\\\":\\\"Le cache a été vidé.\\\",\\\"Isle of Man\\\":\\\"Île de Man\\\",\\\"Montenegro\\\":\\\"Monténégro\\\",\\\"Saint Pierre and Miquelon\\\":\\\"Saint-Pierre-et-Miquelon\\\",\\\"Serbia\\\":\\\"Serbie\\\",\\\"Uri\\\":\\\"Uri\\\",\\\"Kosovo\\\":\\\"Kosovo\\\",\\\"Diego Garcia\\\":\\\"Diego Garcia\\\",\\\"Tristan da Cunha\\\":\\\"Tristan da Cunha\\\",\\\"Role ID.\\\":\\\"Identifiant de rôle.\\\",\\\"Combine\\\":\\\"Combiner\\\",\\\"of\\\":\\\"sur\\\",\\\"Tour\\\":\\\"Tour\\\",\\\"Title field\\\":\\\"Champ titre\\\",\\\"The file %file could not be saved. An unknown error has occurred.\\\":\\\"Le fichier %file n'a pas pu être enregistré. Une erreur inconnue s'est produite.\\\",\\\"The specified file %name could not be uploaded.\\\":\\\"Le fichier spécifié %name n'a pas pu être transféré.\\\",\\\"The file's name is empty. Please give a name to the file.\\\":\\\"Le nom du fichier est vide. Veuillez donner un nom au fichier.\\\",\\\"Only files with the following extensions are allowed: %files-allowed.\\\":\\\"Seuls les fichiers se terminant par les extensions suivantes sont autorisés : %files-allowed.\\\",\\\"The file is %filesize exceeding the maximum file size of %maxsize.\\\":\\\"Le fichier fait %filesize, ce qui dépasse la taille maximale autorisée (%maxsize).\\\",\\\"The file is %filesize which would exceed your disk quota of %quota.\\\":\\\"Le fichier fait %filesize, ce qui dépasserait votre quota de disque (%quota).\\\",\\\"Upload error. Could not move uploaded file %file to destination %destination.\\\":\\\"Erreur de transfert. Impossible de déplacer le fichier transféré (%file) vers la destination (%destination).\\\",\\\"Add to book outline\\\":\\\"Ajouter à la structure du livre\\\",\\\"Stark\\\":\\\"Stark\\\",\\\"New set\\\":\\\"Nouvel ensemble\\\",\\\"No link\\\":\\\"Aucun lien\\\",\\\"Add Link\\\":\\\"Ajouter un lien\\\",\\\"outdated\\\":\\\"traduction périmée\\\",\\\"Is not one of\\\":\\\"Ne fait pas partie de\\\",\\\"Manage tagging, categorization, and classification of your content.\\\":\\\"Gérer les étiquettes, les catégories et la classification de votre contenu.\\\",\\\"Re-index site\\\":\\\"Réindexer le site\\\",\\\"Log searches\\\":\\\"Journaliser les recherches\\\",\\\"Are you sure you want to re-index the site?\\\":\\\"Êtes-vous sûr de vouloir réindexer le site ?\\\",\\\"cURL\\\":\\\"cURL\\\",\\\"No test results to display.\\\":\\\"Aucun résultat de test à afficher.\\\",\\\"Row\\\":\\\"Ligne\\\",\\\"Date settings\\\":\\\"Paramètres de date\\\",\\\"Table name prefix\\\":\\\"Préfixe du nom de la table\\\",\\\"Migration\\\":\\\"Migration\\\",\\\"Maximum height\\\":\\\"Hauteur maximum\\\",\\\"Maximum width\\\":\\\"Largeur maximum\\\",\\\"Link options\\\":\\\"Options du lien\\\",\\\"Timor-Leste\\\":\\\"Timor oriental\\\",\\\"Properties\\\":\\\"Propriétés\\\",\\\"Cached\\\":\\\"Mis en cache\\\",\\\"Maximum image resolution\\\":\\\"Résolution maximale de l'image\\\",\\\"An illegal choice has been detected. Please contact the site administrator.\\\":\\\"Un choix interdit a été détecté. Veuillez contacter l'administrateur du site.\\\",\\\"Tips\\\":\\\"Astuces\\\",\\\"Status report\\\":\\\"Tableau de bord d'administration\\\",\\\"Not writable\\\":\\\"Non accessible en écriture\\\",\\\"Decimal point\\\":\\\"Marqueur décimal\\\",\\\"Configuration name\\\":\\\"Nom de la configuration\\\",\\\"Custom date format\\\":\\\"Format de date personnalisé\\\",\\\"Drupal version\\\":\\\"Version de Drupal\\\",\\\"Book outline\\\":\\\"Structure du livre\\\",\\\"This will be the top-level page in this book.\\\":\\\"Ceci sera la préface (niveau supérieur) dans ce livre.\\\",\\\"Revision information\\\":\\\"Informations sur les révisions\\\",\\\"Notify user of new account\\\":\\\"Notifier l'utilisateur de la création de son nouveau compte\\\",\\\"Created timestamp\\\":\\\"Horodatage de création\\\",\\\"View comment\\\":\\\"Voir le commentaire\\\",\\\"Access will be granted to users with the specified permission string.\\\":\\\"L'accès sera accordé aux utilisateurs avec la chaine de permission spécifiée.\\\",\\\"Show All\\\":\\\"Montrer tous\\\",\\\"Path to custom icon\\\":\\\"Chemin vers l'icône personnalisée\\\",\\\"Your email address\\\":\\\"Votre adresse de courriel\\\",\\\"Users who have created accounts on your site.\\\":\\\"Utilisateurs qui ont créé des comptes sur votre site.\\\",\\\"Current user\\\":\\\"Utilisateur courant\\\",\\\"Digest\\\":\\\"Récapitulatif\\\",\\\"Delete comment\\\":\\\"Supprimer le commentaire\\\",\\\"Default display mode\\\":\\\"Mode d'affichage par défaut\\\",\\\"Default comments per page\\\":\\\"Commentaires par page par défaut\\\",\\\"Comment controls\\\":\\\"Gestion des commentaires\\\",\\\"Comment subject field\\\":\\\"Champ sujet du commentaire\\\",\\\"Any replies to this comment will be lost. This action cannot be undone.\\\":\\\"Toutes les réponses à ce commentaire seront perdues. Cette action ne peut être annulée.\\\",\\\"Publish the selected comments\\\":\\\"Publier les commentaires sélectionnés\\\",\\\"Unpublish the selected comments\\\":\\\"Retirer les commentaires sélectionnés\\\",\\\"(No subject)\\\":\\\"(sans sujet)\\\",\\\"!=\\\":\\\"!=\\\",\\\"Access type\\\":\\\"Type d'accès\\\",\\\"Default image\\\":\\\"Image par défaut\\\",\\\"Add feed\\\":\\\"Ajouter un flux\\\",\\\"Text settings\\\":\\\"Paramètres du texte\\\",\\\"File system\\\":\\\"Système de fichiers\\\",\\\"Ends with\\\":\\\"Finit par\\\",\\\"Toolbar\\\":\\\"Barre d'outils\\\",\\\"Enter your @s username.\\\":\\\"Saisissez votre nom d'utilisateur pour @s.\\\",\\\"Posted in\\\":\\\"Posté sur\\\",\\\"Comment: unauthorized comment submitted or comment submitted to a closed post %subject.\\\":\\\"Commentaire : commentaire non autorisé ou soumis sur un billet fermé '%subject'.\\\",\\\"Link this field to its user\\\":\\\"Lier ce champ à l'utilisateur correspondant\\\",\\\"RDF mapping\\\":\\\"Correspondance RDF\\\",\\\"Parent ID\\\":\\\"Identifiant (ID) du parent\\\",\\\"Default style\\\":\\\"Style par défaut\\\",\\\"The node ID of the node.\\\":\\\"Identifiant du nœud.\\\",\\\"Tab weight\\\":\\\"Poids de l'onglet\\\",\\\"Files directory\\\":\\\"Répertoire de fichiers\\\",\\\"Delete all revisions\\\":\\\"Supprimer toutes les révisions\\\",\\\"No role\\\":\\\"Aucun rôle\\\",\\\"Block title.\\\":\\\"Titre du bloc.\\\",\\\"Video file\\\":\\\"Fichier vidéo\\\",\\\"1 view\\\\u0003@count views\\\":\\\"@count vue\\\\u0003@count vues\\\",\\\"The file's MIME type.\\\":\\\"Le type MIME du fichier.\\\",\\\"The MIME type of the file.\\\":\\\"Le type MIME du fichier.\\\",\\\"@type %title has been created.\\\":\\\"Le contenu '%title', de type '@type', a été créé.\\\",\\\"@type %title has been updated.\\\":\\\"Le contenu '%title', de type '@type', a été mis à jour.\\\",\\\"The post could not be saved.\\\":\\\"Le contenu n'a pu être enregistré.\\\",\\\"Menu link ID\\\":\\\"ID du lien de menu\\\",\\\"1 character\\\\u0003@count characters\\\":\\\"@count caractère\\\\u0003@count caractères\\\",\\\"Filter settings\\\":\\\"Paramètres de filtrage\\\",\\\"You do not have any administrative items.\\\":\\\"Vous n'avez accès à aucune page d'administration.\\\",\\\"No help is available for module %module.\\\":\\\"Aucune aide n'est disponible pour le module « %module ».\\\",\\\"@module administration pages\\\":\\\"Pages d'administration de @module\\\",\\\"Thumbnail width\\\":\\\"Largeur de la vignette\\\",\\\"Thumbnail height\\\":\\\"Hauteur de la vignette\\\",\\\"Filter the view to the currently logged in user.\\\":\\\"Filtre la vue pour montrer les utilisateurs actuellement connectés.\\\",\\\"Save translation\\\":\\\"Enregistrer la traduction\\\",\\\"Add language\\\":\\\"Ajouter une langue\\\",\\\"AM\\\":\\\"AM\\\",\\\"PM\\\":\\\"PM\\\",\\\"PHP extensions\\\":\\\"Extensions PHP\\\",\\\"Comments per page\\\":\\\"Commentaires par page\\\",\\\"Publish comment\\\":\\\"Publier un commentaire\\\",\\\"The file could not be uploaded.\\\":\\\"Le fichier n'a pas pu être transféré.\\\",\\\"Export configuration\\\":\\\"Exporter la configuration\\\",\\\"FTP\\\":\\\"FTP\\\",\\\"Collaboration\\\":\\\"Collaboration\\\",\\\"Administration pages\\\":\\\"Pages d'administration\\\",\\\"Draft\\\":\\\"Brouillon\\\",\\\"Capitalize first letter\\\":\\\"Mettre la première lettre en majuscule\\\",\\\"The website encountered an unexpected error. Please try again later.\\\":\\\"Le site Web a rencontré une erreur inattendue. Veuillez essayer de nouveau plus tard.\\\",\\\"Run tests\\\":\\\"Lancer les tests\\\",\\\"Clean test environment\\\":\\\"Purger l'environnement de test\\\",\\\"Clean environment\\\":\\\"Nettoyer l'environnement\\\",\\\"No tests to display.\\\":\\\"Aucun test à afficher.\\\",\\\"Processing test @num of @max - %test.\\\":\\\"Test en cours d'exécution @num de @max - %test.\\\",\\\"Processed test @num of @max - %test.\\\":\\\"Test exécuté @num de @max - %test.\\\",\\\"1 pass\\\\u0003@count passes\\\":\\\"@count réussi\\\\u0003@count réussis\\\",\\\"1 fail\\\\u0003@count fails\\\":\\\"@count échoué\\\\u0003@count échoués\\\",\\\"1 exception\\\\u0003@count exceptions\\\":\\\"@count exception\\\\u0003@count exceptions\\\",\\\"Provides a framework for unit and functional testing.\\\":\\\"Fournit un framework pour les tests unitaires et fonctionnels.\\\",\\\"User %name used one-time login link at time %timestamp.\\\":\\\"L'utilisateur %name a utilisé un lien de connexion temporaire à %timestamp.\\\",\\\"Registration successful. You are now logged in.\\\":\\\"Enregistrement effectué. Vous êtes maintenant identifié.\\\",\\\"Uid\\\":\\\"Uid\\\",\\\"Custom text\\\":\\\"Texte personnalisé\\\",\\\"The comment body.\\\":\\\"Le corps du commentaire.\\\",\\\"Default argument\\\":\\\"Argument par défaut\\\",\\\"sorted by\\\":\\\"trié par\\\",\\\"Feed display options\\\":\\\"Options d'affichage de flux\\\",\\\"Available actions\\\":\\\"Actions disponibles\\\",\\\"Remove group\\\":\\\"Supprimer le groupe\\\",\\\"The comment ID.\\\":\\\"L'identifiant (ID) du commentaire.\\\",\\\"Link settings\\\":\\\"Paramètres du lien\\\",\\\"Numbered list\\\":\\\"Liste ordonnée\\\",\\\"View comments\\\":\\\"Voir les commentaires\\\",\\\"Not set\\\":\\\"Non défini\\\",\\\"Set password\\\":\\\"Définir le mot de passe\\\",\\\"%name: this field cannot hold more than @count values.\\\":\\\"%name : ce champ ne peut pas contenir plus de @count valeurs.\\\",\\\"No fields available.\\\":\\\"Aucun champ disponible.\\\",\\\"Content author\\\":\\\"Auteur du contenu\\\",\\\"Vertical Tabs\\\":\\\"Vertical Tabs\\\",\\\"Not in book\\\":\\\"Pas dans le livre\\\",\\\"New book\\\":\\\"Nouveau livre\\\",\\\"By @name on @date\\\":\\\"Par @name le @date\\\",\\\"By @name\\\":\\\"Par @name\\\",\\\"Not in menu\\\":\\\"Pas dans le menu\\\",\\\"Initializing.\\\":\\\"Initialisation.\\\",\\\"An error has occurred.\\\":\\\"Une erreur s'est produite.\\\",\\\"Your page will be a part of the selected book.\\\":\\\"Votre page fera une partie du livre sélectionné.\\\",\\\"Numeric\\\":\\\"Numérique\\\",\\\"mobile\\\":\\\"mobile\\\",\\\"Media settings\\\":\\\"Paramètres Media\\\",\\\"Custom URL\\\":\\\"URL personnalisée\\\",\\\"Notify user\\\":\\\"Notifier l'utilisateur\\\",\\\"0 sec\\\":\\\"0 s\\\",\\\"Submit button text\\\":\\\"Texte du bouton de soumission\\\",\\\"Card\\\":\\\"Fiche\\\",\\\"Is published\\\":\\\"Est publié\\\",\\\"Configure @block\\\":\\\"Configurer @block\\\",\\\"Filter log messages\\\":\\\"Filtrer les messages du journal\\\",\\\"You must select something to filter by.\\\":\\\"Vous devez sélectionnez un critère de filtrage.\\\",\\\"New revision\\\":\\\"Nouvelle révision\\\",\\\"To change the current user password, enter the new password in both fields.\\\":\\\"Pour modifier le mot de passe actuel, saisissez le nouveau mot de passe dans les deux champs de texte.\\\",\\\"You have tried to use a one-time login link that has expired. Please request a new one using the form below.\\\":\\\"Vous avez tenté d'utiliser un lien de connexion temporaire qui a expiré. Demandez-en un nouveau en utilisant le formulaire ci-dessous.\\\",\\\"This login can be used only once.\\\":\\\"Cet identifiant ne peut être utilisé qu'une fois.\\\",\\\"Add comment link\\\":\\\"Ajouter un lien de commentaire\\\",\\\"Strike-through\\\":\\\"Barré\\\",\\\"Align left\\\":\\\"Aligner à gauche\\\",\\\"Align center\\\":\\\"Centrer\\\",\\\"Align right\\\":\\\"Aligner à droite\\\",\\\"Justify\\\":\\\"Justifier\\\",\\\"Horizontal rule\\\":\\\"Règle horizontale\\\",\\\"Paste Text\\\":\\\"Coller le Texte\\\",\\\"Paste from Word\\\":\\\"Coller à partir de Word\\\",\\\"Remove format\\\":\\\"Supprimer le formatage\\\",\\\"Character map\\\":\\\"Table des caractères\\\",\\\"HTML block format\\\":\\\"Format de bloc HTML\\\",\\\"Font style\\\":\\\"Style de police\\\",\\\"Abbreviation\\\":\\\"Abrévation\\\",\\\"Inserted\\\":\\\"Inséré\\\",\\\"Provide a password for the new account in both fields.\\\":\\\"Saisissez un mot de passe pour le nouveau compte dans les deux champs.\\\",\\\"Changes cannot be made to a locked view.\\\":\\\"Aucun changement ne peut être effectué dans une vue verrouillée.\\\",\\\"Create customized lists and queries from your database.\\\":\\\"Créez des listes et requêtes personnalisées à partir de votre base de données.\\\",\\\"Broken/missing handler\\\":\\\"Gestionnaire défectueux/manquant\\\",\\\"Current node's creation time\\\":\\\"Date de création du nœud courant\\\",\\\"Current node's update time\\\":\\\"Date de mise à jour du nœud courant\\\",\\\"Do not display items with no value in summary\\\":\\\"Ne pas afficher les éléments sans valeur dans le résumé\\\",\\\"Invalid input\\\":\\\"Saisie invalide\\\",\\\"Fail basic validation if any argument is given\\\":\\\"Faire échouer la validation de base si un argument est fourni\\\",\\\"By checking this field, you can use this to make sure views with more arguments than necessary fail validation.\\\":\\\"En cochant cette case, vous pouvez utiliser ceci pour vérifier que la validation des vues présentant plus d'arguments que nécessaire échoue.\\\",\\\"Glossary mode\\\":\\\"Mode glossaire\\\",\\\"Character limit\\\":\\\"Limite de caractères\\\",\\\"No transform\\\":\\\"Aucune transformation\\\",\\\"Upper case\\\":\\\"Majuscules\\\",\\\"Capitalize each word\\\":\\\"Mettre chaque mot en majuscules\\\",\\\"Case in path\\\":\\\"Casse dans les chemins\\\",\\\"Transform spaces to dashes in URL\\\":\\\"Transformer les espaces en tirets dans les URL\\\",\\\"Exclude from display\\\":\\\"Exclure de l'affichage\\\",\\\"Link path\\\":\\\"Chemin du lien\\\",\\\"The Drupal path or absolute URL for this link. You may enter data from this view as per the \\\\\\\"Replacement patterns\\\\\\\" below.\\\":\\\"Le chemin Drupal ou une URL absolue pour ce lien. Vous pouvez utiliser des données de cette vue avec les \\\\\\\"Motifs de remplacement\\\\\\\" ci-dessous.\\\",\\\"The CSS class to apply to the link.\\\":\\\"La classe CSS à appliquer au lien.\\\",\\\"Prefix text\\\":\\\"Texte de préfixe\\\",\\\"Any text to display before this link. You may include HTML.\\\":\\\"N'importe quel texte à afficher avant ce lien. Vous pouvez utiliser du HTML.\\\",\\\"Suffix text\\\":\\\"Texte de suffixe\\\",\\\"Any text to display after this link. You may include HTML.\\\":\\\"N'importe quel texte à afficher après ce lien. Vous pouvez utiliser du HTML.\\\",\\\"Trim only on a word boundary\\\":\\\"Couper sur une frontière de mot\\\",\\\"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.\\\":\\\"Si coché, ce champ sera coupé sur un mot entier. Il est garanti que le maximum de caractères ou moins sera utilisé. S'il n'est pas possible de se limiter à un mot entier, alors le champ sera limité à un champ vide.\\\",\\\"Strip HTML tags\\\":\\\"Retirer les balises HTML\\\",\\\"Field can contain HTML\\\":\\\"Le champ peut contenir du HTML\\\",\\\"File size display\\\":\\\"Affichage de la taille de fichier\\\",\\\"Formatted (in KB or MB)\\\":\\\"Formatée (en Ko ou Mo)\\\",\\\"Raw bytes\\\":\\\"Octets bruts\\\",\\\"If checked, true will be displayed as false.\\\":\\\"Si cette option est cochée, Vrai apparaîtra comme Faux.\\\",\\\"Time ago (with \\\\\\\"ago\\\\\\\" appended)\\\":\\\"Temps relatif (avec \\\\\\\"il y a\\\\\\\" ajouté)\\\",\\\"Time span (with \\\\\\\"ago/hence\\\\\\\" appended)\\\":\\\"Durée (avec \\\\\\\"il y a/dans\\\\\\\" ajouté)\\\",\\\"Round\\\":\\\"Arrondi\\\",\\\"If checked, the number will be rounded.\\\":\\\"Si cette option est cochée, le nombre sera arrondi.\\\",\\\"Specify how many digits to print after the decimal point.\\\":\\\"Précisez le nombre de chiffres à afficher après le marqueur décimal.\\\",\\\"What single character to use as a decimal point.\\\":\\\"Caractère à utiliser comme marqueur décimal\\\",\\\"What single character to use as the thousands separator.\\\":\\\"Caractère à utiliser comme séparateur de milliers.\\\",\\\"Text to put before the number, such as currency symbol.\\\":\\\"Texte à faire figurer avant le nombre, par exemple une unité monétaire.\\\",\\\"Text to put after the number, such as currency symbol.\\\":\\\"Texte à faire figurer après le nombre, par exemple une unité monétaire.\\\",\\\"Display as link\\\":\\\"Afficher comme lien\\\",\\\"Operator identifier\\\":\\\"Identifiant de l'opérateur\\\",\\\"This will appear in the URL after the ? to identify this operator.\\\":\\\"Ceci apparaîtra dans l'URL après le point d'interrogation ? pour identifier cet opérateur.\\\",\\\"Filter identifier\\\":\\\"Identifiant du filtre\\\",\\\"This exposed filter is optional and will have added options to allow it not to be set.\\\":\\\"Ce filtre exposé est facultatif et proposera des options supplémentaires pour permettre de ne pas le paramétrer.\\\",\\\"Remember\\\":\\\"Mémoriser\\\",\\\"Remember the last setting the user gave this filter.\\\":\\\"Mémoriser le dernier paramétrage utilisé par l'utilisateur pour ce filtre.\\\",\\\"The identifier is required if the filter is exposed.\\\":\\\"Cet identifiant est requis si le filtre est exposé.\\\",\\\"This identifier is not allowed.\\\":\\\"Cet identifiant n'est pas autorisé.\\\",\\\"exposed\\\":\\\"exposé\\\",\\\"Value type\\\":\\\"Type de valeur\\\",\\\"A date in any machine readable format. CCYY-MM-DD HH:MM:SS is preferred.\\\":\\\"Date dans n'importe quel format machine. AAAA-MM-JJ HH:MM:SS est préférable\\\",\\\"Invalid date format.\\\":\\\"Format de date invalide.\\\",\\\"Limit list to selected items\\\":\\\"Limiter la liste aux éléments sélectionnés\\\",\\\"If checked, the only items presented to the user will be the ones selected here.\\\":\\\"Si coché, les seuls éléments présentés à l'utilisateur seront ceux sélectionnés ici.\\\",\\\"not in\\\":\\\"pas dans\\\",\\\"<\\\":\\\"<\\\",\\\"<=\\\":\\\"<=\\\",\\\">=\\\":\\\">=\\\",\\\">\\\":\\\">\\\",\\\"Is between\\\":\\\"Est compris entre\\\",\\\"between\\\":\\\"entre\\\",\\\"Is not between\\\":\\\"N'est pas compris entre\\\",\\\"not between\\\":\\\"pas entre\\\",\\\"Min\\\":\\\"Min\\\",\\\"And max\\\":\\\"Et max\\\",\\\"And\\\":\\\"Et\\\",\\\"Contains any word\\\":\\\"Contient n'importe quel mot\\\",\\\"has word\\\":\\\"contient le mot\\\",\\\"Contains all words\\\":\\\"Contient tous les mots\\\",\\\"has all\\\":\\\"contient tous\\\",\\\"begins\\\":\\\"commence\\\",\\\"ends\\\":\\\"finit\\\",\\\"!has\\\":\\\"!has\\\",\\\"Require this relationship\\\":\\\"Exiger cette relation\\\",\\\"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.\\\":\\\"La granularité est la plus petite unité à utiliser pour déterminer si deux dates sont identiques ; par exemple, si la granularité est \\\\\\\"Année\\\\\\\", toutes les dates de l'année 1999, indépendamment du mois et du jour, seront considérées comme identiques.\\\",\\\"Displays\\\":\\\"Affichages\\\",\\\"These queries were run during view rendering:\\\":\\\"Ces requêtes ont été exécutées lors de l'affichage de la vue :\\\",\\\"This display has no path.\\\":\\\"Cet affichage n'a pas de chemin\\\",\\\"Query build time\\\":\\\"Durée de construction de la requête\\\",\\\"@time ms\\\":\\\"@time ms\\\",\\\"Query execute time\\\":\\\"Durée d'exécution de la requête\\\",\\\"View render time\\\":\\\"Durée de rendu de la vue\\\",\\\"No query was run\\\":\\\"Aucune requête n'a été exécutée\\\",\\\"Unable to preview due to validation errors.\\\":\\\"Impossible de prévisualiser à cause d'erreurs de validation.\\\",\\\"View name\\\":\\\"Nom de la vue\\\",\\\"The lock has been broken and you may now edit this view.\\\":\\\"Le verrou a été cassé, vous pouvez maintenant modifier cette vue.\\\",\\\"Go to the real page for this display\\\":\\\"Aller à la vraie page de cet affichage\\\",\\\"Missing style plugin\\\":\\\"Plugin de style manquant\\\",\\\"Change settings for this style\\\":\\\"Modifier les paramètres pour ce style\\\",\\\"View analysis\\\":\\\"Analyse de la vue\\\",\\\"Rearrange @type\\\":\\\"Réordonner @type\\\",\\\"Broken field @id\\\":\\\"Champ @id brisé\\\",\\\"There are no @types available to add.\\\":\\\"Il n'y a aucun @types disponible à ajouter.\\\",\\\"Configure extra settings for @type %item\\\":\\\"Configurer des paramètres supplémentaires pour @type %item\\\",\\\"Clear Views' cache\\\":\\\"Vider le cache de Views\\\",\\\"Add Views signature to all SQL queries\\\":\\\"Ajouter la signature Views à toutes les requêtes SQL\\\",\\\"Disable views data caching\\\":\\\"Désactiver la mise en cache des données Views\\\",\\\"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 met en cache des données relatives aux tables, aux modules et aux vues disponibles afin d'améliorer les performances. En cochant cette case, vous obligez Views à sauter cette mise en cache et à reconstruire systématiquement la base de données dès que nécessaire. Cela peut avoir un impact important sur les performances de votre site.\\\",\\\"Show other queries run during render during live preview\\\":\\\"Afficher les autres requêtes exécutées pendant l'affichage de l'aperçu en temps réel\\\",\\\"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 a la possibilité d'exécuter beaucoup de requêtes pendant qu'une vue est exécutée. Cocher cette case affichera toutes les requêtes exécutées lors de l'exécution de la vue en mode aperçu temps réel.\\\",\\\"View analysis can find nothing to report.\\\":\\\"L'analyse de la vue n'a rien trouvé à signaler.\\\",\\\"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.\\\":\\\"Cette vue ne possède qu'un affichage par défaut et, par conséquent, n'apparaîtra nulle part sur votre site ; peut-être devrez-vous ajouter un affichage de page ou de bloc.\\\",\\\"Reduce duplicates\\\":\\\"Supprimer les doublons\\\",\\\"Default settings for this view.\\\":\\\"Paramètres par défaut pour cette vue.\\\",\\\"Display the view as a page, with a URL and menu links.\\\":\\\"Afficher la vue en tant que page, avec une URL et des liens de menu.\\\",\\\"Display the view as a block.\\\":\\\"Afficher la vue en tant que bloc.\\\",\\\"Attachments added to other displays to achieve multiple views in the same view.\\\":\\\"Fichiers attachés à d'autres affichages pour parvenir à plusieurs vues à l'intérieur de la même vue.\\\",\\\"Display the view as a feed, such as an RSS feed.\\\":\\\"Afficher la vue en tant que flux, par exemple un flux RSS.\\\",\\\"Displays rows one after another.\\\":\\\"Afficher les lignes les unes après les autres.\\\",\\\"HTML List\\\":\\\"Liste HTML\\\",\\\"Displays rows in a grid.\\\":\\\"Affiche les lignes dans une grille.\\\",\\\"Displays rows in a table.\\\":\\\"Afficher les lignes dans un tableau.\\\",\\\"Displays the default summary as a list.\\\":\\\"Affiche le sommaire par défaut comme une liste.\\\",\\\"Displays the summary unformatted, with option for one after another or inline.\\\":\\\"Affiche le sommaire sans mise en forme, les informations apparaissant, soit les unes après les autres, soit en ligne.\\\",\\\"Generates an RSS feed from a view.\\\":\\\"Génère un flux RSS à partir d'une vue.\\\",\\\"Displays the fields with an optional template.\\\":\\\"Affiche les champs avec un template facultatif.\\\",\\\"Will be available to all users.\\\":\\\"Sera disponible pour l'ensemble des utilisateurs.\\\",\\\"Access will be granted to users with any of the specified roles.\\\":\\\"L'accès sera accordé aux utilisateurs ayant n'importe lequel des rôles spécifiés.\\\",\\\"No caching of Views data.\\\":\\\"Pas de mise en cache des données Views.\\\",\\\"Time-based\\\":\\\"En fonction du temps écoulé\\\",\\\"Simple time-based caching of data.\\\":\\\"Mise en cache simple en fonction du temps écoulé\\\",\\\"sort criteria\\\":\\\"critères de tri\\\",\\\"Sort criterion\\\":\\\"Critère de tri\\\",\\\"sort criterion\\\":\\\"critère de tri\\\",\\\"Aggregator items are imported from external RSS and Atom news feeds.\\\":\\\"Les éléments d'agrégateur sont importés depuis des flux RSS et Atom externes.\\\",\\\"The title of the aggregator item.\\\":\\\"Le titre de l'élément d'agrégateur.\\\",\\\"The link to the original source URL of the item.\\\":\\\"Lien vers l'URL source de l'élément.\\\",\\\"The author of the original imported item.\\\":\\\"Auteur de l'élément importé.\\\",\\\"The actual content of the imported item.\\\":\\\"Le contenu de l'élément importé.\\\",\\\"The date the original feed item was posted. (With some feeds, this will be the date it was imported.)\\\":\\\"Date de la publication de l'élément du flux. (Dans certains cas, il peut s'agir de la date d'importation du flux.)\\\",\\\"Feed ID\\\":\\\"Identifiant du flux\\\",\\\"The unique ID of the aggregator feed.\\\":\\\"L'identifiant unique du flux d'agrégateur.\\\",\\\"The title of the aggregator feed.\\\":\\\"Le titre du flux d'agrégateur.\\\",\\\"The link to the source URL of the feed.\\\":\\\"Le URL source du flux.\\\",\\\"The date the feed was last checked for new content.\\\":\\\"La date à laquelle le flux a été vérifié pour la dernière fois.\\\",\\\"The description of the aggregator feed.\\\":\\\"La description du flux d'agrégateur.\\\",\\\"Display the aggregator item using the data from the original source.\\\":\\\"Affiche l'élément d'agrégateur en utilisant les données de la source originale.\\\",\\\"The book the node is in.\\\":\\\"Le livre dans lequel le nœud est.\\\",\\\"The weight of the book page.\\\":\\\"Le poids de la page de livre.\\\",\\\"The depth of the book page in the hierarchy; top level books have a depth of 1.\\\":\\\"La profondeur de la page de livre dans la hiérarchie ; les livres de plus haut niveau ont une profondeur de 1.\\\",\\\"The parent book node.\\\":\\\"Le nœud de livre parent.\\\",\\\"The title of the comment.\\\":\\\"Le titre du commentaire.\\\",\\\"The name of the comment's author. Can be rendered as a link to the author's homepage.\\\":\\\"Le nom de l'auteur du commentaire. Peut être affiché comme un lien vers la page d'accueil de l'utilisateur.\\\",\\\"The website address of the comment's author. Can be rendered as a link. Will be empty if the author is a registered user.\\\":\\\"L'adresse du site web de l'auteur du commentaire. Peut être affiché comme un lien. Sera vide si l'auteur est un utilisateur enregistré.\\\",\\\"Post date\\\":\\\"Date de publication\\\",\\\"Node link\\\":\\\"Lien du nœud\\\",\\\"The User ID of the comment's author.\\\":\\\"L'identifiant utilisateur de l'auteur du commentaire.\\\",\\\"Parent CID\\\":\\\"Identifiant du commentaire (CID) parent\\\",\\\"Last comment time\\\":\\\"Heure du dernier commentaire\\\",\\\"Date and time of when the last comment was posted.\\\":\\\"Date et heure de publication du dernier commentaire.\\\",\\\"Last comment author\\\":\\\"Auteur du dernier commentaire\\\",\\\"The name of the author of the last posted comment.\\\":\\\"Le nom de l'auteur ayant rédigé le dernier commentaire.\\\",\\\"Comment count\\\":\\\"Nombre de commentaires\\\",\\\"The number of comments a node has.\\\":\\\"Le nombre de commentaires que présente un nœud.\\\",\\\"Updated/commented date\\\":\\\"Date de mise à jour/commentaire\\\",\\\"The number of new comments on the node.\\\":\\\"Le nombre de nouveaux commentaires au sein du nœud.\\\",\\\"Comment status\\\":\\\"Statut du commentaire\\\",\\\"User posted or commented\\\":\\\"Publié ou commenté par l'utilisateur\\\",\\\"Display nodes only if a user posted the node or commented on the node.\\\":\\\"Affiche les nœuds seulement si l'utilisateur a créé le nœud ou commenté le nœud.\\\",\\\"Display the comment as RSS.\\\":\\\"Afficher le commentaire en tant que RSS.\\\",\\\"Provide a simple link to the user contact page.\\\":\\\"Ajouter un lien vers la page de contact de l'utilisateur.\\\",\\\"Whether or not the node is published.\\\":\\\"Si le nœud est publié.\\\",\\\"Created year + month\\\":\\\"Année + mois de création\\\",\\\"Created year\\\":\\\"Année de création\\\",\\\"Created month\\\":\\\"Mois de création\\\",\\\"Created day\\\":\\\"Jour de création\\\",\\\"Created week\\\":\\\"Semaine de création\\\",\\\"Updated year + month\\\":\\\"Année et mois de mise à jour\\\",\\\"Updated year\\\":\\\"Année de mise à jour\\\",\\\"Updated month\\\":\\\"Mois de mise à jour\\\",\\\"Updated day\\\":\\\"Jour de mise à jour\\\",\\\"Updated week\\\":\\\"Semaine de mise à jour\\\",\\\"Provide a simple link to revert to the revision.\\\":\\\"Fournir un lien pour rétablir une révision antérieure.\\\",\\\"Filter by access.\\\":\\\"Filtrer par accès.\\\",\\\"Has new content\\\":\\\"Présente des contenus nouveaux\\\",\\\"Display %display has no access control but does not contain a filter for published nodes.\\\":\\\"L'affichage @display ne présente aucun contrôle d'accès mais il ne contient pas de filtre pour les nœuds publiés.\\\",\\\"The score of the search item. This will not be used if the search filter is not also present.\\\":\\\"Le score du terme de recherche. Ceci ne sera pas utilisé si le filtre de recherche n'est pas présent lui aussi.\\\",\\\"Total views\\\":\\\"Nombre total d'affichages\\\",\\\"The total number of times the node has been viewed.\\\":\\\"Le nombre total d'affichages du nœud.\\\",\\\"Views today\\\":\\\"Affichages aujourd'hui\\\",\\\"The total number of times the node has been viewed today.\\\":\\\"Le nombre total d'affichages du nœud aujourd'hui.\\\",\\\"Most recent view\\\":\\\"Dernier affichage\\\",\\\"The most recent time the node has been viewed.\\\":\\\"Date de dernier affichage du nœud.\\\",\\\"Files maintained by Drupal and various modules.\\\":\\\"Fichiers maintenus par Drupal et différents modules.\\\",\\\"Taxonomy terms are attached to nodes.\\\":\\\"Les termes de taxonomie sont rattachés aux nœuds.\\\",\\\"Filter the results of \\\\\\\"Taxonomy: Term\\\\\\\" to a particular vocabulary.\\\":\\\"Filtrer les résultats de \\\\\\\"Taxonomie : Terme\\\\\\\" dans un vocabulaire spécifique.\\\",\\\"Display all taxonomy terms associated with a node from specified vocabularies.\\\":\\\"Afficher tous les termes de taxonomie associés à un nœud depuis les vocabulaires spécifiés.\\\",\\\"The parent term of the term. This can produce duplicate entries if you are using a vocabulary that allows multiple parents.\\\":\\\"Le terme parent du terme. Ceci peut produire des doublons si vous utilisez un vocabulaire qui autorise plusieurs parents.\\\",\\\"The user ID\\\":\\\"Identifiant (ID) de l'utilisateur\\\",\\\"The user or author name.\\\":\\\"Le nom de l'utilisateur ou de l'auteur.\\\",\\\"Email address for a given user. This field is normally not shown to users, so be cautious when using it.\\\":\\\"Adresse de courriel d'un utilisateur donné. Ce champ n'est normalement pas montré aux utilisateurs, soyez donc prudent quand vous l'utilisez.\\\",\\\"User ID from URL\\\":\\\"Identifiant (ID) utilisateur à partir de l'URL\\\",\\\"User ID from logged in user\\\":\\\"Identifiant (ID) utilisateur de l'utilisateur connecté\\\",\\\"Randomize the display order.\\\":\\\"Rendre l'ordre d'affichage aléatoire.\\\",\\\"Null\\\":\\\"Vide\\\",\\\"Provide custom text or link.\\\":\\\"Fournir un texte personnalisé ou un lien.\\\",\\\"View result counter\\\":\\\"Compteur de résultats de la vue\\\",\\\"Displays the actual position of the view result\\\":\\\"Afficher la position actuelle du résultat de la vue\\\",\\\"No user\\\":\\\"Aucun utilisateur\\\",\\\"Show teaser-style link\\\":\\\"Afficher un lien résumé\\\",\\\"Link this field to new comments\\\":\\\"Lier ce champ aux nouveaux commentaires\\\",\\\"Contact %user\\\":\\\"Contacter %user\\\",\\\"Unknown language\\\":\\\"Langue inconnue\\\",\\\"Check for new comments as well\\\":\\\"Vérifier aussi la présence de nouveaux commentaires\\\",\\\"Alternative sort\\\":\\\"Tri alternatif\\\",\\\"Alternate sort order\\\":\\\"Alterner l'ordre du tri\\\",\\\"On empty input\\\":\\\"En cas de saisie vide\\\",\\\"Show None\\\":\\\"Montrer aucun\\\",\\\"Search for either of the two terms with uppercase OR. For example, cats OR dogs.\\\":\\\"Cherche l'un ou l'autre termes avec OR en majuscule. Par exemple : chats OR chiens.\\\",\\\"Display score\\\":\\\"Afficher le score\\\",\\\"Link this field to download the file\\\":\\\"Liez ce champ pour télécharger le fichier\\\",\\\"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).\\\":\\\"La profondeur assurera la correspondance avec les nœuds étiquetés par des termes de la hiérarchie. Si, par exemple, vous avez le terme \\\\\\\"fruit\\\\\\\" et le terme enfant \\\\\\\"pomme\\\\\\\", avec une profondeur de 1 ou plus, alors un filtrage sur le terme \\\\\\\"fruit\\\\\\\" renverra des nœuds étiquetés par \\\\\\\"pomme\\\\\\\" aussi bien que par \\\\\\\"fruit\\\\\\\". Si la profondeur est négative, l'inverse est également vrai : rechercher \\\\\\\"pomme\\\\\\\" avec une profondeur de -1 (ou moins) renverra également les nœuds étiquetés par \\\\\\\"fruit\\\\\\\".\\\",\\\"No vocabulary\\\":\\\"Aucun vocabulaire\\\",\\\"Link this field to its term page\\\":\\\"Lier ce champ vers la page de terme correspondante\\\",\\\"Limit terms by vocabulary\\\":\\\"Limiter les termes par vocabulaire\\\",\\\"Select which vocabulary to show terms for in the regular options.\\\":\\\"Sélectionnez le vocabulaire pour lequel montrer les termes dans les options normales.\\\",\\\"Dropdown\\\":\\\"Liste déroulante\\\",\\\"Show hierarchy in dropdown\\\":\\\"Montrer la hiérarchie dans la liste déroulante\\\",\\\"An invalid vocabulary is selected. Please change it in the options.\\\":\\\"Un vocabulaire invalide a été sélectionné. Merci de le modifier dans les options.\\\",\\\"Select terms from vocabulary @voc\\\":\\\"Sélectionner les termes dans le vocabulaire @voc\\\",\\\"Select terms\\\":\\\"Sélectionner les termes\\\",\\\"Is the logged in user\\\":\\\"Est l'utilisateur connecté\\\",\\\"Usernames\\\":\\\"Noms d'utilisateurs\\\",\\\"Enter a comma separated list of user names.\\\":\\\"Saisissez une liste de noms d'utilisateurs séparés par des virgules.\\\",\\\"Also look for a node and use the node author\\\":\\\"Rechercher aussi un nœud et utiliser l'auteur du nœud\\\",\\\"Restrict user based on role\\\":\\\"Restreindre l'utilisateur en se basant sur le rôle\\\",\\\"If no roles are selected, users from any role will be allowed.\\\":\\\"Si aucun rôle n'est sélectionné, les utilisateurs de n'importe quel rôle seront autorisés.\\\",\\\"Unrestricted\\\":\\\"Libre\\\",\\\"No role(s) selected\\\":\\\"Pas de rôle(s) sélectionné(s)\\\",\\\"Multiple roles\\\":\\\"Rôles multiples\\\",\\\"You must select at least one role if type is \\\\\\\"by role\\\\\\\"\\\":\\\"Vous devez sélectionner au moins un rôle si le type est \\\\\\\"par rôle\\\\\\\"\\\",\\\"PHP validate code\\\":\\\"Code de validation PHP\\\",\\\"Never cache\\\":\\\"Ne jamais mettre en cache\\\",\\\"Query results\\\":\\\"Résultats de requête\\\",\\\"Rendered output\\\":\\\"Rendu de l'affichage\\\",\\\"Broken field\\\":\\\"Champ brisé\\\",\\\"Change the title that this display will use.\\\":\\\"Changer le titre que cet affichage utilisera.\\\",\\\"Use AJAX\\\":\\\"Utiliser AJAX\\\",\\\"Change whether or not this display will use AJAX.\\\":\\\"Modifier si cet affichage utilisera ou non AJAX.\\\",\\\"Change this display's pager setting.\\\":\\\"Modifier les paramètres de pagination de cet affichage.\\\",\\\"Specify whether this display will provide a \\\\\\\"more\\\\\\\" link.\\\":\\\"Spécifie si cet affichage proposera un lien \\\\\\\"plus\\\\\\\".\\\",\\\"Specify access control type for this display.\\\":\\\"Spécifiez le type de contrôle d'accès pour cet affichage.\\\",\\\"Change settings for this access type.\\\":\\\"Changer les paramètres pour ce type d'accès.\\\",\\\"Specify caching type for this display.\\\":\\\"Spécifiez le type de mise en cache pour cet affichage.\\\",\\\"Change settings for this caching type.\\\":\\\"Changer les paramètres pour ce type de mise à jour.\\\",\\\"Link display\\\":\\\"Affichage de lien\\\",\\\"Exposed form in block\\\":\\\"Formulaire exposé dans un bloc\\\",\\\"Allow the exposed form to appear in a block instead of the view.\\\":\\\"Permet au formulaire exposé d'apparaître dans un block au lieu de la vue.\\\",\\\"The title of this view\\\":\\\"le titre de cette vue\\\",\\\"This title will be displayed with the view, wherever titles are normally displayed; i.e, as the page title, block title, etc.\\\":\\\"Ce titre sera affiché avec la vue, partout où des titres sont normalement affichés (par exemple titre de page, titre de bloc, 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.\\\":\\\"À moins que vous ne rencontriez des difficultés avec la pagination associée à cette vue, vous devriez laisser cette option à 0. Si vous utilisez plusieurs paginations sur une page, vous pouvez être amené à choisir une valeur plus élevée pour ce nombre afin d'éviter tout conflit avec ?page=array. Les grandes valeurs ajouteront un grand nombre de virgules à vos URL et sont donc à éviter autant que possible.\\\",\\\"Add a more link to the bottom of the display.\\\":\\\"Ajouter un lien \\\\\\\"plus\\\\\\\" en bas de l'affichage.\\\",\\\"Create more link\\\":\\\"Créer un lien \\\\\\\"plus\\\\\\\"\\\",\\\"The text to display for the more link.\\\":\\\"Le texte à afficher pour le lien \\\\\\\"plus\\\\\\\".\\\",\\\"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.\\\":\\\"Ceci contraint la vue à ne présenter que des éléments distincts. S'il existe plusieurs éléments identiques, chacun n'apparaîtra qu'une seule fois. Vous pouvez utiliser cette option pour essayer de supprimer les doublons d'une vue, bien que cela ne fonctionne pas toujours. Notez que cela peut ralentir les requêtes, c'est donc une option à utiliser avec précautions.\\\",\\\"Access restrictions\\\":\\\"Restrictions d'accès\\\",\\\"Access options\\\":\\\"Options d'accès\\\",\\\"Caching options\\\":\\\"Options de mise en cache\\\",\\\"Display even if view has no result\\\":\\\"Afficher même si la vue n'a pas de résultat\\\",\\\"How should this view be styled\\\":\\\"Quel style appliquer à cette vue\\\",\\\"If the style you choose has settings, be sure to click the settings button that will appear next to it in the View summary.\\\":\\\"Si le style de votre choix possède des paramètres, veillez à cliquer sur le bouton de paramétrage qui apparaîtra à côté dans le résumé de la vue.\\\",\\\"Style options\\\":\\\"Options de style\\\",\\\"Row style options\\\":\\\"Options de style de ligne\\\",\\\"How should each row in this view be styled\\\":\\\"Quel style appliquer aux lignes de cette vue\\\",\\\"Which display to use for path\\\":\\\"Affichage à utiliser pour le chemin\\\",\\\"Which display to use to get this display's path for things like summary links, rss feed links, more links, etc.\\\":\\\"Quel affichage utiliser pour obtenir le chemin de cet affichage pour des éléments du type liens de résumé, liens de flux RSS, liens \\\\\\\"plus\\\\\\\", etc.\\\",\\\"Put the exposed form in a block\\\":\\\"Mettre le formulaire exposé dans un bloc\\\",\\\"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.\\\":\\\"Si défini, tous les widgets exposés n'apparaitront pas avec cette vue. A la place, un bloc sera disponible dans le système d'administration des blocs de Drupal, et les formulaire exposé apparaitra dans celui-ci. Notez que ce bloc doit être activé manuellement, Views ne l'activera pas pour vous.\\\",\\\"Display \\\\\\\"@display\\\\\\\" uses fields but there are none defined for it or all are excluded.\\\":\\\"L'affichage \\\\\\\"@display\\\\\\\" utilise des champs, mais il n'y en a pas de défini pour lui ou ils sont tous exclus.\\\",\\\"Display \\\\\\\"@display\\\\\\\" uses a path but the path is undefined.\\\":\\\"L'affichage \\\\\\\"@display\\\\\\\" utilise un chemin mais le chemin n'est pas défini.\\\",\\\"Display \\\\\\\"@display\\\\\\\" has an invalid style plugin.\\\":\\\"L'affichage \\\\\\\"@display\\\\\\\" a un plugin de style invalide.\\\",\\\"Exposed form: @view-@display_id\\\":\\\"Formulaire exposé : @view-@display_id\\\",\\\"Attachment settings\\\":\\\"Paramètres de fichiers attachés\\\",\\\"Inherit exposed filters\\\":\\\"Hériter les filtres exposés\\\",\\\"Multiple displays\\\":\\\"Affichages multiples\\\",\\\"Should this display inherit its exposed filter values from the parent display to which it is attached?\\\":\\\"Cet affichage doit-il hériter des valeurs des filtres exposés provenant de l'affichage parent auquel il est attaché ?\\\",\\\"Attach before or after the parent display?\\\":\\\"Attacher avant ou après l'affichage parent ?\\\",\\\"Select which display or displays this should attach to.\\\":\\\"Sélectionnez à quel(s) affichage(s) ceci doit s'attacher.\\\",\\\"@view: @display\\\":\\\"@view : @display\\\",\\\"Block admin description\\\":\\\"Description pour l'administration des blocs\\\",\\\"Using the site name\\\":\\\"Utilise le nom du site\\\",\\\"Use the site name for the title\\\":\\\"Utiliser le nom du site comme titre\\\",\\\"The feed icon will be available only to the selected displays.\\\":\\\"L'icône du flux ne sera disponible que pour les affichages sélectionnés.\\\",\\\"No menu\\\":\\\"Pas de menu\\\",\\\"Normal: @title\\\":\\\"Normal : @title\\\",\\\"Tab: @title\\\":\\\"Onglet : @title\\\",\\\"Change settings for the parent menu\\\":\\\"Changer les paramètres pour le menu parent\\\",\\\"The menu path or URL of this view\\\":\\\"Le chemin ou l'URL de menu pour cette vue\\\",\\\"Menu item entry\\\":\\\"Entrée d'élément de menu\\\",\\\"No menu entry\\\":\\\"Aucune entrée de menu\\\",\\\"Normal menu entry\\\":\\\"Entrée de menu normale\\\",\\\"Menu tab\\\":\\\"Onglet de menu\\\",\\\"Default menu tab\\\":\\\"Onglet de menu par défaut\\\",\\\"Default tab options\\\":\\\"Options d'onglet par défaut\\\",\\\"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 foo/bar/baz, the parent path would be foo/bar.\\\":\\\"Lorsque l'on fournit un élément de menu en tant qu'onglet, Drupal a besoin de savoir quel sera l'élément de menu parent de cet onglet. Parfois le parent existe déjà, mais vous pouvez également être amené à en créer un. Le chemin d'un élément parent sera toujours le même chemin, dont la dernière partie est supprimée. Par exemple, si le chemin vers cette vue est foo/bar/baz, le chemin parent sera alors foo/bar.\\\",\\\"Already exists\\\":\\\"Existe déjà\\\",\\\"If creating a parent menu item, enter the title of the item.\\\":\\\"Si vous créez un élément de menu parent, saisissez le titre de l'élément.\\\",\\\"If creating a parent menu item, enter the description of the item.\\\":\\\"Si création d'un élément de menu parent, entrez la description de l'élément.\\\",\\\"\\\\\\\"%\\\\\\\" may not be used for the first segment of a path.\\\":\\\"\\\\\\\"%\\\\\\\" ne peut pas être utilisé comme premier segment d'un chemin.\\\",\\\"Views cannot create normal menu items for paths with a % in them.\\\":\\\"Views ne peut pas créer d'élément de menu normal pour les chemins comportant un %.\\\",\\\"A display whose path ends with a % cannot be a tab.\\\":\\\"Un affichage dont le chemin se termine par un % ne peut être un onglet.\\\",\\\"Title is required for this menu type.\\\":\\\"Le titre est obligatoire pour ce type de menu.\\\",\\\"Inline fields\\\":\\\"Champs en ligne\\\",\\\"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.\\\":\\\"Le séparateur peut être placé entre les champs en ligne pour éviter qu'ils ne s'entassent les uns sur les autres. Vous pouvez utiliser du HTML pour ce champ.\\\",\\\"You may optionally specify a field by which to group the records. Leave blank to not group.\\\":\\\"Vous pouvez spécifier un champ en option par lequel grouper les résultats. Laisser vide pour ne pas grouper.\\\",\\\"Style @style requires a row style but the row plugin is invalid.\\\":\\\"Le style @style nécessite un style de ligne mais le plugin de ligne est invalide.\\\",\\\"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.\\\":\\\"L'alignement horizontal place les éléments depuis le coin supérieur gauche et en allant vers la droite. L'alignement vertical positionne les éléments depuis le coin supérieur gauche et en allant vers le bas.\\\",\\\"RSS description\\\":\\\"Description RSS\\\",\\\"This will appear in the RSS feed itself.\\\":\\\"Ceci apparaîtra dans le flux RSS lui-même.\\\",\\\"Display record count with link\\\":\\\"Afficher le décompte d'enregistrements avec lien\\\",\\\"Override number of items to display\\\":\\\"Supplanter le nombre d'éléments à afficher\\\",\\\"Display items inline\\\":\\\"Afficher les éléments en ligne\\\",\\\"You need at least one field before you can configure your table settings\\\":\\\"Vous avez besoin d'au moins un champ avant de pouvoir configurer vos paramètres de tableau\\\",\\\"Override normal sorting if click sorting is used\\\":\\\"Supplanter le tri normal si le tri par clic est utilisé\\\",\\\"Enable Drupal style \\\\\\\"sticky\\\\\\\" table headers (Javascript)\\\":\\\"Activer les entêtes de tableau \\\\\\\"collants\\\\\\\" de Drupal (JavaScript)\\\",\\\"(Sticky header effects will not be active for preview below, only on live output.)\\\":\\\"(Les effets d'entêtes collants ne seront pas actifs pour la prévisualisation ci-dessous, uniquement pour une sortie réelle).\\\",\\\"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.\\\":\\\"Placez les champ dans les colonnes ; vous pouvez combiner plusieurs champs dans la même colonne. Dans ce cas, le séparateur de la colonne spécifiée sera utilisé pour séparer les champs. Cochez la case Classable pour rendre cette colonne classable par clic et, le cas échéant, cochez le bouton radio de tri par défaut pour déterminer la colonne de tri par défaut. Vous pouvez contrôler l'ordre des colonnes et les étiquettes des champs dans la section Champs.\\\",\\\"Parent link ID\\\":\\\"ID du lien parent\\\",\\\"Administration menu\\\":\\\"Menu d'administration\\\",\\\"Language settings\\\":\\\"Paramètres de langue\\\",\\\"Attempting to re-run cron while it is already running.\\\":\\\"Tentative de relance du planificateur de tâche (Cron) alors qu'il fonctionne déjà.\\\",\\\"Cron run completed.\\\":\\\"Exécution du planificateur de tâche (Cron) réussie.\\\",\\\"Visitors\\\":\\\"Visiteurs\\\",\\\"Module dependencies\\\":\\\"Dépendances du module\\\",\\\"Update translations\\\":\\\"Mettre à jour les traductions\\\",\\\"A boolean indicating whether this translation needs to be updated.\\\":\\\"Un booléen indiquant si cette traduction nécessite d'être mise à jour.\\\",\\\"Publishing status\\\":\\\"Statut de publication\\\",\\\"Language name\\\":\\\"Nom de la langue\\\",\\\"Edit language\\\":\\\"Modifier la langue\\\",\\\"External links only\\\":\\\"Liens externes seulement\\\",\\\"Filter criteria\\\":\\\"Critères de filtrage\\\",\\\"The content type %name has been updated.\\\":\\\"Le type de contenu %name a été mis à jour.\\\",\\\"The content type %name has been added.\\\":\\\"Le type de contenu %name a été ajouté.\\\",\\\"Contact form\\\":\\\"Formulaire de contact\\\",\\\"Changes made in this table will not be saved until the form is submitted.\\\":\\\"Les changements effectués dans ce tableau ne seront pris en compte que lorsque la configuration aura été enregistrée.\\\",\\\"Block Content\\\":\\\"Contenu du bloc\\\",\\\"Blue Lagoon (default)\\\":\\\"Bleu lagon (par défaut)\\\",\\\"The requested page could not be found.\\\":\\\"La page demandée n'a pas pu être trouvée.\\\",\\\"Standard deviation\\\":\\\"Déviation standard\\\",\\\"The user account %id does not exist.\\\":\\\"Le compte utilisateur %id n'existe pas.\\\",\\\"Attempted to cancel non-existing user account: %id.\\\":\\\"Essaie d'annuler un compte utilisateur inexistant: %id.\\\",\\\"Requirements problem\\\":\\\"Pré-requis non satisfaits\\\",\\\"Database configuration\\\":\\\"Configuration de la base de données\\\",\\\"Select an installation profile\\\":\\\"Choisir un profil d'installation\\\",\\\"Choose language\\\":\\\"Choisir une langue\\\",\\\"Select language\\\":\\\"Choisissez une langue\\\",\\\"No profiles available\\\":\\\"Aucun profil d'installation n'est disponible\\\",\\\"Drupal already installed\\\":\\\"Drupal est déjà installé\\\",\\\"Installing @drupal\\\":\\\"Installation de @drupal\\\",\\\"The installation has encountered an error.\\\":\\\"Une erreur s'est produite durant l'installation.\\\",\\\"Configure site\\\":\\\"Configurer le site\\\",\\\"Installed %module module.\\\":\\\"Le module %module a été installé.\\\",\\\"Choose profile\\\":\\\"Choisir un profil\\\",\\\"Verify requirements\\\":\\\"Vérification des pré-requis\\\",\\\"Set up database\\\":\\\"Installation de la base de données\\\",\\\"Set up translations\\\":\\\"Installation des traductions\\\",\\\"Install site\\\":\\\"Installer le site\\\",\\\"Finish translations\\\":\\\"Finalisation des traductions\\\",\\\"By default, dates in this site will be displayed in the chosen time zone.\\\":\\\"Par défaut, les dates et les heures sur ce site seront affichées selon ce fuseau horaire.\\\",\\\"Update notifications\\\":\\\"Notification des mises à jour\\\",\\\"Check for updates automatically\\\":\\\"Vérifier automatiquement les mises à jour\\\",\\\"1 byte\\\\u0003@count bytes\\\":\\\"@count octet\\\\u0003@count octets\\\",\\\"Illegal choice %choice in %name element.\\\":\\\"Choix « %choice » interdit dans l'élément « %name ».\\\",\\\"GD2 image manipulation toolkit\\\":\\\"Boîte à outils de traitement d'image GD2\\\",\\\"Define the image quality for JPEG manipulations. Ranges from 0 to 100. Higher values mean better image quality but bigger files.\\\":\\\"Définir la qualité d'image pour les conversions en JPEG, sur une échelle de 0 à 100. Une valeur élevée signifie une image de meilleure qualité mais un fichier de taille plus importante.\\\",\\\"Right to left\\\":\\\"De droite à gauche\\\",\\\"Left to right\\\":\\\"De gauche à droite\\\",\\\"Add custom language\\\":\\\"Ajouter une langue personnalisée\\\",\\\"Save language\\\":\\\"Enregistrer la langue\\\",\\\"Direction that text in this language is presented.\\\":\\\"Direction d'écriture du texte.\\\",\\\"String contains\\\":\\\"La chaîne contient\\\",\\\"Leave blank to show all strings. The search is case sensitive.\\\":\\\"Laisser vide pour afficher tous les termes. La recherche est sensible à la casse.\\\",\\\"Search in\\\":\\\"Rechercher dans\\\",\\\"Both translated and untranslated strings\\\":\\\"A la fois les chaînes traduites et celles qui ne le sont pas\\\",\\\"Only translated strings\\\":\\\"Seulement les termes traduits\\\",\\\"Only untranslated strings\\\":\\\"Seulement les termes non traduits\\\",\\\"Languages not yet added\\\":\\\"Langues non encore installées\\\",\\\"The language %language has been created.\\\":\\\"La langue %language a été créée.\\\",\\\"The submitted string contains disallowed HTML: %string\\\":\\\"La chaîne soumise contient des balises HTML invalides : %string\\\",\\\"Importing interface translations\\\":\\\"Importation de traductions de l'interface utilisateur\\\",\\\"Error importing interface translations\\\":\\\"Erreur à l'importation des traductions de l'interface\\\",\\\"Attempted submission of a translation string with disallowed HTML: %string\\\":\\\"Tentative de soumission d'une traduction contenant des balises HTML invalides : %string\\\",\\\"Updated JavaScript translation file for the language %language.\\\":\\\"Mise à jour du fichier de traduction Javascript de la langue %language.\\\",\\\"Created JavaScript translation file for the language %language.\\\":\\\"Création du fichier de traduction Javascript de la langue %language.\\\",\\\"An error occurred during creation of the JavaScript translation file for the language %language.\\\":\\\"Une erreur s'est produite lors de la création du fichier de traduction JavaScript de la langue %language.\\\",\\\"PHP Mbstring Extension\\\":\\\"Extension PHP mbstring\\\",\\\"Unicode library\\\":\\\"Bibliothèque Unicode\\\",\\\"Could not convert XML encoding %s to UTF-8.\\\":\\\"Impossible de convertir l'encodage XML %s en UTF-8.\\\",\\\"The name of the feed (or the name of the website providing the feed).\\\":\\\"Le nom du flux (ou le nom du site web fournissant le flux).\\\",\\\"Add a feed in RSS, RDF or Atom format. A feed may only have one entry.\\\":\\\"Ajouter un flux au format RSS, RDF ou Atom. Un flux ne peut avoir qu'une seule entrée.\\\",\\\"Update items\\\":\\\"Mettre à jour les articles\\\",\\\"The block %info was assigned to the invalid region %region and has been disabled.\\\":\\\"Le bloc %info était assigné à la région invalide %region et a été désactivé.\\\",\\\"The content type for the %add-child link must be one of those selected as an allowed book outline type.\\\":\\\"Le type de contenu pour le lien %add-child doit être un de ceux sélectionnés en tant que type de plan de livre autorisé.\\\",\\\"Save book pages\\\":\\\"Enregistrer les pages du livre\\\",\\\"This book has been modified by another user, the changes could not be saved.\\\":\\\"Ce livre a été modifié par un autre utilisateur, les changements ne peuvent pas être enregistrés.\\\",\\\"Title changed from %original to %current.\\\":\\\"Le titre a été modifié de %original en %current.\\\",\\\"Updated book %title.\\\":\\\"Livre %title mis à jour.\\\",\\\"book: updated %title.\\\":\\\"livre : %title mis à jour.\\\",\\\"Update book outline\\\":\\\"Mettre à jour la structure du livre\\\",\\\"Remove from book outline\\\":\\\"Retirer de la structure du livre\\\",\\\"No changes were made\\\":\\\"Aucun changement n'a été effectué\\\",\\\"The post has been added to the selected book. You may now position it relative to other pages.\\\":\\\"La contribution a été ajoutée au livre sélectionné. Vous pouvez désormais la placer par rapport aux autres pages.\\\",\\\"The book outline has been updated.\\\":\\\"La structure du livre a été mise à jour.\\\",\\\"There was an error adding the post to the book.\\\":\\\"Une erreur est survenue lors de l'ajout de la contribution au livre.\\\",\\\"%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 dispose de pages associées, lesquelles vont être déplacées automatiquement afin de maintenir leurs relations au livre. Pour recréer la hiérarchie (telle qu'elle était avant de supprimer cette page), %title peut être réintroduit en utilisant l'onglet Plan, chacune de ces pages enfants devront être déplacées manuellement.\\\",\\\"%title may be added to hierarchy again using the Outline tab.\\\":\\\"%title peut être réintroduit dans la hiérarchie en utilisant l'onglet Structure.\\\",\\\"Are you sure you want to remove %title from the book hierarchy?\\\":\\\"Êtes-vous sûr(e) de vouloir retirer %title de la hiérarchie du livre ?\\\",\\\"The post has been removed from the book.\\\":\\\"La contribution a été retirée du livre.\\\",\\\"Show a printer-friendly version of this book page and its sub-pages.\\\":\\\"Affiche une version imprimable de cette page de livre et de ses sous-pages.\\\",\\\"Show block on all pages\\\":\\\"Afficher le bloc sur toutes les pages\\\",\\\"Show block only on book pages\\\":\\\"Afficher le bloc seulement sur les pages de livre\\\",\\\"If Show block on all pages is selected, the block will contain the automatically generated menus for all of the site's books. If Show block only on book pages 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 Page specific visibility settings or other visibility settings can be used in addition to selectively display this block.\\\":\\\"Si Montrer le bloc sur toutes les pages est sélectionné, le bloc contiendra le menu généré automatiquement pour tous les livres du site. Si Montrer le bloc seulement sur les pages de livre est sélectionné, le bloc contiendra seulement le menu correspondant aux pages du livre courant. Dans ce cas, si la page courante n'est pas dans un libre, aucun bloc ne sera affiché. Les Paramètres spécifiques de visibilité de livre et autres paramètres de visibilité peuvent être utilisés en complément pour afficher sélectivement ce bloc.\\\",\\\"This is the top-level page in this book.\\\":\\\"Ceci est la préface (niveau supérieur) du livre.\\\",\\\"No book selected.\\\":\\\"Aucun livre sélectionné.\\\",\\\"%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 fait partie de la structure du livre et dispose de pages enfants. Si vous procédez à sa suppression, les pages enfants seront déplacées automatiquement.\\\",\\\"Re-order book pages and change titles\\\":\\\"Réordonner les pages de livre et changer les titres\\\",\\\"Book page\\\":\\\"Page de livre\\\",\\\"Delete the selected comments\\\":\\\"Supprimer les commentaires sélectionnés\\\",\\\"Allows users to comment on and discuss published content.\\\":\\\"Permet aux utilisateurs de commenter et de discuter le contenu publié.\\\",\\\"Example: 'website feedback' or 'product information'.\\\":\\\"Exemple : « votre avis sur le site » ou « information sur les produits ».\\\",\\\"Enables the use of both personal and site-wide contact forms.\\\":\\\"Permet l'utilisation de formulaires de contact à la fois pour l'ensemble du site et pour chaque utilisateur.\\\",\\\"View events that have recently been logged.\\\":\\\"Voir les événements qui ont été enregistrés récemment.\\\",\\\"Top 'page not found' errors\\\":\\\"Principales erreurs de type « page non trouvée »\\\",\\\"View 'page not found' errors (404s).\\\":\\\"Voir les erreurs « page non trouvée » (404).\\\",\\\"Top 'access denied' errors\\\":\\\"Principales erreurs de type « accès refusé »\\\",\\\"View 'access denied' errors (403s).\\\":\\\"Voir les erreurs « accès refusé » (403).\\\",\\\"Logs and records system events to the database.\\\":\\\"Consigne les événements systèmes dans la base de données.\\\",\\\"No roles may use this format\\\":\\\"Aucun rôle ne peut utiliser ce format\\\",\\\"Allowed HTML tags: @tags\\\":\\\"Balises HTML autorisées : @tags\\\",\\\"Anchors are used to make links to other pages.\\\":\\\"Les ancres sont utilisées pour établir des liens vers d'autres 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\\\":\\\"Les balises de saut de ligne sont automatiquement ajoutées par défaut, utilisez ceci pour en ajouter d'autres. L'usage de cette balise est différent car elle n'est pas utilisée avec une paire ouvrante/fermante comme les autres. Utilisez le \\\\\\\" /\\\\\\\" supplémentaire dans la balise pour conserver la compatibilité XHTML 1.0\\\",\\\"Text with
line break\\\":\\\"Texte avec
saut de ligne\\\",\\\"By default paragraph tags are automatically added, so use this tag to add additional ones.\\\":\\\"Les balises de paragraphe sont ajoutées par défaut. Utilisez celle-ci pour en ajouter.\\\",\\\"Paragraph one.\\\":\\\"Paragraphe un.\\\",\\\"Paragraph two.\\\":\\\"Paragraphe deux.\\\",\\\"Strong\\\":\\\"Fort\\\",\\\"Emphasized\\\":\\\"Accentué\\\",\\\"Cited\\\":\\\"Citation\\\",\\\"Coded text used to show programming source code\\\":\\\"Text codé pour afficher du code de programmation\\\",\\\"Coded\\\":\\\"Codé\\\",\\\"Bolded\\\":\\\"Gras\\\",\\\"Italicized\\\":\\\"Italique\\\",\\\"Superscripted\\\":\\\"Exposant\\\",\\\"Superscripted\\\":\\\"Exposant\\\",\\\"Subscripted\\\":\\\"Indice\\\",\\\"Subscripted\\\":\\\"Indice\\\",\\\"Abbrev.\\\":\\\"Abrév.\\\",\\\"TLA\\\":\\\"ATL\\\",\\\"Block quoted\\\":\\\"Citation longue\\\",\\\"Quoted inline\\\":\\\"Citation simple\\\",\\\"Table header\\\":\\\"En-tête de tableau\\\",\\\"Table cell\\\":\\\"Cellule de tableau\\\",\\\"Ordered list - use the <li> to begin each list item\\\":\\\"Liste ordonnée - utilisez <li> pour débuter chaque élément de la liste\\\",\\\"Second item\\\":\\\"Second élément\\\",\\\"Unordered list - use the <li> to begin each list item\\\":\\\"Liste non ordonnée - utilisez <li> pour débuter chaque élément de la liste\\\",\\\"Definition lists are similar to other HTML lists. <dl> begins the definition list, <dt> begins the definition term and <dd> begins the definition description.\\\":\\\"Les listes de définition sont similaires aux autres listes HTML. <dl> délimite la liste de définitions, <dt> délimite le terme à définir <dd> délimite la définition proprement dite.\\\",\\\"First term\\\":\\\"Premier terme\\\",\\\"First definition\\\":\\\"Première définition\\\",\\\"Second term\\\":\\\"Second terme\\\",\\\"Second definition\\\":\\\"Seconde définition\\\",\\\"Subtitle three\\\":\\\"Sous-titre trois\\\",\\\"Subtitle four\\\":\\\"Sous-titre quatre\\\",\\\"Subtitle five\\\":\\\"Sous-titre cinq\\\",\\\"Subtitle six\\\":\\\"Sous-titre six\\\",\\\"Tag Description\\\":\\\"Description de la balise\\\",\\\"You Type\\\":\\\"Vous saisissez\\\",\\\"You Get\\\":\\\"Vous obtenez\\\",\\\"No help provided for tag %tag.\\\":\\\"Aucune aide n'est fournie pour la balise %tag.\\\",\\\"Quotation mark\\\":\\\"Marque de citation\\\",\\\"Character Description\\\":\\\"Description du caractère\\\",\\\"Lines and paragraphs break automatically.\\\":\\\"Les lignes et les paragraphes vont à la ligne automatiquement.\\\",\\\"Compose tips\\\":\\\"Astuces de rédaction\\\",\\\"Short but meaningful name for this collection of threaded discussions.\\\":\\\"Nom court (mais significatif) pour cette collection de fils de discussion.\\\",\\\"Description and guidelines for discussions within this forum.\\\":\\\"Description et instructions pour les discussions à l'intérieur de ce forum.\\\",\\\"Short but meaningful name for this collection of related forums.\\\":\\\"Nom court (mais significatif) pour cette collection de forums liés.\\\",\\\"Default number of forum topics displayed per page.\\\":\\\"Nombre de sujets affichés par défaut sur chaque page.\\\",\\\"Default display order for topics.\\\":\\\"Ordre d'affichage par défaut des sujets de discussion.\\\",\\\"Containers are usually placed at the top (root) level, but may also be placed inside another container or forum.\\\":\\\"Les conteneurs sont généralement placés au niveau le plus haut (la racine) de votre forum, mais peuvent également être placés à l'intérieur d'un autre conteneur ou forum.\\\",\\\"Forums may be placed at the top (root) level, or inside another container or forum.\\\":\\\"Les forums peuvent être placés au niveau le plus haut (racine), ou à l'intérieur d'un autre conteneur ou forum.\\\",\\\"Forum topic\\\":\\\"Sujet de discussion\\\",\\\"You are not allowed to post new content in the forum.\\\":\\\"Vous n'êtes pas autorisé à créer du contenu dans le forum.\\\",\\\"Manages the display of online help.\\\":\\\"Gère l'affichage de l'aide en ligne.\\\",\\\"This page exports the translated strings used by your site. An export file may be in Gettext Portable Object (.po) form, which includes both the original string and the translation (used to share translations with others), or in Gettext Portable Object Template (.pot) form, which includes the original strings only (used to create new translations with a Gettext translation editor).\\\":\\\"Cette page permet d'exporter les traductions des chaînes utilisées sur votre site. Un fichier exporté peut être au format Gettext Portable Object (.po), qui inclut à la fois les chaînes originales et les traductions (il est utilisé pour partager les traductions avec autrui), ou au format Gettext Portable Template (.pot), qui inclut les chaînes originales seulement (et permet de créer de nouvelles traductions avec l'aide d'un éditeur de traduction).\\\",\\\"Submission form settings\\\":\\\"Paramètres du formulaire de contribution\\\",\\\"The machine-readable name must contain only lowercase letters, numbers, and underscores.\\\":\\\"Le nom système ne doit contenir que des lettres, des chiffres et des tirets bas.\\\",\\\"Added content type %name.\\\":\\\"Type de contenu  %name ajouté.\\\",\\\"Changed the content type of 1 post from %old-type to %type.\\\\u0003Changed the content type of @count posts from %old-type to %type.\\\":\\\"Le type de contenu d'une publication a été changé de '%old-type' vers '%type'.\\\\u0003Le type de contenu de @count publications a été changé de '%old-type' vers '%type'.\\\",\\\"Are you sure you want to rebuild the permissions on site content?\\\":\\\"Êtes vous sûrs de vouloir reconstruire les permissions du contenu du site ?\\\",\\\"This action rebuilds all permissions on site content, and may be a lengthy process. This action cannot be undone.\\\":\\\"Cette action va reconstruire toutes les permissions sur le contenu du site, et peut prendre du temps. Cette action ne peut pas être annulée.\\\",\\\"language\\\":\\\"langue\\\",\\\"An error occurred and processing did not complete.\\\":\\\"Une erreur s'est produite et le traitement ne s'est pas terminé.\\\",\\\"Copy of the revision from %date.\\\":\\\"Copie de la révision du %date.\\\",\\\"Revision from %revision-date of @type %title has been deleted.\\\":\\\"La version datée du %revision-date du contenu '%title', de type '@type', a été supprimée.\\\",\\\"@type: reverted %title revision %revision.\\\":\\\"@type : la révision %revision de %title a été rétablie.\\\",\\\"The content access permissions need to be rebuilt.\\\":\\\"Les permissions d'accès au contenu doivent être reconstruites.\\\",\\\"Rebuilding content access permissions\\\":\\\"Reconstruire les permissions d'accès au contenu\\\",\\\"Content permissions have been rebuilt.\\\":\\\"Les permissions d'accès au contenu ont été reconstruites.\\\",\\\"The content access permissions have not been properly rebuilt.\\\":\\\"Les permission d'accès au contenu n'ont pas pu être reconstruites correctement.\\\",\\\"Revert to earlier revision\\\":\\\"Rétablir une version antérieure\\\",\\\"Delete earlier revision\\\":\\\"Supprimer une version antérieure\\\",\\\"Allows content to be submitted to the site and displayed on pages.\\\":\\\"Permet de soumettre du contenu au site et de l'afficher sur les pages.\\\",\\\"The alias %alias is already in use in this language.\\\":\\\"L'alias %alias est déjà utilisé dans ce langage.\\\",\\\"The alias has been saved.\\\":\\\"L'alias a été enregistré.\\\",\\\"Are you sure you want to delete path alias %title?\\\":\\\"Êtes-vous sûr(e) de vouloir supprimer l'alias %title ?\\\",\\\"Filter aliases\\\":\\\"Filtrer les alias\\\",\\\"Enter the path you wish to create the alias for, followed by the name of the new alias.\\\":\\\"Saisissez le chemin pour lequel vous souhaitez créer un alias, suivi du nom du nouvel alias.\\\",\\\"URL aliases\\\":\\\"Alias d'URL\\\",\\\"Edit alias\\\":\\\"Modifier l'alias\\\",\\\"Delete alias\\\":\\\"Supprimer l'alias\\\",\\\"Add alias\\\":\\\"Ajouter un alias\\\",\\\"Allows users to rename URLs.\\\":\\\"Permet aux utilisateurs de renommer les url.\\\",\\\"Indexing throttle\\\":\\\"Seuil d'indexation\\\",\\\"Number of items to index per cron run\\\":\\\"Nombre d'éléments à indexer par tâche cron\\\",\\\"Indexing settings\\\":\\\"Paramètres d'indexation\\\",\\\"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.\\\":\\\"Appliquer ou non un indicateur simple Chinois/Japonais/Coréen basé sur des séquences imbriquées. Désactivez cette option si vous voulez utiliser un préprocesseur externe pour faire cela. Cela n'affecte pas les autres langues.\\\",\\\"Search form\\\":\\\"Formulaire de recherche\\\",\\\"Top search phrases\\\":\\\"Phrases les plus recherchées\\\",\\\"View most popular search phrases.\\\":\\\"Voir les phrases les plus recherchées.\\\",\\\"Enables site-wide keyword searching.\\\":\\\"Permet la recherche par mots-clés dans l'ensemble du site.\\\",\\\"Content viewing counter settings\\\":\\\"Paramètres du compteur de visualisation de contenu\\\",\\\"Count content views\\\":\\\"Compter le nombre d'affichage des contenus\\\",\\\"Increment a counter each time content is viewed.\\\":\\\"Incrémenter un compteur à chaque fois qu'un contenu est visualisé.\\\",\\\"Popular content\\\":\\\"Contenu populaire\\\",\\\"How many content items to display in \\\\\\\"all time\\\\\\\" list.\\\":\\\"Nombre d'éléments de contenu afficher dans la liste « depuis toujours ».\\\",\\\"How many content items to display in \\\\\\\"recently viewed\\\\\\\" list.\\\":\\\"Nombre d'éléments de contenu afficher dans la liste « vu récemment ».\\\",\\\"Today's:\\\":\\\"Aujourd'hui :\\\",\\\"All time:\\\":\\\"Depuis toujours :\\\",\\\"Last viewed:\\\":\\\"Dernier accès :\\\",\\\"Logs and records system events to syslog.\\\":\\\"Journalise et enregistre les évènements système dans le syslog.\\\",\\\"User pictures in posts\\\":\\\"Portrait des utilisateurs dans les contributions\\\",\\\"User pictures in comments\\\":\\\"Portrait des utilisateurs dans les commentaires\\\",\\\"Shortcut icon\\\":\\\"Icône de raccourci\\\",\\\"Upload logo image\\\":\\\"Envoyer le logo\\\",\\\"Shortcut icon settings\\\":\\\"Paramètres de l'icône de raccourci\\\",\\\"If you don't have direct file access to the server, use this field to upload your shortcut icon.\\\":\\\"Si vous n'avez pas un accès direct au serveur, utilisez ce champ pour transférer votre icône de raccourci.\\\",\\\"@module (missing)\\\":\\\"@module (manquant)\\\",\\\"The following modules will be completely uninstalled from your site, and all data from these modules will be lost!\\\":\\\"Les modules suivants vont être complètement désinstallés de votre site, et toutes les données de ces modules seront perdues !\\\",\\\"Confirm uninstall\\\":\\\"Confirmer la désinstallation\\\",\\\"Would you like to continue with uninstalling the above?\\\":\\\"Voulez-vous procéder à la désinstallation des éléments ci-dessus ?\\\",\\\"No modules selected.\\\":\\\"Aucun module sélectionné.\\\",\\\"The selected modules have been uninstalled.\\\":\\\"Les modules sélectionnés ont été désinstallés.\\\",\\\"Default 403 (access denied) page\\\":\\\"Page 403 par défaut (accès refusé)\\\",\\\"Default 404 (not found) page\\\":\\\"Page 404 par défaut (page non trouvée)\\\",\\\"Caches cleared.\\\":\\\"Les caches ont été vidés.\\\",\\\"Select an image processing toolkit\\\":\\\"Sélectionnez une boîte à outils de traitement d'image\\\",\\\"Number of items in each feed\\\":\\\"Nombre d'éléments dans chaque flux\\\",\\\"Default number of items to include in each feed.\\\":\\\"Le nombre d'éléments par défaut à inclure dans chaque flux.\\\",\\\"Feed content\\\":\\\"Contenu du flux\\\",\\\"Titles plus teaser\\\":\\\"Titres et accroches\\\",\\\"Global setting for the default display of content items in each feed.\\\":\\\"Paramètres globaux pour l'affichage, par défaut, du contenu de chaque flux.\\\",\\\"Formatting\\\":\\\"Formats\\\",\\\"Cron run failed.\\\":\\\"La tâche planifiée (cron) a échoué.\\\",\\\"No modules are available to uninstall.\\\":\\\"Aucun module ne peut être désinstallé.\\\",\\\"This page shows you all available administration tasks for each module.\\\":\\\"Cette page liste les tâches d'administration disponibles pour chaque module.\\\",\\\"The Powered by Drupal 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.\\\":\\\"Le bloc Powered by Drupal est un lien optionnel vers la page d'accueil du projet Drupal. Même s'il n'est absolument pas obligatoire d'afficher ce lien, cela reste un moyen de promouvoir Drupal.\\\",\\\"Powered by Drupal\\\":\\\"Propulsé par Drupal\\\",\\\"Could not delete temporary file \\\\\\\"%path\\\\\\\" during garbage collection\\\":\\\"Impossible de supprimer le fichier temporaire \\\\\\\"%path\\\\\\\" pendant l'opération de nettoyage\\\",\\\"Compact mode\\\":\\\"Mode compact\\\",\\\"Image toolkit\\\":\\\"Boîte à outils image\\\",\\\"Choose which image toolkit to use if you have installed optional toolkits.\\\":\\\"Choisir quelle boîte à outils image utiliser si vous avez installé des boîtes à outils optionnelles.\\\",\\\"RSS publishing\\\":\\\"Publication RSS\\\",\\\"Date and time\\\":\\\"Date et heure\\\",\\\"-1 (Unlimited)\\\":\\\"-1 (infini)\\\",\\\"Your PHP installation is too old. Drupal requires at least PHP %version.\\\":\\\"Votre version de PHP est trop ancienne. Drupal nécessite au moins la version %version de PHP.\\\",\\\"PHP memory limit\\\":\\\"Plafond mémoire de PHP\\\",\\\"Consider increasing your PHP memory limit to %memory_minimum_limit to help prevent errors in the installation process.\\\":\\\"Envisagez d'augmenter le plafond mémoire de PHP à %memory_minimum_limit pour éviter les erreurs durant le processus d'installation.\\\",\\\"Consider increasing your PHP memory limit to %memory_minimum_limit to help prevent errors in the update process.\\\":\\\"Envisagez d'augmenter le plafond mémoire de PHP à %memory_minimum_limit pour éviter les erreurs durant le processus d'installation.\\\",\\\"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.\\\":\\\"En fonction de votre configuration, Drupal peut fonctionner avec un plafond mémoire de PHP de %memory_limit. Un plafond de %memory_minimum_limit ou supérieur est néanmoins recommandé, en particulier si votre site utiliser des modules additionnels.\\\",\\\"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).\\\":\\\"Augmentez le plafond mémoire de PHP en éditant le paramètre memory_limit dans le fichier de configuration %configuration-file et redémarrez votre serveur web (ou contactez votre administrateur système ou votre fournisseur d'hébergement pour cela).\\\",\\\"Contact your system administrator or hosting provider for assistance with increasing your PHP memory limit.\\\":\\\"Contactez votre administrateur système ou votre fournisseur d'hébergement pour augmenter le plafond mémoire de PHP.\\\",\\\"Not protected\\\":\\\"Non protégé.\\\",\\\"The file %file is not protected from modifications and poses a security risk. You must change the file's permissions to be non-writable.\\\":\\\"Le fichier %file n'est pas protégé en écriture et cela pose un problème de sécurité. Vous devez changer les permissions du fichier pour qu'il ne soit pas accessible en écriture.\\\",\\\"Cron has not run recently.\\\":\\\"Cron n'a pas été lancé récemment.\\\",\\\"Cron maintenance tasks\\\":\\\"Tâches planifiées (cron) de maintenance\\\",\\\"The directory %directory is not writable.\\\":\\\"Le répertoire %directory n'est pas accessible en écriture.\\\",\\\"Writable (public download method)\\\":\\\"Inscriptible (méthode de téléchargement publique)\\\",\\\"Writable (private download method)\\\":\\\"Inscriptible (méthode de téléchargement privée)\\\",\\\"Access to update.php\\\":\\\"Accès à update.php\\\",\\\"Handles general site configuration for administrators.\\\":\\\"Permet aux administrateurs de modifier la configuration générale du site.\\\",\\\"Reset to alphabetical\\\":\\\"Rétablir l'ordre alphabétique\\\",\\\"Terms are displayed in ascending order by weight.\\\":\\\"Les termes sont affichés par ordre croissant de poids.\\\",\\\"Weight value must be numeric.\\\":\\\"Le poids doit être numérique.\\\",\\\"Are you sure you want to reset the vocabulary %title to alphabetical order?\\\":\\\"Êtes-vous sûr de vouloir rétablir l'ordre alphabétique du vocabulaire %title ?\\\",\\\"Resetting a vocabulary will discard all custom ordering and sort items alphabetically.\\\":\\\"La réinitialisation d'un vocabulaire annulera l'ordre personnalisé et organisera les éléments par ordre alphabétique.\\\",\\\"Reset vocabulary %name to alphabetical order.\\\":\\\"Réinitialiser le vocabulaire '%name' par ordre alphabétique.\\\",\\\"Translation settings\\\":\\\"Paramètres de traduction\\\",\\\"This translation needs to be updated\\\":\\\"Cette traduction doit être mise à jour\\\",\\\"Unknown release date\\\":\\\"Date de publication inconnue\\\",\\\"Last checked: @time ago\\\":\\\"Dernière vérification : il y a @time\\\",\\\"Last checked: never\\\":\\\"Dernière vérification : jamais\\\",\\\"Includes: %includes\\\":\\\"Contient : %includes\\\",\\\"Select how frequently you want to automatically check for new releases of your currently installed modules and themes.\\\":\\\"Sélectionnez la fréquence de vérification des mises a jour des modules et thèmes actuellement installés sur votre site.\\\",\\\"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.\\\":\\\"Ici vous pourrez trouver de l'information à propos des mises à jour disponibles pour vos modules et thèmes installés. Veuillez noter que chaque module ou thème fait partie d'un \\\\\\\"projet\\\\\\\", lequel peut ou non avoir le même nom et peut inclure plusieurs modules ou thèmes.\\\",\\\"Module and theme update status\\\":\\\"Statut de mise à jour des modules et des thèmes\\\",\\\"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!\\\":\\\"Des mises à jour de sécurité sont disponibles pour un ou plusieurs de vos modules ou thèmes. Afin de garantir la sécurité de votre serveur, effectuez immédiatement la mise à jour !\\\",\\\"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.\\\":\\\"Il y a des mises à jour disponibles pour un ou plusieurs de vos modules ou thèmes. Afin de garantir la sécurité de votre serveur, effectuez immédiatement la mise à jour !\\\",\\\"Get a status report about available updates for your installed modules and themes.\\\":\\\"Afficher l'état des mises à jour disponibles pour vos modules et thèmes.\\\",\\\"%name has been deleted.\\\":\\\"%name a été supprimé.\\\",\\\"You must enter a username.\\\":\\\"Vous devez saisir un nom d'utilisateur.\\\",\\\"The username cannot begin with a space.\\\":\\\"Le nom d'utilisateur ne doit pas commencer par un espace.\\\",\\\"The username cannot end with a space.\\\":\\\"Le nom d'utilisateur ne doit pas se terminer par un espace.\\\",\\\"The username cannot contain multiple spaces in a row.\\\":\\\"Le nom d'utilisateur ne doit pas contenir plusieurs espaces à la suite.\\\",\\\"The username contains an illegal character.\\\":\\\"Le nom d'utilisateur contient un caractère non valide.\\\",\\\"The username %name is too long: it must be %max characters or less.\\\":\\\"Le nom d'utilisateur %name est trop long : sa longueur doit être inférieure à %max caractères.\\\",\\\"Enter the password that accompanies your username.\\\":\\\"Saisissez le mot de passe correspondant à votre nom d'utilisateur.\\\",\\\"Unblock the selected users\\\":\\\"Débloquer les utilisateurs sélectionnés.\\\",\\\"Block the selected users\\\":\\\"Bloquer les utilisateurs sélectionnés.\\\",\\\"Deleted user: %name %email.\\\":\\\"Utilisateur supprimé : %name %email.\\\",\\\"Edit role\\\":\\\"Modifier le rôle\\\",\\\"Manages the user registration and login system.\\\":\\\"Gère l'inscription des utilisateurs et le système d'identification.\\\",\\\"Language list\\\":\\\"Liste des langues\\\",\\\"File extension\\\":\\\"Extension du fichier\\\",\\\"wide\\\":\\\"large\\\",\\\"The title is used as a tool tip when the user hovers the mouse over the image.\\\":\\\"Le titre apparaît sous forme d'infobulle lorsque l'utilisateur survole l'image avec sa souris.\\\",\\\"Progress indicator\\\":\\\"Indicateur de progression\\\",\\\"Bar with progress meter\\\":\\\"Barre avec mesure de progression\\\",\\\"Throbber\\\":\\\"Throbber\\\",\\\"Path settings\\\":\\\"Paramètres de chemin\\\",\\\"The file upload failed. %upload\\\":\\\"Le transfert de fichier a échoué. %upload\\\",\\\"URL to file\\\":\\\"URL du fichier\\\",\\\"An unrecoverable error occurred. The uploaded file likely exceeded the maximum file size (@size) that this server supports.\\\":\\\"Une erreur irrécupérable s'est produite. Le fichier transféré dépasse la taille de fichier maximum (@size) autorisée par le serveur.\\\",\\\"Starting upload...\\\":\\\"Début du transfert...\\\",\\\"Uploading... (@current of @total)\\\":\\\"Transfert en cours... (@current sur @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 PECL uploadprogress library if possible.\\\":\\\"Votre serveur est capable d'afficher la progression de transfert de fichier à l'aide d'APC RFC1867. Notez que seul un transfert à la fois est supporté. Il est recommandé d'utiliser la bibliothèque Uploadprogress PECL si possible.\\\",\\\"Enabled (PECL uploadprogress)\\\":\\\"Activé (PECL uploadprogress)\\\",\\\"Upload progress\\\":\\\"Transfert en cours\\\",\\\"Preferred language\\\":\\\"Langue préférée\\\",\\\"Number field\\\":\\\"Champ nombre\\\",\\\"Styles\\\":\\\"Styles\\\",\\\"Posted on\\\":\\\"Posté le\\\",\\\"Page count\\\":\\\"Nombre de pages\\\",\\\"The size of the file in bytes.\\\":\\\"La taille du fichier en octets.\\\",\\\"Interface\\\":\\\"Interface\\\",\\\"@size KB\\\":\\\"@size Ko\\\",\\\"@size MB\\\":\\\"@size Mo\\\",\\\"@size GB\\\":\\\"@size Go\\\",\\\"@size TB\\\":\\\"@size To\\\",\\\"@size PB\\\":\\\"@size Po\\\",\\\"@size EB\\\":\\\"@size Eo\\\",\\\"@size ZB\\\":\\\"@size Zo\\\",\\\"@size YB\\\":\\\"@size Yo\\\",\\\"All messages\\\":\\\"Tous les messages\\\",\\\"Serialized\\\":\\\"Sérialisé\\\",\\\"Discard changes\\\":\\\"Annuler les changements\\\",\\\"Text format\\\":\\\"Format de texte\\\",\\\"No new posts\\\":\\\"Aucun nouveau message\\\",\\\"Sticky topic\\\":\\\"Sujet épinglé\\\",\\\"Emergency\\\":\\\"Urgence\\\",\\\"The name of the site.\\\":\\\"Le nom du site.\\\",\\\"The name of the term.\\\":\\\"Le nom du terme.\\\",\\\"Optional features\\\":\\\"Fonctionnalités optionnelles\\\",\\\"Administrative title\\\":\\\"Titre pour l'administration\\\",\\\"Administrative description\\\":\\\"Description pour l'administration\\\",\\\"Title override\\\":\\\"Supplantation du titre\\\",\\\"Style settings\\\":\\\"Paramètres d'affichage\\\",\\\"Views Block\\\":\\\"Bloc de Views\\\",\\\"Show description\\\":\\\"Afficher la description\\\",\\\"Alert\\\":\\\"Alerte\\\",\\\"Critical\\\":\\\"Critique\\\",\\\"Top center\\\":\\\"En haut au centre\\\",\\\"Bottom center\\\":\\\"En bas au centre\\\",\\\"Content Translation\\\":\\\"Traduction du contenu\\\",\\\"Translation needs update\\\":\\\"La traduction doit être mise à jour\\\",\\\"Warnings\\\":\\\"Avertissements\\\",\\\"Format string\\\":\\\"Chaine de format\\\",\\\"Add format\\\":\\\"Ajouter un format\\\",\\\"Delete date format\\\":\\\"Supprimer le format de date\\\",\\\"Content type name\\\":\\\"Nom du type de contenu\\\",\\\"Taxonomy Term\\\":\\\"Terme de taxonomie\\\",\\\"Slate\\\":\\\"Ardoise\\\",\\\"Author name\\\":\\\"Nom de l'auteur\\\",\\\"Check settings\\\":\\\"Paramètres de vérification\\\",\\\"@field_name (Locked)\\\":\\\"@field_name (Verrouillé)\\\",\\\"- Select a field type -\\\":\\\"- Choisir un type de champ -\\\",\\\"- Select an existing field -\\\":\\\"- Sélectionnez un champ existant -\\\",\\\"Add new field: you need to provide a label.\\\":\\\"Ajouter un nouveau champ : vous devez fournir une étiquette.\\\",\\\"The field %field is locked and cannot be edited.\\\":\\\"Le champ %field est verrouillé et ne peut pas être modifié.\\\",\\\"%name must be a number.\\\":\\\"%name doit être un nombre.\\\",\\\"(first item is 0)\\\":\\\"(le premier élement est 0)\\\",\\\"(start from last values)\\\":\\\"(commencer par les dernières valeurs)\\\",\\\"New group\\\":\\\"Nouveau groupe\\\",\\\"Regional settings\\\":\\\"Paramètres régionaux\\\",\\\"Content moderation\\\":\\\"Modération du contenu\\\",\\\"Unsigned\\\":\\\"Non signé\\\",\\\"Number of pages\\\":\\\"Nombre de pages\\\",\\\"The weight of this term in relation to other terms.\\\":\\\"Poids de ce terme par rapport aux autres termes.\\\",\\\"Help text to display for the vocabulary.\\\":\\\"Texte d'aide à afficher pour le vocabulaire.\\\",\\\"Whether or not related terms are enabled within the vocabulary. (0 = disabled, 1 = enabled)\\\":\\\"Termes connexes activés ou désactivés dans le vocabulaire. (0 = désactivé, 1 = activé)\\\",\\\"The type of hierarchy allowed within the vocabulary. (0 = disabled, 1 = single, 2 = multiple)\\\":\\\"Type de hiérarchie autorisé dans le vocabulaire. (0 = désactivé, 1 = activé, 2 = multiple)\\\",\\\"Whether or not multiple terms from this vocabulary may be assigned to a node. (0 = disabled, 1 = enabled)\\\":\\\"Plusieurs termes de ce vocabulaire peuvent être ou non assignés au nœud. (0 = désactivé, 1 = activé)\\\",\\\"Whether or not terms are required for nodes using this vocabulary. (0 = disabled, 1 = enabled)\\\":\\\"Les termes sont obligatoires ou facultatifs pour les nœuds utilisant ce vocabulaire. (0 = désactivé, 1 = activé)\\\",\\\"Whether or not free tagging is enabled for the vocabulary. (0 = disabled, 1 = enabled)\\\":\\\"L'étiquetage libre est activé ou désactivé pour le vocabulaire. (0 = désactivé, 1 = activé)\\\",\\\"The weight of the vocabulary in relation to other vocabularies.\\\":\\\"Poids du vocabulaire par rapport aux autres vocabulaires.\\\",\\\"Views settings\\\":\\\"Paramètres de Views\\\",\\\"Rotate\\\":\\\"Rotation\\\",\\\"Relative date\\\":\\\"Date relative\\\",\\\"Remove selected\\\":\\\"Supprimer la sélection\\\",\\\"Facility\\\":\\\"Fonction\\\",\\\"Page bottom\\\":\\\"Bas de page\\\",\\\"Show links\\\":\\\"Afficher les liens\\\",\\\"Lock\\\":\\\"Verrouiller\\\",\\\"Limited\\\":\\\"Limité\\\",\\\"Current revision\\\":\\\"Révision actuelle\\\",\\\"Definitions\\\":\\\"Définitions\\\",\\\"Drupal 6\\\":\\\"Drupal 6\\\",\\\"Drupal 7\\\":\\\"Drupal 7\\\",\\\"URL of the origin of the event.\\\":\\\"L'URL d'origine de l'événement.\\\",\\\"Referer\\\":\\\"Référent\\\",\\\"Hostname of the user who triggered the event.\\\":\\\"Nom d'hôte de l'utilisateur qui a déclenché l'événement.\\\",\\\"Database is encoded in UTF-8\\\":\\\"La base de données est encodée en UTF-8\\\",\\\"Drupal could not determine the encoding of the database was set to UTF-8\\\":\\\"Drupal n'a pas pu déterminer si l'encodage de la base de données a été défini en UTF-8\\\",\\\"PostgreSQL has initialized itself.\\\":\\\"PostgreSQL s'est initialisé.\\\",\\\"Structure\\\":\\\"Structure\\\",\\\"Workflows\\\":\\\"Processus (workflows)\\\",\\\"Default values\\\":\\\"Valeurs par défaut\\\",\\\"Saving\\\":\\\"Enregistrement\\\",\\\"Select the test(s) or test group(s) you would like to run, and click Run tests.\\\":\\\"Sélectionner le(s) test(s) ou groupe(s) de tests que vous souhaitez exécuter, et cliquer sur Lancer les tests.\\\",\\\"All (@count)\\\":\\\"Tous (@count)\\\",\\\"Pass (@count)\\\":\\\"Réussi (@count)\\\",\\\"Fail (@count)\\\":\\\"Échoué (@count)\\\",\\\"Return to list\\\":\\\"Retourner à la liste\\\",\\\"Clear results after each complete test suite run\\\":\\\"Effacer les résultats après chaque lancement de série de tests complets\\\",\\\"Provide verbose information when running tests\\\":\\\"Fournit des informations verbeuses lors de l'exécution des 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.\\\":\\\"Les données verbeuses seront affichées tout le long avec les affirmations courantes, ce qui est utile pour le débogage. Les données verbeuses seront effacées entre chaque exécution de série de test. La sortie de données verbeuses est très détaillé et ne doit être utilisé que lors du débogage.\\\",\\\"HTTP auth settings to be used by the SimpleTest browser during testing. Useful when the site requires basic HTTP authentication.\\\":\\\"Paramètres auth HTTP à utiliser par le navigateur en SimpleTest pendant les tests. Utile lorsque le site nécessite une authentification HTTP de base.\\\",\\\"The test run did not successfully finish.\\\":\\\"Le test ne s'est pas terminé avec succès.\\\",\\\"Clear results is disabled and the test results table will not be cleared.\\\":\\\"Effacer les résultats est désactivé et le tableau de résultats des tests ne sera pas effacé.\\\",\\\"No leftover tables to remove.\\\":\\\"Pas de tables restantes à retirer.\\\",\\\"1 debug message\\\\u0003@count debug messages\\\":\\\"@count message de débogage\\\\u0003@count messages de débogage\\\",\\\"Removed 1 test result.\\\\u0003Removed @count test results.\\\":\\\"@count résultat de test supprimé.\\\\u0003@count résultats de test supprimés.\\\",\\\"Removed 1 leftover table.\\\\u0003Removed @count leftover tables.\\\":\\\"1 table restante supprimée.\\\\u0003@count tables restantes supprimées.\\\",\\\"Removed 1 temporary directory.\\\\u0003Removed @count temporary directories.\\\":\\\"@count répertoire temporaire supprimé.\\\\u0003@count répertoires temporaires supprimés.\\\",\\\"Test result\\\":\\\"Résultat du test\\\",\\\"Node status\\\":\\\"Statut du nœud\\\",\\\"Edit style\\\":\\\"Modifier le style\\\",\\\"All content\\\":\\\"Tout le contenu\\\",\\\"Provider name\\\":\\\"Nom du fournisseur\\\",\\\"Moderation state\\\":\\\"État de modération\\\",\\\"Maximum file size\\\":\\\"Taille maximum de fichier\\\",\\\"Machine name:\\\":\\\"Nom système :\\\",\\\"Content statistics\\\":\\\"Statistiques de contenu\\\",\\\"Translation files\\\":\\\"Fichiers de traduction\\\",\\\"Upgrade\\\":\\\"Mettre à jour\\\",\\\"Delete items\\\":\\\"Supprimer les éléments\\\",\\\"Fetcher\\\":\\\"Extracteur\\\",\\\"This permission is inherited from the authenticated user role.\\\":\\\"Ce droit est héritée du rôle de l'utilisateur authentifié.\\\",\\\"Alternative text\\\":\\\"Texte alternatif\\\",\\\"Seven\\\":\\\"Seven\\\",\\\"Filter format\\\":\\\"Format de filtre\\\",\\\"Target of the link, such as _blank, _parent or an iframe's name. This field is rarely used.\\\":\\\"Cible du lien, comme \\\\\\\"_blank\\\\\\\", \\\\\\\"_parent\\\\\\\", ou un nom d'iframe. Ce champ est rarement utilisé.\\\",\\\"@argument title\\\":\\\"Titre de @argument\\\",\\\"@argument input\\\":\\\"Saisie de @argument\\\",\\\"Count the number 0 as empty\\\":\\\"Considérer le nombre 0 comme vide\\\",\\\"Hide if empty\\\":\\\"Masquer si vide\\\",\\\"Starting value\\\":\\\"Valeur de départ\\\",\\\"Specify the number the counter should start at.\\\":\\\"Spécifier le nombre à partir duquel le compteur doit commencer.\\\",\\\"Does not start with\\\":\\\"Ne commence pas par\\\",\\\"not_begins\\\":\\\"not_begins\\\",\\\"Does not end with\\\":\\\"Ne se termine pas par\\\",\\\"not_ends\\\":\\\"not_ends\\\",\\\"The view %name has been saved.\\\":\\\"La vue %name a été enregistrée.\\\",\\\"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.\\\":\\\"Ce filtre peut faire apparaître des éléments comme des doublons s'ils ont plus d'une option sélectionnée. Si ce filtre engendre des doublons, cette case peut les réduire ; cependant, plus il y aura de termes de recherche, moins la requête sera performante, donc utilisez ceci avec précaution. Cela ne devrait pas être actif sur des champs à valeur unique, car cela pourrait faire disparaître des valeurs de l'affichage si c'est utilisé sur un champ incompatible.\\\",\\\"Email of user that posted the comment. Will be empty if the author is a registered user.\\\":\\\"Adresse de courriel de l'utilisateur qui a posté le commentaire. Sera vide si l'auteur est un utilisateur enregistré.\\\",\\\"The taxonomy term ID for the term.\\\":\\\"L'identifiant du terme de taxonomie pour le terme.\\\",\\\"The name for the vocabulary the term belongs to.\\\":\\\"Le nom pour le vocabulaire auquel appartient le terme.\\\",\\\"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.\\\":\\\"Choisissez quels vocabulaires vous voulez associer. Rappelez-vous que chaque terme trouvé créera une ligne de résultat, donc cette relation est plus utile sur un seul vocabulaire qui n'a qu'un seul terme par nœud.\\\",\\\"The name of the role.\\\":\\\"Le nom du rôle.\\\",\\\"Hide empty fields\\\":\\\"Masquer les champs vides\\\",\\\"Do not display fields, labels or markup for fields that are empty.\\\":\\\"Ne pas afficher les champs, étiquettes ou balises des champs vides.\\\",\\\"Title of the feed.\\\":\\\"Titre du flux.\\\",\\\"Language select\\\":\\\"Sélection de la langue\\\",\\\"Site email address\\\":\\\"Adresse de courriel du site\\\",\\\"The From 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.)\\\":\\\"L'adresse de l'expéditeur des emails automatiques envoyés durant l'inscription et les demandes de nouveau mot de passe, et les autres notifications. (Utiliser une adresse dans le domaine de votre site afin d'éviter d'être considéré comme spam).\\\",\\\"Administer forums\\\":\\\"Administrer les forums\\\",\\\"This identifier is used by another handler.\\\":\\\"Cet identifiant est utilisé par un autre handler.\\\",\\\"Length is shorter than\\\":\\\"La longueur est plus petite que\\\",\\\"shorter than\\\":\\\"plus petit que\\\",\\\"Length is longer than\\\":\\\"La longueur est plus grande que\\\",\\\"longer than\\\":\\\"plus grand que\\\",\\\"SQL Query\\\":\\\"Requête SQL\\\",\\\"Query will be generated and run using the Drupal database API.\\\":\\\"La requête sera générée et exécutée en utilisant l'API de base de données de Drupal.\\\",\\\"revision user\\\":\\\"utilisateur de la révision\\\",\\\"Exposed form\\\":\\\"Formulaire exposé\\\",\\\"Cancel account\\\":\\\"Annuler le compte\\\",\\\"Maximum number of characters\\\":\\\"Nombre maximum de caractères\\\",\\\"Current Theme\\\":\\\"Thème actuel\\\",\\\"An error occurred while processing %error_operation with arguments: @arguments\\\":\\\"Une erreur est survenue lors du traitement de %error_operation avec les arguments : @arguments\\\",\\\"Base table\\\":\\\"Table de base\\\",\\\"Administrator role\\\":\\\"Rôle administrateur\\\",\\\"Inherit pager\\\":\\\"Hériter la pagination\\\",\\\"Render pager\\\":\\\"Afficher la pagination\\\",\\\"Render\\\":\\\"Rendu\\\",\\\"Image scale\\\":\\\"Mise à l'échelle d'image\\\",\\\"languages\\\":\\\"Langues\\\",\\\"No revision\\\":\\\"Aucune révision\\\",\\\"Requires a title\\\":\\\"Titre obligatoire\\\",\\\"CKEditor\\\":\\\"CKEditor\\\",\\\"Formatter settings\\\":\\\"Paramétrage de l'outil de mise en forme\\\",\\\"Filter value\\\":\\\"Filtrer la valeur\\\",\\\"Entities\\\":\\\"Entités\\\",\\\"Private files\\\":\\\"Fichiers privés\\\",\\\"Operations links\\\":\\\"Liens d'actions\\\",\\\"Choose a block\\\":\\\"Choisir un bloc\\\",\\\"Toolbar buttons\\\":\\\"Boutons de la barre d'outils\\\",\\\"Book ID\\\":\\\"Identifiant (ID) de livre\\\",\\\"The unique ID of the comment.\\\":\\\"L'identifiant (ID) unique du commentaire.\\\",\\\"The IP address of the computer the comment was posted from.\\\":\\\"L'adresse IP de l'ordinateur à partir duquel le commentaire a été posté.\\\",\\\"The email address left by the comment author.\\\":\\\"L'adresse de courriel saisie par l'auteur du commentaire.\\\",\\\"The home page URL left by the comment author.\\\":\\\"L'URL de la page d'accueil saisie par l'auteur du commentaire.\\\",\\\"The formatted content of the comment itself.\\\":\\\"Le contenu mis en forme du commentaire lui-même.\\\",\\\"The URL of the comment.\\\":\\\"L'URL du commentaire.\\\",\\\"The URL of the comment's edit page.\\\":\\\"L'URL de la page de modification du commentaire.\\\",\\\"The date the comment was posted.\\\":\\\"La date à laquelle le commentaire a été posté.\\\",\\\"The comment's parent, if comment threading is active.\\\":\\\"Le parent du commentaire, si le fil de discussion des commentaire est actif.\\\",\\\"New comment count\\\":\\\"Comptage des nouveaux commentaires\\\",\\\"The unique ID of the node's latest revision.\\\":\\\"L'identifiant (ID) unique de la dernière révision du nœud.\\\",\\\"The human-readable name of the node type.\\\":\\\"Le nom affiché du type de nœud.\\\",\\\"The URL of the node.\\\":\\\"L'URL du nœud.\\\",\\\"The URL of the node's edit page.\\\":\\\"L'URL de la page d'édition du nœud.\\\",\\\"Date changed\\\":\\\"Date de modification\\\",\\\"The date the node was most recently updated.\\\":\\\"La date à laquelle le nœud a été le plus récemment mis à jour.\\\",\\\"The number of visitors who have read the node.\\\":\\\"Le nombre de visiteurs qui ont lu le nœud.\\\",\\\"The number of visitors who have read the node today.\\\":\\\"Le nombre de visiteurs qui ont lu le nœud aujourd'hui.\\\",\\\"Last view\\\":\\\"Dernière consultation\\\",\\\"The date on which a visitor last read the node.\\\":\\\"La date à laquelle un visiteur a lu le nœud en dernier.\\\",\\\"The slogan of the site.\\\":\\\"Le slogan du site.\\\",\\\"The administrative email address for the site.\\\":\\\"L'adresse de courriel administrative pour le site.\\\",\\\"The URL of the site's front page.\\\":\\\"L'URL de la page d'accueil du site.\\\",\\\"Login page\\\":\\\"Page de connexion\\\",\\\"The URL of the site's login page.\\\":\\\"L'URL de la page de connexion du site.\\\",\\\"The unique ID of the uploaded file.\\\":\\\"L'identifiant (ID) unique du fichier transféré.\\\",\\\"The name of the file on disk.\\\":\\\"Le nom du fichier sur le disque.\\\",\\\"The web-accessible URL for the file.\\\":\\\"L'URL du fichier accessible depuis le web\\\",\\\"The date the file was most recently changed.\\\":\\\"La date de modification du fichier la plus récente.\\\",\\\"The user who originally uploaded the file.\\\":\\\"L'utilisateur qui a initialement transféré le fichier.\\\",\\\"The unique ID of the taxonomy term.\\\":\\\"L'identifiant (ID) unique du terme de taxonomie.\\\",\\\"The name of the taxonomy term.\\\":\\\"Le nom du terme de taxonomie.\\\",\\\"The optional description of the taxonomy term.\\\":\\\"La description facultative du terme de taxonomie.\\\",\\\"The number of nodes tagged with the taxonomy term.\\\":\\\"Le nombre de nœuds étiquetés avec le terme de taxonomie.\\\",\\\"The URL of the taxonomy term.\\\":\\\"L'URL du terme taxonomie.\\\",\\\"The vocabulary the taxonomy term belongs to.\\\":\\\"Le vocabulaire auquel appartient le terme de taxonomie.\\\",\\\"The parent term of the taxonomy term, if one exists.\\\":\\\"Le terme parent du terme de taxonomie, s'il existe.\\\",\\\"The unique ID of the taxonomy vocabulary.\\\":\\\"L'identifiant (ID) unique du vocabulaire de taxonomie.\\\",\\\"The name of the taxonomy vocabulary.\\\":\\\"Le nom du vocabulaire de taxonomie.\\\",\\\"The optional description of the taxonomy vocabulary.\\\":\\\"La description facultative du vocabulaire de taxonomie.\\\",\\\"The number of nodes tagged with terms belonging to the taxonomy vocabulary.\\\":\\\"Le nombre de nœuds étiquettés avec les termes appartenant au vocabulaire de taxonomie.\\\",\\\"Term count\\\":\\\"Nombre de termes\\\",\\\"The number of terms belonging to the taxonomy vocabulary.\\\":\\\"Le nombre de termes appartenant au vocabulaire de taxonomie.\\\",\\\"The unique ID of the user account.\\\":\\\"L'identifiant unique (ID) du compte d'utilisateur.\\\",\\\"The login name of the user account.\\\":\\\"Le nom de login du compte de l'utilisateur.\\\",\\\"The email address of the user account.\\\":\\\"L'adresse de courriel du compte utilisateur.\\\",\\\"The URL of the account profile page.\\\":\\\"L'URL de la page du profil du compte.\\\",\\\"The date the user last logged in to the site.\\\":\\\"La date de la dernière connexion de l'utilisateur sur le site.\\\",\\\"The date the user account was created.\\\":\\\"La date de création du compte de l'utilisateur.\\\",\\\"Review log\\\":\\\"Consulter les entrées du journal\\\",\\\"Sender name\\\":\\\"Nom de l'expéditeur\\\",\\\"Sender email\\\":\\\"Adresse de courriel de l'expéditeur\\\",\\\"Archived\\\":\\\"Archivé(e)\\\",\\\"Time zone settings\\\":\\\"Paramètres de fuseau horaire\\\",\\\"Total rows\\\":\\\"Total de lignes\\\",\\\"Content Moderation\\\":\\\"Modération du contenu\\\",\\\"You are not allowed to access this page.\\\":\\\"Vous n'êtes pas autorisé(e) à accéder à cette page.\\\",\\\"Authorize file system changes\\\":\\\"Autoriser des changements du système de fichier\\\",\\\"It appears you have reached this page in error.\\\":\\\"Il semblerait que vous soyez sur cette page par erreur.\\\",\\\"authorize.php\\\":\\\"authorize.php\\\",\\\"Cron could not run because an invalid key was used.\\\":\\\"La tâche planifiée (cron) ne s'est pas exécutée en raison de l'utilisation d'une clé invalide.\\\",\\\"Cron could not run because the site is in maintenance mode.\\\":\\\"La tâche planifiée (cron) ne peut pas s'exécuter car le site est en mode maintenance.\\\",\\\"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.\\\":\\\"Vous avez configuré @drupal pour utiliser un serveur %driver dans votre fichier %settings_file, cependant votre installation php ne supporte pas ce type de base de données.\\\",\\\"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.\\\":\\\"Il n'a pas été possible de trouver un profil d'installation. Les profils d'installation précisent quels modules activer et quels schéma installer dans la base de données. Un profil est nécessaire pour continuer le processus d'installation.\\\",\\\"Congratulations, you installed @drupal!\\\":\\\"Félicitations, vous avez installé @drupal !\\\",\\\"Settings file\\\":\\\"Fichier de configuration\\\",\\\"Site maintenance account\\\":\\\"Compte de maintenance du site\\\",\\\"Select the default country for the site.\\\":\\\"Choisir le pays par défaut du site.\\\",\\\"No pending updates.\\\":\\\"Pas de mise à jour en attente.\\\",\\\"1 pending update\\\\u0003@count pending updates\\\":\\\"@count mise à jour en attente\\\\u0003@count mises à jour en attente\\\",\\\"Unable to continue, no available methods of file transfer\\\":\\\"Impossible de continuer, aucune méthode de transfert de fichier disponible\\\",\\\"To continue, provide your server connection details\\\":\\\"Pour continuer, remplir les informations de connexion au serveur\\\",\\\"Connection method\\\":\\\"Méthode de connexion\\\",\\\"Enter connection settings\\\":\\\"Saisir les paramètres de connexion\\\",\\\"@backend connection settings\\\":\\\"paramètres de connexion @backend\\\",\\\"Change connection type\\\":\\\"Changer le type de connexion\\\",\\\"No active batch.\\\":\\\"Aucun traitement par lot actif.\\\",\\\"Site under maintenance\\\":\\\"Site en maintenance\\\",\\\"Archivers can only operate on local files: %file not supported\\\":\\\"L'archivage ne peut fonctionner que sur des fichiers locaux : %file non supporté\\\",\\\"The file %source could not be uploaded because a file by that name already exists in the destination %directory.\\\":\\\"Le fichier %source n'a pas pu être transféré car un fichier portant ce nom existe déjà dans la destination %directory.\\\",\\\"The file's name exceeds the 240 characters limit. Please rename the file and try again.\\\":\\\"Le nom du fichier dépasse la limite de 240 caractères. Veuillez renommer le fichier et essayer à nouveau.\\\",\\\"%path is a directory and cannot be removed using file_unmanaged_delete().\\\":\\\"%path est un répertoire et ne peut pas être effacé en utilisant file_unmanaged_delete().\\\",\\\"The file %path is not of a recognized type so it was not deleted.\\\":\\\"Le fichier %path n'est pas d'un type reconnu, il n'a donc pas été effacé.\\\",\\\"The file permissions could not be set on %uri.\\\":\\\"Impossible de définir les droits du fichier %uri.\\\",\\\"Completed @current of @total.\\\":\\\"@current sur @total terminés.\\\",\\\"Failed to run all tasks against the database server. The task %task wasn't found.\\\":\\\"Echec lors du lancement des tâches vers le serveur de base de données. La tâche %task n'a pas été trouvée.\\\",\\\"Failed to modify %settings. Verify the file permissions.\\\":\\\"Impossible de modifier %settings. Veuillez vérifier les droits du fichier.\\\",\\\"Failed to open %settings. Verify the file permissions.\\\":\\\"Echec lors de l'ouverture de %settings. Veuillez vérifier les permissions du fichier.\\\",\\\"Required modules\\\":\\\"Modules requis\\\",\\\"Required modules not found.\\\":\\\"Les modules requis sont introuvables.\\\",\\\"%module module uninstalled.\\\":\\\"Le module %module a été désinstallé.\\\",\\\"Saint Barthélemy\\\":\\\"Saint-Barthélemy\\\",\\\"No strings available.\\\":\\\"Aucune chaîne disponible.\\\",\\\"JavaScript translation file %file.js was lost.\\\":\\\"Le fichier de traduction Javascript %file.js a été perdu.\\\",\\\"Operating in maintenance mode.\\\":\\\"Fonctionne en mode maintenance.\\\",\\\"Unable to determine the type of the source directory.\\\":\\\"Impossible de déterminer le type du répertoire source.\\\",\\\"Cannot determine the type of project.\\\":\\\"Impossible de déterminer le type du projet.\\\",\\\"Fatal error in update, cowardly refusing to wipe out the install directory.\\\":\\\"Erreur fatale lors de la mise à jour, impossible de supprimer le répertoire d'installation.\\\",\\\"Unable to create %directory due to the following: %reason\\\":\\\"Impossible de créer %directory pour cause de : %reason\\\",\\\"Upload an OPML file containing a list of feeds to be imported.\\\":\\\"Transférer un fichier OPML contenant une liste de flux à importer.\\\",\\\"OPML Remote URL\\\":\\\"URL OPML distante\\\",\\\"Enter the URL of an OPML file. This file will be downloaded and processed only once on submission of the form.\\\":\\\"Saisir l'URL d'un fichier OPML. Ce fichier sera téléchargé et traité une fois le formulaire soumis.\\\",\\\"No new feed has been added.\\\":\\\"Aucun nouveau flux n'a été ajouté.\\\",\\\"The URL %url is invalid.\\\":\\\"L'URL %url est invalide.\\\",\\\"A feed named %title already exists.\\\":\\\"Il existe déjà un flux nommé %title.\\\",\\\"A feed with the URL %url already exists.\\\":\\\"Il existe déjà un flux pour l'adresse %url.\\\",\\\"Fetchers download data from an external source. Choose a fetcher suitable for the external source you would like to download from.\\\":\\\"Les extracteurs téléchargent des données depuis une source externe. Choisissez un chercheur adapté à la source externe à partir de laquelle vous souhaitez télécharger.\\\",\\\"Parsers transform downloaded data into standard structures. Choose a parser suitable for the type of feeds you would like to aggregate.\\\":\\\"Les analyseurs syntaxiques (parsers) transforment les données téléchargées en structures standard. Choisissez un analyseur approprié au type de flux que vous souhaitez agréger.\\\",\\\"Processors act on parsed feed data, for example they store feed items. Choose the processors suitable for your task.\\\":\\\"Les processeurs agissent sur le flux de données analysé, ils stockent par exemple les éléments de flux. Choisissez les processeurs adaptés à votre tâche.\\\",\\\"For most aggregation tasks, the default settings are fine.\\\":\\\"Pour la plupart des tâches d'agrégation, les paramètres par défaut sont bons.\\\",\\\"Default fetcher\\\":\\\"Extracteur par défaut\\\",\\\"Downloads data from a URL using Drupal's HTTP request handler.\\\":\\\"Télécharge des données à partir d'une URL en utilisant le gestionnaire de requête HTTP de Drupal.\\\",\\\"Default parser\\\":\\\"Analyseur syntaxique (parser) par défaut\\\",\\\"Default processor\\\":\\\"Processeur par défaut\\\",\\\"Creates lightweight records from feed items.\\\":\\\"Crée des enregistrements allégés, à partir des éléments de flux.\\\",\\\"Default processor settings\\\":\\\"Paramètres du processeur par défaut\\\",\\\"Number of items shown in listing pages\\\":\\\"Nombre d'éléments figurant dans les pages de listes\\\",\\\"Length of trimmed description\\\":\\\"Longueur de la description tronquée\\\",\\\"The maximum number of characters used in the trimmed version of content.\\\":\\\"Le nombre maximum de caractères utilisés dans la version tronquée du contenu.\\\",\\\"Viewing feeds\\\":\\\"Visualiser les flux\\\",\\\"Adding, editing, and deleting feeds\\\":\\\"Ajout, modification et suppression des flux\\\",\\\"Configuring cron\\\":\\\"Configuration de la tâche planifiée (cron)\\\",\\\"Administer news feeds\\\":\\\"Administrer les flux d'actualités\\\",\\\"View news feeds\\\":\\\"Voir les flux d'actualités\\\",\\\"Controlling visibility\\\":\\\"Contrôle de la visibilité\\\",\\\"Creating custom blocks\\\":\\\"Création des blocs personnalisés\\\",\\\"Demonstrate block regions (@theme)\\\":\\\"Aperçu des régions des blocs (@theme)\\\",\\\"Administer blocks\\\":\\\"Administrer les blocs\\\",\\\"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.\\\":\\\"Contrôle la construction visuelle des blocs avec lesquels une page est composée. Les blocs sont des boîtes affichant du contenu dans une zone, ou région, d'une page Web.\\\",\\\"The block cannot be placed in this region.\\\":\\\"Le bloc ne peut pas être placé dans cette région.\\\",\\\"No books available.\\\":\\\"Aucun livre disponible.\\\",\\\"Content types allowed in book outlines\\\":\\\"Les types de contenu autorisés dans les structures de livre\\\",\\\"Users with the %outline-perm permission can add all content types.\\\":\\\"Les utilisateurs avec les droits %outline-perm peuvent ajouter tous les types de contenu.\\\",\\\"Administer book outlines\\\":\\\"Administrer les structures de livre\\\",\\\"Adding and managing book content\\\":\\\"Ajouter et gérer le contenu du livre\\\",\\\"Printing books\\\":\\\"Impression de livres\\\",\\\"Users with the View printer-friendly books permission can select the printer-friendly version 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.\\\":\\\"Les utilisateurs avec le droit Voir l'impression des livres peut sélectionner le lien version imprimable visible au bas du contenu d'une page de livre afin de générer un affichage imprimable de la page et de toutes ses sous-sections.\\\",\\\"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.\\\":\\\"Le module Book permet d'organiser un ensemble de pages de contenus associés, nommées collectivement \\\\\\\"livre\\\\\\\". Lorsqu'il est visualisé, ce contenu affiche automatiquement des liens vers les pages adjacentes du livre, fournissant un système de navigation simple pour créer et réviser les contenus structurés.\\\",\\\"Create new books\\\":\\\"Créer de nouveaux livres\\\",\\\"View printer-friendly books\\\":\\\"Voir les livres en version imprimable\\\",\\\"View a book page and all of its sub-pages as a single document for ease of printing. Can be performance heavy.\\\":\\\"Voir une page de livre et toutes ses sous-pages en un seul document pour en faciliter l'impression. La performance peut s'en trouver diminuée.\\\",\\\"Allows users to create and organize related content in an outline.\\\":\\\"Permet aux utilisateurs de créer et d'organiser des contenus associés dans une structure.\\\",\\\"Changing colors\\\":\\\"Modification des couleurs\\\",\\\"Allows administrators to change the color scheme of compatible themes.\\\":\\\"Permet aux administrateurs de modifier le schéma de couleur des thèmes compatibles.\\\",\\\"Select one or more comments to perform the update on.\\\":\\\"Sélectionnez un ou plusieurs commentaires pour effectuer la mise à jour.\\\",\\\"Deleted comment @cid and its replies.\\\":\\\"Commentaire @cid supprimé ainsi que ses réponses.\\\",\\\"Comment approved.\\\":\\\"Commentaire approuvé.\\\",\\\"Tokens for comments posted on the site.\\\":\\\"Jetons (tokens) pour les commentaires postés sur le site.\\\",\\\"Full comment\\\":\\\"Commentaire complet\\\",\\\"Unapproved comments (@count)\\\":\\\"Commentaires non approuvés (@count)\\\",\\\"Administer comments and comment settings\\\":\\\"Administrer les commentaires et les paramètres de commentaire\\\",\\\"Edit own comments\\\":\\\"Modifier ses propres commentaires\\\",\\\"Threading\\\":\\\"Indentation (de discussion)\\\",\\\"Show comment replies in a threaded list.\\\":\\\"Afficher les réponses aux commentaires dans une liste indentée.\\\",\\\"Allow comment title\\\":\\\"Autoriser les titres de commentaire\\\",\\\"Show reply form on the same page as comments\\\":\\\"Afficher le formulaire de réponse sur la même page que celle des commentaires\\\",\\\"Users with the \\\\\\\"Post comments\\\\\\\" permission can post comments.\\\":\\\"Les utilisateurs avec le droit \\\\\\\"Poster des commentaires\\\\\\\" peuvent poster des commentaires.\\\",\\\"Users cannot post comments, but existing comments will be displayed.\\\":\\\"Les utilisateurs ne peuvent pas poster de commentaires, mais les commentaires existants seront affichés.\\\",\\\"Comments are hidden from view.\\\":\\\"Les commentaires sont cachés de la vue.\\\",\\\"Users cannot post comments.\\\":\\\"Les utilisateurs ne peuvent pas poster de commentaires.\\\",\\\"Your comment has been queued for review by site administrators and will be published after approval.\\\":\\\"Votre commentaire a été mis en attente pour être modéré par les administrateurs du site et sera publié après approbation.\\\",\\\"Your comment has been posted.\\\":\\\"Votre commentaire a été posté.\\\",\\\"Save comment\\\":\\\"Enregistrer le commentaire\\\",\\\"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.\\\\\\\"\\\":\\\"Le commentaire sera dépublié s'il contient n'importe laquelle des phrases ci-dessus. Utiliser une liste de phrases sensibles à la casse et séparées par des virgules. Exemple : marrant, saut à l'élastique, \\\\\\\"S.A. Société\\\\\\\"\\\",\\\"List and edit site comments and the comment approval queue.\\\":\\\"Lister et modifier les commentaires du site et la file d'attente d'approbation des commentaires.\\\",\\\"Unapproved comments\\\":\\\"Commentaires non aprouvés\\\",\\\"You cannot send more than %limit messages in @interval. Try again later.\\\":\\\"Vous ne pouvez pas envoyer plus de %limit messages par période de @interval. Réessayez ultérieurement.\\\",\\\"Contact @username\\\":\\\"Contacter @username\\\",\\\"Administer contact forms and contact form settings\\\":\\\"Administrer les formulaires de contact et les paramètres des formulaires de contact.\\\",\\\"Use the site-wide contact form\\\":\\\"Utiliser le formulaire de contact général\\\",\\\"Use users' personal contact forms\\\":\\\"Utiliser les formulaires de contact personnels des utilisateurs\\\",\\\"Changing this setting will not affect existing users.\\\":\\\"Modifier ce paramètre n'affectera pas les utilisateurs existants.\\\",\\\"Displaying contextual links\\\":\\\"Affichage des liens contextuels\\\",\\\"Use contextual links\\\":\\\"Utiliser les liens contextuels\\\",\\\"Contextual links\\\":\\\"Liens contextuels\\\",\\\"Provides contextual links to perform actions related to elements on a page.\\\":\\\"Fournit des liens contextuels pour réaliser des tâches liées aux composants d'une page.\\\",\\\"Database log cleared.\\\":\\\"Les entrées du journal de la base de données ont été effacées.\\\",\\\"Monitoring your site\\\":\\\"Surveillance de votre site\\\",\\\"Debugging site problems\\\":\\\"Débogage des problèmes de site\\\",\\\"List (text)\\\":\\\"Liste (texte)\\\",\\\"Allowed HTML tags in labels: @tags\\\":\\\"Balises HTML autorisées dans les étiquettes : @tags\\\",\\\"The value of this field is being determined by the %function function and may not be changed.\\\":\\\"La valeur de ce champ est déterminée par la fonction %function et ne doit pas être modifiée.\\\",\\\"Allowed values list: each key must be a valid integer or decimal.\\\":\\\"Liste de valeurs autorisées : chaque clé doit être un entier ou un décimal valide.\\\",\\\"Allowed values list: each key must be a string at most 255 characters long.\\\":\\\"Liste de valeurs autorisées : chaque clé doit être une chaîne de 255 caractères maximum.\\\",\\\"Allowed values list: keys must be integers.\\\":\\\"Liste de valeurs autorisées : les clés doivent êtres des entiers.\\\",\\\"This field stores a number in the database as an integer.\\\":\\\"Ce champ stocke un nombre dans la base de données (sous forme d'un entier).\\\",\\\"This field stores a number in the database in a fixed decimal format.\\\":\\\"Ce champ stocke un nombre dans la base de données (dans un format décimal fixe).\\\",\\\"This field stores a number in the database in a floating point format.\\\":\\\"Ce champ stocke un nombre dans la base de données (dans un format à virgule flottante).\\\",\\\"The minimum value that should be allowed in this field. Leave blank for no minimum.\\\":\\\"La valeur minimale qui doit être autorisée dans ce champ. Laisser vide pour ne pas imposer de minimum.\\\",\\\"The maximum value that should be allowed in this field. Leave blank for no maximum.\\\":\\\"La valeur maximale qui doit être autorisée dans ce champ. Laisser vide pour ne pas imposer de maximum.\\\",\\\"Summary input\\\":\\\"Champ de saisie du résumé\\\",\\\"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.\\\":\\\"Cela autorise les auteurs à saisir un résumé explicite qui sera affiché à la place du texte coupé en utilisant le type d'affichage \\\\\\\"Résumé ou coupé\\\\\\\".\\\",\\\"Summary or trimmed\\\":\\\"Résumé ou coupé\\\",\\\"Text area with a summary\\\":\\\"Zone de texte avec un résumé\\\",\\\"Leave blank to use trimmed value of full text as the summary.\\\":\\\"Laissez vide pour utiliser la valeur courte du texte intégral en tant que résumé.\\\",\\\"Hide summary\\\":\\\"Masquer le résumé\\\",\\\"Edit summary\\\":\\\"Modifier le résumé\\\",\\\"Edit field settings.\\\":\\\"Modifier les paramètres du champ.\\\",\\\"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.\\\":\\\"Ces paramètres s'appliquent au champ %field partout où il est utilisé. Ces paramètres impactent la manière dont les données sont stockées dans la base et ne peuvent être changés après que la donnée a été créée.\\\",\\\"Updated field %label field settings.\\\":\\\"Paramètres du champ %label mis à jour.\\\",\\\"Attempt to update field %label failed: %message.\\\":\\\"La tentative de mise à jour du champ %label a échoué : %message.\\\",\\\"The field %field has been deleted from the %type content type.\\\":\\\"Le champ %field a été supprimé du type de contenu %type.\\\",\\\"There was a problem removing the %field from the %type content type.\\\":\\\"Il y a eu un problème pour supprimer le champ %field du type de contenu %type.\\\",\\\"Required field\\\":\\\"Champ requis\\\",\\\"The default value for this field, used when creating new content.\\\":\\\"La valeur par défaut de ce champ, utilisée lors de la création de nouveau contenu.\\\",\\\"This list shows all fields currently in use for easy reference.\\\":\\\"Cette liste affiche tous les champs actuellement utilisés pour en faciliter la consultation.\\\",\\\"Field list\\\":\\\"Liste des champs\\\",\\\"Field UI\\\":\\\"Field UI\\\",\\\"This field stores the ID of a file as an integer value.\\\":\\\"Ce champ stocke l'identifiant (ID) d'un fichier sous la forme d'un entier.\\\",\\\"Enable Display field\\\":\\\"Activer le champ Affichage\\\",\\\"The display option allows users to choose if a file should be shown when viewing the content.\\\":\\\"L'option d'affichage permet aux utilisateurs de choisir si un fichier doit être affiché lors de la visualisation du contenu.\\\",\\\"Files displayed by default\\\":\\\"Fichiers affichés par défaut\\\",\\\"This setting only has an effect if the display option is enabled.\\\":\\\"Ce paramètre n'a d'effet que si l'option d'affichage est activée.\\\",\\\"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.\\\":\\\"Sélectionnez où les fichiers finaux doivent être stockés. Le stockage privé de fichier pose beaucoup plus de contraintes que le stockage public, mais permet un accès restreint aux fichiers pour ce champ.\\\",\\\"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 %limit).\\\":\\\"Saisissez une valeur comme \\\\\\\"512\\\\\\\" (octets), \\\\\\\"80 KB\\\\\\\" (kilo octets) ou \\\\\\\"50 MB\\\\\\\" (méga octets) pour restreindre la taille de fichier autorisée. Si ce champ est laissé vide, la taille du fichier ne sera limitée que par la taille maximale de transfert de PHP (limite actuelle %limit).\\\",\\\"Enable Description field\\\":\\\"Activer le champ Description\\\",\\\"The description field allows users to enter a description about the uploaded file.\\\":\\\"Le champ description permet aux utilisateurs d'ajouter une description du fichier transféré.\\\",\\\"The list of allowed extensions is not valid, be sure to exclude leading dots and to separate extensions with a comma or space.\\\":\\\"La liste des extensions autorisées n'est pas valide. Soyez certains d'exclure les points précédents l'extension et de séparer les extensions par un espace ou une virgule.\\\",\\\"Generic file\\\":\\\"Fichier générique\\\",\\\"Table of files\\\":\\\"Tableau des fichiers\\\",\\\"Add a new file\\\":\\\"Ajouter un nouveau fichier\\\",\\\"Include file in display\\\":\\\"Inclure le fichier dans l'affichage\\\",\\\"The description may be used as the label of the link to the file.\\\":\\\"La description peut être utilisée en tant qu'étiquette du lien pointant vers le fichier.\\\",\\\"All roles may use this format\\\":\\\"Tous les rôles devraient utiliser ce format\\\",\\\"The text format ordering has been saved.\\\":\\\"L'ordre des formats de texte a été enregistré.\\\",\\\"Add text format\\\":\\\"Ajouter un format de texte\\\",\\\"All roles for this text format must be enabled and cannot be changed.\\\":\\\"Tous les rôles pour ce format de texte doivent être activés et ne peuvent pas être changés.\\\",\\\"Filter processing order\\\":\\\"Ordre de traitement des filtres\\\",\\\"Text format names must be unique. A format named %name already exists.\\\":\\\"Les noms des formats texte doivent être uniques. Le nom de format %name existe déjà.\\\",\\\"Added text format %format.\\\":\\\"Le format texte %format a été ajouté.\\\",\\\"The text format %format has been updated.\\\":\\\"Le format de texte %format a été mis à jour.\\\",\\\"Text formats\\\":\\\"Formats de texte\\\",\\\"Choosing a text format\\\":\\\"Choix d'un format de texte\\\",\\\"Warning: This permission may have security implications depending on how the text format is configured.\\\":\\\"Alerte : ce droit peut avoir un impact sur la sécurité en fonction de la manière dont le format de texte est configuré.\\\",\\\"Convert line breaks into HTML (i.e. <br> and <p>)\\\":\\\"Convertir les sauts de ligne en HTML (par exemple, <br> et <p>)\\\",\\\"Convert URLs into links\\\":\\\"Convertir les URLs en liens\\\",\\\"Correct faulty and chopped off HTML\\\":\\\"Corriger le HTML défectueux ou coupé\\\",\\\"Display any HTML as plain text\\\":\\\"Afficher tout code HTML au format texte\\\",\\\"Display basic HTML help in long filter tips\\\":\\\"Afficher une aide HTML basique dans conseils étendus sur les filtres\\\",\\\"Add rel=\\\\\\\"nofollow\\\\\\\" to all links\\\":\\\"Ajouter rel=\\\\\\\"nofollow\\\\\\\" à tous les liens\\\",\\\"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.\\\":\\\"Ce site autorise le contenu HTML. Si apprendre tout le HTML peut paraître intimidant, apprendre comment utiliser les \\\\\\\"balises\\\\\\\" HTML les plus simples est très facile. Ce tableau fournit des exemples pour chaque balise autorisée sur ce site.\\\",\\\"Most unusual characters can be directly entered without any problems.\\\":\\\"La plupart des caractères non usuels peuvent être saisis sans problème.\\\",\\\"No HTML tags allowed.\\\":\\\"Aucune balise HTML autorisée.\\\",\\\"Filters content in preparation for display.\\\":\\\"Filtre le contenu en préparation pour l'affichage.\\\",\\\"The number of replies a topic must have to be considered \\\\\\\"hot\\\\\\\".\\\":\\\"Le nombre de réponses qu'un sujet doit avoir pour être considéré comme \\\\\\\"brûlant\\\\\\\".\\\",\\\"Starting a discussion\\\":\\\"Commencer une discussion\\\",\\\"Moving forum topics\\\":\\\"Déplacement des sujets du forum\\\",\\\"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 Leave shadow copy option creates a link in the original forum pointing to the new location.\\\":\\\"Un sujet de forum (et tous ses commentaires) peut être déplacé d'un forum à l'autre en sélectionnant un forum différent lors de la modification d'un sujet de forum. Lors du déplacement d'un sujet de forum d'un forum à l'autre, l'option Laisser une copie cachée crée un lien dans le forum originel pointant vers le nouvel emplacement.\\\",\\\"Locking and disabling comments\\\":\\\"Verrouillage et désactivation des commentaires\\\",\\\"Selecting Closed under Comment settings while editing a forum topic will lock (prevent new comments on) the thread. Selecting Hidden under Comment settings while editing a forum topic will hide all existing comments on the thread, and prevent new ones.\\\":\\\"Choisir Fermé dans Paramètres des commentaires au cours de la modification d'un sujet de forum bloquera tout nouveau commentaire sur le fil. Choisir Caché dans Paramètres des commentaires au cours de la modification d'un sujet de forum aura pour effet de cacher tous les commentaires existants et empêchera la saisie de nouveaux commentaires.\\\",\\\"Forums contain forum topics. Use containers to group related forums.\\\":\\\"Les forums contiennent des sujets de discussion. Utilisez les conteneurs pour gouper les forums liés.\\\",\\\"Use containers to group related forums.\\\":\\\"Utilisez des conteneurs pour grouper des forums liés.\\\",\\\"A forum holds related forum topics.\\\":\\\"Un forum abrite les sujets de forum liés.\\\",\\\"Add new @node_type\\\":\\\"Ajouter un nouveau @node_type\\\",\\\"The item %forum is a forum container, not a forum. Select one of the forums below instead.\\\":\\\"L'élément %forum est un conteneur de forum, pas un forum. Sélectionnez l'un des forums ci-dessous à la place.\\\",\\\"A forum topic starts a new discussion thread within a forum.\\\":\\\"Un Sujet commence un nouveau fil de discussion dans un forum.\\\",\\\"Control forum hierarchy settings.\\\":\\\"Contrôlez la hiérarchie de vos forums.\\\",\\\"Forum navigation vocabulary\\\":\\\"Vocabulaire pour la navigation dans un forum\\\",\\\"Provides discussion forums.\\\":\\\"Fournit des forums de discussion.\\\",\\\"Follow these steps to set up and start using your website:\\\":\\\"Suivez ces étapes pour paramétrer et commencer à utiliser votre site web:\\\",\\\"Providing a help reference\\\":\\\"Fournir une aide de référence\\\",\\\"Image style name\\\":\\\"Nom du style d'image\\\",\\\"Select a new effect\\\":\\\"Sélectionner un nouvel effet\\\",\\\"Select an effect to add.\\\":\\\"Choisir un effet à ajouter.\\\",\\\"The image effect was successfully applied.\\\":\\\"L'effet d'image a été appliqué avec succès.\\\",\\\"Style name\\\":\\\"Nom du style\\\",\\\"Create new style\\\":\\\"Créer un nouveau style\\\",\\\"Style %name was created.\\\":\\\"Le style %name a été créé.\\\",\\\"Replacement style\\\":\\\"Style de remplacement\\\",\\\"Optionally select a style before deleting %style\\\":\\\"Optionnellement sélectionnez un style avant de supprimer %style\\\",\\\"Edit %label effect\\\":\\\"Modifier l'effet %label\\\",\\\"Add %label effect\\\":\\\"Ajouter l'effet %label\\\",\\\"Update effect\\\":\\\"Mettre à jour l'effet\\\",\\\"Add effect\\\":\\\"Ajouter l'effet\\\",\\\"Are you sure you want to delete the @effect effect from the %style style?\\\":\\\"Êtes-vous sûr de vouloir supprimer l'effet @effect du style %style ?\\\",\\\"The image effect %name has been deleted.\\\":\\\"L'effet d'image %name a été supprimé.\\\",\\\"Width and height can not both be blank.\\\":\\\"La largeur et la hauteur ne peuvent pas être toutes les deux vides.\\\",\\\"The part of the image that will be retained during the crop.\\\":\\\"La partie de l'image qui sera supprimée lors du recadrage.\\\",\\\"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.\\\":\\\"Le fond de couleur à utiliser pour les zones de l'image qui seront vides. Utilisez des couleurs web hexadécimales (par exemple #FFFFFF pour le blanc ou #000000 pour le noir). Laisser vide pour utiliser la transparence de l'image pour les formats d'image le permettant.\\\",\\\"There are currently no effects in this style. Add one by selecting an option below.\\\":\\\"Il n'y a actuellement aucun effet pour ce style. Ajoutez-en un en choisissant une option ci-dessous.\\\",\\\"view actual size\\\":\\\"voir en taille réelle\\\",\\\"Sample original image\\\":\\\"Exemple d'image originale\\\",\\\"Sample modified image\\\":\\\"Exemple d'image modifiée\\\",\\\"Resizing will make images an exact set of dimensions. This may cause images to be stretched or shrunk disproportionately.\\\":\\\"Le redimensionnement ne respecte pas les proportions de l'image. Ce qui peut se traduire par des images étirées ou compressées.\\\",\\\"Scaling will maintain the aspect-ratio of the original image. If only a single dimension is specified, the other dimension will be calculated.\\\":\\\"La mise à l'échelle maintiendra les proportions originales de l'image. Si une seule dimension est précisée, l'autre dimension sera calculée automatiquement.\\\",\\\"Scale and crop\\\":\\\"Mise à l'échelle et recadrage\\\",\\\"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.\\\":\\\"La mise à l'échelle et le recadrage maintiendront les proportions originales de l'image puis recadreront la dimension la plus large. C'est très utile pour créer des vignettes carrées sans étirer les images.\\\",\\\"Desaturate\\\":\\\"Désaturer\\\",\\\"Desaturate converts an image to grayscale.\\\":\\\"La désaturation converti l'image en niveaux de gris.\\\",\\\"Rotating an image may cause the dimensions of an image to increase to fit the diagonal.\\\":\\\"Effectuer une rotation sur une image peut avoir pour effet d'augmenter la taille de l'image pour s'adapter à la diagonale.\\\",\\\"Image resize failed using the %toolkit toolkit on %path (%mimetype, %dimensions)\\\":\\\"Le redimensionnement de l'image a échoué en utilisant la boite à outils %toolkit sur le chemin %path (%mimetype, %dimensions)\\\",\\\"Image scale failed using the %toolkit toolkit on %path (%mimetype, %dimensions)\\\":\\\"La mise à l'échelle de l'image a échoué en utilisant la boite à outils %toolkit sur le chemin %path (%mimetype, %dimensions)\\\",\\\"Image crop failed using the %toolkit toolkit on %path (%mimetype, %dimensions)\\\":\\\"Le recadrage de l'image a échoué en utilisant la boite à outils %toolkit sur le chemin %path (%mimetype, %dimensions)\\\",\\\"Image scale and crop failed using the %toolkit toolkit on %path (%mimetype, %dimensions)\\\":\\\"Le redimensionnement et le recadrage de l'image %path (%mimetype, %dimensions), utilisant la boite à outils %toolkit, ont échoué.\\\",\\\"Image desaturate failed using the %toolkit toolkit on %path (%mimetype, %dimensions)\\\":\\\"La désaturation de l'image %path (%mimetype, %dimensions), effectuée avec la boite à outils %toolkit, a échoué.\\\",\\\"Image rotate failed using the %toolkit toolkit on %path (%mimetype, %dimensions)\\\":\\\"La rotation de l'image %path (%mimetype, %dimensions), effectuée avec la boite à outils %toolkit, a échoué.\\\",\\\"This field stores the ID of an image file as an integer value.\\\":\\\"Ce champ stocke l'identifiant (ID) d'un fichier image sous la forme d'un nombre entier.\\\",\\\"If no image is uploaded, this image will be shown on display.\\\":\\\"Si aucune image n'est transférée, c'est cette image qui sera utilisée pour l'affichage.\\\",\\\"Minimum image resolution\\\":\\\"Résolution minimum de l'image\\\",\\\"Enable Alt field\\\":\\\"Activer le champ Alt\\\",\\\"Enable Title field\\\":\\\"Activer le champ Titre\\\",\\\"The title attribute is used as a tooltip when the mouse hovers over the image.\\\":\\\"Le contenu de l'attribut Title (\\\\\\\"titre\\\\\\\", en français) apparait dans une infobulle lorsque le pointeur de la souris survole l'image.\\\",\\\"Preview image style\\\":\\\"Aperçu du style d'image\\\",\\\"no preview\\\":\\\"pas d'aperçu\\\",\\\"The preview image will be shown while editing the content.\\\":\\\"L'aperçu de l'image sera affiché pendant la modification du contenu.\\\",\\\"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.\\\":\\\"Les styles d'images fournissent habituellement différentes tailles de vignettes issues de la mise à l'échelle et du recadrage des images, mais ils peuvent aussi appliquer des effets variés avant qu'une image ne soit affichée. Lorsqu'une image est affichée avec un style, un nouveau fichier est créé tandis que l'image originale reste intacte.\\\",\\\"Administer image styles\\\":\\\"Administrer les styles d'images\\\",\\\"No defined styles\\\":\\\"Aucun styles n'est défini\\\",\\\"Image generation in progress. Try again shortly.\\\":\\\"La génération d'image est en cours. Essayer à nouveau un peu plus tard.\\\",\\\"Error generating image.\\\":\\\"Erreur de génération d'image.\\\",\\\"Unable to generate the derived image located at %path.\\\":\\\"Impossible de générer l'image dérivée dont l'emplacement est %path.\\\",\\\"Failed to create style directory: %directory\\\":\\\"Échec de la création du dossiers des styles : %directory\\\",\\\"Cached image file %destination already exists. There may be an issue with your rewrite configuration.\\\":\\\"Le fichier d'image caché %destination existe déjà. Cela peut entrainer des problèmes avec votre configuration de réécriture.\\\",\\\"Image styles\\\":\\\"Styles d'images\\\",\\\"Configure styles that can be used for resizing or adjusting images on display.\\\":\\\"Configurer les styles qui peuvent être utilisés pour redimensionner ou ajuster les images à l'affichage.\\\",\\\"Edit image effect\\\":\\\"Modifier l'effet d'image\\\",\\\"Delete image effect\\\":\\\"Supprimer un effet d'image\\\",\\\"Add image effect\\\":\\\"Ajouter un effet d'image\\\",\\\"Detection method\\\":\\\"Méthode de détection\\\",\\\"Part of the URL that determines language\\\":\\\"Partie de l'URL qui détermine la langue\\\",\\\"Request/session parameter\\\":\\\"Paramètre de requête/de session\\\",\\\"Name of the request/session parameter used to determine the desired language.\\\":\\\"Nom du paramètre de requête ou de session utiliser pour déterminer la langue souhaitée.\\\",\\\"Filter translatable strings\\\":\\\"Filtrer les chaînes traduisibles\\\",\\\"Date type\\\":\\\"Type de date\\\",\\\"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.\\\":\\\"Détermine la langue à partir d'un paramètre de requête ou de session. Par exemple : \\\\\\\"http://example.com?language=de\\\\\\\" règle la langue sur l'allemand en utilisant le code \\\\\\\"de\\\\\\\" dans le paramètre \\\\\\\"language\\\\\\\".\\\",\\\"Administer languages\\\":\\\"Administrer les langues\\\",\\\"Order of language detection methods for content. If a version of content is available in the detected language, it will be displayed.\\\":\\\"Ordre des méthodes de détection de la langue. Si une version du contenu est disponible dans la langue détectée, celle-ci sera affichée.\\\",\\\"Follow the user's language preference.\\\":\\\"Suivre la préférence linguistique de l'utilisateur.\\\",\\\"Language switcher (@type)\\\":\\\"Sélecteur de langue (@type)\\\",\\\"URL language detection configuration\\\":\\\"Configuration de la détection de langue dans l'URL\\\",\\\"Session language detection configuration\\\":\\\"Configuration de la détection de langue dans la session\\\",\\\"The text to be used for this link in the menu.\\\":\\\"Le texte à utiliser pour ce lien dans le menu.\\\",\\\"Menu links that are not enabled will not be listed in any menu.\\\":\\\"Les liens de menu qui ne sont pas activés ne seront pas listés dans les menus.\\\",\\\"Show as expanded\\\":\\\"Afficher déplié\\\",\\\"If selected and this menu link has children, the menu will always appear expanded.\\\":\\\"S'il est sélectionné et qu'il a des enfants, ce menu apparaitra toujours déplié.\\\",\\\"Parent link\\\":\\\"Lien parent\\\",\\\"The menu link %title has been deleted.\\\":\\\"Le lien de menu %title a été supprimé.\\\",\\\"Are you sure you want to reset the link %item to its default values?\\\":\\\"Êtes-vous sûr(e) de vouloir réinitialiser le lien %item à ses valeurs par défaut ?\\\",\\\"The menu link was reset to its default settings.\\\":\\\"Le lien de menu a été réinitialisé à ses valeurs par défaut.\\\",\\\"Deleted custom menu %title and all its menu links.\\\":\\\"Le menu personnalisé %title a été supprimé ainsi que tous ses liens.\\\",\\\"Warning: There is currently 1 menu link in %title. It will be deleted (system-defined items will be reset).\\\\u0003Warning: There are currently @count menu links in %title. They will be deleted (system-defined links will be reset).\\\":\\\"Attention : Il y a actuellement 1 entrée de menu dans %title. Elle sera supprimée (les entrées définies par le système seront réinitialisées).\\\\u0003Attention : Il y a actuellement @count entrées de menu dans %title. Elles seront supprimées (les entrées définies par le système seront réinitialisées).\\\",\\\"Managing menus\\\":\\\"Gestion des menus\\\",\\\"Displaying menus\\\":\\\"Affichage des menus\\\",\\\"Administer menus and menu items\\\":\\\"Administrer les menus et les éléments de menus.\\\",\\\"Provide a menu link\\\":\\\"Fournir un lien de menu\\\",\\\"Available menus\\\":\\\"Menus disponibles\\\",\\\"The menus available to place links in for this content type.\\\":\\\"Menus acceptant les liens de ce type de contenu.\\\",\\\"Default parent item\\\":\\\"Élément parent par défaut\\\",\\\"Choose the menu item to be the default parent for a new link in the content authoring form.\\\":\\\"Choisir l'élément de menu qui deviendra le parent par défaut pour les nouveaux liens dans le formulaire de création de contenu.\\\",\\\"Edit menu link\\\":\\\"Modifier le lien de menu\\\",\\\"Reset menu link\\\":\\\"Réinitialiser le lien du menu\\\",\\\"Delete menu link\\\":\\\"Suppirmer le lien de menu\\\",\\\"Preview before submitting\\\":\\\"Aperçu avant soumission\\\",\\\"This text will be displayed at the top of the page when creating or editing content of this type.\\\":\\\"Ce texte sera affiché en haut de la page lors de la création ou de la modification de ce type de contenu.\\\",\\\"Users with the Administer content permission will be able to override these options.\\\":\\\"Les utilisateurs ayant la permission Administrer le contenu pourront supplanter ces options\\\",\\\"Author username and publish date will be displayed.\\\":\\\"Le nom d'utilisateur de l'auteur et la date de publication seront affichés.\\\",\\\"Invalid machine-readable name. Enter a name other than %invalid.\\\":\\\"Nom interne incorrect. Saisir un nom différent de \\\\\\\"%invalid\\\\\\\".\\\",\\\"Publish selected content\\\":\\\"Publier le contenu sélectionné\\\",\\\"Unpublish selected content\\\":\\\"Dépublier le contenu sélectionné\\\",\\\"Promote selected content to front page\\\":\\\"Promouvoir en page d'accueil le contenu sélectionné\\\",\\\"Demote selected content from front page\\\":\\\"Retirer de la page d'accueil le contenu sélectionné\\\",\\\"Make selected content sticky\\\":\\\"Épingler en haut des listes le contenu sélectionné\\\",\\\"Make selected content not sticky\\\":\\\"Retirer du haut des listes le contenu sélectionné\\\",\\\"Are you sure you want to delete this item?\\\\u0003Are you sure you want to delete these items?\\\":\\\"Êtes-vous sûr(e) de vouloir supprimer cet élément ?\\\\u0003Êtes-vous sûr(e) de vouloir supprimer ces éléments ?\\\",\\\"Edit @type @title\\\":\\\"Modifier @type @title\\\",\\\"Tokens related to individual content items, or \\\\\\\"nodes\\\\\\\".\\\":\\\"Jetons (tokens) en rapport avec des éléments individuels, ou \\\\\\\"nœuds\\\\\\\" (nodes).\\\",\\\"The unique ID of the content item, or \\\\\\\"node\\\\\\\".\\\":\\\"L'identifiant (ID) unique de l'élément de contenu, ou \\\\\\\"nœud\\\\\\\" (node).\\\",\\\"The main body text of the node.\\\":\\\"Le corps de texte principal du nœud.\\\",\\\"The summary of the node's main body text.\\\":\\\"Le résumé du corps de texte principal du nœud.\\\",\\\"Creating content\\\":\\\"Création de contenu\\\",\\\"Creating custom content types\\\":\\\"Création de types de contenu personnalisés\\\",\\\"Administering content\\\":\\\"Administration du contenu\\\",\\\"Creating revisions\\\":\\\"Création de révisions\\\",\\\"The Node module also enables you to create multiple versions of any content, and revert to older versions using the Revision information settings.\\\":\\\"Le module Node permet aussi de créer de multiples versions de n'importe quel contenu, et de rétablir les versions antérieures en utilisant les paramètres Informations de révision.\\\",\\\"User permissions\\\":\\\"Droits de l'utilisateur\\\",\\\"Individual content types can have different fields, behaviors, and permissions assigned to them.\\\":\\\"Chaque type de contenu peut recevoir, individuellement, des champs, des comportements, et des permissions distincts.\\\",\\\"Content items can be displayed using different view modes: Teaser, Full content, Print, RSS, etc. Teaser is a short format that is typically used in lists of multiple content items. Full content is typically used when the content is displayed on its own page.\\\":\\\"Les éléments de contenu peuvent être affichés en utilisant différents modes de visualisation : accroche, contenu intégral, impression, RSS, etc. L'accroche (teaser) est un format court qui est typiquement utilisé dans les listes de multiples éléments de contenus. Le contenu intégral est typiquement utilisé lorsqu'un contenu est affiché au sein de sa propre 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.\\\":\\\"Ici, vous pouvez définir quels champs seront affichés ou masqués pour chaque mode de visualisation du contenu %type, et définir comment les champs seront affichés dans chaque mode de visualisation.\\\",\\\"Administer content types\\\":\\\"Administrer les types de contenus\\\",\\\"Warning: Give to trusted roles only; this permission has security implications.\\\":\\\"Attention : ne l'attribuer qu'à des rôles de confiance ; cette permission touche à la sécurité.\\\",\\\"View published content\\\":\\\"Voir le contenu publié\\\",\\\"Bypass content access control\\\":\\\"Outrepasser le contrôle d'accès au contenu\\\",\\\"View own unpublished content\\\":\\\"Voir le contenu non-publié dont on est l'auteur\\\",\\\"Content is sticky at top of lists\\\":\\\"Le contenu est épinglé en haut des listes\\\",\\\"Content is promoted to the front page\\\":\\\"Le contenu est promu en page d'accueil\\\",\\\"Change the author of content\\\":\\\"Changer l'auteur d'un contenu\\\",\\\"Unpublish content containing keyword(s)\\\":\\\"Dépublier un contenu contenant le(s) mot(s)-clé(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.\\\\\\\"\\\":\\\"Le contenu sera dépublier s'il contient n'importe laquelle des phrases ci-dessus. Utiliser une liste de phrases séparées par des virgules, les phrases sont sensibles à la casse. Exemple : amusant, saut à l'élastique, \\\\\\\"Company, Inc.\\\\\\\"\\\",\\\"Node Access Permissions\\\":\\\"Droits d'accès au nœud\\\",\\\"One permission in use\\\\u0003@count permissions in use\\\":\\\"@count permission utilisée\\\\u0003@count permissions utilisées\\\",\\\"Don't display post information\\\":\\\"Ne pas afficher les informations de la contribution\\\",\\\"Creating aliases\\\":\\\"Création d'alias\\\",\\\"Managing aliases\\\":\\\"Gestion des alias\\\",\\\"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.\\\":\\\"Un alias définit un nom différent pour le chemin d'une URL existante - par exemple, l'alias \\\\\\\"a-propos\\\\\\\" pour le chemin de l'URL \\\\\\\"node/1\\\\\\\". Un même chemin d'URL peut avoir plusieurs alias.\\\",\\\"Administer URL aliases\\\":\\\"Administrer les alias d'URL\\\",\\\"Create and edit URL aliases\\\":\\\"Créer et modifier des alias d'URL\\\",\\\"The alias is already in use.\\\":\\\"L'alias est déjà utilisé.\\\",\\\"Enriches your content with metadata to let other applications (e.g. search engines, aggregators) better understand its relationships and attributes.\\\":\\\"Enrichit votre contenu avec des métadonnées pour permettre à d'autres applications (par ex. des moteurs de recherche ou des agrégateurs) de mieux comprendre ses relations et attributs.\\\",\\\"Searched %type for %keys.\\\":\\\"Recherché %type pour %keys.\\\",\\\"Administer search\\\":\\\"Administrer la recherche\\\",\\\"Use search\\\":\\\"Utiliser la recherche\\\",\\\"Use advanced search\\\":\\\"Utiliser la recherche avancée\\\",\\\"Choose a set of shortcuts to use\\\":\\\"Choisissez un ensemble de raccourcis à utiliser\\\",\\\"Choose a set of shortcuts for this user\\\":\\\"Choisissez un ensemble de raccourcis pour cet utilisateur\\\",\\\"%user is now using a new shortcut set called %set_name. You can edit it from this page.\\\":\\\"%user utilise maintenant le nouvel ensemble de raccourci %set_name. Vous pouvez le modifier depuis cette page.\\\",\\\"You are now using the %set_name shortcut set.\\\":\\\"Vous utilisez désormais l'ensemble de raccourcis %set_name.\\\",\\\"%user is now using the %set_name shortcut set.\\\":\\\"%user utilise désormais l'ensemble de raccourcis %set_name.\\\",\\\"Change set\\\":\\\"Changer d'ensemble\\\",\\\"The shortcut set has been updated.\\\":\\\"L'ensemble de raccourcis a été mis à jour.\\\",\\\"The name of the shortcut.\\\":\\\"Le nom du raccourci\\\",\\\"The shortcut %link has been updated.\\\":\\\"Le raccourci %link a été mis à jour.\\\",\\\"Added a shortcut for %title.\\\":\\\"Rajout d'un raccourci pour %title.\\\",\\\"The shortcut %title has been deleted.\\\":\\\"Le raccourci %title a été supprimé.\\\",\\\"Unable to add a shortcut for %title.\\\":\\\"Impossible d'ajouter un raccourci pour %title.\\\",\\\"Adding and removing shortcuts\\\":\\\"Ajout et suppression de raccourcis\\\",\\\"Displaying shortcuts\\\":\\\"Affichage des raccourcis\\\",\\\"Administer shortcuts\\\":\\\"Administrer les raccourcis\\\",\\\"Add to %shortcut_set shortcuts\\\":\\\"Ajouter aux raccourcis %shortcut_set\\\",\\\"Add to shortcuts\\\":\\\"Ajouter aux raccourcis\\\",\\\"Remove from %shortcut_set shortcuts\\\":\\\"Supprimer des raccourcis %shortcut_set\\\",\\\"Remove from shortcuts\\\":\\\"Supprimer des raccourcis\\\",\\\"Edit shortcuts\\\":\\\"Modifier les raccourcis\\\",\\\"Add shortcut\\\":\\\"Ajouter un raccourci\\\",\\\"Allows users to manage customizable lists of shortcut links.\\\":\\\"Permet aux utilisateur de gérer des listes de liens de raccourci configurables\\\",\\\"GSS negotiate\\\":\\\"negociation GSS\\\",\\\"NTLM\\\":\\\"NTLM\\\",\\\"Any safe\\\":\\\"En toute sécurité\\\",\\\"Running tests\\\":\\\"Lancement des 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.\\\":\\\"Après l'exécution des tests, un message sera affiché à côté de chaque groupe de test indiquant si ces tests ont réussi, ont échoué ou ont généré des exceptions. Une réussite signifie que le test a renvoyé les résultats attendus, tandis qu'un échec signifie le contraire. Une exception indique normalement une erreur en dehors du test, tel qu'un warning ou notice PHP. S'il y a eu des échecs ou des exceptions, les résultats seront développés pour montrer les détails et les tests qui ont obtenu des échecs ou des exceptions seront indiqués dans des lignes rouge ou rose. Vous pouvez utilisez ces résultats pour revoir votre code et tests jusqu'à ce qu'ils réussissent.\\\",\\\"Administer tests\\\":\\\"Administrer les tests\\\",\\\"The test run finished in @elapsed.\\\":\\\"L'exécution du test s'est terminée en @elapsed\\\",\\\"Use the Clean environment button to clean-up temporary files and tables.\\\":\\\"Utiliser le bouton Nettoyer l'environnement pour supprimer les fichiers et tables temporaires .\\\",\\\"PHP open_basedir restriction\\\":\\\"Restriction open_basedir de PHP\\\",\\\"Displaying popular content\\\":\\\"Afficher le contenu populaire\\\",\\\"Page view counter\\\":\\\"Compteur de pages vues\\\",\\\"Administer statistics\\\":\\\"Administrer les statistiques\\\",\\\"View content hits\\\":\\\"Voir les consultations du contenu\\\",\\\"Logging for UNIX, Linux, and Mac OS X\\\":\\\"Jounalisation pour UNIX, Linux et Mac OS X\\\",\\\"Logging for Microsoft Windows\\\":\\\"Journalisation pour Microsoft Windows\\\",\\\"On Microsoft Windows, messages are always sent to the Event Log using the code LOG_USER.\\\":\\\"Sous Microsoft Windows, les messages sont toujours envoyés au journal d'évènements en utilisant le code LOG_USER.\\\",\\\"Syslog facility\\\":\\\"Fonction Syslog (journal système)\\\",\\\"Depending on the system configuration, Syslog and other logging tools use this code to identify or filter messages from within the entire system log.\\\":\\\"En fonction de la configuration du système, Syslog et les outils de journalisation utilisent ce code pour identifier ou filtrer les messages du journal du système entier.\\\",\\\"The image %file could not be rotated because the imagerotate() function is not available in this PHP installation.\\\":\\\"L'image %file n'a pas pu être tournée car la fonction imagerorate() n'est pas disponible danc cette installation de PHP.\\\",\\\"default theme\\\":\\\"thème par défaut\\\",\\\"Choose \\\\\\\"Default theme\\\\\\\" to always use the same theme as the rest of the site.\\\":\\\"Choisissez \\\\\\\"Thème par défaut\\\\\\\" pour toujours utiliser le même thème sur l'ensemble du site.\\\",\\\"Use the administration theme when editing or creating content\\\":\\\"Utiliser le thème d'administration lors de la création ou de la modification de contenu\\\",\\\"The %theme theme was not found.\\\":\\\"Le thème %theme n'a pas été trouvé.\\\",\\\"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.\\\":\\\"Merci de prendre en compte que le thème d'administration est toujours le thème %admin_theme ; en conséquence, le thème de cette page reste inchangé. Toutefois, toutes les sections de ce site non relatives à l'administration utilisent le thème par défaut %selected_theme\\\",\\\"%theme is now the default theme.\\\":\\\"%theme est désormais le thème par défaut.\\\",\\\"User verification status in comments\\\":\\\"Vérification du statut de l'utilisateur dans les commentaires\\\",\\\"These settings only exist for the themes based on the %engine theme engine.\\\":\\\"Ces paramètres existent seulement pour les thèmes basés sur le moteur de thème %engine.\\\",\\\"The custom logo path is invalid.\\\":\\\"Le chemin du logo personnalisé n'est pas valide.\\\",\\\"The custom favicon path is invalid.\\\":\\\"Le chemin de l'icône de favori est invalide.\\\",\\\"@module (incompatible with version @version)\\\":\\\"@module (est incompatible avec la version @version)\\\",\\\"Would you like to continue with the above?\\\":\\\"Souhaitez-vous continuer avec ce qui précède ?\\\",\\\"Enter a valid IP address.\\\":\\\"Saisir une adresse IP valide.\\\",\\\"The IP address %ip was deleted.\\\":\\\"L'adresse IP %ip a été supprimée.\\\",\\\"How this is used depends on your site's theme.\\\":\\\"La façon dont cela sera utilisé dépend du thème de votre site.\\\",\\\"This page is displayed when the requested document is denied to the current user. Leave blank to display a generic \\\\\\\"access denied\\\\\\\" page.\\\":\\\"Cette page est affichée lorsque l'affichage du document demandé est refusé à l'utilisateur actuel. Laisser vide pour afficher une page \\\\\\\"Accès refusé\\\\\\\" générique.\\\",\\\"This page is displayed when no other content matches the requested document. Leave blank to display a generic \\\\\\\"page not found\\\\\\\" page.\\\":\\\"Cette page est affichée lorsque aucun contenu ne correspond au document demandé. Laisser vide pour afficher une page \\\\\\\"page non trouvée\\\\\\\" générique.\\\",\\\"Errors and warnings\\\":\\\"Erreurs et avertissements\\\",\\\"Clear all caches\\\":\\\"Effacer tous les caches\\\",\\\"Bandwidth optimization\\\":\\\"Optimisation de la bande passante\\\",\\\"Public file system path\\\":\\\"Chemin du système public de fichier\\\",\\\"Private file system path\\\":\\\"Chemin du système privé de fichier\\\",\\\"A local file system path where temporary files will be stored. This directory should not be accessible over the web.\\\":\\\"Un chemin sur le système de fichier local où seront stockés les fichiers temporaires. Ce répertoire ne devrait pas être accessible à partir d'internet.\\\",\\\"Default download method\\\":\\\"Méthode de téléchargement par défaut\\\",\\\"This setting is used as the preferred download method. The use of public files is more efficient, but does not provide any access control.\\\":\\\"Ce paramètre définit la méthode de téléchargement préférée. L'utilisation de fichiers publics est plus efficace mais ne fournit aucun contrôle d'accès.\\\",\\\"Description of your site, included in each feed.\\\":\\\"Description de votre site, sera incluse dans chaque flux.\\\",\\\"Time zones\\\":\\\"Fuseaux horaires\\\",\\\"Only applied if users may set their own time zone.\\\":\\\"Ne s'applique que si les utilisateurs peuvent fixer leur fuseau horaire.\\\",\\\"Time zone for new users\\\":\\\"Fuseau horaire pour les nouveaux utilisateurs\\\",\\\"Put site into maintenance mode\\\":\\\"Mettre le site en mode maintenance\\\",\\\"Displayed as %date\\\":\\\"Affiché comme %date\\\",\\\"Save format\\\":\\\"Enregistrer le format\\\",\\\"Custom date format updated.\\\":\\\"Le format de date personnalisé a été mis à jour.\\\",\\\"Custom date format added.\\\":\\\"Le format de date personnalisé a été ajouté.\\\",\\\"Available actions:\\\":\\\"Actions disponibles :\\\",\\\"Create an advanced action\\\":\\\"Créer une action avancée\\\",\\\"Deleted %ip\\\":\\\"Supprimer %ip\\\",\\\"You must enable the @required module to install @module.\\\\u0003You must enable the @required modules to install @module.\\\":\\\"Vous devez activer le module @required pour installer @module.\\\\u0003Vous devez activer les modules @required pour installer @module.\\\",\\\"Tokens for site-wide settings and other global information.\\\":\\\"Jetons pour la configuration générale du site et pour d'autres informations globales.\\\",\\\"Tokens related to times and dates.\\\":\\\"Jetons (tokens) liés au temps et aux dates.\\\",\\\"Tokens related to uploaded files.\\\":\\\"Jetons (tokens) liés aux fichiers transférés.\\\",\\\"URL (brief)\\\":\\\"URL (courte)\\\",\\\"The URL of the site's front page without the protocol.\\\":\\\"L'URL de la page d'accueil du site sans le protocole.\\\",\\\"Short format\\\":\\\"Format court\\\",\\\"A date in 'short' format. (%date)\\\":\\\"Une date au format 'court'. (%date)\\\",\\\"Medium format\\\":\\\"Format moyen\\\",\\\"A date in 'medium' format. (%date)\\\":\\\"Une date au format 'moyen'. (%date)\\\",\\\"Long format\\\":\\\"Format long\\\",\\\"A date in 'long' format. (%date)\\\":\\\"Une date au format 'long'. (%date)\\\",\\\"Time-since\\\":\\\"Temps écoulé depuis\\\",\\\"Raw timestamp\\\":\\\"Horodatage brut\\\",\\\"A date in UNIX timestamp format (%date)\\\":\\\"Une date au format timestamp UNIX (%date)\\\",\\\"Managing modules\\\":\\\"Gestion des modules\\\",\\\"Managing themes\\\":\\\"Gestion des thèmes\\\",\\\"Configuring basic site settings\\\":\\\"Configuration des paramètres de base du site\\\",\\\"Administer modules\\\":\\\"Administrer les modules\\\",\\\"Administer site configuration\\\":\\\"Administrer la configuration du site\\\",\\\"Administer themes\\\":\\\"Administrer les thèmes\\\",\\\"Administer actions\\\":\\\"Administrer les actions\\\",\\\"Use the administration pages and help\\\":\\\"Utiliser les pages d'administration et l'aide\\\",\\\"Use the site in maintenance mode\\\":\\\"Utiliser le site en mode maintenance\\\",\\\"View site reports\\\":\\\"Voir les rapports du site\\\",\\\"Public local files served by the webserver.\\\":\\\"Les fichiers publics locaux sont servis par le serveur web.\\\",\\\"Private local files served by Drupal.\\\":\\\"Les fichiers privés locaux sont servis par Drupal.\\\",\\\"Temporary files\\\":\\\"Fichiers temporaires\\\",\\\"Temporary local files for upload and previews.\\\":\\\"Fichiers locaux temporaires pour chargement et prévisualisation.\\\",\\\"Update modules\\\":\\\"Mettre à jour les modules\\\",\\\"Update themes\\\":\\\"Mettre à jour les thèmes\\\",\\\"SSH\\\":\\\"SSH\\\",\\\"Your password is not saved in the database and is only used to establish a connection.\\\":\\\"Votre mot de passe n'est pas sauvé dans la base de donnée et est seulement utilisé pour établir une connexion.\\\",\\\"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.\\\":\\\"La connexion sera créée entre votre serveur web et la machine hébergeant les fichiers du serveur web. Dans la grande majorité des cas, ce sera la même machine, et \\\\\\\"localhost\\\\\\\" est correct.\\\",\\\"Select the desired local time and time zone. Dates and times throughout this site will be displayed using this time zone.\\\":\\\"Sélectionnez l'heure locale et le fuseau horaire souhaité. Les dates et heures seront affichées selon ce fuseau horaire sur l'ensemble du site.\\\",\\\"The directory %directory does not exist and could not be created.\\\":\\\"Le répertoire %directory n'existe pas et n'a pas pu être créé.\\\",\\\"The directory %directory exists but is not writable and could not be made writable.\\\":\\\"Le répertoire %directory existe mais n'est pas accessible en écriture et il n'a pas été possible de le rendre inscriptible.\\\",\\\"Delete IP address\\\":\\\"Suppression d'une adresse IP\\\",\\\"Maintenance mode\\\":\\\"Mode maintenance\\\",\\\"Logging and errors\\\":\\\"Journalisation et erreurs\\\",\\\"Regional and language\\\":\\\"Régionalisation et langue\\\",\\\"Edit date format\\\":\\\"Modifier le format de date\\\",\\\"Search and metadata\\\":\\\"Recherche et metadonnées\\\",\\\"Content authoring\\\":\\\"Rédaction de contenu\\\",\\\"%profile_name (%profile-%version)\\\":\\\"%profile_name (%profile-%version)\\\",\\\"more information\\\":\\\"plus d'informations\\\",\\\"Tokens related to taxonomy terms.\\\":\\\"Jetons liés aux termes de taxonomie.\\\",\\\"Tokens related to taxonomy vocabularies.\\\":\\\"Jetons liés aux vocabulaires de taxonomie.\\\",\\\"Taxonomy is for categorizing content. Terms are grouped into vocabularies. For example, a vocabulary called \\\\\\\"Fruit\\\\\\\" would contain the terms \\\\\\\"Apple\\\\\\\" and \\\\\\\"Banana\\\\\\\".\\\":\\\"La Taxonomie sert à catégoriser le contenu. Les termes sont regroupés dans des vocabulaires. Par exemple, un vocabulaire appelé \\\\\\\"Fruit\\\\\\\" contiendra les termes \\\\\\\"Pomme\\\\\\\" et \\\\\\\"Banane\\\\\\\".\\\",\\\"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.\\\":\\\"Vous pouvez réorganiser les termes de %capital_name en utilisant les croix de glisser-déposer ; vous pouvez grouper des termes sous un terme parent en les glissant en-dessous et à droite du 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 contient des termes groupés sous des termes parents. Vous pouvez ré-organiser les termes dans %capital_name en utilisant les croix de glisser-déposer.\\\",\\\"%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 contient des termes avec des parents multiples. Le glisser-déposer de termes avec des parents multiples n'est pas supporté, mais vous pouvez ré-activer le support du glisser-déposer en modifiant chaque terme pour qu'il n'inclue qu'un seul parent.\\\",\\\"Administer vocabularies and terms\\\":\\\"Administrer les vocabulaires et termes\\\",\\\"Use the administration toolbar\\\":\\\"Utiliser la barre d'outils d'administration\\\",\\\"Provides a toolbar that shows the top-level administration menu items and links from other modules.\\\":\\\"Fournit une barre d'outils affichant les éléments de plus haut niveau du menu d'administration, ainsi que des liens provenant d'autres modules.\\\",\\\"Tracking new and updated site content\\\":\\\"Suivi du contenu du site nouveau et mis à jour\\\",\\\"Tracking user-specific content\\\":\\\"Suivi du contenu propre à un utilisateur\\\",\\\"My recent content\\\":\\\"Mon contenu récent\\\",\\\"Enables tracking of recent content for users.\\\":\\\"Active le suivi du contenu récent pour les utilisateurs.\\\",\\\"Translating content\\\":\\\"Traduction du contenu\\\",\\\"Installing updates\\\":\\\"Installation des mises à jour\\\",\\\"Preparing to update your site\\\":\\\"Préparation de la mise à jour de votre site\\\",\\\"Installing %project\\\":\\\"Installation de %project\\\",\\\"Preparing to install\\\":\\\"Préparation de l'installation\\\",\\\"Error installing / updating\\\":\\\"Erreur d'installation / de mise à jour\\\",\\\"Installed %project_name successfully\\\":\\\"%project_name a été installé avec succès\\\",\\\"Update was completed successfully. Your site has been taken out of maintenance mode.\\\":\\\"La mise à jour a été terminée avec succès. Votre site a été retiré du mode maintenance.\\\",\\\"Update was completed successfully.\\\":\\\"La mise à jour a été achevée avec succès.\\\",\\\"Update failed! See the log below for more information.\\\":\\\"La mise à jour a échoué ! Consultez le journal ci-dessous pour plus d'informations.\\\",\\\"Update failed! See the log below for more information. Your site is still in maintenance mode.\\\":\\\"La mise à jour a échoué ! Consultez le journal ci-dessous pour plus d'information. Votre site est toujours en mode maintenance.\\\",\\\"Installation was completed successfully. Your site has been taken out of maintenance mode.\\\":\\\"L'installation a été réalisée avec succès. Votre site n'est plus en mode maintenance.\\\",\\\"Installation was completed successfully.\\\":\\\"L'installation a été réalisée avec succès.\\\",\\\"Installation failed! See the log below for more information.\\\":\\\"L'installation a échoué ! Consultez le journal ci-dessous pour plus d'informations.\\\",\\\"Installation failed! See the log below for more information. Your site is still in maintenance mode.\\\":\\\"L'installation a échoué ! Consultez le journal ci-dessous pour plus d'informations. Votre site est toujours en mode maintenance.\\\",\\\"Failed to get available update data.\\\":\\\"La récupération des données de mise à jour disponibles a échoué.\\\",\\\"No available update data\\\":\\\"Aucune donnée de mise à jour disponible\\\",\\\"Checking available update data\\\":\\\"Vérification des données de mise à jour disponibles\\\",\\\"Trying to check available update data ...\\\":\\\"Tentative de vérification des données de mises à jour disponibles...\\\",\\\"Error checking available update data.\\\":\\\"Erreur à la vérification des données de mises à jour disponibles.\\\",\\\"Checking available update data ...\\\":\\\"Vérification des données de mises à jour disponibles ...\\\",\\\"Checked available update data for %title.\\\":\\\"Les données de mises à jour disponibles pour %title ont été vérifiées.\\\",\\\"Failed to check available update data for %title.\\\":\\\"Échec lors de la vérification des données de mises à jour disponibles pour %title.\\\",\\\"An error occurred trying to get available update data.\\\":\\\"Une erreur s'est produite en essayant de récupérer les données de mises à jour disponibles.\\\",\\\"Checked available update data for one project.\\\\u0003Checked available update data for @count projects.\\\":\\\"Données de mises à jour disponibles vérifiées pour @count projet.\\\\u0003Données de mises à jour disponibles vérifiées pour @count projets.\\\",\\\"Failed to get available update data for one project.\\\\u0003Failed to get available update data for @count projects.\\\":\\\"La récupération des informations de mise à jour a échoué pour @count projet.\\\\u0003La récupération des informations de mise à jour a échoué pour @count projets.\\\",\\\"There was a problem getting update information. Try again later.\\\":\\\"Il y a eu un problème à la récupération des informations de mise à jour. Veuillez ré-essayer plus tard.\\\",\\\"(Theme)\\\":\\\"(Thème)\\\",\\\"(Security update)\\\":\\\"(Mise à jour de sécurité)\\\",\\\"(Unsupported)\\\":\\\"(Non supportée)\\\",\\\"All of your projects are up to date.\\\":\\\"Tous vos projets sont à jour.\\\",\\\"Download these updates\\\":\\\"Télécharger ces mises à jour\\\",\\\"Manual updates required\\\":\\\"Des mises à jour manuelles sont requises\\\",\\\"You must select at least one project to update.\\\":\\\"Vous devez sélectionner au moins un projet à mettre à jour.\\\",\\\"Downloading updates\\\":\\\"Téléchargement des mises à jour\\\",\\\"Preparing to download selected updates\\\":\\\"Préparation au téléchargement des mises à jour sélectionnées\\\",\\\"Downloading updates failed:\\\":\\\"Le téléchargement des mises à jour a échoué :\\\",\\\"Updates downloaded successfully.\\\":\\\"Les mises à jour ont été téléchargées avec succès.\\\",\\\"Fatal error trying to download.\\\":\\\"Erreur fatale en essayant de télécharger.\\\",\\\"Perform updates with site in maintenance mode (strongly recommended)\\\":\\\"Effectuer les mises à jour avec le site en mode maintenance (fortement recommandé)\\\",\\\"Install from a URL\\\":\\\"Installer depuis une URL\\\",\\\"For example: %url\\\":\\\"Par exemple : %url\\\",\\\"Upload a module or theme archive to install\\\":\\\"Transférer une archive de module ou de thème à installer\\\",\\\"For example: %filename from your local computer\\\":\\\"Par exemple : %filename depuis votre ordinateur local\\\",\\\"You must either provide a URL or upload an archive file to install.\\\":\\\"Vous devez soit fournir une URL, soit transférer une archive à installer.\\\",\\\"Unable to retrieve Drupal project from %url.\\\":\\\"Impossible de récupérer le projet Drupal depuis %url.\\\",\\\"Provided archive contains no files.\\\":\\\"L'archive spécifiée ne contient aucun fichier.\\\",\\\"Unable to determine %project name.\\\":\\\"Impossible de déterminer le nom de %project.\\\",\\\"%project is already installed.\\\":\\\"%project est déjà installé.\\\",\\\"Cannot extract %file, not a valid archive.\\\":\\\"Impossible d'extraire %file, ce n'est pas une archive valide.\\\",\\\"Downloading %project\\\":\\\"Téléchargement de %project\\\",\\\"Failed to download %project from %url\\\":\\\"Echec du téléchargement de %project depuis %url\\\",\\\"Includes:\\\":\\\"Contient :\\\",\\\"Enabled: %includes\\\":\\\"Activé : %includes\\\",\\\"Disabled: %disabled\\\":\\\"Désactivé : %disabled\\\",\\\"Checking for available updates\\\":\\\"Vérification des mises à jour disponibles\\\",\\\"You can automatically install your missing updates using the Update manager:\\\":\\\"Vous pouvez installer automatiquement vos mises à jour manquantes en utilisant le Gestionnaire de mise à jour :\\\",\\\"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.\\\":\\\"La version installée comporte au moins un module ou un thème qui n'est plus supporté à ce jour. Le mettre à jour ou le désactiver est fortement recommandé. Veuillez consulter la page d'accueil du projet en question pour plus de détails.\\\",\\\"Ready to update\\\":\\\"Prêt pour la mise à jour\\\",\\\"Update manager\\\":\\\"Gestionnaire de mises à jour\\\",\\\"Checks for available updates, and can securely install or update modules and themes via a web interface.\\\":\\\"Vérifie les mises à jour disponibles, et peut installer ou mettre à jour de manière sécurisée vos modules et thèmes via une interface web.\\\",\\\"This role will be automatically assigned new permissions whenever a module is enabled. Changing this setting will not affect existing permissions.\\\":\\\"Les nouvelles permissions de tout nouveau module activé seront automatiquement attribuées à ce rôle. Changer ce paramètre n'affectera pas les permissions existantes.\\\",\\\"Registration and cancellation\\\":\\\"Inscription et annulation\\\",\\\"Who can register accounts?\\\":\\\"Qui peut enregistrer des comptes ?\\\",\\\"Administrators only\\\":\\\"Administrateurs seulement\\\",\\\"Visitors, but administrator approval is required\\\":\\\"Les visiteurs, mais l'approbation d'un administrateur est requise\\\",\\\"When cancelling a user account\\\":\\\"Lors de l'annulation d'un compte utilisateur\\\",\\\"Select method for cancelling account\\\":\\\"Choisissez une méthode pour annuler un compte\\\",\\\"Administer users\\\":\\\"Administrer les utilisateurs\\\",\\\"Welcome (new user created by administrator)\\\":\\\"Bienvenue (nouvel utilisateur créé par un administrateur)\\\",\\\"Welcome (awaiting approval)\\\":\\\"Bienvenue (en attente d'approbation)\\\",\\\"Welcome (no approval required)\\\":\\\"Bienvenue (aucune approbation requise)\\\",\\\"Password recovery\\\":\\\"Récupération de mot de passe\\\",\\\"Account activation\\\":\\\"Activation du compte\\\",\\\"Account cancellation confirmation\\\":\\\"Confirmation de l'annulation du compte\\\",\\\"Account canceled\\\":\\\"Compte annulé\\\",\\\"The one-time login link you clicked is invalid.\\\":\\\"Le lien de connexion unique sur lequel vous avez cliqué n'est pas valide.\\\",\\\"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.\\\":\\\"Vous venez d'utiliser votre lien de connexion unique. Il n'est désormais plus nécessaire d'utiliser ce lien pour vous connecter. Veuillez modifier votre mot de passe.\\\",\\\"

This is a one-time login for %user_name and will expire on %expiration_date.

Click on this button to log in to the site and change your password.

\\\":\\\"

Ceci est une connexion unique pour %user_name qui expirera le %expiration_date.

Cliquez sur ce bouton pour vous connecter au site et modifier votre mot de passe.

\\\",\\\"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.\\\":\\\"Vous avez tenté d'utiliser un lien de connexion unique qui a déjà été utilisé ou n'est plus valide. Veuillez en demander un nouveau en utilisant le formulaire ci-dessous.\\\",\\\"When cancelling your account\\\":\\\"Lors de l'annulation de votre compte\\\",\\\"When cancelling the account\\\":\\\"A l'annulation du compte\\\",\\\"Are you sure you want to cancel your account?\\\":\\\"Etes-vous sûr(e) de vouloir annuler votre compte ?\\\",\\\"Are you sure you want to cancel the account %name?\\\":\\\"Êtes-vous sûr(e) de vouloir annuler le compte %name ?\\\",\\\"Select the method to cancel the account above.\\\":\\\"Choisir la méthode pour annuler le compte ci-dessus.\\\",\\\"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.\\\":\\\"Votre compte sera bloqué et vous ne serez plus autorisé à vous connecter. Tout vos contenus seront cachés de tous les utilisateurs, sauf des administrateurs.\\\",\\\"Your account will be removed and all account information deleted. All of your content will be assigned to the %anonymous-name user.\\\":\\\"Votre compte sera supprimé et toutes les informations du compte supprimées. Tous vos contenus seront assignés à l'utilisateur %anonymous-name.\\\",\\\"Your account will be removed and all account information deleted. All of your content will also be deleted.\\\":\\\"Votre compte sera supprimé et toutes les informations du compte supprimées. Tous vos contenus seront aussi supprimés.\\\",\\\"You have tried to use an account cancellation link that has expired. Please request a new one using the form below.\\\":\\\"Vous avez essayé d'utiliser un lien d'annulation de compte ayant expiré. Veuillez en demander un nouveau en utilisant le formulaire ci-dessous.\\\",\\\"Sent account cancellation request to %name %email.\\\":\\\"Une demande d'annulation de compte a été envoyée à %name %email.\\\",\\\"Tokens related to individual user accounts.\\\":\\\"Jetons relatifs aux comptes individuels d'utilisateur\\\",\\\"Tokens related to the currently logged in user.\\\":\\\"Jetons associés à l'utilisateur actuellement connecté\\\",\\\"Creating and managing users\\\":\\\"Création et administration des utilisateurs\\\",\\\"This form lets administrators configure how fields should be displayed when rendering a user profile page.\\\":\\\"Ce formulaire permet aux administrators de configurer la manière sont les champs doivent être affichés au rendu d'une page de profil utilisateur.\\\",\\\"Administer permissions\\\":\\\"Administrer les droits\\\",\\\"Change own username\\\":\\\"Modifier son propre nom d'utilisateur\\\",\\\"Cancel own user account\\\":\\\"Annuler son propre compte utilisateur\\\",\\\"Select method for cancelling own account\\\":\\\"Choisir la méthode de suppression de votre compte\\\",\\\"Cancelling account\\\":\\\"Annulation du compte\\\",\\\"Cancelling user account\\\":\\\"Annulation du compte de l'utilisateur\\\",\\\"%name has been disabled.\\\":\\\"%name a été désactivé.\\\",\\\"Are you sure you want to cancel these user accounts?\\\":\\\"Etes vous sûr(e) de vouloir annuler ces comptes utilisateur ?\\\",\\\"Cancel accounts\\\":\\\"Supprimer des comptes\\\",\\\"Add lowercase letters\\\":\\\"Ajoutez des lettres minuscules\\\",\\\"Add uppercase letters\\\":\\\"Ajoutez des lettres majuscules\\\",\\\"Add numbers\\\":\\\"Ajoutez des chiffres\\\",\\\"Add punctuation\\\":\\\"Ajoutez des caractères de ponctuation\\\",\\\"Make it different from your username\\\":\\\"Différenciez le de votre nom d'utilisateur\\\",\\\"Weak\\\":\\\"Faible\\\",\\\"Fair\\\":\\\"Correct\\\",\\\"Blocked user: %name %email.\\\":\\\"Utilisateur bloqué : %name %email.\\\",\\\"Confirm account cancellation\\\":\\\"Confirmer l’annulation du compte\\\",\\\"Minimal\\\":\\\"Minimal\\\",\\\"Install with commonly used features pre-configured.\\\":\\\"Installer avec les fonctionnalités couramment utilisées pré-configurées.\\\",\\\"Contact forms\\\":\\\"Formulaires de contact\\\",\\\"Flood control\\\":\\\"Contrôle du bombardement\\\",\\\"Entity ID\\\":\\\"Identifiant (ID) de l'entité\\\",\\\"Image style\\\":\\\"Style d'image\\\",\\\"Remove this display\\\":\\\"Retirer cet affichage\\\",\\\"Operator to use on all groups\\\":\\\"Opérateur à utiliser sur tous les groupes\\\",\\\"Either \\\\\\\"group 0 AND group 1 AND group 2\\\\\\\" or \\\\\\\"group 0 OR group 1 OR group 2\\\\\\\", etc\\\":\\\"Soit \\\\\\\"groupe 0 AND groupe 1 AND groupe 2\\\\\\\" soit \\\\\\\"groupe 0 OR groupe 1 OR groupe 2\\\\\\\", etc.\\\",\\\"Remove group @group\\\":\\\"Retirer le groupe @group\\\",\\\"Default group\\\":\\\"Groupe par défaut\\\",\\\"Group @group\\\":\\\"Groupe @group\\\",\\\"Ungroupable filters\\\":\\\"Filtres non-groupables\\\",\\\"Basic exposed form\\\":\\\"Formulaire exposé basique\\\",\\\"An exposed form that only renders a view if the form contains user input.\\\":\\\"Un formulaire exposé qui affiche une vue seulement si le formulaire contient une saisie utilisateur.\\\",\\\"Display a limited number items that this view might find.\\\":\\\"Afficher un nombre limité d'éléments que cette vue pourrait trouver.\\\",\\\"Paged output, full pager\\\":\\\"Rendu paginé, pagination complète\\\",\\\"Paged output, full Drupal style\\\":\\\"Rendu paginé, complet du style Drupal\\\",\\\"Paged output, mini pager\\\":\\\"Rendu paginé, mini-pagination\\\",\\\"Name (raw)\\\":\\\"Nom (brut)\\\",\\\"Provide markup text for the area.\\\":\\\"Fournir un texte balisé pour la zone.\\\",\\\"Change the machine name of this display.\\\":\\\"Changer le nom système de cet affichage.\\\",\\\"Change settings for this pager type.\\\":\\\"Modifier les paramètres pour ce type de pagination.\\\",\\\"Allow grouping and aggregation (calculation) of fields.\\\":\\\"Autoriser le regroupement et l'aggrégation (calcul) des champs.\\\",\\\"Exposed form style\\\":\\\"Style du formulaire exposé\\\",\\\"Select the kind of exposed filter to use.\\\":\\\"Choisir le type de filtre exposé à utiliser.\\\",\\\"Exposed form settings for this exposed form style.\\\":\\\"Paramètres du formulaire exposé pour ce style de formulaire exposé.\\\",\\\"The machine name of this display\\\":\\\"Le nom système de cet affichage\\\",\\\"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.\\\":\\\"Si coché, certains champs pourraient devenir indisponibles. Tous les champs qui sont sélectionnés pour le regroupement seront réduits à un seul enregistrement par valeur distincte. Les autres champs qui sont sélectionnés pour agrégation verront la fonction exécutée sur ceux-ci. Par exemple, vous pouvez grouper des nœuds par leur titre et compter le nombre de nids pour obtenir une liste des doublons.\\\",\\\"Exposed Form\\\":\\\"Formulaire exposé\\\",\\\"Exposed form options\\\":\\\"Options du formulaire exposé\\\",\\\"Pager options\\\":\\\"Options de pagination\\\",\\\"Display id should be unique.\\\":\\\"L'identifiant (ID) de l'affichage doit être unique.\\\",\\\"Include reset button\\\":\\\"Inclure un bouton de réinitialisation.\\\",\\\"Reset button label\\\":\\\"Texte du bouton de réinitialisation\\\",\\\"Text to display in the reset button of the exposed form.\\\":\\\"Texte à afficher dans le bouton de réinitialisation du formulaire exposé.\\\",\\\"Exposed sorts label\\\":\\\"Etiquette des tris exposés\\\",\\\"Select any filter and click on Apply to see results\\\":\\\"Sélectionnez n'importe quel filtre et cliquez sur Appliquer pour voir les résultats\\\",\\\"Text on demand\\\":\\\"Texte à la demande\\\",\\\"Exposed options\\\":\\\"Options exposées\\\",\\\"Items per page label\\\":\\\"Etiquette des éléments par page\\\",\\\"Exposed items per page options\\\":\\\"Options du nombre d'éléments par page\\\",\\\"Expose Offset\\\":\\\"Exposer le décalage\\\",\\\"Offset label\\\":\\\"Étiquette du décalage\\\",\\\"Mini pager, @count item, skip @skip\\\\u0003Mini pager, @count items, skip @skip\\\":\\\"Mini pagination, @count élément, en passer @skip\\\\u0003Mini pagination, @count éléments, en passer @skip\\\",\\\"Mini pager, @count item\\\\u0003Mini pager, @count items\\\":\\\"Mini pagination, @count élement\\\\u0003Mini pagination, @count éléments\\\",\\\"All items, skip @skip\\\":\\\"Tous les éléments, en passer @skip\\\",\\\"All items\\\":\\\"Tous les éléments\\\",\\\"@count item, skip @skip\\\\u0003@count items, skip @skip\\\":\\\"@count élément, en passer @skip\\\\u0003@count éléments, en passer @skip\\\",\\\"@count item\\\\u0003@count items\\\":\\\"@count élément\\\\u0003@count éléments\\\",\\\"Group results together\\\":\\\"Grouper les résultats ensemble\\\",\\\"Bundle ID\\\":\\\"Identifiant (ID) du paquet\\\",\\\"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 mise à jour en attente (@number_applied à appliquer, @number_incompatible ignorée)\\\\u0003@count mises à jour en attente (@number_applied à appliquer, @number_incompatible ignorées)\\\",\\\"Author textfield\\\":\\\"Champ texte Auteur\\\",\\\"Field API to add fields to entities like nodes and users.\\\":\\\"API afin d'ajouter des champs sur des entités tels que des nœuds ou des utilisateurs.\\\",\\\"Overview of fields on all entity types.\\\":\\\"Aperçu des champs de tout type d'entités.\\\",\\\"Error messages to display\\\":\\\"Messages d'erreur à afficher\\\",\\\"It is recommended that sites running on production environments do not display any errors.\\\":\\\"Il est recommandé aux sites fonctionnant dans un environnement de production de ne pas afficher les erreurs.\\\",\\\"Cannot open %file_path\\\":\\\"Impossible d'ouvrir %file_path\\\",\\\"Current password\\\":\\\"Mot de passe actuel\\\",\\\"Your current password is missing or incorrect; it's required to change the %name.\\\":\\\"Votre mot de passe actuel est manquant ou incorrect; il est requis pour changer : %name\\\",\\\"Configure user accounts.\\\":\\\"Configurer les comptes utilisateurs.\\\",\\\"Terminology\\\":\\\"Terminologie\\\",\\\"Inline Form Errors\\\":\\\"Erreurs de formulaire en ligne\\\",\\\"Last access timestamp\\\":\\\"Horodatage du dernier accès\\\",\\\"Last login timestamp\\\":\\\"Horodatage de la dernière connexion\\\",\\\"Severity level\\\":\\\"Niveau de sévérité\\\",\\\"Forum settings\\\":\\\"Paramètres du forum\\\",\\\"Maximize\\\":\\\"Agrandir\\\",\\\"Update preview\\\":\\\"Actualiser l'aperçu\\\",\\\"No media available.\\\":\\\"Aucun média disponible.\\\",\\\"Administer media\\\":\\\"Administrer Media\\\",\\\"View media\\\":\\\"Voir les fichiers multimédia\\\",\\\"Are you sure you want to remove this block?\\\":\\\"Êtes-vous sûr de vouloir retirer ce bloc ?\\\",\\\"Remove block\\\":\\\"Retirer le bloc\\\",\\\"all languages\\\":\\\"toutes les langues\\\",\\\"%module module installed.\\\":\\\"Module %module installé.\\\",\\\"@node_type comment\\\":\\\"Commentaire sur @node_type\\\",\\\"Administer text formats and filters\\\":\\\"Administrer les formats de texte et les filtres\\\",\\\"@type language detection\\\":\\\"Détection de la langue @type\\\",\\\"Use the detected interface language.\\\":\\\"Utiliser la langue de l'interface détectée\\\",\\\"The new set is created by copying items from your default shortcut set.\\\":\\\"Le nouvel ensemble est créé en copiant les éléments de votre ensemble de raccourcis par défaut.\\\",\\\"The new set is created by copying items from the %default set.\\\":\\\"Le nouvel ensemble est créé en copiant les éléments depuis l'ensemble %default.\\\",\\\"You are currently using the %set-name shortcut set.\\\":\\\"Vous utilisez actuellement l'ensemble de raccourcis %set-name.\\\",\\\"Create new set\\\":\\\"Créer un nouvel ensemble\\\",\\\"The %set_name shortcut set has been created. You can edit it from this page.\\\":\\\"L'ensemble de raccourcis %set_name a été créé. Vous pouvez le modifier depuis de cette page.\\\",\\\"Updated set name to %set-name.\\\":\\\"Nom de l'ensemble mis à jour à %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.\\\":\\\"Si vous avez choisi cet ensemble de raccourcis par défaut pour certains (voire pour tous) les utilisateurs, ils pourront être affectés par sa suppression.\\\",\\\"1 user has chosen or been assigned to this shortcut set.\\\\u0003@count users have chosen or been assigned to this shortcut set.\\\":\\\"@count utilisateur utilise cet ensemble de raccourcis.\\\\u0003@count utilisateurs utilisent cet ensemble de raccourcis.\\\",\\\"Administering shortcuts\\\":\\\"Administration des raccourcis\\\",\\\"Choosing shortcut sets\\\":\\\"Choix des ensembles de raccourcis\\\",\\\"Users with permission to switch shortcut sets can choose a shortcut set to use from the Shortcuts tab of their user account page.\\\":\\\"Les utilisateurs ayant le droit de changer d'ensemble de raccourcis peuvent choisir l'ensemble de raccourcis qu'ils souhaitent utiliser dans l'onglet Raccourcis de leur page de compte utilisateur.\\\",\\\"Edit current shortcut set\\\":\\\"Modifier l'ensemble de raccourcis actif\\\",\\\"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.\\\":\\\"La modification de l'ensemble de raccourcis actif affectera les autres utilisateurs qui l'utilisent. L'octroi des droits \\\\\\\"Choisir un ensemble de raccourcis\\\\\\\" en plus de ces droits-ci permettra de modifier n'importe quel ensemble de raccourcis.\\\",\\\"Select any shortcut set\\\":\\\"Choisir un ensemble de raccourcis\\\",\\\"From all shortcut sets, select one to be own active set. Without this permission, an administrator selects shortcut sets for users.\\\":\\\"Parmi tous les ensembles de raccourcis, choisissez en un pour qu'il devienne votre choix par défaut. Sans ces droits, un administrateur sélectionne les ensembles de raccourcis des utilisateurs.\\\",\\\"Add and modify shortcut sets.\\\":\\\"Ajouter et modifier des raccourcis.\\\",\\\"Add shortcut set\\\":\\\"Ajouter un ensemble de raccourcis\\\",\\\"Edit set name\\\":\\\"Editer le nom de l'ensemble\\\",\\\"Delete shortcut set\\\":\\\"Supprimer un ensemble de raccourcis\\\",\\\"@remote could not be saved to @path.\\\":\\\"@remote n'a pas pu être sauvegardé vers @path.\\\",\\\"Database support\\\":\\\"Support de base de données\\\",\\\"Cache type\\\":\\\"Type de cache\\\",\\\"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.\\\":\\\"L'affichage %display a son chemin parametré sur node/%. Ceci ne produira pas l'effet désiré. Si vous voulez avoir plusieurs versions de l'affichage d'un nœud, utilisez Panels.\\\",\\\"Use absolute link (begins with \\\\\\\"http://\\\\\\\")\\\":\\\"Utiliser un lien absolu (commençant par \\\\\\\"http://\\\\\\\")\\\",\\\"Change the CSS class name(s) that will be added to this display.\\\":\\\"Modifier la(les) classe(s) CSS qui sera(seront) ajoutée(s) à cet affichage.\\\",\\\"CSS classes must be alphanumeric or dashes only.\\\":\\\"Les classes CSS doivent être constituées de caractères alphanumériques ou des tirets seulement.\\\",\\\"Set between which values the user can choose when determining the items per page. Separated by comma.\\\":\\\"Spécifiez entre quelle valeurs l'utilisateur peut choisir lors de la spécification du nombre d'éléments par page. Séparées par des virgules.\\\",\\\"Bootstrap\\\":\\\"Bootstrap\\\",\\\"Update @name\\\":\\\"Mettre à jour @name\\\",\\\"Link field\\\":\\\"Champ lien\\\",\\\"Attachment before\\\":\\\"Vue attachée avant\\\",\\\"Attachment after\\\":\\\"Vue attachée après\\\",\\\"Feed icon\\\":\\\"Icône de flux\\\",\\\"visible\\\":\\\"visible\\\",\\\"Content moderation states\\\":\\\"États de modération du contenu\\\",\\\"Transitions\\\":\\\"Transitions\\\",\\\"Cache configuration\\\":\\\"Configuration du cache\\\",\\\"Editing\\\":\\\"En cours de modification\\\",\\\"GD library PNG support\\\":\\\"Prise en charge du format PNG par la bibliothèque GD\\\",\\\"The date the comment was most recently updated.\\\":\\\"La date à laquelle le commentaire a été le plus récemment mis à jour.\\\",\\\"Comment posted: %subject.\\\":\\\"Commentaire posté : %subject.\\\",\\\"View, edit and delete all content regardless of permission restrictions.\\\":\\\"Voir, modifier et supprimer tous les contenus sans tenir compte des restrictions de droits.\\\",\\\"Syslog format\\\":\\\"Format de Syslog\\\",\\\"External resources can be optimized automatically, which can reduce both the size and number of requests made to your website.\\\":\\\"Les ressources externes peuvent être optimisées automatiquement, ce qui peut réduire à la fois la taille et le nombre de requêtes adressées à votre site web.\\\",\\\"A date in 'time-since' format. (%date)\\\":\\\"Une date dans le format \\\\\\\"temps depuis\\\\\\\". (%date)\\\",\\\"The location of the file relative to Drupal root.\\\":\\\"L'emplacement du fichier par rapport à la racine de Drupal.\\\",\\\"Your modules have been downloaded and updated.\\\":\\\"Vos modules ont été téléchargés et mis à jour.\\\",\\\"Translation update status\\\":\\\"Statut de mise à jour des traductions\\\",\\\"The selected file %filename cannot be uploaded. Only files with the following extensions are allowed: %extensions.\\\":\\\"Le fichier sélectionné %filename ne peut pas être transféré. Seulement les fichiers avec les extensions suivantes sont permis : %extensions.\\\",\\\"Filter modules\\\":\\\"Filtrer les modules\\\",\\\"Vocabulary machine name\\\":\\\"Nom système du vocabulaire\\\",\\\"Bartik\\\":\\\"Bartik\\\",\\\"Highlighted\\\":\\\"Mis en évidence\\\",\\\"Main background\\\":\\\"Arrière-plan principal\\\",\\\"Sidebar background\\\":\\\"Arrière-plan de la barre latérale\\\",\\\"Sidebar borders\\\":\\\"Bordures de la barre latérale\\\",\\\"Footer background\\\":\\\"Arrière-plan du pied de page\\\",\\\"Plum\\\":\\\"Prune\\\",\\\"Site logo\\\":\\\"Logo du site\\\",\\\"Title link\\\":\\\"Lien du titre\\\",\\\"@module\\\":\\\"@module\\\",\\\"A space-separated list of HTML tags allowed in the content of feed items. Disallowed tags are stripped from the content.\\\":\\\"Une liste -séparée par des espaces- de balises HTML autorisées dans le contenu des éléments de flux. Les balises non autorisées sont automatiquement supprimées du contenu.\\\",\\\"%field cannot contain any markup.\\\":\\\"%field ne peut pas contenir de balise.\\\",\\\"These options control the display settings for the %name theme. When your site is displayed using this theme, these settings will be used.\\\":\\\"Ces options contrôlent les paramètres d'affichage du thème %name. Lorsque votre site utilisera ce thème, ces paramètres seront appliqués.\\\",\\\"Administer software updates\\\":\\\"Gérer la mise à jour logicielle\\\",\\\"@required_name (Missing)\\\":\\\"@required_name (Manquant)\\\",\\\"@required_name (Version @compatibility required)\\\":\\\"@required_name (Version @compatibility requise)\\\",\\\"@name requires at least PHP @version.\\\":\\\"@name requiert au minimum PHP @version.\\\",\\\"Unresolved dependency\\\":\\\"Dépendance non résolue\\\",\\\"@name requires this module.\\\":\\\"@name à besoin de ce module.\\\",\\\"@name requires this module and version. Currently using @required_name version @version\\\":\\\"@name requiert ce module et cette version. Vous utilisez actuellement @required_name version @version\\\",\\\"Fetch settings\\\":\\\"Paramètres de récupération\\\",\\\"Site details\\\":\\\"Détails du site\\\",\\\"Subscribe to @title\\\":\\\"S'abonner à @title\\\",\\\"The email address %mail is not valid.\\\":\\\"L'adresse de courriel %mail n'est pas valide.\\\",\\\"Interfaces\\\":\\\"Interfaces\\\",\\\"Title and slogan\\\":\\\"Titre et slogan\\\",\\\"Firehouse\\\":\\\"Caserne\\\",\\\"Ice\\\":\\\"Glace\\\",\\\"The database table prefix you have entered, %prefix, is invalid. The table prefix can only contain alphanumeric characters, periods, or underscores.\\\":\\\"Le préfixe %prefix, saisi pour les tables de la base de données est incorrect. Le préfixe ne peut contenir que des caractères alphanumériques, des points, ou des tirets bas (_).\\\",\\\"Default settings file\\\":\\\"Fichier de configuration par défaut\\\",\\\"The default settings file does not exist.\\\":\\\"Le fichier de configuration par défaut n'existe pas.\\\",\\\"The @drupal installer requires that the %default-file file not be modified in any way from the original download.\\\":\\\"L'installeur @drupal exige que le fichier %default-file ne soit pas modifié par rapport à l'original téléchargé.\\\",\\\"%name: the value may be no less than %min.\\\":\\\"%name: la valeur ne peut pas être inférieure à %min.\\\",\\\"%name: the value may be no greater than %max.\\\":\\\"%name: la valeur ne peut pas être supérieure à %max.\\\",\\\"Custom display settings\\\":\\\"Paramètres d'affichage personnalisés\\\",\\\"User interface for the Field API.\\\":\\\"Interface utilisateur de Field API.\\\",\\\"Separate extensions with a space or comma and do not include the leading dot.\\\":\\\"Séparer les extensions avec un espace ou une virgule sans inclure le point.\\\",\\\"Node module element\\\":\\\"Élément du module Node\\\",\\\"not yet assigned\\\":\\\"Pas encore assigné\\\",\\\"not yet created\\\":\\\"Pas encore créé\\\",\\\"Comment type\\\":\\\"Type de commentaire\\\",\\\"None (original image)\\\":\\\"Aucun (image d'origine)\\\",\\\"Reusable\\\":\\\"Réutilisable\\\",\\\"Configuration files\\\":\\\"Fichiers de configuration\\\",\\\"Row class\\\":\\\"Classe de ligne\\\",\\\"Latest version\\\":\\\"Dernière version\\\",\\\"The URL of the account edit page.\\\":\\\"L'URL de la page de modification du compte.\\\",\\\"Edit translations\\\":\\\"Modifier les traductions\\\",\\\"- Use default -\\\":\\\"- Utiliser la valeur par défaut -\\\",\\\"Query type\\\":\\\"Type de requête\\\",\\\"Search page\\\":\\\"Page de recherche\\\",\\\"Search pages\\\":\\\"Pages de recherche\\\",\\\"Add search page\\\":\\\"Ajouter une page de recherche\\\",\\\"Redirect path\\\":\\\"Chemin de redirection\\\",\\\"Unknown content type\\\":\\\"Type de contenu inconnu\\\",\\\"Drupal Upgrade\\\":\\\"Mise à jour Drupal\\\",\\\"Summary options\\\":\\\"Options du résumé\\\",\\\"Back to site\\\":\\\"Retour au site\\\",\\\"Never (manually)\\\":\\\"Jamais (manuellement)\\\",\\\"The specified file %file could not be copied to %destination.\\\":\\\"Le fichier %file spécifié n'a pas pu être copié vers %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.\\\":\\\"Les données n'ont pas pu être sauvées car la destination %destination est invalide.. Ceci peut etre causé par une mauvaise utilisation de file_save_data() ou le manque d'un conteneur de stream.\\\",\\\"Failed to connect to your database server. The server reports the following message: %error.
  • Is the database server running?
  • Does the database exist, and have you entered the correct database name?
  • Have you entered the correct username and password?
  • Have you entered the correct database hostname?
\\\":\\\"Échec de connexion au serveur de base de données. Le serveur a renvoyé le message suivant : %error.
  • Est-ce que le serveur de base de données fonctionne ?
  • Est-ce que la base de données existe et avez-vous saisi le bon nom de base ?
  • Avez vous saisi les bons nom d'utilisateur et mot de passe ?
  • Avez vous saisi le bon nom d'hôte de la base de données ?
\\\",\\\"Exit block region demonstration\\\":\\\"Quitter la présentation des régions de blocs\\\",\\\"Database log messages to keep\\\":\\\"Messages de journalisation de la base à garder.\\\",\\\"Thousand marker\\\":\\\"Marqueur des milliers\\\",\\\"Display prefix and suffix.\\\":\\\"Afficher le préfixe et le suffixe.\\\",\\\"Display with prefix and suffix.\\\":\\\"Afficher avec le préfixe et le suffixe\\\",\\\"- Select a value -\\\":\\\"- Choisir une valeur -\\\",\\\"No field is displayed.\\\":\\\"Aucun champ n'est affiché.\\\",\\\"No field is hidden.\\\":\\\"Aucun champ n'est caché.\\\",\\\"Format settings:\\\":\\\"Paramètres de format:\\\",\\\"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.\\\":\\\"Les formats de texte sont présentés sur les pages de modification de contenu dans l'ordre défini sur cette page. Le premier format disponible pour l'utilisateur sera sélectionné par défaut.\\\",\\\"Image style: @style\\\":\\\"Style d'image : @style\\\",\\\"Linked to content\\\":\\\"Lié au contenu\\\",\\\"Linked to file\\\":\\\"Lié au fichier\\\",\\\"Shown when hovering over the menu link.\\\":\\\"S'affiche au survol du lien du menu.\\\",\\\"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. Le format de date est AAAA-MM-JJ et %timezone est le fuseau horaire à partir de l'UTC. Laisser vide pour utiliser la date de soumission du formulaire.\\\",\\\"Syslog identity\\\":\\\"Identité Syslog\\\",\\\"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.\\\":\\\"Une chaîne qui sera ajoutée devant chaque message enregistré sur Syslog. Si vous avez plusieurs sites écrivant dans le même fichier Syslog, un identifiant unique par site facilite la lecture des logs.\\\",\\\"Error pages\\\":\\\"Pages d'erreur\\\",\\\"Manage automatic site maintenance tasks.\\\":\\\"Gérer les tâches de maintenance automatique du site.\\\",\\\"Weight for added term\\\":\\\"Poids du terme ajouté\\\",\\\"Minimal profile for running tests. Includes absolutely required modules only.\\\":\\\"Profil minimal pour lancer des tests. N'inclut que les modules absolument nécessaires.\\\",\\\"Preset ID\\\":\\\"Identifiant du style\\\",\\\"Administrative name\\\":\\\"Nom administratif\\\",\\\"Saint Martin\\\":\\\"Saint-Martin\\\",\\\"Invalid merge query: no conditions\\\":\\\"Requête de fusion invalide : aucune condition\\\",\\\"Post comments\\\":\\\"Poster des commentaires\\\",\\\"Skip comment approval\\\":\\\"Sauter l'approbation des commentaires\\\",\\\"Are you sure you want to disable the text format %format?\\\":\\\"Êtes-vous sûr de vouloir désactiver le format de texte %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.\\\":\\\"Les formats de texte désactivés sont complètement retirés de l'interface d'administration et tout contenu enregistré avec ce format ne sera pas affiché. Cette action ne pourra pas être annulée.\\\",\\\"Disabled text format %format.\\\":\\\"Format de texte %format désactivé.\\\",\\\"Text Formats\\\":\\\"Formats de texte\\\",\\\"Disable text format\\\":\\\"Désactiver le format de texte\\\",\\\"Hot topic, new comments\\\":\\\"Sujet actif, nouveaux commentaires\\\",\\\"Hot topic\\\":\\\"Sujet actif\\\",\\\"Normal topic\\\":\\\"Sujet normal\\\",\\\"Closed topic\\\":\\\"Sujet fermé\\\",\\\"Reference for usage, configuration, and modules.\\\":\\\"Référence pour l'utilisation, la configuration et les modules.\\\",\\\"Administer settings.\\\":\\\"Administrer les paramètres.\\\",\\\"View reports, updates, and errors.\\\":\\\"Voir les rapports, les mises à jour et les erreurs.\\\",\\\"Install new module or theme\\\":\\\"Installer un nouveau module ou thème\\\",\\\"Nothing\\\":\\\"Rien\\\",\\\"Update @title\\\":\\\"Mettre à jour @title\\\",\\\"A unique machine-readable name. Can only contain lowercase letters, numbers, and underscores.\\\":\\\"Un nom unique compréhensible par une machine. Peut seulement contenir des lettres minuscules, chiffres, et tirets-bas (_).\\\",\\\"The machine-readable name must contain unique characters.\\\":\\\"Le nom système doit être unique.\\\",\\\"The machine-readable name must contain only lowercase letters, numbers, and hyphens.\\\":\\\"Le nom compréhensible par une machine ne doit contenir que des lettres minuscules, chiffres, et traits d'union.\\\",\\\"The machine-readable name is already in use. It must be unique.\\\":\\\"Le nom système est déjà utilisé. Il doit être unique.\\\",\\\"Weight for row @number\\\":\\\"Poids pour la ligne @number\\\",\\\"Label display for @title\\\":\\\"Étiquette affichée pour @title\\\",\\\"Formatter for @title\\\":\\\"Mise en forme pour @title\\\",\\\"Parents for @title\\\":\\\"Parents pour @title\\\",\\\"There is data for this field in the database. The field settings can no longer be changed.\\\":\\\"Il y a des données pour ce champ en base de données. Les paramètres de ce champ ne peuvent plus être modifiés.\\\",\\\"Weight for new file\\\":\\\"Poids du nouveau fichier\\\",\\\"Choose a file\\\":\\\"Choisir un fichier\\\",\\\"Weight for new effect\\\":\\\"Poids du nouvel effet\\\",\\\"Enable @title menu link\\\":\\\"Activer le lien de menu @title\\\",\\\"A unique name to construct the URL for the menu. It must only contain lowercase letters, numbers and hyphens.\\\":\\\"Un nom unique pour construire l'URL du menu. Il ne doit contenir que des lettres minuscules, des nombres et des tirets.\\\",\\\"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.\\\":\\\"Un nom unique compréhensible par une machine pour ce type de contenu. Peut seulement contenir des lettres minuscules, chiffres, et tirets-bas (_). Ce nom sera utilisé pour construire l'URL de la page %node_add, dans laquelle tirets-bas (_) sera converti en tiret (-).\\\",\\\"Schema version\\\":\\\"Version du schéma de la BDD\\\",\\\"Theme name\\\":\\\"Nom du thème\\\",\\\"URL fallback\\\":\\\"URL de remplacement\\\",\\\"Use an already detected language for URLs if none is found.\\\":\\\"Utiliser une langue déjà détecté des URLs si aucune langue n'est trouvé.\\\",\\\"%type_name: Create new content\\\":\\\"%type_name : Créer un nouveau contenu\\\",\\\"%type_name: Edit own content\\\":\\\"%type_name : Modifier son propre contenu\\\",\\\"%type_name: Edit any content\\\":\\\"%type_name : Modifier n'importe quel contenu\\\",\\\"%type_name: Delete own content\\\":\\\"%type_name : Supprimer son propre contenu\\\",\\\"%type_name: Delete any content\\\":\\\"%type_name : Supprimer n'importe quel contenu\\\",\\\"New object was not saved, no error provided\\\":\\\"Le nouvel objet n'a pas été enregistré, aucune erreur fournie\\\",\\\"The author's host name.\\\":\\\"Le nom d'hôte de l'auteur.\\\",\\\"The published status of a comment. (0 = Published, 1 = Not Published)\\\":\\\"Le statut de publication du commentaire (0 = Publié, 1 = Non publié)\\\",\\\"The comment author's name.\\\":\\\"Le nom de l'auteur du commentaire.\\\",\\\"Next steps\\\":\\\"Étapes suivantes\\\",\\\"@driver_name settings\\\":\\\"Paramètres de @driver_name\\\",\\\"SQLite\\\":\\\"SQLite\\\",\\\"Database file\\\":\\\"Fichier de base de données\\\",\\\"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.\\\":\\\"Le chemin absolu des fichiers où les données @drupal seront enregistrées. Ce répertoire doit être accessible en écriture par le serveur web et se trouver en dehors du répertoire racine du serveur web.\\\",\\\"No fields are present yet.\\\":\\\"Aucun champ n'est encore présent.\\\",\\\"Uninstall @module module\\\":\\\"Désinstaller le module @module\\\",\\\"Enable newly added modules\\\":\\\"Activer les modules récemment ajoutés\\\",\\\"View the administration theme\\\":\\\"Voir le thème d'administration\\\",\\\"Database system\\\":\\\"Système de base de données\\\",\\\"Database system version\\\":\\\"Version du système de base de données\\\",\\\"Indexed %count content items for tracking.\\\":\\\"%count contenus indexés pour le suivi.\\\",\\\"Release notes for @project_title\\\":\\\"Notes de version pour @project_title\\\",\\\"The role settings have been updated.\\\":\\\"Les paramètres des rôles ont été mis à jour.\\\",\\\"Disable the account and keep its content.\\\":\\\"Désactiver le compte et garder son contenu.\\\",\\\"Disable the account and unpublish its content.\\\":\\\"Désactiver le compte et dépublier son contenu\\\",\\\"Delete the account and make its content belong to the %anonymous-name user.\\\":\\\"Supprimer le compte et attribuer son contenu à l'utilisateur %anonymous-name.\\\",\\\"Delete the account and its content.\\\":\\\"Supprimer le compte et son contenu\\\",\\\"Drupal system listing compatible test\\\":\\\"Test compatible avec le système de listing de Drupal\\\",\\\"Support module for testing the drupal_system_listing function.\\\":\\\"Module de soutien pour tester la fonction drupal_system_listing.\\\",\\\"Fixed value\\\":\\\"Valeur fixe\\\",\\\"String settings\\\":\\\"Paramètres de chaîne de caractères\\\",\\\"Use field label instead of the \\\\\\\"On value\\\\\\\" as label\\\":\\\"Utiliser l'étiquette du champ au lieu de l'étiquette \\\\\\\"Par valeur\\\\\\\"\\\",\\\"List (integer)\\\":\\\"Liste (entier)\\\",\\\"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.\\\":\\\"Ce champ enregistre des entiers depuis une liste de valeurs pairées autorisées. Exemple : 'Lifetime in days': 1 => 1 day, 7 => 1 week, 31 => 1 month.\\\",\\\"List (float)\\\":\\\"Liste (réel à virgule flottante)\\\",\\\"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.\\\":\\\"Ce champ enregistre des valeurs décimales depuis une liste de valeurs pairées autorisées. Exemple : '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.\\\":\\\"Ce champ enregistre les valeurs de texte depuis une liste de valeurs pairées autorisées 'valeur => étiquette'. Exemple : '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.\\\":\\\"Valeurs possibles que ce champ peut contenir. Entrez une valeur par ligne, dans le format clef|étiquette.\\\",\\\"The key is the stored value, and must be numeric. The label will be used in displayed values and edit forms.\\\":\\\"La clef est une valeur enregistrée, et doit être numérique. L'étiquette sera utilisée dans les valeurs affichées et les formulaires d'édition.\\\",\\\"The label is optional: if a line contains a single number, it will be used as key and label.\\\":\\\"L'étiquette est optionnelle : si une ligne contient un nombre seul, il sera utilisé comme clef et étiquette.\\\",\\\"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.\\\":\\\"Les liste d'étiquettes sont aussi acceptées (une étiquette par ligne), seulement si les champs ne contiennent pas de valeur actuellement. Les clefs numériques seront automatiquement générées depuis la position dans la liste.\\\",\\\"The key is the stored value. The label will be used in displayed values and edit forms.\\\":\\\"La clef est la valeur enregistrée. L'étiquette sera utilisée dans les valeurs affichées et les formulaires d'édition.\\\",\\\"The label is optional: if a line contains a single string, it will be used as key and label.\\\":\\\"L'étiquette est optionnelle : si une ligne contient une phrase simple, elle sera utilisée comme clef et étiquette.\\\",\\\"Allowed values list: invalid input.\\\":\\\"Liste des valeurs autorisées : entrée invalide.\\\",\\\"Allowed values list: some values are being removed while currently in use.\\\":\\\"Liste des valeurs autorisées : certaines valeurs sont sur le point d'être retirées alors qu'elles sont actuellement utilisées.\\\",\\\"Object ID\\\":\\\"L'identifiant (ID) d'objet\\\",\\\"The entity type.\\\":\\\"Le type d'entité.\\\",\\\"Center left\\\":\\\"Au milieu à gauche\\\",\\\"Center right\\\":\\\"Au milieu à droite\\\",\\\"Unable to parse info file: %info_file.\\\":\\\"Impossible d'analyser (parser) le fichier info : %info_file\\\",\\\"Custom blocks\\\":\\\"Blocs personnalisés\\\",\\\"Label HTML element\\\":\\\"Élément HTML de l'étiquette\\\",\\\"Place a colon after the label\\\":\\\"Placer un signe deux points après l'étiquette\\\",\\\"Wrapper HTML element\\\":\\\"Élément HTML de l'enveloppe (wrapper)\\\",\\\"Wrapper class\\\":\\\"Classe de l'enveloppe (wrapper)\\\",\\\"Add default classes\\\":\\\"Ajouter les classes CSS par défaut\\\",\\\"Use default Views classes to identify the field, field label and field content.\\\":\\\"Utilisez les classes par défaut de Views pour identifier le champ, l'étiquette et le contenu du champ.\\\",\\\"Use absolute path\\\":\\\"Utiliser un chemin absolu\\\",\\\"Rel Text\\\":\\\"Texte Rel\\\",\\\"Include Rel attribute for use in lightbox2 or other javascript utility.\\\":\\\"Inclure l'attribut Rel pour Lightbox 2 ou tout autre utilitaire JavaScript.\\\",\\\"Preserve certain tags\\\":\\\"Préserver certaines balises\\\",\\\"List the tags that need to be preserved during the stripping process. example "<p> <br>" which will preserve all p and br elements\\\":\\\"Lister les balises qui doivent être conservées durant le processus de nettoyage. Exemple, "<p> <br>" préservera tous les éléments p et br.\\\",\\\"Format plural\\\":\\\"Former le pluriel\\\",\\\"If checked, special handling will be used for plurality.\\\":\\\"Si coché, le pluriel sera pris en charge de façon spécifique.\\\",\\\"Singular form\\\":\\\"Formation du singulier\\\",\\\"Plural form\\\":\\\"Formation du pluriel\\\",\\\"Text to use for the plural form, @count will be replaced with the value.\\\":\\\"Texte à utiliser pour la formation du pluriel, @count sera remplacé par la valeur.\\\",\\\"A unique machine-readable name for this View. It must only contain lowercase letters, numbers, and underscores.\\\":\\\"Un nom système unique pour cette vue. Il ne doit contenir que des lettres en minuscules, des chiffres ou des tirets bas.\\\",\\\"Weight for @display\\\":\\\"Poids de @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.\\\":\\\"Ce titre sera affiché dans la page d'édition de la vue au lieu de celui par défaut. Ceci peut-être pratique si vous avez le même élément plusieurs fois.\\\",\\\"The unique ID of the aggregator item.\\\":\\\"L'identifiant unique de l'élément d'agrégateur.\\\",\\\"The guid of the original imported item.\\\":\\\"Le GUID de l'élément d'origine importé.\\\",\\\"Date and time of when the comment was created.\\\":\\\"Date et heure de création du commentaire.\\\",\\\"Date and time of when the comment was last updated.\\\":\\\"Date et heure de mise à jour du dernier commentaire\\\",\\\"Whether the comment is approved (or still in the moderation queue).\\\":\\\"Si le commentaire est approuvé (ou se trouve encore dans la file d'attente de modération).\\\",\\\"Last comment CID\\\":\\\"Identifiant CID du dernier commentaire\\\",\\\"Last Comment\\\":\\\"Dernier commentaire\\\",\\\"Some roles lack permission to access content, but display %display has no access control.\\\":\\\"Quelques rôles n'ont pas la permission d'accéder au contenu, mais l'affichage %display n'a pas de contrôle d'accès.\\\",\\\"File Usage\\\":\\\"Utilisation du fichier\\\",\\\"A file that is associated with this node, usually because it is in a field on the node.\\\":\\\"Un fichier qui est associé à ce nœud, généralement parce qu'il se trouve dans un champ du nœud.\\\",\\\"A user that is associated with this file, usually because this file is in a field on the user.\\\":\\\"Un utilisateur qui est associé à ce fichier, généralement parce que ce fichier se trouve dans un champ de l'utilisateur.\\\",\\\"A file that is associated with this user, usually because it is in a field on the user.\\\":\\\"Un fichier qui est associé à cet utilisateur, généralement parce qu'il se trouve dans un champ de l'utilisateur.\\\",\\\"A comment that is associated with this file, usually because this file is in a field on the comment.\\\":\\\"Un commentaire qui est associé à ce fichier, généralement parce que ce fichier se trouve dans un champ du commentaire.\\\",\\\"A file that is associated with this comment, usually because it is in a field on the comment.\\\":\\\"Un fichier qui est associé à ce commentaire, généralement parce qu'il se trouve dans un champ du commentaire.\\\",\\\"A taxonomy term that is associated with this file, usually because this file is in a field on the taxonomy term.\\\":\\\"Un terme de taxonomie qui est associé à ce fichier, généralement parce que ce fichier se trouve dans un champ du terme de taxonomie.\\\",\\\"A file that is associated with this taxonomy term, usually because it is in a field on the taxonomy term.\\\":\\\"Un fichier qui est associé à ce terme de taxonomie, généralement parce qu'il se trouve dans un champ du terme de taxonomie.\\\",\\\"The module managing this file relationship.\\\":\\\"Le module gérant la relation à ce fichier.\\\",\\\"The type of entity that is related to the file.\\\":\\\"Le type de l'entité qui est relatif au fichier.\\\",\\\"The number of times the file is used by this entity.\\\":\\\"Le nombre de fois que ce fichier est utilisé par cette entité.\\\",\\\"Used by Style: Table to determine the actual column to click sort the field on. The default is usually fine.\\\":\\\"Utilisé par Style : Tableau pour déterminer la colonne réelle à trier par clic. La valeur est généralement suffisante.\\\",\\\"Group column\\\":\\\"Colonne de regroupement\\\",\\\"Select the column of this field to apply the grouping function selected above.\\\":\\\"Sélectionnez la colonne de ce champ pour appliquer la fonction de regroupement ci-dessus.\\\",\\\"Group columns (additional)\\\":\\\"Grouper des colonnes (complément)\\\",\\\"Select any additional columns of this field to include in the query and to group on.\\\":\\\"Sélectionnez n'importe quelle colonne additionnelle de ce champ à inclure dans la requête pour le regroupement.\\\",\\\"Display download path instead of file storage URI\\\":\\\"Afficher le chemin de téléchargement au lieu de l'URI du système de fichier\\\",\\\"The machine name for the vocabulary the term belongs to.\\\":\\\"Le nom système du vocabulaire auquel le terme appartient.\\\",\\\"Display error message\\\":\\\"Afficher un message d'erreur\\\",\\\"Comment or document this display.\\\":\\\"Commenter ou documenter cet affichage.\\\",\\\"Query settings\\\":\\\"Paramètres de la requête\\\",\\\"Allow to set some advanced settings for the query plugin\\\":\\\"Permettre le réglage de paramètres avancés pour le plugin de requête\\\",\\\"The name and the description of this display\\\":\\\"Le nom et la description de cet affichage\\\",\\\"Query options\\\":\\\"Options de la requête\\\",\\\"Display name must be letters, numbers, or underscores only.\\\":\\\"Le nom de l'affichage ne doit contenir que des lettres, chiffres ou tirets bas.\\\",\\\"Should this display inherit its paging values from the parent display to which it is attached?\\\":\\\"Cet affichage doit-il hériter des valeurs de pagination de l'affichage parent auquel il est joint ?\\\",\\\"Should this display render the pager values? This is only meaningful if inheriting a pager.\\\":\\\"Cet affichage doit-il afficher les valeurs de pagination ? Cela n'a de sens que s'il hérite d'une pagination.\\\",\\\"This will appear as the name of this block in administer >> structure >> blocks.\\\":\\\"Ceci apparaîtra comme nom de ce bloc dans administrer >> structure >> blocs.\\\",\\\"Text to display instead of results until the user selects and applies an exposed filter.\\\":\\\"Texte à afficher à la place des résultats jusqu'à ce que l'utilisateur sélectionne et applique un filtre exposé.\\\",\\\"Include all items option\\\":\\\"Inclure une option \\\\\\\"tous les éléments\\\\\\\".\\\",\\\"All items label\\\":\\\"Étiquette de \\\\\\\"tous les éléments\\\\\\\"\\\",\\\"Disable SQL rewriting\\\":\\\"Désactiver la réécriture SQL\\\",\\\"The class to provide on each row.\\\":\\\"La classe à utiliser pour chaque ligne.\\\",\\\"You may use field tokens from as per the \\\\\\\"Replacement patterns\\\\\\\" used in \\\\\\\"Rewrite the output of this field\\\\\\\" for all fields.\\\":\\\"Vous pouvez utiliser les jetons de champs conformément aux \\\\\\\"Modèles de remplacement\\\\\\\" utilisés dans \\\\\\\"Réécrire la sortie de ce champ\\\\\\\" pour tous les champs.\\\",\\\"The class to provide on the wrapper, outside the list.\\\":\\\"La classe à appliquer à l'enveloppe (wrapper) de la liste.\\\",\\\"List class\\\":\\\"Classe de la liste\\\",\\\"The class to provide on the list element itself.\\\":\\\"La classe à appliquer à l'élément liste lui-même.\\\",\\\"Define the base path for links in this summary\\\\n view, i.e. http://example.com/your_view_path/archive.\\\\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.\\\":\\\"Définir le chemin de base pour les liens dans cette vue récapitulative, i.e. http://example.com/le_chemin_de_votre_vue/archive. Ne pas mettre de slash (/) avant et après. Si cette valeur est vide, Views utilisera le premier chemin trouvé comme \\\\r\\\\nchemin de base dans les affichages de page, ou / si aucun chemin n'est trouvé.\\\",\\\"files\\\":\\\"fichiers\\\",\\\"Save Layout\\\":\\\"Enregistrer la mise en page\\\",\\\"Sticky status\\\":\\\"Statut épinglé en haut des listes\\\",\\\"RSS category\\\":\\\"Catégorie RSS\\\",\\\"RSS enclosure\\\":\\\"Balise enclosure RSS\\\",\\\"Paste your configuration here\\\":\\\"Collez votre configuration ici\\\",\\\"Import configuration\\\":\\\"Importer la configuration\\\",\\\"5 minute\\\":\\\"5 minutes\\\",\\\"15 minute\\\":\\\"15 minutes\\\",\\\"URL to image\\\":\\\"URL de l'image\\\",\\\"Content revisions\\\":\\\"Révisions de contenu\\\",\\\"Custom block\\\":\\\"Bloc personnalisé\\\",\\\"Recipient ID\\\":\\\"Identifiant du destinataire\\\",\\\"%time hence\\\":\\\"Dans %time\\\",\\\"Language selection\\\":\\\"Sélection de la langue\\\",\\\"Delete all translations\\\":\\\"Supprimer toutes les traductions\\\",\\\"No Access\\\":\\\"Aucun accès\\\",\\\"Manage layout\\\":\\\"Gestion de la mise en page\\\",\\\"text formats\\\":\\\"formats de texte\\\",\\\"Search page path\\\":\\\"Chemin de la page de recherche\\\",\\\"Many to one\\\":\\\"Plusieurs vers un\\\",\\\"All Day\\\":\\\"Toute la journée\\\",\\\"Upscale\\\":\\\"Agrandir\\\",\\\"Logo settings\\\":\\\"Paramètres du logo\\\",\\\"Delete field.\\\":\\\"Supprimer le champ.\\\",\\\"No results behavior\\\":\\\"Comportement en l'absence de résultats\\\",\\\"Edit @section\\\":\\\"Modifier @section\\\",\\\"View to insert\\\":\\\"Vue à insérer\\\",\\\"The view to insert into this area.\\\":\\\"La vue à insérer dans cette zone.\\\",\\\"Inherit contextual filters\\\":\\\"Hériter des filtres contextuels\\\",\\\"If checked, this view will receive the same contextual filters as its parent.\\\":\\\"Si coché, cette vue utilisera les mêmes filtres contextuels que son parent.\\\",\\\"Recursion detected in view @view display @display.\\\":\\\"Récursion détectée dans la vue @view, affichage @display.\\\",\\\"When the filter value is NOT in the URL\\\":\\\"Quand la valeur du filtre n'est PAS dans l'URL\\\",\\\"Exception value\\\":\\\"Valeur à exclure\\\",\\\"If this value is received, the filter will be ignored; i.e, \\\\\\\"all values\\\\\\\"\\\":\\\"Si cette valeur est reçue, le filtre sera ignoré : ex. \\\\\\\"toutes les valeurs\\\\\\\"\\\",\\\"When the filter value IS in the URL or a default is provided\\\":\\\"Quand la valeur du filtre EST dans l'URL ou lorsqu'une valeur par défaut est fournie\\\",\\\"Provide title\\\":\\\"Fournir un titre\\\",\\\"Specify validation criteria\\\":\\\"Spécifier le critère de validation\\\",\\\"Action to take if filter value does not validate\\\":\\\"Action à mener si la valeur du filtre ne passe pas la validation\\\",\\\"Display all results for the specified field\\\":\\\"Afficher tous les résultats pour le champ spécifié\\\",\\\"Provide default value\\\":\\\"Fournir une valeur par défaut\\\",\\\"Show \\\\\\\"Page not found\\\\\\\"\\\":\\\"Afficher \\\\\\\"Page non trouvée\\\\\\\"\\\",\\\"Display a summary\\\":\\\"Afficher un résumé\\\",\\\"Display contents of \\\\\\\"No results found\\\\\\\"\\\":\\\"Afficher le contenu de \\\\\\\"Aucun résultat trouvé\\\\\\\"\\\",\\\"Skip default argument for view URL\\\":\\\"Ignorer l'argument par défaut pour l'URL de la vue\\\",\\\"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.\\\":\\\"Déterminer l'inclusion ou non de cet argument par défaut lors de la construction de l'URL pour cette vue. Ignorer les arguments par défaut se révèle utile par exemple pour les flux.\\\",\\\"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.\\\":\\\"Si sélectionné, plusieurs instances de ce filtre peuvent collaborer, comme si plusieurs valeurs étaient fournies au même filtre. Ce paramètre n'est pas compatible avec le paramètre \\\\\\\"Réduire les doublons\\\\\\\".\\\",\\\"If selected, the numbers entered for the filter will be excluded rather than limiting the view.\\\":\\\"Si sélectionné, les nombres saisis pour le filtre seront exclus au lieu de limiter la vue.\\\",\\\"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.\\\":\\\"Le mode glossaire applique une limite au nombre de caractères utilisés dans la valeur du filtre, ce qui permet à la vue résumée de se comporter comme un glossaire.\\\",\\\"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.\\\":\\\"Sur combien de caractères de la valeur du filtre appliquer le filtre. Si défini à 1, tous les champs commençant par la première lettre de la valeur du filtre correspondront.\\\",\\\"When printing the title and summary, how to transform the case of the filter value.\\\":\\\"Lors de l'affichage du titre et du résumé, comment transformer la casse de la valeur du filtre.\\\",\\\"Create a label\\\":\\\"Créer une étiquette\\\",\\\"Enable to load this field as hidden. Often used to group fields, or to use as token in another field.\\\":\\\"Activer pour charger ce champ comme caché. Souvent utilisé pour grouper des champs, ou utilisé comme jeton dans un autre champ.\\\",\\\"Choose the HTML element to wrap around this field, e.g. H1, H2, etc.\\\":\\\"Choisir l'élément HTML enveloppant ce champ, par ex. h1, h2, etc.\\\",\\\"Create a CSS class\\\":\\\"Créer une classe CSS\\\",\\\"Choose the HTML element to wrap around this label, e.g. H1, H2, etc.\\\":\\\"Choisir l'élément HTML enveloppant cette étiquette, par ex. h1, h2, etc.\\\",\\\"Rewrite results\\\":\\\"Réécrire les résultats\\\",\\\"Replace spaces with dashes\\\":\\\"Remplacer les espaces par des tirets\\\",\\\"External server URL\\\":\\\"URL du serveur externe\\\",\\\"Links to an external server using a full URL: e.g. 'http://www.example.com' or 'www.example.com'.\\\":\\\"Pointe vers un serveur externe avec une URL complète : ex. 'http://www.example.com' ou 'www.example.com'.\\\",\\\"Convert newlines to HTML <br> tags\\\":\\\"Convertir les sauts de ligne en balises HTML <br>\\\",\\\"No results text\\\":\\\"Texte en l'absence de résultats\\\",\\\"Enable to display the \\\\\\\"no results text\\\\\\\" if the field contains the number 0.\\\":\\\"Permet d'afficher le \\\\\\\"texte en l'absence de résultats\\\\\\\" si le champ contient le nombre 0.\\\",\\\"Time hence\\\":\\\"Temps relatif\\\",\\\"Time hence (with \\\\\\\"hence\\\\\\\" appended)\\\":\\\"Temps relatif (avec \\\\\\\"d'ici/dans\\\\\\\" ajouté)\\\",\\\"Time span (future dates have \\\\\\\"-\\\\\\\" prepended)\\\":\\\"Durée (les dates futures ont un \\\\\\\"-\\\\\\\" en préfixe)\\\",\\\"Time span (past dates have \\\\\\\"-\\\\\\\" prepended)\\\":\\\"Durée (les dates passées ont un \\\\\\\"-\\\\\\\" en préfixe)\\\",\\\"How should the serialized data be displayed. You can choose a custom array/object key or a print_r on the full output.\\\":\\\"Comment devrait être affichées les données sérialisées. Vous pouvez choisir une clé de tableau/objet personnalisée ou un print_r sur la totalité des données.\\\",\\\"Full data (unserialized)\\\":\\\"Données complètes (non sérialisées)\\\",\\\"Full data (serialized)\\\":\\\"Données complètes (sérialisées)\\\",\\\"A certain key\\\":\\\"Une certaine clé\\\",\\\"Which key should be displayed\\\":\\\"Quelle clé doit être affichée\\\",\\\"You have to enter a key if you want to display a key of the data.\\\":\\\"Vous devez saisir une clé si vous souhaitez afficher une clé pour la donnée.\\\",\\\"How many different units to display in the string.\\\":\\\"Combien d'unités différentes doivent s'afficher dans la chaîne.\\\",\\\"This filter is not exposed. Expose it to allow the users to change it.\\\":\\\"Le filtre n'est pas exposé. Exposez-le pour permettre aux utilisateurs de le modifier.\\\",\\\"Expose filter\\\":\\\"Exposer le filtre\\\",\\\"This filter is exposed. If you hide it, users will not be able to change it.\\\":\\\"Le filtre est exposé. Si vous le masquez, les utilisateurs ne pourront pas le modifier.\\\",\\\"Hide filter\\\":\\\"Masquer le filtre\\\",\\\"Expose operator\\\":\\\"Exposer l'opérateur\\\",\\\"Allow the user to choose the operator.\\\":\\\"Permettre à l'utilisateur de choisir l'opérateur.\\\",\\\"Allow multiple selections\\\":\\\"Permettre plusieurs sélections\\\",\\\"Enable to allow users to select multiple items.\\\":\\\"Permettre à l'utilisateur de sélectionner plusieurs éléments.\\\",\\\"Remember the last selection\\\":\\\"Se rappeler de la dernière sélection\\\",\\\"Enable to remember the last selection made by the user.\\\":\\\"Activer pour mémoriser la dernière sélection effectuée par l'utilisateur.\\\",\\\"You must select a value unless this is an non-required exposed filter.\\\":\\\"Vous devez sélectionner une valeur, à moins que ceci ne soit un filtre exposé non requis.\\\",\\\"Enable to hide items that do not contain this relationship\\\":\\\"Permet de masquer les éléments qui ne comportent pas cette relation\\\",\\\"This sort is not exposed. Expose it to allow the users to change it.\\\":\\\"Ce tri n'est pas exposé. Exposez-le pour permettre aux utilisateurs de le modifier.\\\",\\\"Expose sort\\\":\\\"Exposer le tri\\\",\\\"This sort is exposed. If you hide it, users will not be able to change it.\\\":\\\"Ce tri est exposé. Si vous le masquez, les utilisateurs ne pourront pas le modifier.\\\",\\\"Hide sort\\\":\\\"Masquer le tri\\\",\\\"Provide description\\\":\\\"Fournir une description\\\",\\\"Update \\\\\\\"@title\\\\\\\" choice\\\":\\\"Mettre à jour le choix \\\\\\\"@title\\\\\\\"\\\",\\\"Update \\\\\\\"@title\\\\\\\" choice (@number)\\\":\\\"Mettre à jour le choix \\\\\\\"@title\\\\\\\" (@number)\\\",\\\"Auto preview\\\":\\\"Aperçu automatique\\\",\\\"Preview with contextual filters:\\\":\\\"Aperçu avec filtres contextuels :\\\",\\\"Separate contextual filter values with a \\\\\\\"/\\\\\\\". For example, %example.\\\":\\\"Séparer les filtres contextuels avec des \\\\\\\"/\\\\\\\". Par exemple, %example.\\\",\\\":\\\":\\\":\\\",\\\"Apply and continue\\\":\\\"Appliquer et continuer\\\",\\\"@current of @total\\\":\\\"@current sur @total\\\",\\\"All displays (except overridden)\\\":\\\"Tous les affichages (sauf ceux supplantés)\\\",\\\"All displays\\\":\\\"Tous les affichages\\\",\\\"This @display_type (override)\\\":\\\"Ce(tte) @display_type (supplanter)\\\",\\\"Create new filter group\\\":\\\"Créer un nouveau groupe de filtres\\\",\\\"No filters have been added.\\\":\\\"Aucun filtre n'a été ajouté.\\\",\\\"Drag to add filters.\\\":\\\"Faire glisser pour ajouter des filtres.\\\",\\\"Add and configure @types\\\":\\\"Ajouter et configurer @types\\\",\\\"Configure @type: @item\\\":\\\"Configurer @type : @item\\\",\\\"Always show advanced display settings\\\":\\\"Toujours montrer les paramètres avancés d'affichage\\\",\\\"Label for \\\\\\\"Any\\\\\\\" value on non-required single-select exposed filters\\\":\\\"Étiquette pour la valeur \\\\\\\"Tout\\\\\\\" sur les listes déroulantes simples non-requises dans les filtres exposés\\\",\\\"Live preview settings\\\":\\\"Paramètres de l'aperçu en temps réel\\\",\\\"Automatically update preview on changes\\\":\\\"Automatiquement mettre à jour la prévisualisation lors de changements\\\",\\\"Show information and statistics about the view during live preview\\\":\\\"Montrer les informations et statistiques de la vue pendant la prévisualisation en direct\\\",\\\"Above the preview\\\":\\\"Au-dessus de la prévisualisation\\\",\\\"Below the preview\\\":\\\"Sous la prévisualisation\\\",\\\"Show the SQL query\\\":\\\"Montrer la requête SQL\\\",\\\"Show performance statistics\\\":\\\"Montrer les statistiques de performance\\\",\\\"Display\\\\u0003Displays\\\":\\\"Affichage\\\\u0003Affichages\\\",\\\"Unformatted list\\\":\\\"Liste non mise en forme\\\",\\\"Contextual filters\\\":\\\"Filtres contextuels\\\",\\\"contextual filters\\\":\\\"filtres contextuels\\\",\\\"Contextual filter\\\":\\\"Filtre contextuel\\\",\\\"contextual filter\\\":\\\"filtre contextuel\\\",\\\"filter criteria\\\":\\\"critères de filtre\\\",\\\"Filter criterion\\\":\\\"Critère de filtrage\\\",\\\"filter criterion\\\":\\\"critère de filtre\\\",\\\"no results behavior\\\":\\\"comportement en l'absence de résultat\\\",\\\"The node ID.\\\":\\\"L'identifiant (ID) du nœud.\\\",\\\"The content title.\\\":\\\"Le titre du contenu.\\\",\\\"The date the content was posted.\\\":\\\"La date à laquelle le contenu a été publié.\\\",\\\"Filters out unpublished content if the current user cannot view it.\\\":\\\"Élimine le contenu non-publié si l'utilisateur courant ne peut pas le voir.\\\",\\\"Whether or not the content is sticky.\\\":\\\"Si le contenu doit être épinglé en haut des listes ou non.\\\",\\\"Whether or not the content is sticky. To list sticky content first, set this to descending.\\\":\\\"Si le contenu doit être épinglé en haut des listes ou non. Pour lister les contenu épinglés en premier, définissez ceci à décroissant.\\\",\\\"Relate content to the user who created it.\\\":\\\"Relie le contenu à l'utilisateur qui l'a créé.\\\",\\\"User has a revision\\\":\\\"L'utilisateur a une révision\\\",\\\"All nodes where a certain user has a revision\\\":\\\"Tous les nœuds où un certain utilisateur a une révision\\\",\\\"Content revision is a history of changes to content.\\\":\\\"La révision de contenu est un historique des modifications du contenu.\\\",\\\"Relate a content revision to the user who created the revision.\\\":\\\"Lie une révision de contenu avec l'utilisateur qui l'a créée.\\\",\\\"Get the actual content from a content revision.\\\":\\\"Récupérer le contenu actuel depuis une révision de contenu.\\\",\\\"Provide a simple link to delete the content revision.\\\":\\\"Fournir un lien pour supprimer la révision de contenu.\\\",\\\"Filter for content by view access. Not necessary if you are using node as your base table.\\\":\\\"Filtre le contenu si son accès est autorisé. Non nécessaire si vous utilisez \\\\\\\"node\\\\\\\" comme table de base.\\\",\\\"Show a marker if the content is new or updated.\\\":\\\"Afficher un marqueur si le contenu est nouveau ou mis à jour.\\\",\\\"Show only content that is new or updated.\\\":\\\"Afficher uniquement les contenus nouveaux ou mis à jour.\\\",\\\"Display the content with standard node view.\\\":\\\"Afficher le contenu avec une vue standard de nœud.\\\",\\\"Content ID from URL\\\":\\\"Identifiant (ID) du contenu à partir de l'URL\\\",\\\"Content that is associated with this file, usually because this file is in a field on the content.\\\":\\\"Un contenu qui est associé à ce fichier, généralement parce que ce fichier se trouve dans un champ du contenu.\\\",\\\"Allows the \\\\\\\"depth\\\\\\\" for Taxonomy: Term ID (with depth) to be modified via an additional contextual filter value.\\\":\\\"Permet à la \\\\\\\"profondeur\\\\\\\" de Taxonomie : Identifiant de terme (avec profondeur) d'être modifiée par une valeur de filtre contextuel supplémentaire.\\\",\\\"Content authored\\\":\\\"Contenu rédigé\\\",\\\"Relate content to the user who created it. This relationship will create one record for each content item created by the user.\\\":\\\"Lie le contenu à l'utilisateur qui l'a créé. Cette relation créera un résultat pour chaque élément de contenu créé par l'utilisateur.\\\",\\\"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.\\\":\\\"Permet à un filtre contextuel d'être ignoré. La requête ne sera pas modifiée par la valeur de ce filtre contextuel. Peut-être utilisé quand les valeurs de filtres contextuels proviennent d'une URL, et qu'une partie de cette URL doit être ignorée.\\\",\\\"View area\\\":\\\"Zone de vue\\\",\\\"Insert a view inside an area.\\\":\\\"Insérer une vue dans une zone.\\\",\\\"Enable to override this field's links.\\\":\\\"Activer pour supplanter les liens du champ.\\\",\\\"Use field template\\\":\\\"Utiliser un gabarit de champ\\\",\\\"Checking this option will cause the group Display Type and Separator values to be ignored.\\\":\\\"Si cette option est choisie, le groupe Type d'affichage et le Séparateur seront ignorés.\\\",\\\"Multiple field settings\\\":\\\"Paramètres de champ multiple\\\",\\\"Display all values in the same row\\\":\\\"Afficher toutes les valeurs dans la même ligne\\\",\\\"Display @count value(s)\\\":\\\"Afficher @count valeur(s)\\\",\\\"Raw @column\\\":\\\"@column brut(e)\\\",\\\"Link this field to the original piece of content\\\":\\\"Lier ce champ à l'élément de contenu originel\\\",\\\"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).\\\":\\\"Activer cette option pour afficher un lien absolu. Requis si vous voulez utiliser le chemin comme une destination de lien (comme dans \\\\\\\"afficher ce champ en tant que lien\\\\\\\" ci-dessus).\\\",\\\"Access operation to check\\\":\\\"Fonction d'accès à vérifier\\\",\\\"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.\\\":\\\"Si sélectionné, les utilisateurs peuvent entrer plusieurs valeurs sous la forme 1+2+3. A cause du nombre de JOIN que cela demanderait, AND sera traité comme OR avec ce filtre.\\\",\\\"Load default filter from term page\\\":\\\"Charger le filtre par défaut depuis la page du terme\\\",\\\"Transform dashes in URL to spaces in term name filter values\\\":\\\"Transformer les tirets dans les URL en espaces dans les valeurs du filtre de nom de terme\\\",\\\"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 : vous n'avez pas la permission de modifier ceci. Si vous modifiez le type de filtre par défaut, ce réglage sera perdu et vous NE pourrez PLUS faire marche arrière.\\\",\\\"Change the way content is formatted.\\\":\\\"Changer la mise en forme du contenu.\\\",\\\"Change settings for this format\\\":\\\"Modifier les paramètres de ce format\\\",\\\"Change the way each row in the view is styled.\\\":\\\"Modifier la façon dont chaque ligne dans cette vue est stylée.\\\",\\\"Hide attachments in summary\\\":\\\"Masquer les vues attachées dans le sommaire\\\",\\\"Change whether or not to display attachments when displaying a contextual filter summary.\\\":\\\"Modifier l'affichage ou non des attachements lorsqu'un résumé de filtre contextuel est affiché.\\\",\\\"Hide attachments when displaying a contextual filter summary\\\":\\\"Masquer les attachements lorsqu'un résumé de filtre contextuel est affiché.\\\",\\\"Attachment position\\\":\\\"Position de l'attachement\\\",\\\"Should this display inherit its contextual filter values from the parent display to which it is attached?\\\":\\\"Cet affichage doit-il hériter des valeurs de filtre contextuel de l'affichage parent auquel il est rattaché ?\\\",\\\"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.\\\":\\\"Cette vue sera affichée en visitant ce chemin dans votre site. Il est recommandé que le chemin soit quelque chose comme \\\\\\\"path/%/%/feed\\\\\\\" ou \\\\\\\"path/%/%/rss.xml\\\\\\\", en mettant un % dans le chemin pour chaque filtre contextuel que vous avez défini dans la vue.\\\",\\\"Display @display is set to use a menu but the menu link text is not set.\\\":\\\"L'affichage @display est paramétré pour utiliser un menu mais le texte du lien de menu n'est pas défini.\\\",\\\"Display @display is set to use a parent menu but the parent menu link text is not set.\\\":\\\"L'affichage @display est paramétré pour utiliser un menu parent mais le texte du lien du menu parent n'est pas défini.\\\",\\\"@count item, skip @skip\\\\u0003Paged, @count items, skip @skip\\\":\\\"@count élément, en passer @skip\\\\u0003Avec pagination, @count éléments, en passer @skip\\\",\\\"@count item\\\\u0003Paged, @count items\\\":\\\"@count élément\\\\u0003Avec pagination, @count éléments\\\",\\\"Create a page\\\":\\\"Créer une page\\\",\\\"Create a menu link\\\":\\\"Créer un lien de menu\\\",\\\"Include an RSS feed\\\":\\\"Inclure un flux RSS\\\",\\\"Feed path\\\":\\\"Chemin du flux\\\",\\\"Feed row style\\\":\\\"Style de ligne du flux\\\",\\\"Create a block\\\":\\\"Créer un bloc\\\",\\\"of fields\\\":\\\"de champs\\\",\\\"of type\\\":\\\"de type\\\",\\\"tagged with\\\":\\\"étiquetté avec\\\",\\\"teasers\\\":\\\"résumés\\\",\\\"full posts\\\":\\\"publications complètes\\\",\\\"titles\\\":\\\"titres\\\",\\\"titles (linked)\\\":\\\"titres (liés)\\\",\\\"Sorts\\\":\\\"Tris\\\",\\\"HTTP method\\\":\\\"Méthode HTTP\\\",\\\"Hide view\\\":\\\"Cacher la vue\\\",\\\"@group (historical data)\\\":\\\"@group (données historiques)\\\",\\\"User limit\\\":\\\"Limite utilisateur\\\",\\\"Use path alias\\\":\\\"Utiliser l'alias de chemin\\\",\\\"Field mappings\\\":\\\"Correspondances de champ\\\",\\\"View any unpublished content\\\":\\\"Voir n'importe quel contenu non publié\\\",\\\"Relative default value\\\":\\\"Valeur par défaut relative\\\",\\\"The comment UUID.\\\":\\\"L'identifiant universel unique (UUID) du commentaire.\\\",\\\"The file UUID.\\\":\\\"L'identifiant universel unique (UUID) du fichier.\\\",\\\"The term UUID.\\\":\\\"L'UUID du terme.\\\",\\\"The user UUID.\\\":\\\"L'UUID de l'utilisateur.\\\",\\\"Field item\\\":\\\"Élément de champ\\\",\\\"Edit shortcut set\\\":\\\"Modifier l'ensemble de raccourcis\\\",\\\"Appearance settings\\\":\\\"Paramètres d'apparence\\\",\\\"Delete translation\\\":\\\"Supprimer la traduction\\\",\\\"Unsorted\\\":\\\"Non ordonné\\\",\\\"Changes to the style have been saved.\\\":\\\"Les modifications du style ont été enregistrées.\\\",\\\"Media query\\\":\\\"Requête de média (media query)\\\",\\\"Mapping type\\\":\\\"Type de correspondance\\\",\\\"Create media\\\":\\\"Créer un média\\\",\\\"Use replacement tokens from the first row\\\":\\\"Utiliser les jetons (tokens) de remplacement de la première ligne\\\",\\\"Allow multiple filter values to work together\\\":\\\"Permettre à des valeurs de filtre multiples de fonctionner ensemble\\\",\\\"Customize field HTML\\\":\\\"Personnaliser le code HTML du champ\\\",\\\"You may use token substitutions from the rewriting section in this class.\\\":\\\"Vous pouvez utiliser les substitutions de jetons (tokens) de la section \\\\\\\"Réécrire la sortie\\\\\\\" dans cette classe.\\\",\\\"Customize label HTML\\\":\\\"Personnaliser le code HTML de l'étiquette\\\",\\\"Customize field and label wrapper HTML\\\":\\\"Personnaliser le code HTML de l'enveloppe du champ et de l'étiquette\\\",\\\"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.\\\":\\\"Choisir l'élément HTML pour envelopper ce champ et son étiquette, ex : H1, H2, etc. Ceci peut ne pas être pris en compte si le champ et son étiquette ne sont pas rendus ensemble, tel que dans un tableau.\\\",\\\"Remove whitespace\\\":\\\"Retirer les espaces\\\",\\\"Hide rewriting if empty\\\":\\\"Masquer la réécriture si vide\\\",\\\"Do not display rewritten content if this field is empty.\\\":\\\"Ne pas afficher le contenu réécrit si le champ est vide.\\\",\\\"Thousands marker\\\":\\\"Séparateur de milliers\\\",\\\"Expose this filter to visitors, to allow them to change it\\\":\\\"Exposer ce filtre aux visiteurs, pour leur permettre de le modifier\\\",\\\"Representative sort order\\\":\\\"Ordre du tri représentatif\\\",\\\"Subquery namespace\\\":\\\"Espace de nom (namespace) de la sous-requête\\\",\\\"Advanced. Enter a namespace for the subquery used by this relationship.\\\":\\\"Avancé. Saisissez un espace de nom pour la sous-requête utilisée par cette relation.\\\",\\\"Representative view\\\":\\\"Vue représentative\\\",\\\"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.\\\":\\\"Avancé. Utiliser une autre vue pour générer la sous-requête de relation. Ceci vous permet d'utiliser des filtres et plus d'un tri. Si vous choisissez une vue ici, les options de tri ci-dessus seront ignorées. Votre vue doit avoir l'identifiant (ID) de sa base comme seul champ, et devrait avoir un tri.\\\",\\\"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.\\\":\\\"Re-générera la sous-requête pour cette relation à chaque fois que la vue est exécutée, au lieu de seulement quand ces options sont enregistrées. Utilisez ceci pour tester si vous faites des modifications autre part. AVERTISSEMENT : détériore sérieusement les performances.\\\",\\\"Expose this sort to visitors, to allow them to change it\\\":\\\"Exposer ce tri aux visiteurs, pour leur permettre de le modifier\\\",\\\"This display is disabled.\\\":\\\"L'affichage est désactivé.\\\",\\\"Error: Display @display refers to a plugin named '@plugin', but that plugin is not available.\\\":\\\"Erreur : L'affichage @display fait référence à un plugin '@plugin', mais ce plugin n'est pas disponible.\\\",\\\"Aggregation settings\\\":\\\"Paramètres d'agrégation\\\",\\\"Display extenders\\\":\\\"Afficher les extensions\\\",\\\"Select extensions of the views interface.\\\":\\\"Sélectionner les extensions de l'interface de Views.\\\",\\\"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.\\\":\\\"Vous avez configuré l'affichage %display avec un chemin qui est aussi un chemin d'alias. Ceci peut produire des effets indésirables, vous devriez utiliser un chemin interne.\\\",\\\"Configure aggregation settings for @type %item\\\":\\\"Configurer les paramètres d'agrégation pour @type %item\\\",\\\"Empty display extender\\\":\\\"Extension d'affichage vide\\\",\\\"Raw value from URL\\\":\\\"Valeur brute à partir de l'URL\\\",\\\"Apply (all displays)\\\":\\\"Appliquer (tous les affichages)\\\",\\\"Apply (this display)\\\":\\\"Appliquer (cet affichage)\\\",\\\"The date of the most recent new content on the feed.\\\":\\\"La date du contenu le plus récent du flux.\\\",\\\"Appears in: @bundles.\\\":\\\"Apparaît dans : @bundles.\\\",\\\"This is an alias of @group: @field.\\\":\\\"Ceci est un alias de @group : @field.\\\",\\\"@group: @field\\\":\\\"@group : @field\\\",\\\"@group (historical data): @field\\\":\\\"@group (données historiques) : @field\\\",\\\"@label:delta\\\":\\\"@label:delta\\\",\\\"Delta - Appears in: @bundles.\\\":\\\"Delta - Apparaît dans : @bundles.\\\",\\\"User who uploaded\\\":\\\"Utilisateur ayant transféré\\\",\\\"Taxonomy term chosen from autocomplete or select widget.\\\":\\\"Terme de taxonomie choisi depuis le widget d'autocomplétion ou de sélection.\\\",\\\"Representative node\\\":\\\"Nœud représentatif\\\",\\\"Obtains a single representative node for each term, according to a chosen sort criterion.\\\":\\\"Récupère un nœud représentatif unique pour chaque terme, selon le critère de sélection choisi.\\\",\\\"Content with term\\\":\\\"Contenu avec terme\\\",\\\"Relate all content tagged with a term.\\\":\\\"Relie tous les contenus étiquetté par un terme.\\\",\\\"Has taxonomy term ID\\\":\\\"Possède un identifiant (ID) de terme de taxonomie\\\",\\\"Display content if it has the selected taxonomy terms.\\\":\\\"Affiche le contenu s'il possède les termes de taxonomie sélectionnés.\\\",\\\"Has taxonomy term\\\":\\\"Possède un terme de la taxonomie\\\",\\\"Taxonomy terms on node\\\":\\\"Termes de taxonomie du nœud\\\",\\\"All taxonomy terms\\\":\\\"Tous les termes de taxonomie\\\",\\\"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.\\\":\\\"Affiche le contenu s'il possède les termes de taxonomie sélectionnés ou des termes enfants de ceux-ci. En raison d'une complexité additionnelle, ce paramètre possède moins d'options que les versions sans profondeur.\\\",\\\"Has taxonomy term ID (with depth)\\\":\\\"Possède l'identifiant de terme de taxonomie (avec profondeur)\\\",\\\"Has taxonomy terms (with depth)\\\":\\\"Possède les termes de taxonomie (avec profondeur)\\\",\\\"Has taxonomy term ID depth modifier\\\":\\\"Possède l'identifiant du terme de taxonomie avec modification de profondeur\\\",\\\"@entity using @field\\\":\\\"@entity utilisant @field\\\",\\\"Taxonomy term ID from URL\\\":\\\"Identifiant (ID) du terme de taxonomie à partir de l'URL\\\",\\\"Obtains a single representative node for each user, according to a chosen sort criterion.\\\":\\\"Récupère un nœud représentatif unique pour chaque utilisateur, selon le critère de sélection choisi.\\\",\\\"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.\\\":\\\"Si coché, les valeurs multiples de ce champ seront affichées sur une même ligne. Sinon, chaque valeur de ce champ sera visualisée sur une nouvelle ligne. Si \\\\\\\"groupé par\\\\\\\" est sélectionné, assurez-vous de grouper par \\\\\\\"Entity ID\\\\\\\" pour que ce paramètre ait l'effet désiré.\\\",\\\"Display an icon representing the file type, instead of the MIME text (such as \\\\\\\"image/jpeg\\\\\\\")\\\":\\\"Afficher une icône représentant le type de fichier, au lieu du texte MIME (tel que \\\\\\\"image/jpeg\\\\\\\")\\\",\\\"Load default filter from node page, that's good for related taxonomy blocks\\\":\\\"Charge le filtre par défaut depuis la page de nœud, c'est utile pour les blocs de taxonomie associée.\\\",\\\"Path component\\\":\\\"Composant de chemin\\\",\\\"The numbering starts from 1, e.g. on the page admin/structure/types, the 3rd path component is \\\\\\\"types\\\\\\\".\\\":\\\"Le numéro de séquence commence à 1, par exemple sur la page admin/structure/types, le 3ème composant est \\\\\\\"types\\\\\\\".\\\",\\\"Use aggregation\\\":\\\"Utiliser l'agrégation\\\",\\\"Display title may not be empty.\\\":\\\"Le titre de l'affichage ne peut pas être vide.\\\",\\\"When the filter value is NOT available\\\":\\\"Quand la valeur de filtre N'EST PAS disponible\\\",\\\"When the filter value IS available or a default is provided\\\":\\\"Quand la valeur de filtre EST disponible ou qu'une valeur par défaut est fournie\\\",\\\"This display does not have a source for contextual filters, so no contextual filter value will be available unless you select 'Provide default'.\\\":\\\"Cet affichage n'a pas de source pour les filtres contextuels, donc aucune valeur de filtre contextuel ne sera disponible à moins que vous sélectionniez 'Fournir la valeur par défaut'.\\\",\\\"Query Comment\\\":\\\"Commentaire de requête\\\",\\\"If set, this comment will be embedded in the query and passed to the SQL server. This can be helpful for logging or debugging.\\\":\\\"Si défini, ce commentaire sera intégré dans la requête et transmis au serveur SQL. Ceci peut être utile pour la journalisation ou le débogage.\\\",\\\"Count DISTINCT\\\":\\\"Count DISTINCT\\\",\\\"Provide default field wrapper elements\\\":\\\"Fournir les éléments par défaut des enveloppes de champs\\\",\\\"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.\\\":\\\"Les champs en ligne seront affichés les uns à côté des autres au lieu des uns au dessus des autres. Notez que certains champs ignoreront ceci si ce sont des éléments de bloc, en particulier les champs de corps et d'autres formatés en HTML.\\\",\\\"Show the empty text in the table\\\":\\\"Afficher le texte vide dans le tableau\\\",\\\"The block could not be saved.\\\":\\\"Le bloc n'a pas pu être enregistré.\\\",\\\"Datetime\\\":\\\"Datetime\\\",\\\"Language (fr, en, ...)\\\":\\\"Langue (fr, en...)\\\",\\\"Max age\\\":\\\"Age maximum\\\",\\\"Layout ID\\\":\\\"ID mise en page\\\",\\\"Last Cron Run\\\":\\\"Dernière fois que la tâche planifiée (cron) a été lancée\\\",\\\"The user ID.\\\":\\\"L'identifiant (ID) de l'utilisateur.\\\",\\\"Latest revision\\\":\\\"Dernière révision\\\",\\\"Responsive image\\\":\\\"Image adaptative\\\",\\\"The field that is going to be used as the RSS item title for each row.\\\":\\\"Le champ qui sera utilisé comme titre de l'élément du flux RSS pour chaque ligne.\\\",\\\"The field that is going to be used as the RSS item link for each row. This must be a drupal relative path.\\\":\\\"Le champ qui sera utilisé comme lien de l'élément du flux RSS pour chaque ligne. Ceci doit être un chemin relatif de drupal.\\\",\\\"The field that is going to be used as the RSS item description for each row.\\\":\\\"Le champ qui sera utilisé comme description de l'élément du flux RSS pour chaque ligne.\\\",\\\"Creator field\\\":\\\"Champ créateur\\\",\\\"The field that is going to be used as the RSS item creator for each row.\\\":\\\"Le champ qui sera utilisé comme créateur de l'élément du flux RSS pour chaque ligne.\\\",\\\"Publication date field\\\":\\\"Champ date de publication\\\",\\\"Row style plugin requires specifying which views fields to use for RSS item.\\\":\\\"Le plugin de style de ligne requiert de spécifier les champs de la vue à utiliser pour l'élément RSS.\\\",\\\"Unique watchdog event ID.\\\":\\\"Identifiant (ID) unique de l'événement watchdog.\\\",\\\"The severity level of the event; ranges from 0 (Emergency) to 7 (Debug).\\\":\\\"Le niveau de sévérité de l'événement : intervalle de 0 (Urgence) à 7 (Débogage).\\\",\\\"Logo image\\\":\\\"Image du logo\\\",\\\"Curaçao\\\":\\\"Curaçao\\\",\\\"Réunion\\\":\\\"Réunion\\\",\\\"Sint Maarten\\\":\\\"Saint-Martin\\\",\\\"Manage view modes\\\":\\\"Gérer les modes d'affichage\\\",\\\"The layout has been saved.\\\":\\\"La mise en page a été enregistrée.\\\",\\\"JavaScript settings\\\":\\\"Paramètres JavaScript\\\",\\\"Entity Reference\\\":\\\"Entity Reference\\\",\\\"An autocomplete text field.\\\":\\\"Un champ de texte à autocomplétion.\\\",\\\"Display the label of the referenced entities.\\\":\\\"Afficher l'étiquette des entités référencées.\\\",\\\"Display the referenced entities rendered by entity_view().\\\":\\\"Afficher les entités référencées rendues par entity_view().\\\",\\\"Link label to the referenced entity\\\":\\\"Lier l'étiquette à l'entité référencée\\\",\\\"Link to the referenced entity\\\":\\\"Lien vers l'entité référencée\\\",\\\"Rendered as @mode\\\":\\\"Affiché(e) comme @mode\\\",\\\"Language types\\\":\\\"Types de langues\\\",\\\"Add view mode\\\":\\\"Ajouter un mode de visualisation\\\",\\\"Edit view mode\\\":\\\"Modifier le mode de visualisation\\\",\\\"Filter HTML\\\":\\\"Filtrer le code HTML\\\",\\\"Configuration Manager\\\":\\\"Gestionnaire de configuration\\\",\\\"Revision log\\\":\\\"Journal de révision\\\",\\\"Default date\\\":\\\"Date par défaut.\\\",\\\"Default end date\\\":\\\"Date de fin par défaut\\\",\\\"Time increments\\\":\\\"Incréments de temps\\\",\\\"10 minute\\\":\\\"10 minutes\\\",\\\"30 minute\\\":\\\"30 minutes\\\",\\\"Date value\\\":\\\"Valeur de date\\\",\\\"Text of the auto-reply message.\\\":\\\"Texte du message de réponse automatique.\\\",\\\"Entity reference\\\":\\\"Référence à une entité\\\",\\\"Fields pending deletion\\\":\\\"Champs en attente de suppression\\\",\\\"No translatable fields\\\":\\\"Aucun champ traduisible\\\",\\\"Translations of %label\\\":\\\"Traductions de %label\\\",\\\"This translation is published\\\":\\\"Cette traduction est publiée\\\",\\\"Are you sure you want to delete the @language translation of %label?\\\":\\\"Êtes-vous sûr(e) de vouloir supprimer la traduction en @language de %label ?\\\",\\\"Translate any entity\\\":\\\"Traduire n'importe quelle entité\\\",\\\"Hide empty columns\\\":\\\"Masquer les colonnes vides\\\",\\\"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.\\\":\\\"L'identifiant (ID) du nœud créé ou commenté par l'utilisateur. Vous devez utiliser un argument ou un filtre sur l'identifiant (UID) sans quoi l'utilisation de ce champ risque de générer des résultats trompeurs.\\\",\\\"The user ID of a user who touched the node (either created or commented on it).\\\":\\\"L'identifiant (UID) de l'utilisateur qui a mis à jour le nœud (en le créant ou par un commentaire).\\\",\\\"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.\\\":\\\"La dernière date à laquelle le nœud a été mis à jour ou commenté. Vous devez utiliser un argument ou filtrer sur l'UID ou vous obtiendrez des résultats trompeurs en utilisant ce champ.\\\",\\\"Change handler\\\":\\\"Changer de gestionnaire\\\",\\\"Autocomplete (Tags style)\\\":\\\"Autocomplétion (style Étiquettes)\\\",\\\"Mail system\\\":\\\"Système de courriel\\\",\\\"Hide empty column\\\":\\\"Cacher les colonnes vides\\\",\\\"Restrict images to this site\\\":\\\"Restreindre les images à ce site\\\",\\\"Disallows usage of <img> tag sources that are not hosted on this site by replacing them with a placeholder image.\\\":\\\"Interdit l'usage de sources pour la balise <img> qui ne sont pas hébergées sur ce site en les remplaçant par une image placeholder.\\\",\\\"Maximum dimensions\\\":\\\"Dimensions maximun\\\",\\\"Fallback image style\\\":\\\"Style d'image de repli\\\",\\\"Wide\\\":\\\"Large\\\",\\\"The operator is invalid on filter: @filter.\\\":\\\"L'opérateur est invalide sur le filtre : @filter.\\\",\\\"No valid values found on filter: @filter.\\\":\\\"Aucune valeur valide trouvée sur le filtre : @filter.\\\",\\\"The value @value is not an array for @operator on filter: @filter\\\":\\\"La valeur @value n'est pas un tableau pour @operator sur le filtre : @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.\\\":\\\"Si non coché, les champs qui ne sont pas configurés pour personnaliser leur élément HTML n'obtiendront aucune enveloppe (wrapper) ni pour leur champ, ni pour leur étiquette ni pour le champ + étiquette. Vous pouvez utiliser ceci pour rapidement réduire le nombre de balises que fournit la vue par défaut, au risque de rendre plus difficile l'application des CSS.\\\",\\\"@label (@column)\\\":\\\"@label (@column)\\\",\\\"banned IP addresses\\\":\\\"adresses IP bannies\\\",\\\"The IP address %ip has been banned.\\\":\\\"L'adresse IP %ip a été bannie.\\\",\\\"CKEditor settings\\\":\\\"Paramètres de CKEditor\\\",\\\"Checked\\\":\\\"Vérifié\\\",\\\"The field name.\\\":\\\"Le nom du champ.\\\",\\\"Validate options\\\":\\\"Options de validation\\\",\\\"Whether the user is active or blocked.\\\":\\\"Si l'utilisateur est actif ou bloqué.\\\",\\\"Views query\\\":\\\"Requête Views\\\",\\\"Language direction\\\":\\\"Sens de l'écriture\\\",\\\"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.\\\":\\\"L'indicateur d'activité (throbber) n'affiche pas le statut des transferts mais prend moins de place. La barre de progression est utile pour surveiller la progression des gros transferts.\\\",\\\"Leave this blank to delete both the existing username and password.\\\":\\\"Laisser ceci vide pour supprimer à la fois le nom d'utilisateur existant et le mot de passe.\\\",\\\"To change the password, enter the new password here.\\\":\\\"Pour modifier le mot de passe, saisissez le nouveau mot de passe ici.\\\",\\\"HTTP authentication credentials must include a username in addition to a password.\\\":\\\"Les informations d'authentification HTTP doivent inclure un nom d'utilisateur en plus d'un mot de passe.\\\",\\\"Cron takes care of running periodic tasks like checking for updates and indexing content for search.\\\":\\\"Le planificateur de tâche (Cron) s'occupe de lancer des tâches périodiques pour vérifier les mises à jour et indéxer le contenu pour la recherche.\\\",\\\"User name and password\\\":\\\"Nom d'utilisateur et mot de passe\\\",\\\"User module account form elements.\\\":\\\"Éléments de formulaire de compte utilisateur du module User.\\\",\\\"View modes\\\":\\\"Modes d'affichage\\\",\\\"A Drupal path or external URL the more link will point to. Note that this will override the link display setting above.\\\":\\\"Un chemin Drupal ou une URL externe vers lequel pointera le lien \\\\\\\"plus\\\\\\\". Noter que cela supplantera le paramètre d'affichage du lien ci-dessus.\\\",\\\"Drupal 8\\\":\\\"Drupal 8\\\",\\\"Resource type\\\":\\\"Type de ressource\\\",\\\"Alt field required\\\":\\\"Champ Alt requis\\\",\\\"Title field required\\\":\\\"Champ Titre requis\\\",\\\"Link to entity\\\":\\\"Lier à l'entité\\\",\\\"@view : @display\\\":\\\"@view : @display\\\",\\\"View: @view - Display: @display\\\":\\\"Vue : @view - Affichage : @display\\\",\\\"Transform the case\\\":\\\"Changer la casse\\\",\\\"If \\\\\\\"Custom\\\\\\\", see the PHP docs for date formats. Otherwise, enter the number of different time units to display, which defaults to 2.\\\":\\\"Si \\\\\\\"Personnalisé\\\\\\\", consulter la documentation PHP pour les formats de date. Sinon, saisir le nombre d'unités de temps différentes à afficher, fixé à 2 par défaut.\\\",\\\"Representative sort criteria\\\":\\\"Critères de tri représentatif\\\",\\\"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'.\\\":\\\"Le critère de tri est appliqué aux données raportées par la relation pour déterminer comment un élément représentatif est obtenu pour chaque ligne. Par exemple, pour montrer le nœud le plus récent pour chaque utilisateur, sélectionner 'Contenu : date de mise à jour'.\\\",\\\"The ordering to use for the sort criteria selected above.\\\":\\\"L'ordre à utiliser pour les critères de tri sélectionnés plus haut.\\\",\\\"Revert to default\\\":\\\"Rétablir par défaut\\\",\\\"No fields have been used in views yet.\\\":\\\"Aucun champ n'a été jusqu'à présent utilisé dans les vues.\\\",\\\"Provide a simple link to approve the comment.\\\":\\\"Fournir un lien pour approuver le commentaire.\\\",\\\"Author uid\\\":\\\"uid de l'auteur\\\",\\\"Relate each @entity with a @field set to the file.\\\":\\\"Relier chaque @entity avec un ensemble @field au fichier.\\\",\\\"Relate each @entity with a @field set to the image.\\\":\\\"Relier chaque @entity avec un ensemble @field à l'image.\\\",\\\"The tid of a taxonomy term.\\\":\\\"Le tid d'un terme de taxonomie\\\",\\\"The user permissions.\\\":\\\"Les droits utilisateur.\\\",\\\"First and last only\\\":\\\"Premier et dernier seulement\\\",\\\"Multiple-value handling\\\":\\\"Gestion à valeur multiple.\\\",\\\"Filter to items that share all terms\\\":\\\"Filtrer par éléments qui partagent tous les termes\\\",\\\"Filter to items that share any term\\\":\\\"Filtrer par éléments qui partagent n'importe quel terme\\\",\\\"Use a pager\\\":\\\"Utiliser une pagination\\\",\\\"Logo path\\\":\\\"Chemin du logo\\\",\\\"@module (incompatible with this version of Drupal core)\\\":\\\"@module (incompatible avec cette version du cœur de Drupal)\\\",\\\"Tokens related to views.\\\":\\\"Jetons associés aux vues.\\\",\\\"The description of the view.\\\":\\\"La description de la vue.\\\",\\\"The title of current display of the view.\\\":\\\"Le titre de l'affichage actuel de la vue.\\\",\\\"The URL of the view.\\\":\\\"L'URL de la vue.\\\",\\\"-Select-\\\":\\\"-Sélectionner-\\\",\\\"Text to place as \\\\\\\"title\\\\\\\" text which most browsers display as a tooltip when hovering over the link.\\\":\\\"Texte à placer comme texte de l'attribut \\\\\\\"title\\\\\\\" que la plupart des navigateurs affichent comme bulle d'aide lors du survol du lien.\\\",\\\"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.\\\":\\\"Activer pour masquer ce champ s'il est vide. Noter que l'étiquette du champ ou le rendu réécrit peuvent toujours être affichés. Pour masquer les étiquettes, vérifier les paramètres du style ou du style de ligne concernant les champs vides. Pour masquer le contenu réécrit, cocher la case \\\\\\\"Masquer la réécriture si vide\\\\\\\".\\\",\\\"Apostrophe\\\":\\\"Apostrophe\\\",\\\"Date in the form of CCYYMMDD.\\\":\\\"Date sous la forme AAAAMMJJ.\\\",\\\"Date in the form of YYYYMM.\\\":\\\"Date sous la forme AAAAMM.\\\",\\\"Date in the form of YYYY.\\\":\\\"Date sous la forme AAAA.\\\",\\\"Date in the form of MM (01 - 12).\\\":\\\"Date sous la forme MM (01 - 12).\\\",\\\"Date in the form of DD (01 - 31).\\\":\\\"Date sous la forme JJ (01 - 31).\\\",\\\"Date in the form of WW (01 - 53).\\\":\\\"Date sous la forme SS (01 - 53).\\\",\\\"If you need more fields than the uid add the comment: author relationship\\\":\\\"Si vous avez besoin de plus de champs que l'uid, ajoutez la relation Commentaire : auteur\\\",\\\"Last comment uid\\\":\\\"Uid du dernier commentaire\\\",\\\"The user authoring the content. If you need more fields than the uid add the content: author relationship\\\":\\\"L'utilisateur auteur du contenu. Si vous avez besoin de plus de champs que l'uid, ajoutez la relation Contenu : auteur\\\",\\\"Convert spaces in term names to hyphens\\\":\\\"Convertir les espaces dans les noms de terme en tirets\\\",\\\"Use rendered output to group rows\\\":\\\"Utiliser le rendu pour grouper les lignes\\\",\\\"If enabled the rendered output of the grouping field is used to group the rows.\\\":\\\"Si activé le rendu du champ de regroupement est utilisé pour grouper les lignes.\\\",\\\"Block count\\\":\\\"Nombre de blocs\\\",\\\"Limit to vocabulary\\\":\\\"Limiter au vocabulaire\\\",\\\"You may use HTML code in this field. The following tokens are supported:\\\":\\\"Vous pouvez utiliser le code HTML pour ce champ. Les jetons suivants sont pris en charge :\\\",\\\"Result summary\\\":\\\"Résumé des résultats\\\",\\\"Shows result summary, for example the items per page.\\\":\\\"Affiche le résumé des résultats, par exemple les éléments par page.\\\",\\\"Use site default RSS settings\\\":\\\"Utiliser les paramètres RSS par défaut du site\\\",\\\"Display list value as human readable\\\":\\\"Afficher les valeurs des listes de manière lisible\\\",\\\"Displays the link in contextual links\\\":\\\"Affiche le lien dans les liens contextuels\\\",\\\"Grouping field Nr.@number\\\":\\\"Champ de groupement N°@number\\\",\\\"Response status code\\\":\\\"Code de statut de la réponse\\\",\\\"Your search used too many AND/OR expressions. Only the first @count terms were included in this search.\\\":\\\"Votre recherche comporte trop d'opérateurs AND/OR. Seuls les @count premiers termes seront pris en compte dans cette recherche.\\\",\\\"Other…\\\":\\\"Autre...\\\",\\\"The selected selection handler is broken.\\\":\\\"Le gestionnaire de sélection sélectionné est cassé.\\\",\\\"Performance settings\\\":\\\"Paramètres de performance\\\",\\\"Hide description\\\":\\\"Masquer la description\\\",\\\"Display field as machine name.\\\":\\\"Afficher le champ comme un nom machine.\\\",\\\"Provide a display which can be embedded using the views api.\\\":\\\"Fournir un affichage pouvant être intégré en utilisant l'API de Views.\\\",\\\"Only has the 'authenticated user' role\\\":\\\"N'a que le rôle 'utilisateur authentifié'\\\",\\\"Has roles in addition to 'authenticated user'\\\":\\\"A d'autres rôles que 'utilisateur authentifié'\\\",\\\"Remove tags from rendered output\\\":\\\"Retirer les balises du rendu\\\",\\\"Fields to be included as contextual links.\\\":\\\"Les champs à inclure comme liens contextuels.\\\",\\\"Include destination\\\":\\\"Inclure la destination\\\",\\\"Include a \\\\\\\"destination\\\\\\\" parameter in the link to return the user to the original view upon completing the contextual action.\\\":\\\"Inclure un paramètre \\\\\\\"destination\\\\\\\" dans le lien pour rediriger l'utilisateur à la vue originale après avoir terminé l'action contextuelle.\\\",\\\"Contextual Links\\\":\\\"Liens contextuels\\\",\\\"Display fields in a contextual links menu.\\\":\\\"Afficher les champs dans un menu de liens contextuels.\\\",\\\"Upload directory\\\":\\\"Répertoire de transfert\\\",\\\"The file %file could not be saved because the upload did not complete.\\\":\\\"Le fichier %file n'a pas pu être enregistré car l'opération de transfert n'a pas abouti.\\\",\\\"Authentication provider\\\":\\\"Fournisseur d'authentification\\\",\\\"Maximum attempts\\\":\\\"Nombre de tentatives maximum\\\",\\\"Allowed values function\\\":\\\"Fonction des valeurs autorisées\\\",\\\"Select media\\\":\\\"Choisir un média\\\",\\\"Date/time format\\\":\\\"Format de date/heure\\\",\\\"Enable translation\\\":\\\"Activer la traduction\\\",\\\"Drupal Version\\\":\\\"Version de Drupal\\\",\\\"Default translation\\\":\\\"Traduction par défaut\\\",\\\"Search score\\\":\\\"Score de la recherche\\\",\\\"Add transition\\\":\\\"Ajouter une transition\\\",\\\"Export options\\\":\\\"Options d'export\\\",\\\"There was a problem creating field %label: @message\\\":\\\"Un problème est survenu à la création du champ %label : @message\\\",\\\"No content selected.\\\":\\\"Aucun contenu sélectionné.\\\",\\\"A list field (@field_name) with existing data cannot have its keys changed.\\\":\\\"Un champ de type liste (@field_name) avec des données existantes ne peut pas avoir ses clés changées.\\\",\\\"If no image is uploaded, this image will be shown on display and will override the field's default image.\\\":\\\"Si aucune image n'est transférée, cette image sera montrée à l'affichage et surchargera l'image par défaut du champ.\\\",\\\"No blocked IP addresses available.\\\":\\\"Aucune adresse IP bloquée n'est disponible.\\\",\\\"The menu name. Primary key.\\\":\\\"Le nom du menu. Clé primaire.\\\",\\\"The human-readable name of the menu.\\\":\\\"Le nom affiché du menu.\\\",\\\"A description of the menu\\\":\\\"Une description du menu.\\\",\\\"The menu name. All links with the same menu name (such as 'navigation') are part of the same menu.\\\":\\\"Le nom du menu. Tous les liens avec le même nom de menu (comme \\\\\\\"navigation\\\\\\\") font partie du même menu.\\\",\\\"The menu link ID (mlid) is the integer primary key.\\\":\\\"L'identifiant (ID) de lien de menu (mlid) est une clé primaire de type entier.\\\",\\\"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.\\\":\\\"L'identifiant (ID) du lien parent (plid) est le mlid du lien qui le précède dans la hiérarchie ou zéro si le lien est à la racine de son menu.\\\",\\\"The Drupal path or external path this link points to.\\\":\\\"Le chemin Drupal ou chemin externe vers lequel pointe ce lien.\\\",\\\"For links corresponding to a Drupal path (external = 0), this connects the link to a {menu_router}.path for joins.\\\":\\\"Pour les liens correspondant à un chemin Drupal (externe = 0), cela connecte le lien à un {menu_router}.path pour les jointures.\\\",\\\"The text displayed for the link, which may be modified by a title callback stored in {menu_router}.\\\":\\\"Le texte affiché pour le lien, qui peut être modifié par une fonction de rappel (callback) de titre dans définie dans {menu_router}.\\\",\\\"The name of the module that generated this link.\\\":\\\"Le nom du module qui a généré ce lien.\\\",\\\"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)\\\":\\\"Un marqueur pour indiquer si le lien doit être rendu dans les menus ou non. (1 = un élément de menu désactivé qui peut être affiché sur les écrans d'administration, -1 = une fonction de rappel (callback) de menu, 0 = un lien visible normalement)\\\",\\\"A flag to indicate if the link points to a full URL starting with a protocol, like http:// (1 = external, 0 = internal).\\\":\\\"Un marqueur pour indiquer que le lien pointe vers une URL complète démarrant par un protocole, comme http:// (1 = interne, 0 = externe).\\\",\\\"Flag indicating whether any links have this link as a parent (1 = children exist, 0 = no children).\\\":\\\"Marqueur indiquant si des liens ont ce lien comme parent ou non (1 = des enfants existent, 0 = aucun enfant).\\\",\\\"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)\\\":\\\"Marqueur pour indiquer si le lien doit être affiché déplié dans les menus ou non - les liens dépliés ont toujours leurs liens enfants affichés, au lieu d'uniquement lorsque le lien est dans le chemin actif (1 = déplié, 0 = non déplié)\\\",\\\"Link weight among links in the same menu at the same depth.\\\":\\\"Poids du lien par rapport aux autres liens du même menu à la même profondeur.\\\",\\\"The depth relative to the top level. A link with plid == 0 will have depth == 1.\\\":\\\"La profondeur relative au premier niveau. Un lien avec plid == 0 aura depth == 1.\\\",\\\"A flag to indicate that the user has manually created or edited the link (1 = customized, 0 = not customized).\\\":\\\"Un marqueur indiquant que l'utilisateur a créé ou modifié manuellement le lien (1 = personnalisé, 0 = non personnalisé).\\\",\\\"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.\\\":\\\"Le premier mlid dans le chemin matérialisé. Si N = profondeur, alors pN doit égaler le mlid. Si profondeur > 1 alors p(N-1) doit égaler le plid. Tous les pX où X > profondeur doivent égaler zéro. Les colonnes p1 .. p9 sont également appelées les parents.\\\",\\\"The second mlid in the materialized path. See p1.\\\":\\\"Le second mlid dans le chemin matérialisé. Consulter p1.\\\",\\\"The third mlid in the materialized path. See p1.\\\":\\\"Le troisième mlid dans le chemin matérialisé. Consulter p1.\\\",\\\"The fourth mlid in the materialized path. See p1.\\\":\\\"Le quatrième mlid dans le chemin matérialisé. Consulter p1.\\\",\\\"The fifth mlid in the materialized path. See p1.\\\":\\\"Le cinquième mlid dans le chemin matérialisé. Consulter p1.\\\",\\\"The sixth mlid in the materialized path. See p1.\\\":\\\"Le sixième mlid dans le chemin matérialisé. Consulter p1.\\\",\\\"The seventh mlid in the materialized path. See p1.\\\":\\\"Le septième mlid dans le chemin matérialisé. Consulter p1.\\\",\\\"The eighth mlid in the materialized path. See p1.\\\":\\\"Le huitième mlid dans le chemin matérialisé. Consulter p1.\\\",\\\"The ninth mlid in the materialized path. See p1.\\\":\\\"Le neuvième mlid dans le chemin matérialisé. Consulter p1.\\\",\\\"Flag that indicates that this link was generated during the update from Drupal 5.\\\":\\\"Marqueur indiquant que ce lien a été généré suite à la mise à jour à partir de Drupal 5.\\\",\\\"blocks\\\":\\\"blocs\\\",\\\"Bulk operation\\\":\\\"Opération en masse\\\",\\\"View used to select the entities\\\":\\\"Vue utilisée pour sélectionner les entitées\\\",\\\"Choose the view and display that select the entities that can be referenced.
Only views with a display of type \\\\\\\"Entity Reference\\\\\\\" are eligible.\\\":\\\"Choisir la vue et son affichage séléctionnant les entités pouvant être référencées.
Seules les vues avec un affichage de type \\\\\\\"Entity Reference\\\\\\\" sont éligibles.\\\",\\\"Views: Filter by an entity reference view\\\":\\\"Views : filtrer par une vue d'entité référencée\\\",\\\"Entity Reference Source\\\":\\\"Source Entity Reference\\\",\\\"Entity Reference list\\\":\\\"Liste Entity Reference\\\",\\\"Display \\\\\\\"@display\\\\\\\" needs a selected search fields to work properly. See the settings for the Entity Reference list format.\\\":\\\"L'affichage @display nécessite de sélectionner un champ de recherche pour fonctionner correctement. Voir les paramètres du format de liste d'Entity Reference.\\\",\\\"Display \\\\\\\"@display\\\\\\\" uses field %field as search field, but the field is no longer present. See the settings for the Entity Reference list format.\\\":\\\"L'affichage @display utilise le champ %field comme champ de recherche mais le champ n'est plus présent. Voir les paramètres du format de liste d'Entity Reference.\\\",\\\"Note: In 'Entity Reference' displays, all fields will be displayed inline unless an explicit selection of inline fields is made here.\\\":\\\"Note : dans les affichages \\\\\\\"Entity Reference\\\\\\\", tous les champs seront affichés en ligne à moins qu'une sélection explicite de champs en ligne ne soit faite ici.\\\",\\\"Select the field(s) that will be searched when using the autocomplete widget.\\\":\\\"Choisir le(s) champ(s) sur le(s)quel(s) effectuer la recherche lors de l'utilisation du widget d'autocomplétion.\\\",\\\"Public files directory\\\":\\\"Répertoire des fichiers publics\\\",\\\"Temporary files directory\\\":\\\"Répertoire des fichiers temporaires\\\",\\\"Private files directory\\\":\\\"Répertoire des fichiers privés\\\",\\\"Comment Statistics\\\":\\\"Statistiques des commentaires\\\",\\\"In-place content editing.\\\":\\\"Modification rapide du contenu.\\\",\\\"You have unsaved changes\\\":\\\"Vous avez des changements non enregistrés\\\",\\\"Loading…\\\":\\\"Chargement...\\\",\\\"Resource title\\\":\\\"Titre de la ressource\\\",\\\"Translation for @language\\\":\\\"Traduction pour @language\\\",\\\"Use site name\\\":\\\"Utiliser le nom du site\\\",\\\"Use site slogan\\\":\\\"Utiliser le slogan du site\\\",\\\"File status\\\":\\\"Statut du fichier\\\",\\\"Reduce\\\":\\\"Réduire\\\",\\\"Breakpoint\\\":\\\"Point de rupture\\\",\\\"Displaying @start - @end of @total\\\":\\\"Affichage de @start à @end sur @total\\\",\\\"Needs to be updated\\\":\\\"Nécessite une mise à jour\\\",\\\"Does not need to be updated\\\":\\\"Ne nécessite aucune mise à jour\\\",\\\"Edit comment @subject\\\":\\\"Modifier le commentaire @subject\\\",\\\"Only this translation is published. You must publish at least one more translation to unpublish this one.\\\":\\\"Seule cette traduction est publiée. Vous devez publier au moins une traduction de plus pour dépublier celle-ci.\\\",\\\"Time interval\\\":\\\"Intervalle de temps\\\",\\\"Views plugins\\\":\\\"Plugins de Views\\\",\\\"Overview of plugins used in all views.\\\":\\\"Vue d'ensemble des plugins utilisés dans toutes les vues.\\\",\\\"Display \\\\\\\"Access Denied\\\\\\\"\\\":\\\"Afficher \\\\\\\"Accès refusé\\\\\\\"\\\",\\\"Timezone to be used for date output.\\\":\\\"Timezone à utiliser pour le rendu de la date.\\\",\\\"- Default site/user timezone -\\\":\\\"- Timezone par défaut du site ou de l'utilisateur -\\\",\\\"Grouped filters allow a choice between predefined operator|value pairs.\\\":\\\"Les filtres groupés permettent de choisir entre les couples opérateur|valeur prédéfinis.\\\",\\\"Filter type to expose\\\":\\\"Type de filtrer à exposer\\\",\\\"Single filter\\\":\\\"Filtre unique\\\",\\\"Grouped filters\\\":\\\"Filtres groupés\\\",\\\"Remember exposed selection only for the selected user role(s). If you select no roles, the exposed data will never be stored.\\\":\\\"Se rappeler de la sélection du filtre exposé uniquement pour le(s) rôle(s) sélectionné(s). Si vous ne sélectionnez pas de rôle, la valeur du filtre exposé ne sera jamais mémorisée.\\\",\\\"Select which kind of widget will be used to render the group of filters\\\":\\\"Sélectionner le type de widget qui sera utilisé pour afficher le groupe de filtres.\\\",\\\"grouped\\\":\\\"groupés\\\",\\\"Choose fields to combine for filtering\\\":\\\"Choisir les champs à combiner pour le filtre\\\",\\\"This filter doesn't work for very special field handlers.\\\":\\\"Ce filtre ne fonctionne pas pour les gestionnaires de champ très spéciaux.\\\",\\\"You have to add some fields to be able to use this filter.\\\":\\\"Vous devez ajouter des champs pour pouvoir utiliser ce filtre.\\\",\\\"@entity types\\\":\\\"Types de @entity\\\",\\\"There is no lock on view %name to break.\\\":\\\"Il n'y a aucun verrou à casser sur la vue %name.\\\",\\\"<Any>\\\":\\\"<Aucun>\\\",\\\"There are no enabled views.\\\":\\\"Il n'y a pas de vues actives.\\\",\\\"Display fields as RSS items.\\\":\\\"Afficher les champs comme éléments RSS.\\\",\\\"- No value -\\\":\\\"- Pas de valeur -\\\",\\\"Provide a simple link to the revision.\\\":\\\"Fournir un lien simple vers la révision.\\\",\\\"The ID of the entity that is related to the file.\\\":\\\"L'identifiant (ID) de l'entité liée au fichier.\\\",\\\"The raw numeric user ID.\\\":\\\"L'identifiant (ID) numérique brut de l'utilisateur.\\\",\\\"Unfiltered text\\\":\\\"Texte non filtré\\\",\\\"Add unrestricted, custom text or markup. This is similar to the custom text field.\\\":\\\"Ajouter du texte personnalisé ou du balisage non-restreint. Ceci est similaire au champ texte personnalisé.\\\",\\\"Combine fields filter\\\":\\\"Grouper le filtre des champs\\\",\\\"Column used for click sorting\\\":\\\"Colonne utilisée pour le tri au clic\\\",\\\"Use path alias instead of internal path.\\\":\\\"Utiliser l'alias de chemin au lieu du chemin interne.\\\",\\\"Custom time values must be numeric.\\\":\\\"Les valeurs horaires personnalisées doivent être numériques.\\\",\\\"Change whether or not to display contextual links for this view.\\\":\\\"Configurer l'affichage des liens contextuels pour cette vue.\\\",\\\"Display 'more' link only if there is more content\\\":\\\"N'afficher le lien 'plus' que s'il y a plus de contenu\\\",\\\"Exposed filters in block displays require \\\\\\\"Use AJAX\\\\\\\" to be set to work correctly.\\\":\\\"Les filtres exposés affichés dans des blocs requièrent l'option \\\\\\\"Utiliser AJAX\\\\\\\" pour fonctionner correctement\\\",\\\"Number of pager links visible\\\":\\\"Nombre de liens de pagination visibles\\\",\\\"Specify the number of links to pages to display in the pager.\\\":\\\"Préciser le nombre de liens vers des pages à afficher dans la pagination.\\\",\\\"Query Tags\\\":\\\"Tags de la requête\\\",\\\"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.\\\":\\\"Si défini, ces tags seront ajoutés à la requête et pourront être utilisés pour l'identifier dans un module. Cela peut être utile pour modifier les requêtes.\\\",\\\"The query tags may only contain lower-case alphabetical characters and underscores.\\\":\\\"Les tags de requêtes ne peuvent contenir que des caractères alphabétiques en minuscules et des tirets bas.\\\",\\\"The field that is going to be used as the RSS item pubDate for each row. It needs to be in RFC 2822 format.\\\":\\\"Le champ qui sera utilisé comme pubDate de l'élément du flux RSS pour chaque ligne. Il doit respecter le format décrit dans la RFC 2822.\\\",\\\"GUID settings\\\":\\\"Paramètres de GUID\\\",\\\"GUID field\\\":\\\"Champ GUID\\\",\\\"The globally unique identifier of the RSS item.\\\":\\\"L'identificateur global unique de l'élément RSS.\\\",\\\"GUID is permalink\\\":\\\"GUID est un permalien\\\",\\\"The RSS item GUID is a permalink.\\\":\\\"Le GUID de l'élément RSS est un permalien.\\\",\\\"Add views row classes\\\":\\\"Ajouter des classes aux lignes de vues\\\",\\\"Force using fields\\\":\\\"Forcer l'utilisation des champs\\\",\\\"If neither the row nor the style plugin supports fields, this field allows to enable them, so you can for example use groupby.\\\":\\\"Si les champs ne sont ni pris en compte par les plugins de ligne, ni par ceux de style, cette option vous permet de les forcer à les prendre en compte, de sorte que vous puissiez utiliser les fonctions de regroupement (groupby) par exemple.\\\",\\\"File storage\\\":\\\"Stockage de fichiers\\\",\\\"Choose a layout\\\":\\\"Choisir une mise en page\\\",\\\"A flexible, recolorable theme with many regions and a responsive, mobile-first layout.\\\":\\\"Un thème flexible, adaptatif, mobile first permettant le changement de couleur composé de plusieurs régions.\\\",\\\"Enter 0 for no limit.\\\":\\\"Saisir 0 pour ne pas limiter.\\\",\\\"Entity label\\\":\\\"Étiquette de l'entité\\\",\\\"The @type %title has been deleted.\\\":\\\"Le @type %title a été supprimé.\\\",\\\"The URL %url is not valid.\\\":\\\"L'URL %url n'est pas valide.\\\",\\\"Layout options\\\":\\\"Options de mise en page\\\",\\\"All messages, with backtrace information\\\":\\\"Tous les messages, avec les informations de trace\\\",\\\"The views entity selection mode requires a view.\\\":\\\"Le mode de sélection d'entité par vues requiert une vue.\\\",\\\"Revision user\\\":\\\"Révision utilisateur\\\",\\\"The connection protocol %backend does not exist.\\\":\\\"Le protocole de connexion %backend n'existe pas.\\\",\\\"Unknown (@langcode)\\\":\\\"Inconnu (@langcode)\\\",\\\"The file %file could not be saved because it exceeds %maxsize, the maximum allowed size for uploads.\\\":\\\"Le fichier %file n'a pas pu être enregistré car il dépasse %maxsize, la taille maximale autorisée pour les transferts.\\\",\\\"The file could not be uploaded because the destination %destination is invalid.\\\":\\\"Le fichier %file n'a pas pu être transféré car la destination %destination n'est pas valide.\\\",\\\"The file %path was not deleted because it does not exist.\\\":\\\"Le fichier %path n'a pas été supprimé car il n'existe pas.\\\",\\\"%name field is not in the right format.\\\":\\\"Le champ %name n'est pas au bon format.\\\",\\\"%name is not a valid number.\\\":\\\"%name n'est pas un nombre valide.\\\",\\\"%name must be a valid color.\\\":\\\"%name doit être une couleur valide.\\\",\\\"Theme hook %hook not found.\\\":\\\"Hook de thème %hook non trouvé\\\",\\\"Table @name already exists.\\\":\\\"La table @name existe déjà.\\\",\\\"Cannot rename @table to @table_new: table @table doesn't exist.\\\":\\\"Impossible de renommer @table en @table_new : la table @table n'existe pas.\\\",\\\"Cannot rename @table to @table_new: table @table_new already exists.\\\":\\\"Impossible de renommer @table en @table_new : la table @table_new existe déjà.\\\",\\\"Cannot add field @table.@field: table doesn't exist.\\\":\\\"Impossible d'ajouter le champ @table.@field : la table n'existe pas.\\\",\\\"Cannot add field @table.@field: field already exists.\\\":\\\"Impossible d'ajouter le champ @table.@field : le champ existe déjà.\\\",\\\"Cannot set default value of field @table.@field: field doesn't exist.\\\":\\\"Impossible de définir une valeur par défaut pour le champ @table.@field : le champ n'existe pas.\\\",\\\"Cannot remove default value of field @table.@field: field doesn't exist.\\\":\\\"Impossible de supprimer la valeur par défaut du champ @table.@field : le champ n'existe pas.\\\",\\\"Cannot add primary key to table @table: table doesn't exist.\\\":\\\"Impossible d'ajouter une clef primaire à la table @table : la table n'existe pas.\\\",\\\"Cannot add primary key to table @table: primary key already exists.\\\":\\\"Impossible d'ajouter une clef primaire à la table @table : la clef primaire existe déjà.\\\",\\\"Cannot add unique key @name to table @table: table doesn't exist.\\\":\\\"Impossible d'ajouter la clef unique @name à la table @table : la table n'existe pas.\\\",\\\"Cannot add unique key @name to table @table: unique key already exists.\\\":\\\"Impossible d'ajouter la clef unique @name à la table @table : la clef unique existe déjà.\\\",\\\"Cannot add index @name to table @table: table doesn't exist.\\\":\\\"Impossible d'ajouter l'index @name à la table @table : la table n'existe pas.\\\",\\\"Cannot add index @name to table @table: index already exists.\\\":\\\"Impossible d'ajouter l'index @name à la table @table : l'index existe déjà.\\\",\\\"Cannot change the definition of field @table.@name: field doesn't exist.\\\":\\\"Impossible de changer la définition du champ @table.@name : le champ n'existe pas.\\\",\\\"Cannot rename field @table.@name to @name_new: target field already exists.\\\":\\\"Impossible de renommer le champ @table.@name en @name_new : le champ cible existe déjà.\\\",\\\"Boolean value\\\":\\\"Valeur booléenne\\\",\\\"The referenced entity\\\":\\\"L'entité référencée\\\",\\\"Language object\\\":\\\"Objet de langue\\\",\\\"Text value\\\":\\\"Valeur textuelle\\\",\\\"A unique label for this advanced action. This label will be displayed in the interface of modules that integrate with actions.\\\":\\\"Une étiquette unique pour cette action avancée. Cette étiquette sera affichée dans l'interface des modules qui intègrent les actions.\\\",\\\"Perform tasks on specific events triggered within the system.\\\":\\\"Effectuer des tâches en réponse à des événements spécifiques déclenchés dans le système.\\\",\\\"Aggregator refresh\\\":\\\"Actualiser l’agrégateur\\\",\\\"Aggregates syndicated content (RSS, RDF, and Atom feeds) from external sources.\\\":\\\"Agrège les fils de syndication de contenu (fils RSS, RDF et Atom) de sources externes.\\\",\\\"The feed from %site seems to be broken because of error \\\\\\\"%error\\\\\\\".\\\":\\\"Le flux du site %site semble être cassé à cause de l'erreur \\\\\\\"%error\\\\\\\".\\\",\\\"This IP address is already banned.\\\":\\\"Cette adresse IP est déjà bannie.\\\",\\\"You may not ban your own IP address.\\\":\\\"Vous ne pouvez pas bloquer votre propre adresse IP.\\\",\\\"Banning IP addresses\\\":\\\"Blocage d'adresses IP\\\",\\\"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.\\\":\\\"Les adresses IP listées ici sont bloquées sur votre site. Les adresses bloquées ont l'interdiction complète d'accéder au site et à la place peuvent voir un bref message expliquant la situation.\\\",\\\"Ban IP addresses\\\":\\\"Bloquer des adresses IP\\\",\\\"Enables banning of IP addresses.\\\":\\\"Active le bannissement d'adresses IP.\\\",\\\"Language type\\\":\\\"Type de langue\\\",\\\"No book content available.\\\":\\\"Aucun contenu de livre disponible.\\\",\\\"You must enter a valid hexadecimal color value for %name.\\\":\\\"Vous devez saisir un code de couleur hexadécimal valide pour %name.\\\",\\\"Allows administrators to manage configuration changes.\\\":\\\"Permet aux administrateurs de gérer les changements de configuration.\\\",\\\"Database Logging\\\":\\\"Journalisation de la base de donnée.\\\",\\\"Trim link text length\\\":\\\"Longueur de coupe du texte du lien\\\",\\\"Leave blank to allow unlimited link text lengths.\\\":\\\"Laisser vide pour ne pas limiter la longueur du texte.\\\",\\\"URL only\\\":\\\"URL seulement\\\",\\\"Show URL as plain text\\\":\\\"Afficher l'URL comme du texte brut\\\",\\\"Add rel=\\\\\\\"nofollow\\\\\\\" to links\\\":\\\"Ajouter rel=\\\\\\\"nofollow\\\\\\\" aux liens\\\",\\\"Link text trimmed to @limit characters\\\":\\\"Texte du lien tronqué à @limit caractères\\\",\\\"Link text not trimmed\\\":\\\"Texte du lien non tronqué.\\\",\\\"Show URL only as plain-text\\\":\\\"Afficher l'URL seulement comme du texte brut\\\",\\\"Show URL only\\\":\\\"Montrer l'URL seulement\\\",\\\"Add rel=\\\\\\\"@rel\\\\\\\"\\\":\\\"Ajouter rel=\\\\\\\"@rel\\\\\\\"\\\",\\\"Provides a simple link field type.\\\":\\\"Fournit un type de champ lien.\\\",\\\"Thin space\\\":\\\"Espace fin\\\",\\\"Processed text\\\":\\\"Texte traité\\\",\\\"Re-use existing field: you need to provide a label.\\\":\\\"Ré-utiliser un champ : vous devez saisir une étiquette.\\\",\\\"The specified file %file could not be copied because the destination is invalid. More information is available in the system log.\\\":\\\"Le fichier %file ne peut pas être copié car la destination n'est pas valide. Plus d'informations sont disponibles dans le journal système.\\\",\\\"The specified file %file could not be moved because the destination is invalid. More information is available in the system log.\\\":\\\"Le fichier %file ne peut pas être déplacé car la destination n'est pas valide. Plus d'informations sont disponibles dans le journal système.\\\",\\\"The data could not be saved because the destination is invalid. More information is available in the system log.\\\":\\\"Les données ne peuvent être enregistrées car la destination n'est pas valide. Plus d'informations sont disponibles dans le journal système.\\\",\\\"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.\\\":\\\"Le fichier %file (%realpath) ne peut être copié car la destination %destination est invalide. Ceci est souvent causé par une mauvaise utilisation de file_copy() ou d'une encapsulation de flux (stream wrapper) manquante.\\\",\\\"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.\\\":\\\"Le fichier %file ne peut être copié car la destination %destination n'est pas valide. Ceci est souvent causé par une mauvaise utilisation de file_copy() ou d'une encapsulation de flux (stream wrapper) manquante.\\\",\\\"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.\\\":\\\"Le fichier %file (%realpath) ne peut être déplacé car la destination %destination n'est pas valide. Ceci peut être causé par une mauvaise utilisation de file_move() ou d'une encapsulation de flux (stream wrapper) manquante.\\\",\\\"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.\\\":\\\"Le fichier %file ne peut être déplacé car la destination %destination n'est pas valide. Ceci peut-être causé par une mauvaise utilisation de file_move() ou d'une encapsulation de flux (stream wrapper) manquante.\\\",\\\"Did not delete temporary file \\\\\\\"%path\\\\\\\" during garbage collection because it is in use by the following modules: %modules.\\\":\\\"N'a pas supprimé le fichier temporaire \\\\\\\"%path\\\\\\\" pendant le nettoyage de la mémoire car il est utilisé par les modules suivants : %modules.\\\",\\\"Are you sure you want to delete the forum %label?\\\":\\\"Êtes-vous sûr(e) de vouloir supprimer le forum %label ?\\\",\\\"Edit style %name\\\":\\\"Modifier le style %name\\\",\\\"Error generating image, missing source file.\\\":\\\"Erreur de génération d'image, le fichier source est manquant.\\\",\\\"Set @title as default\\\":\\\"Définir @title par défaut\\\",\\\"Custom language...\\\":\\\"Langue personnalisée ...\\\",\\\"Fill in the language details and save the language with Add custom language.\\\":\\\"Renseigner les détails de la langue, et enregistrer celle-ci en cliquant Ajouter une langue personnalisée.\\\",\\\"The language %language (%langcode) already exists.\\\":\\\"La langue %language (%langcode) existe déjà.\\\",\\\"Use the Add language button to save a predefined language.\\\":\\\"Utiliser le bouton Ajouter une langue pour enregistrer une langue prédéfinie.\\\",\\\"The language %language has been created and can now be used.\\\":\\\"La langue %language a été créée et peut désormais être utilisée.\\\",\\\"The %language (%langcode) language has been removed.\\\":\\\"La langue %language (%langcode) a été supprimée.\\\",\\\"Path prefix configuration\\\":\\\"Configuration de préfixe de chemin\\\",\\\"Domain configuration\\\":\\\"Configuration de domaine\\\",\\\"%language (%langcode) path prefix (Default language)\\\":\\\"Préfixe de chemin de la langue %language (%langcode) (Langue par défaut)\\\",\\\"%language (%langcode) path prefix\\\":\\\"Préfixe de chemin de la langue %language (%langcode)\\\",\\\"%language (%langcode) domain\\\":\\\"Domaine de la langue %language (%langcode)\\\",\\\"The prefix may not contain a slash.\\\":\\\"Le préfixe ne peut pas contenir de slash.\\\",\\\"The prefix for %language, %value, is not unique.\\\":\\\"Le préfixe pour %language, %value, n'est pas unique.\\\",\\\"The domain for %language, %value, is not unique.\\\":\\\"Le domaine pour la langue %language, %value, n'est pas unique.\\\",\\\"Existing languages\\\":\\\"Langues existantes\\\",\\\"Add a new mapping\\\":\\\"Ajouter une nouvelle correspondance\\\",\\\"Browser language code\\\":\\\"Code de la langue du navigateur\\\",\\\"Browser language codes must be unique.\\\":\\\"Les codes de la langue du navigateur doivent être uniques.\\\",\\\"Browser language codes can only contain lowercase letters and a hyphen(-).\\\":\\\"Les codes de la langue du navigateur ne peuvent contenir uniquement des lettres minuscules et un tiret(-).\\\",\\\"Are you sure you want to delete %browser_langcode?\\\":\\\"Êtes-vous sûr(e) de vouloir supprimer %browser_langcode ?\\\",\\\"Add a language to be supported by your site. If your desired language is not available, pick Custom language... at the end and provide a language code and other details manually.\\\":\\\"Ajoute une langue prise en charge par votre site. Si la langue désirée n'est pas disponible, choisissez Langue personnalisée en bas de la liste, et renseignez un code de langue et les autres détails manuellement.\\\",\\\"- @name -\\\":\\\"- @name -\\\",\\\"Language from the URL (Path prefix or domain).\\\":\\\"Langue à partir de l'URL (préfixe de chemin ou domaine).\\\",\\\"Language from a request/session parameter.\\\":\\\"Langue à partir d'un paramètre de requête/session.\\\",\\\"Language from the browser's language settings.\\\":\\\"Langue à partir des paramètres de langue du navigateur.\\\",\\\"Account administration pages\\\":\\\"Pages d'administration du compte\\\",\\\"Account administration pages language setting.\\\":\\\"Paramètre de langue des pages d'administration du compte.\\\",\\\"The %language (%langcode) language has been created.\\\":\\\"La langue %language (%langcode) a été créée.\\\",\\\"The %language (%langcode) language has been updated.\\\":\\\"La langue %language (%langcode) a été mise à jour.\\\",\\\"Browser language detection configuration\\\":\\\"Configuration de la détection de la langue du navigateur\\\",\\\"A Gettext Portable Object file.\\\":\\\"Un fichier Gettext Portable Object\\\",\\\"Treat imported strings as custom translations\\\":\\\"Traiter les chaînes importées comme des traductions personnalisées.\\\",\\\"Overwrite non-customized translations\\\":\\\"Écraser les traductions non-personnalisées\\\",\\\"Overwrite existing customized translations\\\":\\\"Écraser les traductions personnalisées existantes\\\",\\\"No language available. The export will only contain source strings.\\\":\\\"Aucune langue n'est disponible. L'exportation ne contiendra que les chaînes sources.\\\",\\\"Source text only, no translations\\\":\\\"Texte source uniquement, aucune traduction\\\",\\\"Include non-customized translations\\\":\\\"Inclure les traductions non-personnalisées\\\",\\\"Include customized translations\\\":\\\"Inclure les traductions personnalisées\\\",\\\"Include untranslated text\\\":\\\"Inclure le texte non traduit\\\",\\\"@count disallowed HTML string(s) in files: @files.\\\":\\\"@count chaîne(s) HTML non autorisée(s) dans les fichiers : @files.\\\",\\\"Translation type\\\":\\\"Type de traduction\\\",\\\"Non-customized translation\\\":\\\"Traduction non-personnalisée\\\",\\\"Customized translation\\\":\\\"Traduction personnalisée\\\",\\\"The strings have been saved.\\\":\\\"Les chaînes de caractères ont été enregistrées.\\\",\\\"In Context\\\":\\\"Dans le contexte\\\",\\\"First plural form\\\\u0003@count. plural form\\\":\\\"Première forme plurielle\\\\u0003@count. forme plurielle\\\",\\\"Interface translation\\\":\\\"Traduction de l'interface\\\",\\\"@translated/@total (@ratio%)\\\":\\\"@translated / @total (@ratio %)\\\",\\\"not applicable\\\":\\\"non applicable\\\",\\\"Enable interface translation to English\\\":\\\"Activer la traduction de l'interface vers l'anglais\\\",\\\"Interface translations directory\\\":\\\"Répertoire des traductions de l'interface\\\",\\\"Removed JavaScript translation file for the language %language because no translations currently exist for that language.\\\":\\\"Le fichier de traduction Javascript pour la langue %language a été supprimé, parce qu'aucune traduction n'existe pour cette langue.\\\",\\\"User interface translation\\\":\\\"Traduction de l'interface utilisateur\\\",\\\"Import of string \\\\\\\"%string\\\\\\\" was skipped because of disallowed or malformed HTML.\\\":\\\"L'importation de la chaîne \\\\\\\"%string\\\\\\\" a été ignorée à cause d'un élément HTML mal formé ou non autorisé\\\",\\\"logged in users only\\\":\\\"utilisateurs connectés seulement\\\",\\\"Author's preferred language\\\":\\\"Langue préférée de l'auteur\\\",\\\"%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 est utilisé par un contenu du site. Vous ne pouvez pas supprimer ce type de contenu tant que vous n'avez pas supprimé tous les contenus du type %type.\\\\u0003%type est utilisé par @count contenus du site. Vous ne pouvez pas supprimer ce type de contenu tant que vous n'avez pas supprimé tous les contenus du type %type.\\\",\\\"The language code of the language the node is written in.\\\":\\\"Le code de la langue dans laquelle le nœud est écrit.\\\",\\\"Query tagged for node access but there is no node table, specify the base_table using meta data.\\\":\\\"Requête étiquetée pour les accès aux noeuds (node access) mais il n'y a pas de table node, il faut spécifier la table de base (base_table) en utilisant les données meta.\\\",\\\"Briefly describe the changes you have made.\\\":\\\"Décrivez brièvement les modifications apportées.\\\",\\\"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 - None -.\\\":\\\"Un alias configuré pour une langue spécifique sera toujours utilisé quand une page est affichée dans cette langue et est prioritaire sur les autres alias configurés avec la valeur - Aucun(e) -.\\\",\\\"Use the default shortcut icon supplied by the theme\\\":\\\"Utiliser l'icône de raccourci par défaut fournie par le thème\\\",\\\"Examples: @implicit-public-file (for a file in the public filesystem), @explicit-file, or @local-file.\\\":\\\"Exemples : @implicit-public-file (pour un fichier dans le système de fichiers public), @explicit-file ou @local-file.\\\",\\\"Message to display when in maintenance mode\\\":\\\"Message à afficher en mode maintenance\\\",\\\"This theme requires the base theme @base_theme to operate correctly.\\\":\\\"Ce thème requiert le thème de base @base_theme pour fonctionner correctement.\\\",\\\"This theme requires the theme engine @theme_engine to operate correctly.\\\":\\\"Ce thème requiert le moteur de thème @theme_engine pour fonctionner correctement.\\\",\\\"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.\\\":\\\"Utilisez le mode maintenance lorsque vous effectuez des mises à jour majeures, en particulier si les mises à jour peuvent perturber les visiteurs ou la procédure de mise à jour. Par exemple, lors des montées en version, l'import ou l'export de contenus, la modification du thème, la modification des types de contenus ou les opérations de sauvegarde.\\\",\\\"A language object.\\\":\\\"Un objet langue.\\\",\\\"All kind of entities, e.g. nodes, comments or users.\\\":\\\"Toute sorte d'entités, par ex. noeuds, commentaires ou utilisateurs.\\\",\\\"An entity field containing a boolean value.\\\":\\\"Un champ d'entité contenant une valeur booléenne.\\\",\\\"An entity field referencing a language.\\\":\\\"Un champ d'entité référençant une langue.\\\",\\\"An entity field containing an entity reference.\\\":\\\"Un champ d'entité contenant une référence à une entité.\\\",\\\"Add and enable modules to extend site functionality.\\\":\\\"Ajouter et activer des modules pour étendre les fonctionnalités du site.\\\",\\\"The directory %file is not protected from modifications and poses a security risk. You must change the directory's permissions to be non-writable.\\\":\\\"Le répertoire %file n'est pas protégé contre les modifications et pose un problème de sécurité. Vous devez changer les permissions du répertoire pour qu'il ne soit pas accessible en écriture.\\\",\\\"Configuration directories\\\":\\\"Répertoires de configuration\\\",\\\"Apply pending updates\\\":\\\"Appliquer les mises à jour en attentes\\\",\\\"Translation is not supported if language is always one of: @locked_languages\\\":\\\"La traduction n'est pas supportée si la langue est l'une de : @locked_languages\\\",\\\"HTTP request to @url failed with error: @error.\\\":\\\"La requête HTTP vers @url a généré l'erreur : @error.\\\",\\\"Update Manager\\\":\\\"Gestionnaire de mise à jour\\\",\\\"The name for this role. Example: \\\\\\\"Moderator\\\\\\\", \\\\\\\"Editorial board\\\\\\\", \\\\\\\"Site architect\\\\\\\".\\\":\\\"Le nom pour ce rôle. Par exemple \\\\\\\"Modérateur\\\\\\\", \\\\\\\"Comité éditorial\\\\\\\", \\\\\\\"Webmaster\\\\\\\".\\\",\\\"User module 'member for' view element.\\\":\\\"Élément de visualisation 'membre depuis' du module User.\\\",\\\"This is also assumed to be the primary language of this account's profile information.\\\":\\\"Elle est aussi considérée comme la langue des informations de profil de ce compte.\\\",\\\"Administration pages language\\\":\\\"Langue des pages d'administration\\\",\\\"Build a custom site without pre-configured functionality. Suitable for advanced users.\\\":\\\"Construire un site sur mesure sans les fonctionnalités pré-configurées. Approprié pour les utilisateurs expérimentés.\\\",\\\"Header background top\\\":\\\"Fond d'écran du haut de l'entête\\\",\\\"Header background bottom\\\":\\\"Fond d'écran du bas de l'entête\\\",\\\"Site's default language (@lang_name)\\\":\\\"Langue par défaut du site (@lang_name)\\\",\\\"Selected language\\\":\\\"Langue sélectionnée\\\",\\\"Expose sort order\\\":\\\"Exposer l'ordre de tri\\\",\\\"Use a custom %field_name\\\":\\\"Utiliser un %field_name personnalisé\\\",\\\"Validation settings\\\":\\\"Paramètres de validation\\\",\\\"Language Code\\\":\\\"Code langue\\\",\\\"@dir can not be opened\\\":\\\"@dir ne peut pas être ouvert\\\",\\\"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.\\\":\\\"Les points de rupture peuvent être organisés en groupes. Les modules et les thèmes devraient utiliser les groupes pour différencier les points de rupture selon leurs usages, comme les points de rupture de mise en page, ou ceux utilisés pour les dimensions des images.\\\",\\\"Manage breakpoints and breakpoint groups for responsive designs.\\\":\\\"Gérer les points de rupture et les groupes de points de rupture pour les designs adaptatifs.\\\",\\\"Parent permalink\\\":\\\"Permalien du parent\\\",\\\"Save and manage fields\\\":\\\"Enregistrer et gérer les champs\\\",\\\"Image removed.\\\":\\\"Image retirée.\\\",\\\"This image has been removed. For security reasons, only images from the local domain are allowed.\\\":\\\"Cette image a été supprimée. Pour des raisons de sécurité, seules les images du domaine local sont autorisées.\\\",\\\"Only images hosted on this site may be used in <img> tags.\\\":\\\"Seules les images hébergées sur ce site peuvent être placées dans une balise <img>.\\\",\\\"An error occurred trying to check available interface translation updates.\\\":\\\"Une erreur est survenue pendant la vérification des mises à jour des traductions disponibles pour l'interface.\\\",\\\"Checked available interface translation updates for one project.\\\\u0003Checked available interface translation updates for @count projects.\\\":\\\"Mises à jour de traduction de l'interface vérifiées pour @count projet.\\\\u0003Mises à jour de traduction de l'interface vérifiées pour @count projets.\\\",\\\"Available translation updates\\\":\\\"Mises à jour de traduction disponibles\\\",\\\"Get a status report about available interface translations for your installed modules and themes.\\\":\\\"Affiche un rapport sur l'état des traductions disponibles, pour l'interface de vos modules et thèmes installés.\\\",\\\"Optionally, specify a relative URL to display as the front page. Leave blank to display the default front page.\\\":\\\"Spécifier éventuellement une URL relative à afficher comme page d'accueil. Laisser vide pour afficher la page d'accueil par défaut.\\\",\\\"Vocabulary language\\\":\\\"Langue du vocabulaire\\\",\\\"View profile\\\":\\\"Voir le profil\\\",\\\"User account actions\\\":\\\"Actions du compte utilisateur\\\",\\\"The role machine-name of the role.\\\":\\\"Le nom système du rôle.\\\",\\\"The base table used for this view.\\\":\\\"La table de base utilisée pour cette vue.\\\",\\\"Base field\\\":\\\"Champ de base\\\",\\\"The base field used for this view.\\\":\\\"Le champ de base utilisé pour cette vue.\\\",\\\"The total amount of results returned from the view. The current display will be used.\\\":\\\"Le nombre total de résultats renvoyés depuis la vue. L'affichage actuel sera utilisé.\\\",\\\"The number of items per page.\\\":\\\"Le nombre d'éléments par page.\\\",\\\"The current page of results the view is on.\\\":\\\"La page de résultats à laquelle en est la vue.\\\",\\\"The total page count.\\\":\\\"Le nombre total de pages.\\\",\\\"Override the default view title for this view. This is useful to display an alternative title when a view is empty.\\\":\\\"Supplanter le titre par défaut de la vue pour cette vue. Ceci est très utile pour afficher un titre alternatif quand une vue est vide.\\\",\\\"Overridden title\\\":\\\"Titre supplanté\\\",\\\"Manage customized lists of content.\\\":\\\"Gérer des listes personnalisées de contenu.\\\",\\\"Administrative interface for Views.\\\":\\\"Interface d'administration pour Views.\\\",\\\"Tracker - User\\\":\\\"Suivi - Utilisateur\\\",\\\"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.\\\":\\\"Si le nœud est publié ou non. Vous devez utiliser un argument ou un filtre sur l'identifiant (UID) sans quoi l'utilisation de ce champ risque de générer des résultats trompeurs.\\\",\\\"The translation authoring username %name does not exist.\\\":\\\"Le nom d'utilisateur %name de la traduction n'existe pas.\\\",\\\"You have to specify a valid translation authoring date.\\\":\\\"Il faut spécifier une date de rédaction valide pour la traduction.\\\",\\\"Database %database not found. The server reports the following message when attempting to create the database: %error.\\\":\\\"Base de données %database introuvable. Le serveur rapporte le message d'erreur suivant lorsqu'il tente de créer la base : %error.\\\",\\\"Failed to connect to your database server. The server reports the following message: %error.
  • Is the database server running?
  • Does the database exist or does the database user have sufficient privileges to create the database?
  • Have you entered the correct database name?
  • Have you entered the correct username and password?
  • Have you entered the correct database hostname?
\\\":\\\"Échec de connexion à votre serveur de base de données. Le serveur retourne le message suivant : %error.
  • Le serveur de base de données est-il lancé ?
  • La base de données existe-elle ou l'utilisateur de la base de données a t'il les droits suffisant pour la créer ?
  • Avez-vous saisi le bon nom de base de données ?
  • Avez-vous saisi les bons identifiants d'utilisateur ?
  • Avez-vous saisi le bon nom d'hôte pour la base de données ?
.\\\",\\\"Install another module\\\":\\\"Installer un autre module\\\",\\\"Are you sure you want to unblock %ip?\\\":\\\"Êtes-vous sûr(e) de vouloir débloquer %ip ?\\\",\\\"Import all\\\":\\\"Tout importer\\\",\\\"Another request may be synchronizing configuration already.\\\":\\\"Une autre requête peut déjà être en train de synchroniser la configuration.\\\",\\\"The configuration was imported successfully.\\\":\\\"La configuration a été importée avec succès.\\\",\\\"@count new\\\\u0003@count new\\\":\\\"@count nouveau\\\\u0003@count nouveaux\\\",\\\"@count changed\\\\u0003@count changed\\\":\\\"@count modifié\\\\u0003@count modifiés\\\",\\\"@count removed\\\\u0003@count removed\\\":\\\"@count retiré\\\\u0003@count retirés\\\",\\\"Synchronize configuration\\\":\\\"Synchroniser la configuration\\\",\\\"Flag other translations as outdated\\\":\\\"Marquer les autres traductions comme périmées\\\",\\\"Do not flag other translations as outdated\\\":\\\"Ne pas marquer les autres traductions comme périmées\\\",\\\"Provides an image formatter and breakpoint mappings to output responsive images using the HTML5 picture tag.\\\":\\\"Fournit un formateur d'image et une cartographie des points de rupture pour afficher des images adaptatives en utilisant l'élément HTML5 picture.\\\",\\\"Example: 'Hero image' or 'Author image'.\\\":\\\"Exemple: 'Image du héros' ou 'Image de l'auteur'.\\\",\\\"Breakpoint group\\\":\\\"Groupe de points de rupture\\\",\\\"Select an image style for this breakpoint.\\\":\\\"Sélectionnez un style d'image pour ce point de rupture.\\\",\\\"Exposes entities and other resources as RESTful web API\\\":\\\"Expose les entités et d'autres ressources comme API web RESTful\\\",\\\"Access @method on %label resource\\\":\\\"Accéder à @method sur la ressource %label\\\",\\\"User-defined shortcuts\\\":\\\"Raccourcis définis par l'utilisateur\\\",\\\"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 admin/config/development/testing/results/[test_id]. 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.\\\":\\\"Par défaut SimpleTest effacera les résultats après qu'ils aient été vus sur la page des résultats, mais dans certains cas cela peut être utile de laisser les résultats dans la base de données. Les résultats peuvent alors être vus sur admin/config/development/testing/results/[test_id]. L'identifiant (ID) du test peut être trouvé dans la base de données, table simpletest, ou suivi lors de la première consultation des résultats. De plus, certains modules peuvent fournir plus d'analyse ou des fonctionnalités qui nécessitent ce paramètre d'être désactivé.\\\",\\\"Displayed as %date_format\\\":\\\"Affiché comme %date_format\\\",\\\"Enabling translation\\\":\\\"Activation de la traduction\\\",\\\"Create %language translation of %title\\\":\\\"Traduire %title en %language\\\",\\\"Source language: @language\\\":\\\"Langue source : @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.\\\":\\\"Si vous avez fait une modification significative, ce qui signifie que les autres traductions devraient être mises à jour, vous pouvez signaler que toutes les traductions de ce contenu sont périmées. Cela ne changera aucune autre de leurs propriétés, qu'elles soient publiées ou non.\\\",\\\"When this option is checked, this translation needs to be updated. Uncheck when the translation is up to date again.\\\":\\\"Quand cette option est cochée, cette traduction nécessite d'être mise à jour. Décochez quand la traduction est à nouveau à jour.\\\",\\\"Source language set to: %language\\\":\\\"Langue source définie : %language\\\",\\\"This will delete all the translations of %label.\\\":\\\"Ceci supprimera toutes les traduction de %label.\\\",\\\"No path is set\\\":\\\"Aucun chemin n'est défini\\\",\\\"@type: @field\\\":\\\"@type : @field\\\",\\\"View differences\\\":\\\"Visualiser les différences\\\",\\\"Menu language\\\":\\\"Langue du menu\\\",\\\"Block types\\\":\\\"Types de bloc\\\",\\\"@field_name\\\":\\\"@field_name\\\",\\\"media item\\\":\\\"élément de média\\\",\\\"media items\\\":\\\"éléments de média\\\",\\\"Client error\\\":\\\"Erreur client\\\",\\\"Access in-place editing\\\":\\\"Accéder à la modification rapide\\\",\\\"Updated the %field-name field through in-place editing.\\\":\\\"Champ %field-name mis à jour par modification rapide.\\\",\\\"No item selected.\\\":\\\"Aucun élément sélectionné.\\\",\\\"Modified timestamp\\\":\\\"Horodatage de modification\\\",\\\"The @entity-type %label has been deleted.\\\":\\\"L'entité @entity-type %label a été supprimée.\\\",\\\"Edit %label\\\":\\\"Modifier %label\\\",\\\"Add @bundle\\\":\\\"Ajouter @bundle\\\",\\\"Reference type\\\":\\\"Type de référence\\\",\\\"Delete state\\\":\\\"Supprimer l'état\\\",\\\"@label (@name)\\\":\\\"@label (@name)\\\",\\\"South Sudan\\\":\\\"Soudan du Sud\\\",\\\"Custom output for TRUE\\\":\\\"Données de sortie personnalisées pour TRUE\\\",\\\"Custom output for FALSE\\\":\\\"Données de sortie personnalisées pour FALSE\\\",\\\"Thank you for applying for an account. Your account is currently pending approval by the site administrator.
In the meantime, a welcome message with further instructions has been sent to your email address.\\\":\\\"Merci pour votre demande de compte. Votre compte est actuellement en attente de validation par l'administrateur du site.
Entre-temps, un message de bienvenue avec des instructions complémentaires a été envoyé à votre adresse de courriel.\\\",\\\"An unrecoverable error has occurred. You can find the error message below. It is advised to copy it to the clipboard for reference.\\\":\\\"Une erreur irrémédiable s'est produite. Vous trouverez le message d'erreur ci-dessous. Il est conseillé de le copier dans le presse-papiers pour référence.\\\",\\\"Port number\\\":\\\"Numéro de port\\\",\\\"Revision timestamp\\\":\\\"Horodatage de la révision\\\",\\\"Field map\\\":\\\"Correspondance de champ\\\",\\\"Administer account settings\\\":\\\"Administrer les paramètres du compte\\\",\\\"Entity language\\\":\\\"Langue de l'entité\\\",\\\"search page\\\":\\\"page de recherche\\\",\\\"Hide empty\\\":\\\"Cacher si vide\\\",\\\"Quick Edit\\\":\\\"Quick Edit\\\",\\\"Revision Log message\\\":\\\"Message du journal de révision\\\",\\\"The translation set id for this node\\\":\\\"L'identifiant du jeu de traductions de ce nœud\\\",\\\"Registered timestamp\\\":\\\"Horodatage d'enregistrement\\\",\\\"Signature format\\\":\\\"Format de signature\\\",\\\"Init\\\":\\\"Init\\\",\\\"Drupal @version\\\":\\\"Drupal @version\\\",\\\"Update form\\\":\\\"Mettre à jour le formulaire\\\",\\\"HTTP Basic Authentication\\\":\\\"HTTP Basic Authentication\\\",\\\"Storage settings\\\":\\\"Paramètres de stockage\\\",\\\"File added\\\":\\\"Fichier ajouté\\\",\\\"File removed\\\":\\\"Fichier supprimé\\\",\\\"Translate configuration\\\":\\\"Traduire la configuration\\\",\\\"Translations directory\\\":\\\"Répertoire des traductions\\\",\\\"The translations directory does not exist.\\\":\\\"Le répertoire des traductions n'existe pas.\\\",\\\"The translations directory is not readable.\\\":\\\"Le répertoire des traductions n'est pas lisible.\\\",\\\"The translations directory is not writable.\\\":\\\"Le répertoire des traductions n'est pas accessible en écriture.\\\",\\\"The translations directory is writable.\\\":\\\"Le répertoire des traductions est accessible en écriture.\\\",\\\"The translation server is offline.\\\":\\\"Le serveur de traduction est hors ligne.\\\",\\\"The translation server is online.\\\":\\\"Le serveur de traduction est en ligne.\\\",\\\"The %language translation is not available.\\\":\\\"La traduction %language n'est pas disponible.\\\",\\\"The %language translation is available.\\\":\\\"La traduction %language est disponible.\\\",\\\"The %language translation could not be downloaded.\\\":\\\"La traduction en %language n'a pas pu être téléchargée.\\\",\\\"Not blank\\\":\\\"Non vide\\\",\\\"Allows users to apply an action to one or more items.\\\":\\\"Autorise les utilisateurs à appliquer une action à un ou plusieurs éléments.\\\",\\\"A unique name for this action. It must only contain lowercase letters, numbers and underscores.\\\":\\\"Un nom unique pour cette action. Il ne doit contenir que des lettres minuscules, des chiffres et tirets bas.\\\",\\\"All actions, except selected\\\":\\\"Toutes les actions, sauf celles sélectionnées\\\",\\\"Only selected actions\\\":\\\"Seulement les actions sélectionnées\\\",\\\"%action was applied to @count item.\\\\u0003%action was applied to @count items.\\\":\\\"%action a été appliquée à @count élément.\\\\u0003%action a été appliquée à @count éléments.\\\",\\\"The feed language code.\\\":\\\"Le code langue du flux.\\\",\\\"Time when this feed was queued for refresh, 0 if not queued.\\\":\\\"Heure à laquelle ce flux a été mis en file pour s'actualiser, 0 s'il n'a pas été mis en file.\\\",\\\"The link of the feed.\\\":\\\"Le lien du flux.\\\",\\\"Calculated hash of the feed data, used for validating cache.\\\":\\\"Hachage calculé des données du flux, utilisé pour valider le cache.\\\",\\\"Etag\\\":\\\"Etag\\\",\\\"The ID of the aggregator feed.\\\":\\\"L'identifiant (ID) du flux de l'agrégateur.\\\",\\\"The title of the feed item.\\\":\\\"Le titre de l'élément de flux.\\\",\\\"The feed item language code.\\\":\\\"Le code de langue de l'élément de flux.\\\",\\\"The link of the feed item.\\\":\\\"Le lien de l'élément de flux.\\\",\\\"The author of the feed item.\\\":\\\"L'auteur de l'élément de flux.\\\",\\\"The body of the feed item.\\\":\\\"Le corps de l'élément de flux.\\\",\\\"Posted date of the feed item, as a Unix timestamp.\\\":\\\"Date de la publication de l'élément de flux, sous la forme d'un horodatage Unix.\\\",\\\"Failed to download OPML file due to \\\\\\\"%error\\\\\\\".\\\":\\\"Échec de téléchargement du fichier OPML à cause de \\\\\\\"%error\\\\\\\".\\\",\\\"Edit custom block %label\\\":\\\"Modifier le bloc personnalisé %label\\\",\\\"This will also remove 1 placed block instance.\\\\u0003This will also remove @count placed block instances.\\\":\\\"Cela retirera également @count instance de bloc positionnée.\\\\u0003Cela retirera également @count instances de bloc positionnées.\\\",\\\"Custom block types\\\":\\\"Types de bloc personnalisé\\\",\\\"Add custom block type\\\":\\\"Ajouter un type de bloc personnalisé\\\",\\\"@type %info has been created.\\\":\\\"%info (@type) a été créé(e).\\\",\\\"@type %info has been updated.\\\":\\\"%info (@type) a été mis(e) à jour.\\\",\\\"@type: added %info.\\\":\\\"@type : %info ajouté(e).\\\",\\\"@type: updated %info.\\\":\\\"@type : %info mis(e) à jour.\\\",\\\"The custom block ID.\\\":\\\"L'identifiant (ID) du bloc personnalisé.\\\",\\\"The custom block UUID.\\\":\\\"L'identifiant universel unique (UUID) du bloc personnalisé.\\\",\\\"The revision ID.\\\":\\\"L'identifiant (ID) de la révision.\\\",\\\"The comment language code.\\\":\\\"Le code langue du commentaire.\\\",\\\"The block type.\\\":\\\"Le type du bloc.\\\",\\\"Provide a label for this block type to help identify it in the administration pages.\\\":\\\"Fournir une étiquette pour ce type de bloc afin d'aider à l'identifier dans les pages d'administration.\\\",\\\"Enter a description for this block type.\\\":\\\"Saisir une description pour ce type de bloc.\\\",\\\"Create a new revision by default for this block type.\\\":\\\"Créer une nouvelle révision par défaut pour ce type de bloc.\\\",\\\"Custom block type %label has been updated.\\\":\\\"Le type de bloc personnalisé %label a été mis à jour.\\\",\\\"Custom block type %label has been added.\\\":\\\"Le type de bloc personnalisé %label a été ajouté.\\\",\\\"Add %type custom block\\\":\\\"Ajouter un bloc personnalisé %type\\\",\\\"%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 est utilisé par @count bloc personnalisé sur votre site. Vous ne pouvez pas supprimer ce type de bloc tant que vous n'aurez pas supprimé tous les blocs de type %label.\\\\u0003%label est utilisé par @count blocs personnalisés sur votre site. Vous ne pouvez pas supprimer %label tant que vous n'aurez pas supprimé tous les blocs personnalisés de type %label.\\\",\\\"Output the block in this view mode.\\\":\\\"Rendre le bloc dans ce mode de visualisation.\\\",\\\"- Create a new book -\\\":\\\"- Créer un nouveau livre -\\\",\\\"Edit order and titles\\\":\\\"Modifier l'ordre et les titres\\\",\\\"Toolbar configuration\\\":\\\"Configuration de la barre d'outils\\\",\\\"Available buttons\\\":\\\"Boutons disponibles\\\",\\\"Active toolbar\\\":\\\"Barre d'outils active\\\",\\\"No styles configured\\\":\\\"Aucun style configuré\\\",\\\"@count styles configured\\\":\\\"@count styles configurés\\\",\\\"Button separator\\\":\\\"Séparateur de boutons\\\",\\\"The provided list of styles is syntactically incorrect.\\\":\\\"La liste de styles fournie est syntaxiquement incorrecte.\\\",\\\"You must configure the selected text editor.\\\":\\\"Vous devez configurer l'éditeur de texte sélectionné.\\\",\\\"Approved status\\\":\\\"Statut approuvé\\\",\\\"Approved comment status\\\":\\\"Statut de commentaire approuvé\\\",\\\"Link to approve comment\\\":\\\"Lien pour valider le commentaire\\\",\\\"Link to reply-to comment\\\":\\\"Lien pour répondre au commentaire\\\",\\\"The parent comment ID if this is a reply to a comment.\\\":\\\"L'identifiant (ID) du commentaire parent s'il s'agit d'une réponse à un commentaire.\\\",\\\"The user ID of the comment author.\\\":\\\"L'identifiant (ID) de l'auteur du commentaire.\\\",\\\"The comment author's home page address.\\\":\\\"L'adresse de la page d'accueil de l'auteur du commentaire.\\\",\\\"The comment author's hostname.\\\":\\\"Le nom de domaine de l'auteur du commentaire.\\\",\\\"The time that the comment was created.\\\":\\\"L'heure de création du commentaire.\\\",\\\"The time that the comment was last edited.\\\":\\\"L'heure de la dernière modification du commentaire.\\\",\\\"Thread place\\\":\\\"Emplacement du fil de discussion\\\",\\\"The alphadecimal representation of the comment's place in a thread, consisting of a base 36 string prefixed by an integer indicating its length.\\\":\\\"La représentation alphadécimale de la place d'un commentaire dans son fil, qui consiste en une chaîne en base 36 préfixée par un entier indiquant sa longueur.\\\",\\\"View changes of @config_file\\\":\\\"Voir les changements de @config_file\\\",\\\"Send copy to sender\\\":\\\"Envoyer une copie à l'expéditeur\\\",\\\"Contact module form element.\\\":\\\"Elément de formulaire du module de contact.\\\",\\\"Selected user\\\":\\\"Utilisateur sélectionné.\\\",\\\"The sender's name\\\":\\\"Le nom de l'expéditeur\\\",\\\"The name of the person that is sending the contact message.\\\":\\\"Le nom de la personne qui envoie le message de contact.\\\",\\\"Whether to send a copy of the message to the sender.\\\":\\\"Envoyer une copie du message à l'expéditeur ou non.\\\",\\\"The ID of the recipient user for personal contact messages.\\\":\\\"L'identifiant (ID) de l'utilisateur destinataire des messages de contact personnels.\\\",\\\"Tabbing is no longer constrained by the Contextual module.\\\":\\\"La tabulation n'est plus contrainte par le module Contextual.\\\",\\\"Tabbing is constrained to a set of @contextualsCount and the edit mode toggle.\\\":\\\"La tabulation est contrainte par un ensemble de @contextualsCount et l'activation/désaction du mode d'édition.\\\",\\\"Press the esc key to exit.\\\":\\\"Pressez la touche Echap pour quitter.\\\",\\\"@count contextual link\\\\u0003@count contextual links\\\":\\\"@count lien contextuel\\\\u0003@count liens contextuels\\\",\\\"No contextual ids specified.\\\":\\\"Aucun identifiant (ID) contextuel spécifié.\\\",\\\"Create and store date values.\\\":\\\"Créer et stocker des valeurs de date.\\\",\\\"Choose the type of date to create.\\\":\\\"Choisir le type de date à créer.\\\",\\\"Date only\\\":\\\"Date seulement\\\",\\\"Set a default value for this date.\\\":\\\"Définir une valeur par défaut pour cette date.\\\",\\\"The %field date is required. Please enter a date in the format %format.\\\":\\\"La date %field est requise. Veuillez saisir une date au format %format.\\\",\\\"The %field date is invalid. Please enter a date in the format %format.\\\":\\\"La date %field n'est pas valide. Veuillez saisir une date au format %format.\\\",\\\"AM/PM\\\":\\\"Matin/Après-Midi\\\",\\\"The %field date is required.\\\":\\\"La date %field est requise.\\\",\\\"The %field date is invalid.\\\":\\\"La date %field est invalide.\\\",\\\"Format: %format. Leave blank to use the time of form submission.\\\":\\\"Format : %format. Laisser vide pour utiliser la date de soumission du formulaire.\\\",\\\"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.\\\":\\\"Choisir un format pour afficher la date. Vérifiez que le format soit approprié au champ, c'est à dire sans ajouter l'heure pour un champ ne devant contenir qu'une date.\\\",\\\"Format: @display\\\":\\\"Format : @display\\\",\\\"Date part order\\\":\\\"Ordre des fragments de date\\\",\\\"Month/Day/Year\\\":\\\"Mois/Jour/Année\\\",\\\"Day/Month/Year\\\":\\\"Jour/Mois/Année\\\",\\\"Year/Month/Day\\\":\\\"Année/Mois/Jour\\\",\\\"Time type\\\":\\\"Type d'horodatage\\\",\\\"24 hour time\\\":\\\"Temps sur 24 heures\\\",\\\"12 hour time\\\":\\\"Temps sur 12 heures\\\",\\\"Text editor\\\":\\\"Éditeur de texte\\\",\\\"This option is disabled because no modules that provide a text editor are currently enabled.\\\":\\\"Cette option est désactivée car aucun module ne fournissant un éditeur de texte n'est actuellement activé.\\\",\\\"Text formats and editors\\\":\\\"Formats de texte et éditeurs\\\",\\\"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.\\\":\\\"Texte qui apparaîtra dans le champ jusqu'à ce qu'une valeur soit saisie. Cet indice est en général un exemple, ou une brève description du format attendu.\\\",\\\"Type of item to reference\\\":\\\"Type d'élément à référencer\\\",\\\"Reference method\\\":\\\"Méthode de référence\\\",\\\"@entity_type selection\\\":\\\"sélection @entity_type\\\",\\\"There are no entities matching \\\\\\\"%value\\\\\\\".\\\":\\\"Il n'y a pas d'entités correspondant à \\\\\\\"%value\\\\\\\".\\\",\\\"Many entities are called %value. Specify the one you want by appending the id in parentheses, like \\\\\\\"@value (@id)\\\\\\\".\\\":\\\"Plusieurs entités sont appelées %value. Specifiez celle que vous souhaitez en la suffixant de son identifiant (ID) entre parenthèses, comme \\\\\\\"@value (@id)\\\\\\\".\\\",\\\"Multiple entities match this reference; \\\\\\\"%multiple\\\\\\\". Specify the one you want by appending the id in parentheses, like \\\\\\\"@value (@id)\\\\\\\".\\\":\\\"Plusieurs entités correspondent à cette référence : \\\\\\\"%multiple\\\\\\\". Indiquez celle que vous voulez en ajoutant l'identifiant (ID) entre parenthèses, comme \\\\\\\"@value (@id)\\\\\\\".\\\",\\\"Select the method used to collect autocomplete suggestions. Note that Contains can cause performance issues on sites with thousands of entities.\\\":\\\"Sélectionner la méthode utilisée pour récupérer les suggestions d'autocomplétion. Noter que Contient peut causer des problèmes de performance sur des sites avec des milliers d'entrées.\\\",\\\"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.\\\":\\\"Si coché, les classes du module Field API seront ajoutées aux gabarits de champs. Cela n'est pas recommandé à moins que votre CSS dépende de ces classes. Si non coché, le gabarit ne sera pas utilisé.\\\",\\\"%entity_label: Administer fields\\\":\\\"%entity_label : Administrer les champs\\\",\\\"%entity_label: Administer display\\\":\\\"%entity_label : Administrer l'affichage\\\",\\\"Allowed number of values\\\":\\\"Nombre de valeurs autorisées\\\",\\\"Number of values is required.\\\":\\\"Le nombre de valeurs est requis.\\\",\\\"Field %field can only hold @max values but there were @count uploaded. The following files have been omitted as a result: %list.\\\":\\\"Le champ %field peut contenir @max valeurs au maximum, mais @count fichiers ont été transférés. En conséquence, les fichiers suivants ont été omis : %list.\\\",\\\"Unlimited number of files can be uploaded to this field.\\\":\\\"Un nombre illimité de fichiers peuvent être transférés dans ce champ.\\\",\\\"The file ID.\\\":\\\"L'identifiant (ID) du fichier.\\\",\\\"The file language code.\\\":\\\"Le code de langue du fichier.\\\",\\\"The user ID of the file.\\\":\\\"L'identifiant (ID) de l'utilisateur du fchier.\\\",\\\"Name of the file with no path components.\\\":\\\"Nom du fichier sans les composants de chemin.\\\",\\\"The URI to access the file (either local or remote).\\\":\\\"L'URI pour accéder au fichier (qu'elle soit locale ou distante).\\\",\\\"The time that the node was created.\\\":\\\"L'heure à laquelle le nœud a été créé.\\\",\\\"Detect if tar is part of the extension\\\":\\\"Détecter si tar est une partie de l'extension\\\",\\\"This format is shown when no other formats are available\\\":\\\"Ce format est affiché quand aucun autre format n'est disponible\\\",\\\"Based on the text editor configuration, these tags have automatically been added: @tag-list.\\\":\\\"Basé sur la configuration de l'éditeur de texte, ces balises ont automatiquement été ajoutées : @tag-list.\\\",\\\"Forum content\\\":\\\"Contenu du forum\\\",\\\"The content ID of the forum index entry.\\\":\\\"L'identifiant (ID) de contenu de l'entrée d'index de forum.\\\",\\\"1 new post in forum %title\\\\u0003@count new posts in forum %title\\\":\\\"1 nouvelle contribution dans le forum %title\\\\u0003@count nouvelles contributions dans le forum %title\\\",\\\"1 new post in topic %title\\\\u0003@count new posts in topic %title\\\":\\\"1 nouvelle contribution dans le sujet %title\\\\u0003@count nouvelles contributions dans le sujet %title\\\",\\\"The forum %label and all sub-forums have been deleted.\\\":\\\"Le forum %label et ses sous-forums ont été supprimés.\\\",\\\"forum: deleted %label and all its sub-forums.\\\":\\\"forum : %label et tous ses sous-forums supprimés.\\\",\\\"Source image at %source_image_path not found while trying to generate derivative image at %derivative_path.\\\":\\\"L'image source (%source_image_path) n'a pas été trouvée lors de la tentative de création d'un dérivé (%derivative_path).\\\",\\\"Alternative image text, for the image's 'alt' attribute.\\\":\\\"Texte alternatif, pour l'attribut 'alt' de l'image.\\\",\\\"Image title text, for the image's 'title' attribute.\\\":\\\"Texte du titre, pour l'attribut 'title' de l'image.\\\",\\\"The width of the image in pixels.\\\":\\\"La largeur de l'image en pixels.\\\",\\\"The height of the image in pixels.\\\":\\\"La hauteur de l'image en pixels.\\\",\\\"Custom language settings\\\":\\\"Paramètres personnalisés des langues\\\",\\\"Settings successfully updated.\\\":\\\"Paramètres mis à jour avec succès.\\\",\\\"Change language settings for content types, taxonomy vocabularies, user profiles, 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.\\\":\\\"Modifier les paramètres de langue pour les types de contenu, les vocabulaires de taxonomie, les profils utilisateurs, ou tout autre élément pris en charge sur votre site. Par défaut, le sélecteur de langue est masqué et la langue par défaut du site est utilisée.\\\",\\\"Show language selector on create and edit pages\\\":\\\"Afficher le sélecteur de langue sur les pages de création et d'édition.\\\",\\\"Select languages to enforce. If none are selected, all languages will be allowed.\\\":\\\"Choisir les langues autorisées. Si aucune n'est sélectionnée, toutes seront autorisées.\\\",\\\"The language is not @languages.\\\":\\\"La langue n'est pas @languages.\\\",\\\"The language is @languages.\\\":\\\"La langue est @languages.\\\",\\\"Stores a URL string, optional varchar link text, and optional blob of attributes to assemble a link.\\\":\\\"Stock une chaîne de caractères d'URL, le texte du lien optionnel en varchar, et le blob d'attributs optionnel pour assembler le lien.\\\",\\\"Allow link text\\\":\\\"Autoriser le texte du lien\\\",\\\"Checked translation for %project.\\\":\\\"Traduction de %project vérifiée.\\\",\\\"Nothing to check.\\\":\\\"Rien à vérifier.\\\",\\\"Downloaded translation for %project.\\\":\\\"Traduction du module %project téléchargée.\\\",\\\"Importing translation for %project.\\\":\\\"Importation de la traduction de %project.\\\",\\\"Imported translation for %project.\\\":\\\"Traduction de %project importée.\\\",\\\"Translation file not found: @uri.\\\":\\\"Le fichier de traduction n'a pas été trouvé : @uri.\\\",\\\"Unable to download translation file @uri.\\\":\\\"Impossible de télécharger le fichier de traduction @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.\\\":\\\"Un fichier de traduction ne peut pas être vérifié. Voir le journal d'erreurs pour plus de détails.\\\\u0003@count fichiers de traduction ne peuvent pas être vérifiés. Voir le journal d'erreurs pour plus de détails.\\\",\\\"Translations imported.\\\":\\\"Traductions importées.\\\",\\\"Updating configuration translations\\\":\\\"Mise à jour de la configuration des traductions\\\",\\\"Starting configuration update\\\":\\\"Début de la mise à jour de la configuration\\\",\\\"Error updating configuration translations\\\":\\\"Erreur lors de la mise à jour des traductions de configuration\\\",\\\"The configuration was successfully updated. There are %number configuration objects updated.\\\":\\\"La configuration a bien été mise à jour. %number paramètres ont été mis à jour.\\\",\\\"No configuration objects have been updated.\\\":\\\"Aucun objet de configuration n'a été mis à jour.\\\",\\\"Unable to import translations file: @file\\\":\\\"Impossible d'importer le fichier de traductions : @file\\\",\\\"Translations imported: %number added, %update updated, %delete removed.\\\":\\\"Traductions importées : %number ajoutées, %update mises à jour, %delete supprimées.\\\",\\\"The configuration was successfully updated. %number configuration objects updated.\\\":\\\"La configuration a correctement été mise à jour. %number objets de configurations mis à jour.\\\",\\\"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.\\\":\\\"Un fichier de traduction importé. %number traductions ont été ajoutées, %update traductions ont été mises à jour et %delete traductions ont été supprimées.\\\\u0003@count fichiers de traduction importés. %number traductions ont été ajoutées, %update traductions ont été mises à jour et %delete traductions ont été supprimées.\\\",\\\"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.\\\":\\\"Une chaîne de traduction a été ignorée à cause d'un élément HTML mal formé ou non autorisé. Voir le journal pour les détails.\\\\u0003@count chaînes de traduction ont été ignorées à cause d'un élément HTML mal formé ou non autorisé. Voir le journal pour les détails.\\\",\\\"Checking translations\\\":\\\"Vérification des traductions\\\",\\\"Error checking translation updates.\\\":\\\"Erreur lors de la vérification des mises à jour de traduction.\\\",\\\"Updating translations\\\":\\\"Mise à jour des traductions\\\",\\\"Error importing translation files\\\":\\\"Erreur lors de l'importation des fichiers de traduction\\\",\\\"Updating translations.\\\":\\\"Mise à jour des traductions.\\\",\\\"Source string (@language)\\\":\\\"Chaîne de caractères source (@language)\\\",\\\"Built-in English\\\":\\\"Anglais intégré\\\",\\\"Translated string (@language)\\\":\\\"Chaîne de caractères traduite (@language)\\\",\\\"All translations up to date.\\\":\\\"Toutes les traductions sont à jour.\\\",\\\"Select a language to update.\\\":\\\"Sélectionner une langue à mettre à jour.\\\",\\\"File not found at %remote_path nor at %local_path\\\":\\\"Fichier introuvable à l'adresse %remote_path comme dans %local_path\\\",\\\"File not found at %local_path\\\":\\\"Fichier non trouvé dans %local_path\\\",\\\"Translation file location could not be determined.\\\":\\\"L'emplacement du fichier de traduction n'a pas pu être déterminé.\\\",\\\"Missing translations for:\\\":\\\"Traductions manquantes pour :\\\",\\\"Missing translations for one project\\\\u0003Missing translations for @count projects\\\":\\\"Traductions manquantes pour un projet.\\\\u0003Traductions manquantes pour @count projets\\\",\\\"A local file system path where interface translation files will be stored.\\\":\\\"Un chemin de système de fichiers local où les fichiers de traduction d'interface seront stockés.\\\",\\\"Updates available\\\":\\\"Mises à jour disponibles\\\",\\\"Missing translations\\\":\\\"Traductions manquantes\\\",\\\"Translation source\\\":\\\"Source de la traduction\\\",\\\"Drupal translation server and local files\\\":\\\"Fichiers locaux et du serveur de traduction Drupal\\\",\\\"Local files only\\\":\\\"Fichiers locaux seulement\\\",\\\"The source of translation files for automatic interface translation.\\\":\\\"La source des fichiers de traduction pour la traduction automatique d'interface.\\\",\\\"Don't overwrite existing translations.\\\":\\\"Ne pas écraser les traductions existantes.\\\",\\\"Only overwrite imported translations, customized translations are kept.\\\":\\\"Écraser uniquement les traductions importées, les traductions personnalisées sont conservées.\\\",\\\"Overwrite existing translations.\\\":\\\"Écraser les traductions existantes.\\\",\\\"How to treat existing translations when automatically updating the interface translations.\\\":\\\"Comment traiter les traductions existantes lors de la mise à jour automatique des traductions d'interface.\\\",\\\"Edit menu %label\\\":\\\"Modifier le menu %label\\\",\\\"Add menu link\\\":\\\"Ajouter un lien de menu\\\",\\\"Administrative summary\\\":\\\"Résumé pour l'administration\\\",\\\"Menu %label has been updated.\\\":\\\"Le menu %label a été mis à jour.\\\",\\\"Menu %label has been added.\\\":\\\"Le menu %label a été ajouté.\\\",\\\"The menu link has been saved.\\\":\\\"Le lien de menu a été enregistré.\\\",\\\"Published status or admin user\\\":\\\"Statut publié ou administrateur\\\",\\\"Promoted to front page status\\\":\\\"Statut de promotion en page d'accueil\\\",\\\"Node operations bulk form\\\":\\\"Formulaire des opérations en masse sur les nœuds\\\",\\\"Add a form element that lets you run operations on multiple nodes.\\\":\\\"Ajouter un élément de formulaire qui vous permet de lancer des actions sur plusieurs nœuds.\\\",\\\"Empty Node Frontpage behavior\\\":\\\"Comportement en l'absence de résultat de la Page d'accueil par défaut de Drupal (node).\\\",\\\"Provides a link to the node add overview page.\\\":\\\"Fournit un lien vers la page de vue d'ensemble de création de nœud.\\\",\\\"Link to revision\\\":\\\"Lien vers la révision\\\",\\\"Link to revert revision\\\":\\\"Lien pour rétablir la révision\\\",\\\"Link to delete revision\\\":\\\"Lien pour supprimer la révision\\\",\\\"Access the Content overview page\\\":\\\"Accéder à la page de vue d'ensemble du contenu\\\",\\\"View all revisions\\\":\\\"Voir toutes les révisions\\\",\\\"Revert all revisions\\\":\\\"Rétablir toutes les révisions\\\",\\\"%type_name: View revisions\\\":\\\"%type_name : Voir les révisions\\\",\\\"%type_name: Revert revisions\\\":\\\"%type_name : Rétablir les révisions\\\",\\\"%type_name: Delete revisions\\\":\\\"%type_name : Supprimer les révisions\\\",\\\"Promotion options\\\":\\\"Options de publication\\\",\\\"Read more about @title\\\":\\\"En savoir plus sur @title\\\",\\\"The node revision ID.\\\":\\\"L'identifiant de révision du nœud.\\\",\\\"The time that the node was last edited.\\\":\\\"Le moment auquel le nœud a été modifié pour la dernière fois.\\\",\\\"The time that the current revision was created.\\\":\\\"La date à laquelle la version actuelle a été créée.\\\",\\\"The user ID of the author of the current revision.\\\":\\\"L'identifiant (ID) utilisateur de l'auteur de la révision actuelle.\\\",\\\"The node bundle is @bundles or @last\\\":\\\"Le paquet du nœud est @bundles ou @last\\\",\\\"The node bundle is @bundle\\\":\\\"Le paquet du nœud est @bundle\\\",\\\"Float value\\\":\\\"Valeur flottante\\\",\\\"An entity field containing a path alias and related data.\\\":\\\"Un champ d'entité contenant un alias de chemin et des données associées.\\\",\\\"Path id\\\":\\\"Identifiant (ID) de chemin\\\",\\\"Log entry with ID @id was not found\\\":\\\"L'entrée du journal avec l'identifiant (ID) @id n'a pas été trouvée\\\",\\\"Created entity %type with ID %id.\\\":\\\"Entité %type créée avec l'identifiant (ID) %id.\\\",\\\"Updated entity %type with ID %id.\\\":\\\"Entité %type ayant l'identifiant (ID) %id mise à jour.\\\",\\\"Deleted entity %type with ID %id.\\\":\\\"Entité %type ayant l'identifiant (ID) %id supprimée.\\\",\\\"Raw output\\\":\\\"Sortie brute\\\",\\\"You have no fields. Add some to your view.\\\":\\\"Vous n'avez aucun champ. Ajoutez-en à votre vue.\\\",\\\"The machine-readable name must contain only letters, numbers, dashes and underscores.\\\":\\\"Le nom système doit contenir uniquement des lettres, des nombres, des tirets et des tirets bas.\\\",\\\"All field aliases must be unique\\\":\\\"Tous les alias de champ doivent être uniques\\\",\\\"Accepted request formats\\\":\\\"Formats de requêtes acceptés\\\",\\\"Request formats that will be allowed in responses. If none are selected all formats will be allowed.\\\":\\\"Les formats de requête qui seront autorisés dans les réponses. Si aucun n'est sélectionné, tous les formats seront autorisés.\\\",\\\"The new set label is required.\\\":\\\"L'étiquette du nouvel ensemble est requise.\\\",\\\"Enter test name…\\\":\\\"Saisir un nom de test...\\\",\\\"Enter at least 3 characters of the test name or description to filter by.\\\":\\\"Saisir au moins trois caractères du nom du test ou de sa description pour le filtrage\\\",\\\"On UNIX, Linux, and Mac OS X, you will find the configuration in the file /etc/syslog.conf, or in /etc/rsyslog.conf or in the directory /etc/rsyslog.d. These files define the routing configuration. Messages can be flagged with the codes LOG_LOCAL0 through LOG_LOCAL7. For information on Syslog facilities, severity levels, and how to set up syslog.conf or rsyslog.conf, see the syslog.conf or rsyslog.conf manual page on your command line.\\\":\\\"Sur UNIX, Linux, et Mac OS X, vous trouverez la configuration dans le fichier /etc/syslog.conf, dans /etc/rsyslog.conf ou dans le répertoire /etc/rsyslog.d. Ces fichiers définissent la configuration du routage. Les messages peuvent être marqués avec les codes de LOG_LOCAL0 à LOG_LOCAL7. Pour plus d'informations sur l'installation du journal système, les niveau de sévérité et comment définir syslog.conf ou rsyslog.conf, consultez le manuel syslog.conf ou rsyslog.conf de votre ligne de commandes.\\\",\\\"Any data\\\":\\\"N'importe quelle donnée\\\",\\\"An entity field containing a UUID.\\\":\\\"Un champ d'entité contenant un UUID.\\\",\\\"@zone\\\":\\\"@zone\\\",\\\"Failed to fetch file due to error \\\\\\\"%error\\\\\\\"\\\":\\\"Échec de la récupération du fichier dû à l'erreur \\\\\\\"%error\\\\\\\"\\\",\\\"Date and time formats\\\":\\\"Formats de date et d'heure\\\",\\\"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.\\\":\\\"Le script update.php est accessible publiquement sans aucune authentification, ce qui constitue un risque en matière de sécurité. Vous devez changer la valeur de @settings_name dans votre fichier settings.php pour la remettre à FALSE.\\\",\\\"Name of the date format\\\":\\\"Nom du format de date\\\",\\\"@toolkit settings\\\":\\\"Paramètres de @toolkit\\\",\\\"Update this item\\\":\\\"Mettre à jour cet élément\\\",\\\"This value should not be null.\\\":\\\"Cette valeur ne peut pas être nulle.\\\",\\\"This value should be %limit or more.\\\":\\\"Cette valeur doit être à minima %limit.\\\",\\\"The term ID.\\\":\\\"L'identifiant du terme.\\\",\\\"The term language code.\\\":\\\"Le code langue du terme.\\\",\\\"Term Parents\\\":\\\"Parents du terme\\\",\\\"The parents of this term.\\\":\\\"Les parents de ce terme.\\\",\\\"Create referenced entities if they don't already exist\\\":\\\"Créer les entités référencées si elles n'existent pas déjà\\\",\\\"Telephone number\\\":\\\"Numéro de téléphone\\\",\\\"This field stores a telephone number in the database.\\\":\\\"Ce champ stocke un numéro de téléphone dans la base de données.\\\",\\\"Link using text: @title\\\":\\\"Lier en utilisant le texte : @title\\\",\\\"Link using provided telephone number.\\\":\\\"Lier en utilisant le numéro de téléphone fourni.\\\",\\\"Toolbar items\\\":\\\"Éléments de la barre d'outils\\\",\\\"!tour_item of !total\\\":\\\"!tour_item sur !total\\\",\\\"End tour\\\":\\\"Terminer la visite\\\",\\\"Translatable elements\\\":\\\"Éléments traduisibles\\\",\\\"At least one field needs to be translatable to enable %bundle for translation.\\\":\\\"Au moins un champ doit être traduisible pour activer la traduction de %bundle.\\\",\\\"@language_name (Original language)\\\":\\\"@language_name (Langue originelle)\\\",\\\"Administer translation settings\\\":\\\"Administrer les paramètres de traduction\\\",\\\"Create translations\\\":\\\"Créer des traductions\\\",\\\"Delete translations\\\":\\\"Supprimer des traductions\\\",\\\"Translate %bundle_label @entity_label\\\":\\\"Traduire %bundle_label @entity_label\\\",\\\"Translate @entity_label\\\":\\\"Traduire @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.\\\":\\\"\\\\\\\"Afficher le sélecteur de langue\\\\\\\" n'est pas compatible avec la traduction du contenu qui a une langue par défaut : %choice. Ne pas masquer le sélecteur de langue ou sélectionner une langue spécifique.\\\",\\\"An unpublished translation will not be visible without translation permissions.\\\":\\\"Une traduction non-publiée ne sera pas visible sans les permissions de traduction.\\\",\\\"%archive_file does not contain any .info.yml files.\\\":\\\"%archive_file ne contient aucun fichier .info.yml.\\\",\\\"

This is a one-time login for %user_name.

Click on this button to log in to the site and change your password.

\\\":\\\"

Ceci est une connexion unique pour %user_name.

Cliquez sur ce bouton pour vous connecter au site et modifier votre mot de passe.

\\\",\\\"Provides access to the user data service.\\\":\\\"Fournit un accès au service de données de l'utilisateur.\\\",\\\"Add a form element that lets you run operations on multiple users.\\\":\\\"Ajoute un élément de formulaire qui vous permet de lancer des opérations sur plusieurs utilisateurs.\\\",\\\"User module form element.\\\":\\\"Élément de formulaire du module User.\\\",\\\"System module form element.\\\":\\\"Élément de formulaire du module System.\\\",\\\"Edit user account\\\":\\\"Modifier le compte utilisateur\\\",\\\"Login attempt failed from %ip.\\\":\\\"Tentative de connexion échouée depuis l'IP %ip.\\\",\\\"Cancel user\\\":\\\"Annuler l'utilisateur\\\",\\\"Enable password strength indicator\\\":\\\"Activer l'indicateur de solidité du mot de passe\\\",\\\"Admin (user awaiting approval)\\\":\\\"Administrateur (utilisateur en attente d'approbation)\\\",\\\"Role %label has been updated.\\\":\\\"Le rôle %label a été mis à jour.\\\",\\\"Role %label has been added.\\\":\\\"Le rôle %label a été ajouté.\\\",\\\"The user language code.\\\":\\\"Le code de langue de l'utilisateur.\\\",\\\"The time that the user last accessed the site.\\\":\\\"La date à laquelle l'utilisateur a accédé au site pour la dernière fois.\\\",\\\"The time that the user last logged in.\\\":\\\"La date à laquelle l'utilisateur s'est connecté pour la dernière fois au site.\\\",\\\"The email address used for initial account creation.\\\":\\\"L'adresse email utilisée pour la création initiale du compte.\\\",\\\"The roles the user has.\\\":\\\"Les rôles attribués à l'utilisateur.\\\",\\\"Update the user %name\\\":\\\"Mettre à jour l'utilisateur %name\\\",\\\"The module which sets this user data.\\\":\\\"Le module qui définit ces données utilisateur.\\\",\\\"The name of the data key.\\\":\\\"Le nom de la clé de donnée.\\\",\\\"The label of the view.\\\":\\\"L'étiquette de la vue.\\\",\\\"The machine-readable ID of the view.\\\":\\\"L'identifiant système de la vue.\\\",\\\"Dropbutton\\\":\\\"Liste déroulante\\\",\\\"Display fields in a dropbutton.\\\":\\\"Afficher les champs dans une liste déroulante.\\\",\\\"Rendered entity - @label\\\":\\\"Entité rendue - @label\\\",\\\"Displays a rendered @label entity in an area.\\\":\\\"Affiche une entité @label rendue dans une zone.\\\",\\\"Display the @label\\\":\\\"Afficher @label\\\",\\\"Available global token replacements\\\":\\\"Jetons de remplacement généraux disponibles\\\",\\\"Override the title of this view when it is empty. The available global tokens below can be used here.\\\":\\\"Remplacer le titre de cette vue quand il n'est pas défini. Les jetons (tokens) globaux disponibles ci-dessous peuvent être utilisés.\\\",\\\"Administrative comment\\\":\\\"Commentaire administratif\\\",\\\"Machine name of the display\\\":\\\"Nom machine de l'affichage\\\",\\\"This description will only be seen within the administrative interface and can be used to document this display.\\\":\\\"La description sera affichée uniquement dans l'interface d'administration et peut être utilisée pour documenter cet affichage.\\\",\\\"CSS class name(s)\\\":\\\"Nom(s) de la (des) classe(s) CSS\\\",\\\"Show contextual links on this view.\\\":\\\"Afficher les liens contextuels de cette vue.\\\",\\\"Show contextual links\\\":\\\"Afficher les liens contextuels\\\",\\\"In the menu, the heavier links will sink and the lighter links will be positioned nearer the top.\\\":\\\"Dans le menu, les liens les plus lourds vont descendre et les plus légers seront placés en premier.\\\",\\\"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.\\\":\\\"Si l'entrée de menu parente est un onglet, saisissez le poids de l'onglet. les onglets les plus lourds vont descendre et les plus légers seront placés au plus près de la première entrée de menu.\\\",\\\"Allow people to choose the sort order\\\":\\\"Autoriser les utilisateurs à choisir l'ordre de tri\\\",\\\"If sort order is not exposed, the sort criteria settings for each sort will determine its order.\\\":\\\"Si l'ordre de tri n'est pas exposé, les paramètres de critères de tri pour chaque tri détermineront son ordre.\\\",\\\"Label for ascending sort\\\":\\\"Étiquette pour le tri ascendant\\\",\\\"Label for descending sort\\\":\\\"Étiquette pour le tri descendant\\\",\\\"@name format: @date\\\":\\\"Format @name : @date\\\",\\\"Override the output of this field with custom text\\\":\\\"Remplacer le rendu de ce champ par un texte personnalisé\\\",\\\"Output this field as a custom link\\\":\\\"Rendre ce champ en tant que lien personnalisé\\\",\\\"Trim this field to a maximum number of characters\\\":\\\"Tronquer ce champ à un nombre maximum de caractères\\\",\\\"More link label\\\":\\\"Étiquette du lien \\\\\\\"voir plus\\\\\\\"\\\",\\\"You may use the \\\\\\\"Replacement patterns\\\\\\\" above.\\\":\\\"Vous pouvez utiliser les \\\\\\\"motifs de remplacement\\\\\\\" ci-dessus.\\\",\\\"An HTML corrector will be run to ensure HTML tags are properly closed after trimming.\\\":\\\"Un correcteur HTML vérifiera que les balises HTML sont correctement fermées.\\\",\\\"Fields to be included as links.\\\":\\\"Champs à inclure en tant que liens.\\\",\\\"Include a \\\\\\\"destination\\\\\\\" parameter in the link to return the user to the original view upon completing the link action.\\\":\\\"Inclure un paramètre \\\\\\\"destination\\\\\\\" dans le lien pour rediriger l'utilisateur vers la vue d'origine après avoir terminé l'action du lien.\\\",\\\"First page link text\\\":\\\"Texte du lien de première page\\\",\\\"Last page link text\\\":\\\"Texte du lien de dernière page\\\",\\\"Offset (number of items to skip)\\\":\\\"Décalage (nombre d'éléments à sauter)\\\",\\\"Pager link labels\\\":\\\"Étiquettes de lien de pagination\\\",\\\"Previous page link text\\\":\\\"Texte du lien de page précédente\\\",\\\"Next page link text\\\":\\\"Texte du lien de page suivante\\\",\\\"Insert a list of integer numeric values separated by commas: e.g: 10, 20, 50, 100\\\":\\\"Insérer une liste de valeurs numériques entières séparées par des virgules, par ex. : 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.\\\":\\\"ATTENTION : désactiver la réécriture SQL signifie que la sécurité d'accès aux nœuds est inopérante. Cela pourrait permettre à des utilisateurs de voir des données qu'ils ne devraient pas voir si votre vue est mal configurée. Utiliser cette option uniquement si vous comprenez et acceptez ce risque pour la sécurité.\\\",\\\"No view mode selected\\\":\\\"Aucun mode de visualisation sélectionné\\\",\\\"Caption for the table\\\":\\\"Légende du tableau\\\",\\\"Table details\\\":\\\"Détails du tableau\\\",\\\"Summary title\\\":\\\"Titre du résumé\\\",\\\"Table description\\\":\\\"Description du tableau\\\",\\\"Provide additional details about the table to increase accessibility.\\\":\\\"Fournir des détails supplémentaires sur le tableau pour améliorer son accessibilité.\\\",\\\"Enable @display_title\\\":\\\"Activer @display_title\\\",\\\"Delete @display_title\\\":\\\"Supprimer @display_title\\\",\\\"Undo delete of @display_title\\\":\\\"Annuler la suppression de @display_title\\\",\\\"Disable @display_title\\\":\\\"Désactiver @display_title\\\",\\\"Edit view name/description\\\":\\\"Éditer le nom / la description de la vue\\\",\\\"Analyze view\\\":\\\"Analyser la vue\\\",\\\"Reorder displays\\\":\\\"Ré-ordonner les affichages\\\",\\\"Revert view\\\":\\\"Rétablir la vue\\\",\\\"Add @type\\\":\\\"Ajouter @type\\\",\\\"And/Or Rearrange filter criteria\\\":\\\"Réordonner les critères de filtre Et/Ou\\\",\\\"Rearrange @type\\\":\\\"Réordonner @type\\\",\\\"This display has one or more validation errors.\\\":\\\"Cet affichage comporte une ou plusieurs erreurs de validation.\\\",\\\"There are no disabled views.\\\":\\\"Il n'y aucune vue désactivée.\\\",\\\"[@time ms] @query\\\":\\\"[@time ms] @query\\\",\\\"Do you want to break the lock on view %name?\\\":\\\"Voulez-vous casser le verrou de la vue %name ?\\\",\\\"View language\\\":\\\"Langue de la vue\\\",\\\"Language of labels and other textual elements in this view.\\\":\\\"Langage des labels et autre éléments textuels dans cette vue.\\\",\\\"No displays available.\\\":\\\"Aucun affichage disponible.\\\",\\\"Not saved yet\\\":\\\"Pas encore enregistré\\\",\\\"Book Page\\\":\\\"Page de livre\\\",\\\"Aggregator feed item\\\":\\\"Élément de flux de l'agrégateur\\\",\\\"Default parser for RSS, Atom and RDF feeds.\\\":\\\"Analyseur syntaxique par défaut pour les flux RSS, Atom, et RDF.\\\",\\\"Custom Block\\\":\\\"Bloc personnalisé\\\",\\\"Custom block type\\\":\\\"Type de bloc personnalisé\\\",\\\"CKEditor core\\\":\\\"Cœur de CKEditor\\\",\\\"Styles dropdown\\\":\\\"Liste déroulante Styles\\\",\\\"Comment selection\\\":\\\"Sélection de commentaire\\\",\\\"Contact message\\\":\\\"Message de contact\\\",\\\"My Editor\\\":\\\"Mon éditeur\\\",\\\"Entity display\\\":\\\"Affichage de l'entité\\\",\\\"Entity form display\\\":\\\"Affichage du formulaire de l'entité\\\",\\\"Display the ID of the referenced entities.\\\":\\\"Afficher l'identifiant (ID) des entités référencées.\\\",\\\"Selects referenceable entities for an entity reference field.\\\":\\\"Sélectionne des entités pouvant être référencées par un champ de référence à une entité.\\\",\\\"Entity Reference inline fields\\\":\\\"Champs Entity Reference en ligne\\\",\\\"Returns results as a PHP array of labels and rendered rows.\\\":\\\"Renvoie les résultats sous forme de tableau PHP contenant les étiquettes et le rendu des lignes.\\\",\\\"File selection\\\":\\\"Sélection de fichier\\\",\\\"Separate link text and URL\\\":\\\"Séparer le texte du lien et l'URL\\\",\\\"Node Bundle\\\":\\\"Paquet du nœud\\\",\\\"Node selection\\\":\\\"Sélection du nœud\\\",\\\"Watchdog database log\\\":\\\"Journalisation de la base de données\\\",\\\"REST export\\\":\\\"Export REST\\\",\\\"Create a REST export resource.\\\":\\\"Créer une ressource d'export REST.\\\",\\\"Use entities as row data.\\\":\\\"Utiliser les entités comme données de ligne.\\\",\\\"Use fields as row data.\\\":\\\"Utiliser les champs comme données de ligne.\\\",\\\"Serializer\\\":\\\"Sérialiseur\\\",\\\"Serializes views row data using the Serializer component.\\\":\\\"Sérialise les données de ligne de vues en utilisant le composant Serializer.\\\",\\\"Shortcut set\\\":\\\"Ensemble de raccourcis\\\",\\\"Tar\\\":\\\"Tar\\\",\\\"Handles .tar files.\\\":\\\"Gère les fichiers tar.\\\",\\\"Handles zip files.\\\":\\\"Gère les fichiers zip.\\\",\\\"Taxonomy Term selection\\\":\\\"Sélection de terme de taxonomie\\\",\\\"Display reference to taxonomy term in RSS.\\\":\\\"Afficher une référence au terme de taxonomie dans le flux RSS.\\\",\\\"Telephone link\\\":\\\"Lien de téléphone\\\",\\\"User selection\\\":\\\"Sélection de l'utilisateur\\\",\\\"Views Exposed Filter Block\\\":\\\"Bloc de filtre exposé de Views\\\",\\\" - Basic validation - \\\":\\\" - Validation basique - \\\",\\\"A simple pager containing previous and next links.\\\":\\\"Une simple pagination contenant des liens précédent et suivant.\\\",\\\"Display all items that this view might find.\\\":\\\"Afficher tous les éléments que cette vue pourrait trouver.\\\",\\\"Displays rows as HTML list.\\\":\\\"Afficher les lignes sous forme de liste HTML.\\\",\\\"Language detection and selection\\\":\\\"Détection et sélection de la langue\\\",\\\"menus\\\":\\\"menus\\\",\\\"Toolkit\\\":\\\"Boîte à outils\\\",\\\"Settings for the statistical information that Drupal will keep about the site.\\\":\\\"Paramètres des données statistiques que Drupal conservera sur le site.\\\",\\\"Autoplay: %autoplay\\\":\\\"Lecture automatique : %autoplay\\\",\\\"Loop: %loop\\\":\\\"Boucler : %loop\\\",\\\"Muted: %muted\\\":\\\"Couper le son : %muted\\\",\\\"Display of multiple files\\\":\\\"Affichage de plusieurs fichiers\\\",\\\"Configuration Translation\\\":\\\"Configuration de la traduction\\\",\\\"- empty image -\\\":\\\"- image vide -\\\",\\\"Field formatters\\\":\\\"Formateurs de champ\\\",\\\"If enabled, access permissions for rendering the entity are not checked.\\\":\\\"Si l'option est activée, les permissions pour afficher l'entité ne seront pas vérifiées.\\\",\\\"Editorial\\\":\\\"Éditorial\\\",\\\"WYSIWYG editing for rich text fields using CKEditor.\\\":\\\"Editeur WYSIWYG pour les champs de texte riches utilisant CKEditor.\\\",\\\"The directory %translations_directory exists.\\\":\\\"Le dossier %translations_directory existe.\\\",\\\"MySQL, MariaDB, Percona Server, or equivalent\\\":\\\"MySQL, MariaDB, Percona Server ou équivalent\\\",\\\"The referenced language\\\":\\\"La langue référencée.\\\",\\\"Language reference\\\":\\\"Référence à une langue\\\",\\\"URI value\\\":\\\"Valeur de l'URI\\\",\\\"An entity field containing a URI.\\\":\\\"Un champ d'entité contenant une URI.\\\",\\\"Caribbean Netherlands\\\":\\\"Pays-Bas caribéens\\\",\\\"Cocos [Keeling] Islands\\\":\\\"Îles Cocos (Keeling)\\\",\\\"Congo - Kinshasa\\\":\\\"Congo - Kinshasa\\\",\\\"Congo - Brazzaville\\\":\\\"Congo - Brazzaville\\\",\\\"Côte d’Ivoire\\\":\\\"Côte d'Ivoire\\\",\\\"Clipperton Island\\\":\\\"Île de Clipperton\\\",\\\"Ceuta and Melilla\\\":\\\"Ceuta et Melilla\\\",\\\"Hong Kong SAR China\\\":\\\"Hong Kong\\\",\\\"Canary Islands\\\":\\\"Îles Canaries\\\",\\\"Myanmar [Burma]\\\":\\\"Myanmar [Birmanie]\\\",\\\"Macau SAR China\\\":\\\"Macao\\\",\\\"Palestinian Territories\\\":\\\"Territoires palestiniens\\\",\\\"Outlying Oceania\\\":\\\"Océanie éloignée\\\",\\\"São Tomé and Príncipe\\\":\\\"Sao Tomé-et-Principe\\\",\\\"U.S. Outlying Islands\\\":\\\"Îles éloignées des États-Unis\\\",\\\"Time span in seconds\\\":\\\"Durée en secondes\\\",\\\"Using simple actions\\\":\\\"Utilisation d'actions simples\\\",\\\"Creating and configuring advanced actions\\\":\\\"Création et configuration d'actions avancées\\\",\\\"Allows the creation of custom blocks through the user interface.\\\":\\\"Permet de créer des blocs personnalisés via l'interface utilisateur.\\\",\\\"A unique name for this block instance. Must be alpha-numeric and underscore separated.\\\":\\\"Un nom unique pour cette instance de bloc. Doit être alphanumérique et séparé par des tirets bas.\\\",\\\"Allow settings in the block configuration\\\":\\\"Autoriser des paramètres dans la configuration du bloc\\\",\\\"Items per block\\\":\\\"Éléments par bloc\\\",\\\"@count (default setting)\\\":\\\"@count (paramètre par défaut)\\\",\\\"Enabling CKEditor for individual text formats\\\":\\\"Activer CKEditor pour les formats de texte individuel\\\",\\\"Configuring the toolbar\\\":\\\"Configuration de la barre d'outils\\\",\\\"When CKEditor is chosen from the Text editor drop-down menu, its toolbar configuration is displayed. You can add and remove buttons from the Active toolbar by dragging and dropping them, and additional rows can be added to organize the buttons.\\\":\\\"Lorsque CKEditor est choisi dans le menu déroulant de l'éditeur de texte, sa configuration de barre d'outils est affichée. Vous pouvez ajouter et retirer des boutons de la barre d'outils active en les glissant-déposant et des lignes supplémentaires peuvent être ajoutées pour organiser les boutons.\\\",\\\"Formatting content\\\":\\\"Mise en forme du contenu\\\",\\\"Toggling between formatted text and HTML source\\\":\\\"Basculement entre texte mis en forme et source HTML\\\",\\\"If the Source 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 limit the use of HTML tags, then all excluded tags will be stripped out of the HTML source when the user toggles back to the text editor.\\\":\\\"Si le bouton Source est disponible dans la barre d'outils, les utilisateurs peuvent cliquer sur ce bouton pour désactiver l'éditeur de texte et modifier la source HTML directement. Après avoir cliqué à nouveau sur le bouton, l'éditeur de texte utilise les balises HTML autorisées pour formater le texte — indépendemment que les boutons pour ces balises soient disponibles dans la barre d'outils ou non. Si le format de texte est mis à limiter l'usage des balises HTML, alors toutes les balises exclues seront retirées de la source HTML quand l'utilisateur reviendra à l'éditeur de texte.\\\",\\\"Uploads disabled\\\":\\\"Transferts désactivés\\\",\\\"Uploads enabled, max size: @size @dimensions\\\":\\\"Transferts activés, taille max. : @size @dimensions\\\",\\\"Edit Image\\\":\\\"Modifier l'image\\\",\\\"Drupal link\\\":\\\"Lien Drupal\\\",\\\"CKEditor plugin settings\\\":\\\"Paramètres du plugin CKEditor\\\",\\\"Could not extract the contents of the tar file. The error message is @message\\\":\\\"Impossible d'extraire le fichier tar. Le message d'erreur est @message\\\",\\\"Discard changes?\\\":\\\"Annuler les changements ?\\\",\\\"Enable image uploads\\\":\\\"Activer les transferts d'images\\\",\\\"Storage: @name\\\":\\\"Stockage : @name\\\",\\\"A directory relative to Drupal's files directory where uploaded images will be stored.\\\":\\\"Un répertoire relatif au répertoire des fichiers de Drupal où seront stockées les images transférées.\\\",\\\"If this is left empty, then the file size will be limited by the PHP maximum upload size of @size.\\\":\\\"Si ce champ est laissé vide, la taille des fichiers sera limitée par la taille de transfert maximale de PHP, soit @size.\\\",\\\"Images larger than these dimensions will be scaled down.\\\":\\\"Les images plus grandes que ces dimensions seront réduites.\\\",\\\"Installing text editors\\\":\\\"Installation des éditeurs de texte\\\",\\\"Enabling a text editor for a text format\\\":\\\"Activer un éditeur de texte pour un format de texte.\\\",\\\"Configuring a text editor\\\":\\\"Configuration d'un éditeur de texte\\\",\\\"Once a text editor is associated with a text format, you can configure it by clicking on the Configure 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.\\\":\\\"Une fois un éditeur de texte associé à un format de texte, vous pouvez le configurer en cliquant sur le lien Configurer pour ce format. En fonction de l'éditeur de texte, vous pouvez le configurer, par exemple en ajoutant des boutons à sa barre d'outils. Typiquement, ces boutons fournissent des outils de formatage ou d'édition, et ils insèrent souvent des balises HTML dans la source. Pour plus de détails, lire la page d'aide de l'éditeur de texte.\\\",\\\"Using different text editors and formats\\\":\\\"Utiliser différents éditeurs et formats de texte\\\",\\\"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.\\\":\\\"Si vous changez le format de texte d'un champ texte, l'éditeur de texte changera lui aussi car sa configuration est associée à un format de texte. Ceci permet l'utilisation du même éditeur de texte avec différentes options pour différents formats de texte. Cela permet également aux utilisateurs de choisir parmi des formats de texte avec différents éditeurs de texte s'ils sont installés.\\\",\\\"Placeholder: @placeholder\\\":\\\"Placeholder : @placeholder\\\",\\\"No placeholder\\\":\\\"Aucun placeholder\\\",\\\"Add, edit, and delete custom display modes.\\\":\\\"Ajouter, modifier et supprimer les modes d'affichages personnalisés.\\\",\\\"Display modes\\\":\\\"Modes d'affichage\\\",\\\"Configure what displays are available for your content and forms.\\\":\\\"Définir quels affichages sont disponibles pour votre contenu et vos formulaires.\\\",\\\"Manage custom view modes.\\\":\\\"Gestion des modes de visualisation personnalisés.\\\",\\\"Form modes\\\":\\\"Mode de saisie\\\",\\\"Manage custom form modes.\\\":\\\"Gestion des modes de saisie personnalisés.\\\",\\\"Add form mode\\\":\\\"Ajouter un type de formulaire\\\",\\\"Edit form mode\\\":\\\"Mettre à un jour un mode de saisie\\\",\\\"Add new %label @entity-type\\\":\\\"Ajouter un nouveau @entity-type %label\\\",\\\"Choose view mode entity type\\\":\\\"Choisir le type d'entité du mode de visualisation\\\",\\\"Choose form mode entity type\\\":\\\"Choisir le mode de saisie du type d'entité\\\",\\\"Deleting a @entity-type will cause any output still requesting to use that @entity-type to use the default display settings.\\\":\\\"Supprimer un(e) @entity-type aura pour conséquence que chaque rendu qui utilise encore cet(te) @entity-type utilisera les paramètres d'affichage par défaut.\\\",\\\"Saved the %label @entity-type.\\\":\\\"Le @entity-type %label a été enregistré.\\\",\\\"Autocomplete matching: @match_operator\\\":\\\"Autocomplétion correspondant à : @match_operator\\\",\\\"The referenced entity (%type: %id) does not exist.\\\":\\\"L'entité référencée (%type : %id) n'existe pas.\\\",\\\"%entity_label: Administer form display\\\":\\\"%entity_label : Administrer l'affichage du formulaire\\\",\\\"Plugin for @title\\\":\\\"Plugin pour @title\\\",\\\"@type (module: @module)\\\":\\\"@type (module : @module)\\\",\\\"Widget settings:\\\":\\\"Paramètres du widget :\\\",\\\"The label of the entity that is related to the file.\\\":\\\"L'étiquette de l'entité qui est reliée au fichier.\\\",\\\"Access the Files overview page\\\":\\\"Accéder à la page de vue d'ensemble des Fichiers\\\",\\\"Progress indicator: @progress_indicator\\\":\\\"Indicateur de progression : @progress_indicator\\\",\\\"The %filter filter is missing, and will be removed once this format is saved.\\\":\\\"Le filtre %filter est manquant, et sera supprimé une fois le format enregistré.\\\",\\\"Lines and paragraphs are automatically recognized. The <br /> line break, <p> paragraph and </p> close paragraph tags are inserted automatically. If paragraphs are not recognized simply add a couple of blank lines.\\\":\\\"Lignes et paragraphes sont automatiquement reconnus. Les balises de <br /> saut de ligne, <p> début de paragraphe et </p> fin de paragraphe sont insérées automatiquement. Si un paragraphe n'est pas reconnu, ajoutez simplement deux sauts de lignes.\\\",\\\"Missing filter. All text is removed\\\":\\\"Filtre manquant. Tout le texte est retiré\\\",\\\"Missing filter plugin: %filter.\\\":\\\"Plugin de filtre manquant : %filter.\\\",\\\"Provides a fallback for missing filters. Do not use.\\\":\\\"Fournit un remplacement pour les filtres manquants. Ne pas utiliser.\\\",\\\"Updated @type %term.\\\":\\\"@type %term mis à jour.\\\",\\\"Add image style\\\":\\\"Ajouter un style d'image\\\",\\\"Preview image style: @style\\\":\\\"Style d'image de l'aperçu : @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.\\\":\\\"Supprimer une langue retirera toutes les traductions d'interface associées, et le contenu dans cette langue sera défini à la langue neutre. Cette action ne peut pas être annulée.\\\",\\\"No placeholders\\\":\\\"Aucun placeholder\\\",\\\"Title placeholder: @placeholder_title\\\":\\\"Placeholder du titre : @placeholder_title\\\",\\\"URL placeholder: @placeholder_url\\\":\\\"Placeholder de l'URL : @placeholder_url\\\",\\\"Note that importing large .po files may take several minutes.\\\":\\\"Notez que l'import de fichiers .po lourds peut prendre plusieurs 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.\\\":\\\"Les éléments de contenu peuvent être modifiés en utilisant différents modes de saisie. Vous pouvez ici décider quels champs sont visibles ou non quand du contenu de type %type est modifié pour chaque mode de saisie, et définir comment les widgets de formulaires sont affichés dans chaque mode de saisie.\\\",\\\"Edit %label content type\\\":\\\"Modifier le type de contenu %label\\\",\\\"The content has either been modified by another user, or you have already submitted modifications. As a result, your changes cannot be saved.\\\":\\\"Le contenu a été modifié par un autre utilisateur ou vous avez déjà soumis vos modifications. Vos dernières modifications ne peuvent donc pas être enregistrées.\\\",\\\"Use field label: @display_label\\\":\\\"Utiliser l'étiquette de champ : @display_label\\\",\\\"Provides a row plugin to display search results.\\\":\\\"Fournit un plugin de ligne pour afficher les résultats de recherche.\\\",\\\"More information about setting up scheduled tasks can be found by reading the cron tutorial on drupal.org.\\\":\\\"Pour plus d'information sur la mise en place des tâches planifiées, consultez le tutoriel de mise en place d'un cron sur drupal.org.\\\",\\\"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\\\":\\\"Un chemin du système de fichier local où les fichiers publics seront stockés. Ce répertoire doit exister et être accessible en écriture par Drupal. Il doit être relatif par rapport au répertoire d'installation de Drupal, et accessible depuis le web. Il doit être modifié dans le fichier settings.php\\\",\\\"%name: the telephone number may not be longer than @max characters.\\\":\\\"%name : le numéro de téléphone ne peut pas dépasser @max caractères.\\\",\\\"%name: the text may not be longer than @max characters.\\\":\\\"%name : le texte ne peut pas dépasser @max caractères.\\\",\\\"Summary rows\\\":\\\"Lignes de résumé\\\",\\\"This form lets administrators add and edit fields for storing user data.\\\":\\\"Ce formulaire permet aux administrateurs d'ajouter et de mettre à jour les champs d'enregistrement des données utilisateur.\\\",\\\"This form lets administrators configure how form fields should be displayed when editing a user profile.\\\":\\\"Ce formulaire permet aux administrateurs de configurer la manière dont les champs de formulaires doivent être affichés à l'édition du profil utilisateur.\\\",\\\"Alter the HTTP response status code used by this view, mostly helpful for empty results.\\\":\\\"Altérer le code de réponse HTTP utilisé par cette vue, souvent utile lors de l'absence de résultats.\\\",\\\"HTTP status code\\\":\\\"Code de statut HTTP\\\",\\\"Always display the more link\\\":\\\"Toujours afficher le lien plus\\\",\\\"Check this to display the more link even if there are no more items to display.\\\":\\\"Cocher ceci pour afficher le lien \\\\\\\"plus\\\\\\\" même s'il n'y a aucun autre élément à afficher.\\\",\\\"Make entity label a link to entity page.\\\":\\\"Lier l'étiquette de l'entité à la page de l'entité.\\\",\\\"You must add some additional fields to this display before using this field. These fields may be marked as Exclude from display 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.\\\":\\\"Vous devez ajouter d'autres champs à afficher avant d'utiliser ce champ. Ces champs pourront être marqués comme Exclure de l'affichage si vous le souhaitez. À noter qu'en raison de l'ordre de présentation, vous ne pouvez pas utiliser des champs placés après ce champ ; si vous avez besoin d'un champ qui n'est pas listé ici, réorganisez vos champs.\\\",\\\"Automatic width\\\":\\\"Largeur automatique\\\",\\\"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.\\\":\\\"La largeur de chaque colonne sera calculée automatiquement à partir du nombre de colonnes fourni. Si des classes additionnelles sont saisies ou qu'un thème ajoute des classes basées sur un système de grilles, désactiver cette option peut s'avérer bénéfique.\\\",\\\"Default column classes\\\":\\\"Classes de colonne par défaut\\\",\\\"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.\\\":\\\"Ajouter au rendu des colonnes les classes par défaut de Views comme views-col, col-1 et clearfix. Vous pouvez utiliser ceci pour rapidement réduire la quantité de code fourni par défaut par la vue mais cela peut complexifier le CSS.\\\",\\\"Custom column class\\\":\\\"Classe de colonne personnalisée\\\",\\\"Additional classes to provide on each column. Separated by a space.\\\":\\\"Classes supplémentaires pour chaque colonne. Séparées par un espace.\\\",\\\"Default row classes\\\":\\\"Classes de ligne par défaut\\\",\\\"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.\\\":\\\"Ajoute au rendu des lignes les classes par défaut de Views comme views-row, row-1 et clearfix. Vous pouvez utiliser ceci pour rapidement réduire la quantité de code fourni par défaut par la vue mais cela peut complexifier le CSS.\\\",\\\"Custom row class\\\":\\\"Classe de ligne personnalisée\\\",\\\"Additional classes to provide on each row. Separated by a space.\\\":\\\"Classes supplémentaires pour chaque ligne. Séparées par un espace.\\\",\\\"Default wizard\\\":\\\"Assistant par défaut\\\",\\\"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.\\\":\\\"Toutes les requêtes générées par Views inclueront le nom de la vue et afficheront la chaîne de caractères 'view-name:display-name' à la fin de la commande SELECT. Ceci facilite l'identification des requêtes de Views, mais ne doit être utilisé que lors de dépannages.\\\",\\\"Selected:\\\":\\\"Sélectionné :\\\",\\\"Additional data\\\":\\\"Données complémentaires\\\",\\\"You must select at least %limit choice.\\\\u0003You must select at least %limit choices.\\\":\\\"Vous devez sélectionner au moins %limit choix.\\\\u0003Vous devez sélectionner au moins %limit choix.\\\",\\\"You must select at most %limit choice.\\\\u0003You must select at most %limit choices.\\\":\\\"Vous devez sélectionner au plus %limit choix.\\\\u0003Vous devez sélectionner au plus %limit choix.\\\",\\\"The entity must be of bundle %bundle.\\\":\\\"L'entité doit être de paquet %bundle.\\\",\\\"This collection should contain %limit element or more.\\\\u0003This collection should contain %limit elements or more.\\\":\\\"Cette collection doit contenir %limit élément ou plus.\\\\u0003Cette collection doit contenir %limit éléments ou plus.\\\",\\\"This collection should contain %limit element or less.\\\\u0003This collection should contain %limit elements or less.\\\":\\\"Cette collection doit contenir %limit élément ou moins.\\\\u0003Cette collection doit contenir %limit éléments ou moins.\\\",\\\"This collection should contain exactly %limit element.\\\\u0003This collection should contain exactly %limit elements.\\\":\\\"Cette collection doit contenir exactement %limit élément.\\\\u0003Cette collection doit contenir exactement %limit éléments.\\\",\\\"The entity must be of type %type.\\\":\\\"L'entité doit être de 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.\\\":\\\"Cette valeur est trop longue. Elle peut contenir jusqu'à %limit caractère.\\\\u0003Cette valeur est trop longue. Elle peut contenir jusqu'à %limit caractères.\\\",\\\"This value is too short. It should have %limit character or more.\\\\u0003This value is too short. It should have %limit characters or more.\\\":\\\"Cette valeur est trop courte. Elle doit au moins contenir %limit caractère.\\\\u0003Cette valeur est trop courte. Elle doit au moins contenir %limit caractères.\\\",\\\"This value should have exactly %limit character.\\\\u0003This value should have exactly %limit characters.\\\":\\\"Cette valeur doit contenir exactement %limit caractère.\\\\u0003Cette valeur doit contenir exactement %limit caractères.\\\",\\\"This value should be of the correct primitive type.\\\":\\\"Cette valeur doit être du type primitif correct.\\\",\\\"%name must be higher than or equal to %min.\\\":\\\"%name doit être supérieur ou égal à %min.\\\",\\\"%name must be lower than or equal to %max.\\\":\\\"%name doit être inférieur ou égal à %max.\\\",\\\"Select the feed that should be displayed\\\":\\\"Sélectionner le flux qui doit être affiché\\\",\\\"Block layout\\\":\\\"Mise en page des blocs\\\",\\\"Creating and managing custom block types\\\":\\\"Création et gestion de types de bloc personnalisés\\\",\\\"The custom block language code.\\\":\\\"Le code de la langue du bloc personnalisé.\\\",\\\"The time that the custom block was last edited.\\\":\\\"L'heure à laquelle le bloc personnalisé a été modifié pour la dernière fois.\\\",\\\"Block category\\\":\\\"Catégorie du bloc\\\",\\\"Hide block if the view output is empty\\\":\\\"Masquer le bloc si le rendu de la vue est vide\\\",\\\"Block empty settings\\\":\\\"Paramètres de bloc vide\\\",\\\"Hide block if no result/empty text\\\":\\\"Masquer le bloc si aucun résultat/texte vide\\\",\\\"Hide the block if there is no result and no empty text and no header/footer which is shown on empty result\\\":\\\"Masquer le bloc s'il n'y a ni résultat ni texte vide ni entête/pied de page affiché en cas de résultat vide\\\",\\\"Enter caption here\\\":\\\"Saisir la légende ici\\\",\\\"Drupal image caption widget\\\":\\\"Widget Drupal de légende d'image\\\",\\\"The number of comments posted on an entity.\\\":\\\"Le nombre de commentaires postés sur une entité.\\\",\\\"The number of comments posted on an entity since the reader last viewed it.\\\":\\\"Le nombre de commentaires publiés sur l'entité depuis que le lecteur l'a consultée.\\\",\\\"The entity the comment was posted to.\\\":\\\"L'entité sur laquelle le commentaire a été posté.\\\",\\\"The @entity_type to which the comment is a reply to.\\\":\\\"Le @entity_type auquel ce commentaire est une réponse.\\\",\\\"The number of comments an entity has.\\\":\\\"Le nombre de commentaires que possède une entité.\\\",\\\"The most recent of last comment posted or entity updated time.\\\":\\\"L'horodatage le plus récent entre le dernier commentaire laissé ou de la dernière mise à jour d'entité.\\\",\\\"Display the last comment of an entity\\\":\\\"Afficher le dernier commentaire d'une entité\\\",\\\"The last comment of an entity.\\\":\\\"Le dernier commentaire d'une entité.\\\",\\\"The User ID of the author of the last comment of an entity.\\\":\\\"L'identifiant (ID) utilisateur de l'auteur du dernier commentaire d'une entité.\\\",\\\"The entity type to which the comment is a reply to.\\\":\\\"Le type de l'entité à laquelle le commentaire est une réponse.\\\",\\\"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.\\\":\\\"Affiche le lien standard d'ajout de commentaire utilisé sur @entity_type, qui sera uniquement affiché si l'utilisateur peut ajouter un commentaire.\\\",\\\"Display nodes only if a user posted the @entity_type or commented on the @entity_type.\\\":\\\"Afficher les nœuds uniquement si l'utilisateur a posté le @entity_type ou commenté sur le @entity_type.\\\",\\\"Comments of the @entity_type using field: @field_name\\\":\\\"Commentaires de @entity_type utilisant le champ : @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.\\\":\\\"Associer tous les commentaires de @entity_type. Ceci créera 1 enregistrement doublon pour chaque commentaire. Généralement si vous avez besoin de cela il est préférable de créer une vue de commentaires.\\\",\\\"Edit comment %title\\\":\\\"Modifier le commentaire %title\\\",\\\"The ID of the entity of which this comment is a reply.\\\":\\\"L'identifiant (ID) de l'entité à laquelle ce commentaire est une réponse.\\\",\\\"The entity type to which this comment is attached.\\\":\\\"Le type d'entité auquel ce commentaire est attaché.\\\",\\\"Comment field name\\\":\\\"Nom du champ commentaire\\\",\\\"The field name through which this comment was added.\\\":\\\"Le nom du champ grâce auquel le commentaire a été ajouté.\\\",\\\"Last comment ID\\\":\\\"Identifiant (ID) du dernier commentaire\\\",\\\"Last comment timestamp\\\":\\\"Horodatage du dernier commentaire\\\",\\\"The time that the last comment was created.\\\":\\\"L'heure à laquelle le dernier commentaire a été créé.\\\",\\\"Last comment name\\\":\\\"Nom du dernier commentaire\\\",\\\"The name of the user posting the last comment.\\\":\\\"Le nom de l'utilisateur ayant posté le dernier commentaire.\\\",\\\"Last comment user ID\\\":\\\"Identifiant (ID) de l'auteur du dernier commentaire\\\",\\\"The number of comments.\\\":\\\"Le nombre de commentaires.\\\",\\\"This field manages configuration and presentation of comments on an entity.\\\":\\\"Ce champ gère la configuration et la présentation des commentaires sur une entité.\\\",\\\"Comment list\\\":\\\"Liste de commentaires\\\",\\\"Show the comment link in the form used on standard entity teasers, rather than the full entity form.\\\":\\\"Afficher le lien pour commenter sur le formulaire des accroches d'entités, plutôt que sur le formulaire complet de l'entité.\\\",\\\"Content language and translation\\\":\\\"Langue du contenu et traduction\\\",\\\"Configure language and translation support for content.\\\":\\\"Configurer la prise en charge de la langue et de la traduction pour le contenu.\\\",\\\"Select source language\\\":\\\"Sélectionner la langue source\\\",\\\"Computed date\\\":\\\"Date calculée\\\",\\\"The computed DateTime object.\\\":\\\"L'objet DateTime calculé.\\\",\\\"Log entries\\\":\\\"Entrées du journal\\\",\\\"Contains a list of log entries.\\\":\\\"Contient une liste d'entrées du journal.\\\",\\\"The user on which the log entry as written.\\\":\\\"L'utilisateur sur lequel l'entrée de journal a été écrite.\\\",\\\"The actual message of the log entry.\\\":\\\"Le message réel de l'entrée du journal.\\\",\\\"The variables of the log entry in a serialized format.\\\":\\\"Les variables de l'entrée de journal dans une mise en forme sérialisée.\\\",\\\"Operation links for the event.\\\":\\\"Liens d'opérations pour l'événement.\\\",\\\"URL of the previous page.\\\":\\\"URL de la page précédente.\\\",\\\"Date when the event occurred.\\\":\\\"Date à laquelle l'évènement a eu lieu.\\\",\\\"Replace variables\\\":\\\"Remplacer les variables\\\",\\\"One file only.\\\\u0003Maximum @count files.\\\":\\\"Un seul fichier.\\\\u0003@count fichiers au maximum.\\\",\\\"Delete forum\\\":\\\"Supprimer le forum\\\",\\\"Configure language support for content.\\\":\\\"Configurer la prise en charge de la langue pour le contenu.\\\",\\\"Managing and displaying link fields\\\":\\\"Gérer et afficher les champs lien\\\",\\\"Adding link text\\\":\\\"Ajout du texte de lien\\\",\\\"In the field settings you can define additional link text to be optional or required in any link field.\\\":\\\"Dans les réglages du champ, vous pouvez définir un lien complémentaire pour être optionnel ou requis dans n'importe quel autre champ.\\\",\\\"Displaying link text\\\":\\\"Affichage du texte de lien\\\",\\\"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 and the URL, choose the appropriate link format from the drop-down menu in the Manage display page. If you only want to display the URL even if link text has been submitted, choose Link as the format, and then change its Format settings to display URL only.\\\":\\\"Si un titre de lien a été renseigné pour une URL, alors ce texte sera affiché en tant que label du lien. Si vous souhaitez afficher à la fois le titre du lien et l'URL, choisissez le widget approprié dans le menu déroulant de la page Gérer l'affichage. Si vous souhaitez uniquement afficher l'URL, même si le titre du lien a été renseigné, choisissez le Widget Lien et, ensuite, changez ses Paramètres de mise en forme pour afficher URL uniquement.\\\",\\\"Adding attributes to links\\\":\\\"Ajout d'attributs aux liens\\\",\\\"You can add attributes to links, by changing the Format settings in the Manage display page. Adding rel=\\\\\\\"nofollow\\\\\\\" notifies search engines that links should not be followed.\\\":\\\"Vous pouvez ajouter des attributs aux liens en modifiant les Paramètres de mise en forme dans la page de Gestion des paramètres. Ajouter rel=\\\\\\\"nofollow\\\\\\\" indique aux moteurs de recherche que les liens ne doivent pas être suivis.\\\",\\\"Validating URLs\\\":\\\"Validation des URLs\\\",\\\"Number (decimal)\\\":\\\"Nombre (décimal)\\\",\\\"Number (float)\\\":\\\"Nombre (flottant)\\\",\\\"Number (integer)\\\":\\\"Nombre (entier)\\\",\\\"Alias for @id\\\":\\\"Alias pour @id\\\",\\\"Raw output for @id\\\":\\\"Rendu brut pour @id\\\",\\\"The Serialization module provides a service for serializing and deserializing data to and from formats such as JSON and XML.\\\":\\\"Le module Serialization fournit un service pour la sérialisation et la désérialisation de données vers et à partir de formats comme JSON et 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.\\\":\\\"La sérialisation est le processus de conversion de structures de données comme les tableaux et les objets en chaînes de caractères. Cela autorise les données à être représentées d'une manière facile à échanger ou à stocker (par exemple, pour une transmission par Internet ou un enregistrement dans un fichier système local). Ces représentations peuvent ensuite être désérialisées pour revenir à l'état d'origine des structures de données.\\\",\\\"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.\\\":\\\"Le sérialiseur sépare ce processus en deux parties. La normalisation convertit un objet en structure de tableau normalisée. L'encodage traite ce tableau et le convertit en chaîne de caractères.\\\",\\\"The uninstall process removes all data related to a module.\\\":\\\"Le processus de désinstallation retire toutes les données relatives à un module.\\\",\\\"The date the term was last updated.\\\":\\\"La date à laquelle le terme a été mis à jour pour la dernière fois.\\\",\\\"The time that the term was last edited.\\\":\\\"Le moment auquel le terme a été modifié pour la dernière fois.\\\",\\\"Managing and displaying telephone fields\\\":\\\"Gérer et afficher les champs de type téléphone.\\\",\\\"Displaying telephone numbers as links\\\":\\\"Afficher le numéro de téléphone sous forme de lien\\\",\\\"The user account %name cannot be canceled.\\\":\\\"Le compte utilisateur %name ne peut pas être annulé.\\\",\\\"The handler for this item is broken or missing. The following details are available:\\\":\\\"Le gestionnaire (handler) de cet élément est défectueux ou manquant. Les détails suivants sont disponibles :\\\",\\\"Default actions\\\":\\\"Actions par défaut\\\",\\\"Grouping @id\\\":\\\"Grouper @id\\\",\\\"Columns for @field\\\":\\\"Colonnes de @field\\\",\\\"Sortable for @field\\\":\\\"Triable par @field\\\",\\\"Default sort order for @field\\\":\\\"Ordre de tri par défaut pour @field\\\",\\\"Default sort for @field\\\":\\\"Tri par défaut pour @field\\\",\\\"Alignment for @field\\\":\\\"Alignement de @field\\\",\\\"Separator for @field\\\":\\\"Séparateur pour @field\\\",\\\"Hide empty column for @field\\\":\\\"Cacher la colonne de @field quand elle est vide\\\",\\\"Responsive setting for @field\\\":\\\"Paramètre adaptatif pour @field\\\",\\\"No default sort\\\":\\\"Aucun tri par défaut\\\",\\\"Page display settings\\\":\\\"Paramètres d'affichage de la page\\\",\\\"Block display settings\\\":\\\"Paramètres d'affichage du bloc\\\",\\\"View basic information\\\":\\\"Visualiser les informations basiques\\\",\\\"Always show the master (default) display\\\":\\\"Toujours afficher l'affichage principal (master)\\\",\\\"Allow embedded displays\\\":\\\"Autoriser les affichages intégrés\\\",\\\"Embedded displays can be used in code via views_embed_view().\\\":\\\"Les affichages intégrés peuvent être utilisés via la fonction views_embed_view().\\\",\\\"Show SQL query\\\":\\\"Afficher la requête SQL\\\",\\\"Remove @title\\\":\\\"Supprimer @title\\\",\\\"Weight for @id\\\":\\\"Poids de @id\\\",\\\"Group for @id\\\":\\\"Groupé par @id\\\",\\\"Remove @id\\\":\\\"Supprimer @id\\\",\\\"PHP date format\\\":\\\"Format PHP de la date\\\",\\\"@group: @title\\\":\\\"@group : @title\\\",\\\"Media types\\\":\\\"Types de média\\\",\\\"Not fully protected\\\":\\\"Pas entièrement protégé\\\",\\\"Could not load the form for @field-label, either due to a website problem or a network connection problem.
Please try again.\\\":\\\"Impossible de charger le formulaire de @field-label, soit à cause d'un problème dans le site web, soit à cause d'un problème de connexion réseau.
Veuillez réessayer.\\\",\\\"Your changes to @entity-title could not be saved, either due to a website problem or a network connection problem.
Please try again.\\\":\\\"Vos modifications dans @entity-title n'ont pas pu être enregistrées, soit à cause d'un problème dans le site web, soit à cause d'un problème de connexion réseau.
Veuillez recommencer.\\\",\\\"Reset your password\\\":\\\"Réinitialiser votre mot de passe\\\",\\\"Number of new comments\\\":\\\"Nombre de nouveaux commentaires\\\",\\\"Lists (Views)\\\":\\\"Listes (Views)\\\",\\\"Move a button into the Active toolbar to enable it, or into the list of Available buttons 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.\\\":\\\"Déplacer un bouton dans la Barre d'outils active pour l'activer, ou dans la liste des Boutons disponibles pour le désactiver. Les boutons peuvent être déplacés avec la souris ou les flèches du clavier. Les groupes de boutons permettent d'aider les utilisateurs de lecteur d'écran. Les barres d'outils vides seront supprimées à l'enregistrement.\\\",\\\"Button divider\\\":\\\"Bouton diviseur\\\",\\\"CKEditor toolbar and button configuration.\\\":\\\"Configuration de la barre d'outils et des boutons de CKEditor.\\\",\\\"Hide group names\\\":\\\"Masquer les noms des groupes\\\",\\\"Show group names\\\":\\\"Afficher les noms des groupes\\\",\\\"@groupName button group in position @position of @positionCount in row @row of @rowCount.\\\":\\\"Groupe de boutons @groupName à la position @position de @positionCount à la ligne @row de @rowCount.\\\",\\\"Press the down arrow key to create a new row.\\\":\\\"Appuyer sur la touche \\\\\\\"flèche du bas\\\\\\\" pour créer une nouvelle ligne.\\\",\\\"@name @type.\\\":\\\"@name @type.\\\",\\\"Press the down arrow key to activate.\\\":\\\"Appuyer sur la touche \\\\\\\"flèche du bas\\\\\\\" pour activer.\\\",\\\"@name @type in position @position of @positionCount in @groupName button group in row @row of @rowCount.\\\":\\\"@name @type à la position @position de @positionCount dans le groupe de boutons @groupName à la ligne @row de @rowCount.\\\",\\\"Press the down arrow key to create a new button group in a new row.\\\":\\\"Presser la touche flèche bas pour créer un nouveau groupe de bouton dans une nouvelle ligne.\\\",\\\"This is the last group. Move the button forward to create a new group.\\\":\\\"Ceci est le dernier groupe. Déplacer le bouton vers l'avant pour créer un nouveau groupe.\\\",\\\"The \\\\\\\"@name\\\\\\\" button is currently enabled.\\\":\\\"Le bouton \\\\\\\"@name\\\\\\\" est actuellement activé.\\\",\\\"Use the keyboard arrow keys to change the position of this button.\\\":\\\"Utiliser les flèches du clavier pour changer la position de ce bouton.\\\",\\\"Press the up arrow key on the top row to disable the button.\\\":\\\"Appuyer sur la touche flèche du haut sur la ligne du haut pour désactiver le bouton.\\\",\\\"The \\\\\\\"@name\\\\\\\" button is currently disabled.\\\":\\\"Le bouton \\\\\\\"@name\\\\\\\" est actuellement désactivé.\\\",\\\"Use the down arrow key to move this button into the active toolbar.\\\":\\\"Utiliser la touche \\\\\\\"flèche du bas\\\\\\\" pour déplacer ce bouton dans la barre d'outils active.\\\",\\\"This @name is currently enabled.\\\":\\\"Ce @name est actuellement activé.\\\",\\\"Use the keyboard arrow keys to change the position of this separator.\\\":\\\"Utiliser les flèches du clavier pour changer la position de ce séparateur.\\\",\\\"Separators are used to visually split individual buttons.\\\":\\\"Les séparateurs sont utilisés pour séparer visuellement des boutons individuels.\\\",\\\"This @name is currently disabled.\\\":\\\"Ce @name est actuellement désactivé\\\",\\\"Use the down arrow key to move this separator into the active toolbar.\\\":\\\"Utiliser la touche \\\\\\\"flèche du bas\\\\\\\" pour déplacer ce séparateur dans la barre d'outils active.\\\",\\\"You may add multiple separators to each button group.\\\":\\\"Vous pouvez ajouter plusieurs séparateurs à chaque groupe de boutons.\\\",\\\"Please provide a name for the button group.\\\":\\\"Veuillez fournir un nom pour le groupe de boutons.\\\",\\\"Button group name\\\":\\\"Nom du groupe de boutons\\\",\\\"Editing the name of the new button group in a dialog.\\\":\\\"Modification du nom du nouveau groupe de boutons dans une boîte de dialogue.\\\",\\\"Editing the name of the \\\\\\\"@groupName\\\\\\\" button group in a dialog.\\\":\\\"Modification du nom du groupe de boutons @groupName dans une boîte de dialogue.\\\",\\\"Place a button to create a new button group.\\\":\\\"Placer un bouton pour créer un nouveau groupe de boutons.\\\",\\\"Add a CKEditor button group to the end of this row.\\\":\\\"Ajouter un groupe de boutons CKEditor à la fin de cette ligne.\\\",\\\"Configuration type\\\":\\\"Type de configuration\\\",\\\"Here is your configuration:\\\":\\\"Voici votre configuration :\\\",\\\"Are you sure you want to update the %name @type?\\\":\\\"Êtes-vous sûr de vouloir mettre à jour le/la @type %name ?\\\",\\\"Missing ID key \\\\\\\"@id_key\\\\\\\" for this @entity_type import.\\\":\\\"Clé ID \\\\\\\"@id_key\\\\\\\" manquant pour l'importation de @entity_type.\\\",\\\"An entity with this machine name already exists but the import did not specify a UUID.\\\":\\\"Une entité avec ce nom machine existe déjà mais l'import n'a pas spécifié d'identifiant universel (UUID).\\\",\\\"An entity with this machine name already exists but the UUID does not match.\\\":\\\"Une entité avec ce nom machine existe déjà mais son UUID ne correspond pas.\\\",\\\"An entity with this UUID already exists but the machine name does not match.\\\":\\\"Une entité avec cet UUID existe déjà mais le nom machine ne correspond pas.\\\",\\\"Configuration translation\\\":\\\"Traduction de la configuration\\\",\\\"Translate the configuration.\\\":\\\"Traduire la configuration.\\\",\\\"@label fields\\\":\\\"Champs @label\\\",\\\"Enter block, theme or category\\\":\\\"Saisir un bloc, un thème ou une catégorie\\\",\\\"Enter a part of the block, theme or category to filter by.\\\":\\\"Saisir une partie du bloc, thème ou catégorie pour filtrer.\\\",\\\"Translations for %label\\\":\\\"Traductions de %label\\\",\\\"@language (original)\\\":\\\"@language (original)\\\",\\\"Enter label\\\":\\\"Saisir une étiquette\\\",\\\"Enter a part of the label or description to filter by.\\\":\\\"Saisir une partie de l'étiquette ou de la description pour filtrer.\\\",\\\"Enter field or @bundle\\\":\\\"Saisir un champ ou @bundle\\\",\\\"Enter a part of the field or @bundle to filter by.\\\":\\\"Saisir une partie du champ ou @bundle pour filtrer.\\\",\\\"Add @language translation for %label\\\":\\\"Ajouter une traduction @language pour %label\\\",\\\"Successfully saved @language translation.\\\":\\\"Traduction en @language enregistrée avec succès.\\\",\\\"@language translation of %label was deleted\\\":\\\"La traduction en @language de %label a été supprimée\\\",\\\"Edit @language translation for %label\\\":\\\"Modifier la traduction en @language pour %label\\\",\\\"Successfully updated @language translation.\\\":\\\"La traduction en @language a été mise à jour avec succès.\\\",\\\"(Empty)\\\":\\\"(Vide)\\\",\\\"Feed channel\\\":\\\"Canal de flux\\\",\\\"About text formats\\\":\\\"À propos des formats de texte\\\",\\\"Are you sure you want to apply the updated %name image effect to all images?\\\":\\\"Êtes-vous certains de vouloir appliquer l'effet d'image %name mis à jour à toutes les images ?\\\",\\\"This operation does not change the original images but the copies created for this style will be recreated.\\\":\\\"Cette opération ne change pas les images originelles mais les copies créées pour ce style seront recréées.\\\",\\\"The image style %name has been flushed.\\\":\\\"Le style d'image %name a été vidé.\\\",\\\"Image to be shown if no image is uploaded.\\\":\\\"Image à afficher si aucune image n'est transférée.\\\",\\\"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\\\\\\\".\\\":\\\"Le nom système doit être unique, et ne peut contenir que des lettres minuscules, des nombres, et des tirets bas. De plus, il ne peut être le mot réservé \\\\\\\"custom\\\\\\\".\\\",\\\"- Restricted access -\\\":\\\"- Accès restreint -\\\",\\\"Workflow type\\\":\\\"Type de processus\\\",\\\"Display block title\\\":\\\"Affichage du titre du bloc\\\",\\\"List of items\\\":\\\"Liste d'éléments\\\",\\\"The ID of the feed item.\\\":\\\"L'identifiant (ID) de l'élément de flux.\\\",\\\"Placing and moving blocks\\\":\\\"Placement et déplacement des blocs\\\",\\\"Demonstrating block regions for a theme\\\":\\\"Aperçu des régions des blocs pour un thème\\\",\\\"Toggling between different themes\\\":\\\"Basculer entre différents thèmes\\\",\\\"Configuring block settings\\\":\\\"Configuration des paramètres de bloc\\\",\\\"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 Visibility settings of the block configuration.\\\":\\\"Vous pouvez contrôler la visibilité d'un bloc en la restreignant à certaines pages, certains types de contenus et/ou rôles, en choisissant les paramètres adéquats dans la section Visibilité de la page de configuration du bloc.\\\",\\\"Adding custom blocks\\\":\\\"Ajout de blocs personnalisés\\\",\\\"Custom block ID\\\":\\\"Identifiant (ID) du bloc personnalisé\\\",\\\"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.\\\":\\\"À moins que vous ne rencontriez des problèmes de pagination liée à ce champ, vous devriez le laisser à 0. Si votre page utilise des paginations multiples, vous pourrez définir une valeur supérieur pour ce nombre afin d'éviter tout conflit dans le tableau ?page=. Les valeurs élevées ajouteront beaucoup de virgules dans vos URLs, éviter cela autant que possible.\\\",\\\"Pager ID: @id\\\":\\\"Identifiant (ID) de pagination : @id\\\",\\\"Enter the name of the configuration file without the .yml extension. (e.g. system.site)\\\":\\\"Saisir le nom du fichier de configuration sans l'extension .yml (par ex. system.site).\\\",\\\"The email of the person that is sending the contact message.\\\":\\\"Le courriel de la personne qui envoie le message de contact.\\\",\\\"Relate file entities to their usage.\\\":\\\"Relier les entités fichiers à leur utilisation.\\\",\\\"Managing and displaying file fields\\\":\\\"Gestion et affichage des champs fichier\\\",\\\"Allowing file extensions\\\":\\\"Autoriser les extensions de fichier\\\",\\\"In the field settings, you can define the allowed file extensions (for example pdf docx psd) for the files that will be uploaded with the file field.\\\":\\\"Dans les paramètres du champ, vous pouvez définir les extensions de fichier autorisées (par exemple pdf docx psd) pour les fichiers qui seront transférés avec le champ fichier.\\\",\\\"Restricting the maximum file size\\\":\\\"Restriction de la taille maximum du fichier\\\",\\\"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 Maximum upload size setting. The maximum file size is automatically displayed to users in the help text of the file field.\\\":\\\"La taille maximale des fichiers que les utilisateurs peuvent transférer est limitée par les paramètres PHP du serveur, mais vous pouvez la restreindre en saisissant la valeur souhaitée dans le paramètre Taille maximale de transfert. Cette taille maximale est automatiquement affichée dans le texte d'aide du champ fichier.\\\",\\\"Displaying files and descriptions\\\":\\\"Affichage des fichiers et des 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:
  • Generic file displays links to the files and adds icons that symbolize the file extensions. If descriptions are enabled and have been submitted, then the description is displayed instead of the file name.
  • URL to file displays the full path to the file as plain text.
  • Table of files lists links to the files and the file sizes in a table.
  • RSS enclosure only displays the first file, and only in a RSS feed, formatted according to the RSS 2.0 syntax for enclosures.
A file can still be linked to directly by its URI even if it is not displayed.\\\":\\\"Dans les paramètres du champ, vous pouvez permettre à l'utilisateur de décider si chaque fichier est affiché ou non. Dans les paramètres d'affichage, vous pouvez alors choisir l'un des formats suivants :
  • Fichier générique affiche des liens vers les fichiers et ajoute des icônes qui symbolisent l'extension du fichier. Si la description est activée et renseignée, alors elle est affichée en lieu et place du nom de fichier.
  • URL du fichier affiche le chemin complet du fichier en texte brut.
  • Tableau de fichiers affiche les liens vers les fichiers et leur taille dans un tableau.
  • Balise enclosure RSS affiche uniquement le premier fichier et dans un flux RSS, formaté selon la syntaxe RSS 2.0 pour balises enclosures.
On peut toujours accéder directement à un fichier en utilisant son URI, même s'il n'est pas affiché.\\\",\\\"Flag to control whether this file should be displayed when viewing content\\\":\\\"Marqueur pour contrôler si ce fichier doit être affiché lors de l'affichage du contenu ou non.\\\",\\\"The log entry explaining the changes in this revision.\\\":\\\"L'entrée de journal expliquant les changements dans cette révision.\\\",\\\"At least one authentication provider must be defined for resource @id\\\":\\\"Au moins un fournisseur d'authentification doit être défini pour la ressource @id\\\",\\\"At least one format must be defined for resource @id\\\":\\\"Au moins un format doit être défini pour la ressource @id\\\",\\\"The ID of the shortcut.\\\":\\\"L'identifiant du raccourci.\\\",\\\"The UUID of the shortcut.\\\":\\\"L'UUID du raccourci.\\\",\\\"The bundle of the shortcut.\\\":\\\"Le paquet du raccourci.\\\",\\\"Weight among shortcuts in the same shortcut set.\\\":\\\"Poids parmi les raccourcis dans le même ensemble de raccourcis.\\\",\\\"Route name\\\":\\\"Nom de la route\\\",\\\"The language code of the shortcut.\\\":\\\"Le code de langue du raccourci.\\\",\\\"Shortcut link\\\":\\\"Lien de raccourci\\\",\\\"Rebuild access\\\":\\\"Reconstruire les accès\\\",\\\"The rebuild_access setting is enabled in settings.php. It is recommended to have this setting disabled unless you are performing a rebuild.\\\":\\\"Le paramètre rebuild_access est activé dans le fichier settings.php. Il est recommandé de le désactiver à moins que vous ne soyez en cours de reconstruction.\\\",\\\"Relate nodes to taxonomy terms, specifying which vocabulary or vocabularies to use. This relationship will cause duplicated records if there are multiple terms.\\\":\\\"Associer les nœuds aux termes de taxonomie en précisant quel(s) vocabulaire(s) utiliser. Cette relation entraînera des enregistrements en double s'il y a plusieurs termes.\\\",\\\"Taxonomy term ID\\\":\\\"Identifiant (ID) du terme de taxonomie\\\",\\\"Taxonomy term name\\\":\\\"Nom du terme de taxonomie\\\",\\\"Return to site content\\\":\\\"Retourner au contenu du site\\\",\\\"Preferred admin language code\\\":\\\"Code de la langue d'administration préférée\\\",\\\"The user's preferred language code for receiving emails and viewing the site.\\\":\\\"Le code de la langue préférée de l'utilisateur pour recevoir des courriels et consulter le site.\\\",\\\"Preferred language code\\\":\\\"Code de la langue préférée\\\",\\\"The user's preferred language code for viewing administration pages.\\\":\\\"Le code de la langue préférée de l'utilisateur pour voir les pages d'administration.\\\",\\\"The name of this user.\\\":\\\"Le nom de cet utilisateur.\\\",\\\"The password of this user (hashed).\\\":\\\"Le mot de passe (haché) de cet utilisateur.\\\",\\\"The email of this user.\\\":\\\"L'adresse de courriel de cet utilisateur.\\\",\\\"The timezone of this user.\\\":\\\"Le fuseau horaire de cet utilisateur.\\\",\\\"The time that the user was created.\\\":\\\"L'heure à laquelle l'utilisateur a été créé.\\\",\\\"Initial email\\\":\\\"Courriel initial\\\",\\\"User ID from route context\\\":\\\"Identifiant (ID) utilisateur depuis le contexte de la route\\\",\\\"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 views.\\\":\\\"Le module Views fournit une administration pour extraire les informations d'un contenu, de comptes utilisateurs, de termes de taxonomies, et autres entitées de la base de données et les présente aux utilisateurs sous forme de grille, liste HTML, tableau, liste non-formatée, etc. Les résultats affichés sont généralement apellés vues.\\\",\\\"Adding functionality to administrative pages\\\":\\\"Ajouter des fonctionnalités aux pages d'administration\\\",\\\"The Views module adds functionality to some core administration pages. For example, admin/content uses Views to filter and sort content. With Views uninstalled, admin/content is more limited.\\\":\\\"Le module Views ajoute des fonctionnalités à certaines pages d'administration du cœur. Par exemple, admin/content utilise Views pour filtrer et trier le contenu. Avec Views désinstallé, admin/content est plus limité.\\\",\\\"Expanding Views functionality\\\":\\\"Étendre les fonctionnalités de Views\\\",\\\"Changing the title here means it cannot be dynamically altered anymore.\\\":\\\"Modifier le titre ici implique qu'il ne pourra plus être modifié dynamiquement.\\\",\\\"Validate user has access to the %name\\\":\\\"Valider que l'utilisateur a accès à %name\\\",\\\"Multiple arguments\\\":\\\"Arguments multiples\\\",\\\"Single ID\\\":\\\"Identifiant (ID) unique\\\",\\\"One or more IDs separated by , or +\\\":\\\"Un ou plusieurs identifiants (IDs) séparés par , ou +\\\",\\\"Tag based\\\":\\\"Basé sur les mots-clés\\\",\\\"Tag based caching of data. Caches will persist until any related cache tags are invalidated.\\\":\\\"Cache des données basé sur l'étiquette. Les caches persisteront jusqu'à ce qu'une de ces étiquettes de cache ne soient invalidées.\\\",\\\"Name and description\\\":\\\"Nom et description\\\",\\\"Administrative tags\\\":\\\"Mots-clés administratifs\\\",\\\"Enter a comma-separated list of words to describe your view.\\\":\\\"Saisir une liste de mots séparés par des virgules pour décrire votre vue.\\\",\\\"Defines a field type for telephone numbers.\\\":\\\"Définit un type de champ pour les numéros de téléphone.\\\",\\\"The aggregator feed UUID.\\\":\\\"Le UUID du flux d'agrégateur.\\\",\\\"simple configuration\\\":\\\"Configuration simple\\\",\\\"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.\\\":\\\"La configuration en attente ne peut pas être importée car elle provient d'un site différent de celui-ci. Vous pouvez uniquement synchroniser la configuration entre des instances clonées de ce site.\\\",\\\"The date the file created.\\\":\\\"La date de création du fichier.\\\",\\\"The timestamp that the file was created.\\\":\\\"L'horodatage auquel le fichier a été créé.\\\",\\\"The timestamp that the file was last changed.\\\":\\\"L'horodatage auquel le fichier a été modifié pour la dernière fois.\\\",\\\"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.\\\":\\\"Aucune boîte à outils image n'est configurée sur le site. Vérifier les extensions PHP installées ou ajouter une boîte à outils conçue pour fonctionner sans extension PHP. Assurez-vous qu'au moins une boîte à outils image est activée.\\\",\\\"Language based on a selected language.\\\":\\\"Langue basée sur une langue sélectionnée.\\\",\\\"Menu links with lower weights are displayed before links with higher weights.\\\":\\\"Les liens de menu ayant un poids plus faible sont affichés avant ceux ayant un poids plus élevé.\\\",\\\"The name of the user role.\\\":\\\"Le nom du rôle utilisateur.\\\",\\\"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.\\\":\\\"L'influence est un multiplicateur numérique utilisé dans le tri des résultats de recherche. Un nombre plus élevé signifie que le facteur correspondant a plus d'influence sur les résultats de la recherche; zéro signifie que le facteur est ignoré. La modification de ce nombre ne nécessite pas de reconstruire l'index. Les modifications prennent effet immédiatement.\\\",\\\"Search page type\\\":\\\"Type de page de recherche\\\",\\\"- Choose page type -\\\":\\\"- Choisir un type de page -\\\",\\\"No search pages have been configured.\\\":\\\"Aucune page de recherche n'a été configurée.\\\",\\\"You must select the new search page type.\\\":\\\"Vous devez sélectionner le nouveau type de page de recherche.\\\",\\\"Edit %label search page\\\":\\\"Modifier la page de recherche %label\\\",\\\"The %label search page has been enabled.\\\":\\\"La page de recherche %label a été activée.\\\",\\\"The %label search page has been disabled.\\\":\\\"La page de recherche %label a été désactivée.\\\",\\\"The default search page is now %label. Be sure to check the ordering of your search pages.\\\":\\\"La page de recherche par défaut est maintenant %label. Assurez-vous d'avoir vérifié l'ordre de vos pages de recherche.\\\",\\\"The %label search page has been added.\\\":\\\"La page de recherche %label a été ajoutée.\\\",\\\"Save search page\\\":\\\"Enregistrer la page de recherhce\\\",\\\"The %label search page has been updated.\\\":\\\"La page de recherche %label a été mise à jour.\\\",\\\"The label for this search page.\\\":\\\"L'étiquette de cette page de recherche.\\\",\\\"The search page path must be unique.\\\":\\\"Le chemin de la page de recherche doit être unique.\\\",\\\"Managing and displaying text fields\\\":\\\"Gestion et affichage des champs texte\\\",\\\"Creating short text fields\\\":\\\"Création de champs texte courts\\\",\\\"Creating long text fields\\\":\\\"Création de champs texte longs\\\",\\\"Trimming the text length\\\":\\\"Troncature de la longueur du texte\\\",\\\"On the Manage display page you can choose to display a trimmed version of the text, and if so, where to cut off the text.\\\":\\\"Sur la page Gérer l'affichage, vous pouvez choisir d'afficher une version tronquée du texte, et où le couper.\\\",\\\"Displaying summaries instead of trimmed text\\\":\\\"Affichage de résumés à la place du texte tronqué\\\",\\\"Using text formats and editors\\\":\\\"Utilisation des formats de texte et des éditeurs\\\",\\\"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\\\":\\\"Cette vue sera affichée lors de la visite de ce chemin sur votre site. Vous pouvez utiliser \\\\\\\"%\\\\\\\" dans votre URL pour représenter les valeurs qui seront utilisées comme filtres contextuels : par exemple, \\\\\\\"node/%/feed\\\\\\\". Si nécessaire, vous pouvez même utiliser un nom de route tel que taxonomy/term/%taxonomy_term comme paramètre\\\",\\\"State label\\\":\\\"Étiquette de l'état\\\",\\\"%name: may not be longer than @max characters.\\\":\\\"%name : ne peut dépasser @max caractères.\\\",\\\"OPML integration\\\":\\\"Intégration OPML\\\",\\\"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.\\\":\\\"Un point de rupture divise la hauteur ou la largeur de la fenêtre (viewport) (écrans, imprimantes et autres types de média d'affichage) en \\\\\\\"étapes\\\\\\\". Par exemple, un point de rupture avec une largeur de 40em définit deux \\\\\\\"étapes\\\\\\\" : une pour les largeurs jusqu'à 40em, une autre pour les largeurs supérieures à 40em. Les points de rupture peuvent servir à déterminer quand la mise en page doit changer, quand les images devraient être redimensionnées et tout autres changements nécessaires à l'adaptation aux variations de dimensions de la fenêtre (viewport).\\\",\\\"Resolution multiplier\\\":\\\"Multiplicateur de résolution\\\",\\\"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 device-independent pixel 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.\\\":\\\"Les multiplicateurs de résolution sont une mesure de la résolution d'appareil de la fenêtre (viewport), définis pour être un rapport entre la taille physique du pixel de l'appareil actif et la taille en pixel indépendante de l'appareil. Le module Breakpoint définit des multiplicateurs de 1, 1.5 et 2 : lors de la définition de points de rupture, les modules et les thèmes peuvent définir quels multiplicateurs appliquer à chaque point de rupture.\\\",\\\"Defining breakpoints and breakpoint groups\\\":\\\"Définition des points de rupture et des groupes de points de rupture.\\\",\\\"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.\\\":\\\"Les modules et les thèmes peuvent utiliser l'API fournie par le module Breakpoint pour définir des points de rupture et des groupes de points de rupture ainsi que pour assigner des multiplicateurs de résolution à des points de rupture.\\\",\\\"Changing the text format to %text_format will permanently remove content that is not allowed in that text format.

Save your changes before switching the text format to avoid losing data.\\\":\\\"Basculer le format de texte en %text_format retirera définitivement le contenu qui n'est pas autorisé dans ce format de texte.

Pour éviter de perdre des données, enregistrez vos changements avant de basculer le format de texte.\\\",\\\"Change text format?\\\":\\\"Changer le format de texte ?\\\",\\\"Entity view display\\\":\\\"Entité d'affichage\\\",\\\"Managing and displaying entity reference fields\\\":\\\"Gérer et afficher les champs de référence à une entité\\\",\\\"Selecting reference type\\\":\\\"Sélectionner un type de référence\\\",\\\"In the field settings you can select which entity type you want to create a reference to.\\\":\\\"Dans la configuration du champ vous pouvez sélectionner vers quel type d'entité vous pouvez créer une référence.\\\",\\\"Filtering and sorting reference fields\\\":\\\"Filtre et tri des champs de référence\\\",\\\"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.\\\":\\\"En fonction du type d'entité sélectionné, des filtres et des options de tris supplémentaire sont disponibles pour la liste des entités à référencer, dans le paramétrage du champ. Par exemple, la liste des utilisateurs peut être filtrée par rôle et triée par nom ou identifiant.\\\",\\\"Displaying a reference\\\":\\\"Afficher une référence\\\",\\\"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.\\\":\\\"Une référence à une entité peut être affichée comme une simple étiquette avec ou sans lien vers l'entité. L'entité référencée peut aussi être affichée sous sa forme de résumé (ou avec un autre mode d'affichage disponible) dans le contexte de l'entité qui la référence.\\\",\\\"Managing text formats\\\":\\\"Gestion des formats de texte\\\",\\\"Assigning roles to text formats\\\":\\\"Assignation de rôles aux formats de texte\\\",\\\"Selecting filters\\\":\\\"Sélection des filtres\\\",\\\"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.\\\":\\\"Chaque filtre peut disposer d'options de configuration supplémentaires. Par exemple, pour le filtre \\\\\\\"Limiter les balises HTML autorisées\\\\\\\" vous devez définir la liste des balises HTML que le filtre laisse dans le texte.\\\",\\\"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.\\\":\\\"Lorsqu'un utilisateur crée ou modifie la valeur d'un champ permettant l'usage des formats de texte, il peut sélectionner le format dans la liste des formats de texte affichée sous le champ.\\\",\\\"Import behavior\\\":\\\"Comportement de l'import\\\",\\\"The keywords to search for.\\\":\\\"Les mots-clés à rechercher.\\\",\\\"Managing and displaying list fields\\\":\\\"Gestion et affichage des champs listes\\\",\\\"Defining option keys and labels\\\":\\\"Définition des clés et étiquettes des options\\\",\\\"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.\\\":\\\"Quand vous définissez les options d'une liste vous pouvez définir une clé et une etiquette pour chaque option dans la liste. L'etiquette sera montré aux utilisateurs tandis que la clé sera stockée dans la base de données.\\\",\\\"Choosing list field type\\\":\\\"Choix du type de champ liste\\\",\\\"There are three types of list fields, which store different types of data: float, integer or, text. The float type allows storing approximate decimal values. The integer type allows storing whole numbers, such as years (for example, 2012) or values (for example, 1, 2, 5, 305). The text 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.\\\":\\\"Il existe 3 différents types de champs liste, qui stockent différents types de donnée : flottant, entier ou texte. Le type flottant permet le stockage de valeurs décimales approximatives. Le type entier permet le stockage de nombres, comme des années (par exemple 2012) ou des valeurs (par exemple 1, 2, 3, 305). Le type de champ liste de texte permet le stockage de valeurs textes. Quelque soit le type de champ liste que vous choisissez, vous pouvez définir l'étiquette désirée pour une entrée de donnée.\\\",\\\"Simpletest site directory\\\":\\\"Répertoire du site simpletest\\\",\\\"Dependency of required module @module\\\":\\\"Dépendance du module requis @module\\\",\\\"Some of the pending updates cannot be applied because their dependencies were not met.\\\":\\\"Certaines mises à jour en attente ne peuvent pas être appliquées car leurs dépendances ne sont pas respectées.\\\",\\\"The vocabulary to which the term is assigned.\\\":\\\"Le vocabulaire auquel le terme est assigné.\\\",\\\"Viewing tours\\\":\\\"Voir les visites\\\",\\\"If a tour is available on a page, a Tour 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 Next button in the tip. To see a tour users must have the permission Access tour and JavaScript must be enabled in the browser\\\":\\\"Si une visite est disponible sur une page, un bouton Tour sera visible dans la barre d'outils. Si vous cliquez sur ce bouton, la première infobulle de la visite apparaîtra. La visite continue après avoir cliqué sur le bouton Suivant dans l'infobulle. Pour voir une visite, les utilisateurs doivent avoir la permission Accéder à la visite et javascript doit être activé dans le navigateur\\\",\\\"Creating tours\\\":\\\"Création de visites guidées\\\",\\\"Managing user account fields\\\":\\\"Gérer les champs des comptes utilisateurs\\\",\\\"Missing profile parameter.\\\":\\\"Il manque un paramètre de profil.\\\",\\\"An entity field containing a UNIX timestamp of when the entity has been last updated.\\\":\\\"Un champ d'entitité contenant un timestamp UNIX correspondant à la dernière mise à jour de l'entitité.\\\",\\\"An entity field containing a UNIX timestamp of when the entity has been created.\\\":\\\"Un champ d'entitité contenant un timestamp UNIX correspondant à la création de l'entitité.\\\",\\\"An entity field for storing a serialized array of values.\\\":\\\"Un champ d'entité pour stocker des tableaux de valeurs sérialisés.\\\",\\\"Timestamp value\\\":\\\"Valeur de l'horodatage\\\",\\\"An entity field containing a UNIX timestamp value.\\\":\\\"A champ d'entité contenant une valeur d'horodatage UNIX.\\\",\\\"Default PHP mailer\\\":\\\"Serveur de courriel PHP par défaut\\\",\\\"Sends the message as plain text, using PHP's native mail() function.\\\":\\\"Envoi le mail en texte brut, en utilisant la fonction mail() native de PHP.\\\",\\\"Mail collector\\\":\\\"Collecteur de courriels\\\",\\\"Does not send the message, but stores it in Drupal within the state system. Used for testing.\\\":\\\"N'envoie pas le message, mais le stocke dans Drupal dans le système d'états. Utilisé pour les tests.\\\",\\\"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.\\\":\\\"Les livres peuvent être créés en de manière collaborative, en permettant aux utilisateurs disposant des droits appropriés d'ajouter des pages dans les livres existants, et d'ajouter ces pages dans une table des matières personnalisée.\\\",\\\"Synchronizing configuration\\\":\\\"Synchronisation de la configuration\\\",\\\"Starting configuration synchronization.\\\":\\\"Début de la synchronisation de la configuration.\\\",\\\"Configuration synchronization has encountered an error.\\\":\\\"La synchronisation de configuration a rencontré une erreur.\\\",\\\"Nothing to export.\\\":\\\"Rien à exporter.\\\",\\\"Tried to map @prefix to @namespace, but @prefix is already mapped to @orig_namespace.\\\":\\\"Tentative pour associer @prefix à @namespace mais @prefix est déjà associé à @orig_namespace.\\\",\\\"Administer responsive images\\\":\\\"Administrer les images adaptatives\\\",\\\"Defined on the Appearance or Theme Settings page. You do not have the appropriate permissions to change the site logo.\\\":\\\"Défini sur les pages Apparence ou Paramètres du thème. Vous n'avez pas les droits appropriés pour changer le logo du site.\\\",\\\"Defined on the Site Information page. You do not have the appropriate permissions to change the site logo.\\\":\\\"Défini sur la page Information du Site. Vous n'avez pas les autorisations vous permettant de changer le logo du site.\\\",\\\"Toggle branding elements\\\":\\\"Activer/désactiver les éléments à afficher\\\",\\\"Choose which branding elements you want to show in this block instance.\\\":\\\"Choisissez les éléments de marque que vous voulez montrer dans cette instance de bloc.\\\",\\\"Site branding\\\":\\\"Marque du site\\\",\\\"Rendering language\\\":\\\"Langue lors du rendu\\\",\\\"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).\\\":\\\"L'option \\\\\\\"@name\\\\\\\" doit contenir une valeur valide. Vous pouvez laisser le champ texte vide ou saisir une chaîne telle que \\\\\\\"512\\\\\\\" (octets), \\\\\\\"80 KB\\\\\\\" (kilo-octets) ou \\\\\\\"50 MB\\\\\\\" (méga-octets).\\\",\\\"Form build-id mismatch detected while attempting to store a form in the cache.\\\":\\\"Une incohérence de l'identifiant du formulaire a été détectée lors de la tentative d'enregistrement dans le cache.\\\",\\\"Synchronizing configuration: @op @name.\\\":\\\"Synchronisation de la configuration : @op @name.\\\",\\\"Unexpected error during import with operation @op for @name: @message\\\":\\\"Erreur inattendue lors de l'importation avec l'opération @op pour @name : @message\\\",\\\"Deleted and replaced configuration \\\\\\\"@name\\\\\\\"\\\":\\\"La configuration \\\\\\\"@name\\\\\\\" a été supprimée et remplacée\\\",\\\"Update target \\\\\\\"@name\\\\\\\" is missing.\\\":\\\"Cible de la mise à jour \\\\\\\"@name\\\\\\\" manquante.\\\",\\\"The config name @config_name is invalid.\\\":\\\"@config_name est un nom de configuration non valide.\\\",\\\"%name: The integer must be larger or equal to %min.\\\":\\\"%name : le nombre doit être supérieur ou égal à %min.\\\",\\\"Size of URI field\\\":\\\"Taille du champ URI\\\",\\\"URI field\\\":\\\"Champ URI\\\",\\\"Are you sure you want to delete all items from the feed %feed?\\\":\\\"Êtes-vous sûr(e) de vouloir supprimer tous les éléments du flux %feed ?\\\",\\\"The news items from %site have been deleted.\\\":\\\"Les éléments d'actualité de %site ont été supprimés.\\\",\\\"A brief description of your block.\\\":\\\"Une brève description de votre bloc.\\\",\\\"no caching\\\":\\\"pas de mise en cache\\\",\\\"Custom Entity ID\\\":\\\"Identifiant (ID) d'entité personnalisée\\\",\\\"Specify a custom entity ID. This will override the entity ID in the configuration above.\\\":\\\"Spécifier un identifiant (ID) d'entité personnalisé. Cela surchargera l'identifiant (ID) de l'entité dans la configuration ci-dessus.\\\",\\\"Completed @current step of @total.\\\":\\\"@current sur @total étape(s) terminées.\\\",\\\"The configuration synchronization failed validation.\\\":\\\"La synchronisation de la configuration a échoué au niveau de la validation.\\\",\\\"@count renamed\\\\u0003@count renamed\\\":\\\"@count renommé\\\\u0003@count renommés\\\",\\\"The configuration was imported with errors.\\\":\\\"La configuration a été importée avec des erreurs.\\\",\\\"All links are validated after a link field is filled in. They can include anchors or query strings.\\\":\\\"Tous les liens sont validés après qu'un champ lien soit rempli. Ils peuvent inclure des ancres ou des paramètres d'URL.\\\",\\\"Allowed link type\\\":\\\"Type de lien autorisé\\\",\\\"Internal links only\\\":\\\"Liens internes seulement\\\",\\\"Both internal and external links\\\":\\\"Liens internes et externes\\\",\\\"Importing translation files\\\":\\\"Importation des fichiers de traduction\\\",\\\"Checking the translation status\\\":\\\"Vérifier le statut de la traduction\\\",\\\"Translating individual strings\\\":\\\"Traduction de chaînes de caractères individuelles\\\",\\\"Could not save to map table due to missing destination id values\\\":\\\"Impossible d'enregistrer dans la table de correspondance à cause de valeurs identifiants (ID) de destination manquantes\\\",\\\"Format ID.\\\":\\\"Identifiant (ID) de format.\\\",\\\"(this translation)\\\":\\\"(cette traduction)\\\",\\\"(all translations)\\\":\\\"(toutes les traductions)\\\",\\\"Search is currently disabled\\\":\\\"La recherche est actuellement désactivée\\\",\\\"No screenshot\\\":\\\"Pas de capture d'écran\\\",\\\"This import is empty and if applied would delete all of your configuration, so has been rejected.\\\":\\\"Cet import est vide et supprimerait toute votre configuration s'il était appliqué, il a donc été rejeté.\\\",\\\"Site UUID in source storage does not match the target storage.\\\":\\\"L'UUID du site dans le stockage source ne correspond pas au stockage cible.\\\",\\\"Configuration deletions\\\":\\\"Suppressions de configuration\\\",\\\"The listed configuration will be deleted.\\\":\\\"La configuration listée sera supprimée.\\\",\\\"User's roles\\\":\\\"Rôles de l'utilisateur\\\",\\\"Single name\\\":\\\"Nom unique\\\",\\\"One or more names separated by , or +\\\":\\\"Un ou plusieurs noms séparés par , ou +.\\\",\\\"If none are selected, all are allowed.\\\":\\\"Si aucune option n'est sélectionnée, toutes sont acceptées.\\\",\\\"Missing row plugin\\\":\\\"Plugin de ligne manquant\\\",\\\"Tab options\\\":\\\"Options d'onglet\\\",\\\"Enable menu link\\\":\\\"Activer le lien de menu\\\",\\\"Allowed HTML\\\":\\\"HTML autorisé\\\",\\\"Contact messages\\\":\\\"Messages de contact\\\",\\\"Providing module\\\":\\\"Module fournisseur\\\",\\\"Synchronizing configuration: @op @name in @collection.\\\":\\\"Synchronisation de la configuration : @op @name dans @collection.\\\",\\\"Deleted and replaced configuration entity \\\\\\\"@name\\\\\\\"\\\":\\\"L'entité de configuration \\\\\\\"@name\\\\\\\" a été supprimée et remplacée\\\",\\\"Action ID\\\":\\\"Identifiant (ID) de l'action\\\",\\\"Action configuration\\\":\\\"Configuration des actions\\\",\\\"Action description\\\":\\\"Description de l'action\\\",\\\"The feed ID.\\\":\\\"L'identifiant (ID) du flux.\\\",\\\"Refresh frequency in seconds.\\\":\\\"Fréquence de rafraîchissement en secondes.\\\",\\\"Last-checked unix timestamp.\\\":\\\"Horodatage unix du dernier contrôle.\\\",\\\"Entity tag HTTP response header.\\\":\\\"Entête de réponse HTTP Entity tag\\\",\\\"When the feed was last modified.\\\":\\\"Lorsque le flux a été modifié pour la dernière fois.\\\",\\\"Number of items to display in the feed's block.\\\":\\\"Nombre d'éléments à afficher dans le bloc du flux.\\\",\\\"The {aggregator_feed}.fid to which this item belongs.\\\":\\\"Le {aggregator_feed}.fid auquel cet élément appartient.\\\",\\\"The block numeric identifier.\\\":\\\"L'identifiant numérique du bloc.\\\",\\\"The module providing the block.\\\":\\\"Le module fournissant le bloc.\\\",\\\"The block's delta.\\\":\\\"Le delta du bloc.\\\",\\\"Which theme the block is placed in.\\\":\\\"Dans quel thème le bloc est placé.\\\",\\\"Whether or not the block is enabled.\\\":\\\"Si le bloc est activé ou non.\\\",\\\"Weight of the block for ordering within regions.\\\":\\\"Poids du bloc pour l'ordonnancement dans les régions.\\\",\\\"Region the block is placed in.\\\":\\\"Région dans laquelle le bloc est placé.\\\",\\\"Visibility expression.\\\":\\\"Expression de visibilité.\\\",\\\"Pages list.\\\":\\\"Liste des pages.\\\",\\\"Cache rule.\\\":\\\"Règle de cache.\\\",\\\"The numeric identifier of the block/box\\\":\\\"L'identifiant numérique du bloc/de la boîte\\\",\\\"The block/box content\\\":\\\"Le contenu du bloc/de la boîte\\\",\\\"Admin title of the block/box.\\\":\\\"Titre d'administration du bloc/de la boîte.\\\",\\\"Input format of the custom block/box content.\\\":\\\"Format de saisie du bloc personnalisé / contenu de la boite\\\",\\\"The primary identifier for this version.\\\":\\\"L'identifiant primaire pour cette version.\\\",\\\"Comment ID.\\\":\\\"Identifiant (ID) de commentaire.\\\",\\\"Parent comment ID. If set to 0, this comment is not a reply to an existing comment.\\\":\\\"Identifiant (ID) du commentaire parent. Si défini à 0, ce commentaire n'est pas une réponse à un commentaire existant.\\\",\\\"The {node}.nid to which this comment is a reply.\\\":\\\"Le {node}.nid pour lequel ce commentaire est une réponse.\\\",\\\"The {users}.uid who authored the comment. If set to 0, this comment was created by an anonymous user.\\\":\\\"L'identifiant (ID) de l'utilisateur auteur du commentaire. Si défini à 0, ce commentaire a été créé par un utilisateur anonyme.\\\",\\\"The comment title.\\\":\\\"Le titre du commentaire.\\\",\\\"The time that the comment was created, or last edited by its author, as a Unix timestamp.\\\":\\\"L'heure de création du commentaire, ou de dernière modification par son auteur, au format horodaté Unix.\\\",\\\"The {filter_formats}.format of the comment body.\\\":\\\"Le {filter_formats}.format du corps du commentaire.\\\",\\\"The vancode representation of the comment's place in a thread.\\\":\\\"La représentation \\\\\\\"vancode\\\\\\\" de l'emplacement du commentaire dans un fil de discussion.\\\",\\\"The comment author's name. Uses {users}.name if the user is logged in, otherwise uses the value typed into the comment form.\\\":\\\"Le nom de l'auteur du commentaire. Utilise {users}.name si l'utilisateur est connecté, sinon utilise la valeur saisie dans le formulaire de commentaire.\\\",\\\"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.\\\":\\\"La page d'accueil de l'auteur du commentaire, issue du formulaire de commentaire ; si l'utilisateur est anonyme et que le paramètre \\\\\\\"Les utilisateurs anonymes peuvent/doivent laisser leurs informations de contact\\\\\\\" est activé.\\\",\\\"The {node}.type to which this comment is a reply.\\\":\\\"Le {node}.type dont ce commentaire est une réponse.\\\",\\\"The node type\\\":\\\"Le type de nœud\\\",\\\"Primary Key: Unique category ID.\\\":\\\"Clé primaire : Identifiant (ID) unique de catégorie.\\\",\\\"Category name.\\\":\\\"Nom de la catégorie.\\\",\\\"The category's weight.\\\":\\\"Le poids de la catégorie.\\\",\\\"Flag to indicate whether or not category is selected by default. (1 = Yes, 0 = No)\\\":\\\"Marqueur pour indiquer si la catégorie est sélectionnée par défaut ou non. (1 = Oui, 0 = Non)\\\",\\\"Type (text, integer, ....)\\\":\\\"Type (texte, entier...)\\\",\\\"Global settings. Shared with every field instance.\\\":\\\"Paramètres globaux, communs à toutes les instances du champ.\\\",\\\"DB storage\\\":\\\"Stockage en base de données\\\",\\\"DB Columns\\\":\\\"Colonnes de base de données\\\",\\\"The machine name of field.\\\":\\\"Le nom système de champ.\\\",\\\"Weight.\\\":\\\"Poids.\\\",\\\"A name to show.\\\":\\\"Un nom à afficher.\\\",\\\"Widget type.\\\":\\\"Type de widget.\\\",\\\"Serialize data with widget settings.\\\":\\\"Sérialise les données avec les paramètres du widget.\\\",\\\"Serialize data with display settings.\\\":\\\"Sérialise les données avec les paramètres d'affichage.\\\",\\\"A description of field.\\\":\\\"Une description du champ.\\\",\\\"Module that implements widget.\\\":\\\"Module qui implémente le widget.\\\",\\\"Status of widget\\\":\\\"État du widget\\\",\\\"The module that provides the field.\\\":\\\"Le module qui fournit le champ.\\\",\\\"Content type where this field is used.\\\":\\\"Type de contenu où ce champ est utilisé.\\\",\\\"The {users}.uid who added the file. If set to 0, this file was added by an anonymous user.\\\":\\\"Le {users}.uid qui a transféré le fichier. S'il vaut 0, le fichier a été ajouté par un utilisateur anonyme.\\\",\\\"The published status of a file.\\\":\\\"Le statut de publication d'un fichier.\\\",\\\"The time that the file was added.\\\":\\\"L'heure à laquelle le fichier a été ajouté.\\\",\\\"The Drupal files path.\\\":\\\"Le chemin de fichiers de Drupal.\\\",\\\"TRUE if the files directory is public otherwise FALSE.\\\":\\\"TRUE si le répertoire de fichiers est publique, FALSE sinon.\\\",\\\"Machine name of the node type.\\\":\\\"Nom système du type de nœud.\\\",\\\"Human name of the node type.\\\":\\\"Nom lisible du type de nœud.\\\",\\\"The module providing the node type.\\\":\\\"Le module fournissant le type de nœud.\\\",\\\"Description of the node type.\\\":\\\"Description du type de nœud.\\\",\\\"Help text for the node type.\\\":\\\"Texte d'aide pour le type de nœud.\\\",\\\"Title label.\\\":\\\"Étiquette du titre.\\\",\\\"Flag indicating the node type has a body field.\\\":\\\"Marqueur indiquant que le type de nœud a un champ corps.\\\",\\\"Body label.\\\":\\\"Étiquette du corps.\\\",\\\"Minimum word count for the body field.\\\":\\\"Nombre de mots minimum pour le champ corps.\\\",\\\"Flag.\\\":\\\"Marqueur.\\\",\\\"The original type.\\\":\\\"Le type d'origine.\\\",\\\"Primary Key: Unique profile field ID.\\\":\\\"Clé primaire : Unique profile field ID.\\\",\\\"Title of the field shown to the end user.\\\":\\\"Titre du champ affiché à l'utilisateur final.\\\",\\\"Internal name of the field used in the form HTML and URLs.\\\":\\\"Nom machine du champ utilisé dans le formulaire HTML et les URLs.\\\",\\\"Explanation of the field to end users.\\\":\\\"Explication du champ pour les utilisateurs finaux.\\\",\\\"Profile category that the field will be grouped under.\\\":\\\"Catégorie du profil sous laquelle le champ sera groupé.\\\",\\\"Title of page used for browsing by the field's value\\\":\\\"Titre de la page utilisé pour parcourir par la valeur du champ\\\",\\\"Type of form field.\\\":\\\"Type du champ de formulaire.\\\",\\\"Weight of field in relation to other profile fields.\\\":\\\"Poids du champ par rapport aux autres champs du profil.\\\",\\\"Whether the user is required to enter a value. (0 = no, 1 = yes)\\\":\\\"Si l'utilisateur est obligé de saisir une valeur ou non. (0 = non, 1 = oui)\\\",\\\"Whether the field is visible in the user registration form. (1 = yes, 0 = no)\\\":\\\"Si le champ est visible sur le formulaire d'inscription ou non. (1 = oui, 0 = non)\\\",\\\"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)\\\":\\\"Le niveau de visibilité pour ce champ. (0 = masqué, 1 = privé, 2 = public sur le profil mais pas sur les pages de la liste des membres, 3 = public sur le profil et la liste des pages)\\\",\\\"Whether form auto-completion is enabled. (0 = disabled, 1 = enabled)\\\":\\\"Si le formulaire d'auto-complétion est activé. (0 = désactivé, 1 = activé)\\\",\\\"List of options to be used in a list selection field.\\\":\\\"Liste d'options à utiliser dans un champ liste de sélection.\\\",\\\"Unique profile field ID.\\\":\\\"Identifiant (ID) unique du champ de profil.\\\",\\\"The user Id.\\\":\\\"L'identifiant (ID) de l'utilisateur.\\\",\\\"Existing term VID\\\":\\\"Identifiant (VID) du terme existant\\\",\\\"The term description.\\\":\\\"La description du terme.\\\",\\\"The Drupal term IDs of the term's parents.\\\":\\\"Les identifiants (ID) Drupal des termes parents du terme.\\\",\\\"The file Id.\\\":\\\"L'identifiant (ID) du fichier.\\\",\\\"The node Id.\\\":\\\"L'identifiant (ID) du nœud.\\\",\\\"The version Id.\\\":\\\"L'identifiant (ID) de la révision.\\\",\\\"The file description.\\\":\\\"La description du fichier.\\\",\\\"Whether the list should be visible on the node page.\\\":\\\"Si la liste doit être visible sur la page du nœud ou non.\\\",\\\"The file weight.\\\":\\\"Le poids du fichier.\\\",\\\"Max filesize\\\":\\\"Taille de fichier maximale\\\",\\\"The numeric identifier of the path alias.\\\":\\\"L'identifiant numérique de l'alias de chemin.\\\",\\\"Timezone (Date)\\\":\\\"Fuseau horaire (Date)\\\",\\\"Timezone (Event)\\\":\\\"Fuseau horaire (Événement)\\\",\\\"The vocabulary ID.\\\":\\\"L'identifiant (ID) de vocabulaire.\\\",\\\"The name of the vocabulary.\\\":\\\"Le nom du vocabulaire.\\\",\\\"The description of the vocabulary.\\\":\\\"La description du vocabulaire.\\\",\\\"The names of the node types the vocabulary may be used with.\\\":\\\"Les noms des types de nœud avec lesquels le vocabulaire peut être utilisé.\\\",\\\"Displays messages in an area.\\\":\\\"Affiche les messages dans une zone.\\\",\\\"Menu selection requires the activation of Menu UI module.\\\":\\\"La sélection d'un menu requiert l'activation du module Menu UI.\\\",\\\"Numeric placeholders may not be used. Please use plain placeholders (%).\\\":\\\"Les placeholders numériques ne devraient pas être utilisés. Veuillez utiliser des placeholders bruts (%).\\\",\\\"This synchronization will delete data from the field %fields.\\\\u0003This synchronization will delete data from the fields: %fields.\\\":\\\"Cette synchronisation va supprimer les données du champ %fields.\\\\u0003Cette synchronisation va supprimer les données des champs : %fields.\\\",\\\"Route Name\\\":\\\"Nom de la route\\\",\\\"Route Params\\\":\\\"Paramètres de la route\\\",\\\"Param\\\":\\\"Param\\\",\\\"Configuration dependencies\\\":\\\"Dépendances de la configuration\\\",\\\"Theme dependencies\\\":\\\"Dépendances du thème\\\",\\\"Extension settings\\\":\\\"Paramètres de l'extension\\\",\\\"Action settings\\\":\\\"Paramètres d'action\\\",\\\"Recursion limit for actions\\\":\\\"Limite de récursion pour les actions\\\",\\\"Redirect to URL configuration\\\":\\\"Rediriger sur l'URL de configuration\\\",\\\"Display a message to the user configuration\\\":\\\"Afficher un message sur la configuration utilisateur\\\",\\\"Bulk form\\\":\\\"Formulaire d'opérations en masse\\\",\\\"Aggregator settings\\\":\\\"Paramètres d'Aggregator\\\",\\\"Aggregator XSS\\\":\\\"Agrégateur - XSS\\\",\\\"Aggregator item row\\\":\\\"Ligne d'élément d'agrégateur\\\",\\\"Provides the HTTP Basic authentication provider\\\":\\\"Fournit le service d'authentification basique HTTP\\\",\\\"Admin info\\\":\\\"Info admin\\\",\\\"Block display options\\\":\\\"Options d'affichage de bloc\\\",\\\"Custom block type settings\\\":\\\"Paramètres du type de bloc personnalisé\\\",\\\"Book settings\\\":\\\"Paramètres du livre\\\",\\\"Button groups\\\":\\\"Groupes du bouton\\\",\\\"Button group\\\":\\\"Groupe du bouton\\\",\\\"List of styles\\\":\\\"Liste des styles\\\",\\\"Color theme settings\\\":\\\"Paramètres de couleur du thème\\\",\\\"Palette settings\\\":\\\"Paramètres de la palette\\\",\\\"Comment display format settings\\\":\\\"Configuration des formats d'affichage des commentaires\\\",\\\"Publish comment configuration\\\":\\\"Publier la configuration des commentaires\\\",\\\"Save comment configuration\\\":\\\"Enregistrer la configuration de commentaires\\\",\\\"Unpublish comment containing keyword(s) configuration\\\":\\\"Configuration de la dépublication de commentaire contenant le(s) mot-clés(s)\\\",\\\"Unpublish comment configuration\\\":\\\"Configuration de la dépublication des commentaires\\\",\\\"Commented user ID\\\":\\\"Identifiant (ID) utilisateur ayant commenté\\\",\\\"Comment depth\\\":\\\"Profondeur de commentaire\\\",\\\"Comment link\\\":\\\"Lien de commentaire\\\",\\\"Last comment date\\\":\\\"Date du dernier commentaire\\\",\\\"Comment approve link\\\":\\\"Lien d'approbation du commentaire\\\",\\\"Comment reply link\\\":\\\"Lien de réponse au commentaire\\\",\\\"Name of last comment poster\\\":\\\"Nom de l'auteur du dernier commentaire\\\",\\\"Newer of last comment / node updated\\\":\\\"Plus récent du dernier commentaire / nœud mis à jour\\\",\\\"Comment node status\\\":\\\"Statut de commentaire du nœud\\\",\\\"Node user posted comment\\\":\\\"Nœud pour lequel l'utilisateur a publié un commentaire\\\",\\\"Entity options\\\":\\\"Options d'entité\\\",\\\"Newer of last comment / entity updated\\\":\\\"Le plus récent des derniers commentaires / entités mises à jour\\\",\\\"Single import\\\":\\\"Import unique\\\",\\\"Single export\\\":\\\"Export individuel\\\",\\\"Translate @type_name\\\":\\\"Traduire @type_name\\\",\\\"Provides a translation interface for configuration.\\\":\\\"Fournit une interface de traduction pour la configuration.\\\",\\\"Personal contact form enabled by default\\\":\\\"Formulaire de contact personnel activé par défaut\\\",\\\"Link to user contact page\\\":\\\"Lien vers la page de contact de l'utilisateur\\\",\\\"Allows users to translate content entities.\\\":\\\"Permet aux utilisateurs de traduire les entités de contenu.\\\",\\\"Content translation link\\\":\\\"Lien de traduction de contenu\\\",\\\"Contextual link\\\":\\\"Lien contextuel\\\",\\\"Defines datetime form elements and a datetime field type.\\\":\\\"Définit les éléments de formulaire datetime et un type de champ datetime.\\\",\\\"Datetime settings\\\":\\\"Paramètres d'horodatage\\\",\\\"Datetime default display format settings\\\":\\\"Paramètres de la mise en forme d'affichage par défaut de datetime\\\",\\\"Datetime plain display format settings\\\":\\\"Paramètres du format d'affichage d'horodatage brut\\\",\\\"Datetime select list display format settings\\\":\\\"Paramètres du format d'affichage liste de sélection d'horodatage\\\",\\\"Database logging settings\\\":\\\"Paramètres de journalisation de la base de données\\\",\\\"Log event message\\\":\\\"Message de l'événement du journal\\\",\\\"Operation link markup\\\":\\\"Balise de lien d'opération\\\",\\\"Provides a means to associate text formats with text editor libraries such as WYSIWYGs or toolbars.\\\":\\\"Fournit un moyen d'associer les formats de texte avec les bibliothèques d'édition de texte comme les WYSIWYG ou les barres d'outils.\\\",\\\"Image upload settings\\\":\\\"Paramètres de transfert d'image\\\",\\\"Delete view mode\\\":\\\"Supprimer le mode de visualisation\\\",\\\"Delete form mode\\\":\\\"Supprimer le mode de saisie\\\",\\\"Entity view mode settings\\\":\\\"Paramètres du mode d'affichage de l'entité\\\",\\\"Target entity type\\\":\\\"Type d'entité cible\\\",\\\"Entity form mode settings\\\":\\\"Paramètres du mode de saisie de l'entité\\\",\\\"View or form mode machine name\\\":\\\"Nom machine du mode de visualisation ou de saisie\\\",\\\"Field display setting\\\":\\\"Paramètre d'affichage des champs\\\",\\\"Text field display format settings\\\":\\\"Paramètres du format d'affichage des champs de texte\\\",\\\"Sort settings\\\":\\\"Paramètres de tri\\\",\\\"Entity reference rendered entity display format settings\\\":\\\"Paramètres du format d'affichage de l'entité référencée rendue\\\",\\\"Entity reference entity ID display format settings\\\":\\\"Paramètres du format d'affichage de l'identifiant (ID) de l'entité référencée\\\",\\\"Entity reference label display format settings\\\":\\\"Paramètres du format d'affichage de l'étiquette de l'entité référencée\\\",\\\"Entity reference autocomplete (Tags style) display format settings\\\":\\\"Paramètres du format d'affichage de l'autocomplétion (style étiquette) de référence à une entité\\\",\\\"Entity reference autocomplete display format settings\\\":\\\"Paramètres du format d'affichage de l'autocomplétion de référence à une entité\\\",\\\"Search field\\\":\\\"Champ de recherche\\\",\\\"Maximum number of field data records to purge\\\":\\\"Nombre maximum d'enregistrements de données de champ à purger\\\",\\\"Maximum number of values users can enter\\\":\\\"Le nombre maximum de valeurs que les utilisateurs peuvent saisir\\\",\\\"- Hidden - format settings\\\":\\\"Paramètres de format d'affichage - Caché -\\\",\\\"Integer settings\\\":\\\"Paramètres de nombre entier\\\",\\\"Decimal settings\\\":\\\"Paramètres de nombre décimal\\\",\\\"Float settings\\\":\\\"Paramètres des nombres à virgule flottante\\\",\\\"Number decimal display format settings\\\":\\\"Paramètres de format d'affichage de nombre décimal\\\",\\\"Number unformatted display format settings\\\":\\\"Paramètres de format d'affichage de nombre non formaté\\\",\\\"Number default display format settings\\\":\\\"Paramètres de format d'affichage par défaut de nombre\\\",\\\"Reverse entity reference\\\":\\\"Référence inverse à une entité\\\",\\\"Field UI settings\\\":\\\"Paramètres de Field UI\\\",\\\"The prefix for new fields created via Field UI\\\":\\\"Le préfixe des nouveaux champs créés avec Field UI\\\",\\\"Enable Description field\\\":\\\"Activer le champ Description\\\",\\\"Generic file format settings\\\":\\\"Paramètres de format de fichier générique\\\",\\\"RSS enclosure format settings\\\":\\\"Paramètres de mise en forme de la Balise enclosure du RSS\\\",\\\"Table of files format settings\\\":\\\"Paramètres de mise en forme de tableau de fichiers\\\",\\\"URL to file format settings\\\":\\\"Paramètres de mise en forme des URL du fichier\\\",\\\"File format settings\\\":\\\"Paramètres de mise en forme de fichier\\\",\\\"File URI\\\":\\\"URI du fichier\\\",\\\"Fallback text format\\\":\\\"Format de texte de repli\\\",\\\"Always show fallback choice\\\":\\\"Toujours afficher le choix de repli\\\",\\\"HTML help\\\":\\\"Aide HTML\\\",\\\"HTML nofollow\\\":\\\"HTML nofollow\\\",\\\"Filter URL\\\":\\\"Filtre d'URL\\\",\\\"URL length\\\":\\\"Longueur de l'URL\\\",\\\"Forum blocks\\\":\\\"Blocs de forum\\\",\\\"Active forum block\\\":\\\"Bloc du forum actif\\\",\\\"Active forum Count\\\":\\\"Compteur du forum actif\\\",\\\"New forum Count\\\":\\\"Compteur de nouveau forum\\\",\\\"Forum topics block\\\":\\\"Bloc sujets de discussion\\\",\\\"Forum default topic order\\\":\\\"Ordre par défaut des sujets de forum\\\",\\\"Forum vocabulary ID\\\":\\\"Identifiant (ID) du vocabulaire forum\\\",\\\"HAL\\\":\\\"HAL\\\",\\\"Serializes entities using Hypertext Application Language.\\\":\\\"Sérialise les entités en utilisant l'Hypertext Application Language.\\\",\\\"Records which user has read which content.\\\":\\\"Enregistre quel utilisateur a lu quel contenu.\\\",\\\"History user\\\":\\\"Historique utilisateur\\\",\\\"Defines an image field type and provides image manipulation tools.\\\":\\\"Définit un type de champ image and fournit des outils de manipulation d'image.\\\",\\\"Image resize\\\":\\\"Redimensionnement d'image\\\",\\\"Image rotate\\\":\\\"Rotation d'image\\\",\\\"Image scale and crop\\\":\\\"Redimensionnement et recadrage de l'image\\\",\\\"Allow insecure image derivatives\\\":\\\"Autoriser les dérivés d'image non sécurisés\\\",\\\"Suppress the itok query string for image derivatives\\\":\\\"Supprimer le paramètre d'URL \\\\\\\"itok\\\\\\\" pour les dérivés d'image\\\",\\\"Enable Alt field\\\":\\\"Activer le champ Alt\\\",\\\"Alt field required\\\":\\\"Champ Alt requis\\\",\\\"Enable Title field\\\":\\\"Activer le champ Titre\\\",\\\"Title field required\\\":\\\"Champ Titre requis\\\",\\\"Image field display format settings\\\":\\\"Paramètres de mise en forme d'affichage de champ image\\\",\\\"Allows users to configure languages and apply them to content.\\\":\\\"Permet aux utilisateurs de configurer les langues et de les appliquer au contenu.\\\",\\\"Delete language\\\":\\\"Supprimer la langue\\\",\\\"Language negotiation per type setting\\\":\\\"Paramètres de négociation de la langue par type\\\",\\\"Enabled negotiators\\\":\\\"Négociateurs activés\\\",\\\"Negotiator weights\\\":\\\"Poids des négociateurs\\\",\\\"All language types\\\":\\\"Tous les types de langues\\\",\\\"Configurable language types\\\":\\\"Types de langue configurables\\\",\\\"Language negotiation per type settings\\\":\\\"Paramètres de négociation de la langue par type\\\",\\\"Language detection methods\\\":\\\"Méthodes de détection de la langue\\\",\\\"Language mapping\\\":\\\"Correspondance de langue\\\",\\\"Link format settings\\\":\\\"Paramètres du format de lien\\\",\\\"Interface Translation\\\":\\\"Traduction de l'interface\\\",\\\"Translates the built-in user interface.\\\":\\\"Traduit l'interface utilisateur intégrée.\\\",\\\"Translate interface settings\\\":\\\"Paramètres de l'interface de traduction\\\",\\\"Cache strings\\\":\\\"Chaînes de caractères de cache\\\",\\\"Enable English translation\\\":\\\"Activer la traduction anglaise\\\",\\\"Translation directory\\\":\\\"Répertoire de traduction\\\",\\\"Default translation filename pattern\\\":\\\"Motif par défaut du nom de fichier de traduction\\\",\\\"Default translation server pattern\\\":\\\"Motif par défaut du serveur de traduction\\\",\\\"Overwrite customized translations\\\":\\\"Écraser les traductions personnalisées\\\",\\\"Overwrite non customized translations\\\":\\\"Écraser les traductions non personnalisées\\\",\\\"Import enabled\\\":\\\"Import activé\\\",\\\"Updates for: @module_list\\\":\\\"Mises à jour pour : @module_list\\\",\\\"Menu UI\\\":\\\"Interface de menu\\\",\\\"Override parent selector\\\":\\\"Supplanter le sélecteur parent\\\",\\\"Per-content type menu settings\\\":\\\"Paramètres de menu par type de contenu\\\",\\\"Menu machine name\\\":\\\"Nom système du menu\\\",\\\"Handles migrations\\\":\\\"Gère les migrations\\\",\\\"Migrate Drupal\\\":\\\"Migrer Drupal\\\",\\\"Contains migrations from older Drupal versions.\\\":\\\"Contient les migrations de versions antérieures de Drupal\\\",\\\"Display setting for author and date Submitted by post information\\\":\\\"Paramètres d'affichage pour l'auteur et la date de soumission de la publication\\\",\\\"Change the author of content configuration\\\":\\\"Changer l'auteur de la configuration du contenu\\\",\\\"Demote selected content from front page configuration\\\":\\\"Configuration du retrait du contenu promu en page d'accueil\\\",\\\"Promote selected content from front page configuration\\\":\\\"Configuration de la promotion du contenu en page d'accueil\\\",\\\"Publish selected content configuration\\\":\\\"Publier la configuration du contenu sélectionné\\\",\\\"Unpublish selected content configuration\\\":\\\"Dépublier la configuration du contenu sélectionné\\\",\\\"Save content configuration\\\":\\\"Enregistrer la configuration de contenu\\\",\\\"Delete content configuration\\\":\\\"Supprimer la configuration de contenu\\\",\\\"Make selected content sticky configuration\\\":\\\"Configuration de l'épinglage du contenu sélectionné en haut des listes\\\",\\\"Make selected content unsticky configuration\\\":\\\"Configuration du retrait de l'épinglage du contenu sélectionné en haut des listes\\\",\\\"Unpublish content containing keyword(s) configuration\\\":\\\"Dépublier le contenu contenant la configuration des mot(s)-clé(s)\\\",\\\"Node user ID\\\":\\\"Identifiant (ID) utilisateur du nœud\\\",\\\"Node bulk form\\\":\\\"Formulaire d'opérations de nœud en masse\\\",\\\"Node path\\\":\\\"Chemin du nœud\\\",\\\"Link to a node revision\\\":\\\"Lien vers une révision de nœud\\\",\\\"Link to delete a node revision\\\":\\\"Lien pour supprimer une révision de nœud\\\",\\\"Link to revert a node to a revision\\\":\\\"Lien pour rétablir un nœud à une révision\\\",\\\"Node revisions of an user\\\":\\\"Révisions de nœud d'un utilisateur\\\",\\\"You have not created any content types yet. Go to the content type creation page to add a new content type.\\\":\\\"Vous n'avez pas encore créé de type de contenus. Allez sur la page de création de type de contenus pour ajouter un nouveau type de contenu.\\\",\\\"List (integer) settings\\\":\\\"Paramètres des listes (entiers)\\\",\\\"List (float) settings\\\":\\\"Paramètres de liste (flottant)\\\",\\\"List (text) settings\\\":\\\"Paramètres de liste (texte)\\\",\\\"Options list default display settings\\\":\\\"Paramètres d'affichage par défaut de liste d'options\\\",\\\"Key format settings\\\":\\\"Paramètres du format de clé\\\",\\\"Check boxes/radio buttons format settings\\\":\\\"Paramètres du format cases à cocher/boutons radio\\\",\\\"Single on/off checkbox format settings\\\":\\\"Paramètres du format case à cocher on/off unique\\\",\\\"Select list format settings\\\":\\\"Paramètres du format liste de sélection\\\",\\\"Responsive Image\\\":\\\"Responsive Image\\\",\\\"Responsive image list format settings\\\":\\\"Paramètres de format de liste d'image adaptative\\\",\\\"RESTful Web Services\\\":\\\"RESTful Web Services\\\",\\\"REST settings\\\":\\\"Paramètres REST\\\",\\\"GET method settings\\\":\\\"Paramètres de la méthode GET\\\",\\\"POST method settings\\\":\\\"Paramètres de la méthode POST\\\",\\\"PATCH method settings\\\":\\\"Paramètres de la méthode PATCH\\\",\\\"DELETE method settings\\\":\\\"Paramètres de la méthode DELETE\\\",\\\"Supported format\\\":\\\"Format pris en charge\\\",\\\"Supported authentication\\\":\\\"Authentification prise en charge\\\",\\\"REST display options\\\":\\\"Options d'affichage REST\\\",\\\"Field row\\\":\\\"Rangée du champ\\\",\\\"Alias for ID\\\":\\\"Alias pour l'ID\\\",\\\"Raw output for ID\\\":\\\"Rendu brut pour l'identifiant (ID)\\\",\\\"Serialized output format\\\":\\\"Format de rendu sérialisé\\\",\\\"Configure search pages and search indexing options.\\\":\\\"Configurer les pages de recherche et les options d'indexation de recherche.\\\",\\\"Add new search page\\\":\\\"Ajouter une nouvelle page de recherche\\\",\\\"AND/OR combination limit\\\":\\\"Limite de combinaison ET/OU\\\",\\\"Default search page\\\":\\\"Page de recherche par défaut\\\",\\\"HTML tags weight\\\":\\\"Poids des balises HTML\\\",\\\"Tag h1 weight\\\":\\\"Poids de la balise h1\\\",\\\"Tag h2 weight\\\":\\\"Poids de la balise h2\\\",\\\"Tag h3 weight\\\":\\\"Poids de la balise h3\\\",\\\"Tag h4 weight\\\":\\\"Poids de la balise h4\\\",\\\"Tag h5 weight\\\":\\\"Poids de la balise h5\\\",\\\"Tag h6 weight\\\":\\\"Poids de la balise h6\\\",\\\"Tag u weight\\\":\\\"Poids de la balise u\\\",\\\"Tag b weight\\\":\\\"Poids de la balise b\\\",\\\"Tag i weight\\\":\\\"Poids de la balise i\\\",\\\"Tag strong weight\\\":\\\"Poids de la balise strong\\\",\\\"Tag em weight\\\":\\\"Poids de la balise em\\\",\\\"Tag a weight\\\":\\\"Poids de la balise a\\\",\\\"Query key\\\":\\\"Clé de la requête\\\",\\\"Source link\\\":\\\"Lien source\\\",\\\"Serialization\\\":\\\"Sérialisation\\\",\\\"Provides a service for (de)serializing data to/from formats such as JSON and XML\\\":\\\"Fournit un service de (dé)serialisation de données vers / à partir de formats comme JSON ou XML\\\",\\\"Shortcut settings\\\":\\\"Paramètres des raccourcis\\\",\\\"Logs content statistics for your site.\\\":\\\"Journalise les statistiques de contenu pour votre site.\\\",\\\"Statistics settings\\\":\\\"Paramètres des statistiques\\\",\\\"Syslog settings\\\":\\\"Paramètres Syslog\\\",\\\"Add date format\\\":\\\"Ajouter un format de date\\\",\\\"Set as default theme\\\":\\\"Définir comme thème par défaut\\\",\\\"Site UUID\\\":\\\"UUID du site\\\",\\\"Weight element maximum value\\\":\\\"Valeur maximum du poids de l'élément\\\",\\\"Authorize settings\\\":\\\"Paramètres d'autorisation\\\",\\\"Default file transfer protocol\\\":\\\"Protocole par défaut pour le transfert des fichiers\\\",\\\"Requirements warning period\\\":\\\"Délais avant avertissement dans les pré-requis\\\",\\\"Requirements error period\\\":\\\"Délais avant erreur dans les pré-requis\\\",\\\"Users may set their own time zone\\\":\\\"Les utilisateurs peuvent définir leur propre fuseau horaire\\\",\\\"Remind users at login if their time zone is not set\\\":\\\"Rappeler aux utilisateurs lors de la connexion si leur fuseau horaire n'est pas défini\\\",\\\"Logging settings\\\":\\\"Paramètres de journalisation\\\",\\\"CSS performance settings\\\":\\\"Paramètres de performance CSS\\\",\\\"Aggregate CSS files\\\":\\\"Agréger les fichiers CSS\\\",\\\"Compress CSS files\\\":\\\"Compresser les fichiers CSS\\\",\\\"Fast 404 settings\\\":\\\"Paramètres de Fast 404\\\",\\\"Fast 404 enabled\\\":\\\"Fast 404 activé\\\",\\\"Regular expression to match\\\":\\\"Expression régulière à laquelle correspondre\\\",\\\"Regular expression to not match\\\":\\\"Expression régulière à laquelle ne pas correspondre\\\",\\\"Fast 404 page html\\\":\\\"Page html fast 404\\\",\\\"JavaScript performance settings\\\":\\\"Paramètres de performance JavaScript\\\",\\\"JavaScript preprocess\\\":\\\"Pré-traitement JavaScript\\\",\\\"Compress JavaScript files.\\\":\\\"Compresser les fichiers JavaScript.\\\",\\\"Stale file threshold\\\":\\\"Seuil de péremption de fichier\\\",\\\"Feed item limit\\\":\\\"Limite d'élément de flux\\\",\\\"Menu description\\\":\\\"Description du menu\\\",\\\"System action\\\":\\\"Action système\\\",\\\"Allow insecure uploads\\\":\\\"Autoriser les transferts non sécurisé\\\",\\\"Maximum age for temporary files\\\":\\\"Âge maximum des fichiers temporaires\\\",\\\"Theme global settings\\\":\\\"Paramètres globaux de thème\\\",\\\"Maintain index table\\\":\\\"Maintenir la table d'index\\\",\\\"Override selector\\\":\\\"Surcharger le sélecteur\\\",\\\"Number of terms per page\\\":\\\"Nombre de termes par page\\\",\\\"Taxonomy format settings\\\":\\\"Paramètres de format de taxonomie\\\",\\\"Use taxonomy term path\\\":\\\"Utiliser le chemin du terme de taxonomie\\\",\\\"Taxonomy depth modifier\\\":\\\"Modificateur de la profondeur de la taxonomie\\\",\\\"Taxonomy language\\\":\\\"Langue de la taxonomie\\\",\\\"Taxonomy term ID with depth\\\":\\\"Identifiant (ID) du terme de taxonomie avec sa profondeur\\\",\\\"Telephone default format settings\\\":\\\"Paramètres de format par défaut de téléphone\\\",\\\"Default summary length\\\":\\\"Longueur de résumé par défaut\\\",\\\"Trimmed text display format settings\\\":\\\"Paramètres du format d'affichage de texte tronqué\\\",\\\"Text area (multiple rows) display format settings\\\":\\\"Paramètres du format d'affichage de zone de texte (plusieurs lignes)\\\",\\\"Text area with a summary display format settings\\\":\\\"Paramètres du format d'affichage de zone de texte avec résumé\\\",\\\"Number of summary rows\\\":\\\"Nombre de lignes du résumé\\\",\\\"Provides guided tours.\\\":\\\"Fournit des visites guidées.\\\",\\\"Tour settings\\\":\\\"Paramètres de Tour\\\",\\\"Route settings\\\":\\\"Paramètres de route\\\",\\\"Tour tip\\\":\\\"Astuce de la visite\\\",\\\"Textual tour tip\\\":\\\"Astuce textuelle de la visite\\\",\\\"Cron index limit\\\":\\\"Limite d'indexation du Cron\\\",\\\"Nodes user posted/commented on\\\":\\\"Nœuds postés/commentés par l'utilisateur\\\",\\\"UID of a nodes user posted/commented on\\\":\\\"Identifiant (UID) des nœuds postés/commentés par l'utilisateur\\\",\\\"Days since last check\\\":\\\"Jours depuis la dernière vérification\\\",\\\"URL for fetching available update data\\\":\\\"URL pour récupérer les données de mise à jour disponibles\\\",\\\"Timeout in seconds\\\":\\\"Temps d'expiration en secondes\\\",\\\"Notify user when password reset\\\":\\\"Notifier l'utilisateur lors de la réinitialisation du mot de passe\\\",\\\"Password reset timeout\\\":\\\"Temps limite de la réinitialisation du mot de passe\\\",\\\"Account created by administrator\\\":\\\"Compte créé par un administrateur\\\",\\\"Registration confirmation (No approval required)\\\":\\\"Inscription confirmée (Aucune validation requise)\\\",\\\"Registration confirmation (Pending approval)\\\":\\\"Inscription confirmée (Validation requise)\\\",\\\"Account cancelled\\\":\\\"Compte annulé\\\",\\\"User flood settings\\\":\\\"Paramètres de bombardement pour les utilisateurs\\\",\\\"UID only identifier\\\":\\\"Identifiant UID uniquement\\\",\\\"IP limit\\\":\\\"Limite IP\\\",\\\"IP window\\\":\\\"Fenêtre IP\\\",\\\"User window\\\":\\\"Fenêtre utilisateur\\\",\\\"User role weight\\\":\\\"Poids du rôle utilisateur\\\",\\\"Configuration for the add role action\\\":\\\"Configuration pour l'action d'ajout de rôle\\\",\\\"The ID of the role to add\\\":\\\"L'identifiant (ID) du rôle à ajouter\\\",\\\"Block the selected users configuration\\\":\\\"Bloquer la configuration des utilisateurs sélectionnés\\\",\\\"Cancel the selected user accounts configuration\\\":\\\"Annuler la configuration des comptes utilisateurs sélectionnés\\\",\\\"Configuration for the remove role action\\\":\\\"Configuration pour l'action de suppression de rôle\\\",\\\"The ID of the role to remove\\\":\\\"L'identifiant (ID) du rôle à retirer\\\",\\\"Unblock the selected users configuration\\\":\\\"Débloquer la configuration des utilisateurs sélectionnés\\\",\\\"List of permission\\\":\\\"Liste des droits\\\",\\\"List of roles\\\":\\\"Liste des rôles\\\",\\\"User operations bulk form\\\":\\\"Formulaire d'opérations utilisateur en masse\\\",\\\"Default area\\\":\\\"Zone par défaut\\\",\\\"Should replacement tokens be used from the first row\\\":\\\"Les jetons de remplacement doivent-ils être utilisés à partir de la première ligne\\\",\\\"The shown text of the area\\\":\\\"Le texte affiché de la zone\\\",\\\"Text custom\\\":\\\"Texte personnalisé\\\",\\\"The shown text of the result summary area\\\":\\\"Le texte montré de la zone de résumé des résultats\\\",\\\"The title which will be overridden for the page\\\":\\\"Le titre qui sera surchargé pour la page\\\",\\\"Node Creation Time\\\":\\\"Heure de création du nœud\\\",\\\"Node Update Time\\\":\\\"Heure de mise à jour du nœud\\\",\\\"Day Date\\\":\\\"Date du jour\\\",\\\"Formula\\\":\\\"Formule\\\",\\\"Place Holder\\\":\\\"Placeholder\\\",\\\"Formula Used\\\":\\\"Formule utilisée\\\",\\\"Full Date\\\":\\\"Date complète\\\",\\\"Group by Numeric\\\":\\\"Regrouper par valeur numérique\\\",\\\"Month Date\\\":\\\"Date du mois\\\",\\\"Week Date\\\":\\\"Date de la semaine\\\",\\\"Year Date\\\":\\\"Date de l'année\\\",\\\"YearMonthDate\\\":\\\"AnnéeMoisJour\\\",\\\"Date Year month\\\":\\\"Date Année mois\\\",\\\"Basic validation\\\":\\\"Validation basique\\\",\\\"Tag based caching\\\":\\\"Mise en cache basée sur un tag\\\",\\\"Time based caching\\\":\\\"Mise en cache basée sur le temps\\\",\\\"Exposed form type\\\":\\\"Type de formulaire exposé\\\",\\\"Row type\\\":\\\"Type de ligne\\\",\\\"Filter groups\\\":\\\"Groupes de filtres\\\",\\\"Display comment\\\":\\\"Afficher les commentaires\\\",\\\"Plugin ID\\\":\\\"Identifiant (ID) du plugin\\\",\\\"Should the area be displayed on empty results.\\\":\\\"La zone doit-elle être affichée s'il y a aucun résultat.\\\",\\\"A unique ID per handler type\\\":\\\"Un identifiant (ID) unique par type de gestionnaire\\\",\\\"The views_data table for this handler\\\":\\\"La table views_data de ce gestionnaire\\\",\\\"The views_data field for this handler\\\":\\\"Le champ views_data de ce gestionnaire\\\",\\\"The ID of the relationship instance used by this handler\\\":\\\"L'identifiant de l'instance de la relation utilisée par ce gestionnaire\\\",\\\"A sql aggregation type\\\":\\\"Un type d'agrégation sql\\\",\\\"A string to identify the handler instance in the admin UI.\\\":\\\"Une chaine pour identifier l'instance gestionnaire dans l'interface d'administration.\\\",\\\"When the filter value is NOT available\\\":\\\"Quand la valeur de filtre n'est PAS disponible\\\",\\\"Default argument options\\\":\\\"Options de l'argument par défaut\\\",\\\"Convert newlines to HTML
tags\\\":\\\"Convertir les sauts de lignes en balises HTML
\\\",\\\"SQL pager\\\":\\\"Pagination SQL\\\",\\\"Grouping field number %i\\\":\\\"Champ de regroupement numéro %i\\\",\\\"Group items\\\":\\\"Éléments du groupe\\\",\\\"Group item\\\":\\\"Élément du groupe\\\",\\\"Query comment\\\":\\\"Commentaire de la requête\\\",\\\"Default display options\\\":\\\"Options d'affichage par défaut\\\",\\\"Page display options\\\":\\\"Options d'affichage de page\\\",\\\"Embed display options\\\":\\\"Options d'affichage intégré\\\",\\\"Attachment display options\\\":\\\"Options d'affichage de vue attachée\\\",\\\"Text on demand format\\\":\\\"Format du texte prédéfini\\\",\\\"Default field\\\":\\\"Champ par défaut\\\",\\\"Drop button\\\":\\\"Bouton déroulant\\\",\\\"Default filter\\\":\\\"Filtre par défaut\\\",\\\"Boolean string\\\":\\\"Chaîne de caractères booléenne\\\",\\\"Group by numeric\\\":\\\"Grouper par valeur numérique\\\",\\\"IN operator\\\":\\\"Opérateur IN\\\",\\\"Equality\\\":\\\"Égalité\\\",\\\"Reduce duplicate\\\":\\\"Réduire les doublons\\\",\\\"Default pager\\\":\\\"Pagination par défaut\\\",\\\"Groupwise max\\\":\\\"Groupwise max\\\",\\\"Generate subquery each time view is run\\\":\\\"Générer la sous-requête à chaque fois que la vue est exécutée\\\",\\\"RSS field options\\\":\\\"Options de champ RSS\\\",\\\"Guid settings\\\":\\\"Paramètres Guid\\\",\\\"Display extender\\\":\\\"Extension d'affichage\\\",\\\"Field rewrite elements\\\":\\\"Éléments de réécriture du champ\\\",\\\"Display plugin\\\":\\\"Plugin d'affichage\\\",\\\"Boolean sort\\\":\\\"Tri booléen\\\",\\\"Date sort\\\":\\\"Tri par date\\\",\\\"Boolean sort expose settings\\\":\\\"Paramètres de tri booléen exposé\\\",\\\"Date sort expose settings\\\":\\\"Paramètres de tri par date exposé\\\",\\\"Standard sort expose settings\\\":\\\"Paramètres de tri standard exposé\\\",\\\"Random sort expose settings\\\":\\\"Paramètres de tri au hasard exposé\\\",\\\"Custom row classes\\\":\\\"Classes de ligne personnalisées\\\",\\\"Default views row classes\\\":\\\"Classes de ligne de vues par défaut\\\",\\\"Custom column classes\\\":\\\"Classes de colonne personnalisées\\\",\\\"Default views column classes\\\":\\\"Classes de colonne de vues par défaut\\\",\\\"Columns name\\\":\\\"Nom des colonnes\\\",\\\"Columns info\\\":\\\"Info des colonnes\\\",\\\"Column info\\\":\\\"Info de la colonne\\\",\\\"Preview view\\\":\\\"Pré-visualiser la vue\\\",\\\"Bartik settings\\\":\\\"Paramètres de Bartik\\\",\\\"Seven settings\\\":\\\"Paramètres de Seven\\\",\\\"Stark settings\\\":\\\"Paramètres de Stark\\\",\\\"Visibility Conditions\\\":\\\"Conditions de visibilité\\\",\\\"Visibility Condition\\\":\\\"Condition de visibilité\\\",\\\"Display variant\\\":\\\"Afficher la variante\\\",\\\"Requirements review\\\":\\\"Verification des pré-requis\\\",\\\"Unable to send email. Contact the site administrator if the problem persists.\\\":\\\"Impossible d'envoyer le courriel. Contacter l'administrateur du site si le problème persiste.\\\",\\\"Error sending email (from %from to %to with reply-to %reply).\\\":\\\"Erreur lors de l'envoi du courriel (de %from à %to avec une réponse à (en-tête reply-to) à %reply).\\\",\\\"The label for this display variant.\\\":\\\"L'étiquette de cette variante d'affichage.\\\",\\\"%name: the email address can not be longer than @max characters.\\\":\\\"%name : l'adresse de courriel ne peut pas dépasser @max caractères.\\\",\\\"An entity field containing an email value.\\\":\\\"Un champ d'entité contenant une valeur d'adresse de courriel.\\\",\\\"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.\\\":\\\"Les courriels automatiques, comme les informations d'inscription, seront envoyés depuis cette adresse. Utiliser une adresse se terminant par le domaine de votre site pour éviter que ces courriels soit signalés comme pourriel (spam).\\\",\\\"Receive email notifications\\\":\\\"Recevoir des notifications par courriel\\\",\\\"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 Create button.\\\":\\\"Il existe deux types d'actions : simples et avancées. Les actions simples ne nécessitent aucune configuration supplémentaire et sont listées ici automatiquement. Les actions avancées doivent être créées et configurées avant de pouvoir être utilisées, car elles ont des options qui doivent être précisées ; par exemple, l'envoi d'un courriel à une adresse spécifiée ou bien dépublier du contenu contenant certains mots. Pour créer une action avancée, sélectionner l'action dans la liste déroulante dans la section \\\\\\\"action avancée\\\\\\\" ci-dessous et cliquer sur le bouton Créer.\\\",\\\"Send email configuration\\\":\\\"Configuration d'envoi de courriel\\\",\\\"Enter a valid email address or use a token email address such as %author.\\\":\\\"Saisir une adresse de courriel valide ou utiliser un jeton d'adresse de courriel comme %author.\\\",\\\"OPML 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.\\\":\\\"OPML est un format XML pour l'échange de flux entre aggrégateurs. Un document OMPL unique peut contenir plusieurs flux. Les aggrégateurs utilisent ce fichier pour importer tous les flux d'un coup. Transférez un fichier depuis votre ordinateur ou entrez l'URL où peut être téléchargé le fichier OPML.\\\",\\\"Aggregator feed block\\\":\\\"Bloc de flux Agrégateur\\\",\\\"Either upload a file or enter a URL.\\\":\\\"Transférer un fichier ou saisir une URL.\\\",\\\"Show for the listed pages\\\":\\\"Afficher pour les pages listées\\\",\\\"Hide for the listed pages\\\":\\\"Masquer pour les pages listées\\\",\\\"Duplicate @display_title\\\":\\\"Dupliquer @display_title\\\",\\\"Book navigation block\\\":\\\"Bloc de navigation du livre\\\",\\\"Block display mode\\\":\\\"Mode d'affichage de bloc\\\",\\\"Book outline for @book.title\\\":\\\"Structure du livre @book.title\\\",\\\"Book traversal links for\\\":\\\"Liens transversaux de livre pour\\\",\\\"The field name from which the comment originated.\\\":\\\"Le nom du champ à l'origine du commentaire.\\\",\\\"Overriding default settings\\\":\\\"Supplantation des paramètres par défaut\\\",\\\"Approving and managing comments\\\":\\\"Approbation et gestion des commentaires\\\",\\\"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.\\\":\\\"Cette page fournit une liste de tous les types de commentaire du site et vous permet de gérer les champs, modes de saisie et de visualisation de chacun.\\\",\\\"Administer comment types and settings\\\":\\\"Administrer les types de commentaire et les paramètres\\\",\\\"Comment types\\\":\\\"Types de commentaires\\\",\\\"Comment type settings\\\":\\\"Paramètres de type de commentaire\\\",\\\"Target Entity Type ID\\\":\\\"Identifiant (ID) du type d'entité cible\\\",\\\"Comment type %label has been updated.\\\":\\\"Le type de commentaire %label a été mis à jour.\\\",\\\"Comment type %label has been added.\\\":\\\"Le type de commentaire %label a été ajouté.\\\",\\\"The comment author's email address.\\\":\\\"L'adresse de courriel de l'auteur du commentaire.\\\",\\\"Comment Type\\\":\\\"Type de commentaire\\\",\\\"The comment type.\\\":\\\"Le type de commentaire.\\\",\\\"%label is used by the %field field on your site. You can not remove this comment type until you have removed the field.\\\":\\\"%label est utilisé par le champ %field sur votre site. Vous ne pouvez pas retirer ce type de commentaire avant d'avoir retiré le champ.\\\",\\\"%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 est utilisé par 1 commentaire sur votre site. Vous ne pouvez pas retirer ce type de commentaire avant d'avoir retiré tous les commentaires de type %label.\\\\u0003%label est utilisé par @count commentaires sur votre site. Vous ne pouvez pas retirer ce type de commentaire avant d'avoir retiré tous les commentaires de type %label.\\\",\\\"Translating configuration text\\\":\\\"Traduction du texte de configuration\\\",\\\"Translating date formats\\\":\\\"Traduction des formats de date\\\",\\\"This page lists all configuration items on your site that have translatable text, like your site name, role names, etc.\\\":\\\"Cette page liste tous les éléments de configuration de votre site qui ont du texte traduisible comme le nom de votre site, le nom de rôles, 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.\\\":\\\"Permettre aux autres utilisateurs de vous contacter à partir d'un formulaire de contact personnel qui ne divulgue pas votre adresse de courriel. Il est à noter que certains utilisateurs privilégiés tels que les administrateurs du site restent en mesure de vous contacter même si vous décidez de désactiver cette fonctionnalité.\\\",\\\"Example: 'webmaster@example.com' or 'sales@example.com,support@example.com' . To specify multiple recipients, separate each email address with a comma.\\\":\\\"Exemple : 'webmaster@example.com' ou 'sales@example.com, support@example.com'. Pour spécifier plusieurs destinataires, séparer les adresses de courriel par une virgule.\\\",\\\"%recipient is an invalid email address.\\\":\\\"%recipient n'est pas une adresse courriel valide.\\\",\\\"%sender-name (@sender-from) sent %recipient-name an email.\\\":\\\"%sender-name (@sender-from) a envoyé un courriel à %recipient-name.\\\",\\\"Enabling field translation\\\":\\\"Activation de la traduction des champs\\\",\\\"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 all translations of that content.\\\":\\\"Vous pouvez définir quels champs d'une entité de contenus peuvent être traduits. Par exemple, vous pourriez souhaiter traduire les champs de titre et de corps du contenu en laissant le champ image non traduit. Si vous décidez qu'un champ n'est pas traduisible, il apparaîtra toujours dans le formulaire d'édition de contenu mais tout changement sur ce champ sera appliqué à toutes ses traductions.\\\",\\\"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.\\\":\\\"Si la traduction est activée vous pouvez traduire une entité de contenu via l'onglet Traduction (ou lien Traduction). La page de traduction d'une entité de contenu donne une vue d'ensemble de l'état de traduction pour le contenu actuel et vous laisse ajouter, modifier, et supprimer ses traductions. Ce processus est similaire pour chaque entité de contenu traduisible sur votre site.\\\",\\\"Changing the source language for a translation\\\":\\\"Changer la langue source pour une traduction\\\",\\\"When you add a new translation, the original text you are translating is displayed in the edit form as the source. 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.\\\":\\\"Lorsque vous ajoutez une nouvelle traduction, le texte original que vous traduisez est affiché comme source dans le formulaire de modification. Si au moins une traduction du contenu original existe déjà lorsque vous ajoutez une nouvelle traduction, vous pouvez choisir soit le contenu originel ou l'une des autres traductions comme source, en utilisant la liste de sélection dans la section Langue source. Après l'enregistrement de la traduction, la langue source choisie est ensuite listée dans l'onglet Traduction du contenu.\\\",\\\"Setting status of translations\\\":\\\"Définir l'état des traductions\\\",\\\"If you edit a translation in one language you may want to set the status of the other translations as out-of-date. You can set this status by selecting the Flag other translations as outdated checkbox in the Translation section of the content editing form. The status will be visible on the Translations page.\\\":\\\"Si vous modifiez une traduction dans une langue, vous voulez peut être définir les autres traductions comme périmées. Vous pouvez définir cet état en cochant la caseMarquer les autres traductions comme périmées dans la section Traduction du formulaire d'édition de contenu. L'état sera visible sur la page des Traductions.\\\",\\\"Managing and displaying date fields\\\":\\\"Gestion et affichage des champs date\\\",\\\"Displaying dates\\\":\\\"Affichage des dates\\\",\\\"Track images uploaded via a Text Editor\\\":\\\"Suivre les images transférées par l'Éditeur de texte\\\",\\\"Ensures that the latest versions of images uploaded via a Text Editor are displayed.\\\":\\\"Garantis que les dernières versions des images transférées via un Éditeur de texte sont affichées.\\\",\\\"The image exceeds the maximum allowed dimensions and an attempt to resize it failed.\\\":\\\"L'image dépasse les dimensions maximales autorisées et la tentative de redimensionnement a échoué.\\\",\\\"The status of the file, temporary (FALSE) and permanent (TRUE).\\\":\\\"Le statut du fichier, temporaire (FALSE) et permanent (TRUE).\\\",\\\"Web page addresses and email addresses turn into links automatically.\\\":\\\"Les adresses de pages web et les adresses courriel se transforment en liens automatiquement.\\\",\\\"Active forum topics block\\\":\\\"Bloc sujets de forum actifs\\\",\\\"New forum topics block\\\":\\\"Bloc nouveaux sujets de forum\\\",\\\"Background color must be a hexadecimal color value.\\\":\\\"La couleur d'arrière-plan doit être une valeur de couleur hexadécimal.\\\",\\\"(upscaling allowed)\\\":\\\"(agrandissement autorisé)\\\",\\\"Adding languages\\\":\\\"Ajout de langues\\\",\\\"Adding custom languages\\\":\\\"Ajout de langues personnalisées\\\",\\\"You can add a language that is not provided in the drop-down list by choosing Custom language at the end of the list. You then have to configure its language code, name, and direction in the form provided.\\\":\\\"Vous pouvez ajouter une langue non proposée dans la liste en choisissant l'option Langue personnalisée en bas de la liste. Vous devez alors configurer le code de la langue, son nom, et son sens d'écriture à l'aide du formulaire fourni.\\\",\\\"Configuring content languages\\\":\\\"Configuration des langues du contenu\\\",\\\"Adding a language switcher block\\\":\\\"Ajout du bloc sélecteur de langue.\\\",\\\"Making a block visible per language\\\":\\\"Rendre un bloc visible par langue\\\",\\\"Choosing user languages\\\":\\\"Choix des langues de l'utilisateur\\\",\\\"Users can choose a Site language 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 User method is enabled as a Detection and selection method (see below). Administrative users can choose a separate Administration pages language for the interface text on administration pages. This configuration is only available on the user's profile page if the Account administration pages method is enabled (see below).\\\":\\\"Les utilisateurs peuvent choisir une Langue du site sur leur page de profil. Cette langue est utilisée pour les courriels, et peut être également servir à des modules pour déterminer la langue d'un utilisateur. Elle peut aussi être utilisée pour les textes de l'interface utilisateur, si la méthode Utilisateur est activée comme méthode de Détection et sélection (voir ci-dessous). Les utilisateurs de l'administration peuvent choisir séparément la Langue des pages d'administration pour les textes de l'interface utilisateur des pages de l'administration. Ce paramètre n'est disponible sur la page du profil utilisateur que si la méthode Pages d'administration du compte est activée (voir ci-dessous).\\\",\\\"URL sets the interface language based on a path prefix or domain (for example specifying de for German would result in URLs like example.com/de/contact). 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.\\\":\\\"URL définit la langue de l'interface en s'appuyant sur le préfixe de chemin ou le domaine (par exemple, specifier de pour l'allemand aboutirait à des URL du type exemple.com/de/contact). La langue par défaut n'a pas besoin d'un préfixe de chemin, mais on peut lui en attribuer un aussi. Si la détection de la langue est basée sur le domaine, un domaine doit être spécifié pour chaque langue.\\\",\\\"Session determines the interface language from a request or session parameter (for example example.com?language=de would set the interface language to German based on the use of de as the language parameter).\\\":\\\"Session détermine la langue de l'interface utilisateur à partir d'un paramètre de requête ou de session (par exemple, exemple.com?language=de définirait l'allemand comme langue de l'interface utilisateur, en s'appuyant sur la valeur de du paramètre language).\\\",\\\"User follows the language configuration set on the user's profile page.\\\":\\\"Utilisateur suit la langue configurée sur la page du profil de l'utilisateur.\\\",\\\"Selected language allows you to specify the site's default language or a specific language as the fall-back language. This method should be listed last.\\\":\\\"Langue sélectionnée vous permet de spécifier la langue par défaut du site ou une autre langue comme langue de repli. Cette méthode devrait être la dernière dans la liste.\\\",\\\"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.\\\":\\\"L'adresse courriel de l'auteur du commentaire, issue du formulaire de commentaire ; si l'utilisateur est anonyme et que le paramètre \\\\\\\"Les utilisateurs anonymes peuvent/doivent laisser leurs informations de contact\\\\\\\" est activé.\\\",\\\"Comma-separated list of recipient email addresses.\\\":\\\"Liste d'adresses de courriel de réception séparée par une virgule.\\\",\\\"Promote, change ownership, edit revisions, and perform other tasks across all content types.\\\":\\\"Promouvoir, changer la propriété, modifier les révisions et accomplir d'autres tâches pour tous les types de contenu.\\\",\\\"Syndicate block\\\":\\\"Bloc syndication\\\",\\\"Editing content in-place\\\":\\\"Modification rapide du contenu\\\",\\\"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.\\\":\\\"Une fois le mode de modification rapide activé, vous pourrez modifier chaque champ de votre contenu. Dans le thème par défaut, avec un navigateur utilisant JavaScript et une souris, le rendu des différents champs de votre contenu est entouré de bleu, une fenêtre surgissante indique le nom du champ lors de son survol et le clic sur un champ active l'éditeur. La fermeture de la fenêtre surgissante met fin au mode de modification rapide.\\\",\\\"Use shortcuts\\\":\\\"Utiliser les raccourcis\\\",\\\"Diff settings\\\":\\\"Paramètres de Diff\\\",\\\"Number of leading lines in a diff\\\":\\\"Nombre de lignes au début d'un diff\\\",\\\"Number of trailing lines in a diff\\\":\\\"Nombre de lignes à la fin d'un diff\\\",\\\"Branding block\\\":\\\"Bloc de marque\\\",\\\"Use site logo\\\":\\\"Utiliser le logo du site\\\",\\\"The current theme is not @theme\\\":\\\"Le thème actuel n'est pas @theme\\\",\\\"The current theme is @theme\\\":\\\"Le thème actuel est @theme\\\",\\\"Do not return true on the following pages: @pages\\\":\\\"Ne pas renvoyer vrai sur les pages suivantes : @pages\\\",\\\"Return true on the following pages: @pages\\\":\\\"Renvoyer vrai sur les pages suivantes : @pages\\\",\\\"Request Path\\\":\\\"Chemin de la requête\\\",\\\"Username or email address\\\":\\\"Nom d'utilisateur ou adresse courriel\\\",\\\"Email addresses to notify when updates are available\\\":\\\"Adresses de courriel à notifier lorsque des mises à jour sont disponibles\\\",\\\"Email notification threshold\\\":\\\"Seuil des courriels de notification\\\",\\\"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.\\\":\\\"À chaque fois que votre site vérifie la disponibilité de mises à jour et trouve des nouvelles versions, il peut informer une liste d'utilisateurs par courriel. Mettre un courriel par ligne. Si vide, aucun courriel ne sera envoyé.\\\",\\\"%email is not a valid email address.\\\":\\\"%email n'est pas une adresse de courriel valide.\\\",\\\"%emails are not valid email addresses.\\\":\\\"%emails ne sont pas des adresses de courriel valides.\\\",\\\"Configuring user roles\\\":\\\"Configurer les rôles des utilisateurs\\\",\\\"Setting permissions\\\":\\\"Paramétrage des permissions\\\",\\\"Managing account settings\\\":\\\"Gérer le paramétrage des comptes\\\",\\\"This web page allows administrators to register new users. Users' email addresses and usernames must be unique.\\\":\\\"Cette page permet aux administrateurs d'inscrire de nouveaux utilisateurs. Les adresses de courriel et les noms d'utilisateurs doivent être uniques.\\\",\\\"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.\\\":\\\"Une adresse de courriel valide. Tous les courriels de la part du système seront envoyés à cette adresse. L'adresse de courriel n'est pas publique et ne sera utilisée que si vous souhaitez recevoir un nouveau mot de passe, certaines actualités ou des notifications par courriel.\\\",\\\"This account's preferred language for emails and site presentation.\\\":\\\"La langue préférée de ce compte pour les courriels et la présentation du site.\\\",\\\"This account's preferred language for emails.\\\":\\\"La langue de préférence de ce compte pour les courriels.\\\",\\\"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.\\\":\\\"Les nouveaux utilisateurs devront valider leur courriel avant de se connecter sur le site et se verront attribuer un mot de passe généré par le système. Avec ce réglage désactivé, les utilisateurs seront connectés immédiatement lors de l'inscription, et pourront choisir leurs propres mots de passe lors de l'inscription.\\\",\\\"Notification email address\\\":\\\"Adresse de courriel de notification\\\",\\\"The email address to be used as the 'from' address for all account notifications listed below. If 'Visitors, but administrator approval is required' 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 (%site-email).\\\":\\\"Le courriel utilisé comme adresse «d'expéditeur (from)» pour toutes les notifications de compte ci-dessous. Si \\\\\\\"Les visiteurs, mais l'approbation d'un administrateur est requise\\\\\\\" est sélectionné ci-dessus, un courriel de notification sera également envoyé à cette adresse pour toutes les nouvelles inscriptions. Laisser vide pour utiliser le courriel par défaut du système (%site-email).\\\",\\\"Edit the welcome email messages sent to new member accounts created by an administrator.\\\":\\\"Modifier les messages de courriel de bienvenue envoyés aux comptes des nouveaux membres créés par un administrateur.\\\",\\\"Edit the welcome email messages sent to new members upon registering, when administrative approval is required.\\\":\\\"Modifier les messages de courriel de bienvenue envoyés aux nouveaux membres lors de leur inscription, quand une approbation de l'administrateur est requise.\\\",\\\"Edit the email notifying the site administrator that there are new members awaiting administrative approval.\\\":\\\"Modifier le courriel notifiant l'administrateur du site que de nouveaux membres attendent leur approbation.\\\",\\\"Edit the welcome email messages sent to new members upon registering, when no administrator approval is required.\\\":\\\"Modifier les messages de courriel de bienvenue envoyés aux nouveaux membres lors de leur inscription, quand aucune validation de l'administrateur n'est requise.\\\",\\\"Edit the email messages sent to users who request a new password.\\\":\\\"Modifier les messages courriels envoyés aux utilisateurs demandant un nouveau mot de passe.\\\",\\\"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).\\\":\\\"Activer et modifier les messages de courriel envoyés aux utilisateurs lors de l'activation de compte (lorsqu'un administrateur active le compte d'utilisateur déjà inscrit sur un site où l'approbation d'un administrateur est requise).\\\",\\\"Enable and edit email messages sent to users when their accounts are blocked.\\\":\\\"Activer et modifier les courriels envoyés aux utilisateurs lorsque leur compte est bloqué.\\\",\\\"Edit the email messages sent to users when they attempt to cancel their accounts.\\\":\\\"Modifier les courriels envoyés aux utilisateurs lorsqu'ils tentent d'annuler leur compte.\\\",\\\"Enable and edit email messages sent to users when their accounts are canceled.\\\":\\\"Activer et modifier les courriels envoyés aux utilisateurs lorsque leur compte est annulé.\\\",\\\"A welcome message with further instructions has been sent to your email address.\\\":\\\"Un message de bienvenue avec les instructions à suivre a été envoyé à votre adresse de courriel.\\\",\\\"A confirmation request to cancel your account has been sent to your email address.\\\":\\\"Une requête de confirmation pour annuler votre compte a été envoyée à votre adresse de courriel.\\\",\\\"Password reset instructions will be mailed to %email. You must log out to use the password reset link in the email.\\\":\\\"Les instructions de réinitialisation du mot de passe seront envoyées à %email. Vous devez vous déconnecter pour utiliser le lien de réinitialisation contenu dans l'email.\\\",\\\"Further instructions have been sent to your email address.\\\":\\\"Des instructions ont été envoyées à votre adresse de courriel.\\\",\\\"When the user has the following roles\\\":\\\"Quand l'utilisateur a les rôles suivants\\\",\\\"If you select no roles, the condition will evaluate to TRUE for all users.\\\":\\\"Si vous ne sélectionnez aucun rôle, la condition sera VRAIE pour tous les utilisateurs.\\\",\\\"The user is not a member of @roles\\\":\\\"L'utilisateur n'est pas un membre de @roles\\\",\\\"The user is a member of @roles\\\":\\\"L'utilisateur fait partie de @roles\\\",\\\"Use Replica Server\\\":\\\"Utiliser un serveur de réplication\\\",\\\"Query parameter\\\":\\\"Paramètre de requête\\\",\\\"The query parameter to use.\\\":\\\"Le paramètre de requête à utiliser.\\\",\\\"Fallback value\\\":\\\"Valeur de repli\\\",\\\"The fallback value to use when the above query parameter is not present.\\\":\\\"La valeur de repli à utiliser lorsque le paramètre de la requête ci-dessus n'est pas présent.\\\",\\\"Conjunction to use when handling multiple values. E.g. \\\\\\\"?value[0]=a&value[1]=b\\\\\\\".\\\":\\\"Conjonction à utiliser pour la gestion des valeurs multiples. Par ex. \\\\\\\"?value[0]=a&value[1]=b\\\\\\\".\\\",\\\"Use Secondary Server\\\":\\\"Utiliser le serveur secondaire\\\",\\\"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.\\\":\\\"Ceci forcera la requête à tenter de se connecter à un serveur de réplication, si disponible. Si aucun n'est défini ou disponible, elle se repliera sur le serveur par défaut.\\\",\\\"Type attribute\\\":\\\"Type d'attribut\\\",\\\"The type of this row.\\\":\\\"Le type de cette ligne.\\\",\\\"Text attribute\\\":\\\"Attribut texte\\\",\\\"The field that is going to be used as the OPML text attribute for each row.\\\":\\\"Le champ qui va être utilisé en tant qu'attribut texte OPML pour chaque ligne.\\\",\\\"Created attribute\\\":\\\"Attribut created\\\",\\\"The field that is going to be used as the OPML created attribute for each row.\\\":\\\"Le champ qui va être utilisé en tant qu'attribut date de création OPML pout chaque ligne.\\\",\\\"Description attribute\\\":\\\"Attribut description\\\",\\\"The field that is going to be used as the OPML description attribute for each row.\\\":\\\"Le champ qui va être utilisé en tant qu'attribut de description OPML pour chaque ligne.\\\",\\\"HTML URL attribute\\\":\\\"Attribut HTML URL\\\",\\\"The field that is going to be used as the OPML htmlUrl attribute for each row.\\\":\\\"Le champ qui sera utilisé comme attribut OPML htmlUrl pour chaque ligne.\\\",\\\"Language attribute\\\":\\\"Attribut language\\\",\\\"The field that is going to be used as the OPML language attribute for each row.\\\":\\\"Le champ qui sera utilisé comme attribut OPML langage pour chaque ligne.\\\",\\\"XML URL attribute\\\":\\\"Attribut XML URL\\\",\\\"URL attribute\\\":\\\"Attribut URL\\\",\\\"Row style plugin requires specifying which views field to use for OPML text attribute.\\\":\\\"Le plugin de style de ligne requiert de préciser quel champ de la vue utiliser pour l'attribut texte OPML.\\\",\\\"Row style plugin requires specifying which views field to use for XML URL attribute.\\\":\\\"Le plugin de style de ligne requiert de préciser quel champ de la vue utiliser pour l'attribut XML URL.\\\",\\\"Row style plugin requires specifying which views field to use for URL attribute.\\\":\\\"Le plugin de style de ligne requiert de préciser quel champ de la vue utiliser pour l'attribut URL.\\\",\\\"OPML fields\\\":\\\"Champs OPML\\\",\\\"Display fields as OPML items.\\\":\\\"Afficher les champs comme des éléments OPML.\\\",\\\"OPML Feed\\\":\\\"Flux OPML\\\",\\\"Generates an OPML feed from a view.\\\":\\\"Génère un flux OPML à partir d'une vue.\\\",\\\"Duplicate view\\\":\\\"Dupliquer la vue\\\",\\\"Duplicate of @label\\\":\\\"Copie de @label\\\",\\\"Site header\\\":\\\"Entête du site\\\",\\\"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.\\\":\\\"Le thème d'administration par défaut pour Drupal 8 a été construit avec des lignes épurées, des blocs simples, et une police sans-serif pour mettre l'accent sur les outils et les tâches à accomplir.\\\",\\\"Authentication methods\\\":\\\"Méthodes d'authentification\\\",\\\"\\\\\\\"On\\\\\\\" label\\\":\\\"Étiquette \\\\\\\"actif\\\\\\\"\\\",\\\"\\\\\\\"Off\\\\\\\" label\\\":\\\"Étiquette \\\\\\\"inactif\\\\\\\"\\\",\\\"The selected image handling toolkit '@toolkit' can not process operation '@operation'.\\\":\\\"L'outil de manipulation d'image '@toolkit' sélectionné ne peut pas effectuer l'action '@operation'.\\\",\\\"Edit menu link %title\\\":\\\"Modifier le lien de menu %title\\\",\\\"This link is provided by the @name module. The title and path cannot be edited.\\\":\\\"Ce lien est fournit par le module @name. Le titre et le chemin ne sont pas modifiables.\\\",\\\"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.\\\":\\\"La profondeur maximale d'un lien et ses descendants est fixée. Certains liens de menu ne seront peut être pas disponibles si leur sélection induit le dépassement de cette limite.\\\",\\\"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.\\\":\\\"Poids du lien parmi les liens dans le même menu à la même profondeur. Dans le menu, les liens avec un poids élevé seront en bas de liste tandis que les liens avec un poids faible seront positionnés plus en haut de liste.\\\",\\\"Add comment type\\\":\\\"Ajouter un type de commentaire\\\",\\\"Manage form and displays settings of comments.\\\":\\\"Gérer la configuration des formulaires et affichages des commentaires.\\\",\\\"Can not uninstall the Configuration module as part of a configuration synchronization through the user interface.\\\":\\\"Impossible de désinstaller le module Configuration dans le cadre d'une synchronisation de configuration via l'interface utilisateur.\\\",\\\"The message UUID.\\\":\\\"L'UUID du message.\\\",\\\"Confirm delete recent log messages\\\":\\\"Confirmer la suppression des messages récents du journal\\\",\\\"Are you sure you want to delete the recent logs?\\\":\\\"Êtes-vous certain de vouloir supprimer les journaux récents ?\\\",\\\"No log entry ID was provided\\\":\\\"Aucun identifiant d'entrée de journal n'a été fourni\\\",\\\"Boolean settings\\\":\\\"Paramètres booléens\\\",\\\"On label\\\":\\\"Étiquette d'activation\\\",\\\"Off label\\\":\\\"Étiquette de désactivation\\\",\\\"Updating translations for JavaScript and default configuration.\\\":\\\"Mise à jour des traductions de JavaScript et de la configuration par défaut.\\\",\\\"Updating default configuration (@percent%).\\\":\\\"Mise à jour de la configuration par défaut (@percent%).\\\",\\\"Updated default configuration.\\\":\\\"Configuration par défaut mise à jour.\\\",\\\"The Custom Menu Links module allows users to create menu links. These links can be translated if multiple languages are used for the site.\\\":\\\"Le module Custom Menu Links permet aux utilisateurs de créer des liens de menu. Ces liens peuvent être traduits si plusieurs langues sont présentes sur le site.\\\",\\\"Custom Menu Links\\\":\\\"Liens de menu personnalisés\\\",\\\"Allows administrators to create custom menu links.\\\":\\\"Permet aux administrateurs de créer des liens de menus personnalisés.\\\",\\\"The entity ID for this menu link content entity.\\\":\\\"L'ID de l'entité de contenu de ce lien de menu.\\\",\\\"The content menu link UUID.\\\":\\\"L'UUID du contenu du lien de menu.\\\",\\\"The content menu link bundle.\\\":\\\"Le paquet du contenu du lien de menu.\\\",\\\"The menu name. All links with the same menu name (such as \\\\\\\"tools\\\\\\\") are part of the same menu.\\\":\\\"Le nom de menu. Tous les liens ayant le même nom de menu (tels que \\\\\\\"outils\\\\\\\") font partie du même menu.\\\",\\\"Parent plugin ID\\\":\\\"Identifiant (ID) du plugin parent\\\",\\\"The ID of the parent menu link plugin, or empty string when at the top level of the hierarchy.\\\":\\\"L'identifiant (ID) du plugin parent de lien de menu, ou une chaîne vide si déjà situé au plus haut.\\\",\\\"Custom menu link\\\":\\\"Lien de menu personnalisé\\\",\\\"The comment type\\\":\\\"Le type de commentaire\\\",\\\"Default comments\\\":\\\"Commentaires par défaut\\\",\\\"Allows commenting on content\\\":\\\"Autorise à commenter le contenu\\\",\\\"Comments without subject field\\\":\\\"Commentaires sans champ objet\\\",\\\"Allows commenting on content, comments without subject field\\\":\\\"Permet de commenter sur le contenu, commentaires sans champ sujet\\\",\\\"The comment type label\\\":\\\"L'étiquette du type de commentaire\\\",\\\"The comment type description\\\":\\\"La description du type de commentaire\\\",\\\"The value for this field.\\\":\\\"La valeur pour ce champ.\\\",\\\"The language of the content or translation.\\\":\\\"La langue du contenu ou de la traduction.\\\",\\\"The language the original content is in.\\\":\\\"La langue du contenu originel.\\\",\\\"Allowed value with label\\\":\\\"Valeur autorisée avec étiquette\\\",\\\"Data type callback\\\":\\\"Procédure de rappel (callback) du type de données\\\",\\\"Callable\\\":\\\"Fonction appelable\\\",\\\"Interaction type\\\":\\\"Type d'interaction\\\",\\\"Enabling REST support for an entity type\\\":\\\"Activation de la prise en charge de REST pour un type d'entité\\\",\\\"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.\\\":\\\"Vous devrez aussi accorder aux utilisateurs anonymes le droit d'effectuer chacune des opérations REST que vous voulez rendre disponible et paramétrer correctement l'authentification pour autoriser les requêtes web.\\\",\\\"Configuring search pages\\\":\\\"Configuration des pages de recherche\\\",\\\"Managing the search index\\\":\\\"Gestion de l'index de recherche\\\",\\\"Displaying the Search block\\\":\\\"Affichage du bloc de recherche\\\",\\\"Searching your site\\\":\\\"Rechercher sur votre site\\\",\\\"Extending the Search module\\\":\\\"Ajouter des fonctionnalités au module Search\\\",\\\"Search index progress\\\":\\\"Progression de l'index de recherche\\\",\\\"@percent% (@remaining remaining)\\\":\\\"@percent% (@remaining restant)\\\",\\\"Indexing progress\\\":\\\"Progression de l'indexation\\\",\\\"%num_indexed of %num_total indexed\\\":\\\"%num_indexed sur %num_total indexés\\\",\\\"Does not use index\\\":\\\"N'utilise pas l'index\\\",\\\"If checked, all searches will be logged. Uncheck to skip logging. Logging may affect performance.\\\":\\\"Si coché, toutes les recherches seront journalisées. Décocher pour ignorer la journalisation. La journalisation peut affecter les performances.\\\",\\\"Overall results:\\\":\\\"Résultats globaux :\\\",\\\"Crops an image to a rectangle specified by the given dimensions.\\\":\\\"Recadre une image en un rectangle spécifié par les dimensions données.\\\",\\\"The image '@file' could not be desaturated because the imagefilter() function is not available in this PHP installation.\\\":\\\"L'image '@file' n'a pas pu être désaturée parce que la fonction imagefilter() n'est pas disponible dans cette version de PHP.\\\",\\\"Converts an image to grayscale.\\\":\\\"Convertit une image en niveaux de gris.\\\",\\\"Resizes an image to the given dimensions (ignoring aspect ratio).\\\":\\\"Redimensionne une image aux dimensions données (en ignorant les proportions).\\\",\\\"Rotates an image by the given number of degrees.\\\":\\\"Pivote une image du nombre de degrés donnés.\\\",\\\"Scales an image while maintaining aspect ratio. The resulting image can be smaller for one or both target dimensions.\\\":\\\"Met une image à l’échelle tout en conservant ses proportions. L'image qui en résulte peut avoir l'un de ses côtés plus petit que la taille spécifiée.\\\",\\\"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.\\\":\\\"Redimensionne une image aux dimensions exactes données. Ce plugin parvient à l'aspect et au ratio cible en découpant l'image originale de façon égale sur les 2 côtés, ou de façon égale sur les bords supérieur et inférieur. Cet effet est utile pour créer des avatars de taille uniforme depuis des images plus larges.\\\",\\\"Site administration toolbar\\\":\\\"Barre d'administration du site\\\",\\\"To follow a specific user's new and updated content, select the Activity tab from the user's profile page.\\\":\\\"Pour suivre les contenus nouveaux ou mis à jour d'un utilisateur spécifique, sélectionnez l'onglet Activité depuis la page du profil de l'utilisateur.\\\",\\\"Activity Tracker\\\":\\\"Activity Tracker\\\",\\\"View user information\\\":\\\"Voir les informations de l'utilisateur\\\",\\\"Add \\\\\\\"…\\\\\\\" at the end of trimmed text\\\":\\\"Ajouter \\\\\\\"...\\\\\\\" à la fin du texte tronqué\\\",\\\"This link is provided by the Views module from view %label.\\\":\\\"Ce lien est fourni par le module Views depuis la vue %label.\\\",\\\"Change to\\\":\\\"Changer pour\\\",\\\"Region for @title\\\":\\\"Région pour @title\\\",\\\"@path is not a valid path.\\\":\\\"@path n'est pas un chemin valide.\\\",\\\"Base field bundle override\\\":\\\"Supplantation du paquet du champ de base\\\",\\\"Datetime timestamp display format settings\\\":\\\"Paramètres du format d'affichage des dates avec horodatage\\\",\\\"Boolean checkbox display format settings\\\":\\\"Paramètres du format d'affichage des champs Booléens\\\",\\\"Installed themes\\\":\\\"Thèmes installés\\\",\\\"The %file does not exist.\\\":\\\"Le fichier %file n'existe pas.\\\",\\\"The %file exists.\\\":\\\"Le fichier %file existe.\\\",\\\"The %file is not readable.\\\":\\\"Le %file n'est pas accessible en lecture.\\\",\\\"The %file is not writable.\\\":\\\"Le %file n'est pas accessible en écriture.\\\",\\\"The @file is writable.\\\":\\\"Le fichier @file est accessible en écriture.\\\",\\\"The @file is owned by the web server.\\\":\\\"Le fichier @file appartient au serveur web.\\\",\\\"Negate the condition\\\":\\\"Inverser la condition\\\",\\\"Finalizing configuration synchronization.\\\":\\\"Finalisation de la synchronisation de la configuration.\\\",\\\"Datetime Timestamp\\\":\\\"Horodatage datetime\\\",\\\"%theme theme installed.\\\":\\\"Thème %theme installé.\\\",\\\"Base field override\\\":\\\"Surcharge de champ de base\\\",\\\"Display prefix and suffix\\\":\\\"Afficher préfixe et suffixe\\\",\\\"Text (plain)\\\":\\\"Texte (brut)\\\",\\\"A field containing a plain string value.\\\":\\\"Un champ contenant une valeur brute de chaîne de caractères .\\\",\\\"Text (plain, long)\\\":\\\"Texte (brut, long)\\\",\\\"A field containing a long string value.\\\":\\\"Un champ contenant une longue chaîne de caractères.\\\",\\\"You cannot use an external URL, please enter a relative path.\\\":\\\"Vous ne pouvez pas utiliser une URL externe, veuillez saisir un chemin relatif.\\\",\\\"This path does not exist or you do not have permission to link to %path.\\\":\\\"Ce chemin n'existe pas ou vous n'avez pas la permission de créer un lien vers %path.\\\",\\\"Install newly added themes\\\":\\\"Installer les thèmes ajoutés récemment\\\",\\\"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.\\\":\\\"Les blocs sont placés et configurés spécifiquement pour chaque thème. La page de mise en page des blocs s'affiche avec le thème par défaut mais vous pouvez basculer sur un autre thème installé.\\\",\\\"Comment operation links\\\":\\\"Liens d'action de commentaire\\\",\\\"The target entity type can not be changed after the comment type has been created.\\\":\\\"Le type d'entité cible ne peut pas être changé après que le type de commentaire ait été créé.\\\",\\\"There are no configuration changes to import.\\\":\\\"Il n'y a aucun changement de configuration à importer.\\\",\\\"Enable the personal contact form by default for new users\\\":\\\"Activer le formulaire de contact personnel par défaut pour les nouveaux utilisateurs\\\",\\\"Create and manage contact forms.\\\":\\\"Créer et gérer des formulaires de contact.\\\",\\\"Edit contact form\\\":\\\"Modifier le formulaire de contact\\\",\\\"Default form identifier\\\":\\\"Identifiant de formulaire par défaut\\\",\\\"When listing forms, those with lighter (smaller) weights get listed before forms with heavier (larger) weights. Forms with equal weights are sorted alphabetically.\\\":\\\"Dans les listes de formulaires, ceux de poids plus faible sont affichés avant ceux de poids plus élevé. Les formulaires de poids égaux sont classés par ordre alphabétique.\\\",\\\"Contact form %label has been updated.\\\":\\\"Le formulaire de contact %label a été mis à jour.\\\",\\\"Contact form %label has been added.\\\":\\\"Le formulaire de contact %label a été ajouté.\\\",\\\"Send yourself a copy\\\":\\\"M'envoyer une copie\\\",\\\"%sender-name (@sender-from) sent an email regarding %contact_form.\\\":\\\"%sender-name (@sender-from) a envoyé un courriel par rapport à %contact_form.\\\",\\\"The ID of the associated form.\\\":\\\"L'identifiant (ID) du formulaire associé.\\\",\\\"Users may translate this field\\\":\\\"Les utilisateurs peuvent traduire ce champ\\\",\\\"Content translation field settings\\\":\\\"Paramètres du champ de traduction du contenu\\\",\\\"Field properties for which to synchronize translations\\\":\\\"Propriétés du champ dont il faut synchroniser les traductions\\\",\\\"Field column for which to synchronize translations\\\":\\\"Colonne du champ dont il faut synchroniser les traductions\\\",\\\"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:\\\":\\\"Les liens contextuels pour une zone de la page sont affichés via le bouton de liens contextuels. Il existe deux façons de rendre le bouton de liens contextuels visible :\\\",\\\"Once the contextual links button for the area of interest is visible, click the button to display the links.\\\":\\\"Une fois que le bouton des liens contextuels de la zone d'intérêt est visible, cliquer sur le bouton pour afficher les liens.\\\",\\\"The relative date value entered is invalid.\\\":\\\"La valeur de date relative saisie est invalide.\\\",\\\"Add new field: you need to provide a machine name for the field.\\\":\\\"Ajouter un nouveau champ : vous avez besoin de fournir un nom système pour le champ.\\\",\\\"Allowed types: @extensions.\\\":\\\"Types autorisés : @extensions.\\\",\\\"Back to content editing\\\":\\\"Revenir à la modification du contenu\\\",\\\"\\\\n

You can align images, videos, blockquotes and so on to the left, right or center. Examples:

\\\\n
    \\\\n
  • Align an image to the left: <img src=\\\\\\\"\\\\\\\" data-align=\\\\\\\"left\\\\\\\" />
  • \\\\n
  • Align an image to the center: <img src=\\\\\\\"\\\\\\\" data-align=\\\\\\\"center\\\\\\\" />
  • \\\\n
  • Align an image to the right: <img src=\\\\\\\"\\\\\\\" data-align=\\\\\\\"right\\\\\\\" />
  • \\\\n
  • … and you can apply this to other elements as well: <video src=\\\\\\\"\\\\\\\" data-align=\\\\\\\"center\\\\\\\" />
  • \\\\n
\\\":\\\"\\\\n

Vous pouvez aligner les images, vidéos, citations, etc, sur la gauche, la droite ou au centre. Exemples :

\\\\r\\\\n
    \\\\r\\\\n
  • Aligner une image sur la gauche : <img src=\\\\\\\"\\\\\\\" data-align=\\\\\\\"left\\\\\\\" />
  • \\\\r\\\\n
  • Aligner une image au centre : <img src=\\\\\\\"\\\\\\\" data-align=\\\\\\\"center\\\\\\\" />
  • \\\\r\\\\n
  • Aligner une image sur la droite : <img src=\\\\\\\"\\\\\\\" data-align=\\\\\\\"right\\\\\\\" />
  • \\\\r\\\\n
  • … et vous pouvez appliquer ceci à d'autres éléments comme : <video src=\\\\\\\"\\\\\\\" data-align=\\\\\\\"center\\\\\\\" />
  • \\\\r\\\\n
\\\",\\\"Align images\\\":\\\"Aligner les images\\\",\\\"Uses a data-align attribute on <img> tags to align images.\\\":\\\"Utilise un attribut data-align sur les balises <img> pour aligner les images.\\\",\\\"\\\\n

You can caption images, videos, blockquotes, and so on. Examples:

\\\\n
    \\\\n
  • <img src=\\\\\\\"\\\\\\\" data-caption=\\\\\\\"This is a caption\\\\\\\" />
  • \\\\n
  • <video src=\\\\\\\"\\\\\\\" data-caption=\\\\\\\"The Drupal Dance\\\\\\\" />
  • \\\\n
  • <blockquote data-caption=\\\\\\\"Dries Buytaert\\\\\\\">Drupal is awesome!</blockquote>
  • \\\\n
  • <code data-caption=\\\\\\\"Hello world in JavaScript.\\\\\\\">alert(\\\\\\\"Hello world!\\\\\\\");</code>
  • \\\\n
\\\":\\\"\\\\n

Vous pouvez ajouter une légende aux images, vidéos, citations, etc. Exemples :

\\\\r\\\\n
    \\\\r\\\\n
  • <img src=\\\\\\\"\\\\\\\" data-caption=\\\\\\\"Ceci est une légende\\\\\\\" />
  • \\\\r\\\\n
  • <video src=\\\\\\\"\\\\\\\" data-caption=\\\\\\\"La danse Drupal\\\\\\\" />
  • \\\\r\\\\n
  • <blockquote data-caption=\\\\\\\"Dries Buytaert\\\\\\\">Drupal est génial !</blockquote>
  • \\\\r\\\\n
  • <code data-caption=\\\\\\\"Hello world en JavaScript.\\\\\\\">alert(\\\\\\\"Hello world!\\\\\\\");</code>
  • \\\\r\\\\n
\\\",\\\"Caption images\\\":\\\"Légendes des images\\\",\\\"Uses a data-caption attribute on <img> tags to caption images.\\\":\\\"Utilise un attribut data-caption sur les balises <img> pour légender les 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.\\\":\\\"@count fichier de traduction n'a pas pu être importé. Consulter le journal pour avoir des détails.\\\\u0003@count fichiers de traduction n'ont pas pu être importés. Consulter le journal pour avoir des détails.\\\",\\\"A flag for whether the link should be enabled in menus or hidden.\\\":\\\"Un marqueur indiquant si le lien est actif ou caché dans le menu.\\\",\\\"The time that the menu link was last edited.\\\":\\\"Le moment où le lien de menu a été modifié pour la dernière fois.\\\",\\\"The selected menu item is not under one of the selected menus.\\\":\\\"L'élément de menu sélectionné ne fait pas partie de l'un des menus sélectionnés.\\\",\\\"Migration @id did not meet the requirements. @message @requirements\\\":\\\"La migration @id n'a pas rempli les pré-requis. @message @requirements\\\",\\\"The timestamp the latest revision of this node was created.\\\":\\\"L'horodatage auquel la dernière révision de ce nœud a été créée.\\\",\\\"Recently created\\\":\\\"Créé récemment\\\",\\\"Whether a new revision should be created by default\\\":\\\"Si une nouvelle révision doit être créée par défaut ou non\\\",\\\"Display author and date information\\\":\\\"Afficher les informations sur l'auteur et la date\\\",\\\"Breakpoint ID\\\":\\\"Identifiant (ID) du point d'arrêt\\\",\\\"Unable to delete the shortcut for %title.\\\":\\\"Impossible de supprimer le raccourci pour %title.\\\",\\\"A date in a custom format. See the PHP documentation for details.\\\":\\\"Une date dans un format personnalisé. Consulter la documentation PHP pour plus de détails.\\\",\\\"Drupal database update\\\":\\\"Mise à jour de la base de données de Drupal\\\",\\\"Use this utility to update your database whenever a new release of Drupal or a module is installed.\\\":\\\"Utiliser cet utilitaire pour mettre à jour la base de données quand une nouvelle version de Drupal ou d'un module est installée.\\\",\\\"Back up your code. 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.\\\":\\\"Faites une copie de sauvegarde de votre code. Conseil : quand vous faites une copie de sauvegarde du code d'un module, ne la laissez pas dans le répertoire 'modules' ni dans un des répertoires 'sites/*/modules' car cela pourrait perturber le mécanisme de découverte automatique de Drupal.\\\",\\\"Back up your database. This process will change your database values and in case of emergency you may need to revert to a backup.\\\":\\\"Sauvegardez votre base de données. Ce processus va modifier des valeurs dans votre base de données et, en cas d'urgence, vous pourriez avoir besoin de revenir à une version sauvegardée.\\\",\\\"Install your new files in the appropriate location, as described in the handbook.\\\":\\\"Installez vos nouveaux fichiers dans le dossier approprié, comme décrit dans le manuel.\\\",\\\"When you have performed the steps above, you may proceed.\\\":\\\"Une fois les étapes ci-dessus réalisées, vous pouvez continuer.\\\",\\\"This update will been skipped due to the following missing dependencies:\\\":\\\"Cette mise à jour sera ignorée car il manque les dépendances suivantes :\\\",\\\"This update will be skipped due to an error in the module's code.\\\":\\\"Cette mise à jour sera ignorée du fait d'une erreur dans le code du module.\\\",\\\"The version of Drupal you are updating from has been automatically detected.\\\":\\\"La version de Drupal à partir de laquelle vous faîtes une mise à jour a été détectée automatiquement.\\\",\\\"All errors have been logged.\\\":\\\"Toutes les erreurs ont été journalisées.\\\",\\\"The update process was aborted prematurely while running update #@version in @module.module.\\\":\\\"Le processus de mise à jour a été annulé prématurément lors de l'exécution de la mise à jour #@version dans @module.module.\\\",\\\"You may need to check the watchdog database table manually.\\\":\\\"Vous pouvez vérifier la table watchdog de la base de données manuellement.\\\",\\\"Reminder: don't forget to set the $settings['update_free_access'] value in your settings.php file back to FALSE.\\\":\\\"Rappel : ne pas oublier de redéfinir la valeur de $settings['update_free_access'] à FALSE dans votre fichier settings.php\\\",\\\"Failed:\\\":\\\"Échec :\\\",\\\"Update #@count\\\":\\\"Mise à jour #@count\\\",\\\"The following updates returned messages:\\\":\\\"Les mises à jour suivantes ont retourné les messages :\\\",\\\"Review updates\\\":\\\"Vérifier les mises à jour\\\",\\\"Starting updates\\\":\\\"Début des mises à jour\\\",\\\"Install and set as default\\\":\\\"Installer et définir par défaut\\\",\\\"Installed theme\\\\u0003Installed themes\\\":\\\"Thème installé\\\\u0003Thèmes installés\\\",\\\"Uninstalled theme\\\\u0003Uninstalled themes\\\":\\\"Thème désinstallé\\\\u0003Thèmes désinstallés\\\",\\\"%theme is the default theme and cannot be uninstalled.\\\":\\\"%theme est le thème par défaut et ne peut être désinstallé.\\\",\\\"The %theme theme has been uninstalled.\\\":\\\"Le thème %theme a été désinstallé.\\\",\\\"The %theme theme has been installed.\\\":\\\"Le thème %theme a été installé.\\\",\\\"Empty time zone\\\":\\\"Fuseau horaire vide\\\",\\\"Users may set their own time zone at registration\\\":\\\"Les utilisateurs peuvent définir leur propre fuseau horaire à l'inscription\\\",\\\"Menu levels\\\":\\\"Niveaux de menu\\\",\\\"Whether or not the content related to a term is sticky.\\\":\\\"Si le contenu associé à un terme est épinglé (en haut des listes).\\\",\\\"Whether or not the content related to a term is sticky. To list sticky content first, set this to descending.\\\":\\\"Si le contenu relatif à un terme est épinglé en haut des listes ou non. Pour lister le contenu épinglé en premier, définir cette option à descendant.\\\",\\\"The date the content related to a term was posted.\\\":\\\"La date à laquelle le contenu associé à un terme a été posté.\\\",\\\"Telephone numbers can be displayed as links with the scheme name tel: by choosing the Telephone display format on the Manage display page. Any spaces will be stripped out of the link text. This semantic markup improves the user experience on mobile and assistive technology devices.\\\":\\\"Les numéros de téléphone peuvent être affichés comme liens avec le schéma d'URI tel: en sélectionnant le format d'affichage Téléphone sur la page de configuration de l'affichage. Tout espace sera retiré du texte du lien. Ce balisage sémantique améliore l'expérience utilisateur sur les terminaux mobiles ou disposant de technologies d'assistance.\\\",\\\"Title to replace basic numeric telephone number display\\\":\\\"Titre pour remplacer l'affichage d'un numéro de téléphone numérique basique\\\",\\\"Text (formatted) settings\\\":\\\"Paramètres du texte (mis en forme)\\\",\\\"Text (formatted, long) settings\\\":\\\"Paramètres du texte (mis en forme, long)\\\",\\\"Text (formatted, long, with summary) settings\\\":\\\"Paramètres du texte (mis en forme, long, avec résumé)\\\",\\\"Formatted text default display format settings\\\":\\\"Paramètres par défaut du format d'affichage du texte mis en forme\\\",\\\"Summary or trimmed formatted text display format settings\\\":\\\"Paramètres du format d'affichage du résumé ou du texte tronqué mis en forme\\\",\\\"Text (formatted)\\\":\\\"Texte (formaté)\\\",\\\"This field stores a text with a text format.\\\":\\\"Ce champ stocke un texte avec un format de texte.\\\",\\\"Text (formatted, long)\\\":\\\"Texte (formaté, long)\\\",\\\"This field stores a long text with a text format.\\\":\\\"Ce champ stocke un texte long et son format de texte.\\\",\\\"Text (formatted, long, with summary)\\\":\\\"Texte (formaté, long, avec résumé)\\\",\\\"This field stores long text with a format and an optional summary.\\\":\\\"Ce champ stocke un texte long avec un format et un résumé optionnel.\\\",\\\"Require email verification when a visitor creates an account\\\":\\\"Nécessiter la vérification du courriel lorsqu'un visiteur crée un compte\\\",\\\"- No preference -\\\":\\\"- Aucune préférence -\\\",\\\"The time that the user was last edited.\\\":\\\"La date à laquelle l'utilisateur a été modifié pour la dernière fois.\\\",\\\"Display the referenced author user entity.\\\":\\\"Afficher l'entité utilisateur de l'auteur référencé.\\\",\\\"Add a read-more link if output is trimmed\\\":\\\"Ajouter un lien \\\\\\\"voir plus\\\\\\\" si le rendu est tronqué\\\",\\\"@entity_type revision\\\":\\\"Révision de @entity_type\\\",\\\"@entity_type revisions\\\":\\\"Révisions de @entity_type\\\",\\\"Include reset button (resets all applied exposed filters)\\\":\\\"Ajouter un bouton de réinitialisation (réinitialise tous les filtres exposés)\\\",\\\"The Exposed items per page field's options must include the value from the Items per page field (@items_per_page).\\\":\\\"Les options du champ Éléments par page affichés doivent inclure la valeur du champ Éléments par page (@items_per_page).\\\",\\\"REST export settings\\\":\\\"Paramètres d'export REST\\\",\\\"Provide a REST export\\\":\\\"Fournir un export REST\\\",\\\"REST export path\\\":\\\"Chemin de l'export REST\\\",\\\"Primary tabs display toggle\\\":\\\"Activer/désactiver l'affichage des onglets principaux\\\",\\\"Default value callback\\\":\\\"Valeur par défaut de la procédure de rappel (callback)\\\",\\\"URI as link display format settings\\\":\\\"Paramètres du format d'affichage d'une URI en tant que lien\\\",\\\"Timestamp ago display format settings\\\":\\\"Paramètres du format d'affichage des dates relatives\\\",\\\"Link to URI\\\":\\\"Lien vers l'URI\\\",\\\"Items associated with this feed\\\":\\\"Éléments associés à ce flux\\\",\\\"The feed image\\\":\\\"L'image du flux\\\",\\\"The description of this feed\\\":\\\"La description de ce flux\\\",\\\"A more link to the feed detail page\\\":\\\"Un lien plus vers la page détail du flux\\\",\\\"The description of this feed item\\\":\\\"La description de cet élément de flux\\\",\\\"More posts about @title\\\":\\\"Plus de contenus à propos de @title\\\",\\\"The length of time between feed updates. Requires a correctly configured cron maintenance task.\\\":\\\"Intervalle de temps entre les mises à jours du flux. Nécessite une tâche planifiée (cron) de maintenance correctement configurée.\\\",\\\"Source feed\\\":\\\"Flux source\\\",\\\"The aggregator feed entity associated with this item.\\\":\\\"L'entité flux de l'agrégateur associée à cet élément.\\\",\\\"Attempt to purge a field storage @field_name that still has fields.\\\":\\\"Tentative de purge d'un stockage de champ @field_name qui contient toujours des champs.\\\",\\\"Field storage\\\":\\\"Stockage de champ\\\",\\\"Edit storage settings.\\\":\\\"Modifier les paramètres de stockage.\\\",\\\"%field settings for %bundle\\\":\\\"Paramètres du champ %field pour %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.\\\":\\\"La taille d'image minimum autorisée formulée comme LARGEUR×HAUTEUR (ex : 640×480). Laisser vide pour ne pas limiter. Si une image plus petite est envoyée, elle sera rejetée.\\\",\\\"Disabling drag-and-drop functionality\\\":\\\"Désactivation de la fonctionnalité de glisser-déposer\\\",\\\"Improving table accessibility\\\":\\\"Amélioration de l'accessibilité du tableau\\\",\\\"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 caption element can introduce context for a table, making it easier to understand. The summary 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.\\\":\\\"Les tableaux de Views contiennent un balisage sémantique pour améliorer l'accessibilité. Les cellules de données sont automatiquement associées aux cellules d'entête via un identifiant et des attributs d'entête. Pour améliorer l'accessibilité de vos tableaux vous pouvez ajouter des éléments descriptifs dans les paramètres des tableaux de Views. L'élément légende peut ajouter un contexte à un tableau, facilitant sa compréhension. L'élément résumé peut apporter une vue d'ensemble sur l'organisation des données et sur la navigation dans le tableau. La légende et le résumé sont tous deux visibles par défaut et sont implémentés dans le respect des directives HTML5.\\\",\\\"OPML field options\\\":\\\"Options du champ OMPL\\\",\\\"Testing multilingual\\\":\\\"Tests multilingues\\\",\\\"Minimal profile for running tests with a multilingual installer.\\\":\\\"Profil minimal pour lancer les tests avec un programme d'installation multilingue.\\\",\\\"Muted\\\":\\\"Muet\\\",\\\"This block is broken or missing. You may be missing content or you might need to enable the original module.\\\":\\\"Ce bloc est défectueux ou manquant. Le contenu est manquant ou vous devez peut-être activer le module d'origine.\\\",\\\"You do not have access to the referenced entity (%type: %id).\\\":\\\"Vous n'avez pas accès à l'entité référencée (%type : %id).\\\",\\\"@label ID\\\":\\\"Identifiant de @label\\\",\\\"Many sites publish their headlines and posts in feeds, using a number of standardized XML-based formats. The aggregator supports RSS, RDF, and Atom.\\\":\\\"De nombreux sites publient leurs titres et contributions dans des flux, en utilisant un certain nombre de formats XML standards.\\\\r\\\\nL'aggrégateur prend en charge RSS, RDF, et Atom.\\\",\\\"Rich Text Editor, !label field\\\":\\\"Éditeur de texte riche, champ !label\\\",\\\"Comments are responses to content.\\\":\\\"Les commentaires sont des réponses au contenu.\\\",\\\"Filename: %name\\\":\\\"Nom de fichier : %name\\\",\\\"Recipient username\\\":\\\"Nom d'utilisateur du destinataire\\\",\\\"You can align images (data-align=\\\\\\\"center\\\\\\\"), but also videos, blockquotes, and so on.\\\":\\\"Vous pouvez aligner les images (data-align=\\\\\\\"center\\\\\\\"), mais également les vidéos, citations, etc.\\\",\\\"You can caption images (data-caption=\\\\\\\"Text\\\\\\\"), but also videos, blockquotes, and so on.\\\":\\\"Vous pouvez légender les images (data-align=\\\\\\\"center\\\\\\\"), mais également les vidéos, citations, etc.\\\",\\\"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.\\\":\\\"Pour l'accessibilité et le SEO, toutes les images porteuses d'information doivent avoir un texte alternatif. Drupal permet également de renseigner le texte de l'attribut \\\\\\\"title\\\\\\\", cependant cela peut générer de la confusion pour les utilisateurs de lecteur d'écran, son utilisation n'est donc pas recommandée. Image fields peut être configuré de manière à ce que le texte alternatif et le texte de l'attribut \\\\\\\"title\\\\\\\" soient activés ou désactivés; si activés les champs peuvent être définis comme obligatoires. La configuration recommandée est d'activer et exiger le texte alternatif et de désactiver le champ \\\\\\\"title\\\\\\\".\\\",\\\"Making this field required is recommended.\\\":\\\"Rendre ce champ requis est recommandé.\\\",\\\"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.\\\":\\\"L'attribut title est utilisé comme texte d'aide lorsque la souris survole une image. Activer ce champ n'est pas recommandé car cela peut perturber les lecteurs d'écran.\\\",\\\"Image convert failed using the %toolkit toolkit on %path (%mimetype)\\\":\\\"La conversion de l'image a échoué avec la boîte à outils %toolkit sur %path (%mimetype)\\\",\\\"Converts an image between extensions (e.g. from PNG to JPEG).\\\":\\\"Convertit une image entre des extensions (par ex. de PNG à JPEG).\\\",\\\"The domain may not be left blank for %language.\\\":\\\"Le domaine ne peut pas être laissé vide pour %language.\\\",\\\"Leave preview?\\\":\\\"Quitter l'aperçu ?\\\",\\\"Leave preview\\\":\\\"Quitter l'aperçu\\\",\\\"Leaving the preview will cause unsaved changes to be lost. Are you sure you want to leave the preview?\\\":\\\"Quitter la pré-visualisation entraînera la perte des changements non-enregistrés. Êtes-vous sûr(e) de vouloir quitter la pré-visualisation ?\\\",\\\"CTRL+Left click will prevent this dialog from showing and proceed to the clicked link.\\\":\\\"CTRL + clic gauche empêchera cette fenêtre de dialogue de s'ouvrir et ouvrira le lien cliqué.\\\",\\\"The human-readable name of this content type. This text will be displayed as part of the list on the Add content page. This name must be unique.\\\":\\\"Le nom affiché de ce type de contenu. Ce texte sera affiché dans la liste de la page Ajouter un contenu. Ce nom doit être unique.\\\",\\\"Search for @keywords\\\":\\\"Recherche pour @keywords\\\",\\\"Instructs the toolkit to save the image with a specified extension.\\\":\\\"Indique à la boîte à outils d'enregistrer l'image avec une extension spécifique.\\\",\\\"Set a new image\\\":\\\"Définir une nouvelle image\\\",\\\"Creates a new transparent resource and sets it for the image.\\\":\\\"Crée une nouvelle ressource transparente et le définir pour l'image.\\\",\\\"The text with the text format applied.\\\":\\\"Le texte avec le format de texte appliqué.\\\",\\\"Processed summary\\\":\\\"Résumé traité\\\",\\\"The summary text with the text format applied.\\\":\\\"Le texte de résumé avec le format de texte appliqué.\\\",\\\"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.\\\":\\\"Les onglets sont des boutons, affichés dans une barre horizontale en haut de l'écran. Certain onglets exécutent une action (comme le démarrage du mode Édition), tandis que d'autres déterminent quel sous-menu est ouvert.\\\",\\\"Trays\\\":\\\"Sous-menus\\\",\\\"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.\\\":\\\"Les sous-menus sont généralement des listes de liens, qui peuvent être organisés hiérarchiquement comme un menu. Si un sous-menu a été cliqué, il est affiché verticalement ou horizontalement sous la barre d'onglets, selon la largeur du navigateur. Seul un sous-menu peut être ouvert à la fois. Si vous cliquez sur un autre onglet, ce sous-menu remplacera le sous-menu actuellement affiché. Sur des larges fenêtres de navigateur, l'utilisateur a la possibilité de basculer sur un affichage horizontal ou vertical, utilisant le lien situé en bas ou à droite du sous-menu. Seuls les menus hiérarchiques peuvent être ouverts/fermés dans le mode d'affichage vertical ; En mode horizontal, Si vous ouvrez un sous-menu contenant un menu hiérarchique, seuls les liens du niveau supérieur seront disponibles.\\\",\\\"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.\\\":\\\"Votre compte sera bloqué et vous ne pourrez plus vous connecter. Tous vos contenus resteront associés à votre nom d'utilisateur.\\\",\\\"Original language of the user information\\\":\\\"Langue initiale des informations utilisateur\\\",\\\"Language of the translation of user information\\\":\\\"Langue de la traduction des informations de l'utilisateur\\\",\\\"Preferred language of the user\\\":\\\"Langue préférée pour l'utilisateur\\\",\\\"Preferred admin language\\\":\\\"Langue d'aministration préférée\\\",\\\"Preferred administrative language of the user\\\":\\\"Langue d'administration préférée pour l'utilistaeur\\\",\\\"Cache metadata\\\":\\\"Métadonnées de cache\\\",\\\"Cache contexts\\\":\\\"Contextes de cache\\\",\\\"Path is empty.\\\":\\\"Le chemin est vide.\\\",\\\"No query allowed.\\\":\\\"Aucune requête autorisée.\\\",\\\"Invalid path. Valid characters are alphanumerics as well as \\\\\\\"-\\\\\\\", \\\\\\\".\\\\\\\", \\\\\\\"_\\\\\\\" and \\\\\\\"~\\\\\\\".\\\":\\\"Chemin invalide. Les caractères valides sont alphanumériques ainsi que \\\\\\\"-\\\\\\\", \\\\\\\".\\\\\\\", \\\\\\\"_\\\\\\\" et \\\\\\\"~\\\\\\\".\\\",\\\"Classy\\\":\\\"Classy\\\",\\\"tour\\\":\\\"visite guidée\\\",\\\"tours\\\":\\\"visites guidées\\\",\\\"Select a @context value:\\\":\\\"Sélectionner une valeur de @context :\\\",\\\"Number of plural indexes in this language.\\\":\\\"Nombre d'index pluriels dans cette langue.\\\",\\\"Domain to use for this language.\\\":\\\"Domaine à utiliser pour cette langue.\\\",\\\"Configuration entity dependencies\\\":\\\"Dépendances d'entité de configuration\\\",\\\"Content entity dependencies\\\":\\\"Dépendances d'entité de contenu\\\",\\\"Enforced configuration dependencies\\\":\\\"Dépendances de configuration imposées\\\",\\\"String (long) settings\\\":\\\"Paramètres des (longues) chaînes\\\",\\\"URI settings\\\":\\\"Paramètres des URI\\\",\\\"Created timestamp settings\\\":\\\"Paramètres de l'horodatage de création\\\",\\\"Changed timestamp settings\\\":\\\"Paramètres de l'horodatage de modification\\\",\\\"If more than one application will be sharing this database, a unique table name prefix – such as %prefix – will prevent collisions.\\\":\\\"En cas de partage de cette base de données par plusieurs applications, un préfixe unique - tel que %prefix - évitera les conflits.\\\",\\\"The author name of the comment.\\\":\\\"Le nom de l'auteur du commentaire.\\\",\\\"contextual links button\\\":\\\"Bouton de liens contextuels\\\",\\\"No browser language mappings available.\\\":\\\"Aucune correspondance de code de langue de navigateur.\\\",\\\"The mapping for the %browser browser language code has been deleted.\\\":\\\"La correspondance pour le code de langue de navigateur %browser a été supprimée.\\\",\\\"The browser language detection mapping for the %browser browser language code has been deleted.\\\":\\\"La correspondance de détection de langue pour le code de langue de navigateur %browser a été supprimée.\\\",\\\"The user or author name. This filter does not check if the user exists and allows partial matching. Does not use autocomplete.\\\":\\\"Le nom de l'utilisateur ou de l'auteur. Ce filtre ne vérifie pas si l'utilisateur existe et permet une correspondance partielle. N'utilise pas l'autocomplétion.\\\",\\\"Page @items.current\\\":\\\"Page @items.current\\\",\\\"The selected style or row format does not use fields.\\\":\\\"Le format de style ou de ligne choisi n'utilise pas de champs.\\\",\\\"The selected display type does not use @type plugins\\\":\\\"Le type d'affichage choisi n'utilise pas le plugins @type\\\",\\\"The entity type\\\":\\\"Le type d'entité\\\",\\\"Entity Type ID\\\":\\\"Identifiant (ID) du type d'entité\\\",\\\"Configure Image Styles\\\":\\\"Configurer les styles d'images\\\",\\\"Database storage size\\\":\\\"Taille du stockage en base de données\\\",\\\"Text with text format\\\":\\\"Texte avec un format de texte\\\",\\\"Field widgets\\\":\\\"Widgets de champ\\\",\\\"Field widget\\\":\\\"Widget de champ\\\",\\\"Widget type machine name\\\":\\\"Nom système du type de widget\\\",\\\"Textarea display format settings\\\":\\\"Paramètres du format d'affichage des zones de texte\\\",\\\"Email field display format settings\\\":\\\"Paramètres du format d'affichage des champs de courriel\\\",\\\"Link to the entity\\\":\\\"Lien vers l'entité\\\",\\\"Synchronizing extensions: @op @name.\\\":\\\"Synchronisation des extensions : @op @name.\\\",\\\"Link to the @entity_label\\\":\\\"Lien vers le(la) @entity_label\\\",\\\"Simple page\\\":\\\"Page de base\\\",\\\"Jump to the first comment.\\\":\\\"Allez au premier commentaire.\\\",\\\"Jump to the first new comment.\\\":\\\"Aller directement au premier nouveau commentaire.\\\",\\\"Share your thoughts and opinions.\\\":\\\"Partager vos pensées et opinions.\\\",\\\"Content translation content settings\\\":\\\"Configuration du contenu pour le contenu traduit\\\",\\\"Content translation enabled\\\":\\\"Traduction de contenu activée\\\",\\\"Default date type\\\":\\\"Type de date par défaut\\\",\\\"Default date value\\\":\\\"Valeur de date par défaut\\\",\\\"Persist field storage with no fields\\\":\\\"Conserver le stockage de champ sans instance de champ\\\",\\\"Group by column\\\":\\\"Grouper par colonne\\\",\\\"Group by columns\\\":\\\"Grouper par colonnes\\\",\\\"Re-use an existing field\\\":\\\"Ré-utiliser un champ existant\\\",\\\"You need to select a field type or an existing field.\\\":\\\"Vous devez choisir un type de champ ou un champ existant.\\\",\\\"Adding a new field and re-using an existing field at the same time is not allowed.\\\":\\\"Créer un nouveau champ et réutiliser un champ existant en même temps n'est pas autorisé.\\\",\\\"Provides a filter plugin that is in use in the following filter formats: %formats\\\":\\\"Fourni un plugin de filtre qui est utilisé dans les formats de filtre suivant : %formats\\\",\\\"Log in to post new content in the forum.\\\":\\\"Se connecter pour poster de nouveaux contenus dans le forum.\\\",\\\"Providing page-specific help\\\":\\\"Fournir de l'aide spécifique à la page\\\",\\\"Effect settings\\\":\\\"Paramètres de l'effet\\\",\\\"Content Language Settings\\\":\\\"Paramètres de langue de contenu\\\",\\\"Allow to alter the language\\\":\\\"Permettre de modifier la langue\\\",\\\"Influence of '@title'\\\":\\\"Influence de '@title'\\\",\\\"Installing supporting modules\\\":\\\"Installation des modules de prise en charge\\\",\\\"Default indexing settings\\\":\\\"Paramètres d'indexation par défaut\\\",\\\"

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. 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.

The default settings should be appropriate for the majority of sites.

\\\":\\\"

Les pages de recherche qui utilisent un index peuvent utiliser l'index par défaut fourni par le module Search ou recourir à un mécanisme d'indexation différent. Ces paramètres concernent l'index par défaut. La modification de ces paramètres provoquera la reconstruction de l'index par défaut pour tenir compte des nouveaux réglages. La recherche continuera à fonctionner en s'appuyant sur l'index existant, mais le nouveau contenu ne sera indexé que lorsque tout le contenu existant aura été ré-indexé.

Les paramètres par défaut devraient convenir à la plupart des sites.

\\\",\\\"The default search index will be rebuilt.\\\":\\\"L'index de recherche par défaut sera reconstruit.\\\",\\\"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.\\\":\\\"Cela va ré-indexer le contenu des index de recherche de toutes les pages de recherche actives. La recherche va continuer à fonctionner, mais le nouveau contenu ne sera pas indexé jusqu'a ce que tout le contenu existant soit à nouveau indexé. Cette action est irréversible.\\\",\\\"All search indexes will be rebuilt.\\\":\\\"Tous les index de recherche seront reconstruits.\\\",\\\"Add shortcut link\\\":\\\"Ajouter un lien de raccourci\\\",\\\"Popular content block settings\\\":\\\"Paramètres du bloc des contenus populaires\\\",\\\"Number of day\\\\\\\\s top views to display\\\":\\\"Nombre de jour(s) à afficher les meilleures vues.\\\",\\\"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\\\":\\\"Un chemin existant du système de fichiers local pour stocker les fichiers privés. Il doit être accessible en écriture par Drupal et non accessible en lecture depuis Internet. Ceci doit être modifié dans le fichier settings.php\\\",\\\"Publish status\\\":\\\"Statut de publication\\\",\\\"Whether or not the content related to a term is published.\\\":\\\"Si le contenu relatif à un terme est publié ou non.\\\",\\\"Major upgrade warning\\\":\\\"Avertissement de mise à jour importante\\\",\\\"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.\\\":\\\"Cette mise à jour est une mise à jour majeure, ce qui signifie qu'elle n'est peut-être pas rétro-compatible avec la version que vous utilisez actuellement. Il est recommandé de lire les notes de version et de procéder à la mise à jour à vos risques et périls.\\\",\\\"User data field\\\":\\\"Champ de données utilisateur\\\",\\\"Only users with the selected permission flag will be able to access this display.\\\":\\\"Seuls les utilisateurs avec le marqueur de permission sélectionné pourront accéder à cet affichage.\\\",\\\"Only the checked roles will be able to access this display.\\\":\\\"Seuls les rôles sélectionnés pourront accéder à cet affichage.\\\",\\\"The formatted text of the area\\\":\\\"Le texte mis en forme de la zone\\\",\\\"The corresponding entity field\\\":\\\"Le champ correspondant de l'entité\\\",\\\"The plugin ID\\\":\\\"L'identifiant du plugin\\\",\\\"Row options\\\":\\\"Options de la rangée\\\",\\\"Display extender settings\\\":\\\"Paramètres d'étendeur d'affichage\\\",\\\"View block\\\":\\\"Voir le bloc\\\",\\\"Number integer display format settings\\\":\\\"Paramètres d'affichage des nombres entiers\\\",\\\"Static menu link overrides\\\":\\\"Supplantation des liens de menu statiques\\\",\\\"Entities exist of type %entity_type and %bundle_label %bundle. These entities need to be deleted before importing.\\\":\\\"Des entités de type %entity_type et %bundle_label %bundle existent. Celles-ci doivent être supprimées avant d'importer.\\\",\\\"A feed named %value already exists. Enter a unique title.\\\":\\\"Un flux nommé %value existe déjà. Veuillez saisir un titre unique.\\\",\\\"A feed with this URL %value already exists. Enter a unique URL.\\\":\\\"Un flux avec l'URL %value existe déjà. Veuillez saisir une URL unique.\\\",\\\"The language code of the language the comment is written in.\\\":\\\"Le code de langue de la langue dans laquelle le commentaire est écrit.\\\",\\\"The message language code.\\\":\\\"Le code de langue du message.\\\",\\\"The source language from which this translation was created.\\\":\\\"La langue source à partir de laquelle cette traduction a été créée.\\\",\\\"Translation author\\\":\\\"Auteur de la traduction\\\",\\\"The author of this translation.\\\":\\\"L'auteur de cette traduction.\\\",\\\"A boolean indicating whether the translation is visible to non-translators.\\\":\\\"Un booléen indiquant si la traduction est visible par les non-traducteurs ou non.\\\",\\\"Translation created time\\\":\\\"Heure de création de la traduction\\\",\\\"The Unix timestamp when the translation was created.\\\":\\\"L'horodatage Unix lorsque la traduction a été créée.\\\",\\\"The Unix timestamp when the translation was most recently saved.\\\":\\\"L'horodatage Unix lorsque la traduction a été enregistrée le plus récemment.\\\",\\\"Alternative text is required.
(Only in rare cases should this be left empty. To create empty alternative text, enter \\\\\\\"\\\\\\\" — two double quotes without any content).\\\":\\\"Le texte alternatif est requis.
(Uniquement dans de rares cas cela doit être laissé vide. Pour créer un texte alternatif vide, saisir \\\\\\\"\\\\\\\" - deux guillemets sans aucun contenu).\\\",\\\"Entities and entity types\\\":\\\"Entités et types d'entité\\\",\\\"The website's content and configuration is managed using entities, which are grouped into entity types. Content entity types are the entity types for site content (such as the main site content, comments, custom blocks, taxonomy terms, and user accounts). Configuration entity types 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.\\\":\\\"Le contenu et la configuration du site web sont gérés en utilisant des entités, qui sont groupées en types d'entités. Les types d'entités de Contenu sont des types d'entités pour les contenus du site (comme le contenu principal du site, les commentaires, les blocs personnalisés, les termes de taxonomie, et les comptes utilisateur). Les types d'entités de Configuration sont utilisés pour stocker les informations de configuration de votre site, comme des vues du module Views et des configurations pour les principaux types de contenu de votre site.\\\",\\\"Entity sub-types\\\":\\\"Sous-types d'entité\\\",\\\"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 bundle for entity sub-types.\\\":\\\"Certains types d'entités de contenu sont plutôt groupés dans des sous-types (par exemple, vous pouvez avoir des types de contenu page et article dans le type d'entité de contenu principal du site, et des vocabulaires mots-clé et catégories dans le type d'entité terme de taxonomie) ; d'autres types d'entités, comme les comptes utilisateurs, n'ont pas de sous-type. Les programmeurs utilisent le terme bundle pour les sous-types d'entité.\\\",\\\"Fields and field types\\\":\\\"Champs et types de champ\\\",\\\"Content entity types and sub-types store most of their text, file, and other information in fields. Fields are grouped by field type; field types define what type of data can be stored in that field, such as text, images, or taxonomy term references.\\\":\\\"Les types et sous-types d'entités de contenus stockent la plupart de leurs textes, fichiers et autres informations dans des champs. Les champs sont regroupés par type de champ ; les types de champs définissent quel type de données peut être stocké dans ce champ, comme du texte, des images, ou des termes de taxonomie.\\\",\\\"Formatters and view modes\\\":\\\"Formateurs et modes d'affichage\\\",\\\"Content entity types and sub-types can have one or more view modes, 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 formatter 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.\\\":\\\"Les types de contenus et les sous-types peuvent avoir un ou plusieurs mode de visualisation, utilisés pour afficher leur contenus. Par exemple, un contenu pourrait être visualisé en affichage complet sur sa page, en accroche dans une liste, ou en RSS pour un flux. Pour chaque mode de visualisation, chaque champ peut être caché ou affiché, et s'il est affiché, vous pouvez choisir et configurer le formateur qui sera utilisé pour afficher le champ. Par exemple, un champ texte long peut être affiché coupé ou en entier, et un champ de référence vers un terme de taxonomie peut afficher en texte ou en lien vers la page du terme.\\\",\\\"Widgets and form modes\\\":\\\"Widgets et modes de saisie\\\",\\\"Content entity types and sub-types can have one or more form modes, 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 widget 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.\\\":\\\"Les types d'entités de contenu et les sous-types peuvent avoir un ou plusieurs modes de saisie, utilisés lors de la modification. Par exemple, un contenu pourrait être modifié dans un format réduit avec seulement quelques champs modifiables, ou dans un format complet qui permettrait la modification de tous les champs. Pour chaque mode de saisie, chaque champ peut être masqué ou affiché et s'il est affiché, vous pouvez choisir et configurer le widget qui sera utilisé pour modifier le champ. Par exemple, un champ de référence vers un terme de taxonomie peut utiliser comme widget une liste déroulante, des cases à cocher ou un champ d'autocomplétion.\\\",\\\"Enabling field types, widgets, and formatters\\\":\\\"Activer les types de champs, widgets et formateurs\\\",\\\"Views entity field handler\\\":\\\"Gestionnaire de champ de l'entité Views\\\",\\\"Creating a field\\\":\\\"Création d'un champ\\\",\\\"On the Manage fields 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 machine name, 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 Edit link for the field from the Manage fields page.\\\":\\\"Sur la page Gérer les champs de votre type ou sous-type d'entité, vous pouvez ajouter, configurer ou supprimer les champs pour ce type ou sous-type d'entité. Chaque champ possède un nom système qui est utilisé en interne pour identifier le champ et qui doit être unique par type d'entité ; une fois qu'un champ est créé, vous ne pouvez pas changer son nom système. La plupart des champs disposent de deux types de configuration. Les configurations au niveau du champ qui dépendent du type de champ et qui influencent sur la façon dont les données de ce champ sont stockées. Une fois configurés, il n'est plus possible de les changer ; des exemples peuvent être combien de valeurs sont autorisées pour ce champ et où sont stockés les fichiers. Les configuration au niveau du sous-type sont spécifiques à chaque sous-type d'entité où le champ est utilisé, une fois définis il est possible de les modifier ; des exemples sont l'étiquette du champ, le texte d'aide, la valeur par défaut, que le champ soit requis ou non. Vous pouvez revenir sur ces configurations en cliquant sur le lien Modifier du champ sur la page de Gérer les champs.\\\",\\\"Re-using fields\\\":\\\"Ré-utilisation de champs\\\",\\\"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 Add field from the Manage fields 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.\\\":\\\"Une fois qu'un champ est créé, vous pouvez à nouveau l'utiliser dans un sous-type du même type d'entité. Par exemple, si vous créez un champ pour le type de contenu article, vous pouvez également l'utiliser pour le type de contenu page, mais vous ne pouvez pas l'utiliser pour les blocs personnalisés ou les termes de taxonomie. Si des champs peuvent être réutilisés, après avoir cliqué sur Ajouter un champ sur la page Gérer les champs, vous verrez une liste de champs pouvant être réutilisés. Après avoir choisi un champ à réutiliser, vous pouvez configurer les paramètres du niveau du sous-type.\\\",\\\"Configuring field editing\\\":\\\"Configuration de l'édition de champs\\\",\\\"On the Manage form display 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 Custom display settings 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 Hidden from the widget drop-down list, or by dragging it into the Disabled section.\\\":\\\"Sur la page Gérer l'affichage du formulaire de votre type ou sous-type d'entité, vous pouvez configurer la façon dont les données du champ sont modifiées dans le mode d'édition par défaut ainsi que dans chaque mode de saisie. Si votre type d'entité a plusieurs modes de saisie (pour la plupart des sites, la majorité des types d'entités n'en ont pas), vous pouvez basculer d'un mode d'édition à l'autre en haut de la page après les avoir activés / désactivés dans la section Paramètres d'affichage personnalisés de la page de configuration du mode de saisie par défaut.\\\\r\\\\nPour chaque champ de chaque mode de saisie, vous pouvez sélectionner le widget à utiliser lors de l'édition. Certains widgets possèdent des paramètres de configuration supplémentaires tels que la taille d'un champ texte. Ces paramètres peuvent être modifiés grâce au bouton Modifier (qui ressemble à une roue). Vous pouvez également réordonnancer les champs du formulaire. Vous pouvez exclure un champ d'un formulaire en sélectionnant le widget Caché ou en le glissant-déposant dans la section Désactivé.\\\",\\\"Configuring field display\\\":\\\"Configuration de l'affichage de champ\\\",\\\"On the Manage display 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 Custom display settings section. For each field in each view mode, you can choose whether and how to display the label of the field from the Label 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 Hidden from the formatter drop-down list, or by dragging it into the Disabled section.\\\":\\\"Sur la page Gestion de l'affichage de votre type ou sous type d'entité, vous pouvez configurer comment chaque champ est affiché par défaut pour chaque mode de visualisation. Si votre type d'entité a plusieurs modes de visualisation, vous pouvez alterner entre les mode en haut de la page, et vous pouvez alterner même si chaque modes utilisent les configurations par défaut ou spécifiques dans la section Paramètres d'affichage personnalisés. Pour chaque champ de chaque mode de visualisation, vous pouvez choisir si et comment afficher l'étiquette du champ à l'aide de la liste déroulante Étiquette. Vous pouvez aussi choisir le formateur à utiliser pour l'affichage; certains formateurs ont des options de configurations, que vous pouvez modifier en utilisant le bouton Modifier (il reste à une roue crantée). Vous pouvez aussi changer l'ordre d'affichage des champs. Vous pouvez exclure un champ pour un mode de visualisation spécifique en choisissant Caché depuis la liste déroulante du formateur, ou en le déplaçant dans la partie Désactivé.\\\",\\\"Configuring view and form modes\\\":\\\"Configurer les mode de visualisation et de saisie\\\",\\\"Listing fields\\\":\\\"Lister les champs\\\",\\\"Images must be exactly @size pixels.\\\":\\\"Les images doivent précisément respecter les dimensions suivantes : @size pixels.\\\",\\\"Images must be larger than @min pixels. Images larger than @max pixels will be resized.\\\":\\\"Les images doivent être plus grandes que @min pixels. Les images plus grandes que @max pixels seront redimentionnées.\\\",\\\"Images must be larger than @min pixels.\\\":\\\"Les images doivent être plus grandes que les dimensions suivantes : @min pixels.\\\",\\\"Images larger than @max pixels will be resized.\\\":\\\"Les images de plus de @max pixels seront redimensionnées.\\\",\\\"Define how text is handled by combining filters into text formats.\\\":\\\"Détermine comment sont gérés les textes, en combinant les filtres dans les formats de texte.\\\",\\\"The menu link language code.\\\":\\\"Le code de langue du lien de menu.\\\",\\\"Node authored by (uid)\\\":\\\"Nœud créé par (uid)\\\",\\\"Revision authored by (uid)\\\":\\\"Révision écrite par (uid)\\\",\\\"Content access view grants\\\":\\\"Contrôle d'accès de visualisation de contenu\\\",\\\"The location this shortcut points to.\\\":\\\"L'emplacement vers lequel pointe ce raccourci.\\\",\\\"Trusted Host Settings\\\":\\\"Paramètres des hôtes de confiance\\\",\\\"The trusted_host_patterns setting is set to allow %trusted_host_patterns\\\":\\\"Le paramètre trusted_host_patterns est configuré pour autoriser %trusted_host_patterns\\\",\\\"Change site name, email address, slogan, default front page, and error pages.\\\":\\\"Changer le nom du site, l'adresse de courriel, le slogan, la page d'accueil par défaut et les pages d'erreur.\\\",\\\"This is only used when the site is configured to use a separate administration theme on the Appearance page.\\\":\\\"Utilisé uniquement si le site est configuré pour utiliser un thème d'administration différent sur la page d'administration de l'apparence.\\\",\\\"Link to any page\\\":\\\"Lier à n'importe quelle page\\\",\\\"This allows to bypass access checking when linking to internal paths.\\\":\\\"Ceci permet de contourner le contrôle d'accès lorsque l'on pointe sur des chemins internes.\\\",\\\"Unable to install @extension, %config_names already exists in active configuration.\\\\u0003Unable to install @extension, %config_names already exist in active configuration.\\\":\\\"Impossible d'installer @extension, %config_names existe déjà dans la configuration active.\\\\u0003Impossible d'installer @extension, %config_names existent déjà dans la configuration active.\\\",\\\"No access to execute %action on the @entity_type_label %entity_label.\\\":\\\"Impossible d'exécuter %action sur l'entité @entity_type_label %entity_label.\\\",\\\"narrow\\\":\\\"étroit\\\",\\\"Note: content may be kept, unpublished, deleted or transferred to the anonymous user depending on the configured user settings.\\\":\\\"Note : le contenu peut être conservé, dé-publié, supprimé ou attribué à l'utilisateur anonyme en fonction des paramètres utilisateur.\\\",\\\"The reference view %view_name cannot be found.\\\":\\\"La vue de référence %view_name ne peut pas être trouvée.\\\",\\\"Active menu trail\\\":\\\"Chemin de menu actif\\\",\\\"Configuration updates\\\":\\\"Mises à jour de configuration\\\",\\\"The listed configuration will be updated.\\\":\\\"La configuration listée sera mise à jour\\\",\\\"An entity field containing a password value.\\\":\\\"Un champ d'entité contenant une valeur de mot de passe.\\\",\\\"An autocomplete text field with tagging support.\\\":\\\"Un champ texte d'autocomplétion avec prise en charge des tags.\\\",\\\"The feed %label has been deleted.\\\":\\\"Le flux %label a été supprimé.\\\",\\\"Block Content revision is a history of changes to block content.\\\":\\\"La révision Block Content est un historique des modifications des blocs de contenu\\\",\\\"Get the actual block content from a block content revision.\\\":\\\"Obtenir le contenu du bloc depuis une révision de contenu de bloc.\\\",\\\"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, you must save your color settings again, even if you haven't changed the colors. This step is required because the module stylesheets in the files directory need to be recreated to reflect your changes.\\\":\\\"Le module Color enregistre une copie modifiée des feuilles de styles spécifiées du thème dans le répertoire de fichiers. Si vous faites n'importe quelle modification manuelle à la feuille de style de votre thème, vous devrez enregistrer à nouveau vos paramètres de couleur, même si vous n'avez pas changé les couleurs. Cette étape est requise car le module de feuilles de style dans le répertoire de fichiers a besoin d'être recréé pour afficher vos changements.\\\",\\\"Responsive image style %label saved.\\\":\\\"Style d'image adaptatif %label enregistré.\\\",\\\"Field, widget, and formatter information\\\":\\\"Informations sur le champ, le widget et le formateur.\\\",\\\"Provided by modules\\\":\\\"Fourni(e) par des modules\\\",\\\"Here is a list of the currently enabled field, formatter, and widget modules:\\\":\\\"Ci-dessous la liste des modules actuellement activés fournissant un champ, un formateur ou un widget :\\\",\\\"Provided by Drupal core\\\":\\\"Fourni(e) par le cœur Drupal\\\",\\\"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:\\\":\\\"Comme mentionné précédemment, certains types de champs, widgets et formateurs sont fournis par le cœur de Drupal. Ci-dessous quelques notes pour les utiliser :\\\",\\\"Number fields: When you add a number field you can choose from three types: decimal, float, and integer. The decimal number field type allows users to enter exact decimal values, with fixed numbers of decimal places. The float number field type allows users to enter approximate decimal values. The integer 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.\\\":\\\"Champs Nombre : Lorsque vous ajoutez un champ Nombre vous pouvez choisir parmi trois types : décimal, flottant et entier. Le type de champ nombre décimal autorise les utilisateurs à saisir des valeurs décimales exactes, avec un nombre fixe de décimales. Le type de champ nombre flottant autorise les utilisateurs à saisir des valeurs décimales approximatives. Le type de champ nombre entier autorise les utilisateurs à saisir des nombres entiers, comme les années (par exemple, 2012) ou des valeurs (par exemple, 1, 2, 5, 305). Il n'autorise pas les décimales.\\\",\\\"Defining image styles\\\":\\\"Définir les styles d'image\\\",\\\"Naming image styles\\\":\\\"Nommer les styles d'image\\\",\\\"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, Square 85x85), or based on where you plan to use it (for example, Profile picture).\\\":\\\"Quand vous définissez un style d'image, vous devez choisir un nom d'affichage et un nom système. Le nom d'affichage est utilisé dans les pages d'administration tandis que le nom système est utilisé pour générer l'URL de l'image traitée avec ce style. Il y a deux approches principales pour nommer les styles d'images : l'une, basée sur l'effet appliqué (par exemple, Carré 85x85), l'autre, basée sur l'utilisation que vous envisagez (par exemple, Photo du profil).\\\",\\\"Configuring image fields\\\":\\\"Configuration des champs image\\\",\\\"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.\\\":\\\"Certains paramètres des champs image sont définis uniquement lorsque vous créez le champ et ne peuvent pas être changés plus tard ; ils incluent le choix du stockage de fichiers public ou privé et le nombre d'images pouvant être enregistrées dans le champ. Le reste des paramètres peut être édité plus tard ; ces paramètres incluent l'étiquette du champ, le texte d'aide, les extensions de fichier autorisées, les restrictions de résolution d'image, et le sous-répertoire dans le stockage de fichiers public ou privé où les images seront enregistrées. Les paramètres éditables peuvent également avoir différentes valeurs pour les différents sous-types d'entité ; par exemple, si votre champ image est utilisé sur les types de contenu Page et Article, vous pouvez enregistrer les fichiers dans un sous-répertoire différent pour les deux types de contenu.\\\",\\\"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 Maximum upload size 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.\\\":\\\"La taille maximum des fichiers pouvant être transférés est limitée par les paramètres PHP du serveur, vous pouvez la restreindre en configurant une Taille maximum de transfert dans le champ paramètres (ce paramètre peut être modifié plus tard). La taille maximum des fichiers, définie via les paramètres PHP du serveur ou via la configuration du champ, est affichée automatiquement aux utilisateurs dans le texte d'aide du champ image.\\\",\\\"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.\\\":\\\"Vous pouvez également configurer une image par défaut qui sera utilisée si aucune image n'est transférée dans un champ image. Cette valeur par défaut peut être définie pour toutes les instances du champ dans les paramètres de stockage du champ lorsque vous créez un champ, et le paramètre peut être surchargé pour chaque sous-type d'entité qui utilise le champ.\\\",\\\"Configuring displays and form displays\\\":\\\"Configurer les affichages et les modes de saisie\\\",\\\"On the Manage display 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 Manage form display page, you can configure the image upload widget, including setting the preview image style shown on the entity edit form.\\\":\\\"Sur la page Gérer l'affichage, vous pouvez choisir le formateur de l'image qui détermine le style d'image utilisé pour afficher l'image dans chaque mode de visualisation et si l'image doit être affichée comme lien ou non. Sur la page Gérer le mode de saisie, vous pouvez configurer le widget de transfert d'image, y compris le style dans lequel l'aperçu de l'image est montré sur le formulaire d'édition de l'entité.\\\",\\\"Selected language configuration\\\":\\\"Configuration de la langue sélectionnée\\\",\\\"Selected default language no longer exists.\\\":\\\"La langue par défaut sélectionnée n'existe plus.\\\",\\\"Language detection configuration saved.\\\":\\\"Configuration de la détection de langue enregistrée.\\\",\\\"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. Modifying this value may break existing URLs. Use with caution in a production environment. Example: Specifying \\\\\\\"deutsch\\\\\\\" as the path prefix code for German results in URLs like \\\\\\\"example.com/deutsch/contact\\\\\\\".\\\":\\\"Codes de langue ou autre texte à utiliser comme préfixe de chemin pour la détection de langue basée sur l'URL. Laisser vide pour la langue par défaut choisie. Modifier cette valeur peut rendre les URL existantes invalides. À utiliser avec précaution sur un site en production. Exemple : Spécifier \\\\\\\"deutsch\\\\\\\" comme code de préfixe pour l'allemand produit des URL telles que \\\\\\\"exemple.com/deutsch/contact\\\\\\\".\\\",\\\"Manually entered paths should start with /, ? or #.\\\":\\\"Les chemins saisis manuellement doivent commencer par /, ? ou #.\\\",\\\"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.\\\":\\\"Commencer à saisir le titre d'un contenu pour le sélectionner. Vous pouvez aussi saisir le chemin interne tel que %add-node ou une URL externe comme %url. Saisir %front pour faire un lien vers la page d'accueil.\\\",\\\"The path '@uri' is inaccessible.\\\":\\\"Le chemin '@uri' est inaccessible.\\\",\\\"The path '@uri' is invalid.\\\":\\\"Le chemin '@uri' est invalide.\\\",\\\"The location this menu link points to.\\\":\\\"L'emplacement vers lequel pointe ce lien de menu.\\\",\\\"Indicates whether the menu link should be rediscovered\\\":\\\"Indique si le lien de menu doit être redécouvert\\\",\\\"@title [%language translation]\\\":\\\"@title [traduction %language]\\\",\\\"The username of the content author.\\\":\\\"Le nom d'utilisateur de l'auteur du contenu.\\\",\\\"Defining responsive image styles\\\":\\\"Définition des styles d'images adaptatives\\\",\\\"Using responsive image styles in Image fields\\\":\\\"Utilisation de styles d'image adaptatifs dans des champs Image\\\",\\\"A responsive image style associates an image style with each breakpoint defined by your theme.\\\":\\\"Un style d'image adaptatif associe un style d'image à chaque point de rupture défini par votre thème.\\\",\\\"Responsive image styles\\\":\\\"Styles d'images adaptatifs\\\",\\\"Edit responsive image style\\\":\\\"Modifier le style d'image adaptatif\\\",\\\"Duplicate responsive image style\\\":\\\"Dupliquer le style d'image adaptatif\\\",\\\"Add responsive image style\\\":\\\"Ajouter un style d'image adaptatif\\\",\\\"Responsive image style\\\":\\\"Style d'image adaptatif\\\",\\\"Image style mappings\\\":\\\"Correspondances de style d'image\\\",\\\"Image style mapping\\\":\\\"Correspondance de style d'image\\\",\\\"Responsive image mapping type\\\":\\\"Type de correspondance d'image adaptative\\\",\\\"Sizes attribute\\\":\\\"Attribut Sizes\\\",\\\"Image styles to be used when using the 'sizes' attribute\\\":\\\"Styles d'images à utiliser lorsque l'attribut 'sizes' est utilisé\\\",\\\"Duplicate responsive image style @label\\\":\\\"Dupliquer le style d'image adaptatif @label\\\",\\\"Edit responsive image style @label\\\":\\\"Modifier le style d'image adaptatif @label\\\",\\\"Responsive image style @label saved.\\\":\\\"Style d'image adaptatif @label enregistré.\\\",\\\"Responsive image style: @responsive_image_style\\\":\\\"Style d'image adaptatif : @responsive_image_style\\\",\\\"Select a responsive image style.\\\":\\\"Sélectionner un style d'image adaptatif.\\\",\\\"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.\\\":\\\"L'usage de l'interface par glisser-déposer par défaut pour ordonner les tableaux dans l'interface d'administration peut s'avérer difficile pour certains utilisateurs, notamment les utilisateurs de lecteurs d'écran ou autre technologie d'assistance. L'interface par glisser-déposer d'un tableau peut être désactivée en cliquant le lien nommé \\\\\\\"Afficher le poids des lignes\\\\\\\" au-dessus du tableau. Cette interface alternative permet aux utilisateurs d'ordonner le tableau en choisissant des valeurs de poids numériques plutôt que de glisser-déposer des rangées du tableau.\\\",\\\"Using maintenance mode\\\":\\\"Utilisation du mode maintenance\\\",\\\"Configuring the file system\\\":\\\"Configuration du système de fichier\\\",\\\"Configuring the image toolkit\\\":\\\"Configuration de la boîte à outils image\\\",\\\"Are you sure you want to delete the format %name : %format?\\\":\\\"Êtes-vous sûr(e) de vouloir supprimer le format %name : %format ?\\\",\\\"Managing vocabularies\\\":\\\"Gérer les vocabulaires\\\",\\\"Managing terms\\\":\\\"Gérer les termes\\\",\\\"Classifying entity content\\\":\\\"Classification du contenus des entités\\\",\\\"Adding new terms during content creation\\\":\\\"Ajouter de nouveaux termes durant la création de contenu\\\",\\\"The target entity\\\":\\\"L'entité cible\\\",\\\"Append a destination query string to operation links.\\\":\\\"Ajouter un paramètre d'URL de destination aux liens d'action.\\\",\\\"Provides links to perform entity operations.\\\":\\\"Fournit des liens pour effectuer des opérations sur les entités.\\\",\\\"Content language of view row\\\":\\\"Langue du contenu de la ligne de la vue\\\",\\\"Original language of content in view row\\\":\\\"Langue initiale du contenu dans la ligne de la vue\\\",\\\"@entity_type_label ID\\\":\\\"Identifiant de @entity_type_label\\\",\\\"Rendering Language\\\":\\\"Langue lors du rendu\\\",\\\"All content that supports translations will be displayed in the selected language.\\\":\\\"Tous les contenus qui peuvent être traduits seront affichés dans la langue sélectionnée.\\\",\\\"The contextual filter values are provided by the URL.\\\":\\\"Les valeurs du filtre contextuel sont fournies par l'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.\\\":\\\"Les jetons de remplacement suivants sont disponibles pour ce champ. À noter qu'en raison de l'ordre de présentation, vous ne pouvez pas utiliser des champs placés après ce champ ; si vous avez besoin d'un champ qui n'est pas listé ici, réorganisez vos champs.\\\",\\\"@label (@id)\\\":\\\"@label (@id)\\\",\\\"Entity reference field storage settings\\\":\\\"Paramètres de stockage du champ de référence à une entité\\\",\\\"Entity reference field settings\\\":\\\"Paramètres du champ de référence à une entité\\\",\\\"Entity reference selection plugin settings\\\":\\\"Paramètres du plugin de sélection de référence d'entité\\\",\\\"Display in native language\\\":\\\"Afficher dans la langue native\\\",\\\"@local-task-title@active\\\":\\\"@local-task-title@active\\\",\\\"HTTP cookies\\\":\\\"Cookies HTTP\\\",\\\"HTTP headers\\\":\\\"En-têtes HTTP\\\",\\\"Is super user\\\":\\\"Est un utilisateur privilégié\\\",\\\"Query arguments\\\":\\\"Arguments de la requête\\\",\\\"Request format\\\":\\\"Format de la requête\\\",\\\"A flag indicating whether this is the default translation.\\\":\\\"Un marqueur indiquant s'il s'agit de la traduction par défaut.\\\",\\\"@on_label / @off_label\\\":\\\"@on_label / @off_label\\\",\\\"Displayed in native language\\\":\\\"Affiché(e) dans la langue native\\\",\\\"Submitted by @username on @datetime\\\":\\\"Soumis par @username le @datetime\\\",\\\"By @author @time ago\\\":\\\"Par @author il y a @time\\\",\\\"With multiple languages configured, registered users can select their preferred language and authors can assign a specific language to content.\\\":\\\"Lorsque plusieurs langues sont configurées, les utilisateurs inscrits peuvent choisir leur langue préférée et les auteurs peuvent attribuer une langue au contenu.\\\",\\\"This page also provides an overview of how much of the site's interface has been translated for each configured language.\\\":\\\"Cette page fournit également une vue d'ensemble de la proportion de l'interface utilisateur qui a été traduite pour chaque langue configurée.\\\",\\\"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.\\\":\\\"Si le module Interface Translation est activé, cette page fournit une vue d'ensemble de la proportion de l'interface utilisateur qui a été traduite pour chaque langue configurée.\\\",\\\"Depending on your site features, additional modules that you might want to enable are:\\\":\\\"En fonction des fonctionnalités de votre site, les modules supplémentaires que vous devriez éventuellement activer sont :\\\",\\\"This must be an external URL such as %url.\\\":\\\"Ceci doit être une URL externe telle que %url.\\\",\\\"Submitted by @author_name on @date\\\":\\\"Soumis par @author_name le @date\\\",\\\"Search looks for exact, case-insensitive keywords; keywords shorter than a minimum length are ignored.\\\":\\\"La recherche se base sur des mots-clés exacts et sensibles à la casse ; les mots clés plus courts qu'une longueur minimale sont ignorés.\\\",\\\"Use upper-case OR to get more results. Example: cat OR dog (content contains either \\\\\\\"cat\\\\\\\" or \\\\\\\"dog\\\\\\\").\\\":\\\"Utilisez OR en majuscules pour obtenir plus de résultats. Exemple : chat OR chien (recherche du contenu qui contient \\\\\\\"chat\\\\\\\" ou \\\\\\\"chien\\\\\\\").\\\",\\\"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\\\\\\\").\\\":\\\"Vous pouvez utiliser AND en majuscules pour rendre obligatoires tous les mots recherchés, mais c'est le comportement par défaut. Exemple : chat AND chien (équivaut à chat chien, recherche du contenu qui contient à la fois \\\\\\\"chat\\\\\\\" et \\\\\\\"chien\\\\\\\").\\\",\\\"Use quotes to search for a phrase. Example: \\\\\\\"the cat eats mice\\\\\\\".\\\":\\\"Utiliser des guillemets pour rechercher une phrase. Exemple : \\\\\\\"le chat mange des souris\\\\\\\".\\\",\\\"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).\\\":\\\"Vous pouvez exclure des mots-clés en les préfixant avec - ; néanmoins, vous devez toujours avoir au minimum un mot-clé \\\\\\\"positif\\\\\\\". Exemple : chat -chien (recherche du contenu contenant chat et qui ne doit pas contenir chien).\\\",\\\"The testing framework requires the %sites-simpletest directory to exist and be writable in order to run tests.\\\":\\\"Le framework de test nécessite que le répertoire %sites-simpletest existe et soit accessible en écriture afin de lancer les tests.\\\",\\\"The file %file does not exist and could not be created automatically, which poses a security risk. Ensure that the directory is writable.\\\":\\\"Le fichier %file n'existe pas et ne peut pas être créé automatiquement, ce qui pose un risque de sécurité. Assurez-vous que le répertoire est accessible en écriture.\\\",\\\"User is admin\\\":\\\"L'utilisateur est administrateur\\\",\\\"Include the anonymous user in the matched entities.\\\":\\\"Inclure l'utilisateur anonyme dans les entités correspondantes.\\\",\\\"Include the anonymous user.\\\":\\\"Inclure l'utilisateur anonyme.\\\",\\\"User search looks for user names and partial user names. Example: mar would match usernames mar, delmar, and maryjane.\\\":\\\"La recherche d'utilisateurs cherche des noms d'utilisateur et des noms d'utilisateur partiels. Exemple : mar correspondrait aux noms d'utilisateur mar, delmar et maryjane.\\\",\\\"You can use * as a wildcard within your keyword. Example: m*r would match user names mar, delmar, and elementary.\\\":\\\"Vous pouvez utiliser * comme un joker dans votre mot clé. Exemple : m*r correspondrait aux noms d'utilisateur mar, delmar et elementary.\\\",\\\"No eligible views were found.\\\":\\\"Aucune vue éligible n'a été trouvée.\\\",\\\"The view is not based on a translatable entity type or the site is not multilingual.\\\":\\\"La vue n'est pas basée sur un type d'entité traduisible ou le site n'est pas multilingue.\\\",\\\"Display \\\\\\\"@display\\\\\\\" uses a \\\\\\\"more\\\\\\\" link but there are no displays it can link to. You need to specify a custom URL.\\\":\\\"L'affichage \\\\\\\"@display\\\\\\\" utilise un lien \\\\\\\"plus\\\\\\\" qui n'est lié à aucun affichage. Vous devez spécifier une URL personnalisée.\\\",\\\"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.\\\":\\\"Désactiver la réécriture SQL omettra tous les tags de requête, c'est à dire que les contrôles d'accès aux nœuds ainsi que les surcharges de hook_query_alter() dans d'autres modules seront désactivés.\\\",\\\"Testing config overrides\\\":\\\"Test de la surcharge de configuration\\\",\\\"Minimal profile for running tests with config overrides in a profile.\\\":\\\"Profil minimal pour exécuter les tests avec des surcharges de configuration dans un profil.\\\",\\\"Account's permissions\\\":\\\"Droits du compte\\\",\\\"The hashed password\\\":\\\"Le mot de passe haché\\\",\\\"Existing password\\\":\\\"Mot de passe existant\\\",\\\"Filter output for aggregator items\\\":\\\"Filtrer le rendu pour les éléments agrégés\\\",\\\"Display the author name.\\\":\\\"Afficher le nom de l’auteur.\\\",\\\"Are you sure you want to create a new %name @type?\\\":\\\"Êtes-vous sûr de vouloir créer le/la @type %name ?\\\",\\\"Using the personal contact form\\\":\\\"Utilisation du formulaire de contact personnel\\\",\\\"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 Contact 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 View user information (to see user profiles) and Use users' personal contact forms 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 Administer users permission can bypass this setting.\\\":\\\"Les visiteurs du site peuvent envoyer des courriels aux utilisateurs enregistrés sur votre site en utilisant le formulaire de contact personnel, sans connaître ou découvrir le courriel du destinataire. Quand un visiteur du site consulte un profil utilisateur, le visiteur verra un onglet ou un lien Contact, qui mène au formulaire de contact personnel. Le lien de votre formulaire de contact n'est pas affiché sur votre propre profil et les utilisateurs doivent avoir les droits Voir les informations de l'utilisateur (pour consulter les profils utilisateurs) et Utiliser les formulaires de contact personnels des utilisateurs pour voir le lien. L'utilisateur dont le profil est consulté doit également avoir le formulaire de contact activé (il s'agit d'un paramètre de compte) ; les utilisateurs avec le droit Administrer les utilisateurs peuvent contourner ce paramètre.\\\",\\\"Configuring contact forms\\\":\\\"Configuration des formulaires de contact\\\",\\\"Linking to contact forms\\\":\\\"Lier avec les formulaires de contact\\\",\\\"Adding content to contact forms\\\":\\\"Ajouter du contenu aux formulaires de contact\\\",\\\"@label (Translation is not supported).\\\":\\\"@label (La traduction n'est pas supportée).\\\",\\\"@entity using @field_name\\\":\\\"@entity utilise @field_name\\\",\\\"Relate each @entity with a @field_name set to the @label.\\\":\\\"Relie chaque @entity avec un @field_name définit pour le @label\\\",\\\"Configuring form displays\\\":\\\"Configurer les affichages de formulaire\\\",\\\"Reference fields have several widgets available on the Manage form display page:\\\":\\\"Les champs de référence peuvent disposer de plusieurs widgets disponibles sur la page de gestion de l'affichage du formulaire\\\",\\\"The Check boxes/radio buttons widget displays the existing entities for the entity type as check boxes or radio buttons based on the Allowed number of values set for the field.\\\":\\\"Le widget Cases à cocher/boutons radio affiche les entités existantes pour le type d'entité sous la forme de cases à cocher ou de radios boutons en fonction du Nombre de valeurs autorisées pour ce champ.\\\",\\\"The Select list widget displays the existing entities in a drop-down list or scrolling list box based on the Allowed number of values setting for the field.\\\":\\\"Le widget Liste de sélection affiche les entités existantes dans une liste déroulante ou une liste de sélections multiples selon le nombre de valeurs autorisées définit pour le champ.\\\",\\\"The Autocomplete widget displays text fields in which users can type entity labels based on the Allowed number of values. The widget can be configured to display all entities that contain the typed characters or restricted to those starting with those characters.\\\":\\\"Le widget Autocomplétion affiche des champs texte dans lesquels les utilisateurs peuvent saisir des étiquettes d'entités basées sur le Nombre de valeurs autorisées. Le widget peut être configuré pour afficher toutes les entités qui contiennent les caractères saisis ou restreindre cette liste à celles commençant par ces caractères.\\\",\\\"The Autocomplete (Tags style) widget displays a multi-text field in which users can type in a comma-separated list of entity labels.\\\":\\\"Le widget Autocomplétion (style d'étiquettes) affiche un champ multi-texte dans lequel les utilisateurs peuvent renseigner une liste d'étiquettes d'entité séparées par une virgule.\\\",\\\"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.\\\":\\\"Votre serveur ne peut pas afficher la progression des transferts de fichiers. Cela nécessite un serveur Apache exécutant PHP avec mod_php, ou Nginx avec 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.\\\":\\\"Votre serveur ne peut pas afficher la progression des transferts de fichiers. Cela nécessite que PHP soit exécuté avec mod_php ou PHP-FPM et non FastCGI.\\\",\\\"Display download path\\\":\\\"Afficher le chemin de téléchargement\\\",\\\"Display the filemime as icon\\\":\\\"Afficher le type MIME du fichier sous forme d'icône\\\",\\\"Detect tar\\\":\\\"Détecter le tar\\\",\\\"Link this field to the file download URL\\\":\\\"Lier ce champ à l'URL de téléchargement du fichier\\\",\\\"File link\\\":\\\"Lien du fichier\\\",\\\"Include tar in extension\\\":\\\"Inclure tar dans l'extension\\\",\\\"If the part of the filename just before the extension is '.tar', include this in the extension output.\\\":\\\"Si la partie du nom du fichier avant l'extension est \\\\\\\".tar\\\\\\\", l'inclure dans le rendu de l'extension.\\\",\\\"Display the file download URI\\\":\\\"Afficher l'URI de téléchargement du fichier\\\",\\\"Display an icon\\\":\\\"Afficher une icône\\\",\\\"The icon is representing the file type, instead of the MIME text (such as \\\\\\\"image/jpeg\\\\\\\")\\\":\\\"L'icône représente le type de fichier, à la place du texte MIME (comme \\\\\\\"image/jpeg\\\\\\\")\\\",\\\"Using text fields with text formats\\\":\\\"Utilisation des champs de textes avec les formats de texte.\\\",\\\"Text fields that allow text formats are those with \\\\\\\"formatted\\\\\\\" in the description. These are Text (formatted, long, with summary), Text (formatted), and Text (formatted, long). You cannot change the type of field once a field has been created.\\\":\\\"Les champs texte qui permettent l'usage de formats de texte sont ceux dont la description comporte le mot \\\\\\\"formaté\\\\\\\". Il s'agit de Texte (formaté, long, avec résumé), Texte (formaté) et Texte (formaté, long). Vous ne pouvez pas changer le type de champ une fois qu'il a été créé.\\\",\\\"Setting the allowed link type\\\":\\\"Définition du type de lien autorisé\\\",\\\"In the field settings you can define the allowed link type to be internal links only, external links only, or both internal and external links. Internal links only and both internal and external links options enable an autocomplete widget for internal links, so a user does not have to copy or remember a URL.\\\":\\\"Vous pouvez définir dans la configuration du champ le type de lien autorisé soit à liens internes seulement, liens externes seulement, ou liens internes et externes. Les options Liens internes seulement et liens internes et externes activent un widget d'autocomplétion pour les liens internes, ainsi l'utilisateur n'a pas besoin de copier ou de se souvenir d'une URL.\\\",\\\"Revisions allow you to track differences between multiple versions of your content, and revert to older versions.\\\":\\\"Les révisions vous permettent de suivre les différences entre les multiples versions de votre contenu et de revenir à des versions antérieures.\\\",\\\"@type %title has been reverted to the revision from %revision-date.\\\":\\\"@type %title a été rétabli(e) à la révision du %revision-date.\\\",\\\"Speeding up your site\\\":\\\"Accélérer votre 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.\\\":\\\"Le module Shortcut créée un lien ajouter / enlever sur chaque page de votre site ; ce lien vous permet d'ajouter ou d'enlever la page courante à votre ensemble de raccourcis actuellement activé (si votre thème l'affiche et si vous avez la permission d'éditer votre ensemble de raccourcis). Le thème d'administration Seven affiche ce lien à côté du titre de la page, comme une étoile grise ou jaune. Si vous cliquez sur l'étoile grise, vous ajouterez cette page à votre ensemble de raccourcis actuel. Si la page fait déjà partie de votre ensemble de raccourcis, le lien sera symbolisé par une étoile jaune et vous permettra d'enlever la page actuelle de votre ensemble de raccourcis.\\\",\\\"PHP (multiple statement disabling)\\\":\\\"PHP (désactivation des déclarations multiples)\\\",\\\"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.\\\":\\\"Les versions de PHP supérieures à 5.6.5 ou 5.5.21 fournissent une protection native contre les injections SQL pour les bases de données MySQL. Il est recommandé de mettre à jour.\\\",\\\"Site default language code\\\":\\\"Code de langue par défaut du site\\\",\\\"Page caching\\\":\\\"Mise en cache de page\\\",\\\"Please log in to access this page.\\\":\\\"Veuillez vous connecter pour accéder à cette 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 Autocomplete widgets is chosen for the Taxonomy term reference field in the Manage form display page for the field. You will also need to enable the Create referenced entities if they don't already exist option, and restrict the field to one vocabulary.\\\":\\\"Autoriser les utilisateurs d'ajouter des nouveaux termes permet d'alimenter progressivement un vocabulaire au fur et à mesure que les contenus sont créés et modifiés. Les utilisateurs peuvent ajouter de nouveaux termes si l'un des deux widgets basés sur l'autocomplétion est sélectionné pour le champ qui référence le terme de Taxonomy dans la page de configuration de l'affichage du formulaire. Vous devez activer également l'option Créer les entités référencées si elles n'existent pas encore et restreindre le champ à un seul vocabulaire.\\\",\\\"If you choose Text (plain) or Text (formatted) as the field type on the Manage fields page, then a field with a single row is displayed. You can change the maximum text length in the Field settings when you set up the field.\\\":\\\"Si vous choisissez Texte (brut) ou Texte (formaté) comme type de champ sur la page Gérer les champs, alors un champ d'une seule ligne est affiché. Vous pouvez changer la longueur maximale du texte dans les Paramètres du champ lorsque vous définissez le champ.\\\",\\\"If you choose Text (plain, long), Text (formatted, long), or Text (formatted, long, with summary) on the Manage fields page, then users can insert text of unlimited length. On the Manage form display page, you can set the number of rows that are displayed to users.\\\":\\\"Si vous choisissez Texte (brut, long), Texte (formaté, long) ou Texte (formaté, long, avec résumé) sur la page Gérer les champs, alors les utilisateurs peuvent insérer du texte de longueur non limitée. Sur la page Gérer l'affichage du formulaire, vous pouvez définir le nombre le lignes qui sont affichées aux utilisateurs.\\\",\\\"As an alternative to using a trimmed version of the text, you can enter a separate summary by choosing the Text (formatted, long, with summary) field type on the Manage fields page. Even when Summary input is enabled, and summaries are provided, you can display trimmed text nonetheless by choosing the appropriate format on the Manage display page.\\\":\\\"Comme alternative à l'utilisation d'une version tronquée du texte, vous pouvez saisir un résumé séparé en choisissant le type de champ Texte (formaté, long, avec résumé) sur la page Gérer les champs. Même lorsque Champ de saisie du résumé est activé, et que des résumés sont fournis, vous pouvez afficher du texte tronqué en choisissant la mise en forme appropriée sur la page Gérer l'affichage.\\\",\\\"The Update Manager also allows administrators to update and install modules and themes through the administration interface.\\\":\\\"Le gestionnaire de mise à jour permet également aux administrateurs de mettre à jour et d'installer des modules et des thèmes à travers l'interface d'administration.\\\",\\\"Performing updates through the Update page\\\":\\\"Exécution des mises à jour depuis la page des mises à jour\\\",\\\"Installing new modules and themes through the Install page\\\":\\\"Installation de nouveaux modules et thèmes depuis la page d'installation\\\",\\\"Link to the user\\\":\\\"Lien vers l'utilisateur\\\",\\\"Display the user or author name.\\\":\\\"Afficher l'utilisateur ou le nom de l'auteur.\\\",\\\"Text to use for this variant, @count will be replaced with the value.\\\":\\\"Texte à utiliser pour cette variante, @count sera remplacé par la valeur.\\\",\\\"Text to use for the singular form, @count will be replaced with the value.\\\":\\\"Texte à utiliser pour le singulier, @count sera remplacé par la valeur.\\\",\\\"Testing multilingual with English\\\":\\\"Test multilingue avec l'Anglais\\\",\\\"Contains US ASCII characters only\\\":\\\"Contient exclusivement des caractères US ASCII\\\",\\\"Checkout complete! Thank you for your purchase.\\\":\\\"Commande terminée ! Merci pour votre achat.\\\",\\\"Resolving missing content\\\":\\\"Identification du contenu manquant\\\",\\\"The following @entity-type translations will be deleted:\\\":\\\"Les traductions de @entity-type suivantes vont être supprimées :\\\",\\\"Delete @language translation\\\":\\\"Supprimer la traduction @language\\\",\\\"The @entity-type %label @language translation has been deleted.\\\":\\\"La traduction @language de l'entité @entity-type %label a été supprimée.\\\",\\\"Are you sure you want to delete the @language translation of the @entity-type %label?\\\":\\\"Êtes-vous certain de vouloir supprimer la traduction @language de l'entité @entity-type %label ?\\\",\\\"The core.extension configuration does not exist.\\\":\\\"La configuration core.extension n'existe pas.\\\",\\\"Unable to install the %module module since it does not exist.\\\":\\\"Impossible d'installer le module %module car il n'existe pas.\\\",\\\"Unable to uninstall the %module module since the %dependent_module module is installed.\\\":\\\"Impossible de désinstaller le module %module car le module %dependent_module est installé.\\\",\\\"Unable to install the %theme theme since it does not exist.\\\":\\\"Impossible d'installer le theme %theme car il n'existe pas.\\\",\\\"Unable to install the %theme theme since it requires the %required_theme theme.\\\":\\\"Impossible d'installer le thème %theme, il requiert le thème %required_theme.\\\",\\\"Unable to uninstall the %theme theme since the %dependent_theme theme is installed.\\\":\\\"Impossible de désinstaller le thème %theme tant que le thème %dependent_theme est installé.\\\",\\\"Configuration %name depends on the %owner module that will not be installed after import.\\\":\\\"La configuration %name dépend du module %owner qui ne sera pas installé après l'importation.\\\",\\\"Configuration %name depends on the %owner theme that will not be installed after import.\\\":\\\"La configuration %name dépend du thème %owner qui ne sera pas installé après l'importation.\\\",\\\"Configuration %name depends on the %owner extension that will not be installed after import.\\\":\\\"La configuration %name dépend de l'extension %owner qui ne sera pas installée après l'importation.\\\",\\\"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.\\\":\\\"Impossible d'installer le module %module car il requiert le module %required_module.\\\\u0003Impossible d'installer le module %module car il requiert les modules %required_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.\\\":\\\"La configuration %name dépend du module %module qui ne sera pas installé après l'importation.\\\\u0003La configuration %name dépend de modules (%module) qui ne seront pas installés après l'importation.\\\",\\\"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.\\\":\\\"La configuration %name dépend du thème %theme qui ne sera pas installé après l'importation.\\\\u0003La configuration %name dépend de thèmes (%theme) qui ne seront pas installés après l'importation.\\\",\\\"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.\\\":\\\"La configuration %name dépend de la configuration %config qui n'existera pas après l'importation.\\\\u0003La configuration %name dépend de configurations (%config) qui n'existeront pas après l'importation.\\\",\\\"Interface text\\\":\\\"Texte d'interface\\\",\\\"Order of language detection methods for interface text. If a translation of interface text is available in the detected language, it will be displayed.\\\":\\\"Ordre des méthodes de détection de la langue pour les textes de l'interface. Si une traduction est disponible dans la langue détectée, elle sera affichée.\\\",\\\"Inaccessible\\\":\\\"Inaccessible\\\",\\\"Aggregator title\\\":\\\"Titre de l’agrégateur\\\",\\\"Formats an aggregator item or feed title with an optional link.\\\":\\\"Formate un titre d'élément ou de flux d'agrégation avec un lien optionnel.\\\",\\\"Empty block library behavior\\\":\\\"Comportement de la bibliothèque de bloc vide\\\",\\\"Provides a link to add a new block.\\\":\\\"Fournit un lien pour ajouter un nouveau bloc.\\\",\\\"Books have a hierarchical structure, called a book outline. 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.\\\":\\\"Les livres ont une structure hiérarchique, appelée une structure de livre. Chaque structure de livre peut avoir des pages imbriquées jusqu'à neuf niveaux de profondeur. Plusieurs types de contenu peuvent être configurés pour se comporter en tant que structure de livre. Depuis le formulaire d'édition de contenu, il est possible d'ajouter une page à une structure de livre ou de créer un nouveau livre.\\\",\\\"Configuring content types for books\\\":\\\"Configuration des types de contenu pour les livres\\\",\\\"Content type for the Add child page link\\\":\\\"Type de contenu pour le lien Ajouter une page enfant\\\",\\\"The configuration cannot be imported because it failed validation for the following reasons:\\\":\\\"La configuration ne peut être importée car la validation a échoué pour les raisons suivantes :\\\",\\\"Link to translate @entity_type_label\\\":\\\"Lien pour traduire @entity_type_label\\\",\\\"Provide a translation link to the @entity_type_label.\\\":\\\"Fournir un lien de traduction vers @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.\\\":\\\"Le module Forum vous permet de créer un système de discussion par fil avec des fonctionnalités similaires aux autres outils de forum. Dans un forum, les utilisateurs publient des billets et fils de discussion dans une hiérarchie arborescente permettant de catégoriser et regrouper les discussions.\\\",\\\"A forum is represented by a hierarchical structure, consisting of:\\\":\\\"Un forum est représenté par une structure hiérarchique, composée de :\\\",\\\"Forums (for example, Recipes for cooking vegetables)\\\":\\\"Forums (par exemple, Recettes avec des légumes)\\\",\\\"Forum topics submitted by users (for example, How to cook potatoes), which start discussions.\\\":\\\"Sujets de forum soumis par des utilisateurs (par exemple, Comment cuisiner les pommes de terre), qui débutent une discussion.\\\",\\\"Threaded comments submitted by users (for example, You wash the potatoes first and then...).\\\":\\\"Commentaires hierarchisés soumis par des utilisateurs (par exemple, Vous lavez d'abord les pommes de terre puis…).\\\",\\\"Optional containers, used to group similar forums. Forums can be placed inside containers, and vice versa.\\\":\\\"Conteneurs optionnels, utilisés pour grouper des forums similaires. Les forums peuvent être placés dans des conteneurs, et vice-versa.\\\",\\\"Setting up the forum structure\\\":\\\"Initialiser la structure du forum\\\",\\\"Navigating in the forum\\\":\\\"Naviguer dans le forum\\\",\\\"Interface text language selected for page\\\":\\\"Langue de l'interface utilisateur sélectionnée pour la page\\\",\\\"Customize %language_name language detection to differ from Interface text language detection settings\\\":\\\"Personnaliser la détection de la langue %language_name indépendamment des paramètres de détection de langue de l'interface utilisateur\\\",\\\"The domain for %language may only contain the domain name, not a trailing slash, protocol and/or port.\\\":\\\"Le domaine pour la langue %language ne doit contenir que le nom du domaine, et ni slash final, ni protocole, ni port.\\\",\\\"@language translation of the @type %label has been deleted.\\\":\\\"La traduction en @language du(de la) @type %label a été supprimée.\\\",\\\"always_populate_raw_post_data PHP setting\\\":\\\"Paramètre PHP always_populate_raw_post_data\\\",\\\"Not set to -1.\\\":\\\"Non défini à -1.\\\",\\\"Domain of the relation\\\":\\\"Domaine de la relation\\\",\\\"Xdebug settings\\\":\\\"Paramètres de Xdebug\\\",\\\"xdebug.max_nesting_level is set to %value.\\\":\\\"xdebug.max_nesting_level est défini à %value.\\\",\\\"Set xdebug.max_nesting_level=@level in your PHP configuration as some pages in your Drupal site will not work when this setting is too low.\\\":\\\"Définissez xdebug.max_nesting_level=@level dans votre configuration PHP car certaines pages de votre site Drupal ne fonctionneront pas si ce paramètre est trop bas.\\\",\\\"For more detailed information, see the upgrading handbook. If you are unsure what these terms mean you should probably contact your hosting provider.\\\":\\\"Pour plus d'information, consultez le manuel de mise à jour. Si vous n'êtes pas sur de la signification de ces termes, vous devriez contacter votre hébergeur.\\\",\\\"Trimmed limit\\\":\\\"Limite de troncature\\\",\\\"If the summary is not set, the trimmed %label field will end at the last full sentence before this character limit.\\\":\\\"Si le résumé n'est pas défini, le champ tronqué %label se terminera à la dernière phrase complète avant cette limite de caractères.\\\",\\\"Trimmed limit: @trim_length characters\\\":\\\"Limite de troncature : @trim_length caractères\\\",\\\"%name is blocked or has not been activated yet.\\\":\\\"%name est bloqué ou n'a pas encore été activé.\\\",\\\"Working with multilingual views\\\":\\\"Travailler avec des vues multilingues\\\",\\\"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).\\\":\\\"Si votre site a plusieurs langues et des entités traduites, chaque ligne du résultat d'une vue contiendra une traduction de chaque entité impliquée (une vue peut impliquer plusieurs entités si elle utilise les relations). Vous pouvez utiliser un filtre pour restreindre votre vue à une seule langue : sans filtrage, si une entité a trois traductions, trois lignes seront ajoutées aux résultats ; si vous filtrez la langue, un seul résultat apparaîtra (ou aucun si cette entité particulière n'a pas de traduction dans la langue choisie pour le filtre). Si une vue utilise les relations, chaque entité dans la relation doit être filtrée séparément. Vous pouvez filtrer une vue avec un choix fixe de langue, comme Anglais ou Espagnol, ou avec la langue sélectionnée par la page sur laquelle est affichée la vue (la langue qui est sélectionnée pour la page dans les paramètres de détection de langue soit pour le contenu soit pour l'interface utilisateur).\\\",\\\"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.\\\":\\\"Parce que chaque résultat contient une traduction spécifique de chaque entité, les filtres au niveau des champs sont aussi relatifs à ces traductions d'entités. Par exemple, si votre vue a un filtre qui spécifie que l'entité doit contenir un mot Anglais particulier, vous allez probablement exclure toutes les lignes contenant des traductions en Chinois, puisqu'elle ne contiendront pas le mot Anglais. Si votre vue a aussi un second filtre spécifiant que le titre doit contenir un mot Chinois particulier, et si vous utilisez le \\\\\\\"Et\\\\\\\" logique pour filtrer, vous n'allez probablement obtenir aucun résultat dans la vue, parce qu'il n'y a probablement aucune traduction d'entité contenant à la fois des mots Anglais et Chinois dans le titre.\\\",\\\"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.\\\":\\\"Indépendamment du filtrage, vous pouvez choisir la langue d'affichage (la langue utilisée pour afficher les entités et leurs champs) via un paramètre sur l'affichage. Vos choix de langues sont les mêmes que vos choix de filtre de langue, avec les choix supplémentaires \\\\\\\"Langue du contenu de la ligne de la vue\\\\\\\" et \\\\\\\"Langue initiale du contenu dans la ligne de la vue\\\\\\\", ce qui implique d'afficher les entités dans les lignes de résultat en utilisant la langue dont l'entité dispose ou dans laquelle elle a été créée à l'origine. En théorie, cela vous donne la possibilité de filtrer les traductions en Français par exemple, puis d'afficher les résultats en Espagnol. Les choix les plus courants seraient d'utiliser les mêmes langues pour l'affichage et pour chaque filtre d'entité dans la vue, ou d'utiliser les paramètres de langue de la ligne pour cet affichage.\\\",\\\"Entity link\\\":\\\"Lien de l'entité\\\",\\\"Entity delete link\\\":\\\"Lien pour supprimer l'entité\\\",\\\"Entity edit link\\\":\\\"Lien pour modifier l'entité\\\",\\\"Link to @entity_type_label\\\":\\\"Lien vers @entity_type_label\\\",\\\"Provide a view link to the @entity_type_label.\\\":\\\"Fournir un lien pour afficher @entity_type_label.\\\",\\\"Link to edit @entity_type_label\\\":\\\"Lien pour modifier @entity_type_label\\\",\\\"Provide an edit link to the @entity_type_label.\\\":\\\"Fournir un lien pour modifier @entity_type_label.\\\",\\\"Link to delete @entity_type_label\\\":\\\"Lien pour supprimer @entity_type_label\\\",\\\"Provide a delete link to the @entity_type_label.\\\":\\\"Fournir un lien de suppression pour @entity_type_label.\\\",\\\"Options such as paging, table sorting, and exposed filters will not initiate a page refresh.\\\":\\\"Les options telles que la pagination, le tri du tableau et les filtres exposés n'entraîneront pas le rechargement de la page.\\\",\\\"Select pager\\\":\\\"Sélectionner une pagination\\\",\\\"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.\\\":\\\"Cela peut être un chemin interne à Drupal comme node/add ou une URL externe comme \\\\\\\"https://www.drupal.org\\\\\\\". Vous pouvez utiliser les \\\\\\\"Motifs de remplacement\\\\\\\" ci-dessous.\\\",\\\"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.\\\":\\\"Par défaut, le tableau est masqué lorsque la vue est vide. Avec cette option, il est possible d'afficher un tableau vide avec un texte à l'intérieur.\\\",\\\"Cache tags\\\":\\\"Étiquettes de cache\\\",\\\"Timestamp display format settings\\\":\\\"Paramètres du format d'affichage de l'horodatage\\\",\\\"Future format\\\":\\\"Format des dates dans le futur\\\",\\\"Past format\\\":\\\"Format des dates dans le passé\\\",\\\"@requirements_message (Currently using @item version @version)\\\":\\\"@requirements_message (Utilise actuellement @item version @version)\\\",\\\"The MyISAM storage engine is not supported.\\\":\\\"Le moteur de stockage MyISAM n'est pas supporté.\\\",\\\"0 seconds\\\":\\\"0 seconde\\\",\\\"The validation failed because the value conflicts with the value in %field_name, which you cannot access.\\\":\\\"La validation a échoué car la valeur est en conflit avec la valeur de %field_name, à laquelle vous n'avez pas accès.\\\",\\\"Unable to uninstall the %profile profile since it is the install profile.\\\":\\\"Impossible de désinstaller le profil %profile car il s'agit du profil d'installation.\\\",\\\"The @module module is required\\\":\\\"Le module @module est requis\\\",\\\"Use @interval where you want the formatted interval text to appear.\\\":\\\"Utiliser @interval là où vous souhaitez faire apparaître le texte de l'intervalle mis en forme.\\\",\\\"How many time interval units should be shown in the formatted output.\\\":\\\"Nombre d'unités d'intervalle de temps devant être montrées dans le rendu mis en forme.\\\",\\\"Future date: %display\\\":\\\"Date future : %display\\\",\\\"Past date: %display\\\":\\\"Date passée : %display\\\",\\\"- Default site/user time zone -\\\":\\\"- Fuseau horaire par défaut du site/de l'utilisateur -\\\",\\\"Date format: @date_format\\\":\\\"Format de la date : @date_format\\\",\\\"Custom date format: @custom_date_format\\\":\\\"Format de date personnalisé : @custom_date_format\\\",\\\"Time zone: @timezone\\\":\\\"Fuseau horaire : @timezone\\\",\\\"Revision translation affected\\\":\\\"Traduction de révision impactée\\\",\\\"Indicates if the last edit of a translation belongs to current revision.\\\":\\\"Indique si la dernière modification d'une traduction appartient à la révision actuelle.\\\",\\\"To uninstall Book, delete all content that is part of a book\\\":\\\"Pour désinstaller Book, supprimer tous les contenus qui font partie d'un livre\\\",\\\"To uninstall Book, delete all content that has the Book content type\\\":\\\"Pour désinstaller Book, supprimer tous les contenus qui ont le type de contenu Book\\\",\\\"Configuration archive\\\":\\\"Archive de configuration\\\",\\\"Your configuration files were successfully uploaded and are ready for import.\\\":\\\"Vos fichiers de configuration ont été transférés avec succès et sont prêts pour l'importation.\\\",\\\"Translate any configuration including those shipped with modules and themes.\\\":\\\"Traduire toute configuration, y-compris celles fournies avec les modules et les thèmes.\\\",\\\"Time zone override\\\":\\\"Surcharger le fuseau horaire\\\",\\\"Datetime custom display format settings\\\":\\\"Paramètres de la mise en forme d'affichage personnalisée de datetime\\\",\\\"Datetime time ago display format settings\\\":\\\"Paramètres de la mise en forme d'affichage en temps relatif de datetime\\\",\\\"The time zone selected here will always be used\\\":\\\"Le fuseau horaire sélectionné ici sera toujours utilisé\\\",\\\"To uninstall Forum, first delete all Forum content\\\":\\\"Pour désinstaller Forum, d'abord supprimer tout le contenu de Forum\\\",\\\"To uninstall Forum, first delete all %vocabulary terms\\\":\\\"Pour désinstaller Forum, supprimer d'abord tous les termes de %vocabulary\\\",\\\"Translate interface text\\\":\\\"Traduire le texte de l'interface\\\",\\\"Translate any interface text including configuration shipped with modules and themes.\\\":\\\"Traduire n'importe quel texte de l'interface en incluant la configuration embarquée avec les modules et thèmes.\\\",\\\"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.\\\":\\\"Les pages demandées par les utilisateurs anonymes sont stockées la première fois qu'elles sont demandés et sont ensuite ré-utilisées. En fonction de la configuration de votre site et le montant du trafic web lié aux visiteurs anonymes, le système de mise en cache peut améliorer de manière significative la vitesse de votre site.\\\",\\\"Internal Page Cache\\\":\\\"Cache de page interne\\\",\\\"Specify the existing path you wish to alias. For example: /node/28, /forum/1, /taxonomy/term/1.\\\":\\\"Spécifiez le chemin existant pour lequel vous souhaitez créer un alias. Par exemple : /node/28, /forum/1, /taxonomy/term/1.\\\",\\\"The alias needs to start with a slash.\\\":\\\"L'alias doit commencer par un slash.\\\",\\\"The always_populate_raw_post_data PHP setting should be set to -1 in PHP version 5.6. Please check the PHP manual for information on how to correct this.\\\":\\\"Le paramètre PHP always_populate_raw_post_data doit être défini à -1 dans la version 5.6 de PHP. Veuillez vérifier le manuel PHP pour des informations sur la façon de corriger cela.\\\",\\\"Configuring for performance\\\":\\\"Configuration pour optimiser les performances\\\",\\\"Last run: %time ago.\\\":\\\"Dernière exécution : il y a %time.\\\",\\\"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.\\\":\\\"Le module selectionné ne peut être installé à cause d'un problème du site ou de l'expiration du formulaire de confirmation de désinstallation. Veuillez réessayer.\\\",\\\"The path '%path' has to start with a slash.\\\":\\\"Le chemin '%path' doit commencer par un slash.\\\",\\\"Allow user to control selected display options for this view.\\\":\\\"Permettre à l'utilisateur de contrôler les options d'affichage sélectionnées pour cette vue.\\\",\\\"Allow user to control the number of items displayed in this view\\\":\\\"Permettre à l'utilisateur de contrôler le nombre d'éléments affichés pour cette vue\\\",\\\"Allow user to specify number of items skipped from beginning of this view.\\\":\\\"Autoriser l'utilisateur à spécifier le nombre d'éléments ignorés depuis le début de cette vue.\\\",\\\"Testing config import\\\":\\\"Test de l'import de configuration\\\",\\\"Tests install profiles in the config importer.\\\":\\\"Teste les profils dans le processus d'import de configuration.\\\",\\\"Media library\\\":\\\"Bibliothèque Media\\\",\\\"Plural variants\\\":\\\"Variantes plurielles\\\",\\\"Block context IDs updated.\\\":\\\"Identifiants de contexte du bloc mis à jour.\\\",\\\"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:\\\":\\\"Une clé de mappage de contexte inconnue probablement issue d'un module contribué ou personnalisé a été rencontrée : un ou plusieurs mappages n'ont pas pu être mis à jour. Veuillez inspecter manuellement les paramètres de visibilité des blocs qui sont maintenant désactivés, voici leur liste :\\\",\\\"@label (Visibility: @plugin_ids)\\\":\\\"@label (Visibilité : @plugin_ids)\\\",\\\"Place block in the %region region\\\":\\\"Placer le bloc dans la région %region\\\",\\\"Exporting the full configuration\\\":\\\"Export de la configuration complète\\\",\\\"Importing a full configuration\\\":\\\"Import d'une configuration complète\\\",\\\"Exporting a single configuration item\\\":\\\"Exportation d'un élément de configuration en particulier\\\",\\\"Importing a single configuration item\\\":\\\"Import d'un élément de configuration unique\\\",\\\"Configuration synchronization\\\":\\\"Synchronisation de configuration\\\",\\\"Import and export your configuration.\\\":\\\"Importer et exporter votre configuration.\\\",\\\"@date by @username\\\":\\\"@date par @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.\\\":\\\"Vous devez inclure au moins un mot-clé pour correspondre au contenu, et la ponctuation est ignorée.\\\\u0003Vous devez inclure au moins un mot-clé pour correspondre au contenu. Les mots-clés doivent contenir au moins @count caractères, et la ponctuation est ignorée.\\\",\\\"Manage responsive image styles.\\\":\\\"Gérer les styles d'images adaptatifs\\\",\\\"This theme is not compatible with Drupal @core_version. Check that the .info.yml file contains the correct 'core' value.\\\":\\\"Ce thème n'est pas compatible avec Drupal @core_version. Vérifier que le fichier .info.yml contient la bonne valeur pour 'core'.\\\",\\\"This theme is missing a 'content' region.\\\":\\\"Ce thème ne contient pas de région 'contenu'.\\\",\\\"Apache version\\\":\\\"Version d'Apache\\\",\\\"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.\\\":\\\"En raison du paramètrage des ServerTokens dans httpd.conf, il est impossible de déterminer précisément la version d'Apache du serveur. La valeur actuelle est @reported, pour exécuter Drupal sans mod_rewrite, la version 2.2.16 est requise a minima.\\\",\\\"Module %name has been enabled.\\\\u0003@count modules have been enabled: %names.\\\":\\\"Le module %name a été activé.\\\\u0003@count modules ont été activés : %names.\\\",\\\"Filter by name or description\\\":\\\"Filtrer selon le nom ou la description\\\",\\\"Enter a part of the module name or description\\\":\\\"Saisir une partie du nom du module ou de sa description\\\",\\\"Menu links converted\\\":\\\"Liens de menu convertis\\\",\\\"Menu link conversion skipped, because the {menu_tree} table did not exist yet.\\\":\\\"La conversion de liens de menu a été omise car la table {menu_tree} n'existe pas encore.\\\",\\\"%type: @message in %function (line %line of %file).\\\":\\\"%type : @message dans %function (ligne %line de %file).\\\",\\\"Container cannot be saved to cache.\\\":\\\"Le conteneur ne peut pas être enregistré en 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.\\\":\\\"La version %version du pilote MySQLnd est inférieure à la version minimale requise. Mettez à jour la version de MySQLnd vers %mysqlnd_minimum_version ou au-delà, ou bien changez les pilotes MySQL vers la version libmysqlclient %libmysqlclient_minimum_version ou supérieure.\\\",\\\"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.\\\":\\\"La version %version du pilote libmysqlclient est inférieure à la version minimale requise. Mettez à jour la version de libmysqlclient vers %libmysqlclient_minimum_version ou supérieure, ou bien changez les pilotes MYSQL vers la version MySQLnd %mysqlnd_minimum_version ou supérieure.\\\",\\\"Drupal could not be correctly setup with the existing database due to the following error: @error.\\\":\\\"Drupal n'a pas pu être correctement configuré avec la base de données existante du fait de cette erreur : @error.\\\",\\\"The database server version %version is less than the minimum required version %minimum_version.\\\":\\\"La version %version de votre serveur de base de données est inférieure à celle requise %minimum_version.\\\",\\\"A value must be selected for %part.\\\":\\\"Une valeur doit être sélectionnée pour %part.\\\",\\\"@title (value @number)\\\":\\\"@title (valeur @number)\\\",\\\"1 error has been found: \\\\u0003@count errors have been found: \\\":\\\"@count erreur a été trouvée : \\\\u0003@count erreurs ont été trouvées : \\\",\\\"Shown tabs\\\":\\\"Onglets affichés\\\",\\\"Select tabs being shown in the block\\\":\\\"Sélectionner les onglets à afficher dans le bloc\\\",\\\"Show primary tabs\\\":\\\"Afficher les onglets principaux\\\",\\\"Show secondary tabs\\\":\\\"Afficher les onglets secondaires\\\",\\\"imminently\\\":\\\"imminent\\\",\\\"The blocked IP address.\\\":\\\"L'adresse IP bloquée.\\\",\\\"Generating accessible content\\\":\\\"Génération de contenu accessible\\\",\\\"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.\\\":\\\"Les tableaux HTML peuvent être créés aussi bien avec des entêtes de tableau qu'avec des éléments légende / résumé. Le texte Alt est requis par défaut sur les images ajoutées via CKEditor (cela peut être surchargé). Les balises sémantiques HTML5 figure / figcaption sont disponibles pour ajouter des légendes aux images.\\\",\\\"The time that the comment was created, as a Unix timestamp.\\\":\\\"L'heure à laquelle le commentaire a été créé, au format horodatage Unix.\\\",\\\"The time that the comment was edited by its author, as a Unix timestamp.\\\":\\\"L'heure à laquelle le commentaire a été modifié par son auteur, au format horodatage Unix.\\\",\\\"The label of the comment type.\\\":\\\"L'étiquette du type de commentaire.\\\",\\\"Bundle ID of the comment type.\\\":\\\"Identifiant (ID) de paquet du type de commentaire.\\\",\\\"The node type to which this comment type is attached.\\\":\\\"Le type de nœud auquel ce type de commentaire est attaché.\\\",\\\"Default comment mode.\\\":\\\"Mode par défaut des commentaires.\\\",\\\"Number of comments visible per page.\\\":\\\"Nombre de commentaires visibles par page.\\\",\\\"Whether anonymous comments are allowed.\\\":\\\"Si les commentaires anonymes sont autorisés ou non.\\\",\\\"Location of the comment form.\\\":\\\"Emplacement du formulaire de commentaire.\\\",\\\"Whether previews are enabled for the comment type.\\\":\\\"Si les aperçus sont activés pour ce type de commentaire.\\\",\\\"Whether a subject field is enabled for the comment type.\\\":\\\"Si un champ objet est activé pour ce type de commentaire.\\\",\\\"The module that implements the field type.\\\":\\\"Le module qui implémente le type de champ.\\\",\\\"The entity bundle.\\\":\\\"Le paquet de l'entité.\\\",\\\"The original machine name of the view mode.\\\":\\\"Le nom machine d'origine du mode de visualisation.\\\",\\\"The view mode ID.\\\":\\\"L'identifiant du mode de visualisation.\\\",\\\"The name of the format.\\\":\\\"Le nom du format.\\\",\\\"Whether the format is cacheable.\\\":\\\"Si la mise en forme peut être mise en cache ou non.\\\",\\\"The role IDs which can use the format.\\\":\\\"Les identifiants (ID) des rôles qui peuvent utiliser ce format.\\\",\\\"The filters configured for the format.\\\":\\\"Le filtres configurés pour le format.\\\",\\\"The status of the format\\\":\\\"Le statut du format\\\",\\\"The weight of the format\\\":\\\"Le poids du format\\\",\\\"Weight for @title language detection method\\\":\\\"Poids pour la méthode de détection de langue @title\\\",\\\"Enable @title language detection method\\\":\\\"Activer la méthode de détection de langue @title\\\",\\\"Core (Experimental)\\\":\\\"Cœur (Expérimental)\\\",\\\"Migration @id is busy with another operation: @status\\\":\\\"La migration @id est occupée avec une autre action : @status\\\",\\\"@label (@type)\\\":\\\"@label (@type)\\\",\\\"Flag indicating the node type is enable\\\":\\\"Marqueur indiquant si le type de nœud est activé\\\",\\\"base node.\\\":\\\"nœud de base.\\\",\\\"Breakpoint groups: viewport sizing vs art direction\\\":\\\"Groupes de points de rupture : dimensionnement de la fenêtre d'affichage vs direction artistique\\\",\\\"Breakpoint settings: sizes vs image styles\\\":\\\"Paramètres des points de rupture: tailles ou styles d'images\\\",\\\"Sizes field\\\":\\\"Champ tailles\\\",\\\"Image styles for sizes\\\":\\\"Styles d'image par taille\\\",\\\"Failed to load responsive image style: “@style“ while displaying responsive image.\\\":\\\"Echec de chargement du style d'image adaptatif: \\\\\\\"@style\\\\\\\" lors de l'affichage de l'image responsive.\\\",\\\"Viewport Sizing\\\":\\\"Dimensionnement de la fenêtre d'affichage\\\",\\\"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.\\\":\\\"Sélectionner un groupe de point de ruptures depuis les thèmes et modules installés. Vous pouvez sélectionner ci-dessous quel point de rupture de ce groupe utiliser. Vous pouvez aussi associer à chaque point de rupture utilisé le ou les styles d'images à utiliser.\\\",\\\"Warning: if you change the breakpoint group you lose all your image style selections for each breakpoint.\\\":\\\"Avertissement: si vous changez le groupe des points de rupture vous perdrez toutes vos sélections de styles d'image de chaque point de rupture.\\\",\\\"Select a breakpoint group from the installed themes and modules.\\\":\\\"Sélectionnez un groupe de points de rupture parmi les modules et thèmes installés.\\\",\\\"Enable the Help module for more information on the sizes attribute.\\\":\\\"Activez le module Help pour plus d'information sur l'attribut sizes.\\\",\\\"Select multiple image styles and use the sizes attribute.\\\":\\\"Sélectionnez plusieurs styles d'images et utilisez l'attribut sizes.\\\",\\\"Select a single image style.\\\":\\\"Sélectionner un seul style d'image.\\\",\\\"Do not use this breakpoint.\\\":\\\"Ne pas utiliser ce point d'arrêt.\\\",\\\"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.\\\":\\\"Sélectionnez les styles d'image avec des largeurs allant de la plus petite à la plus grande quantité d'espace occupée dans la mise en page, en gardant à l'esprit que les écrans à haute résolution nécessiteront des images 1,5 à 2 fois plus grandes.\\\",\\\"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.\\\":\\\"Sélectionner le plus petit style d'image que vous vous attendez à voir apparaître dans cet espace. Le style d'image par défaut ne devrait apparaître sur le site que si une erreur se produit.\\\",\\\"Experimental modules enabled\\\":\\\"Modules expérimentaux activés\\\",\\\"Entity/field definitions\\\":\\\"Définitions des entités/champs\\\",\\\"The system.filter configuration has been moved to a container parameter, see default.services.yml for more information.\\\":\\\"La configuration system.filter a été déplacée dans un paramètre du conteneur, consultez default.service.yml pour plus d'informations.\\\",\\\"Block module is not enabled so local actions and tasks which have been converted to blocks, are not visible anymore.\\\":\\\"Le module Block n'est pas activé, les actions et tâches locales qui ont été converties en blocs ne sont donc plus visibles.\\\",\\\"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.\\\":\\\"En raison de l'installation de thème(s) personnalisé(s) sur votre site, les blocs d'actions et de tâches locales ont été placés dans la région \\\\\\\"contenu\\\\\\\". Veuillez s'il vous plaît revoir manuellement la configuration des blocs et retirer les variables supprimées de vos gabarits.\\\",\\\"Tabs block\\\":\\\"Bloc d'onglets\\\",\\\"Whether primary tabs are shown\\\":\\\"Faut-il afficher les onglets primaires\\\",\\\"Whether secondary tabs are shown\\\":\\\"Faut-il afficher les onglets secondaires\\\",\\\"The existing format/name combination has not been altered.\\\":\\\"Le couple existant format / nom n'a pas été modifié.\\\",\\\"Run database updates\\\":\\\"Lancer les mises à jour de la base de données\\\",\\\"The weight of the role.\\\":\\\"Le poids du rôle.\\\",\\\"A title semantically associated with your table for increased accessibility.\\\":\\\"Un titre sémantique pour votre tableau pour en améliorer l'accessibilité.\\\",\\\"Comment_forum\\\":\\\"Comment_forum\\\",\\\"Default comment field\\\":\\\"Champ commentaire par défaut\\\",\\\"Security warning: Couldn't write .htaccess file. Please create a .htaccess file in your %directory directory which contains the following lines:
@htaccess
\\\":\\\"Avertissement de sécurité : Impossible de créer le fichier .htaccess. Veuillez créer un fichier .htaccess contenant les lignes suivantes dans le répertoire %directory :
@htaccess
\\\",\\\"Please continue to the error page\\\":\\\"Veuillez vous référer à la page d'erreur\\\",\\\"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 INSTALL.txt.\\\":\\\"Le programme d'installation requiert la création d'un répertoire de traductions. Veuillez créer le répertoire %translations_directory. Plus d'informations à propos de l'installation de Drupal sont disponibles dans le fichier INSTALL.txt.\\\",\\\"The installer requires read permissions to %translations_directory at all times. The webhosting issues documentation section offers help on this and other topics.\\\":\\\"Le programme d'installation doit toujours avoir la permission de lire le répertoire %translations_directory. La documentation sur les problèmes d'hébergement propose de l'aide sur ce sujet et sur beaucoup d'autres.\\\",\\\"The installer requires write permissions to %translations_directory during the installation process. The webhosting issues documentation section offers help on this and other topics.\\\":\\\"Le programme d'installation requiert les droits d'écriture dans %translations_directory pendant le processus d'installation. La documentation sur les problèmes d'hébergement fournit de l'aide sur différents sujets dont celui-ci.\\\",\\\"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 @server_url.\\\":\\\"Le programme d'installation requiert de contacter le serveur de traduction afin de télécharger un fichier de traduction. Vérifier votre connexion internet et que votre site peut communiquer avec le serveur de traduction à l'adresse @server_url.\\\",\\\"The %language translation file is not available at the translation server. Choose a different language or select English and translate your website later.\\\":\\\"Le fichier de traduction %language n'est pas disponible sur le serveur de traduction. Veuillez choisir une nouvelle langue ou l'anglais et traduisez votre site plus tard.\\\",\\\"The %language translation file could not be downloaded. Choose a different language or select English and translate your website later.\\\":\\\"Le fichier de traduction %language n'a pas pu être téléchargé. Choisissez une autre langue ou sélectionnez l'anglais et traduisez votre site plus tard.\\\",\\\"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 INSTALL.txt.\\\":\\\"Le programme d'installation @drupal requiert au sein du processus d'installation, la création du fichier %file. Copier le fichier %default_file en %file. Plus de détails à propos de l'installation de Drupal sont disponibles dans le fichier INSTALL.txt.\\\",\\\"@drupal requires read permissions to %file at all times. The webhosting issues documentation section offers help on this and other topics.\\\":\\\"@drupal requerra toujours les permissions en lecture sur %file. La section de documentation sur les problèmes d'hébergement offre de l'aide sur ce sujet et d'autres.\\\",\\\"The @drupal installer requires write permissions to %file during the installation process. The webhosting issues documentation section offers help on this and other topics.\\\":\\\"L'installateur @drupal requiert au sein du processus d'installation les permissions en écriture sur le fichier %file. La section de documentation sur les problèmes d'hébergement offre de l'aide sur ce sujet et d'autres.\\\",\\\"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 INSTALL.txt. The webhosting issues documentation section offers help on this and other topics.\\\":\\\"Le programme d'installation @drupal n'a pas réussi à créer un fichier %file avec les permissions d'accès appropriées. Connectez-vous à votre serveur web, supprimez le fichier existant %file et créez-en un nouveau en copiant le fichier %default_file en %file. Plus de détails à propos de l'installation de Drupal sont disponibles dans le fichier INSTALL.txt. La section de documentation sur les problèmes d'hébergement offre de l'aide sur ce sujet et d'autres.\\\",\\\"Check the messages and retry, or you may choose to continue anyway.\\\":\\\"Vérifier les messages et réessayer ou choisir de poursuivre quand même.\\\",\\\"Check the messages and try again.\\\":\\\"Consulter les messages et réessayer.\\\",\\\"The following modules are required but were not found. Move them into the appropriate modules subdirectory, such as /modules. Missing modules: @modules\\\":\\\"Les modules suivants sont requis mais n'ont pas été trouvés. Déplacez les dans le sous-répertoire approprié des modules tel que /modules. Modules manquants : @modules\\\",\\\"Updating @module\\\":\\\"Mise à jour de @module\\\",\\\"Post updating @module\\\":\\\"Après la mise à jour de @module\\\",\\\"Entity type mismatch on rename. @old_type not equal to @new_type for existing configuration @old_name and staged configuration @new_name.\\\":\\\"Le type d'entité ne correspond pas au renommage. @old_type n'est pas égal à @new_type pour la configuration @old_name existante et la configuration @new_name en attente.\\\",\\\"Rename operation for simple configuration. Existing configuration @old_name and staged configuration @new_name.\\\":\\\"Renommer l'opération pour une configuration simple. La configuration @old_name existante et la configuration @new_name en attente.\\\",\\\"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 MySQL documentation for more information.\\\":\\\"Votre serveur MySQL et le pilote MySQL PHP doivent supporter l'encodage de caractère utf8mb4. Assurez-vous d'utiliser un système de base de données qui supporte ceci (comme MySQL/MariaDB/Percona 5.5.3 et suivants), et que le jeu de caractères utf8mb4 y est compilé. Voir la documentation MySQL pour plus d'informations.\\\",\\\"The %driver database must use %encoding encoding to work with Drupal. Recreate the database with %encoding encoding. See INSTALL.pgsql.txt for more details.\\\":\\\"La base de données %driver doit utiliser l'encodage %encoding pour fonctionner avec Drupal. Recréez la base de données en utilisant l'encodage %encoding. Voir INSTALL.pgsql.txt pour plus de détails.\\\",\\\"The %setting setting is currently set to '%current_value', but needs to be '%needed_value'. Change this by running the following query: @query\\\":\\\"Le paramètre %setting est actuellement défini comme '%current_value', mais doit être '%needed_value'. Changez ceci en exécutant la requête suivante : @query\\\",\\\"Date (e.g. @format)\\\":\\\"Date (par ex. @format)\\\",\\\"Time (e.g. @format)\\\":\\\"Temps (par ex. @format)\\\",\\\"@uri\\\":\\\"@uri\\\",\\\"Operating in maintenance mode. Go online.\\\":\\\"Le site est en cours de maintenance. Remettre en ligne.\\\",\\\"Textfield size: @size\\\":\\\"Taille du champ texte : @size\\\",\\\"Number of rows: @rows\\\":\\\"Nombre de lignes : @rows\\\",\\\"URI field size: @size\\\":\\\"Taille du champ URI : @size\\\",\\\"WARNING: You are not using an encrypted connection, so your password will be sent in plain text. Learn more.\\\":\\\"Avertissement : Votre connexion n'est pas sécurisée, votre mot de passe sera envoyé sans être chiffré. En savoir plus.\\\",\\\"Failed to connect to the server. The server reports the following message:

@message

For more help installing or updating code on your server, see the handbook.\\\":\\\"Impossible de se connecter au serveur. Le serveur indique :

@message

. Pour plus d'aide sur l'installation ou la mise à jour du code sur votre serveur, consulter la documentation.\\\",\\\"The form has become outdated. Copy any unsaved work in the form below and then reload this page.\\\":\\\"Le formulaire a expiré. Copier les données du formulaire non enregistrées et rafraîchir la page.\\\",\\\"@name cannot be longer than %max characters but is currently %length characters long.\\\":\\\"La longueur de @name ne doit pas dépasser %max caractères, mais elle est actuellement de %length caractères.\\\",\\\"
    \\\\n
  • To start over, you must empty your existing database and copy default.settings.php over settings.php.
  • \\\\n
  • To upgrade an existing installation, proceed to the update script.
  • \\\\n
  • View your existing site.
  • \\\\n
\\\":\\\"
    \\\\r\\\\n
  • Pour recommencer, vous devez vider votre base de données actuelle et copier le contenu du fichier default.settings.php dans le fichier settings.php.\\\\r\\\\n
  • \\\\r\\\\n
  • Pour mettre à jour une installation existante, aller au script de mise à jour.
  • \\\\r\\\\n
  • Voir votre site existant.
  • \\\\r\\\\n
\\\",\\\"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 online handbook.\\\":\\\"Toutes les modifications dans %dir et %file ont été faites, vous devriez maintenant supprimer les droits en écriture sur ceux-ci pour éviter tout risque de sécurité. Si vous n'êtes pas sûr de la procédure, consultez le manuel en ligne.\\\",\\\"The system will notify you when updates and important security releases are available for installed components. Anonymous information about your site is sent to Drupal.org.\\\":\\\"Le système vous notifiera lorsque des mises à jour ou versions de sécurité sont disponibles pour les composants installés. Des informations anonymes à propos du site seront envoyées à Drupal.org.\\\",\\\"File Transfer failed, reason: @reason\\\":\\\"Le transfert de fichier a échoué, raison : @reason\\\",\\\"A @entity_type with @field_name %value already exists.\\\":\\\"L'entité @entity_type avec le champ @field_name %value existe déjà.\\\",\\\"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 online documentation for the Actions module.\\\":\\\"Le module Actions fournit des tâches qui peuvent êtres traitées par le site telles que dépublier du contenu, envoyer des courriels, ou bloquer un utilisateur. Les autres modules peuvent déclencher ces actions suite à l'exécution d'événements système spécifiques ; par exemple, quand un nouveau contenu est contribué ou quand un utilisateur se connecte. Les modules peuvent aussi fournir des actions additionnelles. Pour plus d'informations, consulter la documentation en ligne pour le module Actions.\\\",\\\"Simple actions do not require configuration and are listed automatically as available on the Actions page.\\\":\\\"Les actions simples ne nécessitent pas de configuration et sont listées automatiquement quand elles sont disponibles sur la page des actions.\\\",\\\"Advanced actions are user-created and have to be configured individually. Create an advanced action on the Actions page 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.\\\":\\\"Les actions avançées sont créées par les utilisateurs et doivent être configurées individuellement. Créer une action avancée sur la page des actions en sélectionnant un type d'action dans la liste déroulante. Configurer alors votre action, en spécifiant par exemple le destinataire d'un courriel automatique.\\\",\\\"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.\\\":\\\"Le message qui sera envoyé. Vous pouvez inclure des jetons comme [node:title], [user:account-name], [user:display-name] et [comment:body] pour représenter les données qui seront différentes à chaque fois qu'un message sera envoyé. Tous les jetons ne sont pas disponibles dans tous les contextes.\\\",\\\"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.\\\":\\\"Le message qui sera affiché à l'utilisateur actuel. Vous pouvez inclure des jetons comme [node:title], [user:account-name], [user:display-name] et [comment:body] pour représenter les données qui seront différentes à chaque fois qu'un message sera envoyé. Tous les jetons ne sont pas disponibles dans tous les contextes.\\\",\\\"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 online documentation for the Aggregator module.\\\":\\\"Le module Aggregator est un syndicateur en ligne et un lecteur d'actualités qui réunit et affiche des contenus récents à partir de flux basés sur RSS, RDF et Atom, rendus accessibles via le web. Des milliers de sites (en particulier les sites d'actualités et blogs) publient leurs dernières nouvelles dans des flux, en utilisant certains formats standardisés basés sur XML. Pour plus d'informations, consulter la documentation en ligne du module Aggregator.\\\",\\\"Users view feed content in the main aggregator display, or by their source (usually via an RSS feed reader). The most recent content in a feed can be displayed as a block through the Blocks administration page.\\\":\\\"Les utilisateurs voient le flux dans l'affichage principal de l'aggrégateur , ou par source (en général via un lecteur de flux RSS). Le contenu le plus récent d'un flux peut être affiché dans un bloc à positionner via la page d'administration des Blocs.\\\",\\\"Configuring the display of feed items\\\":\\\"Configuration de l'affichage des éléments de flux\\\",\\\"Discarding old feed items\\\":\\\"Supprimer les anciens éléments de flux\\\",\\\"A machine-readable OPML file 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 imported via an OPML file.\\\":\\\"Un fichier système OPML pour tous les flux est disponible. OPML est un fichier basé sur le format XML utilisé pour partager des informations structurées telles qu'une liste de flux RSS. Les flux peuvent aussi être importés via un fichier OPML.\\\",\\\"A working cron maintenance task is required to update feeds automatically.\\\":\\\"Une tâche cron fonctionnelle est requise pour mettre à jour les flux automatiquement.\\\",\\\"Current feeds are listed below, and new feeds may be added. For each feed, the latest items block may be enabled at the blocks administration page.\\\":\\\"Les flux actuels sont listés ci-dessous, et de nouveaux flux peuvent être ajoutés. Pour chaque flux, le bloc derniers éléments peut être activé sur la page d'administration des blocs.\\\",\\\"@title feed\\\":\\\"Flux @title\\\",\\\"No feeds available. Add feed.\\\":\\\"Aucun flux disponible. Ajouter un flux.\\\",\\\"The parent website's description that comes from the @description element in the feed.\\\":\\\"Description du site web parent, provenant de l'élément @description du flux.\\\",\\\"The length of time between feed updates. Requires a correctly configured cron maintenance task.\\\":\\\"La durée entre deux mises à jour de flux. Nécessite une tache planifiée de maintenance correctement configuré.\\\",\\\"Requires a correctly configured cron maintenance task.\\\":\\\"Nécessite une tâche planifiée (cron) de maintenance correctement configurée.\\\",\\\"The Ban module allows administrators to ban visits to their site from individual IP addresses. For more information, see the online documentation for the Ban module.\\\":\\\"Le module Ban permet aux administrateurs d'empêcher la visite de leur site en bloquant des adresses IP individuelles. Pour plus d'informations, consulter la documentation en ligne du module Ban.\\\",\\\"Administrators can enter IP addresses to ban on the IP address bans page.\\\":\\\"Les administrateurs peuvent saisir les adresses IP à bannir sur la page des addesses IP bannies.\\\",\\\"The HTTP Basic Authentication module supplies an HTTP Basic authentication 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 RESTful Web Services module). For more information, see the online documentation for the HTTP Basic Authentication module.\\\":\\\"Le module HTTP Basic Authentication fournit un service d'authentification basique via HTTP pour les requêtes de services web. Ce fournisseur authentifie les requêtes en utilisant un nom d'utilisateur et mot de passe comme alternative à l'utilisation du système d'authentification basé sur les cookies standard de Drupal. Ce n'est seulement utile que si votre site propose des services web configurés pour utiliser ce type d'authentification (par exemple, le module RESTful Web Services module). Pour plus d'informations, consulter la documentation en ligne du module HTTP Basic Authentication.\\\",\\\"The Block module allows you to place blocks in regions of your installed themes, and configure block settings. For more information, see the online documentation for the Block module.\\\":\\\"Le module Block vous permet de placer des blocs dans les régions des thèmes installés et de configurer les paramètres de blocs. Pour plus d'information, voir la documentation en ligne du module Block.\\\",\\\"You can see where the regions are for the current theme by clicking the Demonstrate block regions link on the Block layout page. Regions are specific to each theme.\\\":\\\"Vous pouvez visualiser où les régions sont placées pour le thème actif en cliquant sur le lien Aperçu des régions de blocs sur la page de mise en page des blocs. Les régions sont spécifiques pour chaque thème.\\\",\\\"To change the settings of an individual block click on the Configure link on the Block layout page. 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.\\\":\\\"Pour modifier les paramètres d'un bloc, cliquer sur le lien Configurer sur la page Mise en page des blocs. Les options disponibles varient en fonction du module qui fournit le bloc. Pour tous les blocs vous pouvez remplacer le titre du bloc et choisi s'il est visible ou non.\\\",\\\"You can add custom blocks, if the Custom Block module is installed. For more information, see the Custom Block help page.\\\":\\\"Vous pouvez ajouter des blocs personnalisés si le module Custom Block est installé. Pour plus d'informations, voir la page d'aide de Custom Block.\\\",\\\"Block settings updated.\\\":\\\"Paramètres du bloc mis à jour.\\\",\\\"Edit %label custom block type\\\":\\\"Modifier le type de bloc personnalisé %label\\\",\\\"You have not created any block types yet. Go to the block type creation page to add a new block type.\\\":\\\"Vous n'avez encore créé aucun type de bloc. Allez sur la page de création de type de bloc pour ajouter un nouveau type de bloc.\\\",\\\"Add a custom block.\\\":\\\"Ajouter un bloc personnalisé.\\\",\\\"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 Book page. For more information, see the online documentation for the Book module.\\\":\\\"Le module Book est utilisé pour créer du contenu structuré sur plusieurs pages, tels que les guides de ressource du site, les manuels, les wikis. Il permet aussi de créer du contenu qui contient des chapitres, sections, sous-sections ou une autre structure organisée de façon similaire sur plusieurs niveaux. L'activation du module crée un nouveau type de contenu Page de livre. Pour plus d'informations, consulter la documentation en ligne du module Book.\\\",\\\"You can assign separate permissions for creating new books as well as creating, editing and deleting book content. Users with the Administer book outlines permission can add any 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 Book list page.\\\":\\\"Vous pouvez assigner différents droits pour créer de nouveaux livres ou bien créer, modifier et supprimer un livre. Les utilisateurs avec le droit Administrer les structures de livres peuvent ajouter n'importe quel type de contenu à un livre en sélectionnant le livre approprié lors de la modification du contenu. Ils peuvent aussi voir une liste de tous les livres et modifier et réordonner les titres de section sur la page Liste des livres.\\\",\\\"The Book page content type is the initial content type enabled for book outlines. On the Book settings page you can configure content types that can used in book outlines.\\\":\\\"Le type de contenu Page de livre est le type de contenu initial activé pour les structures de livre. Sur la Page des paramètres de livre vous pouvez configurer les types de contenu pouvant être utilisés dans les structures de livre.\\\",\\\"Users with the Add content and child pages to books permission will see a link to Add child page 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 Book settings page. By default this is the Book page content type.\\\":\\\"Les utilisateurs avec le droit Ajouter du contenu et des pages enfants aux livres verront un lien Ajouter une page enfant lors de la consultation d'un contenu présent dans la structure du livre. Ce lien permet aux utilisateurs de créer un nouveau contenu du type sélectionné sur la page de paramètres de Book. Par défaut il s'agit du type de contenu Page de livre.\\\",\\\"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 Blocks layout page. For book pages to show up in the book navigation, they must be added to a book outline.\\\":\\\"Les pages de livres ont un bloc de navigation spécifique par défaut. Ce bloc de navigation contient les liens qui mènent vers les pages suivante et précédente du livre, et au niveau supérieur à la page courante dans la structure du livre. Ce bloc peut être activé dans la mise en page des blocs. Pour que les pages de livres apparaissent dans la navigation du livre, elles doivent être ajoutées dans une structure de livre.\\\",\\\"The outline feature allows you to include pages in the Book hierarchy, as well as move them within the hierarchy or to reorder an entire book.\\\":\\\"La fonctionnalité structure vous permet d'inclure des pages dans la hiérarchie du livre, tout comme les déplacer dans la hiérarchie ou réordonner un livre entier.\\\",\\\"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.\\\":\\\"La page parente dans le livre. La profondeur maximale pour un livre et toutes ses pages est @maxdepth. Certaines pages dans le livre sélectionné pourraient ne pas être disponibles en tant que parent si leur sélection venait à dépasser cette limite.\\\",\\\"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 online documentation for the Breakpoint module.\\\":\\\"Le module Breakpoint enregistre la hauteur, largeur et résolution des points de rupture auxquels un design adaptatif doit réagir afin de s'adapter aux différents types d'appareils utilisés pour la consultation du site. Ce module n'a pas d'interface utilisateur. Pour plus d'informations, consulter la documentation en ligne du module Breakpoint.\\\",\\\"Media queries 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.\\\":\\\"Les requêtes de media (media queries) sont une façon protocolaire d'encoder les points de rupture. Par exemple, un point de rupture de largeur à 40em serait écrit avec la requête suivante : \\\\\\\"(min-width: 40em)\\\\\\\". Les points de rupture sont réellement des requêtes de media (media queries) avec des métadonnées supplémentaires telles qu'un nom, un multiplicateur.\\\",\\\"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 Text Editor module. It requires JavaScript to be enabled in the browser. For more information, see the online documentation for the CKEditor module and the CKEditor website.\\\":\\\"Le module CKEditor fournit un éditeur de texte très accessible et convivial, et ajoute une barre d'outils aux champs de texte. Les utilisateurs peuvent utiliser des boutons pour formatter le contenu et créer du HTML valide et sémantiquement correct. Le module CKEditor utilise le framework fourni par le module Text Editor. Il nécessite que JavaScript soit activé dans le navigateur. Pour plus d'information, consulter la documentation en ligne du module CKEditor et le site web de CKEditor.\\\",\\\"CKEditor has to be enabled and configured separately for individual text formats from the Text formats and editors page because the filter settings for each text format can be different. For more information, see the Text Editor help page and Filter help page.\\\":\\\"CKEditor doit être activé et configuré séparément pour chaque format de texte sur la page des Formats de texte et éditeurs, car les paramètres de filtres peuvent être différents pour chacun. Pour plus d'information, consulter la page d'aide du module Text Editor et la page d'aide du module Filter.\\\",\\\"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 Filter help page.\\\":\\\"CKeditor autorise seulement les utilisateurs à mettre en forme le contenu en accord avec la configuration des filtres du format de texte spécifique. Si un format de texte exclut certaines balises HTML, le bouton correspondant ne sera pas affiché aux utilisateurs dans la barre d'outils lorsqu'ils modifient une zone de texte dans ce format. Pour plus d'informations consulter l'aide du module Filter.\\\",\\\"The built in WYSIWYG editor (CKEditor) comes with a number of accessibility features. CKEditor comes with built in keyboard shortcuts, which can be beneficial for both power users and keyboard only users.\\\":\\\"L'éditeur WYSIWYG inclus (CKEditor) est doté de plusieurs fonctionnalités d'accessibilité. CKEditor fournit des raccourcis clavier, qui bénéficient aux utilisateurs avancés comme à ceux qui n'utilisent que le clavier.\\\",\\\"The Color module allows users with the Administer site configuration permission to change the color scheme (color of links, backgrounds, text, and other theme elements) of compatible themes. For more information, see the online documentation for the Color module.\\\":\\\"Le module Color permet aux utilisateurs avec le droit Administration de la configuration du site de modifier la palette de couleurs (couleur des liens, des arrière-plans, des textes et d'autres éléments du thème) des thèmes compatibles. Pour plus d'informations consulter la documentation en ligne du module Color.\\\",\\\"To change the color settings, select the Settings link for your theme on the Appearance page. If the color picker does not appear then the theme is not compatible with the Color module.\\\":\\\"Pour modifier les réglages de couleur, cliquez sur le lien Paramètres de votre thème sur la page Apparence. Si le sélecteur de couleur n'apparaît pas alors le thème n'est pas compatible avec le module Color.\\\",\\\"The Comment module allows users to comment on site content, set commenting defaults and permissions, and moderate comments. For more information, see the online documentation for the Comment module.\\\":\\\"Le module Comment autorise les utilisateurs à commenter le contenu du site, à définir les permissions et les actions par défaut et à modérer les commentaires. Pour plus d'informations, consulter la section sur le module Comment.\\\",\\\"Enabling commenting\\\":\\\"Activation des commentaires\\\",\\\"Comment functionality can be enabled for any entity sub-type (for example, a content type) by adding a Comments field on its Manage fields page. Adding or removing commenting for an entity through the user interface requires the Field UI module to be enabled, even though the commenting functionality works without it. For more information on fields and entities, see the Field module help page.\\\":\\\"Les commentaires peuvent être activés pour tout sous-type d'entité (par exemple, un type de contenu) en ajoutant un champ Commentaires dans sa page de gestion des champs. Le module Field UI doit être activé pour pouvoir ajouter ou retirer les commentaires pour une entité via l'interface utilisateur, cependant les commentaires fonctionnent quand même sans ce module. Pour plus d'informations sur les champs et les entités, consulter la page d'aide du module Field.\\\",\\\"Configuring commenting settings\\\":\\\"Configuration de paramètres de commentaire\\\",\\\"Commenting settings can be configured by editing the Comments field on the Manage fields page of an entity type if the Field UI module 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: Open to allow new comments, Closed to view existing comments, but prevent new comments, or Hidden to hide existing comments and prevent new comments. Changing this configuration for an entity type will not change existing entity items.\\\":\\\"Les paramètres pour commenter peuvent être configurés en modifiant le champ Commentaires sur la page Gérer les champs d'un type d'entité si le module Field UI est activé. La configuration inclut l'étiquette du champ commentaires, le nombre de commentaires à afficher, et s'ils sont affichés dans une liste par discussion. Les commentaires peuvent être configurés comme : Ouverts pour permettre de nouveaux commentaires, Fermés pour voir les commentaires existants, mais empêcher de nouveaux commentaires, ou Cachés pour masquer les commentaires existants et empêcher de nouveaux commentaires. Changer cette configuration pour un type d'entité ne changera pas les entités existantes.\\\",\\\"Users with the appropriate permissions can override the default commenting settings of an entity type when they create an item of that type.\\\":\\\"Les utilisateurs disposant des permissions adéquates peuvent surcharger les paramètres par défaut des commentaires d'un type d'entité lors de la création d'un élément de ce type.\\\",\\\"Comments from users who have the Skip comment approval permission are published immediately. All other comments are placed in the Unapproved comments queue, until a user who has permission to Administer comments and comment settings publishes or deletes them. Published comments can be bulk managed on the Published comments administration page. When a comment has no replies, it remains editable by its author, as long as the author has Edit own comments permission.\\\":\\\"Les commentaires des utilisateurs qui ont le droit Sauter l'approbation des commentaires sont publiés immédiatement. Tous les autres commentaires sont mis en attente dans les Commentaires non approuvés, jusqu'à ce qu'un utilisateur avec le droit Administrer les commentaires et les paramètres de commentaire les publie ou les supprime. Les commentaires publiés peuvent être gérés en masse sur la page d'administration Commentaires publiés. Lorsqu'un commentaire n'a pas de réponse, il reste modifiable par son auteur, aussi longtemps que l'auteur a le droit Modifier ses propres commentaires.\\\",\\\"In reply to @parent_title by @parent_username\\\":\\\"En réponse à @parent_title par @parent_username\\\",\\\"Name for @anonymous\\\":\\\"Nom pour @anonymous\\\",\\\"Log in or register to post comments\\\":\\\"Se connecter ou s'inscrire pour poster un commentaire\\\",\\\"Log in to post comments\\\":\\\"Se connecter pour poster des commentaires\\\",\\\"Select the Comment type to use for this comment field. Manage the comment types from the administration overview page.\\\":\\\"Sélectionner le Type de commentaire à utiliser pour ce champ commentaire. Gérer les types de commentaire depuis la page de vue d'ensemble d'administration.\\\",\\\"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 online documentation for the Configuration Manager module.\\\":\\\"Le module Configuration Manager fournit une interface utilisateur pour importer et exporter les changements de configuration entre les installations de votre site dans différents environnements. La configuration est enregistrée dans un format YAML. Pour plus d'informations, consulter la documentation en ligne du module Configuration Manager.\\\",\\\"You can create and download an archive consisting of all your site's configuration exported as *.yml files on the Export page.\\\":\\\"Vous pouvez créer et télécharger une archive contenant toute la configuration de votre site sous forme de fichiers *.yml sur la page Exporter.\\\",\\\"You can upload a full site configuration from an archive file on the Import page. When importing data from a different environment, the site and import files must have matching configuration values for UUID in the system.site configuration item. That means that your other environments should initially be set up as clones of the target site. Migrations are not supported.\\\":\\\"Vous pouvez transférer une configuration complète de site depuis une archive sur la page Import. Lors d'un import de données depuis un environnement différent, le site et les fichiers d'import doivent avoir des valeurs de configuration correspondantes pour UUID dans l'élément de configuration system.site. Cela signifie que vos autres environnements doivent avoir initialement été créés comme des clones du site cible. Les migrations ne sont pas supportées.\\\",\\\"You can review differences between the active configuration and an imported configuration archive on the Synchronize 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.\\\":\\\"Vous pouvez inspecter les différences entre la configuration active et une archive de configuration importée sur la page Synchronizer pour vous assurer que les changements sont bien ceux attendus avant de finaliser l'import. La page Synchronizer affiche également les éléments de configuration qui vont être ajoutés ou retirés.\\\",\\\"You can export a single configuration item by selecting a Configuration type and Configuration name on the Single export page. The configuration and its corresponding *.yml file name are then displayed on the page for you to copy.\\\":\\\"Vous pouvez exporter un seul élément de configuration en sélectionnant un Type de configuration et un Nom de configuration sur la page Export individuel. La configuration et son nom de fichier *.yml correspondant sont ensuite affichés sur la page pour que vous les copiez.\\\",\\\"You can import a single configuration item by pasting it in YAML format into the form on the Single import page.\\\":\\\"Vous pouvez importer un seul élément de configuration en le collant au format YAML dans le formulaire sur la page Import individuel.\\\",\\\"Export and download the full configuration of this site as a gzipped tar file.\\\":\\\"Exporter et télécharger la configuration complète de ce site dans un fichier tar compressé.\\\",\\\"Choose a configuration item to display its YAML structure.\\\":\\\"Choisir un élément de configuration pour afficher sa structure YAML.\\\",\\\"Import a single configuration item by pasting its YAML structure into the text field.\\\":\\\"Importer un seul élément de configuration en collant sa structure YAML dans le champ texte.\\\",\\\"Full archive\\\":\\\"Archive complète\\\",\\\"Single item\\\":\\\"Élément individuel\\\",\\\"Staged\\\":\\\"Versionné\\\",\\\"The following items in your active configuration have changes since the last import that may be lost on the next import.\\\":\\\"Les éléments suivants qui se trouvent dans votre configuration active ont changés depuis le dernier import et seront peut-être perdus lors du prochain import.\\\",\\\"@collection configuration collection\\\":\\\"collection de configuration @collection\\\",\\\"@source_name to @target_name\\\":\\\"@source_name vers @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 Language, Content Translation, and Interface Translation, it allows you to build multilingual websites. For more information, see the online documentation for the Configuration Translation module.\\\":\\\"Le module Configuration Translation vous permet de traduire les textes de configuration ; par exemple, le nom du site, les vocabulaires, les menus, ou les formats de date. Couplé avec les modules Language, Content Translation, et Interface Translation, il vous permet de construire des sites multilingues. Pour plus d'informations, consulter la documentation en ligne pour le module Configuration Translation.\\\",\\\"In order to translate configuration, the website must have at least two languages.\\\":\\\"Pour traduire la configuration, le site doit avoir au moins deux langues.\\\",\\\"Users with the Translate user edited configuration permission can access the configuration translation overview, and manage translations for specific languages. The Configuration translation page shows a list of all configuration text that can be translated, either as individual items or as lists. After you click on Translate, you are provided with a list of all languages. You can add or edit a translation for a specific language. Users with specific configuration permissions can also edit 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.\\\":\\\"Les utilisateurs avec le droit Traduire la configuration modifiée par l'utilisateur peuvent accéder à la vue d'ensemble de la traduction de la configuration et gérer les traductions pour des langues spécifiques. La page Traduction de la configuration affiche une liste de tous les textes de configuration pouvant être traduits, soit en éléments individuels, soit en listes. Après avoir cliqué sur Translate, vous obtenez une liste de toutes les langues. Vous pouvez ajouter ou modifier une traduction pour une langue spécifique. Les utilisateurs avec des droits de configuration spécifiques peuvent également modifier le texte pour la langue par défaut du site. Pour certains éléments de configuration texte (par exemple les informations du site), les pages de traductions spécifiques peuvent également être directement accessibles depuis leur page de configuration.\\\",\\\"You can choose to translate date formats on the Configuration translation page. This allows you not only to translate the label text, but also to set a language-specific PHP date format.\\\":\\\"Vous pouvez choisir de traduire les formats de date sur la page de Traduction de configuration. Cela vous permet non seulement de traduire le texte des étiquettes, mais aussi de configurer un format de date PHP spécifique à une langue.\\\",\\\"@label (@source_language)\\\":\\\"@label (@source_language)\\\",\\\"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 online documentation for the Contact module.\\\":\\\"Le module de contact permet aux visiteurs de contacter les utilisateurs enregistrés sur votre site, en utilisant le formulaire de contact personnel et vous permet également de mettre en place des formulaires de contact au niveau du site. Pour plus d'informations, consulter la documentation en ligne pour le module Contact.\\\",\\\"On the Contact forms page, 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.\\\":\\\"Sur la page des formulaires de Contact, vous pouvez configurer les champs et l'affichage du formulaire de contact personnel et vous pouvez définir un ou plusieurs formulaires de contact au niveau du site. Chaque formulaire de contact possède un nom système, une étiquette et un ou plusieurs destinataires ; quand un visiteur soumet un formulaire, les valeurs de champ sont envoyées à ces destinataires.\\\",\\\"One site-wide contact form can be designated as the default contact form. If you choose to designate a default form, the Contact menu link in the Footer menu will link to it. You can modify this link from the Menus page 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 contact/machine_name_of_form.\\\":\\\"Un formulaire de contact général peut être désigné comme formulaire de contact par défaut. Si vous choisissez un formulaire de contact par défaut, le lien de menu Contact du Pied de page pointera vers celui ci. Vous pouvez modifier ce lien depuis la page de gestion des menus si le module Menu UI est installé. Vous pouvez également créer des liens vers d'autres formulaires de contact ; l'URL de chaque formulaire est au format contact/nom_systeme_du_formulaire.\\\",\\\"From the Contact forms page, 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 Block layout page, if the Block module is installed.\\\":\\\"Depuis la page des formulaires de Contact, vous pouvez configurer les champs à afficher sur les formulaires de contact, incluant leurs étiquette et texte d'aide. Si vous souhaitez que d'autres contenus (comme du texte ou des images) apparaissent sur un formulaire de contact, utilisez un bloc. Vous pouvez créer et modifier des blocs sur la page de mise en page des blocs, à condition que le module Block soit installé.\\\",\\\"[@form] @subject\\\":\\\"[@form] @subject\\\",\\\"@sender-name (@sender-url) sent a message using the contact form at @form-url.\\\":\\\"@sender-name (@sender-url) a envoyé un message en utilisant le formulaire de contact à l'adresse @form-url.\\\",\\\"[@site-name] @subject\\\":\\\"[@site-name] @subject\\\",\\\"Hello @recipient-name,\\\":\\\"Bonjour @recipient-name,\\\",\\\"@sender-name (@sender-url) has sent you a message via your contact form at @site-name.\\\":\\\"@sender-name (@sender-url) vous a envoyé un message en utilisant le formulaire de contact du site @site-name.\\\",\\\"If you don't want to receive such emails, you can change your settings at @recipient-edit-url.\\\":\\\"Si vous ne souhaitez pas recevoir ce genre de messages, vous pouvez modifier vos paramètres à l'adresse @recipient-edit-url.\\\",\\\"@name (not verified)\\\":\\\"@name (non vérifié)\\\",\\\"The contact form has not been configured. Add one or more forms .\\\":\\\"Aucun formulaire de contact n'a été configuré. Créez un ou plusieurs formulaires .\\\",\\\"The Content Translation module allows you to translate content, comments, custom blocks, taxonomy terms, users and other content entities. Together with the modules Language, Configuration Translation, and Interface Translation, it allows you to build multilingual websites. For more information, see the online documentation for the Content Translation module.\\\":\\\"Le module Content Translation vous permet de traduire du contenu, des commentaires, des blocs personnalisés, des termes de taxonomie, des utilisateurs et autres entités de contenu. En combination avec les modules Language, Configuration Translation, et Interface Translation, il vous permet de construire des sites multilingues. Pour plus d'informations, consulter la documentation en ligne pour le module Content Translation.\\\",\\\"In order to translate content, the website must have at least two languages. When that is the case, you can enable translation for the desired content entities on the Content language 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.\\\":\\\"Pour traduire du contenu, le site web doit avoir au moins deux langues. Lorsque c'est le cas, vous pouvez activer la traduction pour les entités de contenus souhaitées sur la page Langue du contenu. Lorsqu'une traduction est activée, vous pouvez choisir la langue par défaut du contenu et choisir si le champ de sélection de la langue devra apparaître sur les formulaires d'édition de contenu.\\\",\\\"Before you can translate content, there must be at least two languages added on the languages administration page.\\\":\\\"Avant de pouvoir traduire un contenu, il doit y avoir au moins deux langues de créées sur la page d'administration des langues.\\\",\\\"To configure translation for this field, enable language support for this type.\\\":\\\"Pour configurer la traduction de ce champ, activez la prise en charge de la langue pour ce type.\\\",\\\"Enable translation for content types, taxonomy vocabularies, accounts, or any other element you wish to translate.\\\":\\\"Activer les traductions pour les types de contenu, vocabulaires de taxonomie, comptes, ou tout autre élément que vous souhaitez traduire.\\\",\\\"The Contextual links module gives users with the Use contextual links 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 online documentation for the Contextual Links module.\\\":\\\"Le module Contextual links donne aux utilisateurs avec le droit Utiliser les liens contextuels un accès rapide aux tâches associées avec certaines zones des pages de votre site. Par exemple, un menu affiché comme bloc a des liens pour modifier le menu et configurer le bloc. Pour plus d'informations, consulter la documentation en ligne du module Contextual links.\\\",\\\"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\\\":\\\"Survoler la zone d'intérêt rendra temporairement visible le bouton des liens contextuels (il ressemble à un crayon dans la plupart des thèmes et est normalement affiché dans le coin supérieur droit de la zone). Cette icône ressemble typiquement à ceci : @picture\\\",\\\"If you have the Toolbar module 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.\\\":\\\"Si vous avez le module Toolbar activé, cliquer sur le bouton des liens contextuels dans la barre d'outils (qui ressemble à un crayon) rendra visible tous les liens contextuels sur la page. Cliquer à nouveau sur le bouton les rendra invisibles.\\\",\\\"The Datetime module provides a Date field that stores dates and times. It also provides the Form API elements datetime and datelist for use in programming modules. See the Field module help and the Field UI module help pages for general information on fields and how to create and manage them. For more information, see the online documentation for the Datetime module.\\\":\\\"Le module Datetime fournit un champ Date qui stocke les dates et heures. Il fournit aussi les éléments datetime et datelist de l'API de formulaire, utilisables dans la programmation de modules. Consulter les pages d'aide du module Field et d'aide du module Field UI pour des informations générales sur les champs, et comment les créer et les gérer. Pour plus d'informations, consulter l'aide en ligne du module Datetime.\\\",\\\"The settings and the display of the Date field can be configured separately. See the Field UI help for more information on how to manage fields and their display.\\\":\\\"Les paramètres et l'affichage du champ Date peuvent être configurés séparément. Consulter l'aide de Field UI pour plus d'informations concernant la gestion des champs et de leur affichage.\\\",\\\"Dates can be displayed using the Plain or the Default formatter. The Plain formatter displays the date in the ISO 8601 format. If you choose the Default formatter, you can choose a format from a predefined list that can be managed on the Date and time formats page.\\\":\\\"Les dates peuvent être affichées en utilisant le formateur Brut ou Par défaut. Le formateur Brut affiche la date dans le format ISO 8601. Si vous choisissez le formateur Par défaut, vous pouvez choisir un format depuis une liste prédéfinie qui peut être gérée sur la page Formats de date et heure.\\\",\\\"Date part order: @order\\\":\\\"Ordre des fragments de date : @order\\\",\\\"Time type: @time_type\\\":\\\"Type d'heure : @time_type\\\",\\\"Time increments: @increment\\\":\\\"Incrémentations de temps : @increment\\\",\\\"The Database Logging module logs system events in the Drupal database. For more information, see the online documentation for the Database Logging module.\\\":\\\"Le module Database Logging journalise les événements du système dans la base de données de Drupal. Pour plus d'information, lire la documentation en ligne du module Database Logging.\\\",\\\"The Database Logging module allows you to view an event log on the Recent log messages 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.\\\":\\\"Le module Database Logging vous permet de voir un journal des événements sur la page des Entrées récentes du journal. Le journal est une liste chronologique des événements enregistrés contenant des données d'utilisation, de performance, les erreurs, les avertissements et les informations opérationnelles. Les administrateurs doivent vérifier régulièrement le journal pour s'assurer que leur site fonctionne correctement.\\\",\\\"In case of errors or problems with the site, the Recent log messages page can be useful for debugging, since it shows the sequence of events. The log messages include usage information, warnings, and errors.\\\":\\\"En cas d'erreur ou de problèmes avec le site, la page des entrées récentes du journal peut être utile pour le débogage, car elle affiche la séquence des événements. Les entrées du journal incluent les informations d'utilisation, les avertissements, et les erreurs.\\\",\\\"The maximum number of messages to keep in the database log. Requires a cron maintenance task.\\\":\\\"Nombre maximum de messages à conserver dans le journal en base de données. Nécessite une tâche planifiée (cron) de maintenance.\\\",\\\"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.\\\":\\\"Les pages éligibles pour la mise en cache sont mises en cache la première fois qu'elles sont demandés, ensuite la version en cache est servie pour toutes les demandes ultérieures. Le contenu dynamique est géré automatiquement afin que l'exactitude du cache et du taux de hits soit maintenus.\\\",\\\"Internal Dynamic Page Cache\\\":\\\"Internal Dynamic Page Cache\\\",\\\"Caches pages for any user, handling dynamic content correctly.\\\":\\\"Cache les pages pour tous les utilisateurs en gérant correctement le contenu dynamique.\\\",\\\"The Text Editor module provides a framework that other modules (such as CKEditor module) 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 online documentation for the Text Editor module.\\\":\\\"Le module Text Editor fournit un framework que les autres modules (tels que le module CKEditor) peuvent utiliser afin de proposer des barres d'outils et autres fonctionnalités permettant aux utilisateurs de formater du texte plus facilement qu'en saisissant directement des balises HTML. Pour plus d'informations, consulter la documentation en ligne du module Text Editor.\\\",\\\"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 CKEditor module, which can be enabled on the Extend page, 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.\\\":\\\"Le module Text Editor fournit un framework pour gérer les éditeurs. Pour l'utiliser, vous devez également activer un éditeur de texte. Il peut s'agir du module du cœur CKEditor, qui peut être activé sur la page Extension, ou d'un module contribué pour n'importe quel autre éditeur de texte. Lors de l'installation d'un module d'éditeur de texte contribué, assurez-vous de vérifier les instructions d'installation, car vous aurez très probablement besoin de télécharger et d'installer une bibliothèque externe en plus du module Drupal.\\\",\\\"On the Text formats and editors page you can see which text editor is associated with each text format. You can change this by clicking on the Configure link, and then choosing a text editor or none from the Text editor drop-down list. The text editor will then be displayed with any text field for which this text format is chosen.\\\":\\\"Sur la page Formats de texte et éditeurs vous pouvez voir quel éditeur de texte est associé à chaque format de texte. Vous pouvez le modifier en cliquant sur le lien Configurer, en choisissant un éditeur de texte ou aucun dans la liste déroulante Éditeur de texte. L'éditeur sera par la suite affiché avec tout champ texte pour lequel ce format de texte a été choisi.\\\",\\\"The settings and the display of the entity reference field can be configured separately. See the Field UI help for more information on how to manage fields and their display.\\\":\\\"La configuration et l'affichage du champ de référence d'entités peuvent être configurés séparément. Voir l'aide de Field UI pour plus d'informations sur la gestion des champs et leur affichage.\\\",\\\"No eligible views were found. Create a view with an Entity Reference display, or add such a display to an existing view.\\\":\\\"Aucune vue éligible n'a été trouvée. Créer une vue avec un affichage de type Entity Reference, ou ajouter un tel affichage à une vue existante.\\\",\\\"The Field module allows custom data fields to be defined for entity 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 Field UI module 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 online documentation for the Field module.\\\":\\\"Le module Field permet de définir des champs personnalisables par type d'entité (voir ci-dessous). Le module Field prend en charge l'enregistrement, le chargement, l'édition et l'affichage des données des champs. La plupart des utilisateurs n'interagirons pas directement le module Field, mais utiliseront plutôt l'interface utilisateur du module Field UI. Les développeurs de module peuvent utiliser la Field API pour créer de nouveau type d'entité sur lesquels attacher des champs (\\\\\\\"fieldable\\\\\\\"). Pour plus d'informations, voir la documentation en ligne du module Field.\\\",\\\"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 Extend administration page. Additional fields, formatters, and widgets may be provided by contributed modules, which you can find in the contributed module section of Drupal.org.\\\":\\\"Le module Field fournit une infrastructure pour les champs ; les types de champs, les formateurs et widgets sont fournis par le cœur de Drupal ou des modules supplémentaires. Certains modules sont requis ; les modules optionnels peuvent être activés à partir de la page d'administration Extension. Les champs additionnels, formateurs et widgets peuvent être fournis par des modules contribués que vous pourrez trouver dans la section des modules contribués sur Drupal.org.\\\",\\\"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 Field module help page. For more information about the Field UI, see the online documentation for the Field UI module.\\\":\\\"Le module Field UI fournit une interface d'administration (UI) pour gérer et afficher les champs. Les champs peuvent être attachés à la plupart des sous-types d'entité de contenu. Différents types de champs, widgets, formateurs sont fournis par les modules activés sur votre site, et gérés par le module Field. Pour comprendre l'historique et la terminologie liés aux champs et aux entités, consulter la page d'aide du module Field. Pour plus d'informations à propos de Field UI, voir la documentation en ligne du module Field UI.\\\",\\\"You can add, edit, and delete view modes for entities on the View modes page, and you can add, edit, and delete form modes for entities on the Form modes page. 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.\\\":\\\"Vous pouvez ajouter, modifier, et supprimer des modes de visualisation pour les entités depuis la page Mode de visualisation, et vous pouvez ajouter, modifier, et supprimet des modes de saisie pour les entités depuis la page Mode de saisie. Une fois que vous avez défini un mode de visualisation ou un mode de saisie pour un type d'entité, il sera disponible dans les pages Gérer l'affichage ou Gérer les formulaires pour chaque sous type de cette entité.\\\",\\\"There are two reports available that list the fields defined on your site. The Entities 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 Views and Views UI modules are enabled, the Used in views report lists each field that is used in a view, with a link to edit that view.\\\":\\\"Il y a deux rapports disponibles qui listent les champs définis sur votre site. Le rapport de la liste des Entités liste tous les champs, on y trouve le nom système, les types et les types ou sous-types d'entités sur lesquels ils sont utilisés (chaque sous-type pointe vers la page de gestion des champs). Si les modules Views et Views UI sont activés, le rapport de la liste des champs utilisés dans Views indique chaque champ utilisé dans une vue avec un lien pour modifier cette vue.\\\",\\\"There are no fields yet added. You can add new fields on the Manage fields page.\\\":\\\"Aucun champ n'a été ajouté. Vous pouvez ajouter de nouveaux champs sur la page Gérer les champs.\\\",\\\"The %display_mode mode now uses custom display settings. You might want to configure them.\\\":\\\"Le mode %display_mode utilise désormais des paramètres d'affichages personnalisés. Vous pouvez les configurer.\\\",\\\"@size limit.\\\":\\\"Limité à @size.\\\",\\\"file from @field_name\\\":\\\"fichier de @field_name\\\",\\\"The File module allows you to create fields that contain files. See the Field module help and the Field UI help pages for general information on fields and how to create and manage them. For more information, see the online documentation for the File module.\\\":\\\"Le module File permet de créer des champs contenant des fichiers. Consulter les pages d'aide du module Field et d'aide du module Field UI pour des informations générales concernant les champs, comment les créer et les gérer. Pour plus d'informations, consulter la documentation en ligne du module File.\\\",\\\"The settings and the display of the file field can be configured separately. See the Field UI help for more information on how to manage fields and their display.\\\":\\\"Les paramètres du champ fichier et de son affichage peuvent être configurés séparément. Voir l'aide de Field UI pour plus d'informations concernant la gestion des champs et de leur affichage.\\\",\\\"Uploaded files can either be stored as public or private, depending on the File system settings. For more information, see the System module help page.\\\":\\\"Les fichiers transférés peuvent être sauvés comme publics ou privés en fonction des Paramètres du système de fichiers. Pour plus d'informations, consulter la page d'aide du module System.\\\",\\\"The file used in the @name field may not be referenced.\\\":\\\"Le fichier utilisé dans le champ @name peut ne pas être référencé.\\\",\\\"The file referenced by the @name field does not exist.\\\":\\\"Le fichier référencé par le champ @name n'existe pas.\\\",\\\"You can create and edit text formats on the Text formats page (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 \\\\\\\"Add text format\\\\\\\".\\\":\\\"Vous pouvez créer et modifier les formats de texte sur la page des Formats de texte (si le module Text editor est activé, cette page s'intitule Formats de texte et éditeurs). Un format de texte par défaut est défini : Texte brut (qui supprime toutes les balises HTML). Des formats de texte supplémentaires peuvent être créés durant l'installation. Pour créer un format de texte, cliquer sur \\\\\\\"Ajouter un format de texte\\\\\\\".\\\",\\\"Use the @label text format\\\":\\\"Utiliser le format de texte @label\\\",\\\"For more information see W3C's HTML Specifications or use your favorite search engine to find other sites that explain HTML.\\\":\\\"Pour plus d'informations consulter les spécifications HTML du W3C ou utiliser un moteur de recherche pour trouver d'autres sites contenant des exemples de HTML.\\\",\\\"If you do encounter problems, try using HTML character entities. A common example looks like &amp; for an ampersand & character. For a full list of entities see HTML's entities page. Some of the available characters include:\\\":\\\"Si vous rencontrez des problèmes, essayez d'utiliser les entités HTML des caractères. Un exemple classique est d'utiliser &amp; pour afficher une esperluette &. Pour une liste complète des entités HTML, consulter la page des entités. Un aperçu des caractères disponibles inclu :\\\",\\\"Limit allowed HTML tags and correct faulty HTML\\\":\\\"Limiter les balises HTML autorisées et corriger les fautes de HTML\\\",\\\"The Forum module adds and uses a content type called Forum topic. For background information on content types, see the Node module help page.\\\":\\\"Le module Forum ajoute et utilise le type de contenu Forum topic. Pour des informations de fond sur les types de contenu, consulter la page d'aide du module Node.\\\",\\\"For more information, see the online documentation for the Forum module.\\\":\\\"Pour plus d'informations, consultez la documentation en ligne du module Forum.\\\",\\\"Visit the Forums page to set up containers and forums to hold your discussion topics.\\\":\\\"Visitez la page Forums pour configurer les conteneurs et forums pour accueillir vos sujets de discussion.\\\",\\\"The Forum topic link on the Add content page creates the first post of a new threaded discussion, or thread.\\\":\\\"Le lien Sujet de forum sur la page Ajouter du contenu crée le premier message d'une nouvelle discussion, ou discussion hierarchisée.\\\",\\\"Enabling the Forum module provides a default Forums menu item in the Tools menu that links to the Forums page.\\\":\\\"Activer le module Forum fournit l'élément de menu par défaut Forums dans le menu de navigation qui pointe vers la page Forums.\\\",\\\"Adjust the display of your forum topics. Organize the forums on the forum structure page.\\\":\\\"Gérer l'affichage des sujets de votre forum. Organiser les forums sur la page de structure des forums.\\\",\\\"To uninstall Forum, first delete all %vocabulary terms\\\":\\\"Pour désinstaller Forum, supprimez d'abord les termes de %vocabulary\\\",\\\"No containers or forums available. Add container or Add forum.\\\":\\\"Aucun conteneur ou forum disponible. Ajouter un conteneur ou Ajouter un forum.\\\",\\\"Hypertext Application Language (HAL) is a format that supports the linking required for hypermedia APIs.\\\":\\\"Hypertext Application Language (HAL) est un format qui prend en charge la liaison requise par les API hypermédias.\\\",\\\"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 online documentation for the HAL module.\\\":\\\"Ce module ajoute la prise en charge de la sérialisation des entités (tel que les éléments de contenu, les termes de taxonomie, etc.) dans la version JSON de HAL. Pour plus d'informations, consulter la documentation en ligne du module HAL.\\\",\\\"Configure your website Once logged in, visit the Administration page, where you may customize and configure all aspects of your website.\\\":\\\"Configurez votre site Une fois connecté, visitez la page d'administration, sur laquelle vous pourrez personnaliser et configurer tous les composants de votre site.\\\",\\\"Enable additional functionality Next, visit the Extend page and enable modules that suit your specific needs. You can find additional modules at the Drupal.org modules page.\\\":\\\"Activez des fonctionnalités supplémentaires Visitez ensuite lapage Extension et activez les modules qui répondent à vos besoins. Vous pourrez trouver d'autres modules sur la page modules de Drupal.org.\\\",\\\"Customize your website design To change the \\\\\\\"look and feel\\\\\\\" of your website, visit the Appearance page. You may choose from one of the included themes or download additional themes from the Drupal.org themes page.\\\":\\\"Personnalisez l'affichage de votre site Pour changer l'apparence et l'ergonomie de votre site, visitez la page Apparence. Vous pouvez en sélectionner un depuis la liste des thèmes disponibles ou en télécharger d'autres depuis la page des thèmes sur Drupal.org.\\\",\\\"Start posting content Finally, you may add new content to your website.\\\":\\\"Commencez à publier du contenu Enfin, vous pouvez ajouter du contenu à votre site.\\\",\\\"The Help module generates Help reference pages 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 Drupal.org online documentation 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 online documentation for the Help module.\\\":\\\"Le module Help génère des pages d'aide pour vous guider dans l'utilisation et la configuration des modules et fournit un bloc d'aide avec de l'aide au niveau de la page. Les pages de référence sont un point de départ pour les pages du manuel en ligne de Drupal.org qui contiennent de l'information plus détaillée et mise à jour, annotées par des commentaires des utilisateurs et servent de point de référence définitive pour toute documentation Drupal. Pour plus d'informations, consultez la documentation en ligne du module Help.\\\",\\\"The Help module displays explanations for using each module listed on the main Help reference page.\\\":\\\"Le module Help affiche des explications sur l'utilisation des modules listés sur la page principale de l'aide.\\\",\\\"Page-specific help text provided by modules is displayed in the Help block. This block can be placed and configured on the Block layout page.\\\":\\\"Le texte d'aide spécifique à la page fournit par des modules est affiché dans le bloc d'Aide. Ce bloc peut être placé et configuré sur la Page de mise en page des blocs.\\\",\\\"The History module keeps track of which content a user has read. It marks content as new or updated 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 read. The History module does not have a user interface but it provides a filter to Views to show new or updated content. For more information, see the online documentation for the History module.\\\":\\\"Le module History conserve la trace de quel contenu un utilisateur a lu. Il marque le contenu comme nouveau ou mis à jour selon la dernière fois que l'utilisateur l'a vu. Les enregistrements d'History qui sont plus anciens qu'un mois sont retirés durant la tâche planifiée (cron), ce qui signifie que le contenu ancien de plus d'un mois est toujours considéré lu. Le module History n'a pas d'interface utilisateur mais il fournit un filtre à Views pour afficher le contenu nouveau ou mis à jour. Pour plus d'informations, consultez la documentation en ligne du module History.\\\",\\\"image from @field_name\\\":\\\"image de @field_name\\\",\\\"The Image module allows you to create fields that contain image files and to configure Image styles that can be used to manipulate the display of images. See the Field module help and the Field UI help pages for terminology and general information on entities, fields, and how to create and manage fields. For more information, see the online documentation for the Image module.\\\":\\\"Le module Image vous permet de créer des champs contenant des fichiers d'images et de configurer des Styles d'images qui peuvent être utilisés pour manipuler l'affichage des images. Consulter les pages d'aide du module Field et Field UI pour la terminologie et des informations générales sur les entités, champs et comment créer et gérer les champs. Pour plus d'informations, consulter la documentation en ligne du module Image.\\\",\\\"The concept of image styles is that you can upload a single image but display it in several ways; each display variation, or image style, is the result of applying one or more effects 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 Image styles page, 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.\\\":\\\"Le concept des styles d'images est que vous pouvez transférer une image unique mais l'afficher de plusieurs manières ; chaque variation d'affichage, ou style d'image, est le résultat de l'application d'un ou plusieurs effets à l'image d'origine. Par exemple, vous pourriez transférer une image en haute résolution au format 4:3, et l'afficher plus petite, dans un format carré, ou en noir et blanc (ou toute combinaison de ces effets). Le module Image permet de faire cela de manière efficace : vous configurez un style d'image avec les effets désirés sur la page des styles d'images, et la première fois qu'une image avec ce style est demandée, les effets sont appliqués. L'image résultante est alors enregistrée, et la prochaine fois que ce style est demandé, l'image est récupérée sans avoir à appliquer les effets à nouveau. Le cœur de Drupal fournit divers effets que vous pouvez utiliser pour définir des styles ; d'autres peuvent être fournis par des modules contribués.\\\",\\\"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 File system page. 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 System module help page.\\\":\\\"Lorsque vous créez un champ image, vous devrez choisir si les images transférées seront enregistrées dans le répertoire de fichiers public ou privé définis dans votre fichier settings.php et affichés sur la Page du système de fichiers. Ce choix ne peut pas être changé après. Vous pouvez également configurer votre champ pour enregistrer les fichiers dans un sous-répertoire du répertoire public ou privé ; ce paramètre peut être changé plus tard et peut être différent pour chaque sous-type d'entité utilisant ce champ. Pour plus d'informations sur le stockage de fichier, consulter la page d'aide du module System.\\\",\\\"There are currently no styles. Add a new one.\\\":\\\"Il n'y a actuellement aucun style d'image. Créer un nouveau.\\\",\\\"Both a height and width value must be specified in the @name field.\\\":\\\"Les valeurs hauteur et largeur doivent être spécifiées dans le champ @name.\\\",\\\"The primary identifier for an image style.\\\":\\\"L'identifiant primaire pour un style d'image.\\\",\\\"The style machine name.\\\":\\\"Le nom machine du style.\\\",\\\"The style administrative name.\\\":\\\"Le nom administratif du style.\\\",\\\"You can add languages on the Languages page by selecting Add language 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 Interface translation module is enabled, and the translation server is set as a translation source, then the interface translation for this language is automatically downloaded as well.\\\":\\\"Vous pouvez ajouter une langue sur la page des Langues en cliquant sur Ajouter une langue, et en en sélectionnant une dans la liste proposée. Cette langue devient alors visible dans la liste des langues, où elle peut être configurée. Si le module Interface translation est activé, et que la source des traductions choisie est le serveur de traduction Drupal, alors les traductions de l'interface dans cette langue sont automatiquement téléchargées.\\\",\\\"By default, content is created in the site's default language and no language selector is displayed on content creation pages. On the Content language 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.\\\":\\\"Par défaut, le contenu est créé dans la langue par défaut du site, et aucun bloc sélecteur de langue n'est affiché sur les pages de création de contenu. Sur la page de Langue du contenu, vous pouvez personnaliser la configuration de la langue pour tous les types d'entités pris en charge sur votre site (comme les types de contenu ou les liens de menu personnalisés). Après avoir sélectionné une entité, sa langue par défaut peut-être choisie dans un menu déroulant, et une case à cocher vous permet d'activer ou non l'affichage d'un bloc sélecteur de langue.\\\",\\\"If the Block module is enabled, then you can add a language switcher block on the Block layout page to allow users to switch between languages.\\\":\\\"Si le module Block est activé, vous pouvez ajouter un bloc sélecteur de langue sur la page de Mise en page des blocs afin de permettre aux utilisateurs de changer de langue.\\\",\\\"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 Block layout page.\\\":\\\"Si le module Block est activé, le module Language vous permet de définir la visibilité d'un bloc en fonction des langues sélectionnées sur la page de Mise en page des blocs.\\\",\\\"The Detection and selection 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.\\\":\\\"La page de Détection et sélection fournit plusieurs méthodes pour choisir quelle langue est utilisée pour l'affichage des textes de l'interface utilisateur. Quand une méthode détecte et sélectionne une langue, les méthodes suivantes de la liste ne sont pas appliquées. Vous pouvez les classer par ordre d'importance, avec votre méthode préférée en haut de la liste, suivie d'une ou plusieurs méthodes de repli.\\\",\\\"Browser 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 language codes used on your site.\\\":\\\"Navigateur détermine la langue de l'interface utilisateur en suivant les paramètres de langue du navigateur. Les navigateurs utilisant différents codes pour référencer les mêmes langues, vous pouvez ajouter et modifier des codes de langue afin de faire correspondre les codes de langues du navigateur aux codes de langues utilisés sur votre 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 detection and selection.\\\":\\\"Réordonner les langues pour définir leur ordre dans le bloc du sélecteur de langue, lors de l'édition de contenu, dans la liste des langues disponibles. Cet ordre n'a pas d'effet sur la détection et la sélection.\\\",\\\"The site default language can also be set. It is not recommended to change the default language on a working site. Configure the Selected language setting on the detection and selection page to change the fallback language for language selection.\\\":\\\"La langue par défaut du site peut également être définie. Il est déconseillé de modifier la langue par défaut d'un site en production. Configurer la langue sélectionnée sur la page de détection et sélection pour changer la langue de repli.\\\",\\\"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 list of languages.\\\":\\\"Définir comment décider la langue à utiliser pour l'affichage des éléments des pages (principalement les textes fournis par les modules, tels les étiquettes de champs et les textes d'aide). Cette décision est prise en évaluant une liste de méthodes de détection de la langue ; la première méthode qui obtient un résultat détermine quelle langue est utilisée pour ce type de texte. Soyez conscient que certaines méthodes peuvent ne pas être fiables dans certaines conditions, comme par exemple la langue du navigateur lorsque le cache de page est actif et qu'un utilisateur n'est pas actuellement connecté. Définir l'ordre d'évaluation des méthodes de détection de la langue sur cette page. La langue par défaut peut être modifiée sur la page des langues.\\\",\\\"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 site languages.\\\":\\\"Les navigateurs utilisent différents codes de langue pour une même langue. Le maximum est fait pour déterminer la langue correspondant au code envoyé par le navigateur. Vous pouvez ajouter et modifier les correspondances entre les codes de langue du navigateur et les codes des langues du site.\\\",\\\"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). Changing the site's default language itself might have other undesired side effects.\\\":\\\"Modifier la langue sélectionnée ici (et laisser cette option en dernière position des méthodes de sélection) est la façon la plus simple de modifier la langue de repli du site, si vous devez changer la manière dont le site fonctionne par défaut (c'est à dire sans préfixe de chemin, ou en utilisant de domaine par défaut). Changer la langue par défaut directement peut avoir d'autres effets de bords indésirables.\\\",\\\"Explanation of the language options is found on the languages list page.\\\":\\\"Les explications concernant les paramètres de langue sont disponibles sur la page de liste des langues.\\\",\\\"Site's default language (@language)\\\":\\\"La langue par défaut du site (@language)\\\",\\\"Use one of the language switcher blocks to allow site visitors to switch between languages. You can enable these blocks on the block administration page.\\\":\\\"Utiliser un ou plusieurs blocs sélecteurs de langue pour permettre aux visiteurs de passer d'une langue à l'autre. Vous pouvez activer ces blocs sur la page d'administration des blocs.\\\",\\\"Use language codes as defined by the W3C for interoperability. Examples: \\\\\\\"en\\\\\\\", \\\\\\\"en-gb\\\\\\\" and \\\\\\\"zh-hant\\\\\\\".\\\":\\\"Pour assurer l'interopérabilité, utiliser les codes de langues définis par le W3C. Exemples : \\\\\\\"fr\\\\\\\", \\\\\\\"fr-be\\\\\\\" et \\\\\\\"zh-hant\\\\\\\".\\\",\\\"%field must be a valid language tag as defined by the W3C.\\\":\\\"%field doit être une balise valide du langage tel que défini par le W3C.\\\",\\\"The prefix may only be left blank for the selected detection fallback language.\\\":\\\"Le préfixe ne peut être laissé vide que pour la langue de repli sélectionnée.\\\",\\\"The Link module allows you to create fields that contain internal or external URLs and optional link text. See the Field module help and the Field UI help pages for general information on fields and how to create and manage them. For more information, see the online documentation for the Link module.\\\":\\\"Le module Link vous permet de créer des champs qui contiennent des URLs internes ou externes et éventuellement le texte du lien. Consulter l'aide du module Field et l'aide du module Field UI pour les informations générales sur les champs et comment les créer et les gérer. Pour plus d'informations, consulter la documentation en ligne du module Link.\\\",\\\"The settings and the display of the link field can be configured separately. See the Field UI help for more information on how to manage fields and their display.\\\":\\\"Les paramètres et l'affichage du champ lien peuvent être configurés séparément. Voir l'aide de Field UI pour plus d'informations sur la façon de gérer les champs et leur affichage.\\\",\\\"One translation file could not be checked. See the log for details.\\\\u0003@count translation files could not be checked. See the log for details.\\\":\\\"Un fichier de traduction n'a pas pu être vérifié. Consulter le journal pour plus de détails.\\\\u0003@count fichiers de traduction n'ont pas pu être vérifiés. Consulter le journal pour plus de détails.\\\",\\\"@message (@percent%).\\\":\\\"@message (@percent%).\\\",\\\"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.\\\":\\\"@count fichier de traduction n'a pas pu être importé. Consulter le journal pour avoir des détails.\\\\u0003@count fichiers de traduction n'ont pas pu être importés. Consulter le journal pour avoir des détails.\\\",\\\"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.\\\":\\\"Une chaîne de traduction a été ignorée en raison de HTML non autorisé ou malformé. Voir le journal pour plus de détails.\\\\u0003@count chaînes de traduction ont été ignorées en raison de HTML non autorisé ou malformé. Voir le journal pour plus de détails.\\\",\\\"The Interface Translation module allows you to translate interface text (strings) into different languages, and to switch between them for the display of interface text. It uses the functionality provided by the Language module. For more information, see the online documentation for the Interface Translation module.\\\":\\\"Le module Interface Translation vous permet de traduire les textes (chaînes de caractères) de l'interface en différentes langues, et de basculer d'une langue à l'autre pour l'affichage des textes de l'interface. Il utilise la fonctionnalité mise à disposition par le module de langue. Pour plus d'information, consultez la documentation en ligne concernant le module Interface Translation.\\\",\\\"Translation files with translated interface text are imported automatically when languages are added on the Languages page, or when modules or themes are enabled. On the Interface translation settings page, the Translation source can be restricted to local files only, or to include the Drupal translation server. 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 Interface translation settings page. You can also manually import a translation file on the Interface translation import page.\\\":\\\"Les fichiers de traduction avec du texte d'interface traduit sont importés automatiquement lorsque des langues sont ajoutées sur la page des Langues, ou lorsque des modules ou thèmes sont activés. Sur la page des Paramètres de traduction de l'interface, la Source de traduction peut être restreinte aux fichiers locaux uniquement, ou inclure le server de traduction Drupal. Bien que les modules et thèmes puissent ne pas être traduits complètement dans toutes les langues, de nouvelles traductions deviennent disponibles fréquemment. Vous pouvez préciser si et à quelle fréquence il faut vérifier les mises à jour de fichier de traduction et s'il faut écraser les traductions existantes sur la page des Paramètres de traduction de l'interface Vous pouvez également importer manuellement un fichier de traduction sur la page d'import de traduction de l'interface.\\\",\\\"You can check how much of the interface on your site is translated into which language on the Languages page. On the Available translation updates page, you can check whether interface translation updates are available on the Drupal translation server.\\\":\\\"Vous pouvez contrôler quelle proportion de l'interface de votre site est traduite, et en quelles langues, sur la page des Langues. Sur la page des Mises à jour de traduction disponibles, vous pouvez vérifier si des mises à jour des traductions de l'interface sont disponibles sur le serveur de traduction de Drupal.\\\",\\\"You can translate individual strings directly on the User interface translation page, or download the currently-used translation file for a specific language on the Interface translation export page. Once you have edited the translation file, you can then import it again on the Interface translation import page.\\\":\\\"Vous pouvez traduire des chaînes de caractères individuellement directement sur la page Traduction de l'interface utilisateur ou télécharger le fichier de traduction actuellement utilisé pour une langue spécifique sur la page Export de la traduction de l'interface. Une fois que vous avez édité le fichier de traduction, vous pouvez l'importer de nouveau sur la page Import de la traduction de l'interface.\\\",\\\"Interface translations are automatically imported when a language is added, or when new modules or themes are enabled. The report Available translation updates shows the status. Interface text can be customized in the user interface translation page.\\\":\\\"Les traductions de l'interface utilisateur sont importées automatiquement lorsqu'une langue est ajoutée, ou lorsque de nouveaux modules ou thèmes sont activés. Le rapport des Mises à jour de traduction disponibles en affiche l'état. Les textes de l'interface utilisateur peuvent être personnalisés sur la page de Traduction de l'interface utilisateur.\\\",\\\"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 export strings for offline editing in a desktop Gettext translation editor.) Searches may be limited to strings in a specific language.\\\":\\\"Cette page permet à un traducteur de chercher spécifiquement une chaîne, traduite ou non. Elle est utilisée pour la création et la modification de traductions. (Note: comme la traduction concerne un nombre important de chaînes de caractères, il peut être plus pratique d'exporter les chaînes pour les traduire au moyen d'un éditeur de traduction Gettext.) La recherche peut être limitée à des chaînes concernant un langage en particulier.\\\",\\\"Translation files are automatically downloaded and imported when languages are added, or when modules or themes are enabled.\\\":\\\"Les fichiers de traduction sont automatiquement téléchargés et importés quand des langues sont ajoutées, ou quand des modules ou thèmes sont activés.\\\",\\\"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 Drupal translation server or export translations from the site, customize the translations using a Gettext translation editor, and import the result using this page.\\\":\\\"Cette page permet aux traducteurs d'importer manuellement les chaînes de caractères contenues dans un fichier Gettext Portable Object (.po). L'import manuel peut être utilisé pour personnaliser la traduction ou traduire des modules ou thèmes personnalisés. Pour personnaliser les traductions, vous pouvez télécharger un fichier de traduction depuis le serveur de traduction Drupal ou exporter les traductions du site, les modifier à l'aide d'un éditeur de traduction Gettext, puis les ré-importer en utilisant cette page.\\\",\\\"Updates available for: @languages. See the Available translation updates page for more information.\\\":\\\"Traductions disponibles pour : @languages. Consulter la page des Mises à jour de traduction disponibles pour plus d'information.\\\",\\\"Missing translations for: @languages. See the Available translation updates page for more information.\\\":\\\"Traductions manquantes pour : @languages. Consulter la page des Mises à jour de traduction disponibles pour plus d'information.\\\",\\\"No translation status is available. See the Available translation updates page for more information.\\\":\\\"Aucun statut de traduction disponible. Consulter la page des Mises à jour de traduction disponibles pour plus d'informations.\\\",\\\"Interface translation settings\\\":\\\"Paramètres de traduction de l'interface\\\",\\\"Interface translation import\\\":\\\"Importation des traductions de l'interface utilisateur\\\",\\\"Interface translation export\\\":\\\"Export des traductions de l'interface utilisateur\\\",\\\"Select how frequently you want to check for new interface translations for your currently installed modules and themes. Check updates now.\\\":\\\"Sélectionner la fréquence à laquelle vous souhaitez vérifier si de nouvelles traductions de l'interface sont disponibles pour les modules et thèmes actuellement installés. Vérifier les mises à jour maintenant.\\\",\\\"Translation files are stored locally in the %path directory. You can change this directory on the File system configuration page.\\\":\\\"Les fichiers de traduction sont stockées localement dans le répertoire %path. Il est possible de modifier ce répertoire sur la page de configuration Système de fichiers.\\\",\\\"Translation files will not be stored locally. Change the Interface translation directory on the File system configuration page.\\\":\\\"Les fichiers de traduction ne seront pas conservés localement. Remplacer le répertoire de traduction de l'interface sur la page de configuration Système de fichiers.\\\",\\\"You have selected local translation source, but no Interface translation directory was configured.\\\":\\\"Vous avez sélectionné la source de traduction locale, mais aucun Répertoire de traduction de l'interface n'a été configuré.\\\",\\\"No translatable languages available. Add a language first.\\\":\\\"Pas de langue de traduction disponible. Ajouter une langue au préalable.\\\",\\\"No translation status available. Check manually.\\\":\\\"Pas de statut de traduction disponible. Vérifier manuellement.\\\",\\\"It is required by the Menu UI module, which provides an interface for managing menus and menu links. For more information, see the Menu UI module help page and the online documentation for the Custom Menu Links module.\\\":\\\"Requis par le module Menu UI, qui fournit une interface de gestion des menus et des liens de menu. Pour plus d'information, voir la page d'aide du module Menu UI et la documentation en ligne du module Custom Menu Links.\\\",\\\"For more information, see the online documentation for the Custom Menu Links module. If you enable the Menu UI module, it provides an interface for managing menus and menu links.\\\":\\\"Pour plus d'information, consulter la page de documentation en ligne du module Custom Menu Links.\\\\r\\\\nSi vous activez le module Menu UI, celui-ci fournit une interface de gestion des menus et liens de menu.\\\",\\\"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 online documentation for the Menu UI module.\\\":\\\"Le module Menu UI fourni une interface pour gérer les menus. Un menu est une collection hiérarchisée de liens, qui peuvent être internes ou externes au site, généralement utilisée pour la navigation. Pour plus d'informations, consulter la documentation en ligne pour le module Menu UI.\\\",\\\"Users with the Administer menus and menu items permission can add, edit, and delete custom menus on the Menus page. 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 Block module installed). By selecting Edit menu, 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.\\\":\\\"Les utilisateurs ayant le droit Administrer les menus et les éléments de menus peuvent ajouter, modifier et supprimer des menus personnalisés sur la page Menus. Les menus personnalisés peuvent être des menus de sites spéciaux, des menus de liens externes ou une combinaison de liens internes et externes. Il vous est possible de créer un nombre illimité de menus supplémentaires, à chacun d'entre eux sera associé un bloc (si le module Block est installé). En sélectionnant Modifier le menu, vous pouvez ajouter, modifier, ou supprimer des liens pour un menu donné. La page de listing des liens fournit une interface en glisser-déposer pour contrôler l'ordre des liens et créer une hiérarchie à l'intérieur du 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 Block layout page. In some themes, the main menu and possibly the secondary menu will be output automatically; you may be able to disable this behavior on the theme's settings page.\\\":\\\"SI le module Block est activé alors chaque menu que vous créez est rendu dans un bloc que vous activez et positionnez sur la page de mise en page des blocs. Dans certains thèmes, le menu principal et, probablement, le menu secondaire seront rendus automatiquement ; il vous est possible de désactiver ce comportement sur la page de paramétrage du thème.\\\",\\\"You can enable the newly-created block for this menu on the Block layout page.\\\":\\\"Vous pouvez activer ce nouveau bloc créé pour ce menu sur la page de mise en page des blocs.\\\",\\\"Each menu has a corresponding block that is managed on the Block layout page.\\\":\\\"Chaque menu dispose d'un bloc correspondant qui est géré sur la page de mise en page des blocs.\\\",\\\"There are no menu links yet. Add link.\\\":\\\"Il n'y a pour l'instant aucun lien de menu. Ajouter un lien.\\\",\\\"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 online documentation for the Migrate module.\\\":\\\"Le module Migrate fournit un framework pour la migration de données, habtuellement depuis une source externe vers votre site. Il ne fournit pas d'interface utilisateur. Pour plus d'informations, consulter la documentation en ligne pour le module Migrate.\\\",\\\"Migration failed with source plugin exception: @e\\\":\\\"La migration a échoué avec l'exception de plugin source : @e\\\",\\\"Memory usage is @usage (@pct% of limit @limit), reclaiming memory.\\\":\\\"L'utilisation de la mémoire est de @usage (@pct% de la limite @limit), récupération de mémoire.\\\",\\\"Memory usage is now @usage (@pct% of limit @limit), not enough reclaimed, starting new batch\\\":\\\"L'utilisation de la mémoire est maintenant de @usage (@pct% de la limite @limit), pas suffisamment récupérée, début d'un nouveau traitement par lot\\\",\\\"Memory usage is now @usage (@pct% of limit @limit), reclaimed enough, continuing\\\":\\\"L'utilisation de la mémoire est maintenant de @usage (@pct% de la limite @limit), suffisamment récupérée, poursuite\\\",\\\"The Migrate Drupal module provides a framework based on the Migrate module 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 online documentation for the Migrate Drupal module.\\\":\\\"Le module Migrate Drupal fournit un framework basé sur le module Migrate pour faciliter la migration depuis un site Drupal (6, 7, ou 8) vers votre site web. Il ne fournit pas d'interface utilisateur. Pour plus d'informations, consulter la documentation en ligne du module Migrate Drupal.\\\",\\\"The content access permissions need to be rebuilt. Rebuild permissions.\\\":\\\"Les permissions d'accès aux contenus doivent être reconstruites. Reconstruire les permissions.\\\",\\\"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 Field module). For more information, see the online documentation for the Node module.\\\":\\\"Le module Node permet la création, l'édition, la suppression, la configuration et l'affichage des principaux contenus du site. Les contenus qui sont gérés par le module Node sont généralement affichés sur des pages de votre site, et disposent d'un titre, de métadonnées (auteur, date de création, type de contenu, etc.) et de champs optionnels contenant du texte et d'autres données (les champs sont gérés par le module Field). Pour plus d'information, voir la documentation en ligne du module Node.\\\",\\\"When new content is created, the Node module records basic information about the content, including the author, date of creation, and the Content type. It also manages the publishing options, 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 type of content on your site.\\\":\\\"Quand un contenu est créé, le module Node enregistre les informations basiques à propos du contenu, incluant l'auteur, la date de création et le Type de contenu. Il gère aussi les options de publication, qui définissent si le contenu est publié ou non, et/ou promu sur la page d'accueil, et/ou épinglé en haut des listes. Les paramètres par défaut peuvent être configurés pour chaque type de contenu pour votre site.\\\",\\\"The Node module gives users with the Administer content types permission the ability to create new content types in addition to the default ones already configured. Creating custom content types gives you the flexibility to add fields and configure default settings that suit the differing needs of various site content.\\\":\\\"Le module Node permet aux utilisateurs ayant la permission Administrer les types de contenus de créer de nouveaux types de contenus en plus de ceux déjà configurés par défaut. Créer des types de contenus personnalisés vous offre la flexibilité d'ajouter des champs et de configurer les paramètres par défaut qui répondent à vos différents besoins de gestion de contenu.\\\",\\\"The Content page lists your content, allowing you add new content, filter, edit or delete existing content, or perform bulk operations on existing content.\\\":\\\"La page Contenu liste vos contenus, vous permettant d'en ajouter de nouveaux, de filtrer, éditer ou supprimer les contenus existants ou de lancer des opérations en masse sur les contenus existants.\\\",\\\"The Node module makes a number of permissions available for each content type, which can be set by role on the permissions page.\\\":\\\"Le module Node rend un certain nombre de droits disponibles pour chaque type de contenu. Ils peuvent être configurés pour chaque rôle sur la page des droits.\\\",\\\"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. Rebuild permissions\\\":\\\"Si le site rencontre des problèmes de droits liés au contenu, il se peut qu'il soit nécessaire de reconstruire le cache des droits. La reconstruction supprimera tous les privilèges liés au contenu et les remplacera pas les droits basés sur les paramètres et modules actuels. La reconstruction peut prendre un certain temps s’il y a beaucoup de contenu ou si les paramètres de droits sont complexes. Une fois la reconstruction terminée, le contenu utilisera automatiquement les nouveaux droits. Reconstruire les droits\\\",\\\"Maintain the types of content available and the fields that are associated with those types.\\\":\\\"Maintenir les types de contenus disponibles et les champs qui leur sont associés.\\\",\\\"This text will be displayed on the Add new content page.\\\":\\\"Ce texte sera affiché sur la page Ajouter du contenu.\\\",\\\"No content types available. Add content type.\\\":\\\"Aucun type de contenu disponible. Ajouter un type de contenu.\\\",\\\"Node from URL\\\":\\\"Nœud depuis l'URL\\\",\\\"The settings and the display of the list fields can be configured separately. See the Field UI help for more information on how to manage fields and their display.\\\":\\\"Les paramètres et l'affichage des champs liste peuvent être configurés séparément. Consultez l'aide de Field UI pour plus d'informations sur comment gérer les champs et leur affichage.\\\",\\\"The Internal Page Cache module caches pages for anonymous users in the database. For more information, see the online documentation for the Internal Page Cache module.\\\":\\\"Le module Internal Page Cache met en cache les pages pour les utilisateurs anonymes dans la base de données. Pour plus d'informations, consultez la documentation en ligne du module Internal Page Cache.\\\",\\\"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.\\\":\\\"Les pages sont généralement identiques pour tous les utilisateurs anonymes, alors qu'elles peuvent être personnalisées pour chaque utilisateur authentifié. C'est pourquoi des pages entières peuvent être mises en mémoire cache pour les utilisateurs anonymes, alors qu'elles devront être reconstruites pour chaque utilisateur authentifié.\\\",\\\"To speed up your site for authenticated users, see the Dynamic Page Cache module.\\\":\\\"Pour accélérer votre site pour les utilisateurs authentifiés, consulter le module Dynamic Page Cache.\\\",\\\"Caches pages for anonymous users. Use when an external page cache is not available.\\\":\\\"Met en cache les pages pour les utilisateurs anonymes. Utiliser quand un cache de page externe n'est pas disponible.\\\",\\\"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 Pathauto. For more information, see the online documentation for the Path module.\\\":\\\"Le module Path vous permet de spécifier un alias, ou une URL personnalisée, pour tout chemin interne du système existant. Les alias ​​ne doivent pas être confondus avec les redirections d'URL, qui vous permettent de transférer une URL changée ou inactive vers une nouvelle URL. En plus de rendre les URLs plus lisibles, les alias aident également les moteurs de recherche à indexer le contenu plus efficacement. Plusieurs alias peuvent être utilisés pour un seul chemin interne du système. Pour automatiser la création d'alias, vous pouvez installer le module contribué Pathauto. Pour plus d'informations, consultez la documentation en ligne du module Path.\\\",\\\"If you create or edit a taxonomy term you can add an alias (for example music/jazz) in the field \\\\\\\"URL alias\\\\\\\". When creating or editing content you can add an alias (for example about-us/team) under the section \\\\\\\"URL path settings\\\\\\\" in the field \\\\\\\"URL alias\\\\\\\". Aliases for any other path can be added through the page URL aliases. To add aliases a user needs the permission Create and edit URL aliases.\\\":\\\"Si vous créez ou modifiez un terme de taxonomie, vous pouvez ajouter un alias (par exemple musique/jazz) dans le champ \\\\\\\"Alias d'URL\\\\\\\". Lors de la création ou de l'édition de contenu, vous pouvez ajouter un alias (par exemple a-propos/equipe) dans la section \\\\\\\"Paramètres des chemins d'URL\\\\\\\" dans le champ \\\\\\\"Alias d'URL\\\\\\\". Des alias peuvent être ajoutés pour tout autre chemin via la page Alias d'URL. Pour ajouter des alias, un utilisateur a besoin de la permission Créer et modifier des alias d'URL.\\\",\\\"The Path module provides a way to search and view a list of all aliases that are in use on your website. Aliases can be added, edited and deleted through this list.\\\":\\\"Le module Path permet de rechercher et afficher une liste de tous les alias qui sont en cours d'utilisation sur votre site web. Les alias ​​peuvent être ajoutés, modifiés et supprimés via cette liste.\\\",\\\"No URL aliases available. Add URL alias.\\\":\\\"Aucun alias n'est disponible. Ajouter un alias d'URL.\\\",\\\"The internal system path.\\\":\\\"Le chemin interne au système.\\\",\\\"The path alias.\\\":\\\"L'alias du chemin.\\\",\\\"The Quick Edit module allows users with the Access in-place editing and Use contextual links permissions to edit field content without visiting a separate page. For more information, see the online documentation for the Quick Edit module.\\\":\\\"Le module Quick Edit permet aux utilisateurs avec les droits Accéder à la modification rapide et Utiliser les liens contextuels de modifier le contenu du champ sans changer de page. Pour plus d'informations, consulter la documentation en ligne du module Quick Edit.\\\",\\\"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 Contextual Links module help for more information about how to use contextual links).\\\":\\\"Pour modifier le contenu in situ, vous devez activer le mode de modification rapide de l'élément de contenu. Activez le mode de modification rapide en sélectionnant \\\\\\\"modification rapide\\\\\\\" dans le menu contextuel de la zone affichant le contenu (consulter l'aide du module Contextual Links pour plus d'informations sur l'utilisation des liens contextuels).\\\",\\\"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 RDFa specification, 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 online documentation for the RDF module.\\\":\\\"Le module RDF enrichit votre contenu avec des méta-données pour permettre à d'autres applications (par ex. moteurs de recherche, agrégateurs, etc..) de mieux comprendre ses relations et ses attributs. Ces données produites par votre site web, enrichies sémantiquement et lisibles par une machine, utilisent la spécification RDFa qui permet à des données RDF d’être incluses dans le balisage HTML. D'autres modules peuvent associer leurs données à des termes RDF et le module RDF rend ces données disponibles pour le thème. Les modules du cœur définissent des correspondances RDF pour leur modèle de données, et les thèmes du cœur délivrent ces données en même temps que l'information visible des humains. Pour avoir plus d'information, voir la documentation en ligne du module RDF.\\\",\\\"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 online documentation for the Responsive Image module.\\\":\\\"Le module Responsive Image fournit un formateur d'image permettant aux navigateurs de sélectionner le fichier image à afficher à partir des media queries ou les types de fichier image que le navigateur supporte en utilisant les éléments HTML 5 picture et source et/ou les attributs sizes, srcset et type. Pour avoir plus d'information, voir la documentation en ligne du module Responsive Image.\\\",\\\"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 Responsive image styles page, click Add responsive image style to create a new style. First choose a label, a fallback image style and a breakpoint group and click Save.\\\":\\\"En créant des styles d'image adaptatifs, vous définissez quelles sont les options dont le navigateur dispose en sélectionnant le fichier image à afficher. Dans la plupart des cas, ça revient à fournir différentes tailles d'image à partir de la taille de la fenêtre (viewport). Sur la page Styles d'image adaptatifs, cliquer sur Ajouter un style d'image adaptatif pour créer un nouveau style. Choisir d'abord une étiquette, un style d'image de repli et un groupe de points de rupture puis cliquer sur Enregistrer.\\\",\\\"The breakpoint group typically only needs a single breakpoint with an empty media query in order to do viewport sizing. Multiple breakpoints are used for changing the crop or aspect ratio of images at different viewport sizes, which is often referred to as art direction. Once you select a breakpoint group, you can choose which breakpoints to use for the responsive image style. By default, the option do not use this breakpoint is selected for each breakpoint. See the help page of the Breakpoint module for more information.\\\":\\\"Le groupe de points de rupture a généralement besoin d'un seul point de rupture avec une requête de media (media query) vide afin de faire du dimensionnement de fenêtre (viewport). Plusieurs points de rupture sont utilisés pour changer le recadrage ou les proportions des images à différentes tailles de fenêtre (viewport), ce qui est souvent désigné par direction artistique. Une fois que vous avez sélectionné un groupe de points de rupture, vous pouvez choisir quels points de rupture utiliser pour le style d'image adaptatif. Par défaut, l'option ne pas utiliser ce point de rupture est sélectionnée pour chaque point de rupture. Consulter la page d'aide sur le module Breakpoint pour plus d'informations.\\\",\\\"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 Image styles page that is provided by the Image module.\\\":\\\"Sous le champ Tailles vous pouvez choisir de multiples styles d'image que le navigateur pourra utiliser pour choisir la meilleure taille d'image à utiliser afin de remplir l'espace défini dans le champs Tailles. Typiquement, vous utiliserez des styles d'image qui redimensionnent votre image pour occuper l'espace de la plus petite largeur possible en pixel, jusqu'à la plus grande largeur possible, avec une variété de largeurs intermédiaires entre ces deux extrêmes. Vous pouvez aussi vouloir fournir des style d'image dont la largeur est 1.5x à 2x supérieure à l'espace disponible dans la mise en page afin de supporter les écrans de haute résolution. Les styles d'image peuvent être définis sur la page des styles d'image qui est fournie par le module Image.\\\",\\\"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 Responsive image, 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 Field UI module help page. For background information about entities and fields see the Field module help page.\\\":\\\"Après avoir défini des styles d'image adaptatifs, vous pouvez les utiliser dans les paramètres d'affichage de vos champs de type Image, afin que le site affiche des images adaptatives utilisant l'élément HTML5 picture. Ouvrir la page de configuration de l'affichage pour le type d'entité (type de contenu, vocabulaire de taxonomie, etc.) auquel est attaché le champ image. Choisir le format Style d'image adaptatif, cliquer sur l'icône de modification et sélectionner un des styles d'image adaptatifs que vous avez créé. Pour une information générale sur la gestion des champs et de leur affichage, consulter la page d'aide du module Field UI. Pour une information plus générale sur les entités et les champs consulter la page d'aide du module Field.\\\",\\\"See the Responsive Image help page for information on the sizes attribute.\\\":\\\"Consultez la page d'aide de Responsive Image pour plus d'informations sur l'attribut sizes.\\\",\\\"Configure Responsive Image Styles\\\":\\\"Configurer 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 HAL for serialization and HTTP Basic Authentication for authentication, or install a contributed or custom module.\\\":\\\"Pour utiliser REST sur un site web, vous devez installer les modules qui fournissent la serialization et les services d'authentification. Vous pouvez utiliser le module du Core HAL pour la sérialisation et HTTP Basic Authentication pour l'authentification ou installer un module contribué ou personnalisé.\\\",\\\"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 online documentation for the Search module.\\\":\\\"Le module Search fournit la possibilité de mettre en place une page de recherche utilisant un plugin fournit par d'autres modules. Dans le core de Drupal, il y a deux plugins de page type : la page Contenu fournit une recherche par mot clé pour les contenus gérer par le module Node, et la page Utilisateur une recherche parmi les utilisateurs enregistrés du site. Les modules peuvent fournir d'autres plugins de type de page. Pour plus d'information, voir la documentation en ligne du module Search.\\\",\\\"To configure search pages, visit the Search pages page. 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 search, and each will appear as a tab or local task link on the search page; 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.\\\":\\\"Pour configurer les pages de recherche, visiter la page Pages de recherche. Dans les sections Pages de recherche, vous pouvez ajouter une nouvelle page de recherche, modifier une configuration existante, activer ou désactiver une page de recherche, et choisir la page de recherche par défaut. Chaque page de recherche activée a une URL démarrant par search, et chacune apparaîtra dans un onglet ou une tâche locale sur la page de recherche; vous pouvez configurer le texte qui s'affiche dans l'onglet. De plus, certains plugins de page de recherche ont des options supplémentaires que vous pouvez configurer pour chaque page de recherche.\\\",\\\"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 cron runs, so it requires a cron maintenance task to be set up. There are also several settings affecting indexing that can be configured on the Search pages page: the number of items to index per cron run, the minimum word length to index, and how to handle Chinese, Japanese, and Korean characters.\\\":\\\"Certains plugins de page de recherche, tels que la recherche de contenu venant du cœur (core), utilisent l'index de recherche du cœur de Drupal pour indexer le texte. Ils ne fonctionneront pas à moins que le contenu ne soit indexé. L'indexation est réalisée durant les exécutions du planificateur de tâche (cron), il est donc nécessaire de mettre en place une tâche planifiée de maintenance. Il y a aussi plusieurs paramètres affectant l'indexation qui peuvent être configurés depuis la page Pages de recherche : le nombre d'éléments à indexer à chaque exécution du planificateur de tâche, la longueur minimum des mots à indexer et comment gérer les caractères chinois, japonais et coréens.\\\",\\\"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 Search pages page. If you have a lot of content on your site, it may take several cron runs for the content to be reindexed.\\\":\\\"Les modules fournissant des plugins de page de recherche s'assurent en général que les actions associées aux contenus du site (création, édition ou suppression de contenus et commentaires) marquent automatiquement les éléments affectés comme indexable lors de exécution du planificateur de tâche (cron). Quand du contenu est marqué comme indexable, la version précédente reste dans l'index jusqu'à la prochaine exécution du planificateur de tâche. À ce moment, il est remplacé par le nouveau contenu. Cependant, il y a des actions liées à la structure de votre site qui ne ne marquent pas le contenu comme indexable. Des exemples d'actions liées à la structure qui affectent le contenu sont la suppression ou l'édition de termes de taxonomie, l'activation ou la désactivation de modules qui ajoutent du texte au contenu (comme Taxonomy Comment ou les modules proposant des champs) et la modification des champs ou des paramètres d’affichage de vos types de contenu. Si vous faîtes une de ces actions et que vous voulez vous assurer que l'index de recherche soit mis à jour pour tenir compte de vos changements de structure du site, vous pouvez marquer tous les contenus comme indexables en cliquant sur le bouton \\\\\\\"Réindexer le site\\\\\\\" de la page Pages de recherche. Si vous avez beaucoup de contenus sur votre site, cela peut prendre plusieurs exécutions du planificateur de tâche pour que tout le contenu soit indexé.\\\",\\\"The Search module includes a block, which can be enabled and configured on the Block layout page, 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 Use search permission, and it performs a search using the configured default search page.\\\":\\\"Le module Search inclut un bloc, qui peut être activé et configuré sur la page Mise en page des blocs, si vous avez le module Block activé ; le titre par défaut du bloc est Rechercher et c'est le bloc Formulaire de recherche dans la catégorie Formulaires, si vous souhaitez ajouter une autre instance. Le bloc est disponible pour les utilisateurs avec le droit Utiliser la rechercher et il procède à une recherche en utilisant la page de recherche configurée par défaut.\\\",\\\"Users with Use search permission can use the Search block and Search page. Users with the View published content permission can use configured search pages of type Content to search for content containing exact keywords; in addition, users with Use advanced search permission can use more complex search filtering. Users with the View user information permission can use configured search pages of type Users to search for active users containing the keyword anywhere in the username, and users with the Administer users permission can search for active and blocked users, by email address or username keyword.\\\":\\\"Les utilisateurs avec le droit Utiliser la recherche peuvent utiliser le Bloc de recherche et la Page de recherche. Les utilisateurs avec le droit Voir le contenu publié peuvent utiliser des pages de recherche configurées de type Contenu pour rechercher du contenu contenant exactement des mots-clés ; de plus, les utilisateurs avec le droit Utiliser la recherche avancée peuvent utiliser des filtres de recherche plus complexes. Les utilisateurs avec le droit Voir les informations de l'utilisateur peuvent utiliser les pages de recherche configurées de type Utilisateurs pour rechercher des utilisateurs actifs contenant le mot-clé n'importe où dans le nom d'utilisateur, et les utilisateurs avec le droit Administrer les utilisateurs peuvent rechercher des utilisateurs actifs et bloqués, par adresse de courriel ou mot-clé du nom d'utilisateur.\\\",\\\"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 Porter Stemmer 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 Apache Solr or Sphinx. There are also contributed modules that provide additional search pages. These and other search-related contributed modules can be downloaded by visiting Drupal.org.\\\":\\\"Par défaut, le module Search autorise uniquement la correspondance exacte des mots-clés dans les recherches de contenus. Vous pouvez modifier ce comportement en installant un module de recherche de radical spécifique à votre langue (comme Porter Stemmer pour l'Anglais américain), qui autorise des mots comme marche, marchant et marché à correspondre dans le module Search. Une autre approche consiste à utiliser une technologie de recherche tierce qui inclut nativement des fonctionnalités de correspondance partielle ou de déclinaison des mots comme Apache Solr ou Sphinx. Il existe également des modules contribués qui fournissent des pages de recherche complémentaires. Tous ces modules contribués relatifs à la recherche peuvent être téléchargés sur Drupal.org.\\\",\\\"This module does not have a user interface. It is used by other modules which need to serialize data, such as REST.\\\":\\\"Ce module n'as pas d'interface utilisateur. Il est utilisé par d'autres modules qui nécéssitent une serialisation de données, comme REST.\\\",\\\"For more information, see the online documentation for the Serialization module.\\\":\\\"Pour plus d'informations , consulter la documentation en ligne pour le module Serialization.\\\",\\\"The Shortcut module allows users to create sets of shortcut links to commonly-visited pages of the site. Shortcuts are contained within sets. Each user with Select any shortcut set permission can select a shortcut set created by anyone at the site. For more information, see the online documentation for the Shortcut module.\\\":\\\"Le module Shortcut permet aux utilisateurs de créer des liens de raccourci vers les pages les plus fréquemment visitées du site. Les raccourcis sont contenus dans des ensembles. Chaque utilisateur avec la permission Sélectionner n'importe quel ensemble de raccourcis peut sélectionner un ensemble de raccourcis créé par n'importe qui sur le site. Pour plus d'information, consultez la documentation en ligne du module Shortcut.\\\",\\\"Users with the Administer shortcuts permission can manage shortcut sets and edit the shortcuts within sets from the Shortcuts administration page.\\\":\\\"Les utilisateurs avec le droit Administrer les raccourcis peuvent gérer les ensembles de raccourcis et modifier les raccourcis contenus dans les ensembles depuis la page d'administration des raccourcis\\\",\\\"You can display your shortcuts by enabling the Shortcuts block on the Blocks administration page. Certain administrative modules also display your shortcuts; for example, the core Toolbar module provides a corresponding menu item.\\\":\\\"Vous pouvez afficher vos raccourcis en activant le bloc Raccourcis sur la page d'administration des blocs. Certains modules d'administration affichent aussi vos raccourcis ; par exemple, le module Toolbar du cœur fournit un menu correspondant.\\\",\\\"Define which shortcut set you are using on the Shortcuts tab of your account page.\\\":\\\"Définir quel ensemble de raccourcis utiliser sur l'onglet Raccourcis de votre page utilisateur.\\\",\\\"No shortcuts available. Add a shortcut\\\":\\\"Aucun raccourci disponible. Ajouter un raccourci\\\",\\\"You are now using the new %set_name shortcut set. You can edit it from this page or switch back to a different one.\\\":\\\"Vous utilisez maintenant le nouvel ensemble de raccourcis %set_name. Vous pouvez le modifier depuis cette page ou basculer vers un autre.\\\",\\\"The menu.mlid primary key for this menu item (= shortcut link).\\\":\\\"La clé primaire menu.mlid pour cet élément de menu (= lien de raccourci).\\\",\\\"The menu_name (= set name) for this shortcut link.\\\":\\\"Le nom menu_name (= définir nom) pour ce lien de raccourci.\\\",\\\"The link for this shortcut.\\\":\\\"Le lien pour ce raccourci.\\\",\\\"The title for this shortcut.\\\":\\\"Le titre pour ce raccourci.\\\",\\\"The weight for this shortcut\\\":\\\"Le poids de ce raccourci\\\",\\\"The name under which the set's links are stored.\\\":\\\"Le nom sous lequel sont enregistrés les liens de l'ensemble.\\\",\\\"The title of the set.\\\":\\\"Le titre de l'ensemble.\\\",\\\"The users.uid for this set.\\\":\\\"Le users.uid pour cet ensemble.\\\",\\\"The shortcut_set.set_name that will be displayed for this user.\\\":\\\"Le shortcut_set.set_name qui sera affiché pour cet utilisateur.\\\",\\\"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 online documentation for the Testing module.\\\":\\\"Le module Testing fournit un framework pour l'exécution de tests automatisés. Il peut être utilisé pour vérifier l'état de fonctionnement de Drupal avant et après n'importe quel changement de code ou comme un moyen pour les développeurs d'écrire et d'exécuter des tests pour leurs modules. Pour plus d'informations, consultez la documentation en ligne du module Testing.\\\",\\\"Visit the Testing page to display a list of available tests. For comprehensive testing, select all tests, or individually select tests for more targeted testing. Note that it might take several minutes for all tests to complete.\\\":\\\"Visitez la page Testing pour afficher une liste des tests disponibles. Pour un test complet, sélectionnez tous les tests ou sélectionnez individuellement les tests pour un test plus ciblé. Notez que cela peut prendre plusieurs minutes pour que tous les tests se terminent.\\\",\\\"The testing framework requires the PHP memory limit to be at least %memory_minimum_limit. The current value is %memory_limit. Follow these steps to continue.\\\":\\\"Le framework de test nécessite que la limite mémoire PHP soit d'au moins %memory_minimum_limit. La valeur actuelle est %memory_limit. Suivez ces étapes pour continuer.\\\",\\\"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 online documentation for the Statistics module.\\\":\\\"Le module Statistics vous affiche combien de fois le contenu est vu. Cela est utile pour déterminer quelles pages de votre site sont les plus populaires. Pour plus d'informations, consulter la documentation en ligne pour le module Statistics.\\\",\\\"The module includes a Popular content block that displays the most viewed pages today and for all time, and the last content viewed. To use the block, enable Count content views on the Statistics page, and then you can enable and configure the block on the Block layout page.\\\":\\\"Le module inclut un bloc Contenu populaire qui affiche les pages les plus vues aujourd'hui et à ce jour ainsi que le dernier contenu vu. Pour utiliser le bloc, activer Compter le nombre d'affichages du contenu sur la page des Statistiques, puis activer et configurer le bloc sur la page de Mise en page des blocs.\\\",\\\"The Statistics module includes a counter for each page that increases whenever the page is viewed. To use the counter, enable Count content views on the Statistics page, and set the necessary permissions (View content hits) so that the counter is visible to the users.\\\":\\\"Le module Statistics inclut un compteur par page qui s'incrémente chaque fois que la page est vue. Pour utiliser le compteur, activer Compter le nombre d'affichage des contenus sur la page des Statistiques et définir les droits (Voir les consultations du contenu) pour que le compteur soit visible des utilisateurs.\\\",\\\"How long any statistics may be cached, i.e. the refresh interval\\\":\\\"Combien de temps les statistiques peuvent-elles être mises en cache, c'est-à-dire la fréquence de rafraîchissement.\\\",\\\"Version: @module-version\\\":\\\"Version : @module-version\\\",\\\"Required by: @module-list\\\":\\\"Requis par : @module-list\\\",\\\"This theme requires PHP version @php_required and is incompatible with PHP version @php_version.\\\":\\\"Ce thème nécessite la version @php_required de PHP et est incompatible avec la version @php_version de PHP.\\\",\\\"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 online documentation for the System module.\\\":\\\"Le module System fait partie intégrante du site : il fournit des interfaces utilisateur pour de nombreux systèmes et paramètres du cœur, ainsi que la structure de base du menu d'administration. Pour plus d'informations, consulter la documentation en ligne du module System.\\\",\\\"Users with appropriate permission can install and uninstall modules from the Extend page. 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 Drupal.org module page. Note that uninstalling a module is a destructive action: when you uninstall a module, you will permanently lose all data connected to the module.\\\":\\\"Les utilisateurs disposant des droits adéquats peuvent installer et supprimer des modules depuis la page Extension. En fonction de la distribution ou du profil d'installation que vous choisissez quand vous installez votre site, certains modules sont installés et d'autres présents mais pas installés. Chaque module apporte des fonctionnalités distinctes ; les modules peuvent être installés ou supprimés selon les besoins du site. De nombreux modules additionnels contribués par les membres de la communauté Drupal sont disponibles au téléchargement depuis la page des modules de Drupal.org. Veuillez noter que supprimer un module est une action destructive : quand vous supprimez un module, vous perdez définitivement toutes les données qui lui sont associées.\\\",\\\"Users with appropriate permission can install and uninstall themes on the Appearance page. 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 Drupal.org theme page.\\\":\\\"Les utilisateurs disposant des droits adéquats peuvent installer et supprimer des thèmes depuis la page Apparence. En fonction de la distribution ou du profil d'installation que vous choisissez quand vous installez votre site, un thème par défaut est installé, et parfois un thème distinct pour les pages d'administration. D'autres thèmes sont présents mais pas installés, et des thèmes additionnels contribués sont disponibles sur la page des thèmes de Drupal.org.\\\",\\\"When you are performing site maintenance, you can prevent non-administrative users (including anonymous visitors) from viewing your site by putting it in Maintenance mode. 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.\\\":\\\"Lorsque vous effectuez une tâche de maintenance, vous pouvez empêcher la consultation de votre site par les utilisateurs qui n'ont pas de compte administrateur (en incluant les visiteurs anonymes) en le mettant en Mode maintenance. Cela va empêcher les utilisateurs qui n'y sont pas autorisés d'effectuer des changements sur le site pendant que vous effectuez la maintenance ou de voir un site \\\\\\\"cassé\\\\\\\" pendant que des mises à jour sont en cours.\\\",\\\"On the Performance page, 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 Internal Page Cache module should be installed so that pages are efficiently cached and reused for anonymous users. Finally, for websites of all sizes, the Dynamic Page Cache module should also be installed so that the non-personalized parts of pages are efficiently cached (for all users).\\\":\\\"Sur la page Performance, le site peut être configuré pour agréger les fichiers CSS et JavaScript, rendant la taille de la requête totale plus petite. Veuillez noter que, pour les sites web de petite à moyenne taille, le module Internal Page Cache doit être installé pour que les pages soient mises en cache efficacement et réutilisées pour les utilisateur anonymes. Finalement, pour les sites web de toutes tailles, le module Dynamic Page Cache doit également être installé pour que les parties non personnalisées des pages soient mises en cache efficacement (pour tous les utilisateurs).\\\",\\\"Your site has several file directories, which are used to store and process uploaded and generated files. The public 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 private 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 temporary file directory is used internally by your site code for various operations, and is configured on the File system settings 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.\\\":\\\"Votre site possède plusieurs répertoires de fichiers, qui sont utilisés pour stocker et traiter les fichiers transférés et générés. Le répertoire des fichiers publics, qui est configuré dans votre fichier settings.php, est l'emplacement par défaut pour le stockage des fichiers transférés. Les liens vers les fichiers de ce répertoire contiennent l'URL directe du fichier, donc lorsque les fichiers sont appelés, le serveur web les renvoit directement sans exécuter le code du site. Cela signifie que ces fichiers pourront être téléchargés par n'importe qui en possédant l'URL, les requêtes n'auront pas de contrôle d'accès mais seront rapides. Le répertoire des fichiers privés, également configuré dans votre fichier settings.php et idéalement situé en dehors de la racine du site web, possède un contrôle d'accès. Les liens vers les fichiers de ce répertoire ne sont pas directs, les requêtes vers ces fichiers sont donc gérées par le code de votre site. Cela signifie que votre site peut contrôler le droit d'accès à ces fichiers, pour chaque fichier, avant de décider de satisfaire la requête. Ces requêtes sont plus sécurisées, mais moins rapides. Vous devriez utiliser le répertoire privé uniquement pour stocker des fichiers qui nécessitent un contrôle d'accès et pas pour les fichiers tels que votre logo ou les images de fond utilisées sur toutes les pages. Le répertoire de fichiers temporaire est utilisé en interne par le code de votre site pour diverses actions et est paramétré sur la page de configuration du système de fichiers. Vous pouvez également consulter la configuration des répertoires de fichiers publics et privés sur cette page et choisir lequel doit être le répertoire par défaut pour les fichiers transférés.\\\",\\\"On the Image toolkit page, 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.\\\":\\\"Sur la page Image toolkit, vous pouvez sélectionner et configurer le kit d'outils PHP utilisé pour manipuler les images. En fonction de la distribution ou du profil d'installation que vous choisissez lorsque vous installez votre site, le kit d'outils GD2 et possiblement d'autres sont inclus ; d'autres kits d'outils peuvent être fournis par des modules contribués.\\\",\\\"Set and configure the default theme for your website. Alternative themes are available.\\\":\\\"Sélectionner et configurer un thème par défaut pour votre site. D'autres thèmes sont disponibles.\\\",\\\"You can place blocks for each theme on the block layout page.\\\":\\\"Vous pouvez placer des blocs pour chaque thème sur la page de mise en page des blocs.\\\",\\\"Download additional contributed modules to extend your site's functionality.\\\":\\\"Télécharger des modules contribués supplémentaires pour étendre les fonctionnalités de votre site.\\\",\\\"Regularly review available updates to maintain a secure and current site. Always run the update script each time a module is updated. Enable the Update Manager module to update and install modules and themes.\\\":\\\"Vérifiez régulièrement les mises à jour disponibles pour conserver un site à jour et sécurisé. Lancez toujours le script de mise à jour lorsqu'un module est mis à jour. Activez le module Update Manager pour mettre à jour et installer les modules et thèmes.\\\",\\\"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 system requirements.\\\":\\\"Vous trouverez ici un rapide aperçu des paramètres de votre site ainsi que les tous les problèmes détectés sur votre installation. Il peut être utile de copier ces informations lors de vos demandes de support sur le forum de Drupal.org ou sur un module. Avant de faire une demande de support, assurez vous que votre serveur remplit les pré-requis d'installation.\\\",\\\"Configure your account time zone setting.\\\":\\\"Configurer le paramètre de fuseau horaire de votre compte.\\\",\\\"The minimum version of Apache needed to run Drupal without mod_rewrite enabled is 2.2.16. See the enabling clean URLs page for more information on mod_rewrite.\\\":\\\"La version minimum d'Apache nécessaire pour faire tourner Drupal sans mod_rewrite activé est 2.2.16. Voir la page activer clean URLs pour plus d'informations sur 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. Enable clean URLs\\\":\\\"Votre serveur est capable d'utiliser des URL simplifiées, mais elles ne sont pas activées. Utiliser les URL simplifiées permet d'améliorer l'expérience utilisateur et est recommandé. Enable clean URLs\\\",\\\"@phpversion (more information)\\\":\\\"@phpversion (plus d'information)\\\",\\\"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, Enabling and disabling phpinfo() handbook page.\\\":\\\"La fonction phpinfo() a été désactivée pour des raisons de sécurité. Pour voir l'information phpinfo() de votre serveur, changez vos paramètres PHP ou contactez l'administrateur de votre serveur. Pour plus d'information, consultez la page de manuel Activer et désactiver phpinfo().\\\",\\\"Drupal requires you to enable the PHP extensions in the following list (see the system requirements page for more information):\\\":\\\"Drupal requiert d'activer les extensions PHP de la liste suivante (voir la page des pré-requis système pour plus d'informations) :\\\",\\\"PHP OPcode caching\\\":\\\"Cache PHP OPcode\\\",\\\"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 system requirements page for more information.\\\":\\\"Votre serveur web ne semble pas prendre en charge PDO (PHP Data Objects). Demandez à votre hébergeur de prendre en charge l'extension native PDO. Consulter la page des prérequis système pour plus d'informations.\\\",\\\"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 Drupal supports.\\\":\\\"Votre serveur Web ne semble pas pouvoir prendre en charge les extensions PDO pour les bases de données. Vérifiez auprès de votre hébergeur s'il peut prendre en charge PDO (PHP Data Objects) et s'il dispose d'une des bases de données que Drupal prend en charge.\\\",\\\"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 system requirements page for more information.\\\":\\\"Votre serveur web semble avoir la mauvaise version de PDO installée. Drupal nécessite l'extension PDO du noyau PHP. Ce système a l'ancienne version de PECL. Consulter la page prérequis système pour plus d'informations.\\\",\\\"For more information, see the online handbook entry for increasing the PHP memory limit.\\\":\\\"Pour plus d'informations, consulter la section augmenter la limite de mémoire de PHP du manuel en ligne.\\\",\\\"See @url for information about the recommended .htaccess file which should be added to the %directory directory to help protect against arbitrary code execution.\\\":\\\"Consultez @url pour plus d'information à propos du fichier .htaccess recommandé qui devrait être ajouté au dossier %directory pour le protéger de l'exécution de code arbitraire.\\\",\\\"Last run @time ago\\\":\\\"Dernière exécution il y a @time\\\",\\\"For more information, see the online handbook entry for configuring cron jobs.\\\":\\\"Pour plus d'informations consulter la section configuration des tâches planifiées (cron) du manuel en ligne.\\\",\\\"You may need to set the correct directory at the file system settings page or change the current directory's permissions so that it is writable.\\\":\\\"Vous devriez peut-être configurer le bon répertoire sur la page de configuration du système de fichiers ou changer les droits du répertoire actuel afin qu'il soit accessible en écriture.\\\",\\\"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 online handbook.\\\":\\\"Une tentative automatisée de création de ce répertoire a échoué, probablement en raison d'un problème de droits. Pour procéder à l'installation, créez le répertoire et modifiez ses autorisations manuellement ou faîtes en sorte que le programme d'installation dispose des droits pour la création automatique. Pour plus d'informations, consultez INSTALL.txt ou le manuel en ligne.\\\",\\\"Some modules have database schema updates to install. You should run the database update script immediately.\\\":\\\"Certains modules doivent installer des mises à jour de base de données. Vous devez exécuter le script de mise à jour de la base de données immédiatement.\\\",\\\"Update notifications are not enabled. It is highly recommended that you enable the Update Manager module from the module administration page in order to stay up-to-date on new releases. For more information, Update status handbook page.\\\":\\\"Les notifications de mise à jour ne sont pas activées. Il est fortement recommandé que vous activiez le module Update manager depuis la page d'administration des modules afin de rester informé des nouvelles versions. Pour plus d'informations, voir le manuel sur le statut des mises à jour.\\\",\\\"The trusted_host_patterns setting is not configured in settings.php. This can lead to security vulnerabilities. It is highly recommended that you configure this. See Protecting against HTTP HOST Header attacks for more information.\\\":\\\"Le paramètre trusted_host_patterns n'est pas configuré dans le fichier settings.php. Cela peut conduire à des vulnérabilités de sécurité. Il est hautement recommandé de le configurer. Voir Se protéger contre les attaques HTTP HOST Header pour plus d'information.\\\",\\\"Block module is not enabled so site branding elements, which have been converted to a block, are not visible anymore.\\\":\\\"Le module Block n'est pas activé donc les éléments de marque du site, qui ont été convertis en bloc, ne sont plus visibles.\\\",\\\"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.\\\":\\\"En raison de l'installation de thème(s) personnalisé(s) sur votre site, le bloc de marque a été placé dans la région \\\\\\\"contenu\\\\\\\". Veuillez s'il vous plaît revoir manuellement la configuration du bloc et retirer les variables définissant le nom du site, le slogan et le logo de vos gabarits.\\\",\\\"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.\\\":\\\"Le module Block n'est pas activé. Le titre de la page a été converti en block, mais le titre de page et son balisage par défaut resteront visibles en haut de la zone de contenu principale.\\\",\\\"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.\\\":\\\"En raison de l'installation de thème(s) personnalisé(s) sur votre site, le bloc de titre de page a été placé dans la région \\\\\\\"contenu\\\\\\\". Veuillez s'il vous plaît revoir manuellement la configuration du bloc et retirer la variable définissant le titre de page de vos gabarits.\\\",\\\"Put your site into maintenance mode.\\\":\\\"Mettre votre site en mode maintenance.\\\",\\\"All errors have been logged.\\\":\\\"Toutes les erreurs ont été journalisées.\\\",\\\"Updates were attempted. If you see no failures below, you may proceed happily back to your site. Otherwise, you may need to update your database manually.\\\":\\\"Des tentatives de mise à jour ont eu lieu. Si vous ne voyez pas d'échec ci-dessous, vous pouvez retourner tranquillement à votre site. Sinon, il se peut que vous ayez à mettre à jour votre base de données manuellement.\\\",\\\"One or more problems were detected with your Drupal installation. Check the status report for more information.\\\":\\\"Un ou plusieurs problèmes ont été détectés dans votre installation Drupal. Vérifiez le tableau de bord d'administration pour plus d'information.\\\",\\\"Screenshot for @theme theme\\\":\\\"Capture d'écran du thème @theme\\\",\\\"Settings for @theme theme\\\":\\\"Paramètres du thème @theme\\\",\\\"Uninstall @theme theme\\\":\\\"Désinstaller le thème @theme\\\",\\\"Set @theme as default theme\\\":\\\"Définir @theme comme thème par défaut\\\",\\\"Install @theme theme\\\":\\\"Installer le thème @theme\\\",\\\"Install @theme as default theme\\\":\\\"Installer @theme comme thème par défaut\\\",\\\"The phpinfo() function has been disabled for security reasons. For more information, visit Enabling and disabling phpinfo() handbook page.\\\":\\\"La fonction phpinfo() a été désactivée pour des raisons de sécurité. Pour plus d'informations, consulter la page Activer et désactiver phpinfo() du manuel.\\\",\\\"This version is not compatible with Drupal @core_version and should be replaced.\\\":\\\"Cette version n'est pas compatible avec Drupal @core_version et doit être remplacée.\\\",\\\"This module requires PHP version @php_required and is incompatible with PHP version @php_version.\\\":\\\"Ce module requiert la version PHP @php_required et est incompatible avec la version PHP @php_version.\\\",\\\"Set up the public files directory to make these optimizations available.\\\":\\\"Définirle dossier public pour rendre ces optimisations disponibles.\\\",\\\"Defined on the Appearance Settings or Theme Settings page.\\\":\\\"Défini sur la page Paramètres d'apparence ou Paramètres du thème.\\\",\\\"Defined on the Site Information page.\\\":\\\"Défini sur la page Informations du Site.\\\",\\\"Powered by Drupal\\\":\\\"Propulsé par Drupal\\\",\\\"Installation tasks\\\":\\\"Tâches d'installation\\\",\\\"The Taxonomy module allows users who have permission to create and edit content to categorize (tag) content of that type. Users who have the Administer vocabularies and terms permission can add vocabularies that contain a set of related terms. 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.\\\":\\\"Le module Taxonomy permet aux utilisateurs, qui ont les droits de créer ou modifier certains contenus, de les catégoriser (mots-clés). Les utilisateurs qui ont le droit Administrer les vocabulaires et termes peuvent ajouter des vocabulaires qui contiennent un jeu de termes associés. Les termes dans un vocabulaire peuvent être soit prédéfinis par un administrateur ou alimentés progressivement quand les contenus sont créés ou modifiés. Les termes peuvent être organisés hiérarchiquement si nécessaire.\\\",\\\"For more information, see the online documentation for the Taxonomy module.\\\":\\\"Pour plus d'informations, consulter la documentation en ligne du module Taxonomy.\\\",\\\"Users who have the Administer vocabularies and terms permission can add and edit vocabularies from the Taxonomy administration page. Vocabularies can be deleted from their Edit vocabulary page. Users with the Taxonomy term: Administer fields permission may add additional fields for terms in that vocabulary using the Field UI module.\\\":\\\"Les utilisateurs qui ont le droit Administrer les vocabulaires et termes peuvent ajouter et modifier les vocabulaires depuis la page d'administration de la taxonomie. Les vocabulaires peuvent être supprimés depuis la page Modifier le vocabulaire. Les utilisateurs avec le droit Terme de taxonomie : administrer les champs peuvent ajouter des champs additionnels aux termes dans ce vocabulaire en utilisant le module Field UI.\\\",\\\"Users who have the Administer vocabularies and terms permission or the Edit terms 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 Taxonomy administration page and clicking List terms in the Operations column. Users must have the Administer vocabularies and terms permission or the Delete terms permission for a particular vocabulary to delete terms.\\\":\\\"Les utilisateurs qui ont la permission Administrer les vocabulaires et termes ou la permission Modifier les termes pour un vocabulaire particulier peuvent ajouter, modifier et organiser les termes dans ce vocabulaire depuis la page listant les termes de ce vocabulaire, qui est accessible en allant à la page d'administration de la taxonomy et en cliquant sur Lister les termes dans la colonne Opérations. Les utilisateurs doivent avoir la permission Administrer les vocabulaires et termes ou la permission Supprimer les termes pour supprimer des termes d'un vocabulaire particulier.\\\",\\\"A user with the Administer fields permission for a certain entity type may add Taxonomy term reference fields to the entity type, which will allow entities to be classified using taxonomy terms. See the Entity Reference help for more information about reference fields. See the Field module help and the Field UI help pages for general information on fields and how to create and manage them.\\\":\\\"Un utilisateur avec la permission Administrer les champs pour un certain type d'entité peut ajouter des champs qui référencent un terme de taxonomy au type d'entité, ce qui permettra aux entités d'être classifiées en utilisant les termes de taxonomy. Consultez l'aide Entity Reference pour plus d'informations au sujet des champs référence. Consultez les pages d'aide du module Field et de Field UI pour une information générale sur les champs et comment les créer et les gérer.\\\",\\\"See the Entity Reference help page for the field widgets and formatters that can be configured for any reference field on the Manage display and Manage form display pages. Taxonomy additionally provides an RSS category 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.\\\":\\\"Consultez la page d'aide d'Entity Reference pour les widgets et formateurs de champs qui peuvent être configurés pour tout champ de référence sur les pages de configuration de l'affichage et de configuration de l'affichage du formulaire. La taxonomie fournit en plus un formateur catégorie RSS qui n'affiche rien quand l'entité est rendue au format HTML, mais affiche une catégorie RSS au lieu d'une liste quand l'entité est rendue dans un flux RSS.\\\",\\\"No vocabularies available. Add vocabulary.\\\":\\\"Aucun vocabulaire disponible. Ajouter un vocabulaire.\\\",\\\"No terms available. Add term.\\\":\\\"Aucun terme disponible. Ajouter un terme.\\\",\\\"Format of the term description.\\\":\\\"Format de la description du terme.\\\",\\\"Module responsible for the vocabulary.\\\":\\\"Module responsable du vocabulaire.\\\",\\\"The Telephone module allows you to create fields that contain telephone numbers. See the Field module help and the Field UI help pages for general information on fields and how to create and manage them. For more information, see the online documentation for the Telephone module.\\\":\\\"Le module Telephone vous permet de créer des champs qui contiennent des numéros de téléphone. Voir les pages d'aide du module Field et Field UI pour une information générale sur les champs et comment les créer et les gérer. Pour plus d'informations, voir la documentation en ligne du module Telephone.\\\",\\\"The settings and the display of the telephone field can be configured separately. See the Field UI help for more information on how to manage fields and their display.\\\":\\\"Les paramètres et l'affichage du champ téléphone peuvent être configurés séparément. Voir l'aide de Field UI pour plus d'informations sur la gestion des champs et de leur affichage.\\\",\\\"The Text module allows you to create short and long text fields with optional summaries. See the Field module help and the Field UI help pages for general information on fields and how to create and manage them. For more information, see the online documentation for the Text module.\\\":\\\"Le module Text vous permet de créer des champs textes courts et longs avec des résumés optionnels. Consultez les pages d'aide du module Field et d'aide de Field UI pour des informations générales sur les champs et comment créer et gérer ces derniers. Pour plus d'informations, consultez la documentation en ligne pour le module Text.\\\",\\\"The settings and display of the text field can be configured separately. See the Field UI help for more information on how to manage fields and their display.\\\":\\\"Les paramètres et l'affichage du champ texte peuvent être configurés séparément. Consultez l'aide de Field UI pour plus d'informations sur comment gérer les champs et leur affichage.\\\",\\\"If you choose Text (plain) or Text (plain, long) you restrict the input to Plain text only. If you choose Text (formatted), Text (formatted, long), or Text (formatted, long with summary) you allow users to write formatted text. Which options are available to individual users depends on the settings on the Text formats and editors page.\\\":\\\"Si vous choisissezTexte (brut) ou Texte (brut, long) vous limitez l'entrée à du Texte brut seulement. Si vous choisissez Texte (formaté), Texte (formaté, long), ou Texte (formaté, long avec résumé) vous autorisez les utilisateurs à écrire du texte formaté. Les options qui sont disponibles à chaque utilisateur dépend des paramètres sur lesFormats de texte et éditeurs de texte.\\\",\\\"Number of summary rows: @rows\\\":\\\"Nombre de lignes du résumé : @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 online documentation for the Toolbar module.\\\":\\\"Le module Toolbar fournit une barre d'outils pour les administrateurs du site qui affiche les onglets et sous-menus générés par le module Toolbar lui-même et d'autres modules. Pour plus d'informations, consulter la documentation en ligne du module Toolbar\\\",\\\"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 online documentation for the Tour module.\\\":\\\"Le module Tour fournit aux utilisateurs des visites guidées de l'interface du site. Chaque tour consiste en plusieurs infobulles qui mettent en évidence certains éléments de l'interface utilisateur, guide l'utilisateur au travers d'un processus ou explique des concepts clés du site. Pour plus d'informations, consultez la documentation en ligne du module Tour.\\\",\\\"Tours can be written as YAML-documents with a text editor, or using the contributed Tour UI module. For more information, see the online documentation for writing tours.\\\":\\\"Les visites peuvent être écrites sous le format YAML avec un editeur de texte, ou en utilisant le module contribué Tour UI. Pour plus d'informations, consultez la documentation en ligne pour créer des visites.\\\",\\\"@tour_item of @total\\\":\\\"@tour_item de @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 online documentation for the Activity Tracker module.\\\":\\\"Le module Activity Tracker affiche les contenus de votre site récemment créés ou mis à jour, et vous permet de suivre les nouveaux contenus créés par chaque utilisateur. Ce module ne dispose pas d'options de configuration. Pour plus d'informations, consultez la documentation en ligne pour le module Activity Tracker.\\\",\\\"The Recent content 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 My recent content tab limits the list to the currently logged-in user.\\\":\\\"La page Contenu récent affiche le contenu nouveau et mis à jour en ordre chronologique inverse, avec le type de contenu, son titre, le nom de l'auteur, le nombre de commentaires, et la date et l'heure de la dernière mise à jour. Le contenu est considéré comme mis à jour quand on en modifie le texte, ou lorsque des commentaires y sont ajoutés. L'onglet Mon contenu récent limite la liste à l'utilisateur actuellement connecté.\\\",\\\"The {node}.nid this record tracks.\\\":\\\"Le {node}.nid que cet enregistrement suit.\\\",\\\"Boolean indicating whether the node is published.\\\":\\\"Booléen indiquant si le noeud est publié.\\\",\\\"The Unix timestamp when the node was most recently saved or commented on.\\\":\\\"L'horodatage Unix de la date la plus récente à laquelle le noeud a été enregistré ou commenté.\\\",\\\"The {user}.nid this record tracks.\\\":\\\"Le {user}.nid que cet enregistrement suit.\\\",\\\"The {users}.uid of the node author or commenter.\\\":\\\"Les {users}.uid de l'auteur ou commentateur du nœud.\\\",\\\"The Unix timestamp when the user was most recently saved or commented on.\\\":\\\"L'horodatage Unix de la date la plus récente à laquelle l'utilisateur a été enregistré ou commenté.\\\",\\\"Uninstalled modules\\\":\\\"Modules désinstallés\\\",\\\"Uninstalled themes\\\":\\\"Thèmes désinstallés\\\",\\\"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 Extend page; if you do so, functionality that depends on the Update Manager system will not work. For more information, see the online documentation for the Update Manager module.\\\":\\\"Le module Update Manager vérifie régulièrement la disponibilité de nouvelles versions des logiciels de votre site (y-compris les modules contribués et les thèmes), et en alerte les administrateurs. Update Manager est aussi utilisé par d'autres modules pour gérer les mises à jour et téléchargements ; par exemple, le module Interface Translation utilise Update Manager pour télécharger les traductions depuis le serveur de traduction. Veuillez noter que lorsqu'Update Manager est utilisé, des statistiques d'utilisation anonymes sont envoyées à Drupal.org. Si vous le souhaitez, vous pouvez désactiver le module Update Manager sur la page Extension ; dans ce cas, les fonctionnalités qui dépendent d'Update Manager ne fonctionneront pas. Pour plus d'information, consulter la documentation en ligne du module Update Manager.\\\",\\\"The Available updates report 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 Update Manager settings page.\\\":\\\"Le rapport des mises à jour disponibles affiche les modules et thèmes pour lesquels une nouvelle version est disponible en téléchargement. Sur la page du rapport, vous pouvez aussi lancer une vérification manuelle des mises à jours. Vous pouvez configurer la fréquence des vérifications, qui sont effectuées au lancement de la tâche planifiée (cron) et, le cas échéant, les notifications sont envoyés sur la page de paramètres du gestionnaire de mise à jour.\\\",\\\"The Update Manager module allows administrators to perform updates directly from the Update page. 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 Extend page and the Appearance page.\\\":\\\"Le module Update Manager permet aux administrateurs d'effectuer les mises à jour directement depuis la page de mise à jour. Elle liste toutes les mises à jour disponibles, et vous pouvez confirmer ou non si vous souhaitez les télécharger. Si vous ne disposez pas de droits d'accès suffisants sur votre serveur web, votre mot de passe FTP/SSH vous sera demandé. Ensuite, les fichiers sont transférés sur votre installation, écrasant les anciens fichiers. Des liens directs à la page de mise à jour sont aussi affichés sur la page Modules et la page Apparence.\\\",\\\"You can also install new modules and themes in the same fashion, through the Install page, or by clicking the Install new module/theme links at the top of the Extend page and the Appearance page. 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.\\\":\\\"Vous pouvez aussi installer de nouveaux modules et thèmes de la même manière depuis la page d'installation ou en cliquant sur les liens Installer un nouveau module / thème situés en haut des pages Modules et Apparence. Dans ce cas, il vous est demandé de fournir l'URL de téléchargement ou de téléverser un paquet d'installation depuis votre ordinateur.\\\",\\\"Regularly review and install available updates to maintain a secure and current site. Always run the update script each time a module is updated.\\\":\\\"Consulter régulièrement et installer les mises à jour disponibles pour garder un site sûr et à jour. Lancer le script de mise à jour à chaque fois qu'un module est mis à jour.\\\",\\\"Regularly review available updates to maintain a secure and current site. Always run the update script each time a module is updated.\\\":\\\"Vérifiez régulièrement les mises à jour disponibles afin de maintenir un site sécurisé et à jour. Toujours exécuter le script de mise à jour à chaque fois qu'un module est mis à jour.\\\",\\\"No update information available. Run cron or check manually.\\\":\\\"Aucune information de mise à jour disponible. Lancer la tâche planifiée (cron) ou vérifier manuellement.\\\",\\\"New release(s) available for @site_name\\\":\\\"De nouvelles mises à jour sont disponibles pour @site_name\\\",\\\"Your site is currently configured to send these emails when any updates are available. To get notified only for security updates, @url.\\\":\\\"Votre site est actuellement configuré pour envoyer ces courriels lorsque des mises à jour sont disponibles. Pour n'être averti que des mises à jour de sécurité, @url.\\\",\\\"Your site is currently configured to send these emails only when security updates are available. To get notified for any available updates, @url.\\\":\\\"Actuellement, votre site est configuré pour n'envoyer ces courriels que lorsque des mises à jour de sécurité sont disponibles. Pour être informé de toutes les mises à jour, @url.\\\",\\\"There was a problem checking available updates for Drupal.\\\":\\\"Il y a eu un problème lors de la vérification des mises à jour disponibles pour Drupal.\\\",\\\"There was a problem checking available updates for your modules or themes.\\\":\\\"Il y a eu un problème lors de la vérification des mises à jour disponibles pour vos modules ou thèmes.\\\",\\\"Automatic updating of Drupal core is not supported. See the upgrade guide for information on how to update Drupal core manually.\\\":\\\"La mise à jour automatique du cœur Drupal n'est pas supportée. Consulter le guide de mise à jour pour savoir comment mettre à jour le cœur manuellement.\\\",\\\"%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 contient une version de %names qui n'est pas compatible avec Drupal @version.\\\\u0003%archive_file contient des versions de modules ou de thèmes qui ne sont pas compatibles avec Drupal @version : %names\\\",\\\"See the available updates page for more information and to install your missing updates.\\\":\\\"Consulter la page des mises à jour disponibles pour plus d'informations et pour installer vos mises à jour manquantes.\\\",\\\"See the available updates page for more information.\\\":\\\"Consulter la page des mises à jour disponibles pour plus d'informations.\\\",\\\"Update Manager settings\\\":\\\"Paramètres du gestionnaire de mise à jour\\\",\\\"Check for updates of uninstalled modules and themes\\\":\\\"Vérifier les mises à jour des modules et thèmes non installés\\\",\\\"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 status report page, and will also display an error message on administration pages if there is a security update.\\\":\\\"Vous pouvez choisir d'envoyer les courriels seulement si une mise à jour de sécurité est disponible, ou bien d'être notifié pour les nouvelles versions. S'il y a des mises à jour disponibles du cœur de Drupal ou de n'importe lequel de vos modules ou thèmes installés, votre site affichera toujours un message sur la page du Tableau de bord d'administration, ainsi qu'un message d'erreur sur toutes les pages d'administration du site s'il y a des mises à jour de sécurité disponibles.\\\",\\\"You can find modules and themes on drupal.org. The following file extensions are supported: %extensions.\\\":\\\"Vous pouvez trouver des modules et des thèmes sur le site drupal.org. Les extensions de fichier suivantes sont prises en charge : %extensions.\\\",\\\"Back up your database and site before you continue. Learn how.\\\":\\\"Sauvegardez votre base de données et votre site avant de continuer. Voir comment.\\\",\\\"Deprecated: User Name\\\":\\\"Obsolète : nom d'utilisateur\\\",\\\"Deprecated: Use account-name or display-name instead.\\\":\\\"Obsolète : utiliser le nom du compte ou le nom affiché à la place\\\",\\\"The display name of the user account.\\\":\\\"Le nom affiché du compte utilisateur\\\",\\\"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 online documentation for the User module.\\\":\\\"Le module User autorise les utilisateurs à s'inscrire, se connecter et se déconnecter. Il autorise aussi les utilisateurs avec les droits appropriés à gérer les rôles et les droits des utilisateurs. Pour plus d'informations, consulter la documentation en ligne du module User.\\\",\\\"Through the People administration page 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.\\\":\\\"Avec la page d'administration des personnes vous pouvez ajouter ou supprimer les comptes utilisateurs et leur assigner des rôles. En éditant un utilisateur spécifique, vous pouvez changer son nom, son adresse de courriel, son mot de passe et les informations des autres champs.\\\",\\\"Roles are used to group and classify users; each user can be assigned one or more roles. Typically there are two pre-defined roles: Anonymous user (users that are not logged in), and Authenticated user (users that are registered and logged in). Depending on how your site was set up, an Administrator 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 Roles administration page.\\\":\\\"Les rôles permettent de grouper et classer les utilisateurs ; on peut assigner à chaque utilisateur un ou plusieurs rôles. Par défaut, il y a deux rôles pré-définis : Utilisateur anonyme (utilisateur non inscrit ou non connecté), et utilisateur authentifié(utilisateur inscrit et connecté). En fonction de la configuration de votre site, un rôle d'Administrateur peut également être disponible : les utilisateurs disposant de ce rôle se verront automatiquement affecter de nouveaux droits lorsqu'un module sera activé. Vous pouvez créer des rôles supplémentaires sur la page d'administration des rôles.\\\",\\\"After creating roles, you can set permissions for each role on the Permissions page. 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).\\\":\\\"Après avoir créer des rôles, vous pouvez en définir les droits en allant sur laPages des droits.\\\\r\\\\nAllouer des droits permet aux utilisateurs s'étant vu assigner un rôle particulier de réaliser une action sur le site telles que voir certains contenus, modifier ou créer certains types de contenus, gérer la configuration de modules particuliers ou d'utiliser certaines fonction particulières du site (comme la recherche par exemple).\\\",\\\"The Account settings page 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).\\\":\\\"La page de paramétrage des comptes vous permet de gérer le nom affiché pour le rôle utilisateur Anonyme, les formulaires de contact personnels, l'enregistrement des utilisateurs ainsi que la suppression des comptes. Sur cette page vous pouvez également gérer le paramétrage de la personnalisation des comptes et adapter le texte des courriels que les utilisateurs reçoivent lorsque ils s'enregistrent ou qu'ils font une demande de récupération de mot de passe. Vous pouvez également définir à quel rôle sont automatiquement assigné les nouveaux droits à chaque fois qu'un module est activé (le rôle Administrateur).\\\",\\\"Because User accounts are an entity type, you can extend them by adding fields through the Manage fields tab on the Account settings page. 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 Field module help page.\\\":\\\"Du fait que les comptes utilisateur soient un type d'entité, vous pouvez les étendre en leur ajoutant des champs depuis l'onglet Gérer les champs sur la page des paramètres de compte. En ajoutant des champs, par exemple une image, une biographie ou adresse, vous pouvez créer un profil sur mesure pour les utilisateurs du site. Pour plus d'informations sur les entités et les champs, consultez la page d'aide du module Field.\\\",\\\"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 Roles 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 Account settings 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.\\\":\\\"Les droits vous pemettent de contrôler ce que les utilisateurs peuvent faire et voir sur votre site. Vous pouvez définir un jeu spécifique de droits pour chaque rôle (consulter la page Rôles pour créer un rôle). Tout droit accordé au rôle Utilisateur authentifié sera attribué à tout utilisateur qui est connecté sur le site. Sur la page des Paramètres de compte, vous pouvez faire de n'importe quel rôle le rôle Administrateur du site, ce qui signifie que ce rôle héritera automatiquement de tous les nouveaux droits. Vous devez vous assurer que seuls les utilisateurs de confiance disposent de cet accès et de ce niveau de contrôle sur votre site.\\\",\\\"A role defines a group of users that have certain privileges. These privileges are defined on the Permissions page. 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.\\\":\\\"Un rôle définit un groupe d'utilisateurs qui dispose de certains droits. Ces droits sont définis sur la page des Permissions. Vous pouvez y définir les noms et l'ordre d'affichage des rôles sur votre site. Il est recommandé d'ordonner les rôles du moins permissif (par exemple Utilisateur anonyme) au plus permissif (par exemple Administrateur). Les utilisateurs qui ne sont pas authentifiés ont le rôle Utilisateur anonyme. Les utilisateurs qui sont authentifiés ont le rôle Utilisateur authentifié, ainsi que tout autre rôle attribué à leur compte utilisateur.\\\",\\\"Make it at least 12 characters\\\":\\\"Doit être composé d'au moins 12 caractères\\\",\\\"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.\\\":\\\"Configurer les paramètres généraux et le comportement pour les comptes utilisateurs et l'inscription. Cela inclus les méthodes d'annulation du compte, le contenu des courriels utilisateurs et les champs attachés aux utilisateurs.\\\",\\\"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.\\\":\\\"Gérer tous les comptes utilisateurs. Cela inclut la modification de toutes les informations des utilisateurs, des adresses de courriel et des mots de passes, l'envoi de courriels aux utilisateurs et le blocage et la suppression de comptes.\\\",\\\"Required if you want to change the %mail or %pass below. Reset your password.\\\":\\\"Requis si vous souhaitez changer l'%mail ou le %pass ci-dessous. Réinitialiser votre mot de passe.\\\",\\\"Users with the %select-cancel-method or %administer-users permissions can override this default method.\\\":\\\"Les utilisateurs avec les droits %select-cancel-method ou %administer-users peuvent surcharger cette méthode par défaut.\\\",\\\"Created a new user account for %name. No email has been sent.\\\":\\\"Nouveau compte utilisateur créé pour %name. Aucun courriel n'a été envoyé.\\\",\\\"The new user %name was created without an email address, so no welcome message was sent.\\\":\\\"Le nouvel utilisateur %name a été créé sans adresse de courriel, aucun message de bienvenue n'a donc été envoyé.\\\",\\\"A welcome message with further instructions has been emailed to the new user %name.\\\":\\\"Un message de bienvenue avec les instructions détaillées ont été envoyées au nouvel utilisateur %name.\\\",\\\"Password reset instructions will be sent to your registered email address.\\\":\\\"Les instructions de réinitialisation du mot de passe seront envoyées à votre adresse de courriel enregistrée.\\\",\\\"Send password reset instructions via email.\\\":\\\"Envoyer les instructions de réinitialisation par courriel.\\\",\\\"Also known as:\\\":\\\"Aussi connu comme :\\\",\\\"@label (@name:@column)\\\":\\\"@label (@name : @column)\\\",\\\"@label:@column\\\":\\\"@label : @column\\\",\\\"@label (@name:delta)\\\":\\\"@label (@name:delta)\\\",\\\"For more information, see the online documentation for the Views module.\\\":\\\"Pour plus d'informations, consulter la documentation en ligne sur le module Views.\\\",\\\"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 Views UI module help page for more information.\\\":\\\"Afin de créer et modifier vos propres vues en utilisant l'interface utilisateurs d'administration et de configuration, vous devrez activer soit le module Views UI du cœur, soit un module contribué fournissant une interface utilisateur pour Views. Consulter la page d'aide du module Views UI pour plus d'informations.\\\",\\\"Contributed projects that support the Views module can be found in the online documentation for Views-related contributed modules.\\\":\\\"Les projets contribués qui prennent en charge le module Views peuvent être trouvés sur la documentation en ligne sur les modules contribués associés à Views\\\",\\\"Changing the title here means it cannot be dynamically altered anymore. (Try changing it directly in @name.)\\\":\\\"Modifier le titre ici implique qu'il ne pourra plus être modifié dynamiquement. (Essayer de le changer directement sur @name.)\\\",\\\"This link is provided by the Views module. The path can be changed by editing the view @label\\\":\\\"Ce lien est fourni par le module Views. Le chemin peut être changé en modifiant la vue @label\\\",\\\"@type language selected for page\\\":\\\"Langue @type sélectionnnée pour la page\\\",\\\"Will not be accessible.\\\":\\\"Ne sera pas accessible.\\\",\\\"@code (@title)\\\":\\\"@code (@title)\\\",\\\"The following tokens are available. You may use Twig syntax in this field.\\\":\\\"Les jetons (token) suivants sont disponibles. Vous pouvez utiliser la syntaxe Twig dans ce champ.\\\",\\\"Override the view and other argument titles. You may use Twig syntax in this field as well as the \\\\\\\"arguments\\\\\\\" and \\\\\\\"raw_arguments\\\\\\\" arrays.\\\":\\\"Supplanter le titre de la vue et ses autres arguments. Vous pouvez utiliser la syntaxe Twig dans ce champ aussi bien que les tableaux \\\\\\\"arguments\\\\\\\" et \\\\\\\"raw_arguments\\\\\\\".\\\",\\\"Override the view and other argument titles. You may use Twig syntax in this field.\\\":\\\"Remplacer le titre de la vue et des autres arguments. Vous pouvez utiliser la syntaxe de Twig dans ce champ.\\\",\\\"The following replacement tokens are available for this argument.\\\":\\\"Les jetons de remplacement suivants sont disponibles pour cet argument.\\\",\\\"Separate multiple classes by spaces.\\\":\\\"Séparer les différentes classes par des espaces.\\\",\\\"You may also adjust the @settings for the currently selected access restriction.\\\":\\\"Vous pouvez également ajuster les @settings pour la restriction d'accès actuellement sélectionnée.\\\",\\\"You may also adjust the @settings for the currently selected cache mechanism.\\\":\\\"Vous pouvez également ajuster les @settings pour le mécanisme de cache actuellement sélectionné.\\\",\\\"You may also adjust the @settings for the currently selected style.\\\":\\\"Vous pouvez aussi ajuster les @settings pour le style actuellement sélectionné.\\\",\\\"You may also adjust the @settings for the currently selected row style.\\\":\\\"Vous pouvez aussi ajuster les @settings pour le style de ligne actuellement sélectionné.\\\",\\\"The following tokens are available for this link. You may use Twig syntax in this field.\\\":\\\"Les jetons (token) suivants sont disponibles pour ce lien. Vous pouvez utiliser la syntaxe Twig dans ce champ.\\\",\\\"You may also adjust the @settings for the currently selected pager.\\\":\\\"Vous pouvez également ajuster les @settings pour la pagination actuellement sélectionnée.\\\",\\\"The text to display for this field. You may include HTML or Twig. You may enter data from this view as per the \\\\\\\"Replacement patterns\\\\\\\" below.\\\":\\\"Le texte à afficher pour ce champ. Vous pouvez inclure du HTML ou Twig. Vous pouvez saisir des valeurs de cette vue en utilisant les \\\\\\\"Motifs de remplacement\\\\\\\" ci-dessous.\\\",\\\"An offset from the current time such as \\\\\\\"@example1\\\\\\\" or \\\\\\\"@example2\\\\\\\"\\\":\\\"Le décalage de l'heure actuelle comme\\\\r\\\\n\\\\\\\"@example1\\\\\\\" ou \\\\\\\"@example2\\\\\\\"\\\",\\\"The Views UI module provides an interface for managing views for the Views module. For more information, see the online documentation for the Views UI module.\\\":\\\"Le module Views UI fournit une interface pour administrer les vues du module Views. Pour plus de détails, consultez la documentation en ligne pour le module Views UI.\\\",\\\"Views can be enabled or disabled from the Views list page. 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.\\\":\\\"Les vues peuvent être activées ou désactivées depuis la liste des vues. Pour activer une vue, localisez la dans la liste des vues \\\\\\\"Désactivées\\\\\\\" et sélectionnez l'opération \\\\\\\"Activer\\\\\\\". Pour désactiver une vue, localisez là dans la liste des vues \\\\\\\"Activées\\\\\\\" et sélectionnez l'opération \\\\\\\"Désactiver\\\\\\\".\\\",\\\"Views can be exported and imported as configuration files by using the Configuration Manager module.\\\":\\\"Les vues peuvent être exportées et importées en tant que fichiers de configuration en utilisant le module Configuration Manager.\\\",\\\"Advanced Views settings\\\":\\\"Paramètres avancés de Views\\\",\\\"This view is being edited by user @user, and is therefore locked from editing by others. This lock is @age old. Click here to break this lock.\\\":\\\"Cette vue est en cours de modification par l'utilisateur @user et est par conséquent verrouillée pour empêcher les modifications d'autres utilisateurs. Ce verrou est en place depuis @age. Cliquez ici pour supprimer ce verrou.\\\",\\\"View @display_title\\\":\\\"Voir @display_title\\\",\\\"Duplicate as @type\\\":\\\"Dupliquer comme @type\\\",\\\"Add @display\\\":\\\"Ajouter @display\\\",\\\"You must select a language to continue the installation.\\\":\\\"Vous devez sélectionner une langue pour continuer l'installation.\\\",\\\"@display '@id': Component '@name' was disabled because its settings depend on removed dependencies.\\\":\\\"@display '@id': Le composant '@name' a été désactivé parce que ses paramètres dépendent de dépendances supprimées.\\\",\\\"No widget available for: %type.\\\":\\\"Aucun widget disponible pour : %type.\\\",\\\"Several special characters are allowed, including space, period (.), hyphen (-), apostrophe ('), underscore (_), and the @ sign.\\\":\\\"Plusieurs caractères spéciaux sont autorisés : l'espace, le point (.), le tiret (-), l'apostrophe ('), le tiret bas (_) et le signe @.\\\",\\\"This value is not valid.\\\":\\\"Cette valeur n'est pas valide.\\\",\\\"Create tasks that the system can execute.\\\":\\\"Créer des tâches que le système peut exécuter.\\\",\\\"The URL to which the user should be redirected. This can be an internal URL like /node/1234 or an external URL like @url.\\\":\\\"L'URL sur laquelle l'utilisateur sera redirigé. Peut être une URL interne comme /node/1234 ou une URL externe comme @url.\\\",\\\"Add feeds or import OPMLs to gather external content and configure how often they are updated.\\\":\\\"Ajouter des flux ou des imports OPML pour rassembler des contenus externes et configurer leur fréquence de mise à jour.\\\",\\\"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 online documentation for the Automated Cron module.\\\":\\\"Le module Automated Cron exécute les opérations de tâches planifiées (cron) pour votre site en utilisant le navigateur et les appels de pages normaux plutôt qu'à travers le gestionnaire de tâches planifiées (cron) du serveur. Le module Automated Cron vérifie à la fin de chaque réponse du serveur quand la tâche planifiée (cron) a été lancée pour la dernière fois et si l'exécution de la tâche remonte à trop longtemps il exécute la tâche planifiée (cron) après avoir envoyé la réponse du serveur. Pour plus d'informations, veuillez consulter la documentation en ligne du module Automated Cron.\\\",\\\"Configuring Automated Cron\\\":\\\"Confguration du planificateur de tâche\\\",\\\"On the Cron page, you can set the frequency (time interval) for running cron jobs.\\\":\\\"Sur la page du planificateur de tâche (cron), vous pouvez définir la fréquence (intervalle de temps) d'exécution des tâches planifiées.\\\",\\\"Disabling Automated Cron\\\":\\\"Désactiver le planificateur de tâche (cron) automatique\\\",\\\"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.\\\":\\\"Pour désactiver Automated Cron, la méthode recommandée est de désinstaller le module afin de réduire la surcharge du site. Si vous souhaitez simplement le désactiver temporairement, vous pouvez configurer sa fréquence à Jamais sur la page de la Tâche planifiée (cron) puis la restaurer à sa valeur antérieure lorsque vous voulez la réactiver.\\\",\\\"Automated Cron\\\":\\\"Planificateur de tâche (cron) automatique\\\",\\\"Provides an automated way to run cron jobs, by executing them at the end of a server response.\\\":\\\"Fournit un moyen automatique de lancer les tâches planifiées (cron) en les exécutant à la fin d'une réponse du serveur.\\\",\\\"Automated cron settings\\\":\\\"Paramètres du planificateur de tâche (cron) automatique\\\",\\\"Ban visits from specific IP addresses.\\\":\\\"Interdire les visites à partir d'une adresse IP spécifique.\\\",\\\"You can place a new block in a region by selecting Place block on the Block layout page. Once a block is placed, it can be moved to a different region by drag-and-drop or by using the Region drop-down list, and then clicking Save blocks.\\\":\\\"Vous pouvez placer un nouveau bloc dans une région en sélectionnant Placer un bloc sur la page de mise en place des blocs. Une fois un bloc en place, il peut être déplacé dans une autre région par glissé-déposé ou en utilisant la liste déroulante Région, puis en cliquant sur Enregistrer les blocs.\\\",\\\"Block placement is specific to each theme on your site. Changes will not be saved until you click Save blocks at the bottom of the page.\\\":\\\"Le placement de bloc est spécifique à chaque thème sur votre site. Les changements ne seront pas enregistrés jusqu'à ce que vous cliquiez sur Enregistrer blocs au bas de la page.\\\",\\\"Adding comment types\\\":\\\"Ajouter des types de commentaire\\\",\\\"Additional comment types can be created per entity sub-type and added on the Comment types page. If there are multiple comment types available you can select the appropriate one after adding a Comments field.\\\":\\\"Des types de commentaire supplémentaires peuvent être créés par sous-type d'entité et ajoutés sur la page des types de commentaire. Si plusieurs types de commentaire sont disponibles vous pouvez sélectionner celui qui convient après avoir ajouté un champ de commentaires.\\\",\\\"Compare the configuration uploaded to your sync directory with the active configuration before completing the import.\\\":\\\"Comparer la configuration chargée dans votre dossier de synchronisation avec la configuration actuelle avant d'effectuer l'importation.\\\",\\\"Upload a full site configuration archive to the sync directory. It can then be compared and imported on the Synchronize page.\\\":\\\"Transférer une archive complète de la configuration du site dans le répertoire de synchronisation. Elle peut alors être comparée et importée sur la page Synchroniser.\\\",\\\"The Database Logging module logs system events in the Drupal database. Monitor your site or debug site problems on this page.\\\":\\\"Le module Database Logging journalise les événements du système dans la base de données de Drupal. Surveiller ou résoudre les problèmes de votre site sur cette page.\\\",\\\"The Internal Dynamic Page Cache module caches pages for all users in the database, handling dynamic content correctly. For more information, see the online documentation for the Internal Dynamic Page Cache module.\\\":\\\"Le module Internal Dynamic Page Cache met en cache les pages pour tous les utilisateurs dans la base de données en gérant correctement le contenu dynamique. Pour plus d'informations, consulter la documentation en ligne du module Internal Dynamic Page Cache.\\\",\\\"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.\\\":\\\"Le module ne requiert aucune configuration. Chaque portion de la page contient des métadonnées qui permettent à Internal Dynamic Page Cache de se débrouiller seul.\\\",\\\"Deprecated. All the functionality has been moved to Core.\\\":\\\"Obsolète. Toutes les fonctionnalités ont été déplacées dans le cœur.\\\",\\\"All field storage configuration objects re-saved.\\\":\\\"Tous les objets de configuration de stockage de champ ont été réenregistrés.\\\",\\\"Selection handler for entity reference fields have been adjusted.\\\":\\\"Le gestionnaire (handler) de sélection des champs de référence d'entité a été ajusté.\\\",\\\"Entity Reference 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 the online documentation for the Entity Reference module.\\\":\\\"Les champs de référence à une entité permettent de créer des champs contenant un lien vers une autre entité (tel qu'un contenu, un terme de taxonomie, etc) du site. Ils permettent, par exemple, de faire un lien entre un utilisareur et un contenu. Pour plus d'informations, voir la documentation en ligne du module Entity Reference.\\\",\\\"Enable custom storage\\\":\\\"Activer le stockage personnalisé\\\",\\\"An instance-specific widget type\\\":\\\"Un type de widget spécifique à une instance\\\",\\\"Widget types @types are used in Drupal 6 field instances: widget type @selected_type applied to the Drupal 8 base field\\\":\\\"Les types de Widget @types sont utilisés dans les instances de champ de Drupal 6 : le type de widget @selected_type a été appliqué au champ de base de Drupal 8\\\",\\\"The Filter module allows administrators to configure text formats. Text formats change how HTML tags and other text will be processed and displayed 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 Text Editor module. For more information, see the online documentation for the Filter module.\\\":\\\"Le module Filter permet aux administrateurs de configurer les formats de texte. Les formats de texte changent la manière dont les balises HTML et autres textes sont traités et affichés sur le site. Ils servent à transformer le texte mais aussi à protéger le site contre des saisies potentiellement dangereuses de la part d'utilisateurs malintentionnés. Des éditeurs de texte visuels peuvent être associés aux formats de texte à l'aide du module Text Editor. Pour plus d'informations, consulter la documentation en ligne du module Filter.\\\",\\\"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. Improper text format configuration is a security risk.\\\":\\\"Vous pouvez définir quels utilisateurs peuvent utiliser quels formats de texte en sélectionnant des rôles. Afin de garantir la sécurité, les utilisateurs anonymes ou non vérifiés devraient pouvoir utiliser uniquement des formats de texte les limitant à l'usage de texte brut, ou d'un ensemble sûr de balises HTML. En effet, certaines balises HTML permettent l'insertion de liens ou de scripts malveillants dans le texte. On peut permettre à des utilisateurs de confiance d'utiliser des formats de texte moins restrictifs qui permettent de créer du texte enrichi. Une mauvaise configuration des formats de texte présente un risque pour la sécurité.\\\",\\\"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 stored content: they define how it is processed and displayed.\\\":\\\"Chaque format de texte utilise des filtres qui ajoutent, suppriment ou transforment des éléments dans le texte saisi par l'utilisateur. Par exemple, un filtre supprime les balises HTML non approuvées, tandis qu'un autre transforme les URL en liens cliquables. Les filtres sont appliqués dans un ordre spécifique. Ils ne modifient pas le contenu enregistré : ils déterminent comment il est traité et affiché.\\\",\\\"Text formats define how text is filtered for output and how HTML tags and other text is displayed, replaced, or removed. Improper text format configuration is a security risk. Learn more on the Filter module help page.\\\":\\\"Les formats de texte définissent comment le texte est filtré pour la sortie et comment les balises HTML et le reste du texte sont affichés, remplacés ou retirés. Une configuration incorrecte des format de texte est un risque de sécurité. Pour en savoir plus, consulter la page d'aide du module Filter.\\\",\\\"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.\\\":\\\"Un format de texte contient des filtres qui modifient l'affichage du texte saisi par l'utilisateur ; par exemple en supprimant le HTML malveillant ou en rendant les URL cliquables. Les filtres sont appliqués du haut vers le bas et leur ordre est important car un filtre pourrait empêcher la bonne exécution d'un autre. Par exemple, si les URL sont converties en liens avant la suppression des balises HTML interdites, tous les liens pourraient être supprimés. Si cela se produit, il peut être nécessaire de modifier l'ordre des filtres.\\\",\\\"Configure how content is filtered when displayed, including which HTML tags are rendered, and enable module-provided filters.\\\":\\\"Configurer les modes de filtrage des contenus à l'affichage, y compris les balises HTML utilisables, et autoriser les filtres fournis par des modules.\\\",\\\"A list of HTML tags that can be used. By default only the lang and dir 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 jump-*. JavaScript event attributes, JavaScript URLs, and CSS are always stripped.\\\":\\\"Une liste de balises HTML qui peuvent être utilisées. Par défaut seuls les attributs lang et dir sont autorisés pour toutes les balises HTML. Chaque balise HTML peut avoir des attributs qui peuvent être traités comme des noms d'attribut autorisés pour cette balise HTML. Chaque attribut peut autoriser toutes les valeurs ou autoriser seulement des valeurs spécifiques. Les noms ou valeurs de l'attribut peuvent être écrites en associant un préfixe et un joker comme jump-*. Les attributs d'événement JavaScript, les URLs JavaScript et CSS sont toujours éliminés.\\\",\\\"Configure languages for content, interface, and configuration.\\\":\\\"Configurer les langues utilisées pour le contenu, l'interface, et la configuration.\\\",\\\"Overriding default English strings\\\":\\\"Supplantation des chaînes de caractères anglaises originelles\\\",\\\"If translation is enabled for English, you can override the default English interface text strings in your site with other English text strings on the User interface translation page. Translation is off by default for English, but you can turn it on by visiting the Edit language page for English from the Languages page.\\\":\\\"Si la traduction est activée pour l'anglais, vous pouvez surcharger les chaînes de texte de la version anglaise de l'interface sur la page Traduction de l'interface utilisateur. La traduction est désactivée par défaut pour l'anglais, mais vous pouvez l'activer sur la page Éditer la languepour l'anglais accessible à partir de la page Langues.\\\",\\\"Configure the import of translation files, and add or customize interface translations.\\\":\\\"Configurer l'importation des fichiers de traduction, et ajouter ou personnaliser les traductions de l'interface utilisateur.\\\",\\\"Manage menus and menu links.\\\":\\\"Gérer les menus et les liens des menus.\\\",\\\"Log in for anonymous users\\\":\\\"Se connecter pour les utilisateurs anonymes\\\",\\\"Revert to earlier revision of a translation\\\":\\\"Rétablir une révision antérieure d'une traduction\\\",\\\"@langname revisions for %title\\\":\\\"Révisions en @langname pour %title\\\",\\\"Are you sure you want to revert @language translation to the revision from %revision-date?\\\":\\\"Êtes-vous sûr(e) de vouloir rétablir la traduction en @language à la révision du %revision-date ?\\\",\\\"Revert content shared among translations\\\":\\\"Rétablir le contenu partagé entre les traductions\\\",\\\"Add custom URLs to existing paths.\\\":\\\"Ajouter des URL personnalisées aux chemins existants.\\\",\\\"Network problem!\\\":\\\"Problème de réseau !\\\",\\\"- None (original image) -\\\":\\\"- Aucun (image originale) -\\\",\\\"Only items in the index will appear in search results. To build and maintain the index, a correctly configured cron maintenance task is required.\\\":\\\"Seuls les éléments de l'index apparaîtront dans les résultats de recherche. Pour construire et maintenir l'index, une tâche planifiée (cron) de maintenance correctement configurée est requise.\\\",\\\"The maximum number of items indexed in each run of the cron maintenance task. 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.\\\":\\\"Le nombre maximal d'éléments indexés à chaque exécution de la tâche planifiée (cron) de maintenance. Au besoin, réduire le nombre d'éléments permet d'éviter les erreurs d'expirations (timeouts) ou de mémoire lors de l'indexation. Certains types de pages de recherche peuvent disposer de leur propre paramètre à ce niveau.\\\",\\\"The minimum character length for a word to be added to the index. Searches must include a keyword of at least this length.\\\":\\\"Nombre minimum de caractères pour qu'un mot soit ajouté à l'index. Les recherches doivent contenir un mot-clef de cette longueur au moins.\\\",\\\"Run tests against the site's core code and enabled modules to review your code.\\\":\\\"Exécutez les tests sur le cœur du site et les modules activés pour vérifier votre code.\\\",\\\"Configure the logging of content statistics.\\\":\\\"Configurer la journalisation des statistiques de contenu.\\\",\\\"Configuration dependencies recalculated\\\":\\\"Dépendances de configuration recalculées\\\",\\\"Checking site status\\\":\\\"Vérification du statut du site\\\",\\\"The Status report 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.\\\":\\\"Le Tableau de bord d'administration fournit une vue d'ensemble de la configuration, du statut, et de la santé de votre site. Examinez ce rapport pour vous assurer qu'il n'y a pas de problèmes à corriger et pour trouver les informations concernant le logiciel que votre site et le serveur web utilisent.\\\",\\\"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 cron tasks. On the Cron page, you can configure cron to run periodically as part of server responses by installing the Automated Cron 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 Status report page. For more information, see the online documentation for configuring cron jobs.\\\":\\\"Pour que le site et ses modules continuent de bien fonctionner, un ensemble d'actions administratives récurrentes doit être lancé de manière régulière ; ces actions sont connues comme des tâches planifiées (cron). Sur la page Cron, vous pouvez configurer le planificateur de tâche pour se lancer périodiquement en tant que partie des réponses serveur en installant le module Automated Cron, ou vous pouvez le désactiver et déclencher le planificateur de tâche depuis un processus externe de votre serveur web. Vous pouvez vérifier l'état des tâches planifiées en visitant la page du Tableau de bord d'administration. Pour plus d'informations, consultez la documentation en ligne pour configurer les tâches planifiées.\\\",\\\"Enable the Automated Cron module to allow cron execution at the end of a server response.\\\":\\\"Activer le module Automated Cron pour permettre l'exécution des tâches planifiées (cron) à la fin d'une réponse du serveur.\\\",\\\"Public file base URL\\\":\\\"URL de base des fichiers publics\\\",\\\"The base URL that will be used for public file URLs. This can be changed in settings.php\\\":\\\"L'URL de base qui sera utilisée pour les URL des fichiers publics. Elle peut être modifiée dans le fichier settings.php\\\",\\\"Configure the @module module\\\":\\\"Configurer le module @module\\\",\\\"Machine name: @machine-name\\\":\\\"Nom système : @machine-name\\\",\\\"The following reason prevents @module.module_name from being uninstalled:\\\\u0003The following reasons prevent @module.module_name from being uninstalled:\\\":\\\"@module.module_name ne peut être désinstallé pour la raison suivante :\\\\u0003@module.module_name ne peut être désinstallé pour les raisons suivantes :\\\",\\\"Configure default user account settings, including fields, registration requirements, and email messages.\\\":\\\"Configurer les paramètres par défaut des comptes des utilisateurs, y compris les champs, les conditions d'inscription et les messages de courriel.\\\",\\\"There has been more than one failed login attempt for this account. It is temporarily blocked. Try again later or request a new password.\\\\u0003There have been more than @count failed login attempts for this account. It is temporarily blocked. Try again later or request a new password.\\\":\\\"Plus d'un échec de connexion a eu lieu pour ce compte. Il est temporairement bloqué. Réessayer ultérieurement ou demander un nouveau mot de passe.\\\\u0003Il y a eu plus de @count échecs de connexion pour ce compte. Il est temporairement bloqué. Réessayer ultérieurement ou demander un nouveau mot de passe.\\\",\\\"%name is not recognized as a username or an email address.\\\":\\\"%name n'est pas reconnu comme nom d'utilisateur ou adresse de courriel.\\\",\\\"Cache maximum age\\\":\\\"Durée maximum du cache\\\",\\\"Creating and managing views\\\":\\\"Créer et gérer les vues\\\",\\\"Enabling and disabling views\\\":\\\"Activer et désactiver les vues\\\",\\\"Exporting and importing views\\\":\\\"Exporter et importer des vues\\\",\\\"Stable\\\":\\\"Stable\\\",\\\"Administrative task links\\\":\\\"Liens des tâches d'administration\\\",\\\"Delete %label\\\":\\\"Supprimer %label\\\",\\\"Allow user to display all items\\\":\\\"Permettre à l'utilisateur d'afficher tous les éléments\\\",\\\"Resolve all issues below to continue the installation. For help configuring your database server, see the installation handbook, or contact your hosting provider.\\\":\\\"Résoudre toutes les demandes ci-dessous et poursuivre l'installation. Pour plus d'aide sur la configuration de votre serveur de base de données, consulter le manuel d'installation ou contactez votre hébergeur.\\\",\\\"Select and configure text editors, and how content is filtered when displayed.\\\":\\\"Choisir et configurer les éditeurs de texte et comment le contenu est filtré lors de l'affichage.\\\",\\\"Aggregator RSS feed\\\":\\\"Flux RSS Aggregator\\\",\\\"Aggregator sources\\\":\\\"Sources Aggregator\\\",\\\"Find and manage custom blocks.\\\":\\\"Trouver et gérer les blocs personnalisés.\\\",\\\"Recent comments.\\\":\\\"Commentaires récents.\\\",\\\"Editing languages\\\":\\\"Modification des langues\\\",\\\"View edit page\\\":\\\"Voir la page de modification\\\",\\\"Max 1300x1300\\\":\\\"Max 1300x1300\\\",\\\"Max 2600x2600\\\":\\\"Max 2600x2600\\\",\\\"Max 325x325\\\":\\\"Max 325x325\\\",\\\"Max 650x650\\\":\\\"Max 650x650\\\",\\\"Narrow\\\":\\\"Étroit\\\",\\\"Config override test\\\":\\\"Test de la surcharge de configuration\\\",\\\"

This page provides the ability to add common languages to your site.

If the desired language is not available, you can add a custom language.

\\\":\\\"

Cette page donne la possibilité d'ajouter des langues communes sur votre site.

Si la langue souhaitée n'est pas disponible, vous pouvez ajouter une langue personnalisée.

\\\",\\\"

Choose a language from the list, or choose \\\\\\\"Custom language...\\\\\\\" at the end of the list.

Click the \\\\\\\"Add language\\\\\\\" button when you are done choosing your language.

When adding a custom language, you will get an additional form where you can provide the name, code, and direction of the language.

\\\":\\\"

Choisir une langue dans la liste ou choisir \\\\\\\"Langue personnalisée...\\\\\\\" à la fin de la liste.

Cliquer sur le bouton \\\\\\\"Ajouter une langue\\\\\\\" lorsque votre langue est choisie.

Lors de l'ajout d'une langue personnalisée, un formulaire supplémentaire vous demandera d'indiquer le nom, le code et le sens de lecture de la langue.

\\\",\\\"Continuing on\\\":\\\"Continuant sur\\\",\\\"

This page provides the ability to edit a language on your site, including custom languages.

\\\":\\\"

Cette page donne la possibilité de modifier une langue sur votre site, y compris les langues personnalisées

\\\",\\\"

You cannot change the code of a language on the site, since it is used by the system to keep track of the language.

\\\":\\\"

Vous ne pouvez pas changer le code d'une langue du site, dès lors qu'elle est utilisée par le système pour garder trace de cette langue

\\\",\\\"

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.

\\\":\\\"

Le nom de la langue est utilisé à travers le site pour tous les utilisateurs et est écrite en anglais. Les noms des langues prédéfinies peuvent être traduites en utilisant le module Interface Translation et les noms des langues prédéfinies et des langues personnalisées peuvent être traduits en utilisant le module Configuration Translation.

\\\",\\\"

Choose if the language is a \\\\\\\"Left to right\\\\\\\" or \\\\\\\"Right to left\\\\\\\" language.

Note that not all themes support \\\\\\\"Right to left\\\\\\\" layouts, so test your theme if you are using \\\\\\\"Right to left\\\\\\\".

\\\":\\\"

Choisir si la langue se lit \\\\\\\"de gauche à droite\\\\\\\" ou \\\\\\\"de droite à gauche\\\\\\\".

Notez que tous les thèmes ne supportent pas la mise en page \\\\\\\"de droite à gauche\\\\\\\" alors testez votre thème si vous utilisez \\\\\\\"de droite à gauche\\\\\\\".

\\\",\\\"

The \\\\\\\"Languages\\\\\\\" page allows you to add, edit, delete, and reorder languages for the site.

\\\":\\\"

La page \\\\\\\"Langues\\\\\\\" vous permet d'ajouter, de modifier, de supprimer et réordonner les langues sur le site.

\\\",\\\"

To add more languages to your site, click the \\\\\\\"Add language\\\\\\\" button.

Added languages will be displayed in the language list and can then be edited or deleted.

\\\":\\\"

Pour ajouter plus de langues à votre site, cliquer sur le bouton \\\\\\\"Ajouter une langue\\\\\\\".

Les langues ajoutées seront affichées dans la liste des langues et pourront ensuite être modifiées ou supprimées.

\\\",\\\"Reordering languages\\\":\\\"Réordonner les langues\\\",\\\"

To reorder the languages on your site, use the drag icons next to each language.

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.

When you are done with reordering the languages, click the \\\\\\\"Save configuration\\\\\\\" button for the changes to take effect.

\\\":\\\"

Pour réordonner les langues sur votre site, utilisez les icônes à côté de chaque langue.

L'ordre affiché ici est l'ordre d'affichage pour les listes de langue sur le site telles que le bloc de changement de langue fourni par les modules Interface Translation et Content Translation.

Lorsque vous avez terminé de réordonner les langues, cliquer sur le bouton \\\\\\\"Enregistrer la configuration\\\\\\\" pour que les changements prennent effet.

\\\",\\\"Set a language as default\\\":\\\"Définir une langue par défaut\\\",\\\"

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.

\\\":\\\"

Vous pouvez changer la langue par défaut de votre site en choisissant une des langues configurées. Le site utilisera cette langue par défaut dans les cas où aucun choix n'a été fait mais que la langue doit être définie, par exemple pour la langue d'affichage de l'interface.

\\\",\\\"Modifying languages\\\":\\\"Modifie les langues\\\",\\\"

Operations are provided for editing and deleting your languages.

You can edit the name and the direction of the language.

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.

\\\":\\\"

Les actions pour éditer et supprimer vos langues sont fournies.

Vous pouvez modifier le nom et le sens de lecture de la langue.

Les langues supprimées peuvent être ré-ajoutées plus tard. Supprimer une langue retirera toutes les traductions d'interface associées et le contenu dans cette langue sera marqué comme indépendant de la langue. Notez que vous ne pouvez pas supprimer la langue par défaut du site.

\\\",\\\"Choose the language you want to translate.\\\":\\\"Choisir la langue que vous souhaitez traduire.\\\",\\\"Enter the specific word or sentence you want to translate, you can also write just a part of a word.\\\":\\\"Saisir le mot ou la phrase précise que vous souhaitez traduire, vous pouvez aussi écrire seulement une partie d'un mot.\\\",\\\"Filter the search\\\":\\\"Filtrer la recherche\\\",\\\"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.\\\":\\\"Vous pouvez chercher les chaînes non traduites si vous voulez traduire quelque chose qui n'a pas encore été traduit. Si vous voulez modifier une traduction existante, vous pouvez ne rechercher que les chaînes traduites.\\\",\\\"Apply your search criteria\\\":\\\"Appliquer vos critères de recherche\\\",\\\"To apply your search criteria, click on the Filter button.\\\":\\\"Pour appliquer vos critères de recherche, cliquer sur le bouton Filtrer.\\\",\\\"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.\\\":\\\"Vous pouvez écrire votre propre traduction dans les champs texte de la colonne de droite. Essayez de savoir dans quel contexte le texte sera utilisé pour le traduire de façon appropriée.\\\",\\\"Validate the translation\\\":\\\"Valider la traduction\\\",\\\"When you have finished your translations, click on the Save translations button. You must save your translations, each time before changing the page or making a new search.\\\":\\\"Lorsque vous avez terminé vos traductions, cliquer sur le bouton Enregistrer vos traductions. Vous devez enregistrer vos traductions à chaque fois que vous souhaitez changer de page ou faire une nouvelle recherche.\\\",\\\"Manage view settings\\\":\\\"Gérer les paramètres d'affichage\\\",\\\"View or edit the configuration.\\\":\\\"Voir ou modifier la configuration.\\\",\\\"Displays in this view\\\":\\\"S'affiche dans cette vue\\\",\\\"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.\\\":\\\"Un affichage est une façon de rendre les résultats, par exemple comme une page ou un bloc. Une vue peut contenir plusieurs affichages, qui sont listés ici. L'affichage actif est mis en évidence.\\\",\\\"View administration\\\":\\\"Voir l'administration\\\",\\\"Perform administrative tasks, including adding a description and creating a clone. Click the drop-down button to view the available options.\\\":\\\"Réaliser des tâches d'administration, comme ajouter une description et créer un clone. Cliquer sur le bouton déroulant pour voir les options disponibles.\\\",\\\"Choose how to output results. E.g., choose Content to output each item completely, using your configured display settings. Or choose Fields, which allows you to output only specific fields for each result. Additional formats can be added by installing modules to extend Drupal's base functionality.\\\":\\\"Choisir comment afficher les résultats. Par ex., choisir Contenu pour afficher chaque élément dans son intégralité, utilisant vos paramètres d'affichage. Ou choississez Champs, qui permet de n'afficher que les champs sélectionnés pour chaque résultat. Des formats supplémentaires peuvent être ajoutés en installant des modules qui étendent les fonctionnalités de base de Drupal.\\\",\\\"If this view uses fields, they are listed here. You can click on a field to configure it.\\\":\\\"Si cette vue utilise des champs, alors ils sont listés ici. Vous pouvez cliquer sur un champ pour le configurer.\\\",\\\"Filter your view\\\":\\\"Filtrer votre vue\\\",\\\"Add filters to limit the results in the output. E.g., to only show content that is published, you would add a filter for Published and select Yes.\\\":\\\"Ajouter des filtres pour limiter le nombre de résultats affichés. Par ex., pour ne montrer que le contenu publié, il faudrait ajouter le filtrer Publié et selectionner Oui.\\\",\\\"Filter actions\\\":\\\"Filtrer les actions\\\",\\\"Add, rearrange or remove filters.\\\":\\\"Ajouter, réarranger ou supprimer les filtres.\\\",\\\"Control the order in which the results are output. Click on an active sort rule to configure it.\\\":\\\"Contrôler l'ordre dans lequel les résultats sont affichés. Cliquer sur une une règle de tri active pour la configurer.\\\",\\\"Sort actions\\\":\\\"Trier les actions\\\",\\\"Add, rearrange or remove sorting rules.\\\":\\\"Ajouter, réarranger ou supprimer les règles de tri.\\\",\\\"Show a preview of the view output.\\\":\\\"Afficher un aperçu du résultat de la vue.\\\",\\\"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.
These styles should be available in your theme's CSS file.\\\":\\\"Une liste des classes qui seront fournies dans la liste déroulante \\\\\\\"Styles\\\\\\\". Entrer une ou plusieurs classes sur chaque ligne dans le format element.classA.classB|Étiquette. Exemple : h1.titre|Titre. Exemple avancé : h1.fancy.titre|Titre fancy.
Ces styles doivent être déclarés dans le fichier CSS de votre thème.\\\",\\\"The English name of the language.\\\":\\\"Le nom de la langue en anglais\\\",\\\"The native name of the language.\\\":\\\"Le nom natif de la langue\\\",\\\"The language direction. (0 = LTR, 1 = RTL)\\\":\\\"Le sens de lecture de la langue. (0 = de gauche à droite (LTR), 1 = de droite à gauche (RTL))\\\",\\\"Whether the language is enabled.\\\":\\\"Si la langue est activée ou non.\\\",\\\"PHP formula to get plural indexes.\\\":\\\"Formule PHP pour obtenir des index pluriels.\\\",\\\"Path prefix used for this language.\\\":\\\"Préfixe de chemin pour cette langue.\\\",\\\"The language weight when listed.\\\":\\\"Le poids de la langue dans une liste.\\\",\\\"Location of the JavaScript translation file.\\\":\\\"Emplacement du fichier JavaScript de traduction.\\\",\\\"Fallback sort expose settings\\\":\\\"Paramètres de tri exposé de repli\\\",\\\"Leave blank for all. Otherwise, the first selected term will be the default instead of \\\\\\\"Any\\\\\\\".\\\":\\\"Laisser vide pour tous. Sinon, le premier terme sélectionné sera la valeur par défaut à la place de \\\\\\\"Tout\\\\\\\".\\\",\\\"width @data.width\\\":\\\"largeur @data.width\\\",\\\"height @data.height\\\":\\\"hauteur @data.height\\\",\\\"Administer workflows\\\":\\\"Administrer les processus\\\",\\\"This entity (%type: %label) cannot be referenced.\\\":\\\"Cette entité (%type : %label) ne peut pas être référencée.\\\",\\\"This entity (%type: %id) cannot be referenced.\\\":\\\"Cette entité (%type: %id) ne peux pas être référencée.\\\",\\\"Content type where this field is in use.\\\":\\\"Le type de contenu où ce champ est utilisé.\\\",\\\"Determines the content language from a request parameter.\\\":\\\"Détermine la langue du contenu à partir d'un paramètre de requête.\\\",\\\"The alias %alias could not be added because it is already in use in this language with different capitalization: %stored_alias.\\\":\\\"L'alias %alias n'a pas pu être ajouté car il est déjà utilisé dans cette langue avec une capitalisation différente : %stored_alias.\\\",\\\"No error logged yet.\\\":\\\"Aucune erreur journalisée pour l'instant.\\\",\\\"A default base theme using Drupal 8.0.0's core markup and CSS.\\\":\\\"Un thème de base par défaut, qui utilise le balisage et le CSS du cœur de Drupal 8.0.0.\\\",\\\"There are no changes to import.\\\":\\\"Il n'y a pas de modification à importer.\\\",\\\"Another request may be importing configuration already.\\\":\\\"Une autre requête d'import de configuration est en cours.\\\",\\\"Importing configuration\\\":\\\"Import de la configuration\\\",\\\"Starting configuration import.\\\":\\\"Démarrer l'import de la configuration.\\\",\\\"Configuration import has encountered an error.\\\":\\\"L'import de configuration a rencontré une erreur.\\\",\\\"The configuration import failed for the following reasons:\\\":\\\"L'import de configuration n'a pas abouti pour les raisons suivantes :\\\",\\\"Updated tables for field handlers for views: @ids\\\":\\\"Tables mises à jour pour les gestionnaires (handlers) de champ pour les vues : @ids\\\",\\\"BigPipe\\\":\\\"BigPipe\\\",\\\"Current workspace\\\":\\\"L'espace de travail actuel\\\",\\\"Workspace switcher\\\":\\\"Sélecteur d'espace de travail\\\",\\\"HEAD method settings\\\":\\\"Paramètres de la méthode HEAD\\\",\\\"PUT method settings\\\":\\\"Paramètres de la méthode PUT\\\",\\\"Delete transition\\\":\\\"Supprimer la transition\\\",\\\"Update any media\\\":\\\"Mettre à jour n'importe quel média\\\",\\\"Delete media\\\":\\\"Suppression de média\\\",\\\"Delete any media\\\":\\\"Supprimer n'importe quel média\\\",\\\"Media name\\\":\\\"Nom du média\\\",\\\"Media revisions\\\":\\\"Révisions de média\\\",\\\"Field with source information\\\":\\\"Champ avec information source\\\",\\\"Install configuration\\\":\\\"Installation de la configuration\\\",\\\"The following changes were detected in the entity type and field definitions. @updates\\\":\\\"Les changements suivants ont été détectés dans le type d'entité et les définitions des champs. @updates\\\",\\\"Show — @configuration.label\\\":\\\"Afficher — @configuration.label\\\",\\\"Hide — @configuration.label\\\":\\\"Masquer — @configuration.label\\\",\\\"BigPipe no-JS check\\\":\\\"Vérification BigPipe no-JS\\\",\\\"Session exists\\\":\\\"La session existe\\\",\\\"Add workspace\\\":\\\"Ajouter un espace de travail\\\",\\\"Workspaces\\\":\\\"Espaces de travail\\\",\\\"Create and manage workspaces.\\\":\\\"Créer et gérer les espaces de travail.\\\",\\\"Administer workspaces\\\":\\\"Administrer les espaces de travail\\\",\\\"Edit workspace %label\\\":\\\"Modifier l'espace de travail %label\\\",\\\"Workspace ID\\\":\\\"Identifiant (ID) de l'espace de travail\\\",\\\"Workspace %info has been created.\\\":\\\"L'espace de travail %info a été créé.\\\",\\\"Workspace %info has been updated.\\\":\\\"L'espace de travail %info a été mis à jour.\\\",\\\"The workspace could not be saved.\\\":\\\"L'espace de travail ne peut pas être enregistré.\\\",\\\"The workspace ID.\\\":\\\"L'dentifiant (ID) de l'espace de travail.\\\",\\\"text format\\\":\\\"format de texte\\\",\\\"Default configuration hash\\\":\\\"Hachage de configuration par défaut\\\",\\\"Label of the action\\\":\\\"Etiquette de l'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.\\\":\\\"Le premier mlid dans le chemin matéralisé. Si N = profondeur, alors pN doit être égal au mlid. Si profondeur > 1 alors p(N-1) doit être égal au mlid du lien parent. Tous les pX où X > profondeur doivent être égaux à 0. Les colonnes p1 .. p9 sont aussi appelés parents.\\\",\\\"Authored on @date\\\":\\\"Rédigé le @date\\\",\\\"Enter the value for the sizes attribute, for example: %example_sizes.\\\":\\\"Saisir les valeurs pour l'attribut sizes, par exemple : %example_sizes.\\\",\\\"Unique machine name of the vocabulary.\\\":\\\"Nom machine unique du vocabulaire.\\\",\\\"Field %field set in %filter is not usable for this filter type. Combined field filter only works for simple fields.\\\":\\\"Le champ %field défini dans %filter n'est pas utilisable pour ce type de filtre. Les filtres combinés de champ ne fonctionnent qu'avec des champs simple.\\\",\\\"Renders an entity in a view mode.\\\":\\\"Affiche une entité dans un mode d'affichage.\\\",\\\"Add @entity-type\\\":\\\"Ajouter @entity-type\\\",\\\"Revision create time\\\":\\\"Heure de création de la révision\\\",\\\"Is default revision\\\":\\\"Est la révision par défaut\\\",\\\"The moderation state of this piece of content.\\\":\\\"L'état de modération de cet élément de contenu.\\\",\\\"Moderation control\\\":\\\"Contrôle de la modération\\\",\\\"Revisions must be required when moderation is enabled.\\\":\\\"Les révisions doivent être requises quand la modération est activée.\\\",\\\"Revisions are required.\\\":\\\"Les révisions sont requises.\\\",\\\"The moderation state has been updated.\\\":\\\"L'état de modération a été mis à jour.\\\",\\\"When content reaches this state it should be published.\\\":\\\"Quand le contenu atteint cet état il devrait être publié.\\\",\\\"Default revision\\\":\\\"Révision par défaut\\\",\\\"When content reaches this state it should be made the default revision; this is implied for published states.\\\":\\\"Quand le contenu atteint cet état il devrait devenir la révision par défaut ; ceci est implicite pour les états publiés.\\\",\\\"Create New Draft\\\":\\\"Créer un nouveau brouillon\\\",\\\"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.\\\":\\\"Si ce style est utilisé sur le site, vous pouvez sélectionner un autre style pour le remplacer. Toutes les images générées pour ce style seront définitivement supprimées. Si aucun style de remplacement n'est sélectionné, les configurations dépendantes pourraient nécessité une reconfiguration manuelle.\\\",\\\"All images that have been generated for this style will be permanently deleted. The dependent configurations might need manual reconfiguration.\\\":\\\"Toutes les images ayant été générées par ce style seront supprimées définitivement. Les configurations dépendantes pourraient avoir besoin de reconfiguration manuelle.\\\",\\\"- No replacement -\\\":\\\"- Aucun remplacement -\\\",\\\"The BigPipe module sends pages with dynamic content in a way that allows browsers to show them much faster. For more information, see the online documentation for the BigPipe module.\\\":\\\"Le module BigPipe envoie les pages avec du contenu dynamique dans une forme qui permet aux navigateurs de les afficher plus rapidement. Pour plus d'informations, consulter la documentation en ligne du module BigPipe.\\\",\\\"The module requires no configuration. Every part of the page contains metadata that allows BigPipe to figure this out on its own.\\\":\\\"Le module ne nécessite aucune configuration. Chaque partie de la page contient des métadonnées qui sont interprétées par BigPipe.\\\",\\\"Size of email field\\\":\\\"Taille du champ courriel\\\",\\\"The new size setting for email widgets has been added.\\\":\\\"Le nouveau paramètre de taille pour les widgets courriels a été ajouté.\\\",\\\"Did not save to map table due to NULL value for key field @field\\\":\\\"Impossible d'enregistrer dans la table de correspondance en raison d'une valeur NULL pour la clé du champ @field\\\",\\\"A boolean indicating whether the node is visible on the front page.\\\":\\\"Un booléen indiquant si le nœud est visible sur la page d'accueil.\\\",\\\"A boolean indicating whether the node should sort to the top of content lists.\\\":\\\"Un booléen indiquant si le nœud doit être placé en haut de la liste des contenus.\\\",\\\"Default argument validator\\\":\\\"L'argument validateur par défaut\\\",\\\"The %handler_type %handler uses a relationship that has been removed.\\\":\\\"Le %handler_type %handler utilise une relation qui a été supprimée.\\\",\\\"Operations on Unicode strings are emulated on a best-effort basis. Install the PHP mbstring extension for improved Unicode support.\\\":\\\"Les opérations sur les chaînes de caractères Unicode sont émulées le mieux possible. Installer l'extension PHP mbstring pour une meilleure prise en charge de l'Unicode.\\\",\\\"Multibyte string function overloading in PHP is active and must be disabled. Check the php.ini mbstring.func_overload setting. Please refer to the PHP mbstring documentation for more information.\\\":\\\"La surcharge de fonctions sur les chaînes de caractères multi-octets en PHP est activée et doit être désactivée. Vérifier dans php.ini le réglage de mbstring.func_overload. Se référer à la documentation PHP de mbstring pour plus d'informations.\\\",\\\"Multibyte string input conversion in PHP is active and must be disabled. Check the php.ini mbstring.encoding_translation setting. Please refer to the PHP mbstring documentation for more information.\\\":\\\"La conversion des chaînes de caractères multibyte en entrée dans PHP est active et doit être désactivée. Vérifier le paramètre mbstring.encoding_translation dans le fichier php.ini. Veuillez consulter la documentation PHP mbstring pour plus d'informations.\\\",\\\"Multibyte string input conversion in PHP is active and must be disabled. Check the php.ini mbstring.http_input setting. Please refer to the PHP mbstring documentation for more information.\\\":\\\"La conversion des chaînes de caractères multibyte en entrée dans PHP est active et doit être désactivée. Vérifier le paramètre mbstring.http_input dans le fichier php.ini. Veuillez consulter la documentation PHP mbstring pour plus d'informations.\\\",\\\"Multibyte string output conversion in PHP is active and must be disabled. Check the php.ini mbstring.http_output setting. Please refer to the PHP mbstring documentation for more information.\\\":\\\"La conversion des chaînes de caractères multibyte en sortie dans PHP est active et doit être désactivée. Vérifier le paramètre mbstring.http_output dans le fichier php.ini. Veuillez consulter la documentation PHP mbstring pour plus d'informations.\\\",\\\"The %entity_type entity type needs to be installed.\\\":\\\"Le type d'entité %entity_type nécessite d'être installé.\\\",\\\"The %entity_type entity type needs to be updated.\\\":\\\"Le type d'entité %entity_type nécessite d'être mis à jour.\\\",\\\"The %field_name field needs to be installed.\\\":\\\"Le champ %field_name nécessite d'être installé.\\\",\\\"The %field_name field needs to be updated.\\\":\\\"Le champ %field_name nécessite d'être mis à jour.\\\",\\\"The %field_name field needs to be uninstalled.\\\":\\\"Le champ %field_name nécessite d'être désinstallé.\\\",\\\"Custom text: @true_label / @false_label\\\":\\\"Texte personnalisé : @true_label / @false_label\\\",\\\"Display: @true_label / @false_label\\\":\\\"Affichage : @true_label / @false_label\\\",\\\"See the documentation for PHP date formats.\\\":\\\"Consulter la documentation pour les formats de date PHP.\\\",\\\"An icon that links to the feed URL\\\":\\\"Une icône qui pointe vers l'URL du flux\\\",\\\"Parent website of the feed.\\\":\\\"Site web parent du flux.\\\",\\\"Parent website's description of the feed.\\\":\\\"Description du site web parent du flux.\\\",\\\"Check my spelling as I type\\\":\\\"Vérifier l'orthographe lors de la frappe\\\",\\\"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 Control or command (Mac) key while right-clicking the misspelling.\\\":\\\"Par défaut, CKEditor est configuré pour exploiter les capacités du correcteur d'orthographe de votre navigateur. Assurez-vous que le correcteur est activé dans les paramètres du navigateur. Pour accéder aux suggestions de corrections pour les mots mal orthographiés, il peut être nécessaire d'appuyer sur la touche Contrôle ou Commande (Mac) tout en faisant un clic droit sur le mot concerné.\\\",\\\"Language list ID\\\":\\\"Identifiant de la liste des langues\\\",\\\"United Nations' official languages\\\":\\\"Langues officielles des Nations Unies\\\",\\\"All @count languages\\\":\\\"Toutes les @count langues\\\",\\\"The list of languages to show in the language dropdown. The basic list will only show the six official languages of the UN. The extended list will show all @count languages that are available in Drupal.\\\":\\\"La liste de langues à afficher dans la liste déroulante des langues. La liste de base n'affichera que les six langues officielles de l'ONU. La liste étendue affichera les @count langues qui sont disponibles dans Drupal.\\\",\\\"There is not enough memory available to PHP to change this theme's color scheme. You need at least %size more. Check the PHP documentation for more information.\\\":\\\"Il n'y a pas assez de mémoire disponible pour PHP pour changer ce schéma de couleur de thème. Vous avez besoin d'au moins %size supplémentaires. Consulter la documentation PHP pour plus d'informations.\\\",\\\"The GD library for PHP is enabled, but was compiled without PNG support. Check the PHP image documentation for information on how to correct this.\\\":\\\"La librairie GD pour PHP est activée mais a été compilée sans prise en charge du PNG. Vérifier la documentation sur les images PHP pour obtenir des informations sur la résolution de ce problème.\\\",\\\"The GD library for PHP is missing or outdated. Check the PHP image documentation for information on how to correct this.\\\":\\\"La librairie GD pour PHP est manquante ou périmée. Vérifier la documentation sur les images PHP pour obtenir des informations sur la résolution de ce problème.\\\",\\\"Completed step @current of @total.\\\":\\\"Étape complétée @current sur @total.\\\",\\\"A user-defined date format. See the PHP manual for available options.\\\":\\\"Un format de date défini par l'utilisateur. Consulter le manuel PHP pour les options disponibles.\\\",\\\"This site has only a single language enabled. Add at least one more language in order to translate content.\\\":\\\"Le site possède une seule et unique langue d'activée. Ajouter au moins une langue pour pouvoir traduire le contenu.\\\",\\\"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 strtotime for more details.\\\":\\\"Décris une durée par rapport au jour actuel. Exemple \\\\\\\"+90 days\\\\\\\" (90 jours depuis le jour de création du champ) ou \\\\\\\"+1 Saturday\\\\\\\" (le samedi suivant). Consulter strtotime pour plus de détails.\\\",\\\"The type of the log entry, for example \\\\\\\"user\\\\\\\" or \\\\\\\"page not found\\\\\\\".\\\":\\\"Le type de l'entrée du journal, par exemple \\\\\\\"utilisateur\\\\\\\" ou \\\\\\\"page non trouvée\\\\\\\".\\\",\\\"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\\\":\\\"Le type de champ %field_type_label est utilisé dans le champ suivant : @fields\\\\u0003Le type de champ %field_type_label est utilisé dans les champs suivants : @fields\\\",\\\"Enabled (APC RFC1867)\\\":\\\"Activé (APC RFC1867)\\\",\\\"File MIME Type\\\":\\\"Type MIME du fichier\\\",\\\"Hypermedia APIs are a style of Web API that uses URIs to identify resources and the link relations between them, enabling API consumers to follow links to discover API functionality.\\\":\\\"Les APIs hypermedia sont un style d'API Web qui utilise les URIs pour identifier les ressources et les relations entre elles, permettant aux consommateurs d'API de suivre les liens pour découvrir des fonctionnalités d'API.\\\",\\\"This module is experimental. Experimental modules are provided for testing purposes only. Use at your own risk.\\\":\\\"Ce module est expérimental. Les modules expérimentaux sont fournis à des fins de test uniquement. À utiliser à vos risques et périls.\\\",\\\"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 EXIF data in the image will be lost.\\\":\\\"Vous pouvez aussi configurer une résolution minimale et/ou maximale pour les images transférées. Les images trop petites seront rejetées. Les images trop grandes seront redimensionnées. Pendant le redimensionnement les données EXIF de l'image seront perdues.\\\",\\\"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 EXIF data in the image.\\\":\\\"La taille d'image maximum autorisée est exprimée en LARGEURxHAUTEUR (ex. : 640x480). Laisser vide pour aucune restriction. Si une image plus grande est transférée, elle sera redimensionnée pour respecter les largeurs et hauteur données. Le redimensionnement des images lors du transfert entrainera la perte des données EXIF de l'image.\\\",\\\"The Language module allows you to configure the languages used on your site, and provides information for the Content Translation, Interface Translation, and Configuration Translation modules, if they are enabled. For more information, see the online documentation for the Language module.\\\":\\\"Le module Language vous permet de configurer les langues utilisées sur votre site, et il fournit des informations pour les modules Content Translation, Interface Translation, et Configuration Translation, s'ils sont activés. Pour plus d'informations, consultez la documentation en ligne pour le module Language.\\\",\\\"The domain names to use for these languages. Modifying this value may break existing URLs. Use with caution in a production environment. Example: Specifying \\\\\\\"de.example.com\\\\\\\" as language domain for German will result in a URL like \\\\\\\"http://de.example.com/contact\\\\\\\".\\\":\\\"Les noms de domaine à utiliser pour ces langues. Modifier cette valeur peut casser des URLs existantes. À utiliser avec précaution dans un environnement de production. Exemple : préciser \\\\\\\"de.example.com\\\\\\\" en tant que domaine de langue pour l'allemand entraînera une URL comme \\\\\\\"http://de.example.com/contact\\\\\\\".\\\",\\\"URL query key value pairs\\\":\\\"Paires de valeur / clé de la requête URL\\\",\\\"URL fragment\\\":\\\"Fragment d'URL\\\",\\\"Is this URL absolute\\\":\\\"Cette URL est-elle absolue\\\",\\\"If the URL should use a secure protocol\\\":\\\"Si l'URL doit utiliser un protocole sécurisé\\\",\\\"Operation stopped by request\\\":\\\"Opération arrêtée par la demande\\\",\\\"Operation on @migration failed\\\":\\\"L'opération sur @migration a échoué\\\",\\\"Operation on @migration skipped due to unfulfilled dependencies\\\":\\\"Traitement sur @migration ignorée en raison de dépendances non satisfaites\\\",\\\"Currently upgrading @migration (@current of @max total tasks)\\\":\\\"En train de mettre àjour @migration (@current sur un total de @max tâches)\\\",\\\"Upgrade process not completed\\\":\\\"Processus de mise à jour non terminé\\\",\\\"Congratulations, you upgraded Drupal!\\\":\\\"Félicitations, vous avez mis à jour Drupal !\\\",\\\"Review the detailed upgrade log\\\":\\\"Examiner le détail du journal de mise à jour\\\",\\\"Source ID @source_id: @message\\\":\\\"Identifiant (ID) de la source @source_id: @message\\\",\\\"Completed 1 upgrade task successfully\\\\u0003Completed @count upgrade tasks successfully\\\":\\\"1 tâche de mise à jour terminée avec succès\\\\u0003@count tâches de mise à jour terminées avec succès\\\",\\\"1 upgrade failed\\\\u0003@count upgrades failed\\\":\\\"1 mise à jour en erreur\\\\u0003@count mises à jour en erreur\\\",\\\"Put this site into maintenance mode.\\\":\\\"Mettre ce site en mode maintenance.\\\",\\\"Source database\\\":\\\"Base de données source\\\",\\\"Provide credentials for the database of the Drupal site you want to upgrade.\\\":\\\"Fournir les identifiant et mot de passe de la base de données du site Drupal que vous souhaitez mettre à jour.\\\",\\\"Source files\\\":\\\"Fichiers source\\\",\\\"Review upgrade\\\":\\\"Vérifier la mise à jour\\\",\\\"Perform upgrade\\\":\\\"Effectuer la mise à jour\\\",\\\"Running upgrade\\\":\\\"Mise à jour en cours\\\",\\\"Control which roles can \\\\\\\"View the administration theme\\\\\\\" on the Permissions page.\\\":\\\"Contrôler les rôles qui peuvent \\\\\\\"Voir le thème d'administration\\\\\\\" sur la Page des droits.\\\",\\\"Create and manage fields, forms, and display settings for your content.\\\":\\\"Créer et gérer les champs, les formulaires et les paramètres d'affichage de votre contenu.\\\",\\\"The language code of the URL alias.\\\":\\\"Le code de langue de l'alias d'URL.\\\",\\\"The testing framework requires the PHP open_basedir restriction to be disabled. Check your webserver configuration or contact your web host.\\\":\\\"Le framework de test nécessite de désactiver la restriction PHP open_basedir. Vérifiez la configuration de votre serveur web ou contactez votre hébergeur.\\\",\\\"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 online documentation for the Syslog module, as well as PHP's documentation pages for the openlog and syslog functions.\\\":\\\"Le module Syslog journalise les évènements en envoyant des messages à la fonction de journalisation du système d'exploitation de votre serveur web. Syslog est un outil de journalisation administrative du système d'exploitation qui fournit des informations précieuses pour la gestion du système et l'audit de sécurité. Plutôt adapté aux moyens et grands sites, Syslog fournit des outils de filtrage qui permettent aux messages d'être routés par type et sévérité. Pour plus d'informations, consulter la documentation en ligne du module Syslog, ou la documentation PHP pour les fonctions openlog et syslog.\\\",\\\"Experimental modules found: %module_list. Experimental modules are provided for testing purposes only. Use at your own risk.\\\":\\\"Modules expérimentaux trouvés : %module_list. Les modules expérimentaux ne sont fournis qu'à des fins de test. À utiliser à vos risques et périls.\\\",\\\"PHP OPcode caching can improve your site's performance considerably. It is highly recommended to have OPcache installed on your server.\\\":\\\"La mise en cache PHP OPcode peut améliorer considérablement la performance de votre site. Il est hautement recommandé qu'OPcache soit installé sur votre serveur.\\\",\\\"Protection disabled\\\":\\\"Protection désactivée\\\",\\\"Experimental modules\\\":\\\"Modules expérimentaux\\\",\\\"Are you sure you wish to enable experimental modules?\\\":\\\"Êtes-vous sûr(e) de vouloir activer les modules expérimentaux ?\\\",\\\"Experimental modules are provided for testing purposes only. Use at your own risk.\\\":\\\"Les modules expérimentaux sont fournis à des fins de test uniquement. À utiliser à vos risques et périls.\\\",\\\"The following modules are experimental: @modules\\\":\\\"Les modules suivants sont expérimentaux : @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 the PHP manual.\\\":\\\"La bibliothèque GD pour PHP est activée, mais a été compilée sans support pour les fonctions utilisées par les effets pivoter et désaturer. Elle a probablement été compilée en utilisant la bibliothèque GD officielle depuis http://www.libgd.org plutôt que la bibliothèque GD empaquetée avec PHP. Vous devriez recompiler PHP --with-gd en utlisant la bibliothèque GD empaquetée. Consultez le manuel PHP.\\\",\\\"The vocabulary name.\\\":\\\"Le nom du vocabulaire.\\\",\\\"Name (autocomplete)\\\":\\\"Nom (autocomplétion)\\\",\\\"The user or author name. Uses an autocomplete widget to find a user name, the actual filter uses the resulting user ID.\\\":\\\"Le nom d'utilisateur ou de l'auteur. Utilise un widget d'auto-complétion pour trouver un nom d'utilisateur, le filtre réel utilise l'ID utilisateur résultant.\\\",\\\"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.\\\":\\\"Lors de l'affichage des chemins d'URL, comment transformer la casse de la valeur du filtre. Ne pas utiliser à moins d'avoir Postgres qui utilise des comparaisons sensibles à la casse.\\\",\\\"Specify which display or custom URL this display will link to.\\\":\\\"Spécifier à quel affichage ou URL personnalisée cet affichage sera lié.\\\",\\\"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.\\\":\\\"Cela ajoutera un lien \\\\\\\"plus\\\\\\\" en bas de cette vue, celui-ci pointera vers la page. Si vous avez plus d'une page, le lien pointera vers l'affichage défini dans la section \\\\\\\"Affichage du lien\\\\\\\" sous la pagination. Vous pouvez surcharger l'URL dans la configuration du lien.\\\",\\\"When printing URL paths, how to transform the case of the filter value.\\\":\\\"A l'affichage des chemins d'url, comment changer la casse de la valeur du filtre.\\\",\\\"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.\\\":\\\"Ceci apparaîtra dans l'URL après le ? pour identifier ce filtre. Ne peut pas être vide. Seuls les lettres, les chiffres, le point (\\\\\\\".\\\\\\\"), le tiret (\\\\\\\"-\\\\\\\"), le tiret bas (\\\\\\\"_\\\\\\\") et le tilde (\\\\\\\"~\\\\\\\") sont autorisés.\\\",\\\"This identifier has illegal characters.\\\":\\\"Cet identifiant a des caractères interdits.\\\",\\\"The field that is going to be used as the OPML URL attribute for each row.\\\":\\\"Le champ qui va être utilisé en tant qu'attribut texte OPML pour chaque ligne.\\\",\\\"workspace\\\":\\\"espace de travail\\\",\\\"Activate Workspace\\\":\\\"Activer l'Espace de Travail\\\",\\\"Would you like to activate the %workspace workspace?\\\":\\\"Voudriez vous activer l'espace de travail %workspace ?\\\",\\\"The workspace name.\\\":\\\"Le nom de l'espace de travail.\\\",\\\"The workspace owner.\\\":\\\"Propriétaire de l'espace de travail.\\\",\\\"The time that the workspace was last edited.\\\":\\\"L'heure à laquelle l'espace de travail a été modifié pour la dernière fois.\\\",\\\"The user ID of the user on which the log entry was written.\\\":\\\"L'identifiant (ID) utilisateur de l'utilisateur pour qui l'entrée du journal est écrite.\\\",\\\"Bundle assigned to the auto-created entities.\\\":\\\"Paquet assigné aux entités auto-générées.\\\",\\\"Add a new @entity_type.\\\":\\\"Ajouter un nouveau @entity_type.\\\",\\\"There is no @entity_type yet. @add_link\\\":\\\"Il n'y a pas encore de @entity_type. @add_link\\\",\\\"Store new items in\\\":\\\"Stocker les nouveaux éléments dans\\\",\\\"Users with the Administer blocks permission can create and edit custom block types with fields and display settings, from the Block types page in the Custom block library. For more information about managing fields and display settings, see the Field UI module help.\\\":\\\"Les utilisateurs avec le droit Administrer les blocs peuvent créer et modifier les types de bloc personnalisés avec les paramètres de champs et d'affichage depuis la page Types de bloc dans la bibliothèque des blocs personnalisés. Pour plus d'informations à propos de la gestion des champs et de l'affichage, consulter l'aide du module Field UI.\\\",\\\"Users with the Administer blocks permission can create, edit, and delete custom blocks of each defined custom block type, from the Blocks page in the Custom block library. After creating a block, place it in a region from the Block layout page; see the Block module help for more information about placing blocks.\\\":\\\"Les utilisateurs avec le droit Administrer les blocs peuvent créer, modifier et supprimer les blocs personnalisés de chaque type de bloc défini, depuis la page Blocs de la bibliothèque des blocs personnalisés. Après la création du bloc, le placer dans une région sur la page Mise en page des blocs ; consulter l'aide du module Block pour plus d'informations sur le positionnement des blocs.\\\",\\\"Blocks in the block library belong to Custom block types, each with its own fields and display settings. After creating a block, place it in a region from the Block layout page.\\\":\\\"Les blocs de la bibliothèque des blocs font partie des Types de blocs personnalisés, chacun ayant ses propres champs et paramètres d'affichage. Après avoir créé un bloc, placez le dans une région depuis la page de Mise en page des blocs.\\\",\\\"Each block type has its own fields and display settings. Create blocks of each type on the Blocks page in the custom block library.\\\":\\\"Chaque type de bloc possède ses propres champs et paramètres d'affichage. Créer des blocs de chaque type sur la page des Blocs de la bibliothèque des blocs personnalisés.\\\",\\\"Describe this comment type. The text will be displayed on the Comment types administration overview page.\\\":\\\"Décrire ce type de commentaire. Le texte sera affiché sur la page de vue d'ensemble d'administration des Types de commentaire.\\\",\\\"For more information, refer to the help listed on this page or to the online documentation and support pages at drupal.org.\\\":\\\"Pour plus d'informations, se référer à l'aide listée sur cette page ou sur la documentation en ligne et les pages d'assistance technique sur drupal.org.\\\",\\\"There is currently nothing in this section.\\\":\\\"Il n'y a rien dans cette section pour le moment.\\\",\\\"Module overviews\\\":\\\"Vues d'ensemble de modules\\\",\\\"Module overviews are provided by modules. Overviews available for your installed modules:\\\":\\\"Les vues d'ensemble sont fournies par des modules. Il y a des vues disponibles pour vos modules installés :\\\",\\\"A serialized array of options to set on the URL, such as a query string or HTML attributes.\\\":\\\"Un tableau sérialisé d'options à appliquer sur l'URL tel qu'un paramètre d'URL ou des attributs HTML.\\\",\\\"Source database does not contain a recognizable Drupal version.\\\":\\\"La base des données source ne contient pas de version de Drupal reconnaissable.\\\",\\\"The System module provides pages for managing basic site configuration, including Date and time formats and Basic site settings (site name, email address to send mail from, home page, and error pages). Additional configuration pages are listed on the main Configuration page.\\\":\\\"Le module System fournit des pages pour gérer la configuration de base du site, incluant Formats de date et d'heure et Paramètres de base du site (nom du site, adresse de courriel, page d'accueil et pages d'erreur). Des pages de configuration supplémentaires sont listées sur la Page de configuration.\\\",\\\"Basic site settings\\\":\\\"Paramètres de base du site\\\",\\\"Select and configure themes.\\\":\\\"Sélectionner et configurer les thèmes.\\\",\\\"Configure the location of uploaded files and how they are accessed.\\\":\\\"Configurer l'emplacement des fichiers transférés et comment y accéder.\\\",\\\"Configure the site description, the number of items per feed, and whether feeds should be titles/teasers/full-text.\\\":\\\"Configurer la description du site, le nombre d'éléments par flux et si les flux devraient être des titres / accroches / textes complets.\\\",\\\"Configure and use development tools.\\\":\\\"Configurer et utilser les outils de développement.\\\",\\\"Take the site offline for updates and other maintenance tasks.\\\":\\\"Passer le site hors-ligne pour les mises à jour et autres opérations de maintenance.\\\",\\\"Configure caching and bandwidth optimization.\\\":\\\"Configurer la mise en cache et l'optimisation de la bande passante.\\\",\\\"Configure the display of error messages and database logging.\\\":\\\"Configurer l'affichage des messages d'erreurs et de la journalisation de la base de données.\\\",\\\"Configure regional settings, localization, and translation.\\\":\\\"Configurer les paramètres régionaux, la localisation et la traduction.\\\",\\\"Configure the locale and timezone settings.\\\":\\\"Configurer les paramètres régionaux et fuseaux horaires.\\\",\\\"Configure site search, metadata, and search engine optimization.\\\":\\\"Configurer la recherche sur le site, les métadonnées et l'optimisation pour les moteurs de recherche.\\\",\\\"Configure basic site settings, actions, and cron.\\\":\\\"Configurer les paramètres de base du site, les actions, la tâche planifiée (cron).\\\",\\\"Configure the administrative user interface.\\\":\\\"Configurer l'interface utilisateur administrative.\\\",\\\"Manage the content workflow.\\\":\\\"Gérer le flux de travail du contenu.\\\",\\\"Configure content formatting and authoring.\\\":\\\"Configurer le formatage et les informations de rédaction du contenu.\\\",\\\"Get a status report about your site's operation.\\\":\\\"Obtenir un rapport de l'état de votre site.\\\",\\\"Tours\\\":\\\"Visites guidées\\\",\\\"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:\\\":\\\"Les visites vous guident à travers les processus ou expliquent les concepts des différentes pages de l'interface utilisateur. Les visites avec des liens dans cette liste sont sur les pages d'atterrissage de l'interface utilisateur ; les visites sans liens apparaîtront sur les pages individuelles (comme lors de l'édition d'une vue en utilisant le module Views UI). Visites disponibles:\\\",\\\"@label (Original translation) - The following translations will be deleted:\\\":\\\"@label (Traduction originelle) - Les traductions suivantes seront supprimées:\\\",\\\"Delete @entity_type\\\":\\\"Supprimer @entity_type\\\",\\\"View the latest version\\\":\\\"Voir la dernière version\\\",\\\"Changed year + month\\\":\\\"Année + mois de modification\\\",\\\"Changed year\\\":\\\"Année de modification\\\",\\\"Changed month\\\":\\\"Mois de modification\\\",\\\"Changed day\\\":\\\"Jour de modification\\\",\\\"Changed week\\\":\\\"Semaine de modification\\\",\\\"content item\\\":\\\"élément de contenu\\\",\\\"content items\\\":\\\"éléments de contenu\\\",\\\"Create a new workspace\\\":\\\"Créer un nouvel espace de travail\\\",\\\"View own workspace\\\":\\\"Voir son propre espace de travail\\\",\\\"View any workspace\\\":\\\"Voir n'importe quel espace de travail\\\",\\\"Edit own workspace\\\":\\\"Modifier ses propres espaces de travail\\\",\\\"Edit any workspace\\\":\\\"Modifier n'importe quel espace de travail\\\",\\\"Delete own workspace\\\":\\\"Supprimer son propre espace de travail\\\",\\\"Delete any workspace\\\":\\\"Supprimer n'importe quel espace de travail\\\",\\\"Is Latest Revision\\\":\\\"Est la dernière révision\\\",\\\"Restrict the view to only revisions that are the latest revision of their entity.\\\":\\\"Limiter la vue uniquement aux dernières révisions de leur entité.\\\",\\\"Sends pages using the BigPipe technique that allows browsers to show them much faster.\\\":\\\"Rend les pages en utilisant la technique BigPipe qui permet aux navigateurs de les afficher plus rapidement.\\\",\\\"The Migrate Drupal UI module has been enabled. Proceed to the upgrade form.\\\":\\\"Le module Migrate Drupal UI a été activé. Aller au formulaire de mise à jour.\\\",\\\"Migrate Drupal UI\\\":\\\"Migrate Drupal UI\\\",\\\"Provides a user interface for migrating from older Drupal versions.\\\":\\\"Fournit une interface utilisateur pour la migration à partir d'anciennes versions de Drupal.\\\",\\\"Queue thumbnail downloads\\\":\\\"Mettre en file d'attente les téléchargements de vignette\\\",\\\"Deleted @count media translations.\\\":\\\"@count traductions de média supprimées.\\\",\\\"Save media\\\":\\\"Enregistrement de média\\\",\\\"Thumbnail downloader\\\":\\\"Téléchargeur de vignette\\\",\\\"Parent path\\\":\\\"Chemin parent\\\",\\\"Selected combination of day and month is not valid.\\\":\\\"La combinaison de jour et mois sélectionné n'est pas valide.\\\",\\\"Recursive rendering detected when rendering entity %entity_type: %entity_id, using the %field_name field on the %bundle_name bundle. Aborting rendering.\\\":\\\"Rendu récursif détecté lors du rendu de l'entité %entity_type: %entity_id, en utilisant le champ %field_name sur le paquet %bundle_name. Abandon du rendu.\\\",\\\"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 log out and try using the link again.\\\":\\\"Un autre utilisateur (%other_user) est déjà connecté sur ce site depuis cet ordinateur, mais vous avez essayé d'utiliser un lien unique pour l'utilisateur %resetting_user. Déconnectez vous et utilisez ce lien à nouveau.\\\",\\\"The import failed with the following message: %message\\\":\\\"L'import a échoué avec le message suivant : %message\\\",\\\"Size: %width x %height pixels\\\":\\\"Taille : %width x %height pixels\\\",\\\"Numeric values from the statistics module\\\":\\\"Valeurs numériques du module Statistics\\\",\\\"The most recent time the node has been viewed\\\":\\\"L'heure la plus récente à laquelle le nœud a été vu\\\",\\\"Publish media\\\":\\\"Publication de média\\\",\\\"Unpublish media\\\":\\\"Dépublication de média\\\",\\\"The specified file %file could not be moved/copied because no file by that name exists. Please check that you supplied the correct filename.\\\":\\\"Le fichier spécifié %file ne peut pas être déplacé/copié car aucun fichier de ce nom existe. Veuillez vérifier que vous avez fourni le nom de fichier correct.\\\",\\\"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.\\\":\\\"Le fichier spécifié %file n'a pas pu être déplacé/copié car le répertoire de destination n'est pas correctement configuré. Cela peut être dû à un problème de permissions du fichier ou du répertoire. Plus d'informations sont disponibles dans le journal du système.\\\",\\\"The file %file could not be moved/copied because a file by that name already exists in the destination directory.\\\":\\\"Le fichier %file n'a pas pu être déplacé/copié car un fichier du même nom existe déjà dans le répertoire de destination.\\\",\\\"The specified file %file was not moved/copied because it would overwrite itself.\\\":\\\"Le fichier spécifié %file n'a pas été déplacé/copié car il s'écraserait lui-même.\\\",\\\"File %file (%realpath) could not be moved/copied because it does not exist.\\\":\\\"Le fichier %file (%realpath) n'a pas pu pas être déplacé/copié car il n'existe pas.\\\",\\\"File %file could not be moved/copied because it does not exist.\\\":\\\"Le fichier %file n'a pas pu être déplacé/copié car il n'existe pas.\\\",\\\"File %file could not be moved/copied because the destination directory %destination is not configured correctly.\\\":\\\"Le fichier %file n'a pas pu être déplacé/copié car le répertoire de destination %destination n'est pas configuré correctement.\\\",\\\"File %file could not be moved/copied because a file by that name already exists in the destination directory (%destination)\\\":\\\"Le fichier %file n'a pas pu être déplacé/copié car un fichier du même nom existe déjà dans le répertoire de destination (%destination)\\\",\\\"File %file could not be moved/copied because it would overwrite itself.\\\":\\\"Le fichier %file n'a pas pu être déplacé/copié car il s'écraserait.\\\",\\\"The specified file %file could not be moved to %destination.\\\":\\\"Le fichier spécifié %file n'a pas pu être déplacé vers %destination.\\\",\\\"Determines if a password needs hashing\\\":\\\"Détermine si le mot de passe nécessite un hachage.\\\",\\\"There is @count entity with @delta or more values in this field.\\\\u0003There are @count entities with @delta or more values in this field.\\\":\\\"Il y a @count entité avec au moins @delta valeurs dans ce champ.\\\\u0003Il y a @count entités avec au moins @delta valeurs dans ce champ.\\\",\\\"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.\\\":\\\"Le répertoire de transfert %directory pour le champ fichier %name ne peut pas être créé ou n'est pas accessible. Le fichier fraîchement transféré ne peut donc pas être enregistré dans ce répertoire et le transfert a été annulé.\\\",\\\"Multilingual support.\\\":\\\"Prise en charge multilingue.\\\",\\\"Lock language.\\\":\\\"Verrouiller la langue.\\\",\\\"%type: @message in %function (line %line of %file) @backtrace_string.\\\":\\\"%type : @message dans %function (%file ligne %line) @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 online handbook.\\\":\\\"Le répertoire %directory n’a pas pu être créé. Pour poursuivre l’installation, veuillez créer le dossier ou vous assurer que l’installateur a le droit de le créer automatiquement. Pour plus d’informations, consulter le manuel en ligne.\\\",\\\"Starting execution of @module_cron().\\\":\\\"Début de l'exécution de @module_cron().\\\",\\\"Starting execution of @module_cron(), execution of @module_previous_cron() took @time.\\\":\\\"Début de l'exécution de @module_cron(), l'exécution de @module_previous_cron() a duré @time.\\\",\\\"Execution of @module_previous_cron() took @time.\\\":\\\"L’exécution de @module_previous_cron() a pris @time.\\\",\\\"There is content for the entity type: @entity_type. Remove @entity_type_plural.\\\":\\\"Il y a du contenu pour le type d'entité : @entity_type. Retirer @entity_type_plural.\\\",\\\"Exit Place block mode.\\\":\\\"Quitter le mode Positionnement de blocs.\\\",\\\"Show regions to Place blocks.\\\":\\\"Afficher les régions où placer les blocs.\\\",\\\"Place Blocks\\\":\\\"Placer des blocs\\\",\\\"Allow administrators to place blocks from any Drupal page\\\":\\\"Permettre aux administrateurs de placer des blocs depuis n'importe quelle page Drupal\\\",\\\"Page with blocks and place block buttons\\\":\\\"Une page avec des blocs et des boutons placer le bloc\\\",\\\"The book page node.\\\":\\\"Le nœud de la page du livre.\\\",\\\"Book Parent\\\":\\\"Parent du livre\\\",\\\"Page has Children\\\":\\\"Page ayant des enfants\\\",\\\"Flag indicating whether this book page has children\\\":\\\"Marqueur indiquant si cette page de livre a des enfants\\\",\\\"Has Children\\\":\\\"Ayant un enfant\\\",\\\"1st parent\\\":\\\"1er parent\\\",\\\"2nd parent\\\":\\\"2nd parent\\\",\\\"3rd parent\\\":\\\"3ème parent\\\",\\\"4th parent\\\":\\\"4ème parent\\\",\\\"5th parent\\\":\\\"5ème parent\\\",\\\"6th parent\\\":\\\"6ème parent\\\",\\\"7th parent\\\":\\\"7ème parent\\\",\\\"8th parent\\\":\\\"8ème parent\\\",\\\"9th parent\\\":\\\"9ème parent\\\",\\\"The @parent of book node.\\\":\\\"Le @parent du nœud livre.\\\",\\\"Book @parent\\\":\\\"Livre @parent\\\",\\\"Add content and child pages to books and manage their hierarchies.\\\":\\\"Ajouter du contenu et des pages enfants aux livres et gérer leurs hiérarchies.\\\",\\\"Top Level Book from current node\\\":\\\"Livre racine du nœud actuel\\\",\\\"Each style must have a unique label.\\\":\\\"Chaque style doit avoir un libellé unique.\\\",\\\"View display '@id': Comment field formatter '@name' was disabled because it is using the comment view display '@display' (@mode) that was just disabled.\\\":\\\"Affichage de la view '@id' : Le formateur du champ commentaire '@name' a été désactivé parce qu'il utilise l'affichage de vue du commentaire '@display' (@mode) qui vient d'être désactivé.\\\",\\\"No entity view display updated.\\\":\\\"Aucun affichage de vue d'entité n'a été mis à jour.\\\",\\\"1 entity display updated: @displays.\\\\u0003@count entity displays updated: @displays.\\\":\\\"@count affichage d'entité mis à jour : @displays.\\\\u0003@count affichages d'entité mis à jour : @displays.\\\",\\\"The comment entity view mode to be used in this formatter\\\":\\\"Le mode d'affichage de l'entité commentaire à utiliser dans ce formateur\\\",\\\"Comments view mode\\\":\\\"Mode d'affichage des commentaires\\\",\\\"Select the view mode used to show the list of comments.\\\":\\\"Sélectionner le mode d'affichage utilisé pour afficher la liste des commentaires.\\\",\\\"Comment view mode: @mode\\\":\\\"Mode d'affichage de commentaire : @mode\\\",\\\"Configuration directory: %type\\\":\\\"Configuration du répertoire : %type\\\",\\\"@name: @langcode\\\":\\\"@name : @langcode\\\",\\\"The configuration objects have different language codes so they cannot be translated:\\\":\\\"Les objets de configuration ont un code de langue différent, ils ne peuvent donc pas être traduits :\\\",\\\"Message displayed to user on submission\\\":\\\"Message affiché à l'utilisateur lors de la soumission\\\",\\\"Redirect path on submission\\\":\\\"Chemin de redirection lors de la soumission\\\",\\\"The message to display to the user after submission of this form. Leave blank for no message.\\\":\\\"Le message à afficher à l'utilisateur après soumission de ce formulaire. Laisser vide pour n'afficher aucun 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.\\\":\\\"Chemin vers lequel rediriger l'utilisateur après la soumission de ce formulaire. Par exemple, saisir \\\\\\\"/a-propos\\\\\\\" pour être redirigé sur cette page. Utiliser un chemin relatif commençant par un slash (/).\\\",\\\"The path should start with /.\\\":\\\"Le chemin doit commencer par /.\\\",\\\"Use custom display settings for the following @display_context modes\\\":\\\"Utiliser des paramètres d'affichage personnalisés pour les modes @display_context suivants.\\\",\\\"Manage form modes\\\":\\\"Gérer les modes de saisie\\\",\\\"Storing files\\\":\\\"Stockage des fichiers\\\",\\\"Let scale make images larger than their original size.\\\":\\\"Permettre à la mise à l'échelle de rendre les images plus grandes que leur taille d'origine.\\\",\\\"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).\\\":\\\"Pour importer des fichiers depuis votre site Drupal actuel, saisir un répertoire de fichiers local contenant votre site (par ex. /var/www/docroot), ou l'adresse de votre site (par exemple http://exemple.com).\\\",\\\"Use administration theme when editing or creating content\\\":\\\"Utiliser le thème d'administration lors de l'édition ou de la création de contenu\\\",\\\"Set as current revision\\\":\\\"Définir comme révision actuelle\\\",\\\"Specify an alternative path by which this data can be accessed. For example, type \\\\\\\"/about\\\\\\\" when writing an about page.\\\":\\\"Spécifier un autre chemin pour accéder à ces données. Par exemple, saisir \\\\\\\"/a-propos\\\\\\\" pour une page à propos de votre site.\\\",\\\"Administer REST resource configuration\\\":\\\"Administrer la configuration des ressources REST\\\",\\\"Whether the pre Drupal 8.2.x behavior of having permissions for EntityResource is enabled or not.\\\":\\\"Si le comportement antérieur à Drupal 8.2.x consistant à avoir des droits pour EntityResource est activé ou non.\\\",\\\"Supported methods\\\":\\\"Méthodes prises en charge\\\",\\\"Supported authentication providers\\\":\\\"Fournisseurs d'authentification pris en charge\\\",\\\"REST resource config\\\":\\\"Configuration d'une ressource REST\\\",\\\"REST resource config ID\\\":\\\"Identifiant (ID) de configuration de la ressource REST\\\",\\\"REST resource plugin id\\\":\\\"Identifiant (ID) du plugin de la ressource REST\\\",\\\"REST resource configuration granularity\\\":\\\"Granularité de la configuration de la ressource REST\\\",\\\"REST resource configuration\\\":\\\"Configuration de la ressource REST\\\",\\\"Authentication Provider\\\":\\\"Fournisseur d'authentification\\\",\\\"No authentication is set\\\":\\\"Aucune authentification n'est définie\\\",\\\"The supported authentication methods for this view\\\":\\\"Les méthodes d'authentification prises en charge pour cette vue\\\",\\\"Control default display settings for your site, across all themes. Use theme-specific settings to override these defaults.\\\":\\\"Contrôlez les paramètres d'affichage par défaut de votre site, sur l'ensemble des thèmes. Utilisez des paramètres spécifiques à un thème pour supplanter ces réglages par défaut.\\\",\\\"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.\\\":\\\"Votre fichier %file doit définir la variable $config_directories en tant que tableau contenant le nom des répertoires dans lesquels les fichiers de configuration peuvent être trouvés. Il doit contenir une clef %sync_key.\\\",\\\"administration theme\\\":\\\"thème d'administration\\\",\\\"Are you sure you want to delete all @entity_type_plural?\\\":\\\"Êtes-vous sûr(e) de vouloir supprimer tou(te)s les @entity_type_plural ?\\\",\\\"This action cannot be undone.
Make a backup of your database if you want to be able to restore these items.\\\":\\\"Cette action est irréversible.
Faîtes une sauvegarde de votre base de données si vous voulez pouvoir restaurer ces éléments.\\\",\\\"Delete all @entity_type_plural\\\":\\\"Supprimer tou(te)s les @entity_type_plural\\\",\\\"There are 0 @entity_type_plural to delete.\\\":\\\"Il y a 0 @entity_type_plural à supprimer.\\\",\\\"Deleting @entity_type_plural\\\":\\\"Suppression des @entity_type_plural\\\",\\\"Deleting items... Completed @percentage% (@current of @total).\\\":\\\"Suppression des éléments... @percentage% effectués (@current sur @total).\\\",\\\"All @entity_type_plural have been deleted.\\\":\\\"Tou(te)s les @entity_type_plural ont été supprimé(e)s.\\\",\\\"And @count more @entity_type_singular.\\\\u0003And @count more @entity_type_plural.\\\":\\\"Et @count @entity_type_singular de plus.\\\\u0003Et @count @entity_type_plural de plus.\\\",\\\"This will delete @count @entity_type_singular.\\\\u0003This will delete @count @entity_type_plural.\\\":\\\"Ceci supprimera @count @entity_type_singular.\\\\u0003Ceci supprimera @count @entity_type_plural.\\\",\\\"Page element display\\\":\\\"Affichage de l'élément de page\\\",\\\"Use the logo supplied by the theme\\\":\\\"Utiliser le logo fourni par le thème\\\",\\\"Your shortcut icon, or favicon, is displayed in the address bar and bookmarks of most browsers.\\\":\\\"Votre icône de raccourci, ou favicon, est affichée dans la barre d'adresse et les marques-page de la plupart des navigateurs.\\\",\\\"Use the favicon supplied by the theme\\\":\\\"Utiliser la favicon fournie par le thème\\\",\\\"Upload favicon image\\\":\\\"Transférer l'image de favicon\\\",\\\"Access tours\\\":\\\"Accéder aux visites guidées\\\",\\\"Recommendations to make your password stronger:\\\":\\\"Recommandations pour rendre votre mot de passe plus sécurisé :\\\",\\\"Unrecognized username or password. Forgot your password?\\\":\\\"Nom d'utilisateur ou mot de passe non reconnu. Avez-vous oublié votre mot de passe ?\\\",\\\"Combine multiple fields together and search by them.\\\":\\\"Combiner plusieurs champs pour y effectuer une recherche.\\\",\\\"Field %field set in %filter is not set in display %display.\\\":\\\"Le champ %field défini dans %filter n'est pas défini dans l'affichage %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 ne peut être utilisé que sur des affichages qui utilisent des champs. Changez le style ou le format de ligne de cet affichage pour un qui utilise des champs afin d'utiliser le filtre de champ combiné.\\\",\\\"A label is required for the specified operator.\\\":\\\"Une étiquette est requise pour l'opérateur spécifié.\\\",\\\"A label is required if the value for this item is defined.\\\":\\\"Une étiquette est requise si la valeur est définie pour cet élément.\\\",\\\"A value is required if the label for this item is defined.\\\":\\\"Une valeur est requise si l'étiquette de cet élément est définie.\\\",\\\"Leave empty to show all pages.\\\":\\\"Laisser vide pour afficher toutes les 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.\\\":\\\"Ajouter les classes de ligne par défaut comme @classes à la sortie. Vous pouvez utiliser ceci pour réduire rapidement le nombre de balises que la vue fournit par défaut, bien que cela risque de rendre plus difficile l'application des CSS.\\\",\\\"Views can be created from the Views list page by using the \\\\\\\"Add view\\\\\\\" action. Existing views can be managed from the Views list page by locating the view in the \\\\\\\"Enabled\\\\\\\" or \\\\\\\"Disabled\\\\\\\" list and selecting the desired operation action, for example \\\\\\\"Edit\\\\\\\".\\\":\\\"Des vues peuvent être créées à partir de la page de la liste des vues en utilisant l'action \\\\\\\"Ajouter une vue\\\\\\\". Les vues existantes peuvent être gérées depuis la page de la liste des vues en retrouvant la vue dans la liste \\\\\\\"Activé\\\\\\\" ou \\\\\\\"Désactivé\\\\\\\" et en sélectionnant l'action de l'opération désirée, par exemple \\\\\\\"Modifier\\\\\\\".\\\",\\\"responsive image styles\\\":\\\"responsive image styles\\\",\\\"The Place Blocks module allows you to place blocks from every page. For more information, see the online documentation for the Place Blocks module.\\\":\\\"Le module Place Blocks vous permet de positionner des blocs depuis chaque page. Pour plus d'information, consulter la documentation en ligne du module Place Blocks.\\\",\\\"Status listing and form for the entity's moderation state.\\\":\\\"Liste des états et formulaire de modération des états de l'entité\\\",\\\"@label moderation state\\\":\\\"État de modération @label\\\",\\\"The username of the entity creator.\\\":\\\"Le nom d'utilisateur du créateur de l'entité.\\\",\\\"The moderation state of the referenced content.\\\":\\\"L'état de modération du contenu référencé.\\\",\\\"Content entity type ID\\\":\\\"Identifiant (ID) du type d'entité de contenu\\\",\\\"The ID of the content entity type this moderation state is for.\\\":\\\"L'identifiant (ID) du type d'entité de contenu auquel cet état de modération s'applique.\\\",\\\"Content entity ID\\\":\\\"Identifiant (ID) de l'entité de contenu\\\",\\\"The ID of the content entity this moderation state is for.\\\":\\\"L'identifiant (ID) de l'entité de contenu pour lequel cet état de modération s'applique.\\\",\\\"Content entity revision ID\\\":\\\"Identifiant (ID) de la révision de l'entité de contenu\\\",\\\"The revision ID of the content entity this moderation state is for.\\\":\\\"L'identifiant (ID) de révision de l'entité de contenu auquel cet état de modération s'applique.\\\",\\\"Content moderation state\\\":\\\"État de modération du contenu\\\",\\\"content moderation state\\\":\\\"état de modération du contenu\\\",\\\"content moderation states\\\":\\\"états de modération du contenu\\\",\\\"Invalid state transition from %from to %to\\\":\\\"État de transition de %from à %to invalide\\\",\\\"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 online handbook.\\\":\\\"La tentative de création du répertoire %directory a échoué, probablement à cause de problèmes de permissions. Pour poursuivre l'installation, créez le répertoire et modifiez manuellement ses permissions ou assurez-vous que l'installeur possède bien les permissions pour le créer automatiquement. Pour plus d'information, consultez INSTALL.txt ou le le manuel en ligne.\\\",\\\"The Datetime Range module provides a Date field that stores start dates and times, as well as end dates and times. See the Field module help and the Field UI module help pages for general information on fields and how to create and manage them. For more information, see the online documentation for the Datetime Range module.\\\":\\\"Le module Datetime Range fournit un champ Date qui stocke les dates et heures de début et de fin. Consulter les pages d'aide des modules Field et Field UI pour l'information générale à propos des champs ainsi que pour leur création et gestion. Pour plus d'informations, consulter la documentation en ligne du module Datetime Range.\\\",\\\"Datetime Range\\\":\\\"Datetime Range\\\",\\\"Provides the ability to store end dates.\\\":\\\"Fournit la possibilité de stocker des dates de fin.\\\",\\\"Date range settings\\\":\\\"Paramètres de l'intervalle de dates\\\",\\\"Default start date type\\\":\\\"Type de date de début par défaut\\\",\\\"Default start date value\\\":\\\"Valeur de la date de début par défaut\\\",\\\"Default end date type\\\":\\\"Type de date de fin par défaut\\\",\\\"Default end date value\\\":\\\"Valeur de la date de fin par défaut\\\",\\\"Date range default display format settings\\\":\\\"Paramètres du format d'affichage par défaut des intervalles de dates\\\",\\\"Date range plain display format settings\\\":\\\"Paramètres d'affichage simplifié d'intervalle de date\\\",\\\"Date range custom display format settings\\\":\\\"Paramètres du format d'affichage personnalisé des intervalles de dates\\\",\\\"Date range select list display format settings\\\":\\\"Paramètres du format d'affichage de la liste de sélection des intervalles de dates.\\\",\\\"Date separator\\\":\\\"Séparateur de dates\\\",\\\"The string to separate the start and end dates\\\":\\\"La chaîne pour séparer les dates de début et de fin.\\\",\\\"Separator: %separator\\\":\\\"Séparateur: %separator\\\",\\\"Default start date\\\":\\\"Date de début par défaut\\\",\\\"Set a default value for the start date.\\\":\\\"Définir une valeur par défaut pour la date de début.\\\",\\\"Set a default value for the end date.\\\":\\\"Définir une valeur par défaut pour la date de fin.\\\",\\\"The relative start date value entered is invalid.\\\":\\\"La valeur de date de début relative saisie n'est pas valide.\\\",\\\"The relative end date value entered is invalid.\\\":\\\"La valeur de date de fin relative saisie n'est pas valide.\\\",\\\"Start date value\\\":\\\"Valeur de la date de début\\\",\\\"Computed start date\\\":\\\"Date de début calculée\\\",\\\"The computed start DateTime object.\\\":\\\"L'objet DateTime (date et heure) calculé de début).\\\",\\\"End date value\\\":\\\"Valeur de la date de fin\\\",\\\"Computed end date\\\":\\\"Date de fin calculée\\\",\\\"The computed end DateTime object.\\\":\\\"L'objet DateTime (date et heure) calculé de fin.\\\",\\\"Create and store date ranges.\\\":\\\"Créer et stocker des intervalles de dates.\\\",\\\"The @title end date cannot be before the start date\\\":\\\"La date de fin @title ne peut pas être située avant la date de début.\\\",\\\"Log data is corrupted and cannot be unserialized: @message\\\":\\\"Les données du journal sont corrompues et ne peuvent pas être dé-sérialisées : @message\\\",\\\"PHPUnit dependency\\\":\\\"Dépendance PHPUnit\\\",\\\"- Skip field -\\\":\\\"- Passer le champ -\\\",\\\"Filter @plugin_id could not be mapped to an existing filter plugin; defaulting to @fallback.\\\":\\\"Le filtre @plugin_id n'a pas pu être associé à un plugin de filtre existant ; repli sur @fallback.\\\",\\\"Administrators can add, edit, and delete feeds, and choose how often to check each feed for newly updated items on the Aggregator administration page.\\\":\\\"Les administrateurs peuvent créer, modifier et supprimer des flux ainsi que, pour chaque flux, choisir à quelle fréquence vérifier la présence de nouveaux éléments sur la Page d'administration de l'agrégateur.\\\",\\\"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 Aggregator settings page.\\\":\\\"Les administrateurs peuvent choisir le nombre d'éléments affichés sur les pages de listes, quelles balises HTML sont autorisées dans le contenu des éléments du flux et s'ils doivent être tronqués à un nombre maximum de caractère sur la page des paramètres de l'agrégateur .\\\",\\\"Administrators can choose whether to discard feed items that are older than a specified period of time on the Aggregator settings page. This requires a correctly configured cron maintenance task (see below).\\\":\\\"Les administrateurs peuvent choisir de rejeter les éléments du flux antérieurs à la période spécifiée sur la page des paramètres d'Aggregator. Cela requiert une configuration correcte de la tâche planifiée (cron) de maintenance (voir ci-dessous).\\\",\\\"Place block in the %region region\\\":\\\"Placer le bloc dans la région %region\\\",\\\"Settings Tray\\\":\\\"Settings Tray\\\",\\\"Save @block\\\":\\\"Enregistrer @block\\\",\\\"Configure Content Moderation permissions\\\":\\\"Configurer les droits relatifs à la modération du contenu\\\",\\\"Upgraded @migration (processed 1 item total)\\\\u0003Upgraded @migration (processed @count items total)\\\":\\\"@migration mise à jour (1 élément traité en tout)\\\\u0003@migration mises à jour (@count éléments traités en tout)\\\",\\\"Continuing with @migration (processed 1 item)\\\\u0003Continuing with @migration (processed @count items)\\\":\\\"Suite du traitement avec @migration (1 élément traité)\\\\u0003Suite du traitement avec @migration (@count éléments traités)\\\",\\\"IIS httpoxy protection\\\":\\\"Protection IIS httpoxy\\\",\\\"Your PHP runtime version is affected by the httpoxy vulnerability.\\\":\\\"Votre version de PHP est affectée par la vulnérabilité HTTPoxy.\\\",\\\"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 security advisory.\\\":\\\"Mettez à jour votre version de PHP ou décommentez la règle \\\\\\\"Erase HTTP_PROXY\\\\\\\" dans votre fichier web.config et ajoutez HTTP_PROXY à la liste des entêtes autorisés. Pour plus de détails, consultez l'avis de sécurité.\\\",\\\"Provides a way for modules or themes to register layouts.\\\":\\\"Fournit un moyen aux modules et thèmes de déclarer des mises en page.\\\",\\\"Block placement is specific to each theme on your site. This module allows you to place blocks in the context of your content pages.\\\":\\\"Le positionnement des blocs est spécifique à chaque thème de votre site. Ce module vous permet de positionner les blocs dans le contexte de vos pages de contenu.\\\",\\\"Error sending auto-reply, missing sender e-mail address in %contact_form\\\":\\\"Erreur lors de l'envoi de la réponse automatique, l'adresse électronique de l'expéditeur n'a pas été définie dans %contact_form\\\",\\\"random between -@degrees° and @degrees°\\\":\\\"au hasard entre -@degrees° et @degrees°\\\",\\\"The config object collection.\\\":\\\"La collection d'objets de configuration.\\\",\\\"The config object name.\\\":\\\"Le nom de l'objet de configuration.\\\",\\\"Serialized configuration object data.\\\":\\\"Données sérialisées de l'objet de configuration.\\\",\\\"Testing missing dependencies\\\":\\\"Test des dépendances manquantes\\\",\\\"Minimal profile for running a test when dependencies are listed but missing.\\\":\\\"Profil minimal pour le lancement d'un test quand les dépendances sont indiquées mais manquantes.\\\",\\\"

Now that you have an overview of the \\\\\\\"Add languages\\\\\\\" feature, you can continue by:

\\\":\\\"

Maintenant que vous avez une vue d'ensemble de la fonctionnalité \\\\\\\"Ajouter des langues\\\\\\\", vous pouvez continuer par :\\\\r\\\\n

\\\",\\\"

Now that you have an overview of the \\\\\\\"Edit language\\\\\\\" feature, you can continue by:

\\\":\\\"

Maintenant que vous avez une vue d'ensemble de la fonctionnalité \\\\\\\"Modifier une langue\\\\\\\", vous pouvez continuer par :

\\\",\\\"

Now that you have an overview of the \\\\\\\"Languages\\\\\\\" page, you can continue by:

\\\":\\\"

Maintenant que vous avez une vue d'ensemble de la page \\\\\\\"Langues\\\\\\\", vous pouvez continuer par :

\\\",\\\"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 Languages page, in order to use this page.\\\":\\\"Cette page vous permet de traduire l'interface utilisateur ou de modifier des traductions existantes. Si vous avez installé votre site initialement en anglais, vous devez d'abord ajouter une autre langue dans la page des Langues , afin d'utiliser cette 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 export them to a .po file and import them later.\\\":\\\"Les traductions que vous avez faites ici seront utilisées sur l'interface utilisateur de votre site. Si vous souhaitez les utiliser sur un autre site ou les modifier sur un éditeur de traduction externe, vous pouvez les exporter vers un fichier .po et les importer plus tard.\\\",\\\"Media thumbnail field display format settings\\\":\\\"Paramètres du format d'affichage du champ de vignette de média\\\",\\\"Media source\\\":\\\"Source du média\\\",\\\"The field ID.\\\":\\\"L'identifiant (ID) du champ.\\\",\\\"Last upgrade: @date\\\":\\\"Dernière mise à jour : @date\\\",\\\"Your server is capable of displaying file upload progress, but does not have the required libraries. It is recommended to install the PECL uploadprogress library.\\\":\\\"Votre serveur est en mesure d'afficher la progression du téléchargement de fichier, mais n'a pas les librairies requises. Il est recommandé d'installer la librairie PECL uploadprogress .\\\",\\\"Is front page\\\":\\\"Est la page d'accueil\\\",\\\"A boolean indicating the published state.\\\":\\\"Un booléen indiquant l'état de publication.\\\",\\\"Install profile mismatch\\\":\\\"Le profil d'installation ne correspond pas\\\",\\\"The selected profile %profile does not match the install_profile setting, which is %settings_profile. Cannot write updated setting to %settings_file.\\\":\\\"Le profil sélectionné %profile ne correspond pas au paramètre install_profile, qui est %settings_profile. Impossible d'écrire la nouvelle valeur du paramètre dans %settings_file.\\\",\\\"Recipient email address\\\":\\\"Adresse de courriel du destinataire\\\",\\\"You may also use tokens: [node:author:mail], [comment:author:mail], etc. Separate recipients with a comma.\\\":\\\"Vous pouvez aussi utiliser les jetons [node:author:mail], [comment:author:mail], etc.\\\\r\\\\nSéparer les destinataires avec une virgule.\\\",\\\"The Aggregator module requires the PHP cURL library. For more information, see the online information on installing the PHP cURL extension.\\\":\\\"Le module Aggregator nécessite la librairie PHP cURL. Pour plus d'informations, consulter la documentation en ligne sur l'installation de l'extension PHP cURL.\\\",\\\"@label (disabled)\\\":\\\"@label (désactivé)\\\",\\\"Are you sure you want to remove the @entity-type %label?\\\":\\\"Êtes-vous sûr(e) de vouloir retirer le @entity-type %label ?\\\",\\\"The @entity-type %label has been removed.\\\":\\\"Le @entity-type %label a été retiré.\\\",\\\"comment type\\\":\\\"type de commentaire\\\",\\\"comment types\\\":\\\"types de commentaire\\\",\\\"Preview sender message\\\":\\\"Pré-visualiser le message de l'expéditeur\\\",\\\"The workflow the moderation state is in.\\\":\\\"Le processus dont l'état de modération fait partie.\\\",\\\"@bundle @label were skipped as they are under moderation and may not be directly published.\\\":\\\"@bundle @label ont été ignorés car ils sont modérés et ne peuvent pas être directement publiés.\\\",\\\"@bundle @label were skipped as they are under moderation and may not be directly unpublished.\\\":\\\"@bundle @label ont été ignorés car ils sont modérés et ne peuvent pas être directement dépubliés.\\\",\\\"The Field Layout module allows you to arrange fields into regions on forms and displays of entities such as nodes and users.\\\":\\\"Le module Field Layout vous permet d'ordonnancer les champs dans des régions sur les formulaires et les affichages des entités comme les nœuds et les utilisateurs.\\\",\\\"For more information, see the online documentation for the Field Layout module.\\\":\\\"Pour plus d'informations, consulter la documentation en ligne du module Field Layout.\\\",\\\"Field Layout\\\":\\\"Mise en page du champ\\\",\\\"Adds layout capabilities to the Field UI.\\\":\\\"Ajoute des possibilités de mise en page à Field UI.\\\",\\\"Per-view-mode field layout settings\\\":\\\"Paramètres de mise en page du champ par mode d'affichage\\\",\\\"Image URL formatter settings\\\":\\\"Paramètres de l'outil de mise en forme de l'URL de l'image\\\",\\\"Drop file here or click to upload\\\":\\\"Glisser le fichier ici ou cliquer pour transférer\\\",\\\"Uploading @file…\\\":\\\"Transfert de @file...\\\",\\\"A server error has occurred.\\\":\\\"Une erreur de serveur s'est produite.\\\",\\\"The destination directory could not be created.\\\":\\\"Le répertoire de destination n'a pas pu être créé.\\\",\\\"The image failed validation.\\\":\\\"La validation de l'image a échoué.\\\",\\\"Layout Discovery allows modules or themes to register layouts, and for other modules to list the available layouts and render them.\\\":\\\"Layout Discovery permet à des modules et thèmes de déclarer des mises en page et à d'autres modules de lister les mises en page disponibles et de les utiliser.\\\",\\\"For more information, see the online documentation for the Layout Discovery module.\\\":\\\"Pour plus d'informations, consulter la documentation en ligne du module Layout Discovery.\\\",\\\"Layout Discovery cannot be installed because the Layout Plugin module is installed and incompatible.\\\":\\\"Layout Discovery ne peut pas être installé car le module Layout Plugin est installé et 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.\\\":\\\"Ceci doit être un chemin interne tel que %add-node. Vous pouvez aussi commencer à saisir le titre d'un élément de contenu pour le sélectionner. Saisir %front pour pointer vers la page d'accueil.\\\",\\\"Exited edit mode.\\\":\\\"Mode d'édition terminé.\\\",\\\"RDF mapping item\\\":\\\"Carte de correspondance RDF\\\",\\\"RDF mappings items\\\":\\\"Cartes de correspondance RDF\\\",\\\"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.\\\":\\\"Le style d'image de repli est typiquement l'image la plus petite attendue dans cet espace. Car le module responsive images utilise la bibliothèque Picturefill afin que les images adaptatives puissent fonctionner dans des navigateurs plus vieux, l'image de repli ne devrait apparaître sur un site que si une erreur se produit.\\\",\\\"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.\\\":\\\"Alors que vous avez l'option de fournir un seul style d'image par point de rupture, l'option tailles vous permet de fournir plus d'options aux navigateurs comme quel fichier image il peut afficher, même en utilisant plusieurs points de rupture pour la direction artistique. Les points de rupture sont définis dans les fichiers de configuration du thème.\\\",\\\"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 Sizes 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. Media conditions 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 image width 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.\\\":\\\"Une fois que l'option tailles est sélectionnée, vous pouvez laisser le navigateur connaître la taille de cette image par rapport à la mise en page, en utilisant le champ Tailles. Pour une hero image qui remplit toujours l'écran entier, vous pouvez simplement saisir 100vw, ce qui signifie 100% de la largeur de la fenêtre (viewport). Pour une image qui remplit 90% de l'écran pour les petites fenêtres (viewport), mais remplit uniquement 40% de l'écran lorsque la fenêtre (viewport) est plus grande que 40em (typiquement 640px), vous pouvez saisir \\\\\\\"(min-width: 40em) 40vw, 90vw\\\\\\\" dans le champ Tailles. Le dernier élément dans la liste d'éléments séparés par des virgules est la taille de fenêtre (viewport) la plus petite : les autres éléments dans la liste séparés par des virgules doivent avoir une condition de media associée avec une largeur d'image. Les conditions de media sont similaires à une requête de média (media query), souvent un min-width associé à une largeur de fenêtre (viewport) utilisant les unités em ou px : par ex. (min-width: 640px) ou (min-width: 40em). Cela est associé avec la largeur d'image à la taille de la fenêtre (viewport) en utilisant les unités px, em ou vw. L'unité vw est la largeur de la fenêtre (viewport) et est utilisée à la place d'un pourcentage car le pourcentage référence toujours la largeur de la fenêtre (viewport) complète.\\\",\\\"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 Access section since the Authentication System will fallback to the anonymous user if it fails to authenticate. For example: require Access: Role | Authenticated User.\\\":\\\"Voici les fournisseurs d'authentification pris en charge pour cette vue. Lorsque cette vue est demandée, le client sera forcé de s'authentifier avec un des fournisseurs sélectionnés. Assurez-vous de définir les prérequis appropriés dans la section Accès puisque le Système d'Authentification se repliera sur l'utilisateur anonyme si l'authentification échoue. Par exemple : requiert Accès : Rôle | Utilisateur Authentifié.\\\",\\\"Serialization settings\\\":\\\"Paramètres de Serialization\\\",\\\"The testing framework requires the PHP cURL library. For more information, see the online information on installing the PHP cURL extension.\\\":\\\"Le framework de test requiert la bibliothèque PHP cURL. Pour plus d'informations, consultez la documentation en ligne sur l'installation de l'extension PHP cURL.\\\",\\\"Random number generation\\\":\\\"Génération de nombre aléatoire\\\",\\\"Tried to generate 10 random bytes, generated @count\\\":\\\"Tentative de génération de 10 octets aléatoires, @count générés\\\",\\\"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 system requirements page for more information. %exception_message\\\":\\\"Drupal n'est pas capable de générer des nombres hautement aléatoires, ce qui signifie que certaines fonctionnalités de sécurité, comme les URLs de réinitialisation de mot de passe, ne sont pas aussi sûres qu'elles devraient l'être. Au lieu de ça, un générateur de repli, plus lent et moins sûr est disponible. La cause la plus probable est que des restrictions sur open_basedir sont actives et /dev/urandom n'est pas dans la liste blanche. Consultez la page des prérequis système pour plus d'informations. %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 system requirements page for more information. %exception_message\\\":\\\"Drupal n'est pas capable de générer des nombres hautement aléatoires, ce qui signifie que certaines fonctionnalités de sécurité comme les URLs de réinitialisation de mot de passe ne sont pas aussi sûres qu'elles devraient l'être. Au lieu de ça, un générateur de repli, plus lent et moins sûr est disponible. Consultez la page des prérequis système pour plus d'informations. %exception_message\\\",\\\"Less secure\\\":\\\"Moins sécurisé\\\",\\\"Detailed cron logging\\\":\\\"Journalisation détaillée du planificateur de tâche (cron)\\\",\\\"Visitors will only see the maintenance mode message. Only users with the \\\\\\\"@permission-label\\\\\\\" permission will be able to access the site. Authorized users can log in directly via the user login page.\\\":\\\"Les visiteurs verront uniquement le message de maintenance. Seuls les utilisateurs ayant le droit \\\\\\\"@permission-label\\\\\\\" peuvent accéder au site. Les utilisateurs autorisés peuvent se connecter directement via la page de connexion.\\\",\\\"Initial visibility level\\\":\\\"Niveau de visibilité initial\\\",\\\"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.\\\":\\\"Le menu est visible uniquement si l'élément de menu de la page actuelle est au même niveau ou en dessous. Utiliser le niveau 1 pour toujours afficher ce menu.\\\",\\\"Number of levels to display\\\":\\\"Nombre de niveaux à afficher\\\",\\\"This maximum number includes the initial level.\\\":\\\"Ce nombre maximum inclus le niveau initial.\\\",\\\"Text editors (like CKEditor) may override this setting.\\\":\\\"Les éditeurs de texte (comme CKEditor) peuvent supplanter ce paramètre.\\\",\\\"Base default argument\\\":\\\"Argument de base par défaut\\\",\\\"Filter by view name, machine name, description, or display path\\\":\\\"Filtrer par nom de vue, nom machine, description ou chemin affiché\\\",\\\"Enter a part of the view name, machine name, description, or display path to filter by.\\\":\\\"Pour filtrer, saisissez une partie du nom, du nom machine, de la description ou du chemin d'une vue.\\\",\\\"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 online documentation for the Workflows module.\\\":\\\"Le module Workflows fournit une interface graphique (UI) ainsi qu'une API pour créer des processus (de publication, de validation, etc.). Cela permet aux administrateurs de définir des processus, des états et des transitions entre ces états. Pour plus d'information, voir la documentation en ligne du module.\\\",\\\"Configure workflows.\\\":\\\"Configurer les processus.\\\",\\\"Create and edit workflows.\\\":\\\"Créer et modifier les processus.\\\",\\\"Edit state\\\":\\\"Modifier l'état\\\",\\\"Edit transition\\\":\\\"Modifier une transition\\\",\\\"From state IDs\\\":\\\"Depuis les identifiants (ID) des états\\\",\\\"From state ID\\\":\\\"Depuis l'identifiant (ID) de l'état\\\",\\\"To state ID\\\":\\\"Vers l'identifiant (ID) de l'état\\\",\\\"Created the %label Workflow. In order for the workflow to be enabled there needs to be at least one state.\\\":\\\"Processus %label créé. Afin d'activer ce processus vous devez définir au moins un état.\\\",\\\"Workflow %label deleted.\\\":\\\"Processus %label supprimé.\\\",\\\"There are no states yet.\\\":\\\"Il n'y a pas encore d'état.\\\",\\\"This workflow has no states and will be disabled until there is at least one, add a new state.\\\":\\\"Ce processus n'a pas d'état et sera désactivé tant qu'il n'en existera pas au moins, ajouter un état.\\\",\\\"Add a new state\\\":\\\"Ajouter un nouvel état\\\",\\\"There are no transitions yet.\\\":\\\"Il n'y a pas encore de transition.\\\",\\\"Add a new transition\\\":\\\"Ajouter une nouvelle transition\\\",\\\"Saved the %label Workflow.\\\":\\\"Processus %label enregistré.\\\",\\\"Created %label state.\\\":\\\"État %label créé\\\",\\\"Are you sure you want to delete %state from %workflow?\\\":\\\"Êtes-vous sûr de vouloir supprimer %state du %workflow ?\\\",\\\"State %label deleted.\\\":\\\"L'état %label a été supprimé.\\\",\\\"Saved %label state.\\\":\\\"L'état %label a été sauvegardé.\\\",\\\"The transition from %from to %to already exists.\\\":\\\"La transition de %from à %to existe déjà.\\\",\\\"Created %label transition.\\\":\\\"Transition %label créée.\\\",\\\"Are you sure you want to delete %transition from %workflow?\\\":\\\"Êtes-vous sûr de vouloir supprimer %transition de %workflow ?\\\",\\\"%transition transition deleted.\\\":\\\"La transition %transition a été supprimée.\\\",\\\"Saved %label transition.\\\":\\\"Transition %label enregistrée.\\\",\\\"Restore to Draft\\\":\\\"Restaurer le brouillon\\\",\\\"Warnings found\\\":\\\"Avertissements trouvés\\\",\\\"Errors found\\\":\\\"Erreurs trouvées\\\",\\\"Profile field ID.\\\":\\\"Identifiant (ID) du champ de profil.\\\",\\\"Locales target language ID.\\\":\\\"Identifiant (ID) de la langue cible de traduction.\\\",\\\"Language for this field.\\\":\\\"Langue de ce champ.\\\",\\\"Translation of either the title or explanation.\\\":\\\"Traduction du titre ou de l'explication.\\\",\\\"Windows installation depth\\\":\\\"Profondeur d'installation\\\",\\\"The public files directory path is %depth characters. Paths longer than 120 characters will cause problems on Windows.\\\":\\\"Le chemin du répertoire de fichiers publics est de %depth caractères. Les chemins plus longs que 120 caractères causeront des problèmes sur Windows.\\\",\\\"General System Information\\\":\\\"Informations générales du système\\\",\\\"Created the %label Workflow.\\\":\\\"Processus %label créé.\\\",\\\"There are no transitions to or from this state yet.\\\":\\\"Il n'y a aucune transition de ou jusqu'à cet état.\\\",\\\"HAL settings\\\":\\\"Paramètres HAL\\\",\\\"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 online documentation for the Migrate Drupal UI module.\\\":\\\"Le module Migrate Drupal UI fournit une interface utilisateur simple pour réaliser une mise à jour depuis une version antérieure de Drupal. Pour plus d'informations, voir la documentation en ligne pour le module Migrate Drupal UI .\\\",\\\"Preparing the site\\\":\\\"Préparation du 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.\\\":\\\"Tous les modules activés sur le site précédent doivent être activés sur ce site. Par exemple, si vous avez utilisé le module Book sur le site précédent, vous devez alors activer le module Book sur ce site afin que les données soient disponibles sur ce site.\\\",\\\"Performing the upgrade\\\":\\\"Application de la mise à jour\\\",\\\"On the Upgrade page, you are guided through performing the upgrade in several steps.\\\":\\\"La page Mettre à jour, vous guide sur la mise à niveau en plusieurs étapes.\\\",\\\"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.\\\":\\\"Vous devez saisir les identifiants de la base de données du site Drupal que vous voulez mettre à jour. Vous pouvez aussi inclure son répertoire de fichiers dans la mise à jour.\\\",\\\"Lastly, a message is displayed about the number of upgrade tasks that were successful or failed.\\\":\\\"Enfin, un message est affiché présentant le nombre de tâches de mises à jour qui ont réussi ou échoué.\\\",\\\"Reviewing the upgrade log\\\":\\\"Consulter le journal de mise à jour\\\",\\\"You can review a log of upgrade messages by clicking the link in the message provided after the upgrade or by filtering the messages for the type migrate_drupal_ui on the Recent log messages page.\\\":\\\"Vous pouvez consulter le journal des messages de mise à jour en cliquant sur le lien dans le message fourni après la mise à jour ou en filtrant les messages de type migrate_drupal_uisur la page des entrées récentes du journal.\\\",\\\"Rolling back an upgrade\\\":\\\"Restaurer une mise à jour\\\",\\\"Rolling back an upgrade is not yet supported through the user interface.\\\":\\\"Revenir en arrière sur sur une mise à jour n'est pas encore supporté depuis l’interface utilisateur.\\\",\\\"Serialized data types\\\":\\\"Types de données sérialisées\\\",\\\"The Serialization API is configured to output only string values for REST and other applications (instead of integers or Booleans when appropriate). Disabling this backwards compatibility mode is recommended unless your sites or applications require string output.\\\":\\\"La Serialization API est configurée pour ne rendre que des chaînes de caractères pour le REST et les autres applications (au lieu de nombres entiers ou de Booléens lorsque c'est approprié). Il est recommandé de désactiver ce mode de rétrocompatibilité à moins que vos sites ou vos applications ne nécessitent un rendu sous forme de chaîne de caractères.\\\",\\\"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 enable backwards compatibility mode.\\\":\\\"La Serialization API est configurée avec les valeurs typées de sortie recommandées par défaut (nombres entiers, Booléens ou chaînes de caractères en fonction du besoin) pour REST et les autres applications. Si votre site ou vos applications requièrent une sortie en chaîne de caractères, vous pouvez activer le mode de rétrocompatibilité.\\\",\\\"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, read the change record to learn how to enable the BC mode.\\\":\\\"La REST API ne va plus rendre toutes les valeurs en tant que chaînes de caractères. Des nombres entiers et Booléens seront utilisés lorsque cela sera nécessaire. Si votre site web nécessite que ces valeurs soient des chaînes de caractères. Lisez le rapport de changement pour apprendre comment activer le mode de rétrocompatibilité.\\\",\\\"Whether to retain pre Drupal 8.3 behavior of serializing all primitive items as strings.\\\":\\\"Si l'on conserve la fonctionnalité pre Drupal 8.3 de sérialiser tous les éléments primitifs en tant que chaînes de caractères.\\\",\\\"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 Theming Guide.\\\":\\\"Un thème intentionnellement brut, sans style, pour montrer le HTML et le CSS par défaut de Drupal. Apprenez comment construire un thème personnalisé à partir de Stark dans le Guide du Théming.\\\",\\\"A base theme with sensible default CSS classes added. Learn how to use Classy as a base theme in the Drupal 8 Theming Guide.\\\":\\\"Un thème de base contenant des classes CSS par défaut adaptées. Apprenez comment utiliser Classy comme thème de base dans le Guide du Théming de Drupal 8.\\\",\\\"There are no @label yet.\\\":\\\"Il n'y a pas encore de @label.\\\",\\\"Upgrade log\\\":\\\"Journal de mise à jour\\\",\\\"Upgrade content and configuration from either a Drupal 6 or a Drupal 7 site.\\\":\\\"Mettez à jour le contenu et la configuration depuis un site Drupal 6 ou un site Drupal 7.\\\",\\\"View the upgrade log.\\\":\\\"Voir le journal de mise à jour\\\",\\\"Quick edit settings\\\":\\\"Réglages de l'édition rapide\\\",\\\"TRACE method settings\\\":\\\"Paramètres de la méthode TRACE\\\",\\\"OPTIONS method settings\\\":\\\"Paramètres de la méthode OPTIONS\\\",\\\"CONNECT method settings\\\":\\\"Paramètres de la méthode CONNECT\\\",\\\"Theme settings variable for a theme.\\\":\\\"Variable de paramétrage pour un thème.\\\",\\\"The theme settings variable value.\\\":\\\"Valeur de la variable de paramétrage du thème.\\\",\\\"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 Extending Drupal 8.\\\":\\\"Votre serveur ne supporte pas la mise à jour des modules et thèmes depuis cette interface. En lieu et place, vous pouvez mettre à jour les modules et thèmes en téléchargeant les nouvelles versions directement sur le serveur, comme documenté sur la page Etendre Drupal 8.\\\",\\\"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 Extending Drupal 8.\\\":\\\"Votre serveur ne supporte pas l'installation de modules ou de thèmes depuis cette interface. À la place, installez les modules et les thèmes en les téléversant directement sur votre serveur, comme documenté sur Étendre Drupal 8.\\\",\\\"Updating modules and themes requires @backends access to your server. See Extending Drupal 8 for other update methods.\\\\u0003Updating modules and themes requires access to your server via one of the following methods: @backends. See Extending Drupal 8 for other update methods.\\\":\\\"Mettre à jour les modules et thèmes nécessite des accès @backends à votre serveur. Voir Étendre Drupal 8 pour les autres méthodes de mise à jour.\\\\u0003Mettre à jour les modules et thèmes nécessite un accès à votre serveur via l'une des méthodes suivantes: \\\\r\\\\n @backends. Voir Étendre Drupal 8 pour les autres méthodes de mise à jour.\\\",\\\"Installing modules and themes requires @backends access to your server. See Extending Drupal 8 for other installation methods.\\\\u0003Installing modules and themes requires access to your server via one of the following methods: @backends. See Extending Drupal 8 for other installation methods.\\\":\\\"Installer des modules et des thèmes nécessite un accès @backends à votre serveur. Voir Étendre Drupal 8 pour d’autres méthodes d’installation.\\\\u0003Installer des modules et des thèmes nécessite un accès à votre serveur par le biais d’une des méthodes suivantes : @backends. Voir Étendre Drupal 8 pour d’autres méthodes d’installation.\\\",\\\"The user ID of the author.\\\":\\\"L'identifiant (ID) de l'auteur.\\\",\\\"Object type for this string\\\":\\\"Type d'objet pour cette chaîne de caractères\\\",\\\"Drupal version of the source site\\\":\\\"La version de Drupal du site source\\\",\\\"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).\\\":\\\"Pour importer les fichiers publics de votre site Drupal actuel, saisissez un répertoire de fichiers local contenant votre site (par exemple : /var/www/repertoire_racine), ou l'adresse de votre site (par exemple 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).\\\":\\\"Pour importer des fichiers privés dans votre site Drupal, saisir un répertoire contenant votre site (par ex. : /var/www/docroot).\\\",\\\"Source database is Drupal version @version but version @selected was selected.\\\":\\\"La base de données source est à la version de Drupal @version mais la version @selected a été sélectionnée.\\\",\\\"The term language.\\\":\\\"La langue du terme\\\",\\\"Translation ID.\\\":\\\"Identifiant (ID) de traduction.\\\",\\\"Name of property being translated.\\\":\\\"Nom de la propriété étant traduite.\\\",\\\"Advanced block options\\\":\\\"Options avancées du bloc\\\",\\\"The %field date is incomplete.\\\":\\\"La date %field est incomplète.\\\",\\\"Include locked languages such as Not specified and Not applicable\\\":\\\"Inclure les langues verrouillées telles que Non spécifié et Non applicable\\\",\\\"1 block is available in the modified list.\\\\u0003@count blocks are available in the modified list.\\\":\\\"1 bloc est disponible dans la liste modifiée.\\\\u0003@count blocs sont disponibles dans la liste modifiée.\\\",\\\"The Custom Block module allows you to create and manage custom block types and content-containing blocks from the Custom block library page. Custom block types have fields; see the Field module help for more information. Once created, custom blocks can be placed in regions just like blocks provided by other modules; see the Block module help page for details. For more information, see the online documentation for the Custom Block module.\\\":\\\"Le module Custom Block vous permet de créer, gérer des types de blocs personnalisés et blocs de contenu depuis la Bibliothèque des blocs personnalisés. Les types de blocs personnalisés ont des champs ; consulter l'aide du module Field pour plus d'informations. Une fois créés, les blocs personnalisés peuvent être placés dans des régions comme n'importe quel bloc fourni par d'autres modules ; consulter l'aide du module Block pour les détails. Pour plus d'informations, consulter la documentation en ligne du module Custom Block.\\\",\\\"You can only change the book outline for the published version of this content.\\\":\\\"Vous ne pouvez modifier la structure du livre que pour la version publiée de ce contenu.\\\",\\\"Delete comment configuration\\\":\\\"Supprimer la configuration de commentaire\\\",\\\"Comment bulk form\\\":\\\"Formulaire de mise à jour en masse des commentaires\\\",\\\"Commented entity\\\":\\\"Entité commentée\\\",\\\"Comment operations bulk form\\\":\\\"Formulaire d'opérations en masse de commentaire\\\",\\\"Add a form element that lets you run operations on multiple comments.\\\":\\\"Ajouter un élément de formulaire qui vous permet d'exécuter des opérations sur plusieurs commentaires.\\\",\\\"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?\\\":\\\"Êtes-vous certains de vouloir supprimer ce commentaire et tous ses enfants ?\\\\u0003Êtes-vous certains de vouloir supprimer ces commentaires et tous leurs enfants ?\\\",\\\"Comment Permalink\\\":\\\"Permalien de Commentaire\\\",\\\"The moderation state @state_label is being used, but is not in the source storage.\\\":\\\"L'état de modération @state_label est utilisé, mais ne figure pas dans la source de stockage.\\\",\\\"The workflow @workflow_label is being used, and cannot be deleted.\\\":\\\"Le processus (workflow) @workflow_label est utilisé et ne peut être supprimé.\\\",\\\"All @entity_type types\\\":\\\"Tous les types @entity_type\\\",\\\"All @entity_type_plural_label\\\":\\\"Tous les @entity_type_plural_label\\\",\\\"This workflow applies to:\\\":\\\"Le processus (workflow) s'applique à :\\\",\\\"There are no entity types.\\\":\\\"Il n'y a aucun type d'entité.\\\",\\\"@bundle types\\\":\\\"types @bundle\\\",\\\"State %state does not exist on %workflow workflow\\\":\\\"L'état %state n'existe pas dans le processus (workflow) %workflow\\\",\\\"The watchdog view has been created.\\\":\\\"La vue watchdog a été créée\\\",\\\"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\\\":\\\"La vue watchdog existe déjà et n'a pas été remplacée. Pour remplacer les \\\\\\\"Entrées récentes du journal\\\\\\\" avec une vue, renommer la vue watchdog et désinstaller puis installer le module \\\\\\\"Database Log\\\\\\\"\\\",\\\"The field type.\\\":\\\"Le type du champ.\\\",\\\"The field status.\\\":\\\"Le statut du champ.\\\",\\\"The module that implements the field storage type.\\\":\\\"Le module qui implémente le type de stockage de champ.\\\",\\\"The field storage status.\\\":\\\"Le statut du stockage de champ.\\\",\\\"The field data.\\\":\\\"Les données du champ.\\\",\\\"The field instances.\\\":\\\"Les instances du champ.\\\",\\\"This field cardinality is set to unlimited and cannot be configured.\\\":\\\"La cardinalité de ce champ est définie à illimitée et ne peut pas être configurée.\\\",\\\"This field cardinality is set to @cardinality and cannot be configured.\\\":\\\"Cette cardinalité de champ est définie à @cardinality et ne peut pas être configurée.\\\",\\\"Files that have no remaining usages are no longer deleted by default.\\\":\\\"Les fichiers n'ayant plus d'usages ne sont plus supprimés par défaut.\\\",\\\"Controls if unused files should be marked temporary\\\":\\\"Contrôle si les fichiers inutilisés devraient être marqués comme temporaires\\\",\\\"Could not apply @style image style to @uri because the style does not support it.\\\":\\\"Impossible d'appliquer le style d'image @style à @uri car le style n'est pas pris en charge.\\\",\\\"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 online documentation for the Inline Form Errors module.\\\":\\\"Le module Inline Form Errors permet aux utilisateurs de déterminer quelles erreurs doivent être résolues en fournissant un résumé de toutes les erreurs et en plaçant les messages d'erreur individuels à côté des éléments de formulaire eux-mêmes. Pour plus d'information, voir la documentation en ligne pour le module Inline Form Errors.\\\",\\\"Displaying error messages\\\":\\\"Affichage des messages d'erreur\\\",\\\"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.\\\":\\\"Quand un formulaire n'est pas correctement remplis (par exemple si un champ requis est vide), un message d'alerte est affiché en haut du formulaire. Ce message renvoie au champ concerné, et des messages d'erreur sont affichés pour chaque élément du formulaire.\\\",\\\"Displaying error messages in browsers with HTML5 form validation\\\":\\\"Affichage des messages d'erreur dans les navigateurs avec validation de formulaire HTML5\\\",\\\"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.\\\":\\\"Dans les navigateurs prenant en charge la validation du formulaire HTML5, les utilisateurs verront d'abord les messages d'erreur générés par leur navigateur. Dans ce cas, les messages d'erreur de formulaire en ligne ne s'affichent que lorsque les erreurs de validation HTML5 ont été résolues.\\\",\\\"Places error messages adjacent to form inputs, for improved usability and accessibility.\\\":\\\"Place les messages d'erreur adjacents aux entrées de formulaire, pour une utilisation et une accessibilité améliorées.\\\",\\\"Language format settings\\\":\\\"Paramètres de format de Langue\\\",\\\"Include locked languages\\\":\\\"Inclure les langues verrouillées\\\",\\\"Creating media items\\\":\\\"Création des éléments média\\\",\\\"When a new media item is created, the Media module records basic information about it, including the author, date of creation, and the media type. It also manages the publishing options, which define whether or not the item is published. Default settings can be configured for each type of media on your site.\\\":\\\"Quand un nouvel élément média est créé, le module Media enregistre les informations de base à son sujet, y compris l'auteur, la date de création et le type de média. Il gère également les options de publication, qui définissent si l'article est publié ou non. Les paramètres par défaut peuvent être configurés pour chaque type de média sur votre site.\\\",\\\"Creating custom media types\\\":\\\"Création des types de média personnalisés\\\",\\\"The Media module gives users with the Administer media types permission the ability to create new media types 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 Field module may be added for storing that metadata, such as width and height, as well as any other associated values.\\\":\\\"Le module Média donne aux utilisateurs avec la permission Administrer les types de média la possibilité de créer des nouveaux types de media en plus de ceux déjà configurés par défaut. Chaque type de média a une source de média associée (tel que la source d'image) qui supporte la génération des miniatures et l'extraction des métadonnées. Les champs gérés par le module Field peuvent être ajouté pour stocker ces métadonnées, telles que la largeur et la hauteur, ainsi que toutes autres valeurs associées.\\\",\\\"The Media module also enables you to create multiple versions of any media item, and revert to older versions using the Revision information settings.\\\":\\\"Le module Media vous permet également de créer plusieurs versions de n'importe quel élément média et de revenir à des anciennes versions en utilisant les paramètres d'Information de révision.\\\",\\\"The Media module makes a number of permissions available, which can be set by role on the permissions page.\\\":\\\"Le module Media expose un certain nombre de droits qui peuvent être attribués à chaque rôle sur la page des droits.\\\",\\\"Add media type\\\":\\\"Ajouter un type de média\\\",\\\"Manage media types.\\\":\\\"Gérer les types de média.\\\",\\\"Administer media types\\\":\\\"Administrer les types de média\\\",\\\"Update own media\\\":\\\"Mettre à jour ses propres médias\\\",\\\"Delete own media\\\":\\\"Supprimer ses propres médias\\\",\\\"View all media revisions\\\":\\\"Voir toutes les révisions de média\\\",\\\"To view a revision, you also need permission to view the media item.\\\":\\\"Pour voir une révision, vous devez avoir le droit de voir l'élément média.\\\",\\\"Full URI to a folder where the media icons will be installed\\\":\\\"URI complète vers le dossier où les icônes de média seront installées\\\",\\\"Whether the thumbnail downloads should be queued\\\":\\\"Les téléchargements de vignette doivent être mis en file d'attente\\\",\\\"Media source settings\\\":\\\"Paramètres de la source du média\\\",\\\"\\\\\\\"File\\\\\\\" media source configuration\\\":\\\"Configuration de la source du média \\\\\\\"Fichier\\\\\\\"\\\",\\\"\\\\\\\"Image\\\\\\\" media source configuration\\\":\\\"Configuration de la source du média \\\\\\\"Image\\\\\\\"\\\",\\\"Edit %type_label @label\\\":\\\"Modifier %type_label @label\\\",\\\"@type %label has been created.\\\":\\\"@type %label a été créé.\\\",\\\"@type %label has been updated.\\\":\\\"@type %label a été mis à jour.\\\",\\\"@type: added %label.\\\":\\\"@type : %label ajouté.\\\",\\\"@type: updated %label.\\\":\\\"@type : %label mis à jour.\\\",\\\"- Create -\\\":\\\"- Créer -\\\",\\\"Select the field that will store essential information about the media item. If \\\\\\\"Create\\\\\\\" is selected a new field will be automatically created.\\\":\\\"Sélectionner le champ qui stockera l'information essentielle du média. Si \\\\\\\"Créer\\\\\\\" est sélectionné un nouveau champ sera automatiquement créé.\\\",\\\"%field_type field will be automatically created on this type to store the essential information about the media item.\\\":\\\"Le champ %field_type sera automatiquement créé sur ce type pour stocker les informations essentielles de l'élement média.\\\",\\\"%field_name field is used to store the essential information about the media item.\\\":\\\"Le champ %field_name est utilisé pour stocker l'information essentielle du média.\\\",\\\"The human-readable name of this media type.\\\":\\\"Le nom affiché de ce type de média.\\\",\\\"A unique machine-readable name for this media type.\\\":\\\"Un nom système unique pour ce type de média.\\\",\\\"Describe this media type. The text will be displayed on the Add new media page.\\\":\\\"Décrire ce type de média. Le texte sera affiché sur la page Ajouter un nouveau média.\\\",\\\"Media source that is responsible for additional logic related to this media type.\\\":\\\"La source du média qui prend en charge les logiques additionnelles relatives à ce type de média.\\\",\\\"Media source configuration\\\":\\\"Configuration de la source du média\\\",\\\"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.\\\":\\\"Les sources de média peuvent fournir des métadonnées telles que le titre, la légende, les informations sur la taille, les crédits… Un média peut automatiquement enregistrer ces métadonnées dans des champs de l'entité, qui peuvent être configurés ci-dessous. L'information sera seulement ajoutée si le champ de l'entité est vide.\\\",\\\"Media will be automatically published when created.\\\":\\\"Le média sera automatiquement publié à la création.\\\",\\\"Automatically create new revisions. Users with the \\\\\\\"Administer media\\\\\\\" permission will be able to override this option.\\\":\\\"Créer automatiquement des nouvelles révisions. Les utilisateurs avec le droit \\\\\\\"Administrer les médias\\\\\\\" peuvent supplanter cette 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.\\\":\\\"Télécharger les vignettes via une file d'attente. Quand vous utilisez des sources de média distantes, la génération des vignettes être lente. Utiliser une file permet de gérer ce processus en arrière-plan.\\\",\\\"The media type %name has been updated.\\\":\\\"Le type de média %name a été modifié.\\\",\\\"The media type %name has been added.\\\":\\\"Le type de média %name a été ajouté.\\\",\\\"Added media type %name.\\\":\\\"Type de média %name ajouté.\\\",\\\"No media types available. Add media type.\\\":\\\"Aucun type de média disponible. Ajouter un type de média.\\\",\\\"The thumbnail of the media item.\\\":\\\"Vignette de cet élément média.\\\",\\\"The time the media item was created.\\\":\\\"Date à laquelle cet élément de média a été créé.\\\",\\\"The time the media item was last edited.\\\":\\\"Date à laquelle cet élément de média a été modifié.\\\",\\\"media type\\\":\\\"type de média\\\",\\\"media types\\\":\\\"types de média\\\",\\\"Deleted @count media items.\\\":\\\"Supprimer @count éléments média.\\\",\\\"Deleted 1 media item.\\\\u0003Deleted @count media items.\\\":\\\"Supprimer 1 élément média.\\\\u0003Supprimer @count éléments média.\\\",\\\"%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 est utilisé par @count élément média sur votre site. Vous ne pouvez pas supprimer ce type de média tant que vous n'avez pas supprimé tous les éléments média %type.\\\\u0003%type est utilisé par @count éléments média sur votre site. Vous ne pouvez pas supprimer ce type de média tant que vous n'avez pas supprimé tous les éléments média %type.\\\",\\\"Linked to media item\\\":\\\"Lié à l'élément média\\\",\\\"Use local files for reusable media.\\\":\\\"Utiliser des fichiers locaux en tant que média réutilisable.\\\",\\\"Use local images for reusable media.\\\":\\\"Utiliser des images locales en tant que média réutilisable.\\\",\\\"You can only change the menu settings for the published version of this content.\\\":\\\"Vous pouvez uniquement changer les paramètres de menu de la version publiée de ce contenu.\\\",\\\"To view a revision, you also need permission to view the content item.\\\":\\\"Pour voir une révision, vous avez également besoin de la permission pour voir l'élément de contenu.\\\",\\\"To revert a revision, you also need permission to edit the content item.\\\":\\\"Pour restaurer une révision, vous avez également besoin de la permission pour modifier l'élément de contenu.\\\",\\\"To delete a revision, you also need permission to delete the content item.\\\":\\\"Pour supprimer une révision, vous avez également besoin de la permission pour supprimer l'élément de contenu.\\\",\\\"You can only change the URL alias for the published version of this content.\\\":\\\"Vous pouvez uniquement changer le chemin (URL) pour la version publiée de ce contenu.\\\",\\\"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 Field module help page 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 online documentation for the RESTful Web Services module.\\\":\\\"Le module RESTful Web Services fournit un framework permettant d'exposer des ressources REST sur votre site. Il fournit une prise en charge pour les entités de contenu comme le contenu principal du site, les commentaires, les blocs personnalisés, les termes de taxonomie, les comptes utilisateurs… (consultez la page d'aide du module Field pour plus d'informations à propos des entités). La prise en charge REST des éléments de contenu du module Node est activée par défaut, et la prise en charge d'autres entités de contenu peut être activée. D'autres modules peuvent ajouter la prise en charge d'autres types de ressources REST. Pour plus d'informations, consulter la documentation en ligne du module RESTful Web Services.\\\",\\\"REST support for content types (provided by the Node module) is enabled by default. To enable support for other content entity types, you can use a process based on configuration editing or the contributed REST UI module.\\\":\\\"La prise en charge REST pour les types de contenu (fournie par le module Node) est activée par défaut. Pour activer la prise en charge d'autres types d'entités de contenu, vous pouvez utiliser un processus basé sur l'édition de la configuration ou le module contribué REST UI.\\\",\\\"Whether the pre Drupal 8.4 behavior of returning Unix timestamps instead of RFC3339 timestamps for TimestampItem fields is enabled or not.\\\":\\\"Indique si le comportement des versions antérieures à Drupal 8.4 (renvoyer des horodatages Unix au lieu des horodatages RFC3339 pour les champs TimestampItem) est activé ou non.\\\",\\\"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.\\\":\\\"Retirez les tableaux ayant le préfixe \\\\\\\"test\\\\\\\" suivi par des chiffres et les dossiers temporaires restants suite a des tests ayant échoués. Ceci est prévu pour les développeurs créant des tests.\\\",\\\"Limited date range\\\":\\\"Intervalle de date limité\\\",\\\"Your PHP installation has a limited date range.\\\":\\\"Votre installation PHP a un intervalle de date limité.\\\",\\\"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 limitations of 32-bit PHP.\\\":\\\"Votre serveur utilise une version de PHP compilée ou limitée à l'utilisation d'entiers sur 32 bits. Cela limite les intervalles de dates et d'horodatages (timestamps) aux années allant de 1901 à 2038. En savoir plus sur les limitations de PHP sur 32 bits.\\\",\\\"A client error happened\\\":\\\"Une erreur client s'est produite\\\",\\\"To run cron from outside the site, go to @cron\\\":\\\"Pour lancer les tâches planifiées (cron) depuis l'extérieur du site, aller sur @cron\\\",\\\"Run times of individual cron jobs will be written to watchdog\\\":\\\"Les temps d'exécution de chaque tâche cron seront écris dans le watchdog\\\",\\\"Delete temporary files after\\\":\\\"Supprimer les fichiers temporaires a posteriori\\\",\\\"Temporary files are not referenced, but are in the file system and therefore may show up in administrative lists. Warning: If enabled, temporary files will be permanently deleted and may not be recoverable.\\\":\\\"Les fichiers temporaires ne sont pas référencés, mais sont présents dans le système de fichiers et par conséquent peuvent apparaître dans les listes d'administration. Attention : Si activé, les fichiers temporaires seront supprimés définitivement et ne seront pas récupérables.\\\",\\\"Automatic updates of Drupal core are not supported at this time.\\\":\\\"Les mises à jour automatiques du cœur de Drupal ne sont pas supportées à ce jour.\\\",\\\"Add the @label role to the selected user(s)\\\":\\\"Ajouter le rôle @label aux utilisateurs sélectionnés\\\",\\\"Remove the @label role from the selected user(s)\\\":\\\"Enlever le rôle @label des utilisateurs sélectionnés\\\",\\\"Enabling the appropriate module may solve this issue. Otherwise, check to see if there is a module update available.\\\":\\\"L'activation du module approprié peut résoudre ce problème. Sinon, vérifier s'il existe une mise à jour de module disponible.\\\",\\\"This workflow is in use. You cannot remove this workflow until you have removed all content using it.\\\":\\\"Ce processus (workflow) est utilisé. Vous ne pouvez pas supprimer ce processus tant que vous n'avez pas supprimé tous les contenus qui l'utilisent.\\\",\\\"Edit %label workflow\\\":\\\"Modifier le processus (workflow) %label\\\",\\\"This workflow state is in use. You cannot remove this workflow state until you have removed all content using it.\\\":\\\"Cet état du processus est utilisé. Vous ne pouvez pas supprimer cet état du processus tant que vous n'avez supprimé tous les contenus qui l'utilisent.\\\",\\\"Find and manage comments.\\\":\\\"Trouver et gérer les commentaires.\\\",\\\"The approved comments listing.\\\":\\\"La liste des commentaires approuvés.\\\",\\\"Comments published\\\":\\\"Commentaires publiés\\\",\\\"The unapproved comments listing.\\\":\\\"La liste des commentaires non-approuvés.\\\",\\\"Comments unapproved\\\":\\\"Commentaires non-approuvés\\\",\\\"!!binary MSBwbGFjZQNAY291bnQgcGxhY2Vz\\\":\\\"!!binary MSBwbGFjZQNAY291bnQgcGxhY2Vz\\\",\\\"!!binary MQNAY291bnQ=\\\":\\\"!!binary MQNAY291bnQ=\\\",\\\"Entity reference selection handler settings\\\":\\\"Paramètres du gestionnaire de sélection de référence à une entité\\\",\\\"Default selection handler settings\\\":\\\"Paramètres du gestionnaire de sélection par défaut\\\",\\\"The field instance ID.\\\":\\\"L'identifiant (ID) de l'instance du champ.\\\",\\\"The field instance data.\\\":\\\"Les données de l'instance du champ.\\\",\\\"The field type\\\":\\\"Le type du champ\\\",\\\"The field definition.\\\":\\\"La définition du champ.\\\",\\\"The formatter settings.\\\":\\\"Les paramètres du formateur de champ.\\\",\\\"File selection handler settings\\\":\\\"Paramètres du gestionnaire (handler) de sélection de fichier\\\",\\\"The Media module is not compatible with contrib Media Entity 1.x branch. Please check the 2.x branch of that module for an upgrade path.\\\":\\\"Le module Media n'est pas compatible avec la branche 1.x du module contribué Media Entity. Surveillez la branche 2.x de ce module pour le chemin de mise à jour.\\\",\\\"Source module not found for @migration_id.\\\":\\\"Module source non trouvé pour @migration_id.\\\",\\\"Destination module not found for @migration_id.\\\":\\\"Module de destination non trouvé pour @migration_id.\\\",\\\"User selection handler settings\\\":\\\"Paramètres du gestionnaire de sélection des utilisateurs\\\",\\\"Views selection handler settings\\\":\\\"Paramètres du gestionnaire de sélection des vues\\\",\\\"%workflow workflow: Use %transition transition.\\\":\\\"Le processus (workflow) %workflow : Utiliser la transition %transition.\\\",\\\"Offset must be a number greater than or equal to 0.\\\":\\\"Le décalage doit être un nombre supérieur ou égal à 0.\\\",\\\"A collection of states and transitions between those states.\\\":\\\"Une collection d'états et de transitions entre ces états.\\\",\\\"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.\\\":\\\"Une condition spécifique dans laquelle se trouve quelque chose à un moment donné. L'utilisation de l'état est déterminée par un module qui exploite le module Workflows. Par exemple, Content Moderation permet à un état d'être utilisé pour la modération de contenu en assignant un état particulier à un élément de contenu.\\\",\\\"The process of changing from one state to another. A transition can occur from multiple states, but only to one state.\\\":\\\"Le changement d'un état vers un autre. Une transition peut se produire depuis de multiples états, mais seulement vers un unique état.\\\",\\\"Provides UI and API for managing workflows. This module can be used with the Content moderation module to add highly customizable workflows to content.\\\":\\\"Fournit une interface graphique ainsi qu'une API pour gérer les flux de travail au niveau de la publication des contenus. Ce module peut être utilisé en combinaison avec le module Content moderation pour ajouter des flux de travail fortement personnalisables au contenu.\\\",\\\"Select the @entity_type types for the @workflow workflow\\\":\\\"Sélectionner les types @entity_type pour le processus (workflow) @workflow\\\",\\\"Select the @entity_type_plural_label for the @workflow workflow\\\":\\\"Sélectionner les @entity_type_plural_label pour le processus (workflow) @workflow\\\",\\\"Make sure that access to the database for the old site is available from this new site.\\\":\\\"Assurez-vous que l'accès à la base de données de l'ancien site est disponible depuis ce nouveau site.\\\",\\\"If the old site has private files, a copy of its files directory must also be accessible on the host of this new site.\\\":\\\"Si l'ancien site a un répertoire de fichiers privé, une copie des fichiers de ce répertoire doit être aussi accessible sur l'hébergement de ce nouveau site.\\\",\\\"Enable all modules on this new site 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.\\\":\\\"Activer sur ce nouveau site tous les modules qui sont activés sur l'ancien site. Par exemple, si l'ancien site utilise le module book, activer alors le module book sur ce nouveau site afin que les données existantes puissent être importées sur celui-ci.\\\",\\\"Do not add any content to the new site before upgrading. Any existing content is likely to be overwritten by the upgrade process. See the upgrade preparation guide.\\\":\\\"Ne pas ajouter de contenu au nouveau site avant la mise à niveau. Tout contenu existant pourra être écrasé pendant le processus de mise à niveau. Voir le guide de préparation de la mise à niveau.\\\",\\\"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.\\\":\\\"La mise à niveau peut être longue. Il est conseillé de la réaliser sur une copie locale de votre site plutôt que directement sur le site en ligne.\\\",\\\"Access media overview\\\":\\\"Accéder à la vue d'ensemble des médias\\\",\\\"Users with this permission can access the media overview page.\\\":\\\"Les utilisateurs possédant ce droit peuvent accéder à la page de la vue d'ensemble des médias.\\\",\\\"Are you sure you want to remove this section?\\\":\\\"Êtes-vous sûr de vouloir retirer cette section ?\\\",\\\"Upgrade analysis report\\\":\\\"Rapport d'analyse de mise à jour\\\",\\\"Requires the \\\\\\\"View any unpublished content\\\\\\\" or \\\\\\\"View own unpublished content\\\\\\\" permission\\\":\\\"Nécessite le droit \\\\\\\"Voir n'importe quel contenu non publié\\\\\\\" ou \\\\\\\"Voir le contenu non-publié dont on est l'auteur\\\\\\\"\\\",\\\"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.\\\":\\\"Le champ de référence à une entité %field_name (type d'entité : %entity_type, paquet : %bundle) n'a plus aucun paquet valide à référencer. Le champ ne fonctionne plus correctement et doit être reconfiguré.\\\",\\\"Moderation state filter\\\":\\\"Filtre de l'état de modération\\\",\\\"Cannot change the install profile from %profile to %new_profile once Drupal is installed.\\\":\\\"Impossible de modifier le profil d'installation de %profile à %new_profile une fois que Drupal est installé.\\\",\\\"Entity action\\\":\\\"L'entité action\\\",\\\"@type_label bundle\\\":\\\"Paquet @type_label\\\",\\\"Use field label instead of the \\\\\\\"On\\\\\\\" label as the label.\\\":\\\"Utiliser l'étiquette du champ comme étiquette à la place de l'étiquette \\\\\\\"On\\\\\\\".\\\",\\\"Cannot remove field @field_name because the entity type is unknown: %entity_type\\\":\\\"Impossible de retirer le champ @field_name car le type d'entité %entity_type est inconnu\\\",\\\"The image file is invalid or the image type is not allowed. Allowed types: %types\\\":\\\"Le fichier image n'est pas valide ou le format d'image n'est pas autorisé. Format autorisés : %types\\\",\\\"One or more files could not be uploaded.\\\":\\\"Un ou plusieurs fichiers n'ont pas pu être transférés.\\\",\\\"Media display format settings\\\":\\\"Paramètres de format d'affichage Media\\\",\\\"Show playback controls\\\":\\\"Afficher les contrôles de lecture\\\",\\\"Replace the file name by its description when available\\\":\\\"Remplacer le nom du fichier par sa description lorsqu'elle est disponible\\\",\\\"Use description as link text\\\":\\\"Utiliser la description comme texte de lien\\\",\\\"Display the file using an HTML5 audio tag.\\\":\\\"Afficher le fichier en utilisant une balise audio HTML5.\\\",\\\"Playback controls: %controls\\\":\\\"Contrôles de lecture : %controls\\\",\\\"Display the file using an HTML5 video tag.\\\":\\\"Afficher le fichier en utilisant une balise video HTML5.\\\",\\\"Listing media items\\\":\\\"Liste des éléments media\\\",\\\"Adding media to other content\\\":\\\"Ajout de media à un autre contenu\\\",\\\"For more information, see the Media help page.\\\":\\\"Pour plus d'information, consulter la page d'aide Media.\\\",\\\"Media Name\\\":\\\"Nom du média\\\",\\\"%type_name: Create new media\\\":\\\"%type_name : Créer un nouveau média\\\",\\\"%type_name: Edit own media\\\":\\\"%type_name : Modifier ses propres médias\\\",\\\"%type_name: Edit any media\\\":\\\"%type_name : Modifier n'importe quel média\\\",\\\"%type_name: Delete own media\\\":\\\"%type_name : Supprimer ses propres médias\\\",\\\"%type_name: Delete any media\\\":\\\"%type_name : Supprimer n'importe quel média\\\",\\\"Migrate Drupal settings\\\":\\\"Migrer les paramétrages de Drupal\\\",\\\"Old site\\\":\\\"Site ancien\\\",\\\"The site you want to upgrade.\\\":\\\"Le site que vous souhaitez mettre à jour.\\\",\\\"New site\\\":\\\"Nouveau site\\\",\\\"Preparation steps\\\":\\\"Étapes de préparation\\\",\\\"There is translated content of these types:\\\":\\\"Il y a des contenus traduits de ces types :\\\",\\\"%capital_name contains the following terms.\\\":\\\"%capital_name contient les termes suivants.\\\",\\\"%capital_name contains terms grouped under parent terms\\\":\\\"%capital_name contient les termes regroupés sous les termes parent\\\",\\\"%capital_name contains terms with multiple parents.\\\":\\\"%capital_name contient des termes ayant plusieurs parents.\\\",\\\"Access the taxonomy vocabulary overview page\\\":\\\"Accéder à la vue d'ensemble du vocabulaire de taxonomie\\\",\\\"Get an overview of all taxonomy vocabularies.\\\":\\\"Avoir une vue d'ensemble de tous les vocabulaires de taxonomie.\\\",\\\"%vocabulary: Create terms\\\":\\\"%vocabulary : Créer des termes\\\",\\\"%vocabulary: Delete terms\\\":\\\"%vocabulary : Supprimer des termes\\\",\\\"%vocabulary: Edit terms\\\":\\\"%vocabulary : Modifier des termes\\\",\\\"Output the URL as text\\\":\\\"Rendre l'URL en tant que texte\\\",\\\"Output an absolute link\\\":\\\"Rendre un lien absolu\\\",\\\"Min placeholder\\\":\\\"Placeholder pour Min\\\",\\\"Max placeholder\\\":\\\"Placeholder pour Max\\\",\\\"Transition label\\\":\\\"Étiquette de la transition\\\",\\\"There are no custom blocks available.\\\":\\\"Il n'y a pas de bloc personnalisé disponible.\\\",\\\"Find and moderate content.\\\":\\\"Trouver et modérer du contenu.\\\",\\\"A locally hosted audio file.\\\":\\\"Un fichier audio hébergé localement.\\\",\\\"A locally hosted video file.\\\":\\\"Un fichier vidéo hébergé localement.\\\",\\\"Workspace name\\\":\\\"Nom de l'espace de travail\\\",\\\"A flag indicating whether this was a default revision when it was saved.\\\":\\\"Un marqueur indiquant si ceci était la révision par défaut au moment où elle a été enregistrée.\\\",\\\"This profile is intended for demonstration purposes only.\\\":\\\"Ce profile est destiné uniquement à des fins de demonstration.\\\",\\\"Applying workflows\\\":\\\"Application des processus (workflow)\\\",\\\"Moderating content\\\":\\\"Modérer le contenu\\\",\\\"Provides moderation states for content.\\\":\\\"Fournit les états de modération pour le contenu.\\\",\\\"Hide non translatable fields on translation forms\\\":\\\"Masquer les champs non traduisibles sur les formulaires de traduction\\\",\\\"Fields that apply to all languages are hidden to avoid conflicting changes. Edit them on the original language form.\\\":\\\"Les champs qui s'appliquent à toutes les langues sont masqués pour éviter les changements conflictuels. Modifiez-les sur le formulaire de la langue d'origine.\\\",\\\"Non-translatable field elements can only be changed when updating the current revision.\\\":\\\"Les éléments des champs non traduisibles peuvent uniquement être modifiés en mettant à jour la révision actuelle.\\\",\\\"Non-translatable field elements can only be changed when updating the original language.\\\":\\\"Les élements des champs non traduisibles peuvent uniquement être modifiés en mettant à jour la langue d'origine.\\\",\\\"The node language.\\\":\\\"La langue du nœud\\\",\\\"To manage other areas of the page, use the block administration page.\\\":\\\"Pour gérer d'autres zones de la page, utiliser la page d'administration du bloc.\\\",\\\"To manage other areas of the page, use the block administration page.\\\":\\\"Pour gérer d'autres zones de la page, utiliser la page d'administration du bloc.\\\",\\\"Configure section\\\":\\\"Configurer la section\\\",\\\"Layout section\\\":\\\"Section de mise en page\\\",\\\"Edit layout for %label\\\":\\\"Modifier la mise en page pour %label\\\",\\\"@bundle @label\\\":\\\"@label @bundle\\\",\\\"Allow each @entity to have its layout customized.\\\":\\\"Autoriser chaque @entity à avoir sa mise en page personnalisée.\\\",\\\"Are you sure you want to revert this to defaults?\\\":\\\"Êtes-vous sûr de vouloir rétablir ceci à son état par défaut ?\\\",\\\"Placeholder for the \\\\\\\"@field\\\\\\\" field\\\":\\\"Placeholder pour le champ \\\\\\\"@field\\\\\\\"\\\",\\\"Layout Section\\\":\\\"Section de mise en page\\\",\\\"A layout section\\\":\\\"Section d'une mise en page\\\",\\\"Cancel Layout\\\":\\\"Abandonner la mise en page\\\",\\\"Use existing media\\\":\\\"Utiliser un média existant\\\",\\\"Type part of the media name.\\\":\\\"Saisir une partie du nom du média.\\\",\\\"See the media list (opens a new window) to help locate media.\\\":\\\"Veuillez consulter la liste de média (ouvre une nouvelle fenêtre) pour vous aider à localiser le média.\\\",\\\"Allowed media types: %types\\\":\\\"Types de médias autorisés : %types\\\",\\\"Media item\\\":\\\"Élément de média\\\",\\\"Create new media\\\":\\\"Créer un nouveau média\\\",\\\"Modules that will not be upgraded\\\":\\\"Les modules qui ne seront pas mis à jour\\\",\\\"Modules that will be upgraded\\\":\\\"Modules qui seront mis à jour\\\",\\\"What will be upgraded?\\\":\\\"Qu'est-ce qui sera mis à jour ?\\\",\\\"Module will not be upgraded\\\\u0003Modules will not be upgraded\\\":\\\"Module ne sera pas mis à jour\\\\u0003Modules ne seront pas mis à jour\\\",\\\"Module will be upgraded\\\\u0003Modules will be upgraded\\\":\\\"Module sera mis à jour\\\\u0003Modules seront mis à jour\\\",\\\"Demo: Umami Food Magazine (Experimental)\\\":\\\"Démonstration : Magazine alimentaire Umami (Expérimental)\\\",\\\"Umami demo: Content\\\":\\\"Umami demo : Contenu\\\",\\\"Imports the content for the Umami demo.\\\":\\\"Importe le contenu pour la démonstration Umami.\\\",\\\"Umami\\\":\\\"Umami\\\",\\\"The theme used for the Umami food magazine demonstration site.\\\":\\\"Le thème utilisé pour le site de démonstration du magazine alimentaire Umami.\\\",\\\"Go to the search page\\\":\\\"Aller à la page de recherche\\\",\\\"by @author_name @created_date\\\":\\\"par @author_name @created_date\\\",\\\"Recipe Name\\\":\\\"Nom de recette\\\",\\\"Umami dates\\\":\\\"Dates de Umami\\\",\\\"Umami Recipes Banner\\\":\\\"Banière de recettes Umami\\\",\\\"Umami footer promo\\\":\\\"promo de pied de page Umami\\\",\\\"Non-translatable fields can only be changed when updating the current revision.\\\":\\\"Les champs non traduisibles peuvent être modifiés uniquement en mettant à jour la révision actuelle.\\\",\\\"Non-translatable fields can only be changed when updating the original language.\\\":\\\"Les champs non traduisibles peuvent être modifiés uniquement en mettant à jour la langue d'origine.\\\",\\\"The \\\\\\\"Delete translation\\\\\\\" action is only available for published translations.\\\":\\\"L'action \\\\\\\"Effacer une traduction\\\\\\\" est disponible uniquement pour les traductions publiées.\\\",\\\"Are you sure you want to delete this @item?\\\\u0003Are you sure you want to delete these @items?\\\":\\\"Êtes-vous sûr de vouloir supprimer cet(te) @item ?\\\\u0003Êtes-vous sûr de vouloir supprimer ces @items ?\\\",\\\"Deleted @count item.\\\\u0003Deleted @count items.\\\":\\\"@count élément a été supprimé.\\\\u0003@count éléments ont été supprimés.\\\",\\\"A color variable for a theme.\\\":\\\"Une variable couleur pour le thème.\\\",\\\"The value of a color variable.\\\":\\\"La valeur de la variable couleur.\\\",\\\"Language for this menu.\\\":\\\"Langue pour ce menu.\\\",\\\"Menu link title translation.\\\":\\\"Traduction du titre du lien de menu.\\\",\\\"Menu link description translation.\\\":\\\"Traduction de la description du lien de menu.\\\",\\\"@label (@derivative)\\\":\\\"@label (@derivative)\\\",\\\"Unable to read from @title.\\\":\\\"Impossible de lire depuis @title.\\\",\\\"The testing framework requires the PHPUnit package. Please run 'composer install' to ensure it is present.\\\":\\\"Le framework de test nécessite le package PHPUnit. \\\\r\\\\nVeuillez éxécuter la commande 'composer install' pour s'assuer de sa présence.\\\",\\\"Information array\\\":\\\"Tableau d'information\\\",\\\"The configuration ID\\\":\\\"L'identifiant (ID) de la configuration\\\",\\\"The default language\\\":\\\"La langue par défaut\\\",\\\"Configuration validation\\\":\\\"Validation de la configuration\\\",\\\"The \\\\\\\"%plugin_id\\\\\\\" was not found\\\":\\\"Le \\\\\\\"%plugin_id\\\\\\\" n'a pas été trouvé\\\",\\\"You must have the pdo_sqlite PHP extension installed. See core/INSTALL.sqlite.txt for instructions.\\\":\\\"Vous devez avoir l'extension PHP pdo_sqlite installée. Consulter core/INSTALL.sqlite.txt pour les instructions.\\\",\\\"Unable to automatically determine a port. Use the --port to hardcode an available port.\\\":\\\"Impossible de déterminer automatiquement un port. Utiliser --port pour coder en dur un port disponible.\\\",\\\"No installation found. Use the 'install' command.\\\":\\\"Aucune installation n'a été trouvée. Utiliser la commande 'install'.\\\",\\\"Error while opening up a one time login URL\\\":\\\"Erreur lors de l'ouverture d'une URL de connexion unique\\\",\\\"The entity must have the %field_name field.\\\":\\\"L'entité doit avoir le champ %field_name.\\\",\\\"The entity does not support fields.\\\":\\\"L'entité ne prend pas en charge les champs.\\\",\\\"The selected installation profile %install_profile does not match the profile stored in configuration %config_profile.\\\":\\\"Le profile d'installation sélectionné %install_profile ne correspond pas au profile enregistré dans la configuration %config_profile.\\\",\\\"Use existing configuration\\\":\\\"Utiliser une configuration existante\\\",\\\"Install %name using existing configuration.\\\":\\\"Installer %name en utilisant une configuration existante.\\\",\\\"The configuration from the directory %sync_directory will be used.\\\":\\\"La configuration du répertoire %sync_directory sera utilisée.\\\",\\\"Aggregator feeds\\\":\\\"Flux d'agrégateur\\\",\\\"aggregator feed\\\":\\\"flux d'agrégateur\\\",\\\"aggregator feeds\\\":\\\"flux d'agrégateur\\\",\\\"Aggregator feed items\\\":\\\"Éléments de flux d'agrégateur\\\",\\\"aggregator feed item\\\":\\\"Élément de flux d'agrégateur\\\",\\\"aggregator feed items\\\":\\\"Éléments de flux d'agrégateur\\\",\\\"The i18n_blocks block numeric identifier.\\\":\\\"L'identifiant (ID) numérique du bloc i18n_blocks.\\\",\\\"The default theme.\\\":\\\"Le thème par défaut.\\\",\\\"custom block\\\":\\\"Bloc personnalisé\\\",\\\"custom blocks\\\":\\\"Blocs personnalisés\\\",\\\"custom block type\\\":\\\"Type de bloc personnalisé\\\",\\\"custom block types\\\":\\\"Types de bloc personnalisé\\\",\\\"i18n_string table id\\\":\\\"L'identifiant (ID) de la table i18n_string\\\",\\\"Block property\\\":\\\"Propriété de bloc\\\",\\\"The translation of the value of \\\\\\\"property\\\\\\\".\\\":\\\"La traduction de la valeur de \\\\\\\"propriété\\\\\\\".\\\",\\\"Block title translation.\\\":\\\"Traduction du titre de bloc.\\\",\\\"Block body.\\\":\\\"Corps de bloc.\\\",\\\"Block body translation.\\\":\\\"Traduction du corps de bloc.\\\",\\\"Deleted @count comment.\\\\u0003Deleted @count comments.\\\":\\\"@count commentaire a été supprimé.\\\\u0003@count commentaires ont été supprimés.\\\",\\\"contact forms\\\":\\\"formulaires de contact\\\",\\\"contact message\\\":\\\"message de contact\\\",\\\"contact messages\\\":\\\"messages de contact\\\",\\\"@label@column (@argument)\\\":\\\"@label@column (@arguments)\\\",\\\"Text Editors\\\":\\\"Éditeurs de texte\\\",\\\"text editor\\\":\\\"éditeur de texte\\\",\\\"text editors\\\":\\\"éditeurs de texte\\\",\\\"image style\\\":\\\"Style d'image\\\",\\\"image styles\\\":\\\"Styles d'image\\\",\\\"content language setting\\\":\\\"Paramétrage de langue de contenu\\\",\\\"content languages settings\\\":\\\"Paramétrages de langues de contenu\\\",\\\"Manage media settings.\\\":\\\"Gestion des paramétrages de media.\\\",\\\"URI of thumbnail storage directory\\\":\\\"URI du répertoire de stockage des vignettes\\\",\\\"Allowed oEmbed providers\\\":\\\"Fournisseurs oEmbed autorisés\\\",\\\"iFrame domain\\\":\\\"Domaine de l'iFrame\\\",\\\"Maximum size: %max_width x %max_height pixels\\\":\\\"Taille maximum : %max_width x %max_height pixels\\\",\\\"Maximum width: %max_width pixels\\\":\\\"Largeur maximale : %max_width pixels\\\",\\\"Maximum height: %max_height pixels\\\":\\\"Hauteur maximale : %max_height pixels\\\",\\\"oEmbed content\\\":\\\"Contenu oEmbed\\\",\\\"Sorry, the @name provider is not allowed.\\\":\\\"Désolé, le fournisseur @name n'est pas autorisé.\\\",\\\"The name of the author/owner\\\":\\\"Le nom de l'autheur/propriétaire\\\",\\\"The URL of the author/owner\\\":\\\"L'URL de l'autheur/propriétaire\\\",\\\"The name of the provider\\\":\\\"Le nom du fournisseur\\\",\\\"The URL of the provider\\\":\\\"L'URL du fournisseur\\\",\\\"Suggested cache lifetime\\\":\\\"Durée de vie du cache suggérée\\\",\\\"Default name of the media item\\\":\\\"Nom par défaut de l'élément média\\\",\\\"Local URI of the thumbnail\\\":\\\"URI locale de la vignette\\\",\\\"The width of the resource\\\":\\\"La largeur de la ressource\\\",\\\"The height of the resource\\\":\\\"l'hauteur de la ressource\\\",\\\"The HTML representation of the resource\\\":\\\"La représentation HTML de la ressource\\\",\\\"Allowed providers\\\":\\\"Fournisseurs autorisés\\\",\\\"@type URL\\\":\\\"URL de @type\\\",\\\"oEmbed source\\\":\\\"Source oEmbed\\\",\\\"Remote video\\\":\\\"Vidéo distante\\\",\\\"Custom menu links\\\":\\\"Liens de menu personnalisés\\\",\\\"custom menu link\\\":\\\"Lien de menu personnalisé\\\",\\\"custom menu links\\\":\\\"Liens de menu personnalisés\\\",\\\"Deleted @count content item.\\\\u0003Deleted @count content items.\\\":\\\"@count élément de contenu a été supprimé.\\\\u0003@count éléments de contenu ont été supprimés.\\\",\\\"search pages\\\":\\\"pages de recherche\\\",\\\"Shortcut sets\\\":\\\"Ensembles de raccourcis\\\",\\\"shortcut set\\\":\\\"Ensemble de raccourcis\\\",\\\"shortcut sets\\\":\\\"ensembles de raccourcis\\\",\\\"This is used as the value for max-age in Cache-Control headers.\\\":\\\"Ceci sera utilisé comme valeur \\\\\\\"max-age\\\\\\\" dans les entêtes \\\\\\\"Cache-Control\\\\\\\".\\\",\\\"Term language\\\":\\\"Langue de terme\\\",\\\"A remotely hosted video from YouTube or Vimeo.\\\":\\\"Une vidéo hébergée à distance chez Youtube ou Vimeo.\\\",\\\"A boolean indicating whether this block is reusable.\\\":\\\"Un booléen indiquant si ce bloc est réutilisable.\\\",\\\"Select @label\\\":\\\"Sélectionner @label\\\",\\\"Zero items selected\\\":\\\"Zero élément sélectionné\\\",\\\"All @count items selected\\\":\\\"Tous les @count éléments ont été sélectionnés\\\",\\\"Select all media\\\":\\\"Sélectionner tous les médias\\\",\\\"Show media item weights\\\":\\\"Afficher les largeurs des éléments média\\\",\\\"Hide media item weights\\\":\\\"Cacher les largeurs des éléments média\\\",\\\"Select a media type for %filename:\\\":\\\"Sélectionner un type de média pour %filename:\\\",\\\"Update widget\\\":\\\"Mettre à jour le widget\\\",\\\"Switch workspace\\\":\\\"Changer d'espace de travail\\\",\\\"Switch to @workspace\\\":\\\"Basculer vers @workspace\\\",\\\"Deploy content\\\":\\\"Déployer le contenu\\\",\\\"Current workspace:\\\":\\\"L'espace de travail actuel :\\\",\\\"Manage workspaces\\\":\\\"Gestion des espaces de travail\\\",\\\"View all @count workspaces\\\":\\\"Voir tous les @count espaces de travail\\\",\\\"The time that the workspaces was created.\\\":\\\"Date à laquelle l'espace de travail a été créé.\\\",\\\"workspaces\\\":\\\"espaces de travail\\\",\\\"The workspace of the referenced content.\\\":\\\"L'espace de travail du contenu référencé.\\\",\\\"Workspace association\\\":\\\"Association d'espace de travail\\\",\\\"Workspace associations\\\":\\\"Associations d'espace de travail\\\",\\\"workspace association\\\":\\\"association d'espace de travail\\\",\\\"workspace associations\\\":\\\"associations d'espace de travail\\\",\\\"Activate the %workspace workspace.\\\":\\\"Activer l'espace de travail %workspace.\\\",\\\"%workspace_label is now the active workspace.\\\":\\\"%workspace_label est maintenant l'espace de travail activé.\\\",\\\"You do not have access to activate the %workspace_label workspace.\\\":\\\"Vous n'avez pas l'accès pour activer l'espace de travail %workspace_label.\\\",\\\"The following will also be deleted:\\\":\\\"Ce qui suit sera également supprimé :\\\",\\\"1 @label revision.\\\\u0003@count @label revisions.\\\":\\\"1 @label révision.\\\\u0003@count @label révisions.\\\",\\\"Deploy %source_label workspace\\\":\\\"Deployer l'espace de travail %source_label\\\",\\\"Successful deployment.\\\":\\\"Déploiement réussi\\\",\\\"Deployment failed. All errors have been logged.\\\":\\\"Le déploiement a échoué. Toutes les erreurs ont été journalisées.\\\",\\\"Select workspace\\\":\\\"Sélectionner un espace de travail\\\",\\\"Manages the creation, configuration of display of media items.\\\":\\\"Gérer la création, la configuration de l'affichage des éléments de média.\\\",\\\"RDF types.\\\":\\\"Types RDF.\\\",\\\"Serialized block\\\":\\\"Bloc sérialisé\\\",\\\"The comment language.\\\":\\\"La langue du commentaire.\\\",\\\"Type (article, page, ....)\\\":\\\"Type (article, page, ....)\\\",\\\"Option ID.\\\":\\\"L'identifiant (ID) d'option.\\\",\\\"Integer value of Object ID\\\":\\\"Valeur numérique d' identifiant (ID) d'Objet\\\",\\\"Translation of the option\\\":\\\"Traduction de l'option\\\",\\\"Profile for testing hook_requirements().\\\":\\\"Profile pour tester hook_requirements().\\\",\\\"Create @entity_type\\\":\\\"Créer un(e) @entity_type\\\",\\\"Placeholder for the \\\\\\\"@block\\\\\\\" block\\\":\\\"Placeholder pour le bloc \\\\\\\"@block\\\\\\\"\\\",\\\"Multilingual mode\\\":\\\"Mode multilingue\\\",\\\"Language string ID\\\":\\\"L'identifiant (ID) de la langue au format chaîne de caractères\\\",\\\"Object property for this string\\\":\\\"Propriété d'objet pour cette chaîne de caractères\\\",\\\"The {filter_format}.format of the string\\\":\\\"Le {filter_format}.format de la chaîne de caractères\\\",\\\"@entity fields\\\":\\\"Les champs de @entity\\\",\\\"Language for this term.\\\":\\\"Langue de ce terme.\\\",\\\"Term name translation.\\\":\\\"Traduction de nom de terme.\\\",\\\"Term description translation.\\\":\\\"Traduction de description de terme.\\\",\\\"Placeholder for the \\\\\\\"@view\\\\\\\" views block\\\":\\\"Placeholder pour le bloc de vues \\\\\\\"@view\\\\\\\"\\\",\\\"Add to cart\\\":\\\"Ajouter au panier\\\",\\\"Add to Cart Form\\\":\\\"Formulaire d'ajout au panier\\\",\\\"Cart\\\":\\\"Panier\\\",\\\"Stores\\\":\\\"Boutiques\\\",\\\"Phone\\\":\\\"Téléphone\\\",\\\"Remote ID\\\":\\\"Identifiant (ID) distant\\\",\\\"Advanced queue jobs\\\":\\\"Advanced queue jobs\\\",\\\"Payload\\\":\\\"Charges\\\",\\\"Cart block\\\":\\\"Bloc du panier\\\",\\\"Cart form\\\":\\\"Formulaire du panier\\\",\\\"Price\\\":\\\"Prix\\\",\\\"Carts\\\":\\\"Paniers\\\",\\\"Store\\\":\\\"Boutique\\\",\\\"Customer\\\":\\\"Client\\\",\\\"Checkout Order Summary\\\":\\\"Checkout Order Summary\\\",\\\"Licenses\\\":\\\"Licences\\\",\\\"License type\\\":\\\"Type de licence\\\",\\\"Granted\\\":\\\"Accordé(e)\\\",\\\"Order items\\\":\\\"Eléments de la commande\\\",\\\"Display a set of order items in a table.\\\":\\\"Display a set of order items in a table.\\\",\\\"Unit price\\\":\\\"Prix unitaire\\\",\\\"Total price\\\":\\\"Prix total\\\",\\\"Orders\\\":\\\"Commandes\\\",\\\"Order number\\\":\\\"Numéro de commande\\\",\\\"Manage your orders.\\\":\\\"Gérer vos commandes.\\\",\\\"Products\\\":\\\"Produits\\\",\\\"User orders\\\":\\\"User orders\\\",\\\"Display a list of placed orders for a user.\\\":\\\"Display a list of placed orders for a user.\\\",\\\"Profiles\\\":\\\"Profils\\\",\\\"User view\\\":\\\"Voir l'utilisateur\\\",\\\"Newsletters\\\":\\\"Newsletters\\\",\\\"Subscribers\\\":\\\"Subscribers\\\",\\\"Newsletter issues\\\":\\\"Newsletters\\\",\\\"Find and manage newsletter issues.\\\":\\\"Find and manage newsletter issues.\\\",\\\"Online\\\":\\\"En ligne\\\",\\\"Variations\\\":\\\"Variations\\\",\\\"Delete order\\\":\\\"Supprimer la commande\\\",\\\"Delete product\\\":\\\"Supprimer un produit\\\",\\\"Publish product\\\":\\\"Publier un produit\\\",\\\"Delete store\\\":\\\"Supprimer une boutique\\\",\\\"Unpublish product\\\":\\\"Dépublier un produit\\\",\\\"Job ID\\\":\\\"Identifiant (ID) de Travail\\\",\\\"Job type\\\":\\\"Catégorie de travail\\\",\\\"Jobs\\\":\\\"Travaux\\\",\\\"No orders available.\\\":\\\"Aucune commande n'est disponible.\\\",\\\"No products available.\\\":\\\"Aucun produit disponible.\\\",\\\"You have not placed any orders with us yet.\\\":\\\"Vous ne nous avez encore rien commandé.\\\",\\\"@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\\\":\\\"Type de produit\\\",\\\"Product attribute\\\":\\\"Product attribute\\\",\\\"Product variation type\\\":\\\"Type de variation de produit\\\",\\\"Subscription type\\\":\\\"Subscription type\\\",\\\"Store type\\\":\\\"Store type\\\",\\\"License\\\":\\\"Licence\\\",\\\"Log\\\":\\\"Journal\\\",\\\"Order item\\\":\\\"Order item\\\",\\\"Payment method\\\":\\\"Mode de paiement\\\",\\\"Payment\\\":\\\"Paiement\\\",\\\"Product\\\":\\\"Produit\\\",\\\"Product attribute value\\\":\\\"Product attribute value\\\",\\\"Product variation\\\":\\\"Product variation\\\",\\\"Promotion\\\":\\\"Promotion\\\",\\\"Coupon\\\":\\\"Bon de réduction\\\",\\\"Subscription\\\":\\\"Subscription\\\",\\\"Search task\\\":\\\"Tâche de recherche\\\",\\\"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\\\":\\\"Montant\\\",\\\"Refunded amount\\\":\\\"Montant remboursé\\\",\\\"List price\\\":\\\"Prix public indicatif\\\",\\\"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.\\\":\\\"Génère un nombre défini d'utilisateurs. Supprime en option les utilisateurs actuels.\\\",\\\"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\\\":\\\"Devise\\\",\\\"Tax type\\\":\\\"Type de taxe\\\",\\\"Configuration Split Setting\\\":\\\"Configuration Split Setting\\\",\\\"Embed button\\\":\\\"Bouton d'intégration\\\",\\\"Entity browser\\\":\\\"Entity Browser\\\",\\\"JSON:API Resource override\\\":\\\"JSON:API Resource override\\\",\\\"Migration Group\\\":\\\"Migration Group\\\",\\\"Pagerer pager\\\":\\\"Pagerer pager\\\",\\\"Profile type\\\":\\\"Type de profil\\\",\\\"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\\\":\\\"Échantillons\\\",\\\"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\\\":\\\"Terminé\\\",\\\"Checkout step\\\":\\\"Checkout step\\\",\\\"Coupons\\\":\\\"Bons de réduction\\\",\\\"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\\\":\\\"Référence\\\",\\\"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\\\":\\\"Devise par défaut\\\",\\\"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\\\":\\\"Modifications\\\",\\\"Workflow Type\\\":\\\"Workflow Type\\\",\\\"Delta\\\":\\\"Delta\\\",\\\"@type profile\\\":\\\"@type profile\\\",\\\"User password\\\":\\\"User password\\\",\\\"The country name\\\":\\\"Le nom du pays\\\",\\\"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\\\":\\\"Code de la devise\\\",\\\"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\\\":\\\"Informations sur le client\\\",\\\"{{ quantity }} x\\\":\\\"{{ quantity }} x\\\",\\\"Commerce License\\\":\\\"Commerce License\\\",\\\"Commerce License Notifications\\\":\\\"Commerce License Notifications\\\",\\\"Order logs\\\":\\\"Order logs\\\",\\\"No log entries.\\\":\\\"No log entries.\\\",\\\"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.\\\",\\\"Node Article\\\":\\\"Node Article\\\",\\\"Node Article i18n\\\":\\\"Node Article i18n\\\",\\\"Simplenews newsletters nodes\\\":\\\"Simplenews newsletters nodes\\\",\\\"Simplenews subscribers\\\":\\\"Simplenews subscribers\\\",\\\"License from D7 Ubercart Roles.\\\":\\\"License from D7 Ubercart Roles.\\\",\\\"D7 User Profiles\\\":\\\"D7 User Profiles\\\",\\\"User accounts\\\":\\\"User accounts\\\",\\\"Delete selected profile\\\":\\\"Delete selected profile\\\",\\\"Publish selected profile\\\":\\\"Publish selected profile\\\",\\\"Unpublish selected profile\\\":\\\"Unpublish selected profile\\\",\\\"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\\\",\\\"Account\\\":\\\"Account\\\",\\\"Email: HTML\\\":\\\"Email: HTML\\\",\\\"Email: Plain\\\":\\\"Email: Plain\\\",\\\"Email: HTML text alternative\\\":\\\"Email: HTML text alternative\\\",\\\"Subscriptions\\\":\\\"Subscriptions\\\",\\\"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.\\\",\\\"Number of retries: {{ num_retries }}\\\":\\\"Number of retries: {{ num_retries }}\\\",\\\"{{ state }}\\\\n\\\\n{{ num_retries }}\\\":\\\"{{ state }}\\\\n\\\\n{{ num_retries }}\\\",\\\"Available date\\\":\\\"Available date\\\",\\\"Processed date\\\":\\\"Processed date\\\",\\\"{{ processed }}\\\\n\\\\n{{ message }}\\\":\\\"{{ processed }}\\\\n\\\\n{{ message }}\\\",\\\"Message: {{ message }}\\\":\\\"Message: {{ message }}\\\",\\\"No jobs found\\\":\\\"No jobs 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 Newsletter Issue for newsletters.\\\":\\\"Use Newsletter Issue for newsletters.\\\",\\\"Sends newsletters\\\":\\\"Sends newsletters\\\",\\\"Issue\\\":\\\"Issue\\\",\\\"Send status\\\":\\\"Send status\\\",\\\"No newsletter issues found.\\\":\\\"No newsletter issues found.\\\",\\\"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\\\",\\\"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\\\",\\\"Spellcheck\\\":\\\"Vérification orthographique\\\",\\\"Suggester\\\":\\\"Suggester\\\",\\\"Term Vector\\\":\\\"Term Vector\\\",\\\"Shopping cart\\\":\\\"Panier\\\",\\\"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!\\\",\\\"Devel menu\\\":\\\"Devel menu\\\",\\\"Edit configuration.\\\":\\\"Edit configuration.\\\",\\\"Edit state system values.\\\":\\\"Edit state system values.\\\",\\\"Field Info\\\":\\\"Informations de champ\\\",\\\"View Session\\\":\\\"View Session\\\",\\\"Element Info\\\":\\\"Element Info\\\",\\\"Cache clear\\\":\\\"Cache clear\\\",\\\"Container Info\\\":\\\"Container Info\\\",\\\"Routes Info\\\":\\\"Routes Info\\\",\\\"Current route info\\\":\\\"Current route info\\\",\\\"Events Info\\\":\\\"Events Info\\\",\\\"PHP config\\\":\\\"PHP config\\\",\\\"PHP Extensions\\\":\\\"Extentions PHP\\\",\\\"PHP SAPI\\\":\\\"PHP SAPI\\\",\\\"Request\\\":\\\"Requête\\\",\\\"Controller\\\":\\\"Controleur\\\",\\\"Timeline\\\":\\\"Chronologie\\\",\\\"Total time\\\":\\\"Temps total\\\",\\\"Memory\\\":\\\"Mémoire\\\",\\\"Performance Timing\\\":\\\"Performance Timing\\\",\\\"DNS lookup\\\":\\\"DNS lookup\\\",\\\"TCP handshake\\\":\\\"TCP handshake\\\",\\\"Data download\\\":\\\"Data download\\\",\\\"DOM building\\\":\\\"DOM building\\\",\\\"DB Queries\\\":\\\"DB Queries\\\",\\\"Query time\\\":\\\"Query time\\\",\\\"Default database\\\":\\\"Base de données par défaut\\\",\\\"Logged in as\\\":\\\"Logged in as\\\",\\\"Authenticated by\\\":\\\"Authenticated by\\\",\\\"Loaded\\\":\\\"Chargé\\\",\\\"Rendered\\\":\\\"Rendered\\\",\\\"Extensions\\\":\\\"Extensions\\\",\\\"Active Modules\\\":\\\"Active Modules\\\",\\\"Active Themes\\\":\\\"Active Themes\\\",\\\"Assets\\\":\\\"Assets\\\",\\\"Show Drupal toolbar\\\":\\\"Show Drupal toolbar\\\",\\\"Close Toolbar\\\":\\\"Close Toolbar\\\",\\\"The settings have been saved.\\\":\\\"Les paramètres ont été enregistrés.\\\",\\\"label\\\":\\\"étiquette\\\",\\\"Custom Search\\\":\\\"Custom Search\\\",\\\"Other searches\\\":\\\"Autres recherches\\\",\\\"Search views\\\":\\\"Search views\\\",\\\"All except those selected\\\":\\\"Tous sauf ceux sélectionnés\\\",\\\"None except those selected\\\":\\\"Aucun sauf ceux sélectionnés\\\",\\\"order item\\\":\\\"order item\\\",\\\"order items\\\":\\\"order items\\\",\\\"px\\\":\\\"px\\\",\\\"Fade in\\\":\\\"Fondu (fade in)\\\",\\\"Resizable\\\":\\\"Redimensionnable\\\",\\\"Draggable\\\":\\\"Glissable\\\",\\\"Slide down\\\":\\\"Glisser vers le bas\\\",\\\"Slide Up\\\":\\\"Glisser vers le haut\\\",\\\"Fade out\\\":\\\"Fade out\\\",\\\"Font\\\":\\\"Police\\\",\\\"Cache settings\\\":\\\"Paramètres du cache\\\",\\\"Excluded paths\\\":\\\"Chemins exclus\\\",\\\"EXIF\\\":\\\"EXIF\\\",\\\"EXIF IFD\\\":\\\"EXIF IFD\\\",\\\"IFD type\\\":\\\"Type d'IFD\\\",\\\"Gray\\\":\\\"Gris\\\",\\\"Display debugging information\\\":\\\"Afficher les informations de débogage\\\",\\\"Convert colorspace\\\":\\\"Convertir l'espace colorimétrique\\\",\\\"RGB\\\":\\\"RGB\\\",\\\"Change image resolution to 72 ppi\\\":\\\"Modifier la résolution de l'image à 72 ppi\\\",\\\"Image format\\\":\\\"Format de l'image\\\",\\\"Version information\\\":\\\"Information sur la version\\\",\\\"jQuery UI\\\":\\\"jQuery UI\\\",\\\"D7 Materio\\\":\\\"D7 Materio\\\",\\\"Session ID\\\":\\\"Identifiant de session\\\",\\\"By\\\":\\\"Par\\\",\\\"Ops\\\":\\\"Op.\\\",\\\"Flag\\\":\\\"Marquer\\\",\\\"Link type\\\":\\\"Type de lien\\\",\\\"flag\\\":\\\"marqueur\\\",\\\"Any user\\\":\\\"N'importe quel utilisateur\\\",\\\"Unflag\\\":\\\"Démarquer\\\",\\\"Flagged\\\":\\\"Flaggé\\\",\\\"Flags\\\":\\\"Flags\\\",\\\"Display link on user profile page\\\":\\\"Afficher le lien sur la page de profil de l'utilisateur\\\",\\\"Normal link\\\":\\\"Lien standard\\\",\\\"The Flag module handbook contains extensive documentation on creating customized views using flags.\\\":\\\"Le manuel du module Flag contient de la documentation pour créer des vues personnalisées en utilisants les flags.\\\",\\\"Flagging an item may trigger rules.\\\":\\\"Le marquage d'un élément peut déclencher des règles (Rules).\\\",\\\"To learn about the various ways to use flags, please check out the Flag module handbook.\\\":\\\"Pour apprendre les différentes manières d'utiliser les flags, consultez le manuel du module Flag.\\\",\\\"Flag name\\\":\\\"Nom du marqueur\\\",\\\"Flag link text\\\":\\\"Texte du lien du marqueur\\\",\\\"The text for the \\\\\\\"flag this\\\\\\\" link for this flag.\\\":\\\"Le texte du lien \\\\\\\"Marquer ceci\\\\\\\" de ce marqueur.\\\",\\\"Flag link description\\\":\\\"Description du lien du marqueur\\\",\\\"The description of the \\\\\\\"flag this\\\\\\\" link. Usually displayed on mouseover.\\\":\\\"La description du lien \\\\\\\"Marquer ceci\\\\\\\". Habituellement affiché au survol de la souris.\\\",\\\"Flag confirmation message\\\":\\\"Message de confirmation du marquage.\\\",\\\"Message displayed if the user has clicked the \\\\\\\"flag this\\\\\\\" link and confirmation is required. Usually presented in the form of a question such as, \\\\\\\"Are you sure you want to flag this content?\\\\\\\"\\\":\\\"Le message affiché si l'utilisateur a cliqué sur le lien \\\\\\\"flagger ceci\\\\\\\" et qu'une confirmation est requise. Habituellement présenté sous forme de question tel que : \\\\\\\"Êtes-vous certain de vouloir flagger ce contenu ?\\\\\\\"\\\",\\\"Flagged message\\\":\\\"Message de contenu marqué\\\",\\\"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.\\\":\\\"Le message affiché après que le contenu a été marqué. Si le JavaScript est activé, il sera affiché sous le lien. S'il n'est pas activé, il sera affiché dans la zone des messages.\\\",\\\"Unflag link text\\\":\\\"Texte du lien pour démarquer\\\",\\\"The text for the \\\\\\\"unflag this\\\\\\\" link for this flag.\\\":\\\"Le texte du lien \\\\\\\"Déflagger ceci\\\\\\\" pour ce flag.\\\",\\\"Unflag link description\\\":\\\"Description du lien démarquer\\\",\\\"The description of the \\\\\\\"unflag this\\\\\\\" link. Usually displayed on mouseover.\\\":\\\"La description du lien \\\\\\\"déflagger ceci\\\\\\\". Habituellement affiché au survol de la souris.\\\",\\\"Unflag confirmation message\\\":\\\"Message de confirmation de déflaggage\\\",\\\"Message displayed if the user has clicked the \\\\\\\"unflag this\\\\\\\" link and confirmation is required. Usually presented in the form of a question such as, \\\\\\\"Are you sure you want to unflag this content?\\\\\\\"\\\":\\\"Le message affiché si l'utilisateur a cliqué sur le lien \\\\\\\"déflagger ceci\\\\\\\" et qu'une confirmation est requise. Habituellement présenté sour la forme d'une question tel que : \\\\\\\"Êtes-vous certain de vouloir déflagger ce contenu ?\\\\\\\"\\\",\\\"Unflagged message\\\":\\\"Message de déflaggage\\\",\\\"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.\\\":\\\"Le message affiché après qu'un contenu a été déflaggé. Si le JavaScript est activé, il s'affichera sous le lien. S'il n'est pas activé, il sera affiché dans la zone des messages.\\\",\\\"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 to place the the links on the page yourself.\\\":\\\"Les flags sont souvent contrôlés par des liens qui permettent aux utilisateurs de basculer d'un état à l'autre. Vous pouvez choisir comment les utilisateurs intéragissent avec les flags ici. Il est normal de n'avoir aucune des ces options cochées, si vous souhaitez placer les liens sur la page vous-même.\\\",\\\"Flag actions\\\":\\\"Flag actions\\\",\\\"The current count total for this flag.\\\":\\\"Le compteur total courant pour ce flag.\\\",\\\"Total flag count for flag @flag\\\":\\\"Le nombre total de flag pour le flag @flag\\\",\\\"Filter to ensure content has or has not been flagged.\\\":\\\"Filtre qui s'assure qu'un contenu a été ou n'a pas été flaggé.\\\",\\\"Flag link\\\":\\\"Lien du flag\\\",\\\"Display flag/unflag link.\\\":\\\"Afficher le lien de flag/déflag.\\\",\\\"Flag counter\\\":\\\"Compteur de flag\\\",\\\"The number of times a piece of content is flagged by any user.\\\":\\\"Le nombre de fois qu'un contenu a été flaggé pour tous les utilisateurs.\\\",\\\"Not flagged\\\":\\\"Non flaggé\\\",\\\"This filter is only needed if the relationship used has the \\\\\\\"Include only flagged content\\\\\\\" option unchecked. Otherwise, this filter is useless, because all records are already limited to flagged content.\\\":\\\"Ce filtre n'est requis que si la relation utilisée comme option \\\\\\\"Uniquement inclure du contenu flaggé\\\\\\\" n'est pas cochée. Sinon, le filtre est sans effet car tous les enregistrements sont déjà limités au contenu flaggé.\\\",\\\"By choosing Not flagged, it is possible to create a list of content that is specifically not flagged.\\\":\\\"En choisissant Non flaggé, il est possible de créer une liste de contenu qui n'est pas flaggé.\\\",\\\"The name of the selected flag makes a good label.\\\":\\\"Le nom du flag sélectionné fait un bon libellé.\\\",\\\"Include only flagged content\\\":\\\"Inclure uniquement du contenu flaggé\\\",\\\"If checked, only content that has this flag will be included. Leave unchecked to include all content; or, in combination with the Flagged filter, to limit the results to specifically unflagged content.\\\":\\\"Si coché, seul le contenu qui a ce flag sera inclu. Laisser non coché pour inclure tout le contenu ; ou en combinaison avec le filtre Flaggé, pour limiter les résultats à du contenu spécifiquement non flaggé.\\\",\\\"Following\\\":\\\"Suivi\\\",\\\"Followers\\\":\\\"Abonnés\\\",\\\"No flags\\\":\\\"Aucun flag\\\",\\\"Dialog\\\":\\\"Dialogue\\\",\\\"Entity Type\\\":\\\"Type d'entité\\\",\\\"Personal\\\":\\\"Personnel\\\",\\\"Show on form\\\":\\\"Afficher sur le formulaire\\\",\\\"No %type flags exist. You must first create a %type flag before being able to use this relationship type.\\\":\\\"Aucun marquage %type n'existe. Vous devez d'abord créer un marquage %type avant de pouvoir l'utiliser.\\\",\\\"Flag title\\\":\\\"Marquer le titre\\\",\\\"Flagging an item may trigger rules. However, you don't have the Rules module enabled, so you won't be able to enjoy this feature. The Rules module is a more extensive solution than Flag actions.\\\":\\\"Marquer un item pour déclencher rules. Cependant, vous n'avez pas le module Rules activé, donc vous ne pouvez pas profiter de cette fonctionnalité. Le module Rules est une solution plus lourde que les actions de Flag.\\\",\\\"Flag/unflag link for @flag\\\":\\\"Lien Marquer/Démarquer pour @flag\\\",\\\"@entity_label flag\\\":\\\"Marqueur @entity_label\\\",\\\"Add flag\\\":\\\"Ajouter un marqueur\\\",\\\"Template name\\\":\\\"Nom du gabarit\\\",\\\"Sid\\\":\\\"Sid\\\",\\\"The time that the entity was created.\\\":\\\"La date à laquelle l'entité a été créée.\\\",\\\"The time that the entity was last edited.\\\":\\\"La date à laquelle l'entité a été modifiée pour la dernière fois.\\\",\\\"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\\\",\\\"My flag list items\\\":\\\"My flag list items\\\",\\\"List a users flag lists\\\":\\\"List a users flag lists\\\",\\\"Flag list\\\":\\\"Flag list\\\",\\\"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\\\",\\\"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/Godthab\\\":\\\"America/Godthab\\\",\\\"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/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\\\",\\\"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\\\",\\\"Add new context\\\":\\\"Ajouter un nouveau contexte\\\",\\\"Flag lists\\\":\\\"Flag lists\\\",\\\"Mailgun\\\":\\\"Mailgun\\\",\\\"JSON:API\\\":\\\"JSON:API\\\",\\\"REST\\\":\\\"REST\\\",\\\"Consumers\\\":\\\"Consumers\\\",\\\"Maillog Settings\\\":\\\"Maillog Settings\\\",\\\"Configuration Split settings\\\":\\\"Configuration Split settings\\\",\\\"Config devel\\\":\\\"Config devel\\\",\\\"Content synchronization\\\":\\\"Content synchronization\\\",\\\"Matomo Analytics\\\":\\\"Matomo Analytics\\\",\\\"Mail System\\\":\\\"Mail System\\\",\\\"Extended path aliases\\\":\\\"Extended path aliases\\\",\\\"Persistent Login\\\":\\\"Persistent Login\\\",\\\"Queues\\\":\\\"Files d'attente\\\",\\\"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\\\",\\\"MIME types\\\":\\\"MIME types\\\",\\\"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\\\",\\\"Entity clone settings\\\":\\\"Entity clone settings\\\",\\\"IP address bans\\\":\\\"IP address bans\\\",\\\"Automated logout settings\\\":\\\"Automated logout settings\\\",\\\"Profile types\\\":\\\"Types de profils\\\",\\\"Subscriber settings\\\":\\\"Subscriber settings\\\",\\\"Report all field permissions\\\":\\\"Report all field permissions\\\",\\\"Redis\\\":\\\"Redis\\\",\\\"Product attributes\\\":\\\"Product attributes\\\",\\\"Promotions\\\":\\\"Promotions\\\",\\\"Price lists\\\":\\\"Price lists\\\",\\\"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.\\\",\\\"Add a new context.\\\":\\\"Add a new context.\\\",\\\"Configure and Manage Flag Lists\\\":\\\"Configure and Manage Flag Lists\\\",\\\"Configure flags for marking content with arbitrary information (such as offensive or bookmarked).\\\":\\\"Configure flags for marking content with arbitrary information (such as offensive or bookmarked).\\\",\\\"Configure file metadata settings.\\\":\\\"Configure file metadata settings.\\\",\\\"Manage MIME Types.\\\":\\\"Manage MIME Types.\\\",\\\"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.\\\",\\\"Better handling of Drupal messages UI\\\":\\\"Better handling of Drupal messages UI\\\",\\\"Entity clone settings.\\\":\\\"Entity clone settings.\\\",\\\"Specify which configuration objects to automatically import/export.\\\":\\\"Specify which configuration objects to automatically import/export.\\\",\\\"List Configuration Split settings.\\\":\\\"List Configuration Split settings.\\\",\\\"Import and export your content.\\\":\\\"Import and export your content.\\\",\\\"Workflow administration overview.\\\":\\\"Workflow administration overview.\\\",\\\"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\\\":\\\"Types de produit\\\",\\\"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.\\\",\\\"Configuration Split setting\\\":\\\"Configuration Split setting\\\",\\\"Flagging collection type\\\":\\\"Flagging collection type\\\",\\\"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.\\\",\\\"Add URL redirect\\\":\\\"Ajouter une redirection d'URL\\\",\\\"Image Effects\\\":\\\"Image Effects\\\",\\\"Configure Image Effects settings.\\\":\\\"Configure Image Effects settings.\\\",\\\"Manage automatic entity labels\\\":\\\"Manage automatic entity labels\\\",\\\"Automatic label\\\":\\\"Automatic label\\\",\\\"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\\\",\\\"Flagging\\\":\\\"Flagging\\\",\\\"Flag for list\\\":\\\"Flag for list\\\",\\\"Flag list item\\\":\\\"Flag list item\\\",\\\"Flagging collection\\\":\\\"Flagging collection\\\",\\\"Number pattern\\\":\\\"Number pattern\\\",\\\"Workflow config transition\\\":\\\"Workflow config transition\\\",\\\"Solr Request Handler\\\":\\\"Solr Request Handler\\\",\\\"Solr Cache\\\":\\\"Solr Cache\\\",\\\"Solr Request Dispatcher\\\":\\\"Solr Request Dispatcher\\\",\\\"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.\\\",\\\"Resource name\\\":\\\"Nom de la ressource\\\",\\\"@label (read-only)\\\":\\\"@label (read-only)\\\",\\\"Break Lock\\\":\\\"Break Lock\\\",\\\"license\\\":\\\"license\\\",\\\"log\\\":\\\"log\\\",\\\"payment\\\":\\\"paiement\\\",\\\"payment method\\\":\\\"payment method\\\",\\\"price\\\":\\\"price\\\",\\\"price list\\\":\\\"price list\\\",\\\"product variation\\\":\\\"product variation\\\",\\\"product\\\":\\\"product\\\",\\\"product attribute value\\\":\\\"product attribute value\\\",\\\"coupon\\\":\\\"coupon\\\",\\\"subscription\\\":\\\"subscription\\\",\\\"flagging\\\":\\\"flagging\\\",\\\"profile\\\":\\\"profile\\\",\\\"search task\\\":\\\"search task\\\",\\\"Administer @type\\\":\\\"Administrer @type\\\",\\\"licenses\\\":\\\"licenses\\\",\\\"Access the @type overview page\\\":\\\"Access the @type overview page\\\",\\\"Create @type\\\":\\\"Créer @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\\\":\\\"Vue @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\\\":\\\"Supprimer @type\\\",\\\"products\\\":\\\"products\\\",\\\"View own unpublished @type\\\":\\\"Voir ses propres @type non publiés\\\",\\\"@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\\\",\\\"@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\\\",\\\"Administer product types\\\":\\\"Administer product types\\\",\\\"[Product variations] Manage %bundle\\\":\\\"[Product variations] Manage %bundle\\\",\\\"Delete @entity_type (Deprecated)\\\":\\\"Delete @entity_type (Deprecated)\\\",\\\"Export content\\\":\\\"Export content\\\",\\\"Publish selected product\\\":\\\"Publish selected product\\\",\\\"Unpublish selected product\\\":\\\"Unpublish selected product\\\",\\\"Delete flagging (unflag)\\\":\\\"Delete flagging (unflag)\\\",\\\"Delete selected entities\\\":\\\"Delete selected entities\\\",\\\"Change a node to next Workflow state\\\":\\\"Change a node to next Workflow state\\\",\\\"[Order items] Manage %bundle\\\":\\\"[Order items] Manage %bundle\\\",\\\"Add admin comments to @label\\\":\\\"Add admin comments to @label\\\",\\\"Administer order types\\\":\\\"Administer order types\\\",\\\"Administer store types\\\":\\\"Administer store types\\\",\\\"Bulk generate coupons\\\":\\\"Bulk generate coupons\\\",\\\"Administer profile types\\\":\\\"Administrer les types de profil.\\\",\\\"Entity Reference Revisions\\\":\\\"Entity Reference Revisions\\\",\\\"Content lock\\\":\\\"Content lock\\\",\\\"@entity_label translation\\\":\\\"@entity_label translation\\\",\\\"Entity browser bulk select form\\\":\\\"Entity browser bulk select form\\\",\\\"Lock Form Operation\\\":\\\"Lock Form Operation\\\",\\\"Break link\\\":\\\"Break link\\\",\\\"Views bulk operations\\\":\\\"Views bulk operations\\\",\\\"Lock Language\\\":\\\"Lock Language\\\",\\\"Translation counter\\\":\\\"Translation counter\\\",\\\"Source translation of target language equals row language\\\":\\\"Source translation of target language equals row language\\\",\\\"Target language equals default language\\\":\\\"Target language equals default language\\\",\\\"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.\\\",\\\"The time that the node was last edited in target language.\\\":\\\"The time that the node was last edited in target language.\\\",\\\"A boolean indicating whether the translation source of target language is same as the row language\\\":\\\"A boolean indicating whether the translation source of target language is same as the row language\\\",\\\"A boolean indicating whether the node is translated into target language.\\\":\\\"A boolean indicating whether the node is translated into target language.\\\",\\\"The target language.\\\":\\\"The target language.\\\",\\\"A boolean indicating whether the target language is default language\\\":\\\"A boolean indicating whether the target language is default language\\\",\\\"A boolean indicating whether the target language translation is outdated\\\":\\\"A boolean indicating whether the target language translation is outdated\\\",\\\"Amount of translations.\\\":\\\"Amount of translations.\\\",\\\"Provides links to perform translation operations.\\\":\\\"Provides links to perform translation operations.\\\",\\\"Output data based off of certain criteria.\\\":\\\"Output data based off of certain criteria.\\\",\\\"Overridden\\\":\\\"Overridden\\\",\\\"Global replacement patterns (for description field only)\\\":\\\"Global replacement patterns (for description field only)\\\",\\\"The text to display for this field. You may enter data from this view as per the \\\\\\\"Replacement patterns\\\\\\\" below. You may include Twig or the following allowed HTML tags: @tags\\\":\\\"The text to display for this field. You may enter data from this view as per the \\\\\\\"Replacement patterns\\\\\\\" below. You may include Twig or the following allowed HTML tags: @tags\\\",\\\"Lower case\\\":\\\"Lower case\\\",\\\"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.\\\":\\\"Fournir le texte à afficher si ce champ contient un résultat vide. Vous pouvez inclure du HTML. Vous pouvez saisir des données à partir de cette vue conformément aux \\\\\\\"Motifs de substitution\\\\\\\" de la section \\\\\\\"Réécrire les résultats\\\\\\\" ci-dessus.\\\",\\\"Please specify\\\":\\\"Veuillez spécifier\\\",\\\"multilingual\\\":\\\"multilingue\\\",\\\"Go to page @key\\\":\\\"Go to page @key\\\",\\\"Add Strings\\\":\\\"Add Strings\\\",\\\"Video Embed Field\\\":\\\"Video Embed Field\\\",\\\"Tests\\\":\\\"Tests\\\",\\\"Example modules\\\":\\\"Example modules\\\",\\\"Materio\\\":\\\"Materio\\\",\\\"File metadata\\\":\\\"File metadata\\\",\\\"Chaos tool suite (Experimental)\\\":\\\"Chaos tool suite (Experimental)\\\",\\\"Widgets\\\":\\\"Widgets\\\",\\\"Commerce (contrib)\\\":\\\"Commerce (contrib)\\\",\\\"@theme (theme) (disabled)\\\":\\\"@theme (theme) (disabled)\\\",\\\"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 https://www.drupal.org/node/296693 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 https://www.drupal.org/node/296693 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 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\\\",\\\"Provides a better Queue API.\\\":\\\"Provides a better Queue API.\\\",\\\"Adds automated timed logout.\\\":\\\"Adds automated timed logout.\\\",\\\"Allows assigning the classes to Blocks.\\\":\\\"Allows assigning the classes to Blocks.\\\",\\\"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\\\",\\\"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 about-us/edit for node/123/edit.
Allow these aliases to be entered in page specification wild-cards, about-us*, e.g for block visibility.\\\":\\\"Automatically extend path aliases to include tabs, like about-us/edit for node/123/edit.
Allow these aliases to be entered in page specification wild-cards, about-us*, 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\\\",\\\"A history of the site's user logins.\\\":\\\"A history of the site's user logins.\\\",\\\"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 configurable user profiles.\\\":\\\"Provides configurable user profiles.\\\",\\\"Test module for Profile.\\\":\\\"Test module for Profile.\\\",\\\"Provides a configurable plugin for defining recurring time periods.\\\":\\\"Provides a configurable plugin for defining recurring time periods.\\\",\\\"Logs 404 errors and allows users to create redirects for often requested but missing pages.\\\":\\\"Journalise les erreurs 404 et autorise les utilisateurs à créer des redirections pour les pages souvent demandées mais manquantes.\\\",\\\"Allows users to redirect between domains.\\\":\\\"Permet aux utilisateurs de rediriger entre les domaines.\\\",\\\"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.\\\",\\\"Text filter to convert URLs to embedded videos\\\":\\\"Text filter to convert URLs to embedded videos\\\",\\\"Set field-level permissions to create, update or view fields.\\\":\\\"Définir des permissions au niveau des champs pour créer, mettre à jour, ou voir des champs.\\\",\\\"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 widget for inline management (creation, modification, removal) of referenced entities. \\\":\\\"Fournit un widget pour la gestion en ligne d'entités référencées (création, modification, suppression). \\\",\\\"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 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.\\\",\\\"Defines common functionality for all Commerce modules.\\\":\\\"Defines common functionality for all Commerce modules.\\\",\\\"Implements the shopping cart system and add to cart features.\\\":\\\"Implements the shopping cart system and add to cart features.\\\",\\\"Provides configurable checkout flows.\\\":\\\"Provides configurable checkout flows.\\\",\\\"Provides activity logs for Commerce entities.\\\":\\\"Provides activity logs for Commerce entities.\\\",\\\"Test module for Commerce Log.\\\":\\\"Test module for Commerce Log.\\\",\\\"Provides configurable patterns for generating sequential numbers.\\\":\\\"Provides configurable patterns for generating sequential numbers.\\\",\\\"Defines the Order entity and associated features.\\\":\\\"Defines the Order entity and associated features.\\\",\\\"Provides payment functionality.\\\":\\\"Provides payment functionality.\\\",\\\"Provides payment gateway examples.\\\":\\\"Provides payment gateway examples.\\\",\\\"Defines the Currency entity.\\\":\\\"Defines the Currency entity.\\\",\\\"Defines the Product entity and associated features.\\\":\\\"Defines the Product entity and associated features.\\\",\\\"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.\\\",\\\"@module_name (missing)\\\":\\\"@module_name (missing)\\\",\\\"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 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.\\\",\\\"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.\\\",\\\"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.\\\",\\\"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.\\\",\\\"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\\\",\\\"Various blocks, pages, and functions for developers.\\\":\\\"Divers blocs, pages et fonctions pour développeurs.\\\",\\\"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\\\",\\\"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.\\\",\\\"Defines home contents for materiO.\\\":\\\"Defines home contents for materiO.\\\",\\\"Compute automaticly materials references : -, eg. W-0459.\\\":\\\"Compute automaticly materials references : -, 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\\\",\\\"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.\\\",\\\"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.\\\",\\\"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.\\\",\\\"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\\\",\\\"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.\\\",\\\"Offers an implementation of the Search API that uses an Apache Solr server for indexing content.\\\":\\\"Fournit une implémentation de la Search API qui utilise un serveur Apache Solr pour indexer le contenu.\\\",\\\"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.\\\",\\\"Drupal Core (@core_requirement) (incompatible with version @core_version)\\\":\\\"Drupal Core (@core_requirement) (incompatible with version @core_version)\\\",\\\"@module_name (incompatible with this version of Drupal core)\\\":\\\"@module_name (incompatible with this version of Drupal core)\\\",\\\"@module_name (incompatible with version @version)\\\":\\\"@module_name (incompatible with version @version)\\\",\\\"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.\\\",\\\"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 RetryTest.\\\":\\\"Test module for RetryTest.\\\",\\\"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.\\\",\\\"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.\\\",\\\"Provides hooks for testing File module functionality.\\\":\\\"Provides hooks for testing File module functionality.\\\",\\\"Support module for file handling tests.\\\":\\\"Support module for file handling tests.\\\",\\\"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.\\\",\\\"Support module for image toolkit tests.\\\":\\\"Support module for image toolkit tests.\\\",\\\"Provides hook implementations for testing Image module functionality.\\\":\\\"Provides hook implementations for testing Image module functionality.\\\",\\\"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.\\\",\\\"Provides hook implementations for testing System module functionality.\\\":\\\"Provides hook implementations for testing System module functionality.\\\",\\\"Support module for system testing.\\\":\\\"Support module for system testing.\\\",\\\"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.\\\",\\\"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.\\\",\\\"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.\\\",\\\"close\\\":\\\"close\\\",\\\"Congratulations! You have successfully installed the Content Sync module.\\\":\\\"Congratulations! You have successfully installed the Content Sync module.\\\",\\\"Allows you to export strings to a JSON i18n file.\\\":\\\"Allows you to export strings to a JSON i18n file.\\\",\\\"An error occurred while trying to index items. Check the logs for details.\\\":\\\"Une erreur est survenue lors de la tentative d'indexation des éléments. Consulter les journaux pour plus de détails.\\\",\\\"Suggest additional words\\\":\\\"Proposer des mots supplémentaires\\\",\\\"Suggest word endings\\\":\\\"Proposer des terminaisons de mots\\\",\\\"Suggest additional words the user might want to search for.\\\":\\\"Suggérer des mots supplémentaires que l'utilisateur pourrait vouloir rechercher.\\\",\\\"Create excerpt\\\":\\\"Créer un extrait\\\",\\\"Excerpt length\\\":\\\"Longueur de l'extrait\\\",\\\"Exclude fields from excerpt\\\":\\\"Exclure des champs de l'extrait\\\",\\\"Search API settings\\\":\\\"Paramètres de Search API\\\",\\\"Autocomplete suggestions\\\":\\\"Suggestions d'autocomplétion\\\",\\\"Invalid or missing datasource plugin: %datasource_id\\\":\\\"Plugin de source de données invalide ou manquant : %datasource_id\\\",\\\"Index @name\\\":\\\"Index @name\\\",\\\"Selected field\\\":\\\"Champ sélectionné\\\",\\\"The user roles which will be active when the entity is rendered\\\":\\\"Les rôles utilisateur qui seront actifs lors du rendu de l'entité\\\",\\\"Search API DB settings\\\":\\\"Paramètres de Search API Database Search\\\",\\\"Name of the database we are connecting to\\\":\\\"Nom de la base de données à laquelle se connecter\\\",\\\"ID: @name\\\":\\\"Identifiant (ID) : @name\\\",\\\"My backend\\\":\\\"Mon backend\\\",\\\"The search index %name has been enabled.\\\":\\\"L'index de recherche %name a été activé.\\\",\\\"My datasource\\\":\\\"Ma source de données\\\",\\\"Weight for processor %title\\\":\\\"Le poids du processeur %title\\\",\\\"Add search index\\\":\\\"Ajouter un index de recherche\\\",\\\"Edit search index %label\\\":\\\"Modifier l'index de recherche %label\\\",\\\"Please configure the used datasources.\\\":\\\"Veuillez configurer la source de données utilisée.\\\",\\\"- No server -\\\":\\\"- Aucun serveur -\\\",\\\"Only enabled indexes can be used for indexing and searching. This setting will only take effect if the selected server is also enabled.\\\":\\\"Seuls les index actifs peuvent être utilisés pour l'indexation et la recherche. Ce paramètre ne prendra effet que si le serveur sélectionné est aussi actif.\\\",\\\"Are you sure you want to reindex the search index %name?\\\":\\\"Voulez-vous vraiment ré-indexer l'index de recherche %name ?\\\",\\\"The search index %name was successfully reindexed.\\\":\\\"L'index de recherche %name a été ré-indexé avec succès.\\\",\\\"Failed to reindex items for the search index %name.\\\":\\\"Échec de la ré-indexation des éléments pour l'index de recherche %name.\\\",\\\"All indexed data was successfully deleted from the server.\\\":\\\"Toutes les données indexées ont été supprimées avec succès du serveur.\\\",\\\"Deleting a server will disable all its indexes and their searches.\\\":\\\"La suppression d'un serveur désactivera tous ses index et leurs recherches.\\\",\\\"The search server %name has been deleted.\\\":\\\"Le serveur de recherche %name a été supprimé.\\\",\\\"Are you sure you want to disable the search server %name?\\\":\\\"Voulez-vous vraiment désactiver le serveur de recherche %name ?\\\",\\\"The search server %name has been disabled.\\\":\\\"Le serveur de recherche %name a été désactivé.\\\",\\\"Add search server\\\":\\\"Ajouter un serveur de recherche\\\",\\\"Edit search server %label\\\":\\\"Modifier le serveur de recherche %label\\\",\\\"Enter the displayed name for the server.\\\":\\\"Saisir le nom affiché pour le serveur.\\\",\\\"Only enabled servers can index items or execute searches.\\\":\\\"Seuls les serveurs actifs peuvent indexer des éléments et exécuter des recherches.\\\",\\\"Enter a description for the server.\\\":\\\"Saisir la description du serveur.\\\",\\\"Choose a backend to use for this server.\\\":\\\"Choisir un backend à utiliser avec ce serveur.\\\",\\\"Configure %plugin backend\\\":\\\"Configurer le backend %plugin\\\",\\\"The backend plugin is missing or invalid.\\\":\\\"Le plugin du backend est manquant ou invalide.\\\",\\\"The server was successfully saved.\\\":\\\"Le serveur a été enregistré avec succès.\\\",\\\"The server could not be saved.\\\":\\\"Le serveur n'a pas pu être enregistré.\\\",\\\"Provides %entity_type entities for indexing and searching.\\\":\\\"Fournit des entités %entity_type pour l'indexation et la recherche.\\\",\\\"This datasource doesn't have any view modes available. It is therefore not possible to display results of this datasource using this row plugin.\\\":\\\"Cette source de données n'a aucun mode n'affichage disponible. Il n'est par conséquent pas possible d'afficher les résultats de cette source de données en utilisant ce plugin de ligne.\\\",\\\"My Processor\\\":\\\"Mon processeur\\\",\\\"Does … something.\\\":\\\"Fait... quelque chose.\\\",\\\"Search API query\\\":\\\"Requête Search API\\\",\\\"Minimum search string length\\\":\\\"Taille minimale de chaîne de caractères à rechercher\\\",\\\"Fields to search on\\\":\\\"Champs dans lesquels effectuer la recherche\\\",\\\"View modes for each datasource\\\":\\\"Modes d'affichage pour chaque source de données\\\",\\\"Database Search Defaults\\\":\\\"Paramètres par défaut de Database Search\\\",\\\"My data type\\\":\\\"Mon type de données\\\",\\\"Default View mode for datasource %name\\\":\\\"Mode d'affichage par défaut pour la source de données %name\\\",\\\"The keyword to look for.\\\":\\\"Le mot-clé à rechercher.\\\",\\\"disabled (enable)\\\":\\\"désactivé (activer)\\\",\\\"The selected languages\\\":\\\"Les langues sélectionnées\\\",\\\"The datasource ID of the field\\\":\\\"Identifiant (ID) de la source de données\\\",\\\"Search API rendered item\\\":\\\"Élément rendu par Search API\\\",\\\"Search API datasource\\\":\\\"Source de données Search API\\\",\\\"Field %label was added to the index.\\\":\\\"Le champ %label a été ajouté à l'index.\\\",\\\"The indexing workflow was successfully edited.\\\":\\\"Le flux de travail d'indexation a été modifié avec succès.\\\",\\\"(No description available)\\\":\\\"(Aucun description disponible)\\\",\\\"@datasource datasource\\\":\\\"Source de données @datasource\\\",\\\"Datasource settings\\\":\\\"Paramètres de la source de données\\\",\\\"Contains integer values.\\\":\\\"Contient des valeurs entières.\\\",\\\"My display\\\":\\\"Mon affichage\\\",\\\"Execute tasks now\\\":\\\"Exécuter les tâches maintenant\\\",\\\"There is currently @count task pending for this server.\\\\u0003There are currently @count tasks pending for this server.\\\":\\\"Il y a actuellement @count tâche en attente pour ce serveur.\\\\u0003Il y a actuellement @count tâches en attente pour ce serveur.\\\",\\\"Which bundles should be indexed?\\\":\\\"Quels paquets doivent être indexés ?\\\",\\\"Which languages should be indexed?\\\":\\\"Quelles langues doivent être indexées ?\\\",\\\"View %view_name, display %display_title\\\":\\\"Vue %view_name, affichage %display_title\\\",\\\"Show the status of all search indexes.\\\":\\\"Afficher le statut de tous les index de recherche.\\\",\\\"Alias to show the status of all search indexes.\\\":\\\"Alias pour afficher le statut de tous les index de recherche.\\\",\\\"Clear all search indexes.\\\":\\\"Vider tous les index de recherche.\\\",\\\"Alias to clear all search indexes.\\\":\\\"Alias pour purger tous les index de recherche.\\\",\\\"% Complete\\\":\\\"Terminer\\\",\\\"Show the status of the search index with the ID @name.\\\":\\\"Afficher le statut de l'index de recherche possédant l'identifiant (ID) @name.\\\",\\\"Enable the @server search server.\\\":\\\"Activer le serveur de recherche @server.\\\",\\\"Alias to enable the @server search server.\\\":\\\"Alias pour activer le serveur de recherche @server.\\\",\\\"Default field configuration\\\":\\\"Configuration par défaut du champ\\\",\\\"The properties to be aggregated\\\":\\\"Propriétés à aggréger\\\",\\\"It is recommended not to use this processor with the selected server.\\\":\\\"Il est recommandé de ne pas utiliser ce processeur avec le serveur sélectionné.\\\",\\\"Processor %id specifies a non-existing class %class.\\\":\\\"Le processeur %id spécifie la classe inexistante %class.\\\",\\\"Single phrase\\\":\\\"Phrase unique\\\",\\\"Multiple words\\\":\\\"Plusieurs mots\\\",\\\"Aggregated field\\\":\\\"Champ agrégé\\\",\\\"Database Search\\\":\\\"Database Search\\\",\\\"Time-based caching (Search API)\\\":\\\"Mise en cache basée sur le temps (Search API)\\\",\\\"Tag-based caching (Search API)\\\":\\\"Mise en cache basée sur les étiquettes (Search API)\\\",\\\"Clear all search indexes on the search server @server.\\\":\\\"Effacer tous les index sur le serveur de recherche @server.\\\",\\\"Datasource boost settings\\\":\\\"Paramètres de renforcement de la source de données\\\",\\\"Base boost for the datasource\\\":\\\"Renforcement de base de la source de données\\\",\\\"The boost value for this bundle\\\":\\\"Valeur de renforcement pour ce paquet\\\",\\\"Boost settings for %datasource\\\":\\\"Paramètres de renforcement pour %datasource\\\",\\\"Default boost for items from this datasource\\\":\\\"Eléments de renforcement par défaut pour cette source de données\\\",\\\"Indexing order\\\":\\\"Ordre d'indexation\\\",\\\"The order in which items will be indexed.\\\":\\\"L'ordre dans lequel les éléments seront indexés.\\\",\\\"Index items in the same order in which they were saved\\\":\\\"Indexer les éléments dans le même ordre dans lequel ils ont été enregistrés\\\",\\\"Index the most recent items first\\\":\\\"Indexer les articles les plus récents en premier\\\",\\\"Default index tracker which uses a simple database table for tracking items.\\\":\\\"Traqueur d'index par défaut qui utilise une simple table de base de données pour le suivi des éléments.\\\",\\\"Display field with matches of the search keywords highlighted, if available.\\\":\\\"Afficher le champ avec les correspondances des mots-clés de recherche mis en évidence, si disponibles.\\\",\\\"There are no indexes defined. Please create an index before trying to enable it.\\\":\\\"Il n'y a pas d'index défini. Veuillez créer un index avant d'essayer de l'activer.\\\",\\\"You must specify at least one index to enable.\\\":\\\"Vous devez spécifier au moins un index pour l'activer.\\\",\\\"There are no indexes defined. Please create an index before trying to disable it.\\\":\\\"Il n'y a pas d'index défini. Veuillez créer un index avant d'essayer de le désactiver.\\\",\\\"You must specify at least one index to disable.\\\":\\\"Vous devez spécifier au moins un index à désactiver.\\\",\\\"@index was not found\\\":\\\"@index n'a pas été trouvé\\\",\\\"Invalid index ID \\\\\\\"@index_id\\\\\\\".\\\":\\\"L'identifiant (ID) de l'index \\\\\\\"@index_id\\\\\\\" est invalide.\\\",\\\"Invalid server ID \\\\\\\"@server_id\\\\\\\".\\\":\\\"L'identifiant (ID) du serveur \\\\\\\"@server_id\\\\\\\" est invalide.\\\",\\\"Only those selected\\\":\\\"Seulement ceux sélectionnés\\\",\\\"Updated 1 server.\\\\u0003Updated @count servers.\\\":\\\"1 serveur mis à jour.\\\\u0003@count serveurs mis à jour.\\\",\\\"Partial matching\\\":\\\"Correspondance partielle\\\",\\\"Audio file display format settings\\\":\\\"Paramètres du format d'affichage des fichiers audio\\\",\\\"Video file display format settings\\\":\\\"Paramètres du format d'affichage des fichiers vidéo\\\",\\\"Multiple file display: Multiple HTML tags\\\":\\\"Affichage de plusieurs fichiers : plusieurs balises HTML\\\",\\\"Multiple file display: One HTML tag with multiple sources\\\":\\\"Affichage de plusieurs fichiers : une balise HTML avec plusieurs sources\\\",\\\"Root-relative file URL\\\":\\\"URL de fichier relative à la racine\\\",\\\"An entity field containing a file URI, and a computed root-relative file URL.\\\":\\\"Un champ d'entité contenant une URI de fichier et une URL de fichier calculée relativement à la racine.\\\",\\\"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, read the change record to learn how to opt in.\\\":\\\"Le mode de rétrocompatibilité a été activé pour la normalisation HAL du champ \\\\\\\"uri\\\\\\\" des entités Fichier. Comme précédemment, il continuera de ne retourner que l'URL absolue du fichier. Si vous voulez le nouveau comportement, renvoyant à la fois l'URI stockée et l'URL d'un fichier relatif à la racine, lire l'annonce de modification pour apprendre à activer ce comportement.\\\",\\\"Whether to retain pre Drupal 8.5 behavior of normalizing the File entity \\\\\\\"uri\\\\\\\" field value to an absolute URL.\\\":\\\"Conserver le comportement de normalisation du champ \\\\\\\"uri\\\\\\\" des entités Fichier vers une URL absolue tel que dans les versions antérieures à Drupal 8.5.\\\",\\\"@title field is required if there is @uri input.\\\":\\\"Le champ @title est requis si @uri est saisi.\\\",\\\"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 online documentation for the Media module.\\\":\\\"Le module Media gère la création, l'édition, la suppression, le paramétrage et l'affichage de médias. Les éléments sont généralement des images, des documents, des diaporamas, des vidéos YouTube, des tweets, des photos Instagram, etc. Vous pouvez référencer des médias depuis n'importe quel autre contenu de votre site. Pour plus d'informations, consulter la documentation en ligne du module Media.\\\",\\\"Media items are listed at the media administration page.\\\":\\\"Les médias sont listés dans la page d'administration des médias .\\\",\\\"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.\\\":\\\"Les utilisateurs autorisés à administrer des types de contenu peuvent ajouter le support des médias en ajoutant un champ de référence vers un média au type de contenu sur la page d'administration du type de contenu. (Il en va de même pour les types de blocs, les termes de taxonomie, les profils utilisateurs et les autres contenus qui prennent en charge les champs.) Un champ de référence vers un média peut se référer à n'importe quel type de média configuré. Il est possible d'autoriser plusieurs types de médias dans le même champ.\\\",\\\"Differences between Media, File, and Image reference fields\\\":\\\"Différences entre les références de champs Media, Fichier et Image\\\",\\\"Media reference fields offer several advantages over basic File and Image references:\\\":\\\"Les champs de référence à des entités Média offrent différents avantages par rapport aux simples références à des entités Fichier ou Image :\\\",\\\"Media reference fields can reference multiple media types in the same field.\\\":\\\"Les champs de référence de média peuvent référencer plusieurs types de médias dans un même champ.\\\",\\\"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.)\\\":\\\"Des champs peuvent également être ajoutés aux types de médias eux-mêmes, ce qui signifie que des métadonnées personnalisées comme des descriptions et des balises taxonomiques peuvent être ajoutées pour les médias référencés. (Les champs de fichiers et d'images de base ne le supportent pas.)\\\",\\\"Media types for audio and video files are provided by default, so there is no need for additional configuration to upload these media.\\\":\\\"Les types de médias pour les fichiers audio et vidéo sont fournis par défaut, il n'y a donc pas besoin de configuration supplémentaire pour transférer ces médias.\\\",\\\"Contributed or custom projects can provide additional media sources (such as third-party websites, Twitter, etc.).\\\":\\\"Des projets contribués ou personnalisés peuvent fournir des sources de médias supplémentaires (tels que des sites web tiers, Twitter, etc.)\\\",\\\"Existing media items can be reused on any other content items with a media reference field.\\\":\\\"Les médias existants peuvent être réutilisés dans n'importe quel contenu via un champ de référence à un média.\\\",\\\"Use Media reference fields for most files, images, audio, videos, and remote media. Use File or Image reference fields when creating your own media types, or for legacy files and images created before enabling the Media module.\\\":\\\"Utilisez les champs de référence Média pour la plupart des fichiers, images, audio, vidéos et médias distants. Utilisez les champs de référence Fichier ou Image lors de la création de vos propres types de médias, ou pour les fichiers et images créés avant d'activer le module Media.\\\",\\\"The media source cannot be changed after the media type is created.\\\":\\\"La source du média ne peut pas être modifiée après que le type de média a été créé.\\\",\\\"Use audio files for reusable media.\\\":\\\"Utiliser des fichiers audio en tant que médias réutilisables.\\\",\\\"Use video files for reusable media.\\\":\\\"Utiliser des fichiers vidéo en tant que médias réutilisables.\\\",\\\"The destination system contains data which was not created by a migration.\\\":\\\"Le système cible contient des données qui n'ont pas été créées via une migration.\\\",\\\"source_module enforcement tags\\\":\\\"Étiquettes (tags) source_module imposées\\\",\\\"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 Drupal site upgrades handbook for more information.\\\":\\\"Mettre à niveau un site en important ses fichiers et les données de sa base dans une installation vierge de Drupal 8. Consulter la section du manuel sur la mise à niveau de sites Drupal pour plus d'informations.\\\",\\\"This empty Drupal 8 installation you will import the old site to.\\\":\\\"L'installation vierge de Drupal 8 dans laquelle vous importerez l'ancien site.\\\",\\\"WARNING: Content may be overwritten on your new site.\\\":\\\"Attention : du contenu pourrait être écrasé sur votre nouveau site.\\\",\\\"I acknowledge I may lose data. Continue anyway.\\\":\\\"Je comprends que je peux perdre des données. Poursuivre quand même.\\\",\\\"There is conflicting content of these types:\\\":\\\"Les contenus de types suivants sont en conflit :\\\",\\\"It looks like you have content on your new site which may be overwritten if you continue to run this upgrade. The upgrade should be performed on a clean Drupal 8 installation. For more information see the upgrade handbook.\\\":\\\"Il semble que du contenu existe déjà sur le site, qui pourrait être écrasé si la mise à niveau continue. La mise à niveau devrait au contraire être effectuée depuis une installation fraîche de Drupal 8. Voir le manuel de mise à niveau pour plus d'informations.\\\",\\\"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 upgrade handbook for instructions on how to avoid ID conflicts with translated content.\\\":\\\"Il semblerait que vous soyez en train de migrer du contenu traduit depuis votre ancien site. D'éventuels conflits entre identifiants (ID) de traductions ne sont pas détectés automatiquement dans la version courante de Drupal. Se référer à la page du manuel sur la mise à niveau pour des instructions sur la manière d'éviter des conflits d'identifiants entre contenus traduits.\\\",\\\"On the Performance page, 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.\\\":\\\"Sur la page performance, vous pouvez configurer combien de temps les navigateurs et les proxys peuvent garder les pages en cache sur la base de l'en-tête Cache-Control ; ce paramètre est ignoré par le module Internal Page Cache, qui met les pages en cache de manière permanente jusqu'à invalidation, à moins qu'elles ne comportent un en-tête Expires. Il n'y a aucune autre configuration.\\\",\\\"Either the path '@link_path' is invalid or you do not have access to it.\\\":\\\"Soit le chemin '@link_path' est invalide, soit vous n'y avez pas accès.\\\",\\\"The Settings Tray module allows users with the Administer blocks and Use contextual links permissions to edit blocks without visiting a separate page. For more information, see the online documentation for the Settings Tray module.\\\":\\\"Le module Settings Tray autorise un utilisateur ayant les droits Administrer les blocs et Utiliser les liens contextuels à modifier les blocs sans avoir à visiter une page séparée. Consulter la documentation en ligne du module Settings Tray pour plus d'informations.\\\",\\\"Editing blocks in place\\\":\\\"Édition des blocs in situ\\\",\\\"To edit blocks in place, either click the Edit button in the toolbar and then click on the block, or choose \\\\\\\"Quick edit\\\\\\\" from the block's contextual link. (See the Contextual Links module help for more information about how to use contextual links.)\\\":\\\"Afin de modifier les blocs in situ, cliquez dans la barre d'outils sur le bouton Modifier puis sur le bloc désiré. Vous pouvez également choisir \\\\\\\"Modification rapide\\\\\\\" depuis le lien contextuel du bloc. (Pour plus d'informations relatives aux liens contextuels, consulter l'aide du module Contextual Links.)\\\",\\\"The Settings Tray for the block will open in a sidebar, with a compact form for configuring what the block shows.\\\":\\\"Le volet de paramètrage du bloc s'ouvrira dans une barre latérale, avec un formulaire compact pour configurer ce que le bloc affiche.\\\",\\\"Save the form and the changes will be immediately visible on the page.\\\":\\\"Enregistrer le formulaire et les modifications seront immédiatement visibles sur la page.\\\",\\\"Provides a sidebar to configure blocks on the page.\\\":\\\"Fournit une barre latérale pour configurer les blocs dans la page.\\\",\\\"The ID of the node to which these statistics apply.\\\":\\\"L'identifiant (ID) du nœud auquel ces statistiques s'appliquent.\\\",\\\"Specify the format of the syslog entry. Available variables are:
!base_url
Base URL of the site.
!timestamp
Unix timestamp of the log entry.
!type
The category to which this message belongs.
!ip
IP address of the user triggering the message.
!request_uri
The requested URI.
!referer
HTTP Referer if available.
!severity
The severity level of the event; ranges from 0 (Emergency) to 7 (Debug).
!uid
User ID.
!link
A link to associate with the message.
!message
The message to store in the log.
\\\":\\\"Spécifier le format de l'entrée Syslog. Les variables disponibles sont :
!base_url
URL de base du site.
!timestamp
Horodatage Unix de l'entrée de journal.
!type
La catégorie à laquelle ce message appartient.
!ip
L'adresse IP de l'utilisateur à l'origine du message.
!request_uri
L'URI demandée.
!referer
HTTP Referer, si disponible.
!severity
Le niveau de sévérité de l'évènement ; de 0 (urgent) à 7 (débogage).
!uid
Identifiant (ID) de l'utilisateur.
!link
Un lien à associer au message.
!message
Le message à stocker dans le journal.
\\\",\\\"Either the path '%path' is invalid or you do not have access to it.\\\":\\\"Soit le chemin '%path' est invalide, soit vous n'y avez pas accès.\\\",\\\"Enable this option to output an absolute link. Required if you want to use the path as a link destination.\\\":\\\"Activer cette option pour afficher un lien absolu. Requis si vous souhaitez utiliser le chemin en tant que lien de destination.\\\",\\\"Enforce a destination 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.\\\":\\\"Forcer un paramètre de destination dans le lien pour renvoyer l'utilisateur vers la vue originale une fois l'action du lien complétée. La plupart des opérations incluent une destination par défaut et ce paramètre n'est plus nécessaire.\\\",\\\"Hint text that appears inside the Min field when empty.\\\":\\\"Suggestion qui apparaît dans le champ Min lorsqu'il est vide.\\\",\\\"Hint text that appears inside the Max field when empty.\\\":\\\"Suggestion qui apparaît dans le champ Max lorsqu'il est vide.\\\",\\\"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 Content Moderation module provides a workflow type that enables workflows for content entities.\\\":\\\"Aucun type de processus n'est disponible. Pour en créer, vous devez installer au moins un module qui fournit un type de processus. Le module Content Moderation fournit par exemple un type de processus qui en permet la création pour les entités de contenu.\\\",\\\"No moderated content available. Only pending versions of content, such as drafts, are listed here.\\\":\\\"Aucun contenu modéré disponible. Seules les versions de contenu en attente, telles que 'Brouillon', sont listées ici.\\\",\\\"Name (A-Z)\\\":\\\"Nom (A-Z)\\\",\\\"Name (Z-A)\\\":\\\"Nom (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 Workflows to apply different states and transitions to entities as needed. For more information, see the online documentation for the Content Moderation module.\\\":\\\"Le module Content moderation vous permet d'étendre les états de contenu \\\\\\\"publié\\\\\\\" et \\\\\\\"non publié\\\\\\\" de Drupal. Ceci vous permet d'avoir simultanément une version publiée du contenu et une autre version en cours de validation avant sa publication. Ceci est possible en utilisant Workflows pour gérer différents états et transitions sur les entités en fonction de vos besoins. Pour plus d'informations, consulter la documentation en ligne du module Content Moderation.\\\",\\\"Content Moderation allows you to apply Workflows to content, custom blocks, and other content entities, 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 vous permet d'appliquer des processus de publication au contenu, blocs personnalisés et autres entités de contenu, pour fournir des options de publication plus détaillées. Par exemple, une page basique pourrait avoir des états tels que brouillon et publié, et autoriser des transitions telles que brouillon vers publié (mettre en ligne la révision courante), et publié vers brouillon (créer une nouvelle révision brouillon de contenu publié).\\\",\\\"You can view a list of content awaiting moderation on the moderated content page. 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.\\\":\\\"Vous pouvez consulter une liste de contenu en attente de modération sur la page de contenu modéré. Cela affichera tout contenu dans un état non publié, tel que Brouillon ou Archivé, pour faciliter la remontée des contenus qui nécessitent plus d'attention de la part des éditeurs de contenu.\\\",\\\"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.\\\":\\\"Chaque transition est exposée comme un droit. Si un utilisateur dispose du droit d'effectuer une transition, il peut utiliser cette transition pour modifier l'état du contenu, de Brouillon à Publié.\\\",\\\"Content translation bundle settings\\\":\\\"Paramètres du paquet Content translation\\\",\\\"Bundle settings values\\\":\\\"Valeurs des paramètres du paquet\\\",\\\"This layout builder tool allows you to configure the layout of the main content area.\\\":\\\"Cet outil de création de mise en page vous permet de configurer la mise en page de la zone de contenu principale.\\\",\\\"Layout Builder provides layout building utility.\\\":\\\"Layout Builder fournit un utilitaire de création de mise en page.\\\",\\\"For more information, see the online documentation for the Layout Builder module.\\\":\\\"Pour plus d'informations, consulter la documentation en ligne du module Layout Builder.\\\",\\\"Provides layout building utility.\\\":\\\"Fournit un utilitaire de construction de mises en page.\\\",\\\"Configure any layout\\\":\\\"Configurer n'importe quelle mise en page\\\",\\\"Per-view-mode Layout Builder settings\\\":\\\"Paramètres de Layout Builder par mode de visualisation\\\",\\\"Allow a customized layout\\\":\\\"Autoriser une mise en page personnalisée\\\",\\\"The layout override has been saved.\\\":\\\"La surcharge de mise en page a été enregistrée.\\\",\\\"The changes to the layout have been discarded.\\\":\\\"Les changements à cette mise en page ont été annulés.\\\",\\\"@entity being viewed\\\":\\\"@entity actuellement vu(e)\\\",\\\"You must revert all customized layouts of this display before you can disable this option.\\\":\\\"Vous devez désactiver toutes les mises en page personnalisées de cet affichage avant de désactiver cette option.\\\",\\\"The layout has been reverted back to defaults.\\\":\\\"La mise en page a été rétablie aux valeurs par défaut.\\\",\\\"Create your media on the media add page (opens a new window), then add it by name to the field below.\\\":\\\"Créez votre média sur la page d'ajout de média (ouvre une nouvelle fenêtre) ; vous pourrez ensuite le retrouver par son nom et l'ajouter au champ ci-dessous.\\\",\\\"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.\\\":\\\"La page suivante fournira, avant de procéder à la mise à niveau, une vue d'ensemble des modules qui seront mis à niveau et de ceux qui ne le seront pas.\\\",\\\"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 upgrading handbook.\\\":\\\"Une mise à niveau a déjà été effectuée sur ce site. Pour exécuter une nouvelle migration, créer une nouvelle installation vierge de Drupal 8. Les retours en arrière via l'interface utilisateur ne sont pas encore supportés. Pour plus d'informations, consulter la section du manuel sur la mise à niveau.\\\",\\\"Import new configuration and content from old site\\\":\\\"Importer de la nouvelle configuration et du nouveau contenu depuis un ancien 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 Review the pre-upgrade analysis in the Upgrading to Drupal 8 handbook.\\\":\\\"Ces modules n'ont pas d'équivalent installé sur votre nouveau site. Si vous procédez à la mise à niveau maintenant, la configuration et/ou les contenus requis par ces modules ne sera(ont) pas disponible(s) sur votre nouveau site. Pour plus d'informations, consulter la page sur l'examen de l'analyse avant mise à niveau dans la section Mettre à niveau vers Drupal 8 du manuel.\\\",\\\"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 PHP's version support documentation and the Drupal 8 PHP requirements handbook page for more information.\\\":\\\"Drupal arrêtera la prise en charge de cette version le 6 mars 2019. Mettre à niveau PHP vers la vers %recommended ou plus pour garantir que votre site pourra être mis à jour et rester sécurisé.\\\\r\\\\nPour plus d'informations, consulter la documentation sur la prise en charge des versions de PHP et la page du manuel sur les pré-requis PHP de Drupal 8.\\\",\\\"It is recommended to upgrade to PHP version %recommended or higher for the best ongoing support. See PHP's version support documentation and the Drupal 8 PHP requirements handbook page for more information.\\\":\\\"Il est recommandé de mettre à niveau votre installation de PHP vers la version %recommended ou ultérieur pour un meilleur support dans le temps. Voir la documentation sur le support des versions de PHP et la page sur les pré-requis de Drupal 8 en termes de versions de PHP pour plus d'informations.\\\",\\\"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.\\\":\\\"Un champ \\\\\\\"Révision par défaut\\\\\\\" existe déjà pour le type d'entité @entity_type_label mais aucune méta-donnée de révision \\\\\\\"revision_default\\\\\\\" n'a été trouvée dans sa définition.\\\",\\\"An existing \\\\\\\"Default revision\\\\\\\" field was found for the @entity_type_label entity type.\\\":\\\"Un champ \\\\\\\"Révision par défaut\\\\\\\" existant a été trouvé pour le type d'entité @entity_type_label.\\\",\\\"Experimental installation profile used\\\":\\\"Profil d'installation expérimental utilisé\\\",\\\"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.\\\":\\\"Les profils expérimentaux sont fournis uniquement à des fins de test. Utilisez-les à vos risques et périls. Pour commencer à construire un nouveau site, réinstallez Drupal et choisissez un profil non expérimental.\\\",\\\"Install an example site that shows off some of Drupal’s capabilities.\\\":\\\"Installer un site d'exemple démontrant les possibilités offertes par Drupal.\\\",\\\"Search by keyword, ingredient, dish\\\":\\\"Rechercher par mot clé, ingrédient, plat\\\",\\\"Tell us what you think\\\":\\\"Dites nous ce que vous pensez\\\",\\\"Banner block\\\":\\\"Bloc bannière\\\",\\\"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.\\\":\\\"Un bloc bannière contient un titre, un résumé, un lien vers le contenu et une image d'arrière plan. L'image d'arrière plan est mise à l'échelle pour correspondre à la largeur de la fenêtre du navigateur.\\\",\\\"A disclaimer block contains disclaimer and copyright text.\\\":\\\"Un bloc de mentions légales contient une clause de non responsabilité et le texte des droits d'auteurs.\\\",\\\"Footer promo block\\\":\\\"Bloc de pied de page de promotion\\\",\\\"A footer promo block contains a title, promo text, and a \\\\\\\"find out more\\\\\\\" link.\\\":\\\"Un bloc pied de page de promotion contient un titre, un texte de promotion et un lien \\\\\\\"en savoir plus\\\\\\\".\\\",\\\"Content Link\\\":\\\"Lien de contenu\\\",\\\"Find out more link\\\":\\\"Lien \\\\\\\"en savoir plus\\\\\\\"\\\",\\\"Promo text\\\":\\\"Texte de promotion\\\",\\\"Promo title\\\":\\\"Titre de promotion\\\",\\\"This image will be used on both the recipe page and wherever the recipe is promoted.\\\":\\\"Cette image sera utilisée à la fois dans la page de recette et partout où la recette est promue.\\\",\\\"List the ingredients required for this recipe, one per item.\\\":\\\"Lister les ingrédients requis pour cette recette, un ingrédient par élément.\\\",\\\"Recipe category\\\":\\\"Catégorie de la recette\\\",\\\"Recipe instruction\\\":\\\"Étapes de la recette\\\",\\\"Provide a short overview of this recipe.\\\":\\\"Fournir une courte vue d'ensemble de cette recette.\\\",\\\"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\\\":\\\"Mise à l'échelle et recadrage en 7:3\\\",\\\"Small 21:9 (768x330)\\\":\\\"Petit 21:9 (768x330)\\\",\\\"Square Large\\\":\\\"Carré large\\\",\\\"Square Medium\\\":\\\"Carré moyen\\\",\\\"Square Small\\\":\\\"Petit carré\\\",\\\"3:2 Image\\\":\\\"3:2 Image\\\",\\\"Hero or Banner\\\":\\\"Héros ou bannière\\\",\\\"Territory\\\":\\\"Territoire\\\",\\\"Territories\\\":\\\"Territoires\\\",\\\"Label type\\\":\\\"Type d'étiquette\\\",\\\"Add territory\\\":\\\"Ajouter un territoire\\\",\\\"Please add at least one territory.\\\":\\\"Veuillez ajouter au moins un territoire.\\\",\\\"Zone territory\\\":\\\"Zone du territoire\\\",\\\"Country field settings\\\":\\\"Paramètres du champ pays\\\",\\\"Zone field settings\\\":\\\"Paramètres du champ zone\\\",\\\"Default address widget settings\\\":\\\"Paramètres par défaut du widget d'adresse\\\",\\\"Default zone widget settings\\\":\\\"Paramètres par défaut du widget de zone\\\",\\\"Show the zone label field\\\":\\\"Afficher l'étiquette du champ de zone\\\",\\\"Country source\\\":\\\"Pays source\\\",\\\"Country contextual filter ID\\\":\\\"Identifiant (ID) du filtre contextuel du pays\\\",\\\"Exposed country filter ID\\\":\\\"Identifiant (ID) du filtre exposé du pays\\\",\\\"Predefined country for administrative areas\\\":\\\"Pays prédéfinit pour les zones administratives\\\",\\\"Zone label\\\":\\\"Étiquette de zone\\\",\\\"Limit by postal code\\\":\\\"Limiter par code postal\\\",\\\"An entity field containing a country\\\":\\\"Un champ d'entité contenant un pays\\\",\\\"An entity field containing a zone\\\":\\\"Un champ d'entité contenant une zone\\\",\\\"Zone label field: @status\\\":\\\"Étiquette du champ de zone : @status\\\",\\\"A predefined country code\\\":\\\"Un code pays prédéfinis\\\",\\\"The value of a contextual filter\\\":\\\"La valeur d'un filtre contextuel\\\",\\\"The value of an exposed filter\\\":\\\"La valeur d'un filtre exposé\\\",\\\"Country contextual filter\\\":\\\"Filtre contextuel de pays\\\",\\\"You must add a contextual filter for the country code to use this filter for administrative areas.\\\":\\\"Vous devez ajouter un filtre contextuel pour le code du pays pour pouvoir utiliser ce filtre de zones administratives.\\\",\\\"Exposed country filter to determine values\\\":\\\"Filtre exposé de pays pour déterminer les valeurs\\\",\\\"You must add a filter for the country code to use this filter for administrative areas.\\\":\\\"Vous devez ajouter un filtre pour le code du pays pour pouvoir utiliser ce filtre de zones administratives.\\\",\\\"Dynamic (an appropriate label will be set based on the active country)\\\":\\\"Dynamique (une étiquette pertinente sera définie selon le pays actif)\\\",\\\"The country contextual filter must be defined for this filter to work using 'contextual filter' for the 'Country source'.\\\":\\\"Le pays utilisé comme filtre contextuel doit être définit pour qu'il puisse être utilisé comme \\\\\\\"filtre contextuel\\\\\\\" pour le \\\\\\\"Pays source\\\\\\\"\\\",\\\"This filter must be exposed to use a contextual filter to specify the country.\\\":\\\"Ce filtre doit être exposé pour permettre de filtrer contextuellement le pays à spécifier.\\\",\\\"The country filter must be defined for this filter to work using 'exposed filter' for the 'Country source'.\\\":\\\"Le pays utilisé comme filtre doit être définit pour qu'il puisse être utilisé comme \\\\\\\"filtre exposé\\\\\\\" pour le \\\\\\\"Pays Source\\\\\\\"\\\",\\\"This filter must be exposed to use a filter to specify the country.\\\":\\\"Ce filtre doit être exposé pour permettre de filtrer le pays à spécifier.\\\",\\\"The predefined country must be set for this filter to work.\\\":\\\"Le pays prédéfinit doit être définis pour que ce filtre puisse fonctionner.\\\",\\\"The source for the country must be defined for this filter to work.\\\":\\\"La source pour le pays doit être définie pour que ce filtre puisse fonctionner.\\\",\\\"You can only select options here if you use a predefined country for the 'Country source'.\\\":\\\"Vous ne pouvez sélectionner ces options que si vous utilisez un pays prédéfinit comme \\\\\\\"Pays source\\\\\\\".\\\",\\\"exposed: country set via contextual filter\\\":\\\"Exposé : Pays définit via un filtre contextuel\\\",\\\"exposed: country set via exposed filter\\\":\\\"Exposé : Pays définit via un filtre exposé\\\",\\\"exposed: fixed country: @country\\\":\\\"Exposé : Pays fixe : @country\\\",\\\"fixed country: @country\\\":\\\"Pays fixe : @country\\\",\\\"broken configuration\\\":\\\"configuration cassée\\\",\\\"Field overrides\\\":\\\"Surcharges de champ\\\",\\\"Display the country name instead of the country code\\\":\\\"Afficher le nom du pays au lieu du code du pays\\\",\\\"Subdivision\\\":\\\"Sous-division\\\",\\\"Display the subdivision name instead of the subdivision code\\\":\\\"Afficher le nom de la sous-division au lieu du code de la sous-division\\\",\\\"Use field overrides to override the country-specific address format, forcing specific fields to always be hidden, optional, or required.\\\":\\\"Utiliser la surcharge des champs pour surcharger le format d'adresse d'un pays précis, forcer des champs précis à être toujours cachés, optionnels ou obligatoires.\\\",\\\"Toolbar settings\\\":\\\"Paramètres de la barre d'outils\\\",\\\"key\\\":\\\"clé\\\",\\\"Success\\\":\\\"Succès\\\",\\\"Release\\\":\\\"Version\\\",\\\"Expire date\\\":\\\"Date d'expiration\\\",\\\"Queue ID\\\":\\\"Identifiant (ID) de la file d'attente\\\",\\\"Backend\\\":\\\"Backend\\\",\\\"Use an icon\\\":\\\"Utiliser une icône\\\",\\\"queue\\\":\\\"file d'attente\\\",\\\"Failure\\\":\\\"Échec\\\",\\\"Ellipsis\\\":\\\"Ellipse\\\",\\\"Limit: @limit\\\":\\\"Limite : @limit\\\",\\\"Timeout\\\":\\\"Temps limite\\\",\\\"Redirect url\\\":\\\"URL de redirection\\\",\\\"Role Name\\\":\\\"Nom du rôle\\\",\\\"Forgot password?\\\":\\\"Mot de passe oublié ?\\\",\\\"PayPal\\\":\\\"PayPal\\\",\\\"Categories\\\":\\\"Catégories\\\",\\\"Code\\\":\\\"Code\\\",\\\"Payments\\\":\\\"Paiements\\\",\\\"store\\\":\\\"boutique\\\",\\\"Events\\\":\\\"Évènements\\\",\\\"order\\\":\\\"commande\\\",\\\"Checkout\\\":\\\"Terminer ma commande\\\",\\\"Equals\\\":\\\"Egale\\\",\\\"Visibility settings\\\":\\\"Paramètres de visibilité\\\",\\\"Create account\\\":\\\"Créer un compte\\\",\\\"API key\\\":\\\"Clé d'API\\\",\\\"Manual\\\":\\\"Manuel\\\",\\\"Expired\\\":\\\"Expiré\\\",\\\"Sidebar\\\":\\\"Barre latérale\\\",\\\"Contact information\\\":\\\"Information de Contact\\\",\\\"Tax rate\\\":\\\"Taux de taxe\\\",\\\"promotion\\\":\\\"promotion\\\",\\\"Discount\\\":\\\"Remise\\\",\\\"Subtotal\\\":\\\"Sous-total\\\",\\\"Order Summary\\\":\\\"Résumé de la commande\\\",\\\"Billing address\\\":\\\"Adresse de facturation\\\",\\\"Mastercard\\\":\\\"Mastercard\\\",\\\"American Express\\\":\\\"American Express\\\",\\\"Refund\\\":\\\"Remboursement\\\",\\\"Percentage\\\":\\\"Pourcentage\\\",\\\"Live\\\":\\\"En direct\\\",\\\"Review\\\":\\\"Vérifier\\\",\\\"License ID\\\":\\\"Identifiant (ID) de licence\\\",\\\"License settings\\\":\\\"Configuration de la licence\\\",\\\"Transaction ID\\\":\\\"Identifiant (ID) de transaction\\\",\\\"Cost\\\":\\\"Coût\\\",\\\"Product ID\\\":\\\"Identifiant (ID) du produit\\\",\\\"Product title\\\":\\\"Titre du produit\\\",\\\"Product count\\\":\\\"Nombre de produit(s)\\\",\\\"Shippable\\\":\\\"Livrable\\\",\\\"Order ID\\\":\\\"Identifiant de la commande\\\",\\\"Currency Code\\\":\\\"Code de la devise\\\",\\\"Attribute Name\\\":\\\"Nom d'attribut\\\",\\\"Profile ID\\\":\\\"Identifiant (ID) du profil\\\",\\\"Order status\\\":\\\"Statut de la commande\\\",\\\"Base rate\\\":\\\"Taux de base\\\",\\\"Billing first name\\\":\\\"Prénom pour la facturation\\\",\\\"Billing last name\\\":\\\"Nom pour la facturation\\\",\\\"Taxed product types\\\":\\\"Types de produits taxés\\\",\\\"Order total\\\":\\\"Total de la commande\\\",\\\"Product price\\\":\\\"Prix du produit\\\",\\\"Payment amount\\\":\\\"Montant du paiement\\\",\\\"Payment Method\\\":\\\"Mode de paiment\\\",\\\"Currency name\\\":\\\"Nom de la devise\\\",\\\"Line item ID\\\":\\\"Identifiant (ID) de l'élément de commande\\\",\\\"Line item type\\\":\\\"Type d'élément de commande\\\",\\\"Message ID\\\":\\\"Identifiant (ID) du message\\\",\\\"Rules component\\\":\\\"Composant de Rules\\\",\\\"The field storage type.\\\":\\\"Le type de stockage de champ.\\\",\\\"Response\\\":\\\"Réponse\\\",\\\"Visa\\\":\\\"Visa\\\",\\\"Remove condition\\\":\\\"Retirer la condition\\\",\\\"Edit block\\\":\\\"Modifier le bloc\\\",\\\"Are you sure you want to remove the %label block?\\\":\\\"Êtes vous sûr(e) de vouloir retirer le bloc %label ?\\\",\\\"Context type\\\":\\\"Type de contexte\\\",\\\"Add a relationship\\\":\\\"Ajouter une relation\\\",\\\"Hide fields\\\":\\\"Masquer les champs\\\",\\\"Context value\\\":\\\"Valeur du contexte\\\",\\\"Block display variant\\\":\\\"Variante d'affichage de bloc\\\",\\\"Plugin Id\\\":\\\"Identifiant (ID) du plugin\\\",\\\"Are you sure you want to delete the @label condition?\\\":\\\"Êtes-vous sûr(e) de vouloir supprimer la condition @label ?\\\",\\\"No required conditions have been configured.\\\":\\\"Aucune condition requise n'a été configurée.\\\",\\\"No required contexts have been configured.\\\":\\\"Aucun contexte requis n'a été configuré.\\\",\\\"Label: @label
Type: @type\\\":\\\"Étiquette : @label
Type : @type\\\",\\\"Are you sure you want to delete the @label context?\\\":\\\"Êtes-vous sûr(e) de vouloir supprimer le contexte @label ?\\\",\\\"Context ID\\\":\\\"ID (identifiant) du contexte\\\",\\\"No contexts or relationships have been added.\\\":\\\"Aucun contexte ou relation n'a été ajouté.\\\",\\\"Configure Relationship\\\":\\\"Configurer la relation\\\",\\\"Context label\\\":\\\"Étiquette du contexte\\\",\\\"Are you sure you want to delete the @label relationship?\\\":\\\"Êtes-vous sûr(e) de vouloir supprimer la relation @label ?\\\",\\\"@bundle_type is @bundles or @last\\\":\\\"@bundle_type est @bundles ou @last\\\",\\\"@bundle_type is @bundle\\\":\\\"@bundle_type est @bundle\\\",\\\"Add Condition\\\":\\\"Ajouter une condition\\\",\\\"Chaos tools Views\\\":\\\"Chaos tools Views\\\",\\\"Reorder fields\\\":\\\"Réorganiser les champs\\\",\\\"Disable filters\\\":\\\"Désactiver les filtres\\\",\\\"Configure sorts\\\":\\\"Configurer les tris\\\",\\\"Inherit from view\\\":\\\"Hériter de la vue\\\",\\\"@label bundle\\\":\\\"Paquet @label\\\",\\\"Chaos tools blocks\\\":\\\"Blocs de Chaos tools\\\",\\\"Description of the context\\\":\\\"Description du contexte\\\",\\\"Set a context value\\\":\\\"Définir une valeur de contexte\\\",\\\"No relationships have been added.\\\":\\\"Aucune relation n'a été ajoutée.\\\",\\\"title\\\":\\\"titre\\\",\\\"value\\\":\\\"valeur\\\",\\\"content\\\":\\\"contenu\\\",\\\"Priority\\\":\\\"Priorité\\\",\\\"name\\\":\\\"nom\\\",\\\"path\\\":\\\"chemin\\\",\\\"type\\\":\\\"type\\\",\\\"Url\\\":\\\"URL\\\",\\\"Variable name\\\":\\\"Nom de la variable\\\",\\\"Number of terms\\\":\\\"Nombre de termes\\\",\\\"Load\\\":\\\"Charger\\\",\\\"Now\\\":\\\"Maintenant\\\",\\\"class\\\":\\\"classe\\\",\\\"template\\\":\\\"gabarit\\\",\\\"IP\\\":\\\"IP\\\",\\\"Original\\\":\\\"Original\\\",\\\"ago\\\":\\\"il y a\\\",\\\"Parameters\\\":\\\"Paramètres\\\",\\\"id\\\":\\\"identifiant (id)\\\",\\\"Purge\\\":\\\"Purger\\\",\\\"terms\\\":\\\"termes\\\",\\\"Engine\\\":\\\"Moteur\\\",\\\"Failed\\\":\\\"Échec\\\",\\\"Enter username\\\":\\\"Entrez le nom d'utilisateur\\\",\\\"Username not found\\\":\\\"Nom d'utilisateur inconnu\\\",\\\"Translations\\\":\\\"Traductions\\\",\\\"Event Name\\\":\\\"Nom de l'événement\\\",\\\"Layouts\\\":\\\"Mises en page\\\",\\\"Services\\\":\\\"Services\\\",\\\"Service\\\":\\\"Service\\\",\\\"Available\\\":\\\"Disponible\\\",\\\"1 user\\\\u0003@count users\\\":\\\"1 utilisateur\\\\u0003@count utilisateurs\\\",\\\"Here are the contents of your $_SESSION variable.\\\":\\\"Voici le contenu de votre variable $_SESSION.\\\",\\\"Switch user\\\":\\\"Changer d'utilisateur\\\",\\\"Number of users to display in the list\\\":\\\"Nombre d'utilisateurs à afficher dans la liste\\\",\\\"This user can switch back.\\\":\\\"Cet utilisateur peut revenir.\\\",\\\"Caution: this user will be unable to switch back.\\\":\\\"Attention : cet utilisateur ne pourra pas revenir à son compte.\\\",\\\"Sort query log\\\":\\\"Trier le journal des requêtes\\\",\\\"The query table can be sorted in the order that the queries were executed or by descending duration.\\\":\\\"La table de la requête peut être triée dans l'ordre où les requêtes ont été exécutées ou par durée décroissante.\\\",\\\"Slow query highlighting\\\":\\\"Surligner les requêtes lentes\\\",\\\"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.\\\":\\\"Entrez un entier en millisecondes. Toute requête qui prend plus longtemps que ce nombre de millisecondes sera mise en surbrillance dans le journal de la requête. Cela indique possiblement une requête inefficace, ou candidate pour la mise en cache.\\\",\\\"New value\\\":\\\"Nouvelle valeur\\\",\\\"Session name\\\":\\\"Nom de la session\\\",\\\"How many users would you like to generate?\\\":\\\"Combien d'utilisateurs voulez-vous générer ?\\\",\\\"How many nodes would you like to generate?\\\":\\\"Combien de nœuds voulez-vous générer ?\\\",\\\"Rebuild\\\":\\\"Reconstruire\\\",\\\"Role(s)\\\":\\\"Rôle(s)\\\",\\\"Untranslated\\\":\\\"Non traduit\\\",\\\"Cache cleared.\\\":\\\"Cache vidé.\\\",\\\"Authenticated\\\":\\\"Authentifié\\\",\\\"Instances\\\":\\\"Instances\\\",\\\"count\\\":\\\"nombre\\\",\\\"priority\\\":\\\"priorité\\\",\\\"Generating Content\\\":\\\"Génération du contenu\\\",\\\"Rebuild the theme registry on every page load\\\":\\\"Reconstruire le registre de thème à chaque chargement de page\\\",\\\"Reinstall\\\":\\\"Réinstaller\\\",\\\"PHPinfo()\\\":\\\"PHPinfo()\\\",\\\"Delete all users (except user id 1) before generating new users.\\\":\\\"Supprimer tous les utilisateurs (excepté utilisateur id 1) avant de générer les nouveaux utilisateurs.\\\",\\\"How old should user accounts be?\\\":\\\"Quel âge doivent avoir les comptes d'utilisateurs ?\\\",\\\"User ages will be distributed randomly from the current time, back to the selected time.\\\":\\\"L'ancienneté des utilisateurs sera distribuée aléatoirement entre l'heure choisie et l'heure actuelle.\\\",\\\"How far back in time should the nodes be dated?\\\":\\\"À partir de quand doit-on dater les nœuds ?\\\",\\\"Node creation dates will be distributed randomly from the current time, back to the selected time.\\\":\\\"Les dates de création des nœuds seront réparties aléatoirement entre la date de départ choisie et maintenant.\\\",\\\"Requires path.module\\\":\\\"Requiert path.module\\\",\\\"Add an url alias for each node.\\\":\\\"Ajouter un alias d'URL à chaque nœud\\\",\\\"Devel generate\\\":\\\"Devel generate\\\",\\\"Rebuild Menu\\\":\\\"Reconstruire le menu\\\",\\\"form\\\":\\\"formulaire\\\",\\\"access\\\":\\\"accès\\\",\\\"Caller\\\":\\\"Appelant\\\",\\\"Libraries\\\":\\\"Bibliothèques\\\",\\\"display\\\":\\\"Affichage\\\",\\\"View latest\\\":\\\"Voir la plus récente\\\",\\\"Display $page array\\\":\\\"Afficher le tableau $page\\\",\\\"Uninstalled and installed: %names.\\\":\\\"Désinstallés et réinstallés : %names.\\\",\\\"View developer output like variable printouts, query log, etc.\\\":\\\"Voir un rendu pour les développeurs tel que les diverses impressions, le journal des requêtes, etc.\\\",\\\"Access developer information\\\":\\\"Accéder aux informations de développeur\\\",\\\"Switch users\\\":\\\"Changer d'utilisateur\\\",\\\"Field info\\\":\\\"Informations du champ\\\",\\\"Deleted %count nodes.\\\":\\\"%count nœuds supprimés.\\\",\\\"Which roles should the users receive?\\\":\\\"Quels rôles les utilisateurs devraient-ils recevoir ?\\\",\\\"Users always receive the authenticated user role.\\\":\\\"Les utilisateurs reçoivent toujours le rôle utilisateur authentifié.\\\",\\\"Maximum number of comments per node.\\\":\\\"Nombre maximum de commentaires par nœud.\\\",\\\"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.\\\":\\\"Vous devez aussi activer les commentaires pour les types de contenus que vous générez. Notez que certains nœuds ne recevront aléatoirement aucun commentaire. D'autres recevront le maximum.\\\",\\\"Article\\\":\\\"Article\\\",\\\"Delete entity\\\":\\\"Supprimer l'entité\\\",\\\"General information\\\":\\\"Information générale\\\",\\\"Append\\\":\\\"Ajouter\\\",\\\"Replace\\\":\\\"Remplacer\\\",\\\"Metadata\\\":\\\"Metadonnées\\\",\\\"iFrame\\\":\\\"iFrame\\\",\\\"The image was resized to fit within the maximum allowed dimensions of %dimensions pixels.\\\":\\\"L'image a été redimensionnée pour tenir dans les dimensions maximales autorisées (%dimensions pixels).\\\",\\\"The image is too small; the minimum dimensions are %dimensions pixels.\\\":\\\"L'image transférée est trop petite ; les dimensions minimales sont de %dimensions pixels.\\\",\\\"This text will be used by screen readers, search engines, or when the image cannot be loaded.\\\":\\\"Ce texte sera utilisé par les lecteurs d'écran, les moteurs de recherche, ou lorsque l'image ne peut être chargée.\\\",\\\"Save entity\\\":\\\"Enregistrer l'entité\\\",\\\"Modal\\\":\\\"Modal\\\",\\\"Select files\\\":\\\"Sélectionner des fichiers\\\",\\\"File view mode\\\":\\\"Mode d'affichage de fichier\\\",\\\"The selected @label has already been added.\\\":\\\"Le(la) @label sélectionné(e) a déjà été ajouté(e).\\\",\\\"Modal width\\\":\\\"Largeur de la fenêtre modale\\\",\\\"Modal height\\\":\\\"Hauteur de la fenêtre modale\\\",\\\"Select entities\\\":\\\"Sélectionner les entités\\\",\\\"- Select a view -\\\":\\\"- Sélectionner une vue -\\\",\\\"@type\\\":\\\"@type\\\",\\\"View handler settings\\\":\\\"Paramètres du gestionnaire de vue\\\",\\\"Target UUID\\\":\\\"UUID cible\\\",\\\"Recursive rendering detected when rendering entity @entity_type @entity_id. Aborting rendering.\\\":\\\"Rendu récursif détecté lors du rendu de l'entité @entity_type @entity_id. Abandon du rendu.\\\",\\\"Reference revisions\\\":\\\"Référencer des révisions\\\",\\\"Entity Revision\\\":\\\"Révision d'entité\\\",\\\"The referenced entity revision\\\":\\\"La révision d'entité référencée\\\",\\\"Add new group\\\":\\\"Ajouter un nouveau groupe\\\",\\\"Group name (a-z, 0-9, _)\\\":\\\"Nom du groupe (a-z, 0-9, _)\\\",\\\"Add new group: you need to provide a group name.\\\":\\\"Ajouter un nouveau groupe : vous devez fournir un nom de groupe.\\\",\\\"Weight for new group\\\":\\\"Poids pour un nouveau groupe\\\",\\\"Add new group: the group name %group_name is invalid. The name must include only lowercase unaccentuated letters, numbers, and underscores.\\\":\\\"Ajouter un nouveau groupe : le nom du groupe %group_name est invalide. Le nom ne doit contenir que des minuscules non accentuées, des nombres et des tirets bas.\\\",\\\"Add new group: the group name %group_name is too long. The name is limited to 32 characters, including the 'group_' prefix.\\\":\\\"Ajouter un nouveau groupe : le nom du groupe %group_name est trop long. Le nom est limité à 32 caractères en incluant le préfixe 'group_'.\\\",\\\"Add new group: the group name %group_name already exists.\\\":\\\"Ajouter un nouveau groupe : le nom du groupe %group_name existe déjà.\\\",\\\"The field name\\\":\\\"Le nom du champ\\\",\\\"Label for new group\\\":\\\"Étiquette du nouveau groupe\\\",\\\"Parent for new group\\\":\\\"Parent du nouveau groupe\\\",\\\"Private\\\":\\\"Privé\\\",\\\"Create field\\\":\\\"Créer un champ\\\",\\\"Field permissions\\\":\\\"Droits sur les champs\\\",\\\"Field Permissions\\\":\\\"Field Permissions\\\",\\\"Edit own field\\\":\\\"Modifier son propre champ\\\",\\\"View field\\\":\\\"Voir le champ\\\",\\\"View own field\\\":\\\"Voir son propre champ\\\",\\\"Administer field permissions\\\":\\\"Administrer les droits sur les champs\\\",\\\"Manage field permissions and field permissions settings.\\\":\\\"Gérer les droits sur les champs et les paramètres des droits sur les champs.\\\",\\\"Field visibility and permissions\\\":\\\"Visibilité et droits du champ\\\",\\\"Custom permissions\\\":\\\"Droits personnalisés\\\",\\\"All users have this permission\\\":\\\"Tous les utilisateurs ont ce droit\\\",\\\"Not all users have this permission\\\":\\\"Tous les utilisateurs n'ont pas ce droit\\\",\\\"Contact Forms\\\":\\\"Formulaires de contact\\\",\\\"Honeypot time limit\\\":\\\"Délai de Honeypot\\\",\\\"Minimum time required before form should be considered entered by a human instead of a bot. Set to 0 to disable.\\\":\\\"Temps minimum requis pour que le formulaire soit considéré comme saisi par un un humain plutôt que par un robot. Définir à 0 pour désactiver.\\\",\\\"Check the boxes next to individual forms on which you'd like Honeypot protection enabled.\\\":\\\"Cochez les cases en face de chaque formulaire pour lequel vous souhaitez activer la protection Honeypot.\\\",\\\"User Registration form\\\":\\\"Formulaire d'inscription utilisateur\\\",\\\"The time limit must be a positive integer or 0.\\\":\\\"Le délai doit être un entier positif ou nul.\\\",\\\"Leave this field blank\\\":\\\"Laisser ce champ vide\\\",\\\"General Forms\\\":\\\"Formulaires généraux\\\",\\\"User Password Reset form\\\":\\\"Formulaire de réinitialisation du mot de passe utilisateur\\\",\\\"Node Forms\\\":\\\"Formulaires de nœuds\\\",\\\"@name node form\\\":\\\"Formulaire du nœud @name\\\",\\\"Comment Forms\\\":\\\"Formulaires de commentaire\\\",\\\"Log blocked form submissions\\\":\\\"Journaliser les soumissions de formulaires bloquées\\\",\\\"Log submissions that are blocked due to Honeypot protection.\\\":\\\"Journaliser les soumissions bloquées par Honeypot.\\\",\\\"submission of a value in the honeypot field\\\":\\\"soumission d'une valeur dans le champ honeypot\\\",\\\"Blocked submission of %form due to @cause.\\\":\\\"Soumission bloquée pour %form pour la raison suivante : @cause.\\\",\\\"The element name cannot contain spaces or other special characters.\\\":\\\"Le nom de l'élément ne doit pas contenir des espaces ou des caractères spéciaux.\\\",\\\"Administer Honeypot-protected forms and settings.\\\":\\\"Administrer les configurations et les formulaires protégés par Honeypot.\\\",\\\"Protect all forms\\\":\\\"Protéger tous les formulaires\\\",\\\"Unprotected forms\\\":\\\"Formulaires non protégés\\\",\\\"Unprotected form\\\":\\\"Formulaire non protégé\\\",\\\"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.\\\":\\\"Protéger tous les formulaires est la manière la plus facile et rapide pour couper court aux spam (pourriels) sur votre site, mais activer une telle protection désactive le cache de Drupal pour chaque page où un formulaire est affiché.\\\\r\\\\n\\\\r\\\\nNote: Si la limite de temps du pot de miel (honeypot) est activée, cette option pourrait causer des problèmes avec les formulaires de Drupal Commerce, ou pour des formulaires aussi courts qui peuvent être remplis dans des temps très courts.\\\",\\\"Honeypot Element Name\\\":\\\"Nom de l'élément Honeypot\\\",\\\"Honeypot Time Limit\\\":\\\"Délai de Honeypot\\\",\\\"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.\\\":\\\"Si vous spécifiez une valeur positive, Honeypot requerra que tous les formulaires protégés prennent au minimum tant de secondes pour être remplis. La plupart des formulaires prennent au moins 5 à 10 secondes pour être complétés (si du moins vous êtes un humain), donc spécifier une valeur au moins égale à 5 aidera à vous protéger de la plupart des robots de pourriels (spam). Pour une désactivation, mettre la valeur à 0.\\\",\\\"Honeypot form-specific settings\\\":\\\"Paramètres de Honeypot spécifiques au formulaire\\\",\\\"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.\\\":\\\"Si vous souhaitez faire protéger par Honeypot des formulaires spécifiques, sélectionnez ces formulaires à protéger dans cette section. La plupart des types usuels de formulaires sont prêts à être protégés.\\\",\\\"The element name must start with a letter.\\\":\\\"Le nom de l'élément doit commencer par une lettre.\\\",\\\"Configuring Honeypot\\\":\\\"Configuration Honeypot\\\",\\\"Setting up Honeypot in your own forms\\\":\\\"Configurer Honeypot pour vos propres formulaires\\\",\\\"Allow duplicate\\\":\\\"Autoriser les doublons\\\",\\\"Inline Entity Form\\\":\\\"Inline Entity Form\\\",\\\"You have added @entities_count out of @cardinality_count allowed @label.\\\":\\\"Vous avez ajouté @entities_count des @cardinality_count @label permis(e)s.\\\",\\\"Allow users to add existing @label.\\\":\\\"Autoriser les utilisateurs à ajouter un(e) @label existant(e).\\\",\\\"Collapsed by default\\\":\\\"Replié par défaut\\\",\\\"Are you sure you want to remove %label?\\\":\\\"Êtes-vous sûr(e) de vouloir supprimer %label ?\\\",\\\"Delete this @type_singular from the system.\\\":\\\"Supprimer ce(cette) @type_singular du système.\\\",\\\"Override labels\\\":\\\"Supplanter les étiquettes\\\",\\\"Allow users to add new @label.\\\":\\\"Autoriser les utilisateurs à ajouter un(e) nouveau(elle) @label.\\\",\\\"Inline entity reference display format settings\\\":\\\"Paramètres du format d'affichage de la référence d'entité en ligne\\\",\\\"Match operator\\\":\\\"Opérateur de mise en correspondance\\\",\\\"Label (singular)\\\":\\\"Étiquette (singulier)\\\",\\\"Label (plural)\\\":\\\"Étiquette (pluriel)\\\",\\\"Overriden labels are used: %singular and %plural\\\":\\\"Des étiquettes supplantées sont utilisées : %singular et %plural\\\",\\\"Default labels are used.\\\":\\\"Les étiquettes par défaut sont utilisées.\\\",\\\"Are you sure you want to remove this %entity_type?\\\":\\\"Êtes-vous sûr(e) de vouloir retirer ce(cette) %entity_type ?\\\",\\\"Allow new\\\":\\\"Autoriser nouveau(elle)\\\",\\\"Allow existing\\\":\\\"Autoriser existant(e)\\\",\\\"New @label can be added.\\\":\\\"Un(e) nouveau(elle) @label peut être ajouté(e).\\\",\\\"Inline entity form - Complex\\\":\\\"Inline entity form - Complexe\\\",\\\"Inline entity form - Simple\\\":\\\"Inline entity form - Simple\\\",\\\"Unable to load the referenced entity.\\\":\\\"Impossible de charger l'entité référencée.\\\",\\\"@entity_type entities\\\":\\\"Entités @entity_type\\\",\\\"Form mode: @mode\\\":\\\"Mode de saisie : @mode\\\",\\\"Allow users to duplicate @label.\\\":\\\"Autoriser les utilisateurs à dupliquer @label.\\\",\\\"@label can be duplicated.\\\":\\\"@label peut être dupliqué(e).\\\",\\\"@label can not be duplicated.\\\":\\\"@label ne peut pas être dupliqué(e).\\\",\\\"Duplicate @type_singular\\\":\\\"Dupliquer @type_singular\\\",\\\"Raw value\\\":\\\"Valeur brute\\\",\\\"New date\\\":\\\"Nouveau champ \\\\\\\"date\\\\\\\"\\\",\\\"Collection\\\":\\\"Collection\\\",\\\"Overwrite\\\":\\\"Écraser\\\",\\\"Resource\\\":\\\"Ressource\\\",\\\"Accesskey\\\":\\\"Accesskey\\\",\\\"Show thumbnail\\\":\\\"Afficher la vignette\\\",\\\"The \\\\\\\"title\\\\\\\" attribute value\\\":\\\"La valeur de l'attribut \\\\\\\"title\\\\\\\"\\\",\\\"Extra settings for image files in the result.\\\":\\\"Paramètres supplémentaires pour les fichiers images du résultat.\\\",\\\"Administer Mail System\\\":\\\"Administrer Mail System\\\",\\\"- Default -\\\":\\\"- Par défaut -\\\",\\\"Visit\\\":\\\"Visite\\\",\\\"Activated\\\":\\\"Activé\\\",\\\"Save Changes\\\":\\\"Enregistrer les modifications\\\",\\\"Package\\\":\\\"Paquet\\\",\\\"Default:\\\":\\\"Défaut :\\\",\\\"Adaptive\\\":\\\"Adaptatif\\\",\\\"Last Used\\\":\\\"Dernière utilisation\\\",\\\"Are you sure you want to delete %label?\\\":\\\"Êtes-vous certain de vouloir supprimer %label ?\\\",\\\"%label has been deleted.\\\":\\\"%label a été supprimé.\\\",\\\"not active\\\":\\\"non active\\\",\\\"Registration\\\":\\\"Inscription\\\",\\\"Profile selection\\\":\\\"Sélection de profil\\\",\\\"Allowed roles\\\":\\\"Rôles autorisés\\\",\\\"The human-readable name of this profile type.\\\":\\\"Le nom affiché de ce type de profil.\\\",\\\"Whether the profile is active.\\\":\\\"Si le profil est actif.\\\",\\\"Add new @type\\\":\\\"Ajouter un nouveau @type\\\",\\\"Create @label\\\":\\\"Créer @label\\\",\\\"Status Code\\\":\\\"Code de statut\\\",\\\"Resolved\\\":\\\"Résolu\\\",\\\"Enter an internal Drupal path or path alias to redirect (e.g. %example1 or %example2). Fragment anchors (e.g. %anchor) are not allowed.\\\":\\\"Entrez un chemin interne Drupal ou un alias de chemin pour la redirection, (ex. %example1 ou %example2). Les fragments d'ancre (ex. %anchor) ne sont pas autorisés.\\\",\\\"Retain query string through redirect.\\\":\\\"Conserver les paramètres d'URL lors de la redirection.\\\",\\\"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.\\\":\\\"Par exemple, étant donnée une redirection de %source vers %redirect, si un utilisateur visite %sourcequery, il sera redirigé vers %redirectquery. Les paramètres d'URL de la redirection seront toujours prioritaires sur les paramètres d'URL de la requête courante.\\\",\\\"Domain redirects\\\":\\\"Redirections de domaines\\\",\\\"From domain\\\":\\\"Depuis le domaine\\\",\\\"URL Redirects\\\":\\\"Redirections d'URL\\\",\\\"Redirect settings\\\":\\\"Paramètres de Redirect\\\",\\\"Redirect 404\\\":\\\"Redirect 404\\\",\\\"The user ID of the node author.\\\":\\\"L'identifiant (ID) de l'utilisateur auteur du nœud.\\\",\\\"Pages to ignore\\\":\\\"Pages à ignorer\\\",\\\"The record UUID.\\\":\\\"L'identifiant universel (UUID) de l'enregistrement.\\\",\\\"Edit URL redirect\\\":\\\"Modifier la redirection d'URL\\\",\\\"Delete URL redirect\\\":\\\"Supprimer la redirection d'URL\\\",\\\"Redirect Source formatter\\\":\\\"Formateur de la redirection source\\\",\\\"The redirect ID.\\\":\\\"L'identifiant (ID) de la redirection.\\\",\\\"The redirect hash.\\\":\\\"Le hash de la redirection\\\",\\\"The redirect type.\\\":\\\"Le type de redirection.\\\",\\\"The redirect language.\\\":\\\"La langue de la redirection.\\\",\\\"The redirect status code.\\\":\\\"Le code du statut de la redirection.\\\",\\\"The date when the redirect was created.\\\":\\\"La date de création de la redirection.\\\",\\\"The redirect %redirect has been deleted.\\\":\\\"La redirection %redirect a été supprimée.\\\",\\\"Invalid redirect URL %url provided.\\\":\\\"L'URL de redirection %url fournie n'est pas valide.\\\",\\\"It is not allowed to create a redirect from the front page.\\\":\\\"Il n'est pas permis de créer une redirection de la page d'accueil.\\\",\\\"The anchor fragments are not allowed.\\\":\\\"Les fragments d'ancre ne sont pas autorisés.\\\",\\\"The url to redirect from should not start with a forward slash (/).\\\":\\\"L'URL permettant la redirection ne doit pas commencer par une barre oblique (/).\\\",\\\"Global redirects\\\":\\\"Redirections globales\\\",\\\"Check access to the redirected page\\\":\\\"Vérifier l'accès vers la page redirigée\\\",\\\"This helps to stop redirection on protected pages and avoids giving away secret URL's. By default this feature is disabled to avoid any unexpected behavior\\\":\\\"Ceci permet de stopper une redirection vers les pages protégées et d'éviter de divulguer l'URL secrète. Par défaut, cette fonctionnalité est désactivée pour éviter tout comportement inattendu.\\\",\\\"Configuration was saved.\\\":\\\"La configuration a été enregistrée.\\\",\\\"Redirect Source\\\":\\\"Source de la redirection\\\",\\\"Redirect source\\\":\\\"Source de la redirection\\\",\\\"Stores a redirect source\\\":\\\"Stocke la source d'une redirection\\\",\\\"The Redirect module allows users to redirect from old URLs to new URLs. For more information, see the online documentation for Redirect.\\\":\\\"Le module Redirect permet aux utilisateurs de rediriger d'anciennes URL vers de nouvelles URL. Pour plus d'informations, voir la documentation en ligne pour Redirect.\\\",\\\"Redirect is accessed from three tabs that help you manage URL Redirects.\\\":\\\"Redirect est accessible à partir de trois onglets qui vous aident à gérer les redirections d'URL.\\\",\\\"Manage URL Redirects\\\":\\\"Gérer les redirections d'URL\\\",\\\"The \\\\\\\"URL Redirects\\\\\\\" page is used to setup and manage URL Redirects. New redirects are created here using the Add redirect 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.\\\":\\\"La page de \\\\\\\"Redirections d'URL\\\\\\\" est utilisée pour spécifier et gérer les redirections d'URL. Les nouvelles redirections y sont créées grâce au bouton Ajouter une redirection, qui donne accès au formulaire de création de redirections. Cette page liste toutes les redirections du site, et permet de les gérer et éditer.\\\",\\\"\\\\\\\"Fix 404 pages\\\\\\\" 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.\\\":\\\"\\\\\\\"Réparer les pages 404\\\\\\\" liste tous les chemins ayant généré des erreurs 404 et qui n'ont pas encore de redirections correspondantes. Une erreur 404 (ou \\\\\\\"Page Non Trouvée\\\\\\\") est un code de réponse HTTP standard, signifiant que le client a bien pu établir une communication avec le serveur, mais que ce dernier n'a pas été en mesure de proposer une réponse correspondant à la requête du client.\\\",\\\"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 Redirect 404 submodule to be able to log all paths that have resulted in 404 errors.\\\":\\\"Une erreur 404 (ou \\\\\\\"Page Non Trouvée\\\\\\\") est un code de réponse HTTP standard, signifiant que le client a bien pu établir une communication avec le serveur, mais que ce dernier n'a pas été en mesure de proposer une réponse correspondant à la requête du client. Veuillez installer le sous-module Redirect 404 pour enregistrer tous les chemins ayant généré des erreurs 404 dans les journaux.\\\",\\\"Configure Global Redirects\\\":\\\"Configurer les redirections globales\\\",\\\"The \\\\\\\"Settings\\\\\\\" page presents you with a number of means to adjust redirect settings.\\\":\\\"La page \\\\\\\"Paramètres\\\\\\\" vous propose de nombreuses manières d'ajuster les paramètres de redirection.\\\",\\\"Delete redirect configuration\\\":\\\"Supprimer la configuration de redirection\\\",\\\"Overview for 404 error paths with no redirect assigned yet.\\\":\\\"Vue d'ensemble des chemins d'erreur 404 sans redirection assignée pour l'instant.\\\",\\\"The path of the request.\\\":\\\"Le chemin de la requête.\\\",\\\"The language of this request.\\\":\\\"La langue de cette requête.\\\",\\\"The number of requests with that path and language.\\\":\\\"Le nombre de requêtes avec ce chemin d'accès et cette langue.\\\",\\\"The timestamp of the last request with that path and language.\\\":\\\"L'horodatage de la dernière requête avec ce chemin et cette langue.\\\",\\\"Whether or not this path has a redirect assigned.\\\":\\\"Si ce chemin a ou non une redirection assignée.\\\",\\\"Provide operation buttons to handle the 404 path.\\\":\\\"Fournir les boutons d'opérations pour gérer le chemin 404.\\\",\\\"404 error database logs to keep\\\":\\\"Données journalisées des erreurs 404 à conserver\\\",\\\"The maximum number of 404 error logs to keep in the database log. Requires a cron maintenance task.\\\":\\\"Nombre maximum des erreurs 404 journalisées à garder dans la base de données. Nécessite une tâche de maintenance cron.\\\",\\\"404 error database logging settings.\\\":\\\"Paramètres de journalisation dans la base de données des erreurs 404.\\\",\\\"404 error database logs to keep.\\\":\\\"Nombre d'entrées des erreurs 404 du journal à conserver.\\\",\\\"Resolved the path %path in the database. Please check the ignored list and save the settings.\\\":\\\"Résolu le chemin %path dans la base de données. Veuillez vérifier la liste ignorée et enregistrer les paramètres.\\\",\\\"Undefined @langcode\\\":\\\"@langcode non définit\\\",\\\"There are no 404 errors to fix.\\\":\\\"Il n'y a aucune erreur 404 à corriger.\\\",\\\"Deleted @count redirects.\\\":\\\"@count redirections supprimées.\\\",\\\"Are you sure you want to delete this redirect?\\\\u0003Are you sure you want to delete these redirects?\\\":\\\"Êtes-vous sûr(e) de vouloir supprimer cette redirection ?\\\\u0003Êtes-vous sûr(e) de vouloir supprimer ces redirections ?\\\",\\\"Deleted 1 redirect.\\\\u0003Deleted @count redirects.\\\":\\\"1 redirection supprimée.\\\\u0003@count redirections supprimées.\\\",\\\"Source Options\\\":\\\"Options de la source\\\",\\\"Redirect Options\\\":\\\"Options de la redirection\\\",\\\"Lists 404 error paths with no redirect assigned yet.\\\":\\\"Liste les chemins d'erreur 404 sans aucune redirection assignée pour le moment.\\\",\\\"Enforce clean and canonical URLs.\\\":\\\"Appliquer des URL propres et canoniques.\\\",\\\"Administer individual URL redirections\\\":\\\"Administrer les redirections d'URL individuelles\\\",\\\"Administer global URL redirection settings\\\":\\\"Administrer les paramètres globaux de redirection d'URL\\\",\\\"Suppress 'page not found' log messages\\\":\\\"Supprimer la journalisation des \\\\\\\"pages non trouvées\\\\\\\"\\\",\\\"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.\\\":\\\"Empêche la journalisation des événements 'page non trouvée' ('page not found'). Cette option peut être activée en toute sécurité quand le module Redirect 404 est utilisé, qui les enregistre de manière séparée, rien d'autre ne dépendant alors de ces messages.\\\",\\\"Whether to log 'page not found' messages to the standard log or not.\\\":\\\"S'il faut enregistrer les messages 'page non trouvée' dans le journal standard ou non.\\\",\\\"The Redirect domain module allows users to redirect between domains.\\\":\\\"Le module Redirect domain permet aux utilisateurs de rediriger les domaines entre eux.\\\",\\\"Manage domain redirects\\\":\\\"Gérer les redirections de domaine\\\",\\\"The domain redirect is accessed through Domain Redirects. 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.\\\":\\\"La redirection de domaine est accessible par Redirections de domaines. L'utilisateur peut ajouter des redirections de domaines via la table correspondante, table constituée des 3 éléments suivants: le domaine nécessitant la redirection, le sous-chemin et l'URL complète de destination. Le module prend également en charge l'utilisation des jokers de redirection, de telle manière que plusieurs requêtes puissent être manipulées par une seule instance de redirection de domaine.\\\",\\\"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.\\\":\\\"La table de redirection des domaines est constituée des 3 éléments suivants : le domaine nécessitant la redirection, le sous-chemin et l'URL complète de destination.\\\",\\\"Example Configuration\\\":\\\"Exemple de configuration\\\",\\\"Example Redirects\\\":\\\"Exemples de redirections\\\",\\\"Request: example.com/redirect => Response: redirected.com/example-path\\\":\\\"Requête : example.com/redirect => Réponse : redirected.com/example-path\\\",\\\"Request: foo.com/any-path => Response: bar.com\\\":\\\"Requête : foo.com/any-path => Réponse : bar.com\\\",\\\"Redirect Domain\\\":\\\"Redirect Domain\\\",\\\"Redirect domains\\\":\\\"Rediriger des domaines\\\",\\\"Sub path\\\":\\\"sous-chemin\\\",\\\"No protocol should be included in the redirect domain.\\\":\\\"Aucun protocole ne doit être inclus dans le domaine de redirection.\\\",\\\"The domain redirects have been saved.\\\":\\\"Les redirections de domaines ont été enregistrées.\\\",\\\"Note: links open in the current window.\\\":\\\"Remarque : les liens s'ouvrent dans la fenêtre actuelle.\\\",\\\"- All languages -\\\":\\\"- Toutes les langues -\\\",\\\"Ignore redirections on admin paths.\\\":\\\"Ignorez les redirections sur les chemins d'administration.\\\",\\\"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.\\\":\\\"Activer cette option redirigera automatiquement vers l'URL canonique de n'importe quelle page. Cela inclut la redirection vers un alias existant, la suppression du slash de fin, la garantie que le préfixe de la langue est positionné et quelques autres nettoyages similaires.\\\",\\\"Methods\\\":\\\"Méthodes\\\",\\\"error\\\":\\\"erreur\\\",\\\"Replacement\\\":\\\"Remplacement\\\",\\\"No files found.\\\":\\\"Aucun fichier n'est trouvé.\\\",\\\"XML\\\":\\\"XML\\\",\\\"Delay\\\":\\\"Délai\\\",\\\"Schema\\\":\\\"Schéma\\\",\\\"JSON\\\":\\\"JSON\\\",\\\"Field Type\\\":\\\"Type de champ\\\",\\\"Advanced configuration\\\":\\\"Configuration avancée\\\",\\\"read-only\\\":\\\"lecture seulement\\\",\\\"Additional information\\\":\\\"Informations complémentaires\\\",\\\"Reload\\\":\\\"Recharger\\\",\\\"Date ranges\\\":\\\"Intervalles de dates\\\",\\\"Solr port\\\":\\\"Port de Solr\\\",\\\"Solr path\\\":\\\"Chemin de Solr\\\",\\\"(@pending_docs sent but not yet processed)\\\":\\\"(@pending_docs envoyés mais pas encore traités)\\\",\\\"Stop words\\\":\\\"Mots d'arrêt\\\",\\\"Default query\\\":\\\"Requête par défaut\\\",\\\"snippets\\\":\\\"fragments de code\\\",\\\"fragmenter\\\":\\\"fragmenteur\\\",\\\"Solr\\\":\\\"Solr\\\",\\\"Highlighter\\\":\\\"Surligneur\\\",\\\"Reload Core\\\":\\\"Recharger le Cœur ( Core )\\\",\\\"Solr host\\\":\\\"Hôte Solr\\\",\\\"The host name or IP of your Solr server, e.g. localhost or www.example.com.\\\":\\\"Le nom d'hôte ou l'IP de votre serveur Solr, par exemple localhost ou www.example.com.\\\",\\\"The Jetty example server is at port 8983, while Tomcat uses 8080 by default.\\\":\\\"Le serveur d'exemple Jetty utilise le port 8983 tandis que Tomcat utilise le port 8080 par défaut.\\\",\\\"The path that identifies the Solr instance to use on the server.\\\":\\\"Le chemin identifiant l'instance Solr à utiliser sur le serveur.\\\",\\\"Solr server URI\\\":\\\"URI du serveur Solr\\\",\\\"Basic HTTP authentication\\\":\\\"Authentification HTTP basique\\\",\\\"If your Solr server is protected by basic HTTP authentication, enter the login data here.\\\":\\\"Si votre serveur Solr est protégé par une authentification HTTP basique, entrez les informations de connexion ici.\\\",\\\"The port has to be an integer between 0 and 65535.\\\":\\\"Le port doit être un entier entre 0 et 65535.\\\",\\\"Index items using an Apache Solr search server.\\\":\\\"Indexer les éléments à l'aide d'un serveur de recherche Apache Solr.\\\",\\\"1 server\\\\u0003@count servers\\\":\\\"1 serveur\\\\u0003@count serveurs\\\",\\\"The Solr server could be reached.\\\\u0003All @count Solr servers could be reached.\\\":\\\"Le serveur Solr a pu être contacté.\\\\u0003Tous les @count serveurs Solr ont pu être contactés.\\\",\\\"Any language\\\":\\\"N'importe quelle langue\\\",\\\"Retrieve result data from Solr\\\":\\\"Récupèrer les données du résultat depuis Solr\\\",\\\"Highlight retrieved data\\\":\\\"Surligner les données récupérées\\\",\\\"Language field\\\":\\\"Champ de langue\\\",\\\"Solr field\\\":\\\"Champ Solr\\\",\\\"@autocommit_time before updates are processed.\\\":\\\"@autocommit_time avant le traitement des mises à jour.\\\",\\\"ID field\\\":\\\"Champ ID\\\",\\\"Search API server\\\":\\\"Serveur de Search API\\\",\\\"Search API index\\\":\\\"Indexe de Search API\\\",\\\"Solr Document\\\":\\\"Document Solr\\\",\\\"The file is empty.\\\":\\\"Le fichier est vide.\\\",\\\"(@index_size on disk)\\\":\\\"(@index_size sur le disque)\\\",\\\"Text Files\\\":\\\"Fichiers texte\\\",\\\"Solr Core Name\\\":\\\"Nom du cœur ( core ) Solr\\\",\\\"Pending Deletions\\\":\\\"Suppressions en attente\\\",\\\"Label field\\\":\\\"Champ étiquette\\\",\\\"HTTP protocol\\\":\\\"protocole HTTP\\\",\\\"The HTTP protocol to use for sending queries.\\\":\\\"Le protocole HTTP à utiliser pour envoyer les requêtes.\\\",\\\"Last modified: @time.\\\":\\\"Date de la dernière modification : @time.\\\",\\\"An error occured while trying to load the list of files.\\\":\\\"Une erreur est survenue lors de la tentative de chargement de la liste de fichiers.\\\",\\\"Basic Auth\\\":\\\"Authentification basique\\\",\\\"AUTO\\\":\\\"AUTO\\\",\\\"Request handler\\\":\\\"Gestionnaire (handler) de requête\\\",\\\"Solr Server\\\":\\\"Serveur Solr\\\",\\\"Search API Solr settings\\\":\\\"Paramètres de Search API Solr\\\",\\\"The HTTP protocol to use for sending queries\\\":\\\"Le protocole HTTP à utiliser pour envoyer les requêtes\\\",\\\"The host name or IP of the Solr server\\\":\\\"Le nom d'hôte ou l'adresse IP du serveur Solr\\\",\\\"The port of the Solr server\\\":\\\"Le port du serveur Solr\\\",\\\"Add SolrFieldType\\\":\\\"Ajouter SolrFieldType\\\",\\\"SolrFieldType Configuration\\\":\\\"Configuration de SolrFieldType\\\",\\\"Edit SolrFieldType\\\":\\\"Modifier SolrFieldType\\\",\\\"Delete SolrFieldType\\\":\\\"Supprimer SolrFieldType\\\",\\\"FieldType\\\":\\\"FieldType\\\",\\\"Get schema_extra_types.xml\\\":\\\"Obtenir schema_extra_types.xml\\\",\\\"Get schema_extra_fields.xml\\\":\\\"Obtenir schema_extra_fields.xml\\\",\\\"Get config.zip\\\":\\\"Obtenir config.zip\\\",\\\"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\\\",\\\"Query timeout\\\":\\\"temps limite de la requête\\\",\\\"ElisionFilter::articles\\\":\\\"ElisionFilter::articles\\\",\\\"%time (%time_ago ago)\\\":\\\"%time (il y a %time_ago)\\\",\\\"@id\\\":\\\"@id\\\",\\\"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\\\",\\\"maxAnalyzedChars\\\":\\\"maxAnalyzedChars\\\",\\\"regex.slop\\\":\\\"regex.slop\\\",\\\"regex.pattern\\\":\\\"regex.pattern\\\",\\\"regex.maxAnalyzedChars\\\":\\\"regex.maxAnalyzedChars\\\",\\\"usePhraseHighlighter\\\":\\\"usePhraseHighlighter\\\",\\\"highlightMultiTerm\\\":\\\"highlightMultiTerm\\\",\\\"preserveMulti\\\":\\\"preserveMulti\\\",\\\"mergeContiguous\\\":\\\"mergeContiguous\\\",\\\"requireFieldMatch\\\":\\\"requireFieldMatch\\\",\\\"fragsize\\\":\\\"fragsize\\\",\\\"Enable JMX\\\":\\\"Activer JMX\\\",\\\"CJKBigramFilterFactory::han\\\":\\\"CJKBigramFilterFactory::han\\\",\\\"CJKBigramFilterFactory::hiragana\\\":\\\"CJKBigramFilterFactory::hiragana\\\",\\\"CJKBigramFilterFactory::katakana\\\":\\\"CJKBigramFilterFactory::katakana\\\",\\\"CJKBigramFilterFactory::hangul\\\":\\\"CJKBigramFilterFactory::hangul\\\",\\\"Solr Admin\\\":\\\"Admin Solr\\\",\\\"I know what I'm doing!\\\":\\\"Je sais ce que je fais !\\\",\\\"NGramFilter:: EdgeNGramFilter::minGramSize\\\":\\\"NGramFilter:: EdgeNGramFilter::minGramSize\\\",\\\"NGramFilter:: EdgeNGramFilter::maxGramSize\\\":\\\"NGramFilter:: EdgeNGramFilter::maxGramSize\\\",\\\"solr.install.dir\\\":\\\"solr.install.dir\\\",\\\"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\\\":\\\"Mots\\\",\\\"words\\\":\\\"mots\\\",\\\"MIME Type\\\":\\\"type MIME\\\",\\\"Class name\\\":\\\"Nom de la classe\\\",\\\"Requires Drupal core:\\\":\\\"Requires Drupal core:\\\",\\\"@low_version_number to @high_version_number\\\":\\\"@low_version_number to @high_version_number\\\",\\\"Includes: @render_var\\\":\\\"Includes: @render_var\\\",\\\"Compatible\\\":\\\"Compatible\\\"},\\\"PHP date format\\\":{\\\"l, F j, Y - H:i\\\":\\\"l j F Y - H:i\\\",\\\"D, m/d/Y - H:i\\\":\\\"D d/m/Y - H:i\\\",\\\"m/d/Y - H:i\\\":\\\"d/m/Y - H:i\\\",\\\"jS F Y\\\":\\\"jS F Y\\\"},\\\"Validation\\\":{\\\"Address Format\\\":\\\"Format d'adresse\\\",\\\"Country\\\":\\\"Pays\\\",\\\"Allowed values\\\":\\\"Valeurs autorisées\\\",\\\"Bundle\\\":\\\"Paquet\\\",\\\"Complex data\\\":\\\"Données complexes\\\",\\\"Count\\\":\\\"Nombre\\\",\\\"Entity type\\\":\\\"Type d'entité\\\",\\\"Length\\\":\\\"Longueur\\\",\\\"Primitive type\\\":\\\"Type primitif\\\",\\\"Range\\\":\\\"Intervalle\\\",\\\"Entity Reference valid reference\\\":\\\"Référence d'entité valide\\\",\\\"User name\\\":\\\"Nom d'utilisateur\\\",\\\"User name unique\\\":\\\"Unicité du nom d'utilisateur\\\",\\\"Entity changed\\\":\\\"Entité modifiée\\\",\\\"Comment author name\\\":\\\"Nom de l’auteur du commentaire\\\",\\\"Link data valid for link type.\\\":\\\"Donnée du lien valide pour le type de lien.\\\",\\\"User email unique\\\":\\\"Unicité du courriel de l'utilisateur\\\",\\\"Entity Reference reference access\\\":\\\"Accès à la référence d'entité\\\",\\\"Email\\\":\\\"Courriel\\\",\\\"Regex\\\":\\\"Regex\\\",\\\"Feed title\\\":\\\"Titre du flux\\\",\\\"Feed URL\\\":\\\"URL du flux\\\",\\\"Forum leaf\\\":\\\"Feuille du forum\\\",\\\"Link URI can be accessed by the user.\\\":\\\"L'URI du lien est accessible par l'utilisateur.\\\",\\\"User email required\\\":\\\"Courriel de l'utilisateur requis\\\",\\\"No dangerous external protocols\\\":\\\"Aucun protocole externe dangereux\\\",\\\"No broken internal links\\\":\\\"Aucun lien interne cassé\\\",\\\"Password required for protected field change\\\":\\\"Mot de passe requis pour la modification de champ protégé\\\",\\\"NotNull\\\":\\\"Non Null(e)\\\",\\\"Null\\\":\\\"Null(e)\\\",\\\"File URI\\\":\\\"URI du fichier\\\",\\\"Unique field constraint\\\":\\\"Contrainte de champ unique\\\",\\\"File Validation\\\":\\\"Validation du fichier\\\",\\\"Valid moderation state\\\":\\\"État de modération valide\\\",\\\"Universally Unique Identifier\\\":\\\"Identifiant Unique Universel (Universally Unique Identifier)\\\",\\\"Book outline.\\\":\\\"Structure de livre.\\\\r\\\\ncontexte : Validation\\\",\\\"Datetime format valid for datetime type.\\\":\\\"Format de date valide pour le type de date.\\\",\\\"Menu settings.\\\":\\\"Paramètres du menu.\\\",\\\"Path alias.\\\":\\\"L'alias du chemin.\\\",\\\"Entity untranslatable fields\\\":\\\"Les champs non traduisibles de l'entité\\\",\\\"Entity has field\\\":\\\"L'entité a un champ\\\",\\\"Content translation synchronized fields\\\":\\\"Champs synchronisés par la traduction de contenu\\\"},\\\"Address label\\\":{\\\"Cedex\\\":\\\"Cedex\\\",\\\"Street address\\\":\\\"Adresse\\\",\\\"Street address line 2\\\":\\\"Adresse ligne 2\\\",\\\"Company\\\":\\\"Entreprise\\\",\\\"Postal code\\\":\\\"Code postal\\\",\\\"Sorting code\\\":\\\"Code de tri\\\",\\\"Address line 1\\\":\\\"Adresse ligne 1\\\",\\\"Address line 2\\\":\\\"Adresse ligne 2\\\",\\\"Area\\\":\\\"Zone\\\",\\\"County\\\":\\\"Département\\\",\\\"Department\\\":\\\"Département\\\",\\\"District\\\":\\\"Quartier\\\",\\\"Emirate\\\":\\\"Émirat\\\",\\\"Island\\\":\\\"Île\\\",\\\"Prefecture\\\":\\\"Préfecture\\\",\\\"Province\\\":\\\"Province\\\",\\\"State\\\":\\\"État\\\",\\\"City\\\":\\\"Ville\\\",\\\"Post town\\\":\\\"Ville postale\\\",\\\"Neighborhood\\\":\\\"Voisinage\\\",\\\"Village township\\\":\\\"Canton\\\",\\\"Suburb\\\":\\\"Banlieue\\\",\\\"Zip code\\\":\\\"Code postal\\\",\\\"First name\\\":\\\"Prénom\\\",\\\"Middle name\\\":\\\"Deuxième prénom\\\",\\\"Last name\\\":\\\"Nom\\\",\\\"Do si\\\":\\\"Do si\\\",\\\"Oblast\\\":\\\"Oblast\\\",\\\"Parish\\\":\\\"Paroisse\\\",\\\"Pin code\\\":\\\"Code PIN\\\",\\\"Townland\\\":\\\"Townland\\\",\\\"Eircode\\\":\\\"Eircode\\\",\\\"Dependent locality (e.g. Neighbourhood)\\\":\\\"Localité dépendante (i.e. : Voisinage)\\\",\\\"Locality (e.g. City)\\\":\\\"Localité (i.e. Ville)\\\",\\\"Administrative area (e.g. State or Province)\\\":\\\"Zone administrative (i.e. état ou région)\\\"},\\\"decimal places\\\":{\\\"Scale\\\":\\\"Précision\\\"},\\\"Long month name\\\":{\\\"January\\\":\\\"janvier\\\",\\\"February\\\":\\\"février\\\",\\\"March\\\":\\\"mars\\\",\\\"April\\\":\\\"avril\\\",\\\"June\\\":\\\"juin\\\",\\\"July\\\":\\\"juillet\\\",\\\"August\\\":\\\"août\\\",\\\"September\\\":\\\"septembre\\\",\\\"October\\\":\\\"octobre\\\",\\\"November\\\":\\\"novembre\\\",\\\"December\\\":\\\"décembre\\\",\\\"May\\\":\\\"May\\\"},\\\"Font weight\\\":{\\\"Strong\\\":\\\"Gras\\\"},\\\"ampm\\\":{\\\"am\\\":\\\"am\\\",\\\"pm\\\":\\\"pm\\\"},\\\"Sort order\\\":{\\\"Default sort\\\":\\\"Tri par défaut\\\",\\\"Date\\\":\\\"Date\\\",\\\"Numerical\\\":\\\"Numérique\\\",\\\"Alphabetical\\\":\\\"Alphabétique\\\",\\\"Order\\\":\\\"Ordre\\\"},\\\"Text alignment\\\":{\\\"Left\\\":\\\"À gauche\\\",\\\"Center\\\":\\\"Au centre\\\",\\\"Right\\\":\\\"À droite\\\"},\\\"Entity type group\\\":{\\\"Content\\\":\\\"Contenu\\\",\\\"Other\\\":\\\"Autre\\\",\\\"Configuration\\\":\\\"Configuration\\\"},\\\"With components\\\":{\\\"Extend\\\":\\\"Extension\\\"},\\\"Abbreviated month name\\\":{\\\"Jan\\\":\\\"Jan\\\",\\\"Feb\\\":\\\"Fév\\\",\\\"Mar\\\":\\\"Mar\\\",\\\"Apr\\\":\\\"Avr\\\",\\\"May\\\":\\\"Mai\\\",\\\"Jun\\\":\\\"Jun\\\",\\\"Jul\\\":\\\"Jul\\\",\\\"Aug\\\":\\\"Aoû\\\",\\\"Sep\\\":\\\"Sep\\\",\\\"Oct\\\":\\\"Oct\\\",\\\"Nov\\\":\\\"Nov\\\",\\\"Dec\\\":\\\"Déc\\\"},\\\"Abbreviated weekday\\\":{\\\"Sun\\\":\\\"Dim\\\",\\\"Mon\\\":\\\"Lun\\\",\\\"Tue\\\":\\\"Mar\\\",\\\"Wed\\\":\\\"Mer\\\",\\\"Thu\\\":\\\"Jeu\\\",\\\"Fri\\\":\\\"Ven\\\",\\\"Sat\\\":\\\"Sam\\\",\\\"Su\\\":\\\"Di\\\",\\\"Mo\\\":\\\"Lu\\\",\\\"Tu\\\":\\\"Ma\\\",\\\"We\\\":\\\"Me\\\",\\\"Th\\\":\\\"Je\\\",\\\"Fr\\\":\\\"Ve\\\",\\\"Sa\\\":\\\"Sa\\\"},\\\"Abbreviated 1 letter weekday Sunday\\\":{\\\"S\\\":\\\"D\\\"},\\\"Abbreviated 1 letter weekday Monday\\\":{\\\"M\\\":\\\"L\\\"},\\\"Abbreviated 1 letter weekday Tuesday\\\":{\\\"T\\\":\\\"M\\\"},\\\"Abbreviated 1 letter weekday Wednesday\\\":{\\\"W\\\":\\\"M\\\"},\\\"Abbreviated 1 letter weekday Thursday\\\":{\\\"T\\\":\\\"J\\\"},\\\"Abbreviated 1 letter weekday Friday\\\":{\\\"F\\\":\\\"V\\\"},\\\"Abbreviated 1 letter weekday Saturday\\\":{\\\"S\\\":\\\"S\\\"},\\\"Plural\\\":{\\\"Disabled\\\":\\\"Désactivé(e)s\\\",\\\"Enabled\\\":\\\"Activés\\\"},\\\"View entity type\\\":{\\\"View\\\":\\\"Vue\\\",\\\"Views\\\":\\\"Vues\\\",\\\"view\\\":\\\"vue\\\",\\\"views\\\":\\\"vues\\\"},\\\"Entity type label\\\":{\\\"@count @label\\\\u0003@count @label entities\\\":\\\"@count @label\\\\u0003@count entités @label\\\"},\\\"Commerce\\\":{\\\"Order type\\\":\\\"Order type\\\",\\\"Store type\\\":\\\"Store type\\\",\\\"Order\\\":\\\"Order\\\",\\\"Promotion\\\":\\\"Promotion\\\",\\\"Store\\\":\\\"Store\\\",\\\"order\\\":\\\"order\\\",\\\"promotion\\\":\\\"promotion\\\",\\\"store\\\":\\\"store\\\",\\\"orders\\\":\\\"orders\\\",\\\"promotions\\\":\\\"promotions\\\",\\\"stores\\\":\\\"stores\\\"},\\\"items to index\\\":{\\\"all\\\":\\\"tous\\\"}}\");\n\n//# sourceURL=webpack://materio.com/./web/themes/custom/materiotheme/vuejs/i18n/fr.json?"); +eval("module.exports = JSON.parse(\"{\\\"default\\\":{\\\"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 @number of @total\\\":\\\"Page @number 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.
Follow the User Guide to start building your site.\\\":\\\"No front page content has been created yet.
Follow the User Guide 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 @item of @total_items\\\":\\\"Item @item of @total_items\\\",\\\"Items @item_low-@item_high of @total_items\\\":\\\"Items @item_low-@item_high 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\\\",\\\"{{ translation_status }}\\\\n{% if translation_outdated %} {{ 'outdated'|t }}{% endif %}\\\":\\\"{{ translation_status }}\\\\n{% if translation_outdated %} {{ 'outdated'|t }}{% 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 '€ '. 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 '€ '. 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 PHP manual for available options.\\\":\\\"A user-defined date format. See the PHP manual 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 request a new password.\\\":\\\"Too many failed login attempts from your IP address. This IP address is temporarily blocked. Try again later or request a new password.\\\",\\\"High\\\":\\\"High\\\",\\\"Too many failed login attempts for this account. It is temporarily blocked. Try again later or request a new password.\\\":\\\"Too many failed login attempts for this account. It is temporarily blocked. Try again later or request a new password.\\\",\\\"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 Links module redirect.\\\":\\\"Matches links that go through the Links module 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\\\",\\\"

Fields can be dragged into groups with unlimited nesting. Each fieldgroup format comes with a configuration form, specific for that format type.
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.

\\\":\\\"

Fields can be dragged into groups with unlimited nesting. Each fieldgroup format comes with a configuration form, specific for that format type.
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.

\\\",\\\"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).\\\",\\\"Page caching will be disabled on any page where a form is present if the Honeypot time limit is not set to 0.\\\":\\\"Page caching will be disabled on any page where a form is present if the Honeypot time limit is not set to 0.\\\",\\\"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 Contains can cause performance issues on sites with thousands of nodes.\\\":\\\"Select the method used to collect autocomplete suggestions. Note that Contains 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 profile collection page.\\\":\\\"The text will be displayed on the profile collection 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 (enabled)\\\":\\\"@module (enabled)\\\",\\\"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 <script> tags in the javascript code snippets.\\\":\\\"Do not include the <script> 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 not tracked by default, but you are able to opt in.\\\":\\\"Users are not 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 TRUE (experts only)\\\":\\\"Pages on which this PHP code returns TRUE (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 Value if a Name has been provided.\\\":\\\"The custom variable @slot-number requires a Value if a Name has been provided.\\\",\\\"The custom variable @slot-number requires a Name if a Value has been provided.\\\":\\\"The custom variable @slot-number requires a Name if a Value 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 (disabled)\\\":\\\"@module (disabled)\\\",\\\"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: @remaining\\\":\\\"Content limited to @limit characters, remaining: @remaining\\\",\\\"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\\\",\\\"Note: there is no confirmation. Be sure of your action before clicking the \\\\\\\"Delete aliases now!\\\\\\\" button.
You may want to make a backup of the database and/or the url_alias table prior to using this feature.\\\":\\\"Note: there is no confirmation. Be sure of your action before clicking the \\\\\\\"Delete aliases now!\\\\\\\" button.
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 Pathauto help for details.\\\":\\\"See Pathauto help 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 Redirect module settings affect whether a redirect is created when an alias is deleted.\\\":\\\"The Redirect module settings affect whether a redirect is created when an alias is deleted.\\\",\\\"Considering installing the Redirect module to get redirects when your aliases change.\\\":\\\"Considering installing the Redirect module to get redirects when your aliases change.\\\",\\\"Uncheck this to create a custom alias below. Configure URL alias patterns.\\\":\\\"Uncheck this to create a custom alias below. Configure URL alias patterns.\\\",\\\"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 path aliases. This makes URLs more readable and helps search engines index content more effectively. For more information, see the online documentation for Pathauto.\\\":\\\"The Pathauto module provides a mechanism to automate the creation of path aliases. This makes URLs more readable and helps search engines index content more effectively. For more information, see the online documentation for Pathauto.\\\",\\\"Pathauto is accessed from the tabs it adds to the list of URL aliases.\\\":\\\"Pathauto is accessed from the tabs it adds to the list of URL aliases.\\\",\\\"Creating Pathauto Patterns\\\":\\\"Creating Pathauto Patterns\\\",\\\"The \\\\\\\"Patterns\\\\\\\" page is used to configure automatic path aliasing. New patterns are created here using the Add Pathauto pattern button which presents a form to simplify pattern creation thru the use of available tokens. 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 \\\\\\\"Patterns\\\\\\\" page is used to configure automatic path aliasing. New patterns are created here using the Add Pathauto pattern button which presents a form to simplify pattern creation thru the use of available tokens. 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 \\\\\\\"Settings\\\\\\\" page is used to customize global Pathauto settings for automated pattern creation.\\\":\\\"The \\\\\\\"Settings\\\\\\\" page is used to customize global Pathauto settings for automated pattern creation.\\\",\\\"The maximum alias length and maximum component length 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 maximum alias length and maximum component length 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 \\\\\\\"Bulk Generate\\\\\\\" 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 \\\\\\\"Bulk Generate\\\\\\\" 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 \\\\\\\"Delete Aliases\\\\\\\" page allows you to remove URL aliases from items that have previously been assigned aliases using pathauto.\\\":\\\"The \\\\\\\"Delete Aliases\\\\\\\" 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 Settings page.\\\":\\\"You need to select a pattern type, then a pattern and filter, and a label. Additional types can be enabled on the Settings 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\\\",\\\"Pathauto settings are set to ignore paths which already have a URL alias. You can only create URL aliases for paths having none.\\\":\\\"Pathauto settings 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 last filter in the “Filter processing order” list.\\\":\\\"In most cases, Pathologic should be the last filter in the “Filter processing order” 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 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 All languages.\\\",\\\"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 @status-codes.\\\":\\\"You can find more information about HTTP redirect status codes at @status-codes.\\\",\\\"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 edit the existing redirect?\\\":\\\"The source path %source is already being redirected. Do you want to edit the existing redirect?\\\",\\\"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 create URL aliases for existing paths rather than redirects.\\\":\\\"The source path %path is likely a valid path. It is preferred to create URL aliases for existing paths rather than redirects.\\\",\\\"The base source path %source is already being redirected. Do you want to edit the existing redirect?\\\":\\\"The base source path %source is already being redirected. Do you want to edit the existing redirect?\\\",\\\"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 Token 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 online documentation.\\\":\\\"The Token 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 online documentation.\\\",\\\"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 (disable)\\\":\\\"enabled (disable)\\\",\\\"There is 1 item indexed on the server for this index. (More information)\\\\u0003There are @count items indexed on the server for this index. (More information)\\\":\\\"There is 1 item indexed on the server for this index. (More information)\\\\u0003There are @count items indexed on the server for this index. (More information)\\\",\\\"@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.
Allowed HTML tags: @tags\\\":\\\"Instructions to present to the user below this field on the editing form.
Allowed HTML tags: @tags\\\",\\\"Sort direction\\\":\\\"Sort direction\\\",\\\"Radios\\\":\\\"Radios\\\",\\\"Block type\\\":\\\"Block type\\\",\\\"@module (disabled)\\\":\\\"@module (disabled)\\\",\\\"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 OR. For example, cats OR dogs.\\\":\\\"Search for either of the two terms with uppercase OR. For example, cats OR dogs.\\\",\\\"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 foo/bar/baz, the parent path would be foo/bar.\\\":\\\"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 foo/bar/baz, the parent path would be foo/bar.\\\",\\\"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 Show block on all pages is selected, the block will contain the automatically generated menus for all of the site's books. If Show block only on book pages 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 Page specific visibility settings or other visibility settings can be used in addition to selectively display this block.\\\":\\\"If Show block on all pages is selected, the block will contain the automatically generated menus for all of the site's books. If Show block only on book pages 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 Page specific visibility settings 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
line break\\\":\\\"Text with
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\\\",\\\"Superscripted\\\":\\\"Superscripted\\\",\\\"Subscripted\\\":\\\"Subscripted\\\",\\\"Subscripted\\\":\\\"Subscripted\\\",\\\"Abbrev.\\\":\\\"Abbrev.\\\",\\\"TLA\\\":\\\"TLA\\\",\\\"Block quoted\\\":\\\"Block quoted\\\",\\\"Quoted inline\\\":\\\"Quoted inline\\\",\\\"Table header\\\":\\\"Table header\\\",\\\"Table cell\\\":\\\"Table cell\\\",\\\"Ordered list - use the <li> to begin each list item\\\":\\\"Ordered list - use the <li> to begin each list item\\\",\\\"Second item\\\":\\\"Second item\\\",\\\"Unordered list - use the <li> to begin each list item\\\":\\\"Unordered list - use the <li> to begin each list item\\\",\\\"Definition lists are similar to other HTML lists. <dl> begins the definition list, <dt> begins the definition term and <dd> begins the definition description.\\\":\\\"Definition lists are similar to other HTML lists. <dl> begins the definition list, <dt> begins the definition term and <dd> 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 (.po) form, which includes both the original string and the translation (used to share translations with others), or in Gettext Portable Object Template (.pot) 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 (.po) form, which includes both the original string and the translation (used to share translations with others), or in Gettext Portable Object Template (.pot) 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 (missing)\\\":\\\"@module (missing)\\\",\\\"The following modules will be completely uninstalled from your site, and all data from these modules will be lost!\\\":\\\"The following modules will be completely uninstalled from your site, and all data from these modules will be lost!\\\",\\\"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 Powered by Drupal 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 Powered by Drupal 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 (public download method)\\\":\\\"Writable (public download method)\\\",\\\"Writable (private download method)\\\":\\\"Writable (private 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 PECL uploadprogress library 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 PECL uploadprogress library if possible.\\\",\\\"Enabled (PECL uploadprogress)\\\":\\\"Enabled (PECL uploadprogress)\\\",\\\"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 Run tests.\\\":\\\"Select the test(s) or test group(s) you would like to run, and click Run tests.\\\",\\\"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 From 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 From 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 View printer-friendly books permission can select the printer-friendly version 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 View printer-friendly books permission can select the printer-friendly version 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 Display field\\\":\\\"Enable Display 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 %limit).\\\":\\\"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 %limit).\\\",\\\"Enable Description field\\\":\\\"Enable Description 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. <br> and <p>)\\\":\\\"Convert line breaks into HTML (i.e. <br> and <p>)\\\",\\\"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 Leave shadow copy 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 Leave shadow copy option creates a link in the original forum pointing to the new location.\\\",\\\"Locking and disabling comments\\\":\\\"Locking and disabling comments\\\",\\\"Selecting Closed under Comment settings while editing a forum topic will lock (prevent new comments on) the thread. Selecting Hidden under Comment settings while editing a forum topic will hide all existing comments on the thread, and prevent new ones.\\\":\\\"Selecting Closed under Comment settings while editing a forum topic will lock (prevent new comments on) the thread. Selecting Hidden under Comment settings 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 forum topic starts a new discussion thread within a forum.\\\":\\\"A forum topic 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 Alt field\\\":\\\"Enable Alt field\\\",\\\"Enable Title field\\\":\\\"Enable Title 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.\\\",\\\"Warning: There is currently 1 menu link in %title. It will be deleted (system-defined items will be reset).\\\\u0003Warning: There are currently @count menu links in %title. They will be deleted (system-defined links will be reset).\\\":\\\"Warning: There is currently 1 menu link in %title. It will be deleted (system-defined items will be reset).\\\\u0003Warning: 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 Administer content permission will be able to override these options.\\\":\\\"Users with the Administer content 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?\\\",\\\"Edit @type @title\\\":\\\"Edit @type @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 Revision information settings.\\\":\\\"The Node module also enables you to create multiple versions of any content, and revert to older versions using the Revision information 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. Teaser is a short format that is typically used in lists of multiple content items. Full content 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. Teaser is a short format that is typically used in lists of multiple content items. Full content 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 Clean environment button to clean-up temporary files and tables.\\\":\\\"Use the Clean environment 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 LOG_USER.\\\":\\\"On Microsoft Windows, messages are always sent to the Event Log using the code LOG_USER.\\\",\\\"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 (incompatible with version @version)\\\":\\\"@module (incompatible with 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.\\\",\\\"

This is a one-time login for %user_name and will expire on %expiration_date.

Click on this button to log in to the site and change your password.

\\\":\\\"

This is a one-time login for %user_name and will expire on %expiration_date.

Click on this button to log in to the site and change your password.

\\\",\\\"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.
  • Is the database server running?
  • Does the database exist, and have you entered the correct database name?
  • Have you entered the correct username and password?
  • Have you entered the correct database hostname?
\\\":\\\"Failed to connect to your database server. The server reports the following message: %error.
  • Is the database server running?
  • Does the database exist, and have you entered the correct database name?
  • Have you entered the correct username and password?
  • Have you entered the correct database hostname?
\\\",\\\"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 "<p> <br>" which will preserve all p and br elements\\\":\\\"List the tags that need to be preserved during the stripping process. example "<p> <br>" 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/your_view_path/archive.\\\\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/your_view_path/archive.\\\\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 NOT in the URL\\\":\\\"When the filter value is NOT 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 IS in the URL or a default is provided\\\":\\\"When the filter value IS 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 <br> tags\\\":\\\"Convert newlines to HTML <br> 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. Not necessary if you are using node as your base table.\\\":\\\"Filter for content by view access. Not necessary if you are using node as your base table.\\\",\\\"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 NOT available\\\":\\\"When the filter value is NOT available\\\",\\\"When the filter value IS available or a default is provided\\\":\\\"When the filter value IS 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 <img> tag sources that are not hosted on this site by replacing them with a placeholder image.\\\":\\\"Disallows usage of <img> 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\\\",\\\"Alt field required\\\":\\\"Alt field required\\\",\\\"Title field required\\\":\\\"Title 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 the PHP docs for date formats. Otherwise, enter the number of different time units to display, which defaults to 2.\\\":\\\"If \\\\\\\"Custom\\\\\\\", see the PHP docs 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 (incompatible with this version of Drupal core)\\\":\\\"@module (incompatible with 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.
Only views with a display of type \\\\\\\"Entity Reference\\\\\\\" are eligible.\\\":\\\"Choose the view and display that select the entities that can be referenced.
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.\\\",\\\"Note: In 'Entity Reference' displays, all fields will be displayed inline unless an explicit selection of inline fields is made here.\\\":\\\"Note: 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.\\\",\\\"<Any>\\\":\\\"<Any>\\\",\\\"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 Add custom language.\\\":\\\"Fill in the language details and save the language with Add custom language.\\\",\\\"The language %language (%langcode) already exists.\\\":\\\"The language %language (%langcode) already exists.\\\",\\\"Use the Add language button to save a predefined language.\\\":\\\"Use the Add language 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 Custom language... 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 Custom language... 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 - None -.\\\":\\\"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 - None -.\\\",\\\"Use the default shortcut icon supplied by the theme\\\":\\\"Use the default shortcut icon supplied by the theme\\\",\\\"Examples: @implicit-public-file (for a file in the public filesystem), @explicit-file, or @local-file.\\\":\\\"Examples: @implicit-public-file (for a file in the public filesystem), @explicit-file, or @local-file.\\\",\\\"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 <img> tags.\\\":\\\"Only images hosted on this site may be used in <img> 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.
  • Is the database server running?
  • Does the database exist or does the database user have sufficient privileges to create the database?
  • Have you entered the correct database name?
  • Have you entered the correct username and password?
  • Have you entered the correct database hostname?
\\\":\\\"Failed to connect to your database server. The server reports the following message: %error.
  • Is the database server running?
  • Does the database exist or does the database user have sufficient privileges to create the database?
  • Have you entered the correct database name?
  • Have you entered the correct username and password?
  • Have you entered the correct database hostname?
\\\",\\\"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 admin/config/development/testing/results/[test_id]. 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 admin/config/development/testing/results/[test_id]. 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.
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.
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 Contains can cause performance issues on sites with thousands of entities.\\\":\\\"Select the method used to collect autocomplete suggestions. Note that Contains 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: @tag-list.\\\":\\\"Based on the text editor configuration, these tags have automatically been added: @tag-list.\\\",\\\"Forum content\\\":\\\"Forum content\\\",\\\"The content ID of the forum index entry.\\\":\\\"The content ID of the forum index entry.\\\",\\\"1 new post in forum %title\\\\u0003@count new posts in forum %title\\\":\\\"1 new post in forum %title\\\\u0003@count new posts in forum %title\\\",\\\"1 new post in topic %title\\\\u0003@count new posts in topic %title\\\":\\\"1 new post in topic %title\\\\u0003@count new posts in topic %title\\\",\\\"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 content types, taxonomy vocabularies, user profiles, 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 content types, taxonomy vocabularies, user profiles, 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 about @title\\\":\\\"Read more about @title\\\",\\\"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 /etc/syslog.conf, or in /etc/rsyslog.conf or in the directory /etc/rsyslog.d. These files define the routing configuration. Messages can be flagged with the codes LOG_LOCAL0 through LOG_LOCAL7. For information on Syslog facilities, severity levels, and how to set up syslog.conf or rsyslog.conf, see the syslog.conf or rsyslog.conf manual page on your command line.\\\":\\\"On UNIX, Linux, and Mac OS X, you will find the configuration in the file /etc/syslog.conf, or in /etc/rsyslog.conf or in the directory /etc/rsyslog.d. These files define the routing configuration. Messages can be flagged with the codes LOG_LOCAL0 through LOG_LOCAL7. For information on Syslog facilities, severity levels, and how to set up syslog.conf or rsyslog.conf, see the syslog.conf or rsyslog.conf 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.\\\",\\\"@language_name (Original language)\\\":\\\"@language_name (Original language)\\\",\\\"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.\\\",\\\"

This is a one-time login for %user_name.

Click on this button to log in to the site and change your password.

\\\":\\\"

This is a one-time login for %user_name.

Click on this button to log in to the site and change your password.

\\\",\\\"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 @type\\\":\\\"Add @type\\\",\\\"And/Or Rearrange filter criteria\\\":\\\"And/Or Rearrange filter criteria\\\",\\\"Rearrange @type\\\":\\\"Rearrange @type\\\",\\\"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 Text editor drop-down menu, its toolbar configuration is displayed. You can add and remove buttons from the Active toolbar by dragging and dropping them, and additional rows can be added to organize the buttons.\\\":\\\"When CKEditor is chosen from the Text editor drop-down menu, its toolbar configuration is displayed. You can add and remove buttons from the Active toolbar 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 Source 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 limit the use of HTML tags, then all excluded tags will be stripped out of the HTML source when the user toggles back to the text editor.\\\":\\\"If the Source 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 limit the use of HTML tags, 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 @message\\\":\\\"Could not extract the contents of the tar file. The error message is @message\\\",\\\"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 Configure 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 Configure 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 <br /> line break, <p> paragraph and </p> 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 <br /> line break, <p> paragraph and </p> 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 reading the cron tutorial on drupal.org.\\\":\\\"More information about setting up scheduled tasks can be found by reading the cron tutorial on drupal.org.\\\",\\\"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 Exclude from display 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 Exclude from display 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 optional or required in any link field.\\\":\\\"In the field settings you can define additional link text to be optional or required 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 and the URL, choose the appropriate link format from the drop-down menu in the Manage display page. If you only want to display the URL even if link text has been submitted, choose Link as the format, and then change its Format settings to display URL only.\\\":\\\"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 and the URL, choose the appropriate link format from the drop-down menu in the Manage display page. If you only want to display the URL even if link text has been submitted, choose Link as the format, and then change its Format settings to display URL only.\\\",\\\"Adding attributes to links\\\":\\\"Adding attributes to links\\\",\\\"You can add attributes to links, by changing the Format settings in the Manage display page. Adding rel=\\\\\\\"nofollow\\\\\\\" notifies search engines that links should not be followed.\\\":\\\"You can add attributes to links, by changing the Format settings in the Manage display page. Adding rel=\\\\\\\"nofollow\\\\\\\" 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 @field-label, either due to a website problem or a network connection problem.
Please try again.\\\":\\\"Could not load the form for @field-label, either due to a website problem or a network connection problem.
Please try again.\\\",\\\"Your changes to @entity-title could not be saved, either due to a website problem or a network connection problem.
Please try again.\\\":\\\"Your changes to @entity-title could not be saved, either due to a website problem or a network connection problem.
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 Active toolbar to enable it, or into the list of Available buttons 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 Active toolbar to enable it, or into the list of Available buttons 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 Visibility settings 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 Visibility settings 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 .yml extension. (e.g. system.site)\\\":\\\"Enter the name of the configuration file without the .yml extension. (e.g. system.site)\\\",\\\"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 pdf docx psd) for the files that will be uploaded with the file field.\\\":\\\"In the field settings, you can define the allowed file extensions (for example pdf docx psd) 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 Maximum upload size 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 Maximum upload size 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:
  • Generic file displays links to the files and adds icons that symbolize the file extensions. If descriptions are enabled and have been submitted, then the description is displayed instead of the file name.
  • URL to file displays the full path to the file as plain text.
  • Table of files lists links to the files and the file sizes in a table.
  • RSS enclosure only displays the first file, and only in a RSS feed, formatted according to the RSS 2.0 syntax for enclosures.
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:
  • Generic file displays links to the files and adds icons that symbolize the file extensions. If descriptions are enabled and have been submitted, then the description is displayed instead of the file name.
  • URL to file displays the full path to the file as plain text.
  • Table of files lists links to the files and the file sizes in a table.
  • RSS enclosure only displays the first file, and only in a RSS feed, formatted according to the RSS 2.0 syntax for enclosures.
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 views.\\\":\\\"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 views.\\\",\\\"Adding functionality to administrative pages\\\":\\\"Adding functionality to administrative pages\\\",\\\"The Views module adds functionality to some core administration pages. For example, admin/content uses Views to filter and sort content. With Views uninstalled, admin/content is more limited.\\\":\\\"The Views module adds functionality to some core administration pages. For example, admin/content uses Views to filter and sort content. With Views uninstalled, admin/content 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 Manage display page you can choose to display a trimmed version of the text, and if so, where to cut off the text.\\\":\\\"On the Manage display 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.\\\",\\\"OPML integration\\\":\\\"OPML 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 device-independent pixel 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 device-independent pixel 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.

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.

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: float, integer or, text. The float type allows storing approximate decimal values. The integer type allows storing whole numbers, such as years (for example, 2012) or values (for example, 1, 2, 5, 305). The text 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: float, integer or, text. The float type allows storing approximate decimal values. The integer type allows storing whole numbers, such as years (for example, 2012) or values (for example, 1, 2, 5, 305). The text 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 Tour 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 Next button in the tip. To see a tour users must have the permission Access tour and JavaScript must be enabled in the browser\\\":\\\"If a tour is available on a page, a Tour 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 Next button in the tip. To see a tour users must have the permission Access tour 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 content type creation page to add a new content type.\\\":\\\"You have not created any content types yet. Go to the content type creation page 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
tags\\\":\\\"Convert newlines to HTML
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 Create 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 Create 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.\\\",\\\"OPML 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.\\\":\\\"OPML 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\\\",\\\"Either upload a file or enter a URL.\\\":\\\"Either 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 all 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 all 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 source. 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 source. 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 out-of-date. You can set this status by selecting the Flag other translations as outdated 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 out-of-date. You can set this status by selecting the Flag other translations as outdated 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 Custom language 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 Custom language 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 Site language 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 User method is enabled as a Detection and selection method (see below). Administrative users can choose a separate Administration pages language for the interface text on administration pages. This configuration is only available on the user's profile page if the Account administration pages method is enabled (see below).\\\":\\\"Users can choose a Site language 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 User method is enabled as a Detection and selection method (see below). Administrative users can choose a separate Administration pages language for the interface text on administration pages. This configuration is only available on the user's profile page if the Account administration pages method is enabled (see below).\\\",\\\"URL sets the interface language based on a path prefix or domain (for example specifying de for German would result in URLs like example.com/de/contact). 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.\\\":\\\"URL sets the interface language based on a path prefix or domain (for example specifying de for German would result in URLs like example.com/de/contact). 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.\\\",\\\"Session determines the interface language from a request or session parameter (for example example.com?language=de would set the interface language to German based on the use of de as the language parameter).\\\":\\\"Session determines the interface language from a request or session parameter (for example example.com?language=de would set the interface language to German based on the use of de as the language parameter).\\\",\\\"User follows the language configuration set on the user's profile page.\\\":\\\"User follows the language configuration set on the user's profile page.\\\",\\\"Selected language allows you to specify the site's default language or a specific language as the fall-back language. This method should be listed last.\\\":\\\"Selected language 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 'Visitors, but administrator approval is required' 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 (%site-email).\\\":\\\"The email address to be used as the 'from' address for all account notifications listed below. If 'Visitors, but administrator approval is required' 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 (%site-email).\\\",\\\"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 Activity tab from the user's profile page.\\\":\\\"To follow a specific user's new and updated content, select the Activity 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

You can align images, videos, blockquotes and so on to the left, right or center. Examples:

\\\\n
    \\\\n
  • Align an image to the left: <img src=\\\\\\\"\\\\\\\" data-align=\\\\\\\"left\\\\\\\" />
  • \\\\n
  • Align an image to the center: <img src=\\\\\\\"\\\\\\\" data-align=\\\\\\\"center\\\\\\\" />
  • \\\\n
  • Align an image to the right: <img src=\\\\\\\"\\\\\\\" data-align=\\\\\\\"right\\\\\\\" />
  • \\\\n
  • … and you can apply this to other elements as well: <video src=\\\\\\\"\\\\\\\" data-align=\\\\\\\"center\\\\\\\" />
  • \\\\n
\\\":\\\"\\\\n

You can align images, videos, blockquotes and so on to the left, right or center. Examples:

\\\\n
    \\\\n
  • Align an image to the left: <img src=\\\\\\\"\\\\\\\" data-align=\\\\\\\"left\\\\\\\" />
  • \\\\n
  • Align an image to the center: <img src=\\\\\\\"\\\\\\\" data-align=\\\\\\\"center\\\\\\\" />
  • \\\\n
  • Align an image to the right: <img src=\\\\\\\"\\\\\\\" data-align=\\\\\\\"right\\\\\\\" />
  • \\\\n
  • … and you can apply this to other elements as well: <video src=\\\\\\\"\\\\\\\" data-align=\\\\\\\"center\\\\\\\" />
  • \\\\n
\\\",\\\"Align images\\\":\\\"Align images\\\",\\\"Uses a data-align attribute on <img> tags to align images.\\\":\\\"Uses a data-align attribute on <img> tags to align images.\\\",\\\"\\\\n

You can caption images, videos, blockquotes, and so on. Examples:

\\\\n
    \\\\n
  • <img src=\\\\\\\"\\\\\\\" data-caption=\\\\\\\"This is a caption\\\\\\\" />
  • \\\\n
  • <video src=\\\\\\\"\\\\\\\" data-caption=\\\\\\\"The Drupal Dance\\\\\\\" />
  • \\\\n
  • <blockquote data-caption=\\\\\\\"Dries Buytaert\\\\\\\">Drupal is awesome!</blockquote>
  • \\\\n
  • <code data-caption=\\\\\\\"Hello world in JavaScript.\\\\\\\">alert(\\\\\\\"Hello world!\\\\\\\");</code>
  • \\\\n
\\\":\\\"\\\\n

You can caption images, videos, blockquotes, and so on. Examples:

\\\\n
    \\\\n
  • <img src=\\\\\\\"\\\\\\\" data-caption=\\\\\\\"This is a caption\\\\\\\" />
  • \\\\n
  • <video src=\\\\\\\"\\\\\\\" data-caption=\\\\\\\"The Drupal Dance\\\\\\\" />
  • \\\\n
  • <blockquote data-caption=\\\\\\\"Dries Buytaert\\\\\\\">Drupal is awesome!</blockquote>
  • \\\\n
  • <code data-caption=\\\\\\\"Hello world in JavaScript.\\\\\\\">alert(\\\\\\\"Hello world!\\\\\\\");</code>
  • \\\\n
\\\",\\\"Caption images\\\":\\\"Caption images\\\",\\\"Uses a data-caption attribute on <img> tags to caption images.\\\":\\\"Uses a data-caption attribute on <img> 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 the PHP documentation for details.\\\":\\\"A date in a custom format. See the PHP documentation 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.\\\",\\\"Back up your code. 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.\\\":\\\"Back up your code. 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.\\\",\\\"Back up your database. This process will change your database values and in case of emergency you may need to revert to a backup.\\\":\\\"Back up your database. 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 update #@version in @module.module.\\\":\\\"The update process was aborted prematurely while running update #@version in @module.module.\\\",\\\"You may need to check the watchdog database table manually.\\\":\\\"You may need to check the watchdog database table manually.\\\",\\\"Reminder: don't forget to set the $settings['update_free_access'] value in your settings.php file back to FALSE.\\\":\\\"Reminder: don't forget to set the $settings['update_free_access'] value in your settings.php file back to FALSE.\\\",\\\"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 tel: by choosing the Telephone display format on the Manage display 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 tel: by choosing the Telephone display format on the Manage display 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 Exposed items per page field's options must include the value from the Items per page field (@items_per_page).\\\":\\\"The Exposed items per page field's options must include the value from the Items per page 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 posts about @title\\\":\\\"More posts about @title\\\",\\\"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 caption element can introduce context for a table, making it easier to understand. The summary 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 caption element can introduce context for a table, making it easier to understand. The summary 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 RSS, RDF, and Atom.\\\":\\\"Many sites publish their headlines and posts in feeds, using a number of standardized XML-based formats. The aggregator supports RSS, RDF, and Atom.\\\",\\\"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 (data-align=\\\\\\\"center\\\\\\\"), but also videos, blockquotes, and so on.\\\":\\\"You can align images (data-align=\\\\\\\"center\\\\\\\"), but also videos, blockquotes, and so on.\\\",\\\"You can caption images (data-caption=\\\\\\\"Text\\\\\\\"), but also videos, blockquotes, and so on.\\\":\\\"You can caption images (data-caption=\\\\\\\"Text\\\\\\\"), 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 Add content 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 Add content 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\\\",\\\"

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. 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.

The default settings should be appropriate for the majority of sites.

\\\":\\\"

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. 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.

The default settings should be appropriate for the majority of sites.

\\\",\\\"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.
(Only in rare cases should this be left empty. To create empty alternative text, enter \\\\\\\"\\\\\\\" — two double quotes without any content).\\\":\\\"Alternative text is required.
(Only in rare cases should this be left empty. To create empty alternative text, enter \\\\\\\"\\\\\\\" — two double quotes without any content).\\\",\\\"Entities and entity types\\\":\\\"Entities and entity types\\\",\\\"The website's content and configuration is managed using entities, which are grouped into entity types. Content entity types are the entity types for site content (such as the main site content, comments, custom blocks, taxonomy terms, and user accounts). Configuration entity types 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 entities, which are grouped into entity types. Content entity types are the entity types for site content (such as the main site content, comments, custom blocks, taxonomy terms, and user accounts). Configuration entity types 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 bundle 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 bundle 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 fields. Fields are grouped by field type; 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 fields. Fields are grouped by field type; 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 view modes, 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 formatter 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 view modes, 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 formatter 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 form modes, 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 widget 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 form modes, 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 widget 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 Manage fields 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 machine name, 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 Edit link for the field from the Manage fields page.\\\":\\\"On the Manage fields 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 machine name, 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 Edit link for the field from the Manage fields 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 Add field from the Manage fields 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 Add field from the Manage fields 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 Manage form display 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 Custom display settings 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 Hidden from the widget drop-down list, or by dragging it into the Disabled section.\\\":\\\"On the Manage form display 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 Custom display settings 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 Hidden from the widget drop-down list, or by dragging it into the Disabled section.\\\",\\\"Configuring field display\\\":\\\"Configuring field display\\\",\\\"On the Manage display 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 Custom display settings section. For each field in each view mode, you can choose whether and how to display the label of the field from the Label 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 Hidden from the formatter drop-down list, or by dragging it into the Disabled section.\\\":\\\"On the Manage display 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 Custom display settings section. For each field in each view mode, you can choose whether and how to display the label of the field from the Label 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 Hidden from the formatter drop-down list, or by dragging it into the Disabled section.\\\",\\\"Configuring view and form modes\\\":\\\"Configuring view and form modes\\\",\\\"Listing fields\\\":\\\"Listing fields\\\",\\\"Images must be exactly @size pixels.\\\":\\\"Images must be exactly @size pixels.\\\",\\\"Images must be larger than @min pixels. Images larger than @max pixels will be resized.\\\":\\\"Images must be larger than @min pixels. Images larger than @max pixels will be resized.\\\",\\\"Images must be larger than @min pixels.\\\":\\\"Images must be larger than @min pixels.\\\",\\\"Images larger than @max pixels will be resized.\\\":\\\"Images larger than @max 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, you must save your color settings again, even if you haven't changed the colors. 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, you must save your color settings again, even if you haven't changed the colors. 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:\\\",\\\"Number fields: When you add a number field you can choose from three types: decimal, float, and integer. The decimal number field type allows users to enter exact decimal values, with fixed numbers of decimal places. The float number field type allows users to enter approximate decimal values. The integer 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.\\\":\\\"Number fields: When you add a number field you can choose from three types: decimal, float, and integer. The decimal number field type allows users to enter exact decimal values, with fixed numbers of decimal places. The float number field type allows users to enter approximate decimal values. The integer 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, Square 85x85), or based on where you plan to use it (for example, Profile picture).\\\":\\\"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, Square 85x85), or based on where you plan to use it (for example, Profile picture).\\\",\\\"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 Maximum upload size 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 Maximum upload size 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 Manage display 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 Manage form display page, you can configure the image upload widget, including setting the preview image style shown on the entity edit form.\\\":\\\"On the Manage display 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 Manage form display 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. Modifying this value may break existing URLs. Use with caution in a production environment. 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. Modifying this value may break existing URLs. Use with caution in a production environment. 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\\\",\\\"Duplicate responsive image style @label\\\":\\\"Duplicate responsive image style @label\\\",\\\"Edit responsive image style @label\\\":\\\"Edit responsive image style @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 Contact 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 View user information (to see user profiles) and Use users' personal contact forms 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 Administer users 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 Contact 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 View user information (to see user profiles) and Use users' personal contact forms 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 Administer users 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 Manage form display page:\\\":\\\"Reference fields have several widgets available on the Manage form display page:\\\",\\\"The Check boxes/radio buttons widget displays the existing entities for the entity type as check boxes or radio buttons based on the Allowed number of values set for the field.\\\":\\\"The Check boxes/radio buttons widget displays the existing entities for the entity type as check boxes or radio buttons based on the Allowed number of values set for the field.\\\",\\\"The Select list widget displays the existing entities in a drop-down list or scrolling list box based on the Allowed number of values setting for the field.\\\":\\\"The Select list widget displays the existing entities in a drop-down list or scrolling list box based on the Allowed number of values setting for the field.\\\",\\\"The Autocomplete widget displays text fields in which users can type entity labels based on the Allowed number of values. The widget can be configured to display all entities that contain the typed characters or restricted to those starting with those characters.\\\":\\\"The Autocomplete widget displays text fields in which users can type entity labels based on the Allowed number of values. The widget can be configured to display all entities that contain the typed characters or restricted to those starting with those characters.\\\",\\\"The Autocomplete (Tags style) widget displays a multi-text field in which users can type in a comma-separated list of entity labels.\\\":\\\"The Autocomplete (Tags style) 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 Text (formatted, long, with summary), Text (formatted), and Text (formatted, long). 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 Text (formatted, long, with summary), Text (formatted), and Text (formatted, long). 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 internal links only, external links only, or both internal and external links. Internal links only and both internal and external links 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 internal links only, external links only, or both internal and external links. Internal links only and both internal and external links 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 Autocomplete widgets is chosen for the Taxonomy term reference field in the Manage form display page for the field. You will also need to enable the Create referenced entities if they don't already exist 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 Autocomplete widgets is chosen for the Taxonomy term reference field in the Manage form display page for the field. You will also need to enable the Create referenced entities if they don't already exist option, and restrict the field to one vocabulary.\\\",\\\"If you choose Text (plain) or Text (formatted) as the field type on the Manage fields page, then a field with a single row is displayed. You can change the maximum text length in the Field settings when you set up the field.\\\":\\\"If you choose Text (plain) or Text (formatted) as the field type on the Manage fields page, then a field with a single row is displayed. You can change the maximum text length in the Field settings when you set up the field.\\\",\\\"If you choose Text (plain, long), Text (formatted, long), or Text (formatted, long, with summary) on the Manage fields page, then users can insert text of unlimited length. On the Manage form display page, you can set the number of rows that are displayed to users.\\\":\\\"If you choose Text (plain, long), Text (formatted, long), or Text (formatted, long, with summary) on the Manage fields page, then users can insert text of unlimited length. On the Manage form display 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 Text (formatted, long, with summary) field type on the Manage fields page. Even when Summary input is enabled, and summaries are provided, you can display trimmed text nonetheless by choosing the appropriate format on the Manage display page.\\\":\\\"As an alternative to using a trimmed version of the text, you can enter a separate summary by choosing the Text (formatted, long, with summary) field type on the Manage fields page. Even when Summary input is enabled, and summaries are provided, you can display trimmed text nonetheless by choosing the appropriate format on the Manage display 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 book outline. 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 book outline. 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 Add child page link\\\":\\\"Content type for the Add child page 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:\\\",\\\"Forums (for example, Recipes for cooking vegetables)\\\":\\\"Forums (for example, Recipes for cooking vegetables)\\\",\\\"Forum topics submitted by users (for example, How to cook potatoes), which start discussions.\\\":\\\"Forum topics submitted by users (for example, How to cook potatoes), which start discussions.\\\",\\\"Threaded comments submitted by users (for example, You wash the potatoes first and then...).\\\":\\\"Threaded comments submitted by users (for example, You wash the potatoes first and then...).\\\",\\\"Optional containers, used to group similar forums. Forums can be placed inside containers, and vice versa.\\\":\\\"Optional containers, 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 xdebug.max_nesting_level=@level in your PHP configuration as some pages in your Drupal site will not work when this setting is too low.\\\":\\\"Set xdebug.max_nesting_level=@level 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 upgrading handbook. If you are unsure what these terms mean you should probably contact your hosting provider.\\\":\\\"For more detailed information, see the upgrading handbook. 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 @interval where you want the formatted interval text to appear.\\\":\\\"Use @interval 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 Forum content\\\":\\\"To uninstall Forum, first delete all Forum 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 PHP manual 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 PHP manual 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 in the %region region\\\":\\\"Place block in the %region region\\\",\\\"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:
@htaccess
\\\":\\\"Security warning: Couldn't write .htaccess file. Please create a .htaccess file in your %directory directory which contains the following lines:
@htaccess
\\\",\\\"Please continue to the error page\\\":\\\"Please continue to the error page\\\",\\\"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 INSTALL.txt.\\\":\\\"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 INSTALL.txt.\\\",\\\"The installer requires read permissions to %translations_directory at all times. The webhosting issues documentation section offers help on this and other topics.\\\":\\\"The installer requires read permissions to %translations_directory at all times. The webhosting issues documentation section offers help on this and other topics.\\\",\\\"The installer requires write permissions to %translations_directory during the installation process. The webhosting issues documentation section offers help on this and other topics.\\\":\\\"The installer requires write permissions to %translations_directory during the installation process. The webhosting issues 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 @server_url.\\\":\\\"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 @server_url.\\\",\\\"The %language translation file is not available at the translation server. Choose a different language or select English and translate your website later.\\\":\\\"The %language translation file is not available at the translation server. Choose a different language or select English and translate your website later.\\\",\\\"The %language translation file could not be downloaded. Choose a different language or select English and translate your website later.\\\":\\\"The %language translation file could not be downloaded. Choose a different language 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 INSTALL.txt.\\\":\\\"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 INSTALL.txt.\\\",\\\"@drupal requires read permissions to %file at all times. The webhosting issues documentation section offers help on this and other topics.\\\":\\\"@drupal requires read permissions to %file at all times. The webhosting issues documentation section offers help on this and other topics.\\\",\\\"The @drupal installer requires write permissions to %file during the installation process. The webhosting issues documentation section offers help on this and other topics.\\\":\\\"The @drupal installer requires write permissions to %file during the installation process. The webhosting issues 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 INSTALL.txt. The webhosting issues 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 INSTALL.txt. The webhosting issues documentation section offers help on this and other topics.\\\",\\\"Check the messages and retry, or you may choose to continue anyway.\\\":\\\"Check the messages and retry, or you may choose to continue anyway.\\\",\\\"Check the messages and try again.\\\":\\\"Check the messages and try again.\\\",\\\"The following modules are required but were not found. Move them into the appropriate modules subdirectory, such as /modules. Missing modules: @modules\\\":\\\"The following modules are required but were not found. Move them into the appropriate modules subdirectory, such as /modules. 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 MySQL documentation 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 MySQL documentation for more information.\\\",\\\"The %driver database must use %encoding encoding to work with Drupal. Recreate the database with %encoding encoding. See INSTALL.pgsql.txt for more details.\\\":\\\"The %driver database must use %encoding encoding to work with Drupal. Recreate the database with %encoding encoding. See INSTALL.pgsql.txt 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: @query\\\":\\\"The %setting setting is currently set to '%current_value', but needs to be '%needed_value'. Change this by running the following query: @query\\\",\\\"Date (e.g. @format)\\\":\\\"Date (e.g. @format)\\\",\\\"Time (e.g. @format)\\\":\\\"Time (e.g. @format)\\\",\\\"@uri\\\":\\\"@uri\\\",\\\"Operating in maintenance mode. Go online.\\\":\\\"Operating in maintenance mode. Go online.\\\",\\\"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. Learn more.\\\":\\\"WARNING: You are not using an encrypted connection, so your password will be sent in plain text. Learn more.\\\",\\\"Failed to connect to the server. The server reports the following message:

@message

For more help installing or updating code on your server, see the handbook.\\\":\\\"Failed to connect to the server. The server reports the following message:

@message

For more help installing or updating code on your server, see the handbook.\\\",\\\"The form has become outdated. Copy any unsaved work in the form below and then reload this page.\\\":\\\"The form has become outdated. Copy any unsaved work in the form below and then reload this page.\\\",\\\"@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.\\\",\\\"
    \\\\n
  • To start over, you must empty your existing database and copy default.settings.php over settings.php.
  • \\\\n
  • To upgrade an existing installation, proceed to the update script.
  • \\\\n
  • View your existing site.
  • \\\\n
\\\":\\\"
    \\\\n
  • To start over, you must empty your existing database and copy default.settings.php over settings.php.
  • \\\\n
  • To upgrade an existing installation, proceed to the update script.
  • \\\\n
  • View your existing site.
  • \\\\n
\\\",\\\"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 online handbook.\\\":\\\"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 online handbook.\\\",\\\"The system will notify you when updates and important security releases are available for installed components. Anonymous information about your site is sent to Drupal.org.\\\":\\\"The system will notify you when updates and important security releases are available for installed components. Anonymous information about your site is sent to Drupal.org.\\\",\\\"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 online documentation for the Actions module.\\\":\\\"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 online documentation for the Actions module.\\\",\\\"Simple actions do not require configuration and are listed automatically as available on the Actions page.\\\":\\\"Simple actions do not require configuration and are listed automatically as available on the Actions page.\\\",\\\"Advanced actions are user-created and have to be configured individually. Create an advanced action on the Actions page 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.\\\":\\\"Advanced actions are user-created and have to be configured individually. Create an advanced action on the Actions page 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 online documentation for the Aggregator module.\\\":\\\"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 online documentation for the Aggregator module.\\\",\\\"Users view feed content in the main aggregator display, or by their source (usually via an RSS feed reader). The most recent content in a feed can be displayed as a block through the Blocks administration page.\\\":\\\"Users view feed content in the main aggregator display, or by their source (usually via an RSS feed reader). The most recent content in a feed can be displayed as a block through the Blocks administration page.\\\",\\\"Configuring the display of feed items\\\":\\\"Configuring the display of feed items\\\",\\\"Discarding old feed items\\\":\\\"Discarding old feed items\\\",\\\"A machine-readable OPML file 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 imported via an OPML file.\\\":\\\"A machine-readable OPML file 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 imported via an OPML file.\\\",\\\"A working cron maintenance task is required to update feeds automatically.\\\":\\\"A working cron maintenance task is required to update feeds automatically.\\\",\\\"Current feeds are listed below, and new feeds may be added. For each feed, the latest items block may be enabled at the blocks administration page.\\\":\\\"Current feeds are listed below, and new feeds may be added. For each feed, the latest items block may be enabled at the blocks administration page.\\\",\\\"@title feed\\\":\\\"@title feed\\\",\\\"No feeds available. Add feed.\\\":\\\"No feeds available. Add feed.\\\",\\\"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 cron maintenance task.\\\":\\\"The length of time between feed updates. Requires a correctly configured cron maintenance task.\\\",\\\"Requires a correctly configured cron maintenance task.\\\":\\\"Requires a correctly configured cron maintenance task.\\\",\\\"The Ban module allows administrators to ban visits to their site from individual IP addresses. For more information, see the online documentation for the Ban module.\\\":\\\"The Ban module allows administrators to ban visits to their site from individual IP addresses. For more information, see the online documentation for the Ban module.\\\",\\\"Administrators can enter IP addresses to ban on the IP address bans page.\\\":\\\"Administrators can enter IP addresses to ban on the IP address bans page.\\\",\\\"The HTTP Basic Authentication module supplies an HTTP Basic authentication 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 RESTful Web Services module). For more information, see the online documentation for the HTTP Basic Authentication module.\\\":\\\"The HTTP Basic Authentication module supplies an HTTP Basic authentication 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 RESTful Web Services module). For more information, see the online documentation for the HTTP Basic Authentication module.\\\",\\\"The Block module allows you to place blocks in regions of your installed themes, and configure block settings. For more information, see the online documentation for the Block module.\\\":\\\"The Block module allows you to place blocks in regions of your installed themes, and configure block settings. For more information, see the online documentation for the Block module.\\\",\\\"You can see where the regions are for the current theme by clicking the Demonstrate block regions link on the Block layout page. Regions are specific to each theme.\\\":\\\"You can see where the regions are for the current theme by clicking the Demonstrate block regions link on the Block layout page. Regions are specific to each theme.\\\",\\\"To change the settings of an individual block click on the Configure link on the Block layout page. 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 Configure link on the Block layout page. 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 Custom Block module is installed. For more information, see the Custom Block help page.\\\":\\\"You can add custom blocks, if the Custom Block module is installed. For more information, see the Custom Block help page.\\\",\\\"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 block type creation page to add a new block type.\\\":\\\"You have not created any block types yet. Go to the block type creation page to add a new block type.\\\",\\\"Add a custom block.\\\":\\\"Add a custom block.\\\",\\\"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 Book page. For more information, see the online documentation for the Book module.\\\":\\\"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 Book page. For more information, see the online documentation for the Book module.\\\",\\\"You can assign separate permissions for creating new books as well as creating, editing and deleting book content. Users with the Administer book outlines permission can add any 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 Book list page.\\\":\\\"You can assign separate permissions for creating new books as well as creating, editing and deleting book content. Users with the Administer book outlines permission can add any 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 Book list page.\\\",\\\"The Book page content type is the initial content type enabled for book outlines. On the Book settings page you can configure content types that can used in book outlines.\\\":\\\"The Book page content type is the initial content type enabled for book outlines. On the Book settings page you can configure content types that can used in book outlines.\\\",\\\"Users with the Add content and child pages to books permission will see a link to Add child page 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 Book settings page. By default this is the Book page content type.\\\":\\\"Users with the Add content and child pages to books permission will see a link to Add child page 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 Book settings page. By default this is the Book page 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 Blocks layout page. 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 Blocks layout page. 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 Book hierarchy, as well as move them within the hierarchy or to reorder an entire book.\\\":\\\"The outline feature allows you to include pages in the Book hierarchy, as well as move them within the hierarchy or to reorder an entire book.\\\",\\\"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 online documentation for the Breakpoint module.\\\":\\\"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 online documentation for the Breakpoint module.\\\",\\\"Media queries 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.\\\":\\\"Media queries 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 Text Editor module. It requires JavaScript to be enabled in the browser. For more information, see the online documentation for the CKEditor module and the CKEditor website.\\\":\\\"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 Text Editor module. It requires JavaScript to be enabled in the browser. For more information, see the online documentation for the CKEditor module and the CKEditor website.\\\",\\\"CKEditor has to be enabled and configured separately for individual text formats from the Text formats and editors page because the filter settings for each text format can be different. For more information, see the Text Editor help page and Filter help page.\\\":\\\"CKEditor has to be enabled and configured separately for individual text formats from the Text formats and editors page because the filter settings for each text format can be different. For more information, see the Text Editor help page and Filter help page.\\\",\\\"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 Filter help page.\\\":\\\"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 Filter help page.\\\",\\\"The built in WYSIWYG editor (CKEditor) comes with a number of accessibility features. CKEditor comes with built in keyboard shortcuts, which can be beneficial for both power users and keyboard only users.\\\":\\\"The built in WYSIWYG editor (CKEditor) comes with a number of accessibility features. CKEditor comes with built in keyboard shortcuts, which can be beneficial for both power users and keyboard only users.\\\",\\\"The Color module allows users with the Administer site configuration permission to change the color scheme (color of links, backgrounds, text, and other theme elements) of compatible themes. For more information, see the online documentation for the Color module.\\\":\\\"The Color module allows users with the Administer site configuration permission to change the color scheme (color of links, backgrounds, text, and other theme elements) of compatible themes. For more information, see the online documentation for the Color module.\\\",\\\"To change the color settings, select the Settings link for your theme on the Appearance 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 Settings link for your theme on the Appearance 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 online documentation for the Comment module.\\\":\\\"The Comment module allows users to comment on site content, set commenting defaults and permissions, and moderate comments. For more information, see the online documentation for the Comment module.\\\",\\\"Enabling commenting\\\":\\\"Enabling commenting\\\",\\\"Comment functionality can be enabled for any entity sub-type (for example, a content type) by adding a Comments field on its Manage fields page. Adding or removing commenting for an entity through the user interface requires the Field UI module to be enabled, even though the commenting functionality works without it. For more information on fields and entities, see the Field module help page.\\\":\\\"Comment functionality can be enabled for any entity sub-type (for example, a content type) by adding a Comments field on its Manage fields page. Adding or removing commenting for an entity through the user interface requires the Field UI module to be enabled, even though the commenting functionality works without it. For more information on fields and entities, see the Field module help page.\\\",\\\"Configuring commenting settings\\\":\\\"Configuring commenting settings\\\",\\\"Commenting settings can be configured by editing the Comments field on the Manage fields page of an entity type if the Field UI module 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: Open to allow new comments, Closed to view existing comments, but prevent new comments, or Hidden 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 Comments field on the Manage fields page of an entity type if the Field UI module 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: Open to allow new comments, Closed to view existing comments, but prevent new comments, or Hidden 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 Skip comment approval permission are published immediately. All other comments are placed in the Unapproved comments queue, until a user who has permission to Administer comments and comment settings publishes or deletes them. Published comments can be bulk managed on the Published comments administration page. When a comment has no replies, it remains editable by its author, as long as the author has Edit own comments permission.\\\":\\\"Comments from users who have the Skip comment approval permission are published immediately. All other comments are placed in the Unapproved comments queue, until a user who has permission to Administer comments and comment settings publishes or deletes them. Published comments can be bulk managed on the Published comments administration page. When a comment has no replies, it remains editable by its author, as long as the author has Edit own comments permission.\\\",\\\"In reply to @parent_title by @parent_username\\\":\\\"In reply to @parent_title by @parent_username\\\",\\\"Name for @anonymous\\\":\\\"Name for @anonymous\\\",\\\"Log in or register to post comments\\\":\\\"Log in or register to post comments\\\",\\\"Log in to post comments\\\":\\\"Log in to post comments\\\",\\\"Select the Comment type to use for this comment field. Manage the comment types from the administration overview page.\\\":\\\"Select the Comment type to use for this comment field. Manage the comment types from the administration overview page.\\\",\\\"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 online documentation for the Configuration Manager module.\\\":\\\"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 online documentation for the Configuration Manager module.\\\",\\\"You can create and download an archive consisting of all your site's configuration exported as *.yml files on the Export page.\\\":\\\"You can create and download an archive consisting of all your site's configuration exported as *.yml files on the Export page.\\\",\\\"You can upload a full site configuration from an archive file on the Import page. When importing data from a different environment, the site and import files must have matching configuration values for UUID in the system.site 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 Import page. When importing data from a different environment, the site and import files must have matching configuration values for UUID in the system.site 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 Synchronize 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 Synchronize 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 Configuration type and Configuration name on the Single export page. The configuration and its corresponding *.yml file name are then displayed on the page for you to copy.\\\":\\\"You can export a single configuration item by selecting a Configuration type and Configuration name on the Single export page. The configuration and its corresponding *.yml file name 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 Single import page.\\\":\\\"You can import a single configuration item by pasting it in YAML format into the form on the Single import 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 Language, Content Translation, and Interface Translation, it allows you to build multilingual websites. For more information, see the online documentation for the Configuration Translation module.\\\":\\\"The Configuration Translation module allows you to translate configuration text; for example, the site name, vocabularies, menus, or date formats. Together with the modules Language, Content Translation, and Interface Translation, it allows you to build multilingual websites. For more information, see the online documentation for the Configuration Translation module.\\\",\\\"In order to translate configuration, the website must have at least two languages.\\\":\\\"In order to translate configuration, the website must have at least two languages.\\\",\\\"Users with the Translate user edited configuration permission can access the configuration translation overview, and manage translations for specific languages. The Configuration translation page shows a list of all configuration text that can be translated, either as individual items or as lists. After you click on Translate, you are provided with a list of all languages. You can add or edit a translation for a specific language. Users with specific configuration permissions can also edit 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 Translate user edited configuration permission can access the configuration translation overview, and manage translations for specific languages. The Configuration translation page shows a list of all configuration text that can be translated, either as individual items or as lists. After you click on Translate, you are provided with a list of all languages. You can add or edit a translation for a specific language. Users with specific configuration permissions can also edit 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 Configuration translation page. This allows you not only to translate the label text, but also to set a language-specific PHP date format.\\\":\\\"You can choose to translate date formats on the Configuration translation page. This allows you not only to translate the label text, but also to set a language-specific PHP date format.\\\",\\\"@label (@source_language)\\\":\\\"@label (@source_language)\\\",\\\"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 online documentation for the Contact module.\\\":\\\"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 online documentation for the Contact module.\\\",\\\"On the Contact forms page, 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 Contact forms page, 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 Contact menu link in the Footer menu will link to it. You can modify this link from the Menus page 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 contact/machine_name_of_form.\\\":\\\"One site-wide contact form can be designated as the default contact form. If you choose to designate a default form, the Contact menu link in the Footer menu will link to it. You can modify this link from the Menus page 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 contact/machine_name_of_form.\\\",\\\"From the Contact forms page, 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 Block layout page, if the Block module is installed.\\\":\\\"From the Contact forms page, 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 Block layout page, 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. Add one or more forms .\\\":\\\"The contact form has not been configured. Add one or more forms .\\\",\\\"The Content Translation module allows you to translate content, comments, custom blocks, taxonomy terms, users and other content entities. Together with the modules Language, Configuration Translation, and Interface Translation, it allows you to build multilingual websites. For more information, see the online documentation for the Content Translation module.\\\":\\\"The Content Translation module allows you to translate content, comments, custom blocks, taxonomy terms, users and other content entities. Together with the modules Language, Configuration Translation, and Interface Translation, it allows you to build multilingual websites. For more information, see the online documentation for the Content Translation module.\\\",\\\"In order to translate content, the website must have at least two languages. When that is the case, you can enable translation for the desired content entities on the Content language 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 languages. When that is the case, you can enable translation for the desired content entities on the Content language 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 languages administration page.\\\":\\\"Before you can translate content, there must be at least two languages added on the languages administration page.\\\",\\\"To configure translation for this field, enable language support for this type.\\\":\\\"To configure translation for this field, enable language support for this type.\\\",\\\"Enable translation for content types, taxonomy vocabularies, accounts, or any other element you wish to translate.\\\":\\\"Enable translation for content types, taxonomy vocabularies, accounts, or any other element you wish to translate.\\\",\\\"The Contextual links module gives users with the Use contextual links 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 online documentation for the Contextual Links module.\\\":\\\"The Contextual links module gives users with the Use contextual links 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 online documentation for the Contextual Links module.\\\",\\\"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 Toolbar module 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 Toolbar module 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 datetime and datelist for use in programming modules. See the Field module help and the Field UI module help pages for general information on fields and how to create and manage them. For more information, see the online documentation for the Datetime module.\\\":\\\"The Datetime module provides a Date field that stores dates and times. It also provides the Form API elements datetime and datelist for use in programming modules. See the Field module help and the Field UI module help pages for general information on fields and how to create and manage them. For more information, see the online documentation for the Datetime module.\\\",\\\"The settings and the display of the Date field can be configured separately. See the Field UI help for more information on how to manage fields and their display.\\\":\\\"The settings and the display of the Date field can be configured separately. See the Field UI help for more information on how to manage fields and their display.\\\",\\\"Dates can be displayed using the Plain or the Default formatter. The Plain formatter displays the date in the ISO 8601 format. If you choose the Default formatter, you can choose a format from a predefined list that can be managed on the Date and time formats page.\\\":\\\"Dates can be displayed using the Plain or the Default formatter. The Plain formatter displays the date in the ISO 8601 format. If you choose the Default formatter, you can choose a format from a predefined list that can be managed on the Date and time formats 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 online documentation for the Database Logging module.\\\":\\\"The Database Logging module logs system events in the Drupal database. For more information, see the online documentation for the Database Logging module.\\\",\\\"The Database Logging module allows you to view an event log on the Recent log messages 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 Recent log messages 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 Recent log messages 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 Recent log messages 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 cron maintenance task.\\\":\\\"The maximum number of messages to keep in the database log. Requires a cron maintenance task.\\\",\\\"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 CKEditor module) 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 online documentation for the Text Editor module.\\\":\\\"The Text Editor module provides a framework that other modules (such as CKEditor module) 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 online documentation for the Text Editor 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 CKEditor module, which can be enabled on the Extend page, 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 CKEditor module, which can be enabled on the Extend page, 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 Text formats and editors page you can see which text editor is associated with each text format. You can change this by clicking on the Configure link, and then choosing a text editor or none from the Text editor drop-down list. The text editor will then be displayed with any text field for which this text format is chosen.\\\":\\\"On the Text formats and editors page you can see which text editor is associated with each text format. You can change this by clicking on the Configure link, and then choosing a text editor or none from the Text editor drop-down list. The text editor will then be displayed with any text field for which this text format is chosen.\\\",\\\"The settings and the display of the entity reference field can be configured separately. See the Field UI help for more information on how to manage fields and their display.\\\":\\\"The settings and the display of the entity reference field can be configured separately. See the Field UI help for more information on how to manage fields and their display.\\\",\\\"No eligible views were found. Create a view with an Entity Reference display, or add such a display to an existing view.\\\":\\\"No eligible views were found. Create a view with an Entity Reference display, or add such a display to an existing view.\\\",\\\"The Field module allows custom data fields to be defined for entity 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 Field UI module 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 online documentation for the Field module.\\\":\\\"The Field module allows custom data fields to be defined for entity 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 Field UI module 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 online documentation for the Field module.\\\",\\\"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 Extend administration page. Additional fields, formatters, and widgets may be provided by contributed modules, which you can find in the contributed module section of Drupal.org.\\\":\\\"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 Extend administration page. Additional fields, formatters, and widgets may be provided by contributed modules, which you can find in the contributed module section of Drupal.org.\\\",\\\"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 Field module help page. For more information about the Field UI, see the online documentation for the Field UI module.\\\":\\\"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 Field module help page. For more information about the Field UI, see the online documentation for the Field UI module.\\\",\\\"You can add, edit, and delete view modes for entities on the View modes page, and you can add, edit, and delete form modes for entities on the Form modes page. 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 View modes page, and you can add, edit, and delete form modes for entities on the Form modes page. 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 Entities 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 Views and Views UI modules are enabled, the Used in views 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 Entities 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 Views and Views UI modules are enabled, the Used in views 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 Manage fields page.\\\":\\\"There are no fields yet added. You can add new fields on the Manage fields page.\\\",\\\"The %display_mode mode now uses custom display settings. You might want to configure them.\\\":\\\"The %display_mode mode now uses custom display settings. You might want to configure them.\\\",\\\"@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 Field module help and the Field UI help pages for general information on fields and how to create and manage them. For more information, see the online documentation for the File module.\\\":\\\"The File module allows you to create fields that contain files. See the Field module help and the Field UI help pages for general information on fields and how to create and manage them. For more information, see the online documentation for the File module.\\\",\\\"The settings and the display of the file field can be configured separately. See the Field UI help for more information on how to manage fields and their display.\\\":\\\"The settings and the display of the file field can be configured separately. See the Field UI help for more information on how to manage fields and their display.\\\",\\\"Uploaded files can either be stored as public or private, depending on the File system settings. For more information, see the System module help page.\\\":\\\"Uploaded files can either be stored as public or private, depending on the File system settings. For more information, see the System module help page.\\\",\\\"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 Text formats page (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 \\\\\\\"Add text format\\\\\\\".\\\":\\\"You can create and edit text formats on the Text formats page (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 \\\\\\\"Add text format\\\\\\\".\\\",\\\"Use the @label text format\\\":\\\"Use the @label text format\\\",\\\"For more information see W3C's HTML Specifications or use your favorite search engine to find other sites that explain HTML.\\\":\\\"For more information see W3C's HTML Specifications 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; for an ampersand & character. For a full list of entities see HTML's entities page. Some of the available characters include:\\\":\\\"If you do encounter problems, try using HTML character entities. A common example looks like &amp; for an ampersand & character. For a full list of entities see HTML's entities 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 Forum topic. For background information on content types, see the Node module help page.\\\":\\\"The Forum module adds and uses a content type called Forum topic. For background information on content types, see the Node module help page.\\\",\\\"For more information, see the online documentation for the Forum module.\\\":\\\"For more information, see the online documentation for the Forum module.\\\",\\\"Visit the Forums page to set up containers and forums to hold your discussion topics.\\\":\\\"Visit the Forums page to set up containers and forums to hold your discussion topics.\\\",\\\"The Forum topic link on the Add content page creates the first post of a new threaded discussion, or thread.\\\":\\\"The Forum topic link on the Add content page creates the first post of a new threaded discussion, or thread.\\\",\\\"Enabling the Forum module provides a default Forums menu item in the Tools menu that links to the Forums page.\\\":\\\"Enabling the Forum module provides a default Forums menu item in the Tools menu that links to the Forums page.\\\",\\\"Adjust the display of your forum topics. Organize the forums on the forum structure page.\\\":\\\"Adjust the display of your forum topics. Organize the forums on the forum structure page.\\\",\\\"To uninstall Forum, first delete all %vocabulary terms\\\":\\\"To uninstall Forum, first delete all %vocabulary terms\\\",\\\"No containers or forums available. Add container or Add forum.\\\":\\\"No containers or forums available. Add container or Add forum.\\\",\\\"Hypertext Application Language (HAL) is a format that supports the linking required for hypermedia APIs.\\\":\\\"Hypertext Application Language (HAL) 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 online documentation for the HAL module.\\\":\\\"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 online documentation for the HAL module.\\\",\\\"Configure your website Once logged in, visit the Administration page, where you may customize and configure all aspects of your website.\\\":\\\"Configure your website Once logged in, visit the Administration page, where you may customize and configure all aspects of your website.\\\",\\\"Enable additional functionality Next, visit the Extend page and enable modules that suit your specific needs. You can find additional modules at the Drupal.org modules page.\\\":\\\"Enable additional functionality Next, visit the Extend page and enable modules that suit your specific needs. You can find additional modules at the Drupal.org modules page.\\\",\\\"Customize your website design To change the \\\\\\\"look and feel\\\\\\\" of your website, visit the Appearance page. You may choose from one of the included themes or download additional themes from the Drupal.org themes page.\\\":\\\"Customize your website design To change the \\\\\\\"look and feel\\\\\\\" of your website, visit the Appearance page. You may choose from one of the included themes or download additional themes from the Drupal.org themes page.\\\",\\\"Start posting content Finally, you may add new content to your website.\\\":\\\"Start posting content Finally, you may add new content to your website.\\\",\\\"The Help module generates Help reference pages 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 Drupal.org online documentation 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 online documentation for the Help module.\\\":\\\"The Help module generates Help reference pages 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 Drupal.org online documentation 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 online documentation for the Help module.\\\",\\\"The Help module displays explanations for using each module listed on the main Help reference page.\\\":\\\"The Help module displays explanations for using each module listed on the main Help reference page.\\\",\\\"Page-specific help text provided by modules is displayed in the Help block. This block can be placed and configured on the Block layout page.\\\":\\\"Page-specific help text provided by modules is displayed in the Help block. This block can be placed and configured on the Block layout page.\\\",\\\"The History module keeps track of which content a user has read. It marks content as new or updated 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 read. The History module does not have a user interface but it provides a filter to Views to show new or updated content. For more information, see the online documentation for the History module.\\\":\\\"The History module keeps track of which content a user has read. It marks content as new or updated 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 read. The History module does not have a user interface but it provides a filter to Views to show new or updated content. For more information, see the online documentation for the History module.\\\",\\\"image from @field_name\\\":\\\"image from @field_name\\\",\\\"The Image module allows you to create fields that contain image files and to configure Image styles that can be used to manipulate the display of images. See the Field module help and the Field UI help pages for terminology and general information on entities, fields, and how to create and manage fields. For more information, see the online documentation for the Image module.\\\":\\\"The Image module allows you to create fields that contain image files and to configure Image styles that can be used to manipulate the display of images. See the Field module help and the Field UI help pages for terminology and general information on entities, fields, and how to create and manage fields. For more information, see the online documentation for the Image module.\\\",\\\"The concept of image styles is that you can upload a single image but display it in several ways; each display variation, or image style, is the result of applying one or more effects 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 Image styles page, 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 image style, is the result of applying one or more effects 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 Image styles page, 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 File system page. 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 System module help page.\\\":\\\"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 File system page. 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 System module help page.\\\",\\\"There are currently no styles. Add a new one.\\\":\\\"There are currently no styles. Add a new one.\\\",\\\"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 Languages page by selecting Add language 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 Interface translation module is enabled, and the translation server is set as a translation source, then the interface translation for this language is automatically downloaded as well.\\\":\\\"You can add languages on the Languages page by selecting Add language 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 Interface translation module is enabled, and the translation server 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 Content language 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 Content language 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 Block layout page to allow users to switch between languages.\\\":\\\"If the Block module is enabled, then you can add a language switcher block on the Block layout 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 Block layout 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 Block layout page.\\\",\\\"The Detection and selection 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 Detection and selection 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.\\\",\\\"Browser 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 language codes used on your site.\\\":\\\"Browser 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 language codes 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 detection and selection.\\\":\\\"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 detection and selection.\\\",\\\"The site default language can also be set. It is not recommended to change the default language on a working site. Configure the Selected language 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. Configure the Selected language 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 list of languages.\\\":\\\"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 list of languages.\\\",\\\"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 site languages.\\\":\\\"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 site languages.\\\",\\\"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). Changing the site's default language 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). Changing the site's default language itself might have other undesired side effects.\\\",\\\"Explanation of the language options is found on the languages list page.\\\":\\\"Explanation of the language options is found on the languages list page.\\\",\\\"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 block administration page.\\\":\\\"Use one of the language switcher blocks to allow site visitors to switch between languages. You can enable these blocks on the block administration page.\\\",\\\"Use language codes as defined by the W3C for interoperability. Examples: \\\\\\\"en\\\\\\\", \\\\\\\"en-gb\\\\\\\" and \\\\\\\"zh-hant\\\\\\\".\\\":\\\"Use language codes as defined by the W3C for interoperability. Examples: \\\\\\\"en\\\\\\\", \\\\\\\"en-gb\\\\\\\" and \\\\\\\"zh-hant\\\\\\\".\\\",\\\"%field must be a valid language tag as defined by the W3C.\\\":\\\"%field must be a valid language tag as defined by the W3C.\\\",\\\"The prefix may only be left blank for the selected detection fallback language.\\\":\\\"The prefix may only be left blank for the selected detection fallback language.\\\",\\\"The Link module allows you to create fields that contain internal or external URLs and optional link text. See the Field module help and the Field UI help pages for general information on fields and how to create and manage them. For more information, see the online documentation for the Link module.\\\":\\\"The Link module allows you to create fields that contain internal or external URLs and optional link text. See the Field module help and the Field UI help pages for general information on fields and how to create and manage them. For more information, see the online documentation for the Link module.\\\",\\\"The settings and the display of the link field can be configured separately. See the Field UI help for more information on how to manage fields and their display.\\\":\\\"The settings and the display of the link field can be configured separately. See the Field UI help for more information on how to manage fields and their display.\\\",\\\"One translation file could not be checked. See the log for details.\\\\u0003@count translation files could not be checked. See the log for details.\\\":\\\"One translation file could not be checked. See the log for details.\\\\u0003@count translation files could not be checked. See the log for details.\\\",\\\"@message (@percent%).\\\":\\\"@message (@percent%).\\\",\\\"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.\\\",\\\"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.\\\",\\\"The Interface Translation module allows you to translate interface text (strings) into different languages, and to switch between them for the display of interface text. It uses the functionality provided by the Language module. For more information, see the online documentation for the Interface Translation module.\\\":\\\"The Interface Translation module allows you to translate interface text (strings) into different languages, and to switch between them for the display of interface text. It uses the functionality provided by the Language module. For more information, see the online documentation for the Interface Translation module.\\\",\\\"Translation files with translated interface text are imported automatically when languages are added on the Languages page, or when modules or themes are enabled. On the Interface translation settings page, the Translation source can be restricted to local files only, or to include the Drupal translation server. 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 Interface translation settings page. You can also manually import a translation file on the Interface translation import page.\\\":\\\"Translation files with translated interface text are imported automatically when languages are added on the Languages page, or when modules or themes are enabled. On the Interface translation settings page, the Translation source can be restricted to local files only, or to include the Drupal translation server. 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 Interface translation settings page. You can also manually import a translation file on the Interface translation import page.\\\",\\\"You can check how much of the interface on your site is translated into which language on the Languages page. On the Available translation updates page, you can check whether interface translation updates are available on the Drupal translation server.\\\":\\\"You can check how much of the interface on your site is translated into which language on the Languages page. On the Available translation updates page, you can check whether interface translation updates are available on the Drupal translation server.\\\",\\\"You can translate individual strings directly on the User interface translation page, or download the currently-used translation file for a specific language on the Interface translation export page. Once you have edited the translation file, you can then import it again on the Interface translation import page.\\\":\\\"You can translate individual strings directly on the User interface translation page, or download the currently-used translation file for a specific language on the Interface translation export page. Once you have edited the translation file, you can then import it again on the Interface translation import page.\\\",\\\"Interface translations are automatically imported when a language is added, or when new modules or themes are enabled. The report Available translation updates shows the status. Interface text can be customized in the user interface translation page.\\\":\\\"Interface translations are automatically imported when a language is added, or when new modules or themes are enabled. The report Available translation updates shows the status. Interface text can be customized in the user interface translation 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 export 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 export 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 languages are added, or when modules or themes are enabled.\\\":\\\"Translation files are automatically downloaded and imported when languages 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 Drupal translation server or export 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 Drupal translation server or export 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 Available translation updates page for more information.\\\":\\\"Updates available for: @languages. See the Available translation updates page for more information.\\\",\\\"Missing translations for: @languages. See the Available translation updates page for more information.\\\":\\\"Missing translations for: @languages. See the Available translation updates page for more information.\\\",\\\"No translation status is available. See the Available translation updates page for more information.\\\":\\\"No translation status is available. See the Available translation updates 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. Check updates now.\\\":\\\"Select how frequently you want to check for new interface translations for your currently installed modules and themes. Check updates now.\\\",\\\"Translation files are stored locally in the %path directory. You can change this directory on the File system configuration page.\\\":\\\"Translation files are stored locally in the %path directory. You can change this directory on the File system configuration page.\\\",\\\"Translation files will not be stored locally. Change the Interface translation directory on the File system configuration page.\\\":\\\"Translation files will not be stored locally. Change the Interface translation directory on the File system configuration page.\\\",\\\"You have selected local translation source, but no Interface translation directory was configured.\\\":\\\"You have selected local translation source, but no Interface translation directory was configured.\\\",\\\"No translatable languages available. Add a language first.\\\":\\\"No translatable languages available. Add a language first.\\\",\\\"No translation status available. Check manually.\\\":\\\"No translation status available. Check manually.\\\",\\\"It is required by the Menu UI module, which provides an interface for managing menus and menu links. For more information, see the Menu UI module help page and the online documentation for the Custom Menu Links module.\\\":\\\"It is required by the Menu UI module, which provides an interface for managing menus and menu links. For more information, see the Menu UI module help page and the online documentation for the Custom Menu Links module.\\\",\\\"For more information, see the online documentation for the Custom Menu Links module. If you enable the Menu UI module, it provides an interface for managing menus and menu links.\\\":\\\"For more information, see the online documentation for the Custom Menu Links module. 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 online documentation for the Menu UI module.\\\":\\\"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 online documentation for the Menu UI module.\\\",\\\"Users with the Administer menus and menu items permission can add, edit, and delete custom menus on the Menus page. 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 Block module installed). By selecting Edit menu, 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 Administer menus and menu items permission can add, edit, and delete custom menus on the Menus page. 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 Block module installed). By selecting Edit menu, 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 Block layout page. In some themes, the main menu and possibly the secondary menu will be output automatically; you may be able to disable this behavior on the theme's settings page.\\\":\\\"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 Block layout page. In some themes, the main menu and possibly the secondary menu will be output automatically; you may be able to disable this behavior on the theme's settings page.\\\",\\\"You can enable the newly-created block for this menu on the Block layout page.\\\":\\\"You can enable the newly-created block for this menu on the Block layout page.\\\",\\\"Each menu has a corresponding block that is managed on the Block layout page.\\\":\\\"Each menu has a corresponding block that is managed on the Block layout page.\\\",\\\"There are no menu links yet. Add link.\\\":\\\"There are no menu links yet. Add link.\\\",\\\"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 online documentation for the Migrate module.\\\":\\\"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 online documentation for the Migrate module.\\\",\\\"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 Migrate module 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 online documentation for the Migrate Drupal module.\\\":\\\"The Migrate Drupal module provides a framework based on the Migrate module 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 online documentation for the Migrate Drupal module.\\\",\\\"The content access permissions need to be rebuilt. Rebuild permissions.\\\":\\\"The content access permissions need to be rebuilt. Rebuild permissions.\\\",\\\"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 Field module). For more information, see the online documentation for the Node module.\\\":\\\"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 Field module). For more information, see the online documentation for the Node module.\\\",\\\"When new content is created, the Node module records basic information about the content, including the author, date of creation, and the Content type. It also manages the publishing options, 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 type of content 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 Content type. It also manages the publishing options, 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 type of content on your site.\\\",\\\"The Node module gives users with the Administer content types permission the ability to create new content types in addition to the default ones already configured. Creating custom content types gives you the flexibility to add fields and configure default settings that suit the differing needs of various site content.\\\":\\\"The Node module gives users with the Administer content types permission the ability to create new content types in addition to the default ones already configured. Creating custom content types gives you the flexibility to add fields and configure default settings that suit the differing needs of various site content.\\\",\\\"The Content page lists your content, allowing you add new content, filter, edit or delete existing content, or perform bulk operations on existing content.\\\":\\\"The Content 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 permissions page.\\\":\\\"The Node module makes a number of permissions available for each content type, which can be set by role on the permissions page.\\\",\\\"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. Rebuild permissions\\\":\\\"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. Rebuild permissions\\\",\\\"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 Add new content page.\\\":\\\"This text will be displayed on the Add new content page.\\\",\\\"No content types available. Add content type.\\\":\\\"No content types available. Add content type.\\\",\\\"Node from URL\\\":\\\"Node from URL\\\",\\\"The settings and the display of the list fields can be configured separately. See the Field UI help for more information on how to manage fields and their display.\\\":\\\"The settings and the display of the list fields can be configured separately. See the Field UI help 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 online documentation for the Internal Page Cache module.\\\":\\\"The Internal Page Cache module caches pages for anonymous users in the database. For more information, see the online documentation for the Internal Page Cache module.\\\",\\\"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 Dynamic Page Cache module.\\\":\\\"To speed up your site for authenticated users, see the Dynamic Page Cache module.\\\",\\\"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 Pathauto. For more information, see the online documentation for the Path module.\\\":\\\"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 Pathauto. For more information, see the online documentation for the Path module.\\\",\\\"If you create or edit a taxonomy term you can add an alias (for example music/jazz) in the field \\\\\\\"URL alias\\\\\\\". When creating or editing content you can add an alias (for example about-us/team) under the section \\\\\\\"URL path settings\\\\\\\" in the field \\\\\\\"URL alias\\\\\\\". Aliases for any other path can be added through the page URL aliases. To add aliases a user needs the permission Create and edit URL aliases.\\\":\\\"If you create or edit a taxonomy term you can add an alias (for example music/jazz) in the field \\\\\\\"URL alias\\\\\\\". When creating or editing content you can add an alias (for example about-us/team) under the section \\\\\\\"URL path settings\\\\\\\" in the field \\\\\\\"URL alias\\\\\\\". Aliases for any other path can be added through the page URL aliases. To add aliases a user needs the permission Create and edit URL aliases.\\\",\\\"The Path module provides a way to search and view a list of all aliases 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 list of all aliases that are in use on your website. Aliases can be added, edited and deleted through this list.\\\",\\\"No URL aliases available. Add URL alias.\\\":\\\"No URL aliases available. Add URL alias.\\\",\\\"The internal system path.\\\":\\\"The internal system path.\\\",\\\"The path alias.\\\":\\\"The path alias.\\\",\\\"The Quick Edit module allows users with the Access in-place editing and Use contextual links permissions to edit field content without visiting a separate page. For more information, see the online documentation for the Quick Edit module.\\\":\\\"The Quick Edit module allows users with the Access in-place editing and Use contextual links permissions to edit field content without visiting a separate page. For more information, see the online documentation for the Quick Edit module.\\\",\\\"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 Contextual Links module help 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 Contextual Links module help 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 RDFa specification, 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 online documentation for the RDF module.\\\":\\\"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 RDFa specification, 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 online documentation for the RDF module.\\\",\\\"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 online documentation for the Responsive Image module.\\\":\\\"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 online documentation for the Responsive Image module.\\\",\\\"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 Responsive image styles page, click Add responsive image style 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 Responsive image styles page, click Add responsive image style 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 viewport sizing. Multiple breakpoints are used for changing the crop or aspect ratio of images at different viewport sizes, which is often referred to as art direction. Once you select a breakpoint group, you can choose which breakpoints to use for the responsive image style. By default, the option do not use this breakpoint is selected for each breakpoint. See the help page of the Breakpoint module for more information.\\\":\\\"The breakpoint group typically only needs a single breakpoint with an empty media query in order to do viewport sizing. Multiple breakpoints are used for changing the crop or aspect ratio of images at different viewport sizes, which is often referred to as art direction. Once you select a breakpoint group, you can choose which breakpoints to use for the responsive image style. By default, the option do not use this breakpoint is selected for each breakpoint. See the help page of the Breakpoint module 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 Image styles page that is provided by the Image module.\\\":\\\"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 Image styles page that is provided by the Image module.\\\",\\\"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 Responsive image, 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 Field UI module help page. For background information about entities and fields see the Field module help page.\\\":\\\"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 Responsive image, 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 Field UI module help page. For background information about entities and fields see the Field module help page.\\\",\\\"See the Responsive Image help page for information on the sizes attribute.\\\":\\\"See the Responsive Image help page 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 HAL for serialization and HTTP Basic Authentication 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 HAL for serialization and HTTP Basic Authentication 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 online documentation for the Search 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 online documentation for the Search module.\\\",\\\"To configure search pages, visit the Search pages page. 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 search, and each will appear as a tab or local task link on the search page; 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 Search pages page. 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 search, and each will appear as a tab or local task link on the search page; 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 cron runs, so it requires a cron maintenance task to be set up. There are also several settings affecting indexing that can be configured on the Search pages page: 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 cron runs, so it requires a cron maintenance task to be set up. There are also several settings affecting indexing that can be configured on the Search pages page: 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 Search pages page. 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 Search pages page. 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 Block layout page, 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 Use search 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 Block layout page, 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 Use search permission, and it performs a search using the configured default search page.\\\",\\\"Users with Use search permission can use the Search block and Search page. Users with the View published content permission can use configured search pages of type Content to search for content containing exact keywords; in addition, users with Use advanced search permission can use more complex search filtering. Users with the View user information permission can use configured search pages of type Users to search for active users containing the keyword anywhere in the username, and users with the Administer users permission can search for active and blocked users, by email address or username keyword.\\\":\\\"Users with Use search permission can use the Search block and Search page. Users with the View published content permission can use configured search pages of type Content to search for content containing exact keywords; in addition, users with Use advanced search permission can use more complex search filtering. Users with the View user information permission can use configured search pages of type Users to search for active users containing the keyword anywhere in the username, and users with the Administer users 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 Porter Stemmer 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 Apache Solr or Sphinx. There are also contributed modules that provide additional search pages. These and other search-related contributed modules 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 Porter Stemmer 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 Apache Solr or Sphinx. There are also contributed modules that provide additional search pages. These and other search-related contributed modules 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 REST.\\\":\\\"This module does not have a user interface. It is used by other modules which need to serialize data, such as REST.\\\",\\\"For more information, see the online documentation for the Serialization module.\\\":\\\"For more information, see the online documentation for the Serialization module.\\\",\\\"The Shortcut module allows users to create sets of shortcut links to commonly-visited pages of the site. Shortcuts are contained within sets. Each user with Select any shortcut set permission can select a shortcut set created by anyone at the site. For more information, see the online documentation for the Shortcut module.\\\":\\\"The Shortcut module allows users to create sets of shortcut links to commonly-visited pages of the site. Shortcuts are contained within sets. Each user with Select any shortcut set permission can select a shortcut set created by anyone at the site. For more information, see the online documentation for the Shortcut module.\\\",\\\"Users with the Administer shortcuts permission can manage shortcut sets and edit the shortcuts within sets from the Shortcuts administration page.\\\":\\\"Users with the Administer shortcuts permission can manage shortcut sets and edit the shortcuts within sets from the Shortcuts administration page.\\\",\\\"You can display your shortcuts by enabling the Shortcuts block on the Blocks administration page. Certain administrative modules also display your shortcuts; for example, the core Toolbar module provides a corresponding menu item.\\\":\\\"You can display your shortcuts by enabling the Shortcuts block on the Blocks administration page. Certain administrative modules also display your shortcuts; for example, the core Toolbar module provides a corresponding menu item.\\\",\\\"Define which shortcut set you are using on the Shortcuts tab of your account page.\\\":\\\"Define which shortcut set you are using on the Shortcuts tab of your account page.\\\",\\\"No shortcuts available. Add a shortcut\\\":\\\"No shortcuts available. Add a shortcut\\\",\\\"You are now using the new %set_name shortcut set. You can edit it from this page or switch back to a different one.\\\":\\\"You are now using the new %set_name shortcut set. You can edit it from this page or switch back to a different one.\\\",\\\"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 online documentation for the Testing module.\\\":\\\"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 online documentation for the Testing module.\\\",\\\"Visit the Testing page to display a list of available tests. For comprehensive testing, select all tests, or individually select tests for more targeted testing. Note that it might take several minutes for all tests to complete.\\\":\\\"Visit the Testing page to display a list of available tests. For comprehensive testing, select all 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. Follow these steps to continue.\\\":\\\"The testing framework requires the PHP memory limit to be at least %memory_minimum_limit. The current value is %memory_limit. Follow these steps to continue.\\\",\\\"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 online documentation for the Statistics module.\\\":\\\"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 online documentation for the Statistics module.\\\",\\\"The module includes a Popular content block that displays the most viewed pages today and for all time, and the last content viewed. To use the block, enable Count content views on the Statistics page, and then you can enable and configure the block on the Block layout page.\\\":\\\"The module includes a Popular content block that displays the most viewed pages today and for all time, and the last content viewed. To use the block, enable Count content views on the Statistics page, and then you can enable and configure the block on the Block layout page.\\\",\\\"The Statistics module includes a counter for each page that increases whenever the page is viewed. To use the counter, enable Count content views on the Statistics page, and set the necessary permissions (View content hits) 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 Count content views on the Statistics page, and set the necessary permissions (View content hits) 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 online documentation for the System module.\\\":\\\"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 online documentation for the System module.\\\",\\\"Users with appropriate permission can install and uninstall modules from the Extend page. 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 Drupal.org module page. 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 Extend page. 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 Drupal.org module page. 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 Appearance page. 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 Drupal.org theme page.\\\":\\\"Users with appropriate permission can install and uninstall themes on the Appearance page. 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 Drupal.org theme page.\\\",\\\"When you are performing site maintenance, you can prevent non-administrative users (including anonymous visitors) from viewing your site by putting it in Maintenance mode. 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 Maintenance mode. 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 Performance page, 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 Internal Page Cache module should be installed so that pages are efficiently cached and reused for anonymous users. Finally, for websites of all sizes, the Dynamic Page Cache module should also be installed so that the non-personalized parts of pages are efficiently cached (for all users).\\\":\\\"On the Performance page, 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 Internal Page Cache module should be installed so that pages are efficiently cached and reused for anonymous users. Finally, for websites of all sizes, the Dynamic Page Cache module 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 public 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 private 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 temporary file directory is used internally by your site code for various operations, and is configured on the File system settings 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 public 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 private 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 temporary file directory is used internally by your site code for various operations, and is configured on the File system settings 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 Image toolkit page, 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 Image toolkit page, 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 themes are available.\\\":\\\"Set and configure the default theme for your website. Alternative themes are available.\\\",\\\"You can place blocks for each theme on the block layout page.\\\":\\\"You can place blocks for each theme on the block layout page.\\\",\\\"Download additional contributed modules to extend your site's functionality.\\\":\\\"Download additional contributed modules to extend your site's functionality.\\\",\\\"Regularly review available updates to maintain a secure and current site. Always run the update script each time a module is updated. Enable the Update Manager module to update and install modules and themes.\\\":\\\"Regularly review available updates to maintain a secure and current site. Always run the update script each time a module is updated. Enable the Update Manager module 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 system requirements.\\\":\\\"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 system requirements.\\\",\\\"Configure your account time zone setting.\\\":\\\"Configure your account time zone setting.\\\",\\\"The minimum version of Apache needed to run Drupal without mod_rewrite enabled is 2.2.16. See the enabling clean URLs 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 enabling clean URLs 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. Enable clean URLs\\\":\\\"Your server is capable of using clean URLs, but it is not enabled. Using clean URLs gives an improved user experience and is recommended. Enable clean URLs\\\",\\\"@phpversion (more information)\\\":\\\"@phpversion (more information)\\\",\\\"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, Enabling and disabling phpinfo() 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, Enabling and disabling phpinfo() handbook page.\\\",\\\"Drupal requires you to enable the PHP extensions in the following list (see the system requirements page for more information):\\\":\\\"Drupal requires you to enable the PHP extensions in the following list (see the system requirements page 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 system requirements 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 system requirements 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 Drupal supports.\\\":\\\"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 Drupal supports.\\\",\\\"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 system requirements 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 system requirements page for more information.\\\",\\\"For more information, see the online handbook entry for increasing the PHP memory limit.\\\":\\\"For more information, see the online handbook entry for increasing the PHP memory limit.\\\",\\\"See @url for information about the recommended .htaccess file which should be added to the %directory directory to help protect against arbitrary code execution.\\\":\\\"See @url 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 configuring cron jobs.\\\":\\\"For more information, see the online handbook entry for configuring cron jobs.\\\",\\\"You may need to set the correct directory at the file system settings page or change the current directory's permissions so that it is writable.\\\":\\\"You may need to set the correct directory at the file system settings page 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 online handbook.\\\":\\\"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 online handbook.\\\",\\\"Some modules have database schema updates to install. You should run the database update script immediately.\\\":\\\"Some modules have database schema updates to install. You should run the database update script immediately.\\\",\\\"Update notifications are not enabled. It is highly recommended that you enable the Update Manager module from the module administration page in order to stay up-to-date on new releases. For more information, Update status handbook page.\\\":\\\"Update notifications are not enabled. It is highly recommended that you enable the Update Manager module from the module administration page in order to stay up-to-date on new releases. For more information, Update status handbook page.\\\",\\\"The trusted_host_patterns setting is not configured in settings.php. This can lead to security vulnerabilities. It is highly recommended that you configure this. See Protecting against HTTP HOST Header attacks for more information.\\\":\\\"The trusted_host_patterns setting is not configured in settings.php. This can lead to security vulnerabilities. It is highly recommended that you configure this. See Protecting against HTTP HOST Header attacks 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 maintenance mode.\\\":\\\"Put your site into maintenance mode.\\\",\\\"All errors have been logged.\\\":\\\"All errors have been logged.\\\",\\\"Updates were attempted. If you see no failures below, you may proceed happily back to your site. 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 site. Otherwise, you may need to update your database manually.\\\",\\\"One or more problems were detected with your Drupal installation. Check the status report for more information.\\\":\\\"One or more problems were detected with your Drupal installation. Check the status report 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 Enabling and disabling phpinfo() handbook page.\\\":\\\"The phpinfo() function has been disabled for security reasons. For more information, visit Enabling and disabling phpinfo() 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.\\\",\\\"Set up the public files directory to make these optimizations available.\\\":\\\"Set up the public files directory to make these optimizations available.\\\",\\\"Defined on the Appearance Settings or Theme Settings page.\\\":\\\"Defined on the Appearance Settings or Theme Settings page.\\\",\\\"Defined on the Site Information page.\\\":\\\"Defined on the Site Information page.\\\",\\\"Powered by Drupal\\\":\\\"Powered by Drupal\\\",\\\"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 Administer vocabularies and terms permission can add vocabularies that contain a set of related terms. 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 Administer vocabularies and terms permission can add vocabularies that contain a set of related terms. 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 online documentation for the Taxonomy module.\\\":\\\"For more information, see the online documentation for the Taxonomy module.\\\",\\\"Users who have the Administer vocabularies and terms permission can add and edit vocabularies from the Taxonomy administration page. Vocabularies can be deleted from their Edit vocabulary page. Users with the Taxonomy term: Administer fields permission may add additional fields for terms in that vocabulary using the Field UI module.\\\":\\\"Users who have the Administer vocabularies and terms permission can add and edit vocabularies from the Taxonomy administration page. Vocabularies can be deleted from their Edit vocabulary page. Users with the Taxonomy term: Administer fields permission may add additional fields for terms in that vocabulary using the Field UI module.\\\",\\\"Users who have the Administer vocabularies and terms permission or the Edit terms 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 Taxonomy administration page and clicking List terms in the Operations column. Users must have the Administer vocabularies and terms permission or the Delete terms permission for a particular vocabulary to delete terms.\\\":\\\"Users who have the Administer vocabularies and terms permission or the Edit terms 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 Taxonomy administration page and clicking List terms in the Operations column. Users must have the Administer vocabularies and terms permission or the Delete terms permission for a particular vocabulary to delete terms.\\\",\\\"A user with the Administer fields permission for a certain entity type may add Taxonomy term reference fields to the entity type, which will allow entities to be classified using taxonomy terms. See the Entity Reference help for more information about reference fields. See the Field module help and the Field UI help pages for general information on fields and how to create and manage them.\\\":\\\"A user with the Administer fields permission for a certain entity type may add Taxonomy term reference fields to the entity type, which will allow entities to be classified using taxonomy terms. See the Entity Reference help for more information about reference fields. See the Field module help and the Field UI help pages for general information on fields and how to create and manage them.\\\",\\\"See the Entity Reference help page for the field widgets and formatters that can be configured for any reference field on the Manage display and Manage form display pages. Taxonomy additionally provides an RSS category 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 Entity Reference help page for the field widgets and formatters that can be configured for any reference field on the Manage display and Manage form display pages. Taxonomy additionally provides an RSS category 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. Add vocabulary.\\\":\\\"No vocabularies available. Add vocabulary.\\\",\\\"No terms available. Add term.\\\":\\\"No terms available. Add term.\\\",\\\"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 Field module help and the Field UI help pages for general information on fields and how to create and manage them. For more information, see the online documentation for the Telephone module.\\\":\\\"The Telephone module allows you to create fields that contain telephone numbers. See the Field module help and the Field UI help pages for general information on fields and how to create and manage them. For more information, see the online documentation for the Telephone module.\\\",\\\"The settings and the display of the telephone field can be configured separately. See the Field UI help for more information on how to manage fields and their display.\\\":\\\"The settings and the display of the telephone field can be configured separately. See the Field UI help 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 Field module help and the Field UI help pages for general information on fields and how to create and manage them. For more information, see the online documentation for the Text module.\\\":\\\"The Text module allows you to create short and long text fields with optional summaries. See the Field module help and the Field UI help pages for general information on fields and how to create and manage them. For more information, see the online documentation for the Text module.\\\",\\\"The settings and display of the text field can be configured separately. See the Field UI help for more information on how to manage fields and their display.\\\":\\\"The settings and display of the text field can be configured separately. See the Field UI help for more information on how to manage fields and their display.\\\",\\\"If you choose Text (plain) or Text (plain, long) you restrict the input to Plain text only. If you choose Text (formatted), Text (formatted, long), or Text (formatted, long with summary) you allow users to write formatted text. Which options are available to individual users depends on the settings on the Text formats and editors page.\\\":\\\"If you choose Text (plain) or Text (plain, long) you restrict the input to Plain text only. If you choose Text (formatted), Text (formatted, long), or Text (formatted, long with summary) you allow users to write formatted text. Which options are available to individual users depends on the settings on the Text formats and editors page.\\\",\\\"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 online documentation for the Toolbar module.\\\":\\\"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 online documentation for the Toolbar module.\\\",\\\"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 online documentation for the Tour module.\\\":\\\"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 online documentation for the Tour module.\\\",\\\"Tours can be written as YAML-documents with a text editor, or using the contributed Tour UI module. For more information, see the online documentation for writing tours.\\\":\\\"Tours can be written as YAML-documents with a text editor, or using the contributed Tour UI module. For more information, see the online documentation for writing tours.\\\",\\\"@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 online documentation for the Activity Tracker module.\\\":\\\"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 online documentation for the Activity Tracker module.\\\",\\\"The Recent content 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 My recent content tab limits the list to the currently logged-in user.\\\":\\\"The Recent content 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 My recent content 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 Extend page; if you do so, functionality that depends on the Update Manager system will not work. For more information, see the online documentation for the Update Manager module.\\\":\\\"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 Extend page; if you do so, functionality that depends on the Update Manager system will not work. For more information, see the online documentation for the Update Manager module.\\\",\\\"The Available updates report 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 Update Manager settings page.\\\":\\\"The Available updates report 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 Update Manager settings page.\\\",\\\"The Update Manager module allows administrators to perform updates directly from the Update page. 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 Extend page and the Appearance page.\\\":\\\"The Update Manager module allows administrators to perform updates directly from the Update page. 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 Extend page and the Appearance page.\\\",\\\"You can also install new modules and themes in the same fashion, through the Install page, or by clicking the Install new module/theme links at the top of the Extend page and the Appearance page. 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 Install page, or by clicking the Install new module/theme links at the top of the Extend page and the Appearance page. 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 available updates to maintain a secure and current site. Always run the update script each time a module is updated.\\\":\\\"Regularly review and install available updates to maintain a secure and current site. Always run the update script each time a module is updated.\\\",\\\"Regularly review available updates to maintain a secure and current site. Always run the update script each time a module is updated.\\\":\\\"Regularly review available updates to maintain a secure and current site. Always run the update script each time a module is updated.\\\",\\\"No update information available. Run cron or check manually.\\\":\\\"No update information available. Run cron or check manually.\\\",\\\"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 available updates for Drupal.\\\":\\\"There was a problem checking available updates for Drupal.\\\",\\\"There was a problem checking available updates for your modules or themes.\\\":\\\"There was a problem checking available updates for your modules or themes.\\\",\\\"Automatic updating of Drupal core is not supported. See the upgrade guide for information on how to update Drupal core manually.\\\":\\\"Automatic updating of Drupal core is not supported. See the upgrade guide 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 available updates page for more information and to install your missing updates.\\\":\\\"See the available updates page for more information and to install your missing updates.\\\",\\\"See the available updates page for more information.\\\":\\\"See the available updates 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 status report 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 status report page, and will also display an error message on administration pages if there is a security update.\\\",\\\"You can find modules and themes on drupal.org. The following file extensions are supported: %extensions.\\\":\\\"You can find modules and themes on drupal.org. The following file extensions are supported: %extensions.\\\",\\\"Back up your database and site before you continue. Learn how.\\\":\\\"Back up your database and site before you continue. Learn how.\\\",\\\"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 online documentation for the User module.\\\":\\\"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 online documentation for the User module.\\\",\\\"Through the People administration page 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 People administration page 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.\\\",\\\"Roles are used to group and classify users; each user can be assigned one or more roles. Typically there are two pre-defined roles: Anonymous user (users that are not logged in), and Authenticated user (users that are registered and logged in). Depending on how your site was set up, an Administrator 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 Roles administration page.\\\":\\\"Roles are used to group and classify users; each user can be assigned one or more roles. Typically there are two pre-defined roles: Anonymous user (users that are not logged in), and Authenticated user (users that are registered and logged in). Depending on how your site was set up, an Administrator 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 Roles administration page.\\\",\\\"After creating roles, you can set permissions for each role on the Permissions page. 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 Permissions page. 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 Account settings page 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 Account settings page 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 Account settings page. 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 Field module help page.\\\":\\\"Because User accounts are an entity type, you can extend them by adding fields through the Manage fields tab on the Account settings page. 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 Field module help page.\\\",\\\"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 Roles 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 Account settings 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 Roles 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 Account settings 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 Permissions page. 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 Permissions page. 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. Reset your password.\\\":\\\"Required if you want to change the %mail or %pass below. Reset your password.\\\",\\\"Users with the %select-cancel-method or %administer-users permissions can override this default method.\\\":\\\"Users with the %select-cancel-method or %administer-users permissions can override this default method.\\\",\\\"Created a new user account for %name. No email has been sent.\\\":\\\"Created a new user account for %name. No email has been sent.\\\",\\\"The new user %name was created without an email address, so no welcome message was sent.\\\":\\\"The new user %name 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 %name.\\\":\\\"A welcome message with further instructions has been emailed to the new user %name.\\\",\\\"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 online documentation for the Views module.\\\":\\\"For more information, see the online documentation for the Views module.\\\",\\\"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 Views UI module help page 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 Views UI module help page for more information.\\\",\\\"Contributed projects that support the Views module can be found in the online documentation for Views-related contributed modules.\\\":\\\"Contributed projects that support the Views module can be found in the online documentation for Views-related contributed modules.\\\",\\\"Changing the title here means it cannot be dynamically altered anymore. (Try changing it directly in @name.)\\\":\\\"Changing the title here means it cannot be dynamically altered anymore. (Try changing it directly in @name.)\\\",\\\"This link is provided by the Views module. The path can be changed by editing the view @label\\\":\\\"This link is provided by the Views module. The path can be changed by editing the view @label\\\",\\\"@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 Twig. 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 Twig. 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 Views module. For more information, see the online documentation for the Views UI module.\\\":\\\"The Views UI module provides an interface for managing views for the Views module. For more information, see the online documentation for the Views UI module.\\\",\\\"Views can be enabled or disabled from the Views list page. 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 Views list page. 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 Configuration Manager module.\\\":\\\"Views can be exported and imported as configuration files by using the Configuration Manager module.\\\",\\\"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 break this lock.\\\":\\\"This view is being edited by user @user, and is therefore locked from editing by others. This lock is @age old. Click here to break this lock.\\\",\\\"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 online documentation for the Automated Cron module.\\\":\\\"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 online documentation for the Automated Cron module.\\\",\\\"Configuring Automated Cron\\\":\\\"Configuring Automated Cron\\\",\\\"On the Cron page, you can set the frequency (time interval) for running cron jobs.\\\":\\\"On the Cron page, 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 Place block on the Block layout page. Once a block is placed, it can be moved to a different region by drag-and-drop or by using the Region drop-down list, and then clicking Save blocks.\\\":\\\"You can place a new block in a region by selecting Place block on the Block layout page. Once a block is placed, it can be moved to a different region by drag-and-drop or by using the Region drop-down list, and then clicking Save blocks.\\\",\\\"Block placement is specific to each theme on your site. Changes will not be saved until you click Save blocks at the bottom of the page.\\\":\\\"Block placement is specific to each theme on your site. Changes will not be saved until you click Save blocks at the bottom of the page.\\\",\\\"Adding comment types\\\":\\\"Adding comment types\\\",\\\"Additional comment types can be created per entity sub-type and added on the Comment types page. If there are multiple comment types available you can select the appropriate one after adding a Comments field.\\\":\\\"Additional comment types can be created per entity sub-type and added on the Comment types page. If there are multiple comment types available you can select the appropriate one after adding a Comments field.\\\",\\\"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 online documentation for the Internal Dynamic Page Cache module.\\\":\\\"The Internal Dynamic Page Cache module caches pages for all users in the database, handling dynamic content correctly. For more information, see the online documentation for the Internal Dynamic Page Cache module.\\\",\\\"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.\\\",\\\"Entity Reference 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 the online documentation for the Entity Reference module.\\\":\\\"Entity Reference 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 the online documentation for the Entity Reference module.\\\",\\\"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 processed and displayed 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 Text Editor module. For more information, see the online documentation for the Filter module.\\\":\\\"The Filter module allows administrators to configure text formats. Text formats change how HTML tags and other text will be processed and displayed 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 Text Editor module. For more information, see the online documentation for the Filter module.\\\",\\\"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. Improper text format configuration is a security risk.\\\":\\\"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. Improper text format configuration is a security risk.\\\",\\\"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 stored 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 stored 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. Improper text format configuration is a security risk. Learn more on the Filter module help page.\\\":\\\"Text formats define how text is filtered for output and how HTML tags and other text is displayed, replaced, or removed. Improper text format configuration is a security risk. Learn more on the Filter module help page.\\\",\\\"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 lang and dir 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 jump-*. JavaScript event attributes, JavaScript URLs, and CSS are always stripped.\\\":\\\"A list of HTML tags that can be used. By default only the lang and dir 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 jump-*. 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 override the default English interface text strings in your site with other English text strings on the User interface translation page. Translation is off by default for English, but you can turn it on by visiting the Edit language page for English from the Languages page.\\\":\\\"If translation is enabled for English, you can override the default English interface text strings in your site with other English text strings on the User interface translation page. Translation is off by default for English, but you can turn it on by visiting the Edit language page for English from the Languages 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.\\\",\\\"Log in for anonymous users\\\":\\\"Log in 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 cron maintenance task is required.\\\":\\\"Only items in the index will appear in search results. To build and maintain the index, a correctly configured cron maintenance task is required.\\\",\\\"The maximum number of items indexed in each run of the cron maintenance task. 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 cron maintenance task. 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 Status report 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 Status report 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 cron tasks. On the Cron page, you can configure cron to run periodically as part of server responses by installing the Automated Cron 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 Status report page. For more information, see the online documentation for configuring cron jobs.\\\":\\\"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 cron tasks. On the Cron page, you can configure cron to run periodically as part of server responses by installing the Automated Cron 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 Status report page. For more information, see the online documentation for configuring cron jobs.\\\",\\\"Enable the Automated Cron module to allow cron execution at the end of a server response.\\\":\\\"Enable the Automated Cron 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 the @module module\\\":\\\"Configure the @module module\\\",\\\"Machine name: @machine-name\\\":\\\"Machine name: @machine-name\\\",\\\"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 request a new password.\\\\u0003There have been more than @count failed login attempts for this account. It is temporarily blocked. Try again later or request a new password.\\\":\\\"There has been more than one failed login attempt for this account. It is temporarily blocked. Try again later or request a new password.\\\\u0003There have been more than @count failed login attempts for this account. It is temporarily blocked. Try again later or request a new password.\\\",\\\"%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 installation handbook, or contact your hosting provider.\\\":\\\"Resolve all issues below to continue the installation. For help configuring your database server, see the installation handbook, 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\\\",\\\"

This page provides the ability to add common languages to your site.

If the desired language is not available, you can add a custom language.

\\\":\\\"

This page provides the ability to add common languages to your site.

If the desired language is not available, you can add a custom language.

\\\",\\\"

Choose a language from the list, or choose \\\\\\\"Custom language...\\\\\\\" at the end of the list.

Click the \\\\\\\"Add language\\\\\\\" button when you are done choosing your language.

When adding a custom language, you will get an additional form where you can provide the name, code, and direction of the language.

\\\":\\\"

Choose a language from the list, or choose \\\\\\\"Custom language...\\\\\\\" at the end of the list.

Click the \\\\\\\"Add language\\\\\\\" button when you are done choosing your language.

When adding a custom language, you will get an additional form where you can provide the name, code, and direction of the language.

\\\",\\\"Continuing on\\\":\\\"Continuing on\\\",\\\"

This page provides the ability to edit a language on your site, including custom languages.

\\\":\\\"

This page provides the ability to edit a language on your site, including custom languages.

\\\",\\\"

You cannot change the code of a language on the site, since it is used by the system to keep track of the language.

\\\":\\\"

You cannot change the code of a language on the site, since it is used by the system to keep track of the language.

\\\",\\\"

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.

\\\":\\\"

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.

\\\",\\\"

Choose if the language is a \\\\\\\"Left to right\\\\\\\" or \\\\\\\"Right to left\\\\\\\" language.

Note that not all themes support \\\\\\\"Right to left\\\\\\\" layouts, so test your theme if you are using \\\\\\\"Right to left\\\\\\\".

\\\":\\\"

Choose if the language is a \\\\\\\"Left to right\\\\\\\" or \\\\\\\"Right to left\\\\\\\" language.

Note that not all themes support \\\\\\\"Right to left\\\\\\\" layouts, so test your theme if you are using \\\\\\\"Right to left\\\\\\\".

\\\",\\\"

The \\\\\\\"Languages\\\\\\\" page allows you to add, edit, delete, and reorder languages for the site.

\\\":\\\"

The \\\\\\\"Languages\\\\\\\" page allows you to add, edit, delete, and reorder languages for the site.

\\\",\\\"

To add more languages to your site, click the \\\\\\\"Add language\\\\\\\" button.

Added languages will be displayed in the language list and can then be edited or deleted.

\\\":\\\"

To add more languages to your site, click the \\\\\\\"Add language\\\\\\\" button.

Added languages will be displayed in the language list and can then be edited or deleted.

\\\",\\\"Reordering languages\\\":\\\"Reordering languages\\\",\\\"

To reorder the languages on your site, use the drag icons next to each language.

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.

When you are done with reordering the languages, click the \\\\\\\"Save configuration\\\\\\\" button for the changes to take effect.

\\\":\\\"

To reorder the languages on your site, use the drag icons next to each language.

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.

When you are done with reordering the languages, click the \\\\\\\"Save configuration\\\\\\\" button for the changes to take effect.

\\\",\\\"Set a language as default\\\":\\\"Set a language as default\\\",\\\"

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.

\\\":\\\"

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.

\\\",\\\"Modifying languages\\\":\\\"Modifying languages\\\",\\\"

Operations are provided for editing and deleting your languages.

You can edit the name and the direction of the language.

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.

\\\":\\\"

Operations are provided for editing and deleting your languages.

You can edit the name and the direction of the language.

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.

\\\",\\\"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 Filter button.\\\":\\\"To apply your search criteria, click on the Filter 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 Save translations 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 Save translations 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 Content to output each item completely, using your configured display settings. Or choose Fields, which allows you to output only specific fields for each result. Additional formats can be added by installing modules to extend Drupal's base functionality.\\\":\\\"Choose how to output results. E.g., choose Content to output each item completely, using your configured display settings. Or choose Fields, which allows you to output only specific fields for each result. Additional formats can be added by installing modules to extend 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 published, you would add a filter for Published and select Yes.\\\":\\\"Add filters to limit the results in the output. E.g., to only show content that is published, you would add a filter for Published and select Yes.\\\",\\\"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.
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.
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 — @configuration.label\\\":\\\"Show — @configuration.label\\\",\\\"Hide — @configuration.label\\\":\\\"Hide — @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 online documentation for the BigPipe module.\\\":\\\"The BigPipe module sends pages with dynamic content in a way that allows browsers to show them much faster. For more information, see the online documentation for the BigPipe module.\\\",\\\"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 PHP mbstring extension for improved Unicode support.\\\":\\\"Operations on Unicode strings are emulated on a best-effort basis. Install the PHP mbstring extension for improved Unicode support.\\\",\\\"Multibyte string function overloading in PHP is active and must be disabled. Check the php.ini mbstring.func_overload setting. Please refer to the PHP mbstring documentation for more information.\\\":\\\"Multibyte string function overloading in PHP is active and must be disabled. Check the php.ini mbstring.func_overload setting. Please refer to the PHP mbstring documentation for more information.\\\",\\\"Multibyte string input conversion in PHP is active and must be disabled. Check the php.ini mbstring.encoding_translation setting. Please refer to the PHP mbstring documentation for more information.\\\":\\\"Multibyte string input conversion in PHP is active and must be disabled. Check the php.ini mbstring.encoding_translation setting. Please refer to the PHP mbstring documentation for more information.\\\",\\\"Multibyte string input conversion in PHP is active and must be disabled. Check the php.ini mbstring.http_input setting. Please refer to the PHP mbstring documentation for more information.\\\":\\\"Multibyte string input conversion in PHP is active and must be disabled. Check the php.ini mbstring.http_input setting. Please refer to the PHP mbstring documentation for more information.\\\",\\\"Multibyte string output conversion in PHP is active and must be disabled. Check the php.ini mbstring.http_output setting. Please refer to the PHP mbstring documentation for more information.\\\":\\\"Multibyte string output conversion in PHP is active and must be disabled. Check the php.ini mbstring.http_output setting. Please refer to the PHP mbstring documentation 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 the documentation for PHP date formats.\\\":\\\"See the documentation for PHP date formats.\\\",\\\"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 Control or command (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 Control or command (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 six official languages of the UN. 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 six official languages of the UN. 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 PHP documentation 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 PHP documentation for more information.\\\",\\\"The GD library for PHP is enabled, but was compiled without PNG support. Check the PHP image documentation for information on how to correct this.\\\":\\\"The GD library for PHP is enabled, but was compiled without PNG support. Check the PHP image documentation for information on how to correct this.\\\",\\\"The GD library for PHP is missing or outdated. Check the PHP image documentation for information on how to correct this.\\\":\\\"The GD library for PHP is missing or outdated. Check the PHP image documentation for information on how to correct this.\\\",\\\"Completed step @current of @total.\\\":\\\"Completed step @current of @total.\\\",\\\"A user-defined date format. See the PHP manual for available options.\\\":\\\"A user-defined date format. See the PHP manual for available options.\\\",\\\"This site has only a single language enabled. Add at least one more language in order to translate content.\\\":\\\"This site has only a single language enabled. Add at least one more language 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 strtotime 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 strtotime 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 (APC RFC1867)\\\":\\\"Enabled (APC RFC1867)\\\",\\\"File MIME Type\\\":\\\"File MIME Type\\\",\\\"Hypermedia APIs are a style of Web API that uses URIs to identify resources and the link relations 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 link relations between them, enabling API consumers to follow links to discover API functionality.\\\",\\\"This module is experimental. Experimental modules are provided for testing purposes only. Use at your own risk.\\\":\\\"This module is experimental. Experimental modules 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 EXIF data 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 EXIF data 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 EXIF data 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 EXIF data in the image.\\\",\\\"The Language module allows you to configure the languages used on your site, and provides information for the Content Translation, Interface Translation, and Configuration Translation modules, if they are enabled. For more information, see the online documentation for the Language module.\\\":\\\"The Language module allows you to configure the languages used on your site, and provides information for the Content Translation, Interface Translation, and Configuration Translation modules, if they are enabled. For more information, see the online documentation for the Language module.\\\",\\\"The domain names to use for these languages. Modifying this value may break existing URLs. Use with caution in a production environment. 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. Modifying this value may break existing URLs. Use with caution in a production environment. 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 maintenance mode.\\\":\\\"Put this site into maintenance mode.\\\",\\\"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 Permissions page.\\\":\\\"Control which roles can \\\\\\\"View the administration theme\\\\\\\" on the Permissions page.\\\",\\\"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 open_basedir restriction to be disabled. Check your webserver configuration or contact your web host.\\\":\\\"The testing framework requires the PHP open_basedir 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 online documentation for the Syslog module, as well as PHP's documentation pages for the openlog and syslog 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 online documentation for the Syslog module, as well as PHP's documentation pages for the openlog and syslog functions.\\\",\\\"Experimental modules found: %module_list. Experimental modules are provided for testing purposes only. Use at your own risk.\\\":\\\"Experimental modules found: %module_list. Experimental modules are provided for testing purposes only. Use at your own risk.\\\",\\\"PHP OPcode caching can improve your site's performance considerably. It is highly recommended to have OPcache installed on your server.\\\":\\\"PHP OPcode caching can improve your site's performance considerably. It is highly recommended to have OPcache 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?\\\",\\\"Experimental modules are provided for testing purposes only. Use at your own risk.\\\":\\\"Experimental modules 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 the PHP manual.\\\":\\\"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 the PHP manual.\\\",\\\"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 Administer blocks permission can create and edit custom block types with fields and display settings, from the Block types page in the Custom block library. For more information about managing fields and display settings, see the Field UI module help.\\\":\\\"Users with the Administer blocks permission can create and edit custom block types with fields and display settings, from the Block types page in the Custom block library. For more information about managing fields and display settings, see the Field UI module help.\\\",\\\"Users with the Administer blocks permission can create, edit, and delete custom blocks of each defined custom block type, from the Blocks page in the Custom block library. After creating a block, place it in a region from the Block layout page; see the Block module help for more information about placing blocks.\\\":\\\"Users with the Administer blocks permission can create, edit, and delete custom blocks of each defined custom block type, from the Blocks page in the Custom block library. After creating a block, place it in a region from the Block layout page; see the Block module help for more information about placing blocks.\\\",\\\"Blocks in the block library belong to Custom block types, each with its own fields and display settings. After creating a block, place it in a region from the Block layout page.\\\":\\\"Blocks in the block library belong to Custom block types, each with its own fields and display settings. After creating a block, place it in a region from the Block layout page.\\\",\\\"Each block type has its own fields and display settings. Create blocks of each type on the Blocks page in the custom block library.\\\":\\\"Each block type has its own fields and display settings. Create blocks of each type on the Blocks page in the custom block library.\\\",\\\"Describe this comment type. The text will be displayed on the Comment types administration overview page.\\\":\\\"Describe this comment type. The text will be displayed on the Comment types administration overview page.\\\",\\\"For more information, refer to the help listed on this page or to the online documentation and support pages at drupal.org.\\\":\\\"For more information, refer to the help listed on this page or to the online documentation and support pages at drupal.org.\\\",\\\"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 Date and time formats and Basic site settings (site name, email address to send mail from, home page, and error pages). Additional configuration pages are listed on the main Configuration page.\\\":\\\"The System module provides pages for managing basic site configuration, including Date and time formats and Basic site settings (site name, email address to send mail from, home page, and error pages). Additional configuration pages are listed on the main Configuration page.\\\",\\\"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) - The following translations will be deleted:\\\":\\\"@label (Original translation) - The following translations will be deleted:\\\",\\\"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 upgrade form.\\\":\\\"The Migrate Drupal UI module has been enabled. Proceed to the upgrade form.\\\",\\\"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 log out 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 log out 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 online handbook.\\\":\\\"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 online handbook.\\\",\\\"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. Remove @entity_type_plural.\\\":\\\"There is content for the entity type: @entity_type. Remove @entity_type_plural.\\\",\\\"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.
Make a backup of your database if you want to be able to restore these items.\\\":\\\"This action cannot be undone.
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 @count more @entity_type_singular.\\\\u0003And @count more @entity_type_plural.\\\":\\\"And @count more @entity_type_singular.\\\\u0003And @count more @entity_type_plural.\\\",\\\"This will delete @count @entity_type_singular.\\\\u0003This will delete @count @entity_type_plural.\\\":\\\"This will delete @count @entity_type_singular.\\\\u0003This will delete @count @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. Forgot your password?\\\":\\\"Unrecognized username or password. Forgot your password?\\\",\\\"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 Views list page by using the \\\\\\\"Add view\\\\\\\" action. Existing views can be managed from the Views list page 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 Views list page by using the \\\\\\\"Add view\\\\\\\" action. Existing views can be managed from the Views list page 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 online documentation for the Place Blocks module.\\\":\\\"The Place Blocks module allows you to place blocks from every page. For more information, see the online documentation for the Place Blocks module.\\\",\\\"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 online handbook.\\\":\\\"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 online handbook.\\\",\\\"The Datetime Range module provides a Date field that stores start dates and times, as well as end dates and times. See the Field module help and the Field UI module help pages for general information on fields and how to create and manage them. For more information, see the online documentation for the Datetime Range module.\\\":\\\"The Datetime Range module provides a Date field that stores start dates and times, as well as end dates and times. See the Field module help and the Field UI module help pages for general information on fields and how to create and manage them. For more information, see the online documentation for the Datetime Range module.\\\",\\\"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 Aggregator administration page.\\\":\\\"Administrators can add, edit, and delete feeds, and choose how often to check each feed for newly updated items on the Aggregator administration page.\\\",\\\"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 Aggregator settings page.\\\":\\\"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 Aggregator settings page.\\\",\\\"Administrators can choose whether to discard feed items that are older than a specified period of time on the Aggregator settings page. 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 Aggregator settings page. This requires a correctly configured cron maintenance task (see below).\\\",\\\"Place block in the %region region\\\":\\\"Place block in the %region region\\\",\\\"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 security advisory.\\\":\\\"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 security advisory.\\\",\\\"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.\\\",\\\"

Now that you have an overview of the \\\\\\\"Add languages\\\\\\\" feature, you can continue by:

\\\":\\\"

Now that you have an overview of the \\\\\\\"Add languages\\\\\\\" feature, you can continue by:

\\\",\\\"

Now that you have an overview of the \\\\\\\"Edit language\\\\\\\" feature, you can continue by:

\\\":\\\"

Now that you have an overview of the \\\\\\\"Edit language\\\\\\\" feature, you can continue by:

\\\",\\\"

Now that you have an overview of the \\\\\\\"Languages\\\\\\\" page, you can continue by:

\\\":\\\"

Now that you have an overview of the \\\\\\\"Languages\\\\\\\" page, you can continue by:

\\\",\\\"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 Languages page, 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 Languages page, 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 export them to a .po file and import them 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 export them to a .po file and import them 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 PECL uploadprogress library.\\\":\\\"Your server is capable of displaying file upload progress, but does not have the required libraries. It is recommended to install the PECL uploadprogress library.\\\",\\\"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 PHP cURL library. For more information, see the online information on installing the PHP cURL extension.\\\":\\\"The Aggregator module requires the PHP cURL library. For more information, see the online information on installing the PHP cURL extension.\\\",\\\"@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 online documentation for the Field Layout module.\\\":\\\"For more information, see the online documentation for the Field Layout module.\\\",\\\"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 @file…\\\":\\\"Uploading @file…\\\",\\\"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 online documentation for the Layout Discovery module.\\\":\\\"For more information, see the online documentation for the Layout Discovery module.\\\",\\\"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 Sizes 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. Media conditions 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 image width 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 Sizes 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. Media conditions 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 image width 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 Access 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 Access 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 PHP cURL library. For more information, see the online information on installing the PHP cURL extension.\\\":\\\"The testing framework requires the PHP cURL library. For more information, see the online information on installing the PHP cURL extension.\\\",\\\"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 system requirements 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 system requirements 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 system requirements 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 system requirements 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\\\\\\\" permission will be able to access the site. Authorized users can log in directly via the user login page.\\\":\\\"Visitors will only see the maintenance mode message. Only users with the \\\\\\\"@permission-label\\\\\\\" permission will be able to access the site. Authorized users can log in directly via the user login 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 online documentation for the Workflows module.\\\":\\\"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 online documentation for the Workflows module.\\\",\\\"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, add a new state.\\\":\\\"This workflow has no states and will be disabled until there is at least one, add a new state.\\\",\\\"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 online documentation for the Migrate Drupal UI module.\\\":\\\"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 online documentation for the Migrate Drupal UI module.\\\",\\\"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 Upgrade page, you are guided through performing the upgrade in several steps.\\\":\\\"On the Upgrade 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 log of upgrade messages by clicking the link in the message provided after the upgrade or by filtering the messages for the type migrate_drupal_ui on the Recent log messages page.\\\":\\\"You can review a log of upgrade messages by clicking the link in the message provided after the upgrade or by filtering the messages for the type migrate_drupal_ui on the Recent log messages 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). Disabling this backwards compatibility mode 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). Disabling this backwards compatibility mode 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 enable backwards compatibility mode.\\\":\\\"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 enable backwards compatibility mode.\\\",\\\"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, read the change record to learn how to enable the BC mode.\\\":\\\"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, read the change record to learn how to enable the BC mode.\\\",\\\"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 Theming Guide.\\\":\\\"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 Theming Guide.\\\",\\\"A base theme with sensible default CSS classes added. Learn how to use Classy as a base theme in the Drupal 8 Theming Guide.\\\":\\\"A base theme with sensible default CSS classes added. Learn how to use Classy as a base theme in the Drupal 8 Theming Guide.\\\",\\\"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 Extending Drupal 8.\\\":\\\"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 Extending Drupal 8.\\\",\\\"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 Extending Drupal 8.\\\":\\\"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 Extending Drupal 8.\\\",\\\"Updating modules and themes requires @backends access to your server. See Extending Drupal 8 for other update methods.\\\\u0003Updating modules and themes requires access to your server via one of the following methods: @backends. See Extending Drupal 8 for other update methods.\\\":\\\"Updating modules and themes requires @backends access to your server. See Extending Drupal 8 for other update methods.\\\\u0003Updating modules and themes requires access to your server via one of the following methods: @backends. See Extending Drupal 8 for other update methods.\\\",\\\"Installing modules and themes requires @backends access to your server. See Extending Drupal 8 for other installation methods.\\\\u0003Installing modules and themes requires access to your server via one of the following methods: @backends. See Extending Drupal 8 for other installation methods.\\\":\\\"Installing modules and themes requires @backends access to your server. See Extending Drupal 8 for other installation methods.\\\\u0003Installing modules and themes requires access to your server via one of the following methods: @backends. See Extending Drupal 8 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 Not specified and Not applicable\\\":\\\"Include locked languages such as Not specified and Not applicable\\\",\\\"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 block types and content-containing blocks from the Custom block library page. Custom block types have fields; see the Field module help for more information. Once created, custom blocks can be placed in regions just like blocks provided by other modules; see the Block module help page for details. For more information, see the online documentation for the Custom Block module.\\\":\\\"The Custom Block module allows you to create and manage custom block types and content-containing blocks from the Custom block library page. Custom block types have fields; see the Field module help for more information. Once created, custom blocks can be placed in regions just like blocks provided by other modules; see the Block module help page for details. For more information, see the online documentation for the Custom Block module.\\\",\\\"You can only change the book outline for the published version of this content.\\\":\\\"You can only change the book outline for the published 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 online documentation for the Inline Form Errors module.\\\":\\\"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 online documentation for the Inline Form Errors module.\\\",\\\"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 media type. It also manages the publishing options, 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 media type. It also manages the publishing options, 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 Administer media types permission the ability to create new media types 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 Field module 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 Administer media types permission the ability to create new media types 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 Field module 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 Revision information settings.\\\":\\\"The Media module also enables you to create multiple versions of any media item, and revert to older versions using the Revision information settings.\\\",\\\"The Media module makes a number of permissions available, which can be set by role on the permissions page.\\\":\\\"The Media module makes a number of permissions available, which can be set by role on the permissions page.\\\",\\\"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 Add new media page.\\\":\\\"Describe this media type. The text will be displayed on the Add new media 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. Add media type.\\\":\\\"No media types available. Add media type.\\\",\\\"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 published version of this content.\\\":\\\"You can only change the menu settings for the published 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 published version of this content.\\\":\\\"You can only change the URL alias for the published 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 Field module help page 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 online documentation for the RESTful Web Services module.\\\":\\\"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 Field module help page 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 online documentation for the RESTful Web Services module.\\\",\\\"REST support for content types (provided by the Node module) is enabled by default. To enable support for other content entity types, you can use a process based on configuration editing or the contributed REST UI module.\\\":\\\"REST support for content types (provided by the Node module) is enabled by default. To enable support for other content entity types, you can use a process based on configuration editing or the contributed REST UI module.\\\",\\\"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 limitations of 32-bit PHP.\\\":\\\"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 limitations of 32-bit PHP.\\\",\\\"A client error happened\\\":\\\"A client error happened\\\",\\\"To run cron from outside the site, go to @cron\\\":\\\"To run cron from outside the site, go to @cron\\\",\\\"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. Warning: 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. Warning: 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 Media Entity 1.x branch. Please check the 2.x branch of that module for an upgrade path.\\\":\\\"The Media module is not compatible with contrib Media Entity 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 access to the database for the old site is available from this new site.\\\":\\\"Make sure that access to the database for the old site is available from this new site.\\\",\\\"If the old site has private files, a copy of its files directory must also be accessible on the host of this new site.\\\":\\\"If the old site has private files, a copy of its files directory must also be accessible on the host of this new site.\\\",\\\"Enable all modules on this new site 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.\\\":\\\"Enable all modules on this new site 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.\\\",\\\"Do not add any content to the new site before upgrading. Any existing content is likely to be overwritten by the upgrade process. See the upgrade preparation guide.\\\":\\\"Do not add any content to the new site before upgrading. Any existing content is likely to be overwritten by the upgrade process. See the upgrade preparation guide.\\\",\\\"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 Media help page.\\\":\\\"For more information, see the Media help page.\\\",\\\"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. Edit them on the original language form.\\\":\\\"Fields that apply to all languages are hidden to avoid conflicting changes. Edit them on the original language form.\\\",\\\"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 block administration page.\\\":\\\"To manage other areas of the page, use the block administration page.\\\",\\\"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 media list (opens a new window) to help locate media.\\\":\\\"See the media list (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\\\",\\\"by @author_name @created_date\\\":\\\"by @author_name @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\\\",\\\"{{ quantity }} x\\\":\\\"{{ quantity }} x\\\",\\\"Commerce License\\\":\\\"Commerce License\\\",\\\"Commerce License Notifications\\\":\\\"Commerce License Notifications\\\",\\\"Order logs\\\":\\\"Order logs\\\",\\\"No log entries.\\\":\\\"No log entries.\\\",\\\"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.\\\",\\\"Node Article\\\":\\\"Node Article\\\",\\\"Node Article i18n\\\":\\\"Node Article i18n\\\",\\\"Simplenews newsletters nodes\\\":\\\"Simplenews newsletters nodes\\\",\\\"Simplenews subscribers\\\":\\\"Simplenews subscribers\\\",\\\"License from D7 Ubercart Roles.\\\":\\\"License from D7 Ubercart Roles.\\\",\\\"D7 User Profiles\\\":\\\"D7 User Profiles\\\",\\\"User accounts\\\":\\\"User accounts\\\",\\\"Delete selected profile\\\":\\\"Delete selected profile\\\",\\\"Publish selected profile\\\":\\\"Publish selected profile\\\",\\\"Unpublish selected profile\\\":\\\"Unpublish selected profile\\\",\\\"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\\\",\\\"Account\\\":\\\"Account\\\",\\\"Email: HTML\\\":\\\"Email: HTML\\\",\\\"Email: Plain\\\":\\\"Email: Plain\\\",\\\"Email: HTML text alternative\\\":\\\"Email: HTML text alternative\\\",\\\"Subscriptions\\\":\\\"Subscriptions\\\",\\\"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.\\\",\\\"Number of retries: {{ num_retries }}\\\":\\\"Number of retries: {{ num_retries }}\\\",\\\"{{ state }}\\\\n\\\\n{{ num_retries }}\\\":\\\"{{ state }}\\\\n\\\\n{{ num_retries }}\\\",\\\"Available date\\\":\\\"Available date\\\",\\\"Processed date\\\":\\\"Processed date\\\",\\\"{{ processed }}\\\\n\\\\n{{ message }}\\\":\\\"{{ processed }}\\\\n\\\\n{{ message }}\\\",\\\"Message: {{ message }}\\\":\\\"Message: {{ message }}\\\",\\\"No jobs found\\\":\\\"No jobs 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 Newsletter Issue for newsletters.\\\":\\\"Use Newsletter Issue for newsletters.\\\",\\\"Sends newsletters\\\":\\\"Sends newsletters\\\",\\\"Issue\\\":\\\"Issue\\\",\\\"Send status\\\":\\\"Send status\\\",\\\"No newsletter issues found.\\\":\\\"No newsletter issues found.\\\",\\\"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\\\",\\\"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\\\",\\\"Spellcheck\\\":\\\"Spellcheck\\\",\\\"Suggester\\\":\\\"Suggester\\\",\\\"Term Vector\\\":\\\"Term Vector\\\",\\\"Shopping cart\\\":\\\"Shopping cart\\\",\\\"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!\\\",\\\"Devel menu\\\":\\\"Devel menu\\\",\\\"Edit configuration.\\\":\\\"Edit configuration.\\\",\\\"Edit state system values.\\\":\\\"Edit state system values.\\\",\\\"Field Info\\\":\\\"Field Info\\\",\\\"View Session\\\":\\\"View Session\\\",\\\"Element Info\\\":\\\"Element Info\\\",\\\"Cache clear\\\":\\\"Cache clear\\\",\\\"Container Info\\\":\\\"Container Info\\\",\\\"Routes Info\\\":\\\"Routes Info\\\",\\\"Current route info\\\":\\\"Current route info\\\",\\\"Events Info\\\":\\\"Events Info\\\",\\\"PHP config\\\":\\\"PHP config\\\",\\\"PHP Extensions\\\":\\\"PHP Extensions\\\",\\\"PHP SAPI\\\":\\\"PHP SAPI\\\",\\\"Request\\\":\\\"Request\\\",\\\"Controller\\\":\\\"Controller\\\",\\\"Timeline\\\":\\\"Timeline\\\",\\\"Total time\\\":\\\"Total time\\\",\\\"Memory\\\":\\\"Memory\\\",\\\"Performance Timing\\\":\\\"Performance Timing\\\",\\\"DNS lookup\\\":\\\"DNS lookup\\\",\\\"TCP handshake\\\":\\\"TCP handshake\\\",\\\"Data download\\\":\\\"Data download\\\",\\\"DOM building\\\":\\\"DOM building\\\",\\\"DB Queries\\\":\\\"DB Queries\\\",\\\"Query time\\\":\\\"Query time\\\",\\\"Default database\\\":\\\"Default database\\\",\\\"Logged in as\\\":\\\"Logged in as\\\",\\\"Authenticated by\\\":\\\"Authenticated by\\\",\\\"Loaded\\\":\\\"Loaded\\\",\\\"Rendered\\\":\\\"Rendered\\\",\\\"Extensions\\\":\\\"Extensions\\\",\\\"Active Modules\\\":\\\"Active Modules\\\",\\\"Active Themes\\\":\\\"Active Themes\\\",\\\"Assets\\\":\\\"Assets\\\",\\\"Show Drupal toolbar\\\":\\\"Show Drupal toolbar\\\",\\\"Close Toolbar\\\":\\\"Close Toolbar\\\",\\\"The settings have been saved.\\\":\\\"The settings have been saved.\\\",\\\"label\\\":\\\"label\\\",\\\"Custom Search\\\":\\\"Custom Search\\\",\\\"Other searches\\\":\\\"Other searches\\\",\\\"Search views\\\":\\\"Search views\\\",\\\"All except those selected\\\":\\\"All except those selected\\\",\\\"None except those selected\\\":\\\"None except those selected\\\",\\\"order item\\\":\\\"order item\\\",\\\"order items\\\":\\\"order items\\\",\\\"px\\\":\\\"px\\\",\\\"Fade in\\\":\\\"Fade in\\\",\\\"Resizable\\\":\\\"Resizable\\\",\\\"Draggable\\\":\\\"Draggable\\\",\\\"Slide down\\\":\\\"Slide down\\\",\\\"Slide Up\\\":\\\"Slide Up\\\",\\\"Fade out\\\":\\\"Fade out\\\",\\\"Font\\\":\\\"Font\\\",\\\"Cache settings\\\":\\\"Cache settings\\\",\\\"Excluded paths\\\":\\\"Excluded paths\\\",\\\"EXIF\\\":\\\"EXIF\\\",\\\"EXIF IFD\\\":\\\"EXIF IFD\\\",\\\"IFD type\\\":\\\"IFD type\\\",\\\"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\\\",\\\"jQuery UI\\\":\\\"jQuery UI\\\",\\\"D7 Materio\\\":\\\"D7 Materio\\\",\\\"Session ID\\\":\\\"Session ID\\\",\\\"By\\\":\\\"By\\\",\\\"Ops\\\":\\\"Ops\\\",\\\"Flag\\\":\\\"Flag\\\",\\\"Link type\\\":\\\"Link type\\\",\\\"flag\\\":\\\"flag\\\",\\\"Any user\\\":\\\"Any user\\\",\\\"Unflag\\\":\\\"Unflag\\\",\\\"Flagged\\\":\\\"Flagged\\\",\\\"Flags\\\":\\\"Flags\\\",\\\"Display link on user profile page\\\":\\\"Display link on user profile page\\\",\\\"Normal link\\\":\\\"Normal link\\\",\\\"The Flag module handbook contains extensive documentation on creating customized views using flags.\\\":\\\"The Flag module handbook contains extensive documentation on creating customized views using flags.\\\",\\\"Flagging an item may trigger rules.\\\":\\\"Flagging an item may trigger rules.\\\",\\\"To learn about the various ways to use flags, please check out the Flag module handbook.\\\":\\\"To learn about the various ways to use flags, please check out the Flag module handbook.\\\",\\\"Flag name\\\":\\\"Flag name\\\",\\\"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.\\\",\\\"Flag confirmation message\\\":\\\"Flag confirmation message\\\",\\\"Message displayed if the user has clicked the \\\\\\\"flag this\\\\\\\" link and confirmation is required. Usually presented in the form of a question such as, \\\\\\\"Are you sure you want to flag this content?\\\\\\\"\\\":\\\"Message displayed if the user has clicked the \\\\\\\"flag this\\\\\\\" link and confirmation is required. Usually presented in the form of a question such as, \\\\\\\"Are you sure you want to flag this content?\\\\\\\"\\\",\\\"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 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.\\\",\\\"Unflag confirmation message\\\":\\\"Unflag confirmation message\\\",\\\"Message displayed if the user has clicked the \\\\\\\"unflag this\\\\\\\" link and confirmation is required. Usually presented in the form of a question such as, \\\\\\\"Are you sure you want to unflag this content?\\\\\\\"\\\":\\\"Message displayed if the user has clicked the \\\\\\\"unflag this\\\\\\\" link and confirmation is required. Usually presented in the form of a question such as, \\\\\\\"Are you sure you want to unflag this content?\\\\\\\"\\\",\\\"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.\\\",\\\"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 to place the the links on the page yourself.\\\":\\\"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 to place the the links on the page yourself.\\\",\\\"Flag actions\\\":\\\"Flag actions\\\",\\\"The current count total for this flag.\\\":\\\"The current count total for this flag.\\\",\\\"Total flag count for flag @flag\\\":\\\"Total flag count for flag @flag\\\",\\\"Filter to ensure content has or has not been flagged.\\\":\\\"Filter to ensure content has or has not been flagged.\\\",\\\"Flag link\\\":\\\"Flag link\\\",\\\"Display flag/unflag link.\\\":\\\"Display flag/unflag link.\\\",\\\"Flag counter\\\":\\\"Flag counter\\\",\\\"The number of times a piece of content is flagged by any user.\\\":\\\"The number of times a piece of content is flagged by any user.\\\",\\\"Not flagged\\\":\\\"Not flagged\\\",\\\"This filter is only needed if the relationship used has the \\\\\\\"Include only flagged content\\\\\\\" option unchecked. Otherwise, this filter is useless, because all records are already limited to flagged content.\\\":\\\"This filter is only needed if the relationship used has the \\\\\\\"Include only flagged content\\\\\\\" option unchecked. Otherwise, this filter is useless, because all records are already limited to flagged content.\\\",\\\"By choosing Not flagged, it is possible to create a list of content that is specifically not flagged.\\\":\\\"By choosing Not flagged, it is possible to create a list of content that is specifically not flagged.\\\",\\\"The name of the selected flag makes a good label.\\\":\\\"The name of the selected flag makes a good label.\\\",\\\"Include only flagged content\\\":\\\"Include only flagged content\\\",\\\"If checked, only content that has this flag will be included. Leave unchecked to include all content; or, in combination with the Flagged filter, to limit the results to specifically unflagged content.\\\":\\\"If checked, only content that has this flag will be included. Leave unchecked to include all content; or, in combination with the Flagged filter, to limit the results to specifically unflagged content.\\\",\\\"Following\\\":\\\"Following\\\",\\\"Followers\\\":\\\"Followers\\\",\\\"No flags\\\":\\\"No flags\\\",\\\"Dialog\\\":\\\"Dialog\\\",\\\"Entity Type\\\":\\\"Entity Type\\\",\\\"Personal\\\":\\\"Personal\\\",\\\"Show on form\\\":\\\"Show on form\\\",\\\"No %type flags exist. You must first create a %type flag before being able to use this relationship type.\\\":\\\"No %type flags exist. You must first create a %type flag before being able to use this relationship type.\\\",\\\"Flag title\\\":\\\"Flag title\\\",\\\"Flagging an item may trigger rules. However, you don't have the Rules 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 rules. However, you don't have the Rules module enabled, so you won't be able to enjoy this feature. The Rules module is a more extensive solution than Flag actions.\\\",\\\"Flag/unflag link for @flag\\\":\\\"Flag/unflag link for @flag\\\",\\\"@entity_label flag\\\":\\\"@entity_label flag\\\",\\\"Add flag\\\":\\\"Add flag\\\",\\\"Template name\\\":\\\"Template name\\\",\\\"Sid\\\":\\\"Sid\\\",\\\"The time that the entity was created.\\\":\\\"The time that the entity was created.\\\",\\\"The time that the entity was last edited.\\\":\\\"The time that the entity was last edited.\\\",\\\"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\\\",\\\"My flag list items\\\":\\\"My flag list items\\\",\\\"List a users flag lists\\\":\\\"List a users flag lists\\\",\\\"Flag list\\\":\\\"Flag list\\\",\\\"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\\\",\\\"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/Godthab\\\":\\\"America/Godthab\\\",\\\"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/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\\\",\\\"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\\\",\\\"Add new context\\\":\\\"Add new context\\\",\\\"Flag lists\\\":\\\"Flag lists\\\",\\\"Mailgun\\\":\\\"Mailgun\\\",\\\"JSON:API\\\":\\\"JSON:API\\\",\\\"REST\\\":\\\"REST\\\",\\\"Consumers\\\":\\\"Consumers\\\",\\\"Maillog Settings\\\":\\\"Maillog Settings\\\",\\\"Configuration Split settings\\\":\\\"Configuration Split settings\\\",\\\"Config devel\\\":\\\"Config devel\\\",\\\"Content synchronization\\\":\\\"Content synchronization\\\",\\\"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\\\",\\\"MIME types\\\":\\\"MIME types\\\",\\\"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\\\",\\\"Entity clone settings\\\":\\\"Entity clone settings\\\",\\\"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\\\",\\\"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.\\\",\\\"Add a new context.\\\":\\\"Add a new context.\\\",\\\"Configure and Manage Flag Lists\\\":\\\"Configure and Manage Flag Lists\\\",\\\"Configure flags for marking content with arbitrary information (such as offensive or bookmarked).\\\":\\\"Configure flags for marking content with arbitrary information (such as offensive or bookmarked).\\\",\\\"Configure file metadata settings.\\\":\\\"Configure file metadata settings.\\\",\\\"Manage MIME Types.\\\":\\\"Manage MIME Types.\\\",\\\"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.\\\",\\\"Better handling of Drupal messages UI\\\":\\\"Better handling of Drupal messages UI\\\",\\\"Entity clone settings.\\\":\\\"Entity clone settings.\\\",\\\"Specify which configuration objects to automatically import/export.\\\":\\\"Specify which configuration objects to automatically import/export.\\\",\\\"List Configuration Split settings.\\\":\\\"List Configuration Split settings.\\\",\\\"Import and export your content.\\\":\\\"Import and export your content.\\\",\\\"Workflow administration overview.\\\":\\\"Workflow administration overview.\\\",\\\"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.\\\",\\\"Configuration Split setting\\\":\\\"Configuration Split setting\\\",\\\"Flagging collection type\\\":\\\"Flagging collection type\\\",\\\"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.\\\",\\\"Add URL redirect\\\":\\\"Add URL redirect\\\",\\\"Image Effects\\\":\\\"Image Effects\\\",\\\"Configure Image Effects settings.\\\":\\\"Configure Image Effects settings.\\\",\\\"Manage automatic entity labels\\\":\\\"Manage automatic entity labels\\\",\\\"Automatic label\\\":\\\"Automatic label\\\",\\\"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\\\",\\\"Flagging\\\":\\\"Flagging\\\",\\\"Flag for list\\\":\\\"Flag for list\\\",\\\"Flag list item\\\":\\\"Flag list item\\\",\\\"Flagging collection\\\":\\\"Flagging collection\\\",\\\"Number pattern\\\":\\\"Number pattern\\\",\\\"Workflow config transition\\\":\\\"Workflow config transition\\\",\\\"Solr Request Handler\\\":\\\"Solr Request Handler\\\",\\\"Solr Cache\\\":\\\"Solr Cache\\\",\\\"Solr Request Dispatcher\\\":\\\"Solr Request Dispatcher\\\",\\\"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.\\\",\\\"Resource name\\\":\\\"Resource name\\\",\\\"@label (read-only)\\\":\\\"@label (read-only)\\\",\\\"Break Lock\\\":\\\"Break Lock\\\",\\\"license\\\":\\\"license\\\",\\\"log\\\":\\\"log\\\",\\\"payment\\\":\\\"payment\\\",\\\"payment method\\\":\\\"payment method\\\",\\\"price\\\":\\\"price\\\",\\\"price list\\\":\\\"price list\\\",\\\"product variation\\\":\\\"product variation\\\",\\\"product\\\":\\\"product\\\",\\\"product attribute value\\\":\\\"product attribute value\\\",\\\"coupon\\\":\\\"coupon\\\",\\\"subscription\\\":\\\"subscription\\\",\\\"flagging\\\":\\\"flagging\\\",\\\"profile\\\":\\\"profile\\\",\\\"search task\\\":\\\"search task\\\",\\\"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\\\",\\\"@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\\\",\\\"Administer product types\\\":\\\"Administer product types\\\",\\\"[Product variations] Manage %bundle\\\":\\\"[Product variations] Manage %bundle\\\",\\\"Delete @entity_type (Deprecated)\\\":\\\"Delete @entity_type (Deprecated)\\\",\\\"Export content\\\":\\\"Export content\\\",\\\"Publish selected product\\\":\\\"Publish selected product\\\",\\\"Unpublish selected product\\\":\\\"Unpublish selected product\\\",\\\"Delete flagging (unflag)\\\":\\\"Delete flagging (unflag)\\\",\\\"Delete selected entities\\\":\\\"Delete selected entities\\\",\\\"Change a node to next Workflow state\\\":\\\"Change a node to next Workflow state\\\",\\\"[Order items] Manage %bundle\\\":\\\"[Order items] Manage %bundle\\\",\\\"Add admin comments to @label\\\":\\\"Add admin comments to @label\\\",\\\"Administer order types\\\":\\\"Administer order types\\\",\\\"Administer store types\\\":\\\"Administer store types\\\",\\\"Bulk generate coupons\\\":\\\"Bulk generate coupons\\\",\\\"Administer profile types\\\":\\\"Administer profile types\\\",\\\"Entity Reference Revisions\\\":\\\"Entity Reference Revisions\\\",\\\"Content lock\\\":\\\"Content lock\\\",\\\"@entity_label translation\\\":\\\"@entity_label translation\\\",\\\"Entity browser bulk select form\\\":\\\"Entity browser bulk select form\\\",\\\"Lock Form Operation\\\":\\\"Lock Form Operation\\\",\\\"Break link\\\":\\\"Break link\\\",\\\"Views bulk operations\\\":\\\"Views bulk operations\\\",\\\"Lock Language\\\":\\\"Lock Language\\\",\\\"Translation counter\\\":\\\"Translation counter\\\",\\\"Source translation of target language equals row language\\\":\\\"Source translation of target language equals row language\\\",\\\"Target language equals default language\\\":\\\"Target language equals default language\\\",\\\"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.\\\",\\\"The time that the node was last edited in target language.\\\":\\\"The time that the node was last edited in target language.\\\",\\\"A boolean indicating whether the translation source of target language is same as the row language\\\":\\\"A boolean indicating whether the translation source of target language is same as the row language\\\",\\\"A boolean indicating whether the node is translated into target language.\\\":\\\"A boolean indicating whether the node is translated into target language.\\\",\\\"The target language.\\\":\\\"The target language.\\\",\\\"A boolean indicating whether the target language is default language\\\":\\\"A boolean indicating whether the target language is default language\\\",\\\"A boolean indicating whether the target language translation is outdated\\\":\\\"A boolean indicating whether the target language translation is outdated\\\",\\\"Amount of translations.\\\":\\\"Amount of translations.\\\",\\\"Provides links to perform translation operations.\\\":\\\"Provides links to perform translation operations.\\\",\\\"Output data based off of certain criteria.\\\":\\\"Output data based off of certain criteria.\\\",\\\"Overridden\\\":\\\"Overridden\\\",\\\"Global replacement patterns (for description field only)\\\":\\\"Global replacement patterns (for description field only)\\\",\\\"The text to display for this field. You may enter data from this view as per the \\\\\\\"Replacement patterns\\\\\\\" below. You may include Twig or the following allowed HTML tags: @tags\\\":\\\"The text to display for this field. You may enter data from this view as per the \\\\\\\"Replacement patterns\\\\\\\" below. You may include Twig or the following allowed HTML tags: @tags\\\",\\\"Lower case\\\":\\\"Lower case\\\",\\\"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.\\\",\\\"Please specify\\\":\\\"Please specify\\\",\\\"multilingual\\\":\\\"multilingual\\\",\\\"Go to page @key\\\":\\\"Go to page @key\\\",\\\"Add Strings\\\":\\\"Add Strings\\\",\\\"Video Embed Field\\\":\\\"Video Embed Field\\\",\\\"Tests\\\":\\\"Tests\\\",\\\"Example modules\\\":\\\"Example modules\\\",\\\"Materio\\\":\\\"Materio\\\",\\\"File metadata\\\":\\\"File metadata\\\",\\\"Chaos tool suite (Experimental)\\\":\\\"Chaos tool suite (Experimental)\\\",\\\"Widgets\\\":\\\"Widgets\\\",\\\"Commerce (contrib)\\\":\\\"Commerce (contrib)\\\",\\\"@theme (theme) (disabled)\\\":\\\"@theme (theme) (disabled)\\\",\\\"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 https://www.drupal.org/node/296693 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 https://www.drupal.org/node/296693 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 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\\\",\\\"Provides a better Queue API.\\\":\\\"Provides a better Queue API.\\\",\\\"Adds automated timed logout.\\\":\\\"Adds automated timed logout.\\\",\\\"Allows assigning the classes to Blocks.\\\":\\\"Allows assigning the classes to Blocks.\\\",\\\"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\\\",\\\"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 about-us/edit for node/123/edit.
Allow these aliases to be entered in page specification wild-cards, about-us*, e.g for block visibility.\\\":\\\"Automatically extend path aliases to include tabs, like about-us/edit for node/123/edit.
Allow these aliases to be entered in page specification wild-cards, about-us*, 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\\\",\\\"A history of the site's user logins.\\\":\\\"A history of the site's user logins.\\\",\\\"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 configurable user profiles.\\\":\\\"Provides configurable user profiles.\\\",\\\"Test module for Profile.\\\":\\\"Test module for Profile.\\\",\\\"Provides a configurable plugin for defining recurring time periods.\\\":\\\"Provides a configurable plugin for defining recurring time periods.\\\",\\\"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.\\\",\\\"Allows users to redirect between domains.\\\":\\\"Allows users to redirect between domains.\\\",\\\"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.\\\",\\\"Text filter to convert URLs to embedded videos\\\":\\\"Text filter to convert URLs to embedded videos\\\",\\\"Set field-level permissions to create, update or view fields.\\\":\\\"Set field-level permissions to create, update or view fields.\\\",\\\"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 widget for inline management (creation, modification, removal) of referenced entities. \\\":\\\"Provides a widget for inline management (creation, modification, removal) of referenced entities. \\\",\\\"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 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.\\\",\\\"Defines common functionality for all Commerce modules.\\\":\\\"Defines common functionality for all Commerce modules.\\\",\\\"Implements the shopping cart system and add to cart features.\\\":\\\"Implements the shopping cart system and add to cart features.\\\",\\\"Provides configurable checkout flows.\\\":\\\"Provides configurable checkout flows.\\\",\\\"Provides activity logs for Commerce entities.\\\":\\\"Provides activity logs for Commerce entities.\\\",\\\"Test module for Commerce Log.\\\":\\\"Test module for Commerce Log.\\\",\\\"Provides configurable patterns for generating sequential numbers.\\\":\\\"Provides configurable patterns for generating sequential numbers.\\\",\\\"Defines the Order entity and associated features.\\\":\\\"Defines the Order entity and associated features.\\\",\\\"Provides payment functionality.\\\":\\\"Provides payment functionality.\\\",\\\"Provides payment gateway examples.\\\":\\\"Provides payment gateway examples.\\\",\\\"Defines the Currency entity.\\\":\\\"Defines the Currency entity.\\\",\\\"Defines the Product entity and associated features.\\\":\\\"Defines the Product entity and associated features.\\\",\\\"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.\\\",\\\"@module_name (missing)\\\":\\\"@module_name (missing)\\\",\\\"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 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.\\\",\\\"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.\\\",\\\"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.\\\",\\\"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.\\\",\\\"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\\\",\\\"Various blocks, pages, and functions for developers.\\\":\\\"Various blocks, pages, and functions for developers.\\\",\\\"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\\\",\\\"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.\\\",\\\"Defines home contents for materiO.\\\":\\\"Defines home contents for materiO.\\\",\\\"Compute automaticly materials references : -, eg. W-0459.\\\":\\\"Compute automaticly materials references : -, 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\\\",\\\"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.\\\",\\\"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.\\\",\\\"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.\\\",\\\"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\\\",\\\"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.\\\",\\\"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.\\\",\\\"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.\\\",\\\"Drupal Core (@core_requirement) (incompatible with version @core_version)\\\":\\\"Drupal Core (@core_requirement) (incompatible with version @core_version)\\\",\\\"@module_name (incompatible with this version of Drupal core)\\\":\\\"@module_name (incompatible with this version of Drupal core)\\\",\\\"@module_name (incompatible with version @version)\\\":\\\"@module_name (incompatible with version @version)\\\",\\\"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.\\\",\\\"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 RetryTest.\\\":\\\"Test module for RetryTest.\\\",\\\"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.\\\",\\\"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.\\\",\\\"Provides hooks for testing File module functionality.\\\":\\\"Provides hooks for testing File module functionality.\\\",\\\"Support module for file handling tests.\\\":\\\"Support module for file handling tests.\\\",\\\"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.\\\",\\\"Support module for image toolkit tests.\\\":\\\"Support module for image toolkit tests.\\\",\\\"Provides hook implementations for testing Image module functionality.\\\":\\\"Provides hook implementations for testing Image module functionality.\\\",\\\"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.\\\",\\\"Provides hook implementations for testing System module functionality.\\\":\\\"Provides hook implementations for testing System module functionality.\\\",\\\"Support module for system testing.\\\":\\\"Support module for system testing.\\\",\\\"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.\\\",\\\"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.\\\",\\\"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.\\\",\\\"close\\\":\\\"close\\\",\\\"Congratulations! You have successfully installed the Content Sync module.\\\":\\\"Congratulations! You have successfully installed the Content Sync module.\\\",\\\"Allows you to export strings to a JSON i18n file.\\\":\\\"Allows you to export strings to a JSON i18n file.\\\",\\\"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\\\",\\\"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\\\",\\\"ID: @name\\\":\\\"ID: @name\\\",\\\"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\\\",\\\"Edit search index %label\\\":\\\"Edit search index %label\\\",\\\"Please configure the used datasources.\\\":\\\"Please configure the used datasources.\\\",\\\"- No server -\\\":\\\"- No 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.\\\",\\\"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\\\",\\\"Edit search server %label\\\":\\\"Edit search server %label\\\",\\\"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.\\\",\\\"Choose a backend to use for this server.\\\":\\\"Choose a backend to use for this server.\\\",\\\"Configure %plugin backend\\\":\\\"Configure %plugin backend\\\",\\\"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.\\\",\\\"Provides %entity_type entities for indexing and searching.\\\":\\\"Provides %entity_type entities for indexing and searching.\\\",\\\"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\\\",\\\"View modes for each datasource\\\":\\\"View modes for each datasource\\\",\\\"Database Search Defaults\\\":\\\"Database Search Defaults\\\",\\\"My data type\\\":\\\"My data type\\\",\\\"Default View mode for datasource %name\\\":\\\"Default View mode for datasource %name\\\",\\\"The keyword to look for.\\\":\\\"The keyword to look for.\\\",\\\"disabled (enable)\\\":\\\"disabled (enable)\\\",\\\"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\\\",\\\"Field %label was added to the index.\\\":\\\"Field %label was added to the index.\\\",\\\"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\\\",\\\"Contains integer values.\\\":\\\"Contains integer values.\\\",\\\"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.\\\",\\\"Which bundles should be indexed?\\\":\\\"Which bundles should be indexed?\\\",\\\"Which languages should be indexed?\\\":\\\"Which languages should be indexed?\\\",\\\"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.\\\",\\\"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\\\",\\\"Aggregated field\\\":\\\"Aggregated field\\\",\\\"Database Search\\\":\\\"Database Search\\\",\\\"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.\\\",\\\"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\\\",\\\"Indexing order\\\":\\\"Indexing order\\\",\\\"The order in which items will be indexed.\\\":\\\"The order in which items will be indexed.\\\",\\\"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\\\",\\\"Default index tracker which uses a simple database table for tracking items.\\\":\\\"Default index tracker which uses a simple database table for tracking items.\\\",\\\"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\\\\\\\".\\\",\\\"Only those selected\\\":\\\"Only those selected\\\",\\\"Updated 1 server.\\\\u0003Updated @count servers.\\\":\\\"Updated 1 server.\\\\u0003Updated @count servers.\\\",\\\"Partial matching\\\":\\\"Partial matching\\\",\\\"Audio file display format settings\\\":\\\"Audio file display format settings\\\",\\\"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, read the change record to learn how to opt in.\\\":\\\"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, read the change record to learn how to opt in.\\\",\\\"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 online documentation for the Media module.\\\":\\\"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 online documentation for the Media module.\\\",\\\"Media items are listed at the media administration page.\\\":\\\"Media items are listed at the media administration page.\\\",\\\"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\\\",\\\"Media reference fields offer several advantages over basic File and Image references:\\\":\\\"Media reference fields offer several advantages over basic File and Image 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 Media reference fields for most files, images, audio, videos, and remote media. Use File or Image reference fields when creating your own media types, or for legacy files and images created before enabling the Media module.\\\":\\\"Use Media reference fields for most files, images, audio, videos, and remote media. Use File or Image reference fields when creating your own media types, or for legacy files and images created before enabling the Media module.\\\",\\\"The media source cannot be changed after the media type is created.\\\":\\\"The media source cannot be changed after the media type is created.\\\",\\\"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 Drupal site upgrades handbook 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 Drupal site upgrades handbook 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 may be overwritten if you continue to run this upgrade. The upgrade should be performed on a clean Drupal 8 installation. For more information see the upgrade handbook.\\\":\\\"It looks like you have content on your new site which may be overwritten if you continue to run this upgrade. The upgrade should be performed on a clean Drupal 8 installation. For more information see the upgrade handbook.\\\",\\\"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 upgrade handbook 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 upgrade handbook for instructions on how to avoid ID conflicts with translated content.\\\",\\\"On the Performance page, 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 Performance page, 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 Administer blocks and Use contextual links permissions to edit blocks without visiting a separate page. For more information, see the online documentation for the Settings Tray module.\\\":\\\"The Settings Tray module allows users with the Administer blocks and Use contextual links permissions to edit blocks without visiting a separate page. For more information, see the online documentation for the Settings Tray module.\\\",\\\"Editing blocks in place\\\":\\\"Editing blocks in place\\\",\\\"To edit blocks in place, either click the Edit button in the toolbar and then click on the block, or choose \\\\\\\"Quick edit\\\\\\\" from the block's contextual link. (See the Contextual Links module help for more information about how to use contextual links.)\\\":\\\"To edit blocks in place, either click the Edit button in the toolbar and then click on the block, or choose \\\\\\\"Quick edit\\\\\\\" from the block's contextual link. (See the Contextual Links module help 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:
!base_url
Base URL of the site.
!timestamp
Unix timestamp of the log entry.
!type
The category to which this message belongs.
!ip
IP address of the user triggering the message.
!request_uri
The requested URI.
!referer
HTTP Referer if available.
!severity
The severity level of the event; ranges from 0 (Emergency) to 7 (Debug).
!uid
User ID.
!link
A link to associate with the message.
!message
The message to store in the log.
\\\":\\\"Specify the format of the syslog entry. Available variables are:
!base_url
Base URL of the site.
!timestamp
Unix timestamp of the log entry.
!type
The category to which this message belongs.
!ip
IP address of the user triggering the message.
!request_uri
The requested URI.
!referer
HTTP Referer if available.
!severity
The severity level of the event; ranges from 0 (Emergency) to 7 (Debug).
!uid
User ID.
!link
A link to associate with the message.
!message
The message to store in the log.
\\\",\\\"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 destination 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 destination 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 Content Moderation 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 Content Moderation 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 Workflows to apply different states and transitions to entities as needed. For more information, see the online documentation for the Content Moderation module.\\\":\\\"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 Workflows to apply different states and transitions to entities as needed. For more information, see the online documentation for the Content Moderation module.\\\",\\\"Content Moderation allows you to apply Workflows to content, custom blocks, and other content entities, 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 Workflows to content, custom blocks, and other content entities, 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 moderated content page. 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 moderated content page. 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 online documentation for the Layout Builder module.\\\":\\\"For more information, see the online documentation for the Layout Builder module.\\\",\\\"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 media add page (opens a new window), then add it by name to the field below.\\\":\\\"Create your media on the media add page (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 upgrading handbook.\\\":\\\"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 upgrading handbook.\\\",\\\"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 Review the pre-upgrade analysis in the Upgrading to Drupal 8 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 Review the pre-upgrade analysis in the Upgrading to Drupal 8 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 PHP's version support documentation and the Drupal 8 PHP requirements handbook page 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 PHP's version support documentation and the Drupal 8 PHP requirements handbook page for more information.\\\",\\\"It is recommended to upgrade to PHP version %recommended or higher for the best ongoing support. See PHP's version support documentation and the Drupal 8 PHP requirements handbook page for more information.\\\":\\\"It is recommended to upgrade to PHP version %recommended or higher for the best ongoing support. See PHP's version support documentation and the Drupal 8 PHP requirements handbook page 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.\\\",\\\"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\\\",\\\"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\\\",\\\"Backend\\\":\\\"Backend\\\",\\\"Use an icon\\\":\\\"Use an icon\\\",\\\"queue\\\":\\\"queue\\\",\\\"Failure\\\":\\\"Failure\\\",\\\"Ellipsis\\\":\\\"Ellipsis\\\",\\\"Limit: @limit\\\":\\\"Limit: @limit\\\",\\\"Timeout\\\":\\\"Timeout\\\",\\\"Redirect url\\\":\\\"Redirect url\\\",\\\"Role Name\\\":\\\"Role Name\\\",\\\"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\\\",\\\"Contact information\\\":\\\"Contact information\\\",\\\"Tax rate\\\":\\\"Tax rate\\\",\\\"promotion\\\":\\\"promotion\\\",\\\"Discount\\\":\\\"Discount\\\",\\\"Subtotal\\\":\\\"Subtotal\\\",\\\"Order Summary\\\":\\\"Order Summary\\\",\\\"Billing address\\\":\\\"Billing address\\\",\\\"Mastercard\\\":\\\"Mastercard\\\",\\\"American Express\\\":\\\"American Express\\\",\\\"Refund\\\":\\\"Refund\\\",\\\"Percentage\\\":\\\"Percentage\\\",\\\"Live\\\":\\\"Live\\\",\\\"Review\\\":\\\"Review\\\",\\\"License ID\\\":\\\"License ID\\\",\\\"License settings\\\":\\\"License settings\\\",\\\"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\\\",\\\"Visa\\\":\\\"Visa\\\",\\\"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.\\\",\\\"Label: @label
Type: @type\\\":\\\"Label: @label
Type: @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.\\\",\\\"title\\\":\\\"title\\\",\\\"value\\\":\\\"value\\\",\\\"content\\\":\\\"content\\\",\\\"Priority\\\":\\\"Priority\\\",\\\"name\\\":\\\"name\\\",\\\"path\\\":\\\"path\\\",\\\"type\\\":\\\"type\\\",\\\"Url\\\":\\\"Url\\\",\\\"Variable name\\\":\\\"Variable name\\\",\\\"Number of terms\\\":\\\"Number of terms\\\",\\\"Load\\\":\\\"Load\\\",\\\"Now\\\":\\\"Now\\\",\\\"class\\\":\\\"class\\\",\\\"template\\\":\\\"template\\\",\\\"IP\\\":\\\"IP\\\",\\\"Original\\\":\\\"Original\\\",\\\"ago\\\":\\\"ago\\\",\\\"Parameters\\\":\\\"Parameters\\\",\\\"id\\\":\\\"id\\\",\\\"Purge\\\":\\\"Purge\\\",\\\"terms\\\":\\\"terms\\\",\\\"Engine\\\":\\\"Engine\\\",\\\"Failed\\\":\\\"Failed\\\",\\\"Enter username\\\":\\\"Enter username\\\",\\\"Username not found\\\":\\\"Username not found\\\",\\\"Translations\\\":\\\"Translations\\\",\\\"Event Name\\\":\\\"Event Name\\\",\\\"Layouts\\\":\\\"Layouts\\\",\\\"Services\\\":\\\"Services\\\",\\\"Service\\\":\\\"Service\\\",\\\"Available\\\":\\\"Available\\\",\\\"1 user\\\\u0003@count users\\\":\\\"1 user\\\\u0003@count users\\\",\\\"Here are the contents of your $_SESSION variable.\\\":\\\"Here are the contents of your $_SESSION variable.\\\",\\\"Switch user\\\":\\\"Switch user\\\",\\\"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?\\\",\\\"Rebuild\\\":\\\"Rebuild\\\",\\\"Role(s)\\\":\\\"Role(s)\\\",\\\"Untranslated\\\":\\\"Untranslated\\\",\\\"Cache cleared.\\\":\\\"Cache cleared.\\\",\\\"Authenticated\\\":\\\"Authenticated\\\",\\\"Instances\\\":\\\"Instances\\\",\\\"count\\\":\\\"count\\\",\\\"priority\\\":\\\"priority\\\",\\\"Generating Content\\\":\\\"Generating Content\\\",\\\"Rebuild the theme registry on every page load\\\":\\\"Rebuild the theme registry on every page load\\\",\\\"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.\\\",\\\"Devel generate\\\":\\\"Devel generate\\\",\\\"Rebuild Menu\\\":\\\"Rebuild Menu\\\",\\\"form\\\":\\\"form\\\",\\\"access\\\":\\\"access\\\",\\\"Caller\\\":\\\"Caller\\\",\\\"Libraries\\\":\\\"Libraries\\\",\\\"display\\\":\\\"display\\\",\\\"View latest\\\":\\\"View latest\\\",\\\"Display $page array\\\":\\\"Display $page array\\\",\\\"Uninstalled and installed: %names.\\\":\\\"Uninstalled and installed: %names.\\\",\\\"View developer output like variable printouts, query log, etc.\\\":\\\"View developer output like variable printouts, query log, etc.\\\",\\\"Access developer information\\\":\\\"Access developer information\\\",\\\"Switch users\\\":\\\"Switch users\\\",\\\"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 authenticated user role.\\\":\\\"Users always receive the authenticated user 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.\\\",\\\"Article\\\":\\\"Article\\\",\\\"Delete entity\\\":\\\"Delete entity\\\",\\\"General information\\\":\\\"General information\\\",\\\"Append\\\":\\\"Append\\\",\\\"Replace\\\":\\\"Replace\\\",\\\"Metadata\\\":\\\"Metadata\\\",\\\"iFrame\\\":\\\"iFrame\\\",\\\"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\\\",\\\"Add new group\\\":\\\"Add new group\\\",\\\"Group name (a-z, 0-9, _)\\\":\\\"Group name (a-z, 0-9, _)\\\",\\\"Add new group: you need to provide a group name.\\\":\\\"Add new group: you need to provide a group name.\\\",\\\"Weight for new group\\\":\\\"Weight for new group\\\",\\\"Add new group: the group name %group_name is invalid. The name must include only lowercase unaccentuated letters, numbers, and underscores.\\\":\\\"Add new group: the group name %group_name is invalid. The name must include only lowercase unaccentuated letters, numbers, and underscores.\\\",\\\"Add new group: the group name %group_name is too long. The name is limited to 32 characters, including the 'group_' prefix.\\\":\\\"Add new group: the group name %group_name is too long. The name is limited to 32 characters, including the 'group_' prefix.\\\",\\\"Add new group: the group name %group_name already exists.\\\":\\\"Add new group: the group name %group_name already exists.\\\",\\\"The field name\\\":\\\"The field name\\\",\\\"Label for new group\\\":\\\"Label for new group\\\",\\\"Parent for new group\\\":\\\"Parent for new group\\\",\\\"Private\\\":\\\"Private\\\",\\\"Create field\\\":\\\"Create field\\\",\\\"Field permissions\\\":\\\"Field permissions\\\",\\\"Field Permissions\\\":\\\"Field Permissions\\\",\\\"Edit own field\\\":\\\"Edit own field\\\",\\\"View field\\\":\\\"View field\\\",\\\"View own field\\\":\\\"View own field\\\",\\\"Administer field permissions\\\":\\\"Administer field permissions\\\",\\\"Manage field permissions and field permissions settings.\\\":\\\"Manage field permissions and field permissions settings.\\\",\\\"Field visibility and permissions\\\":\\\"Field visibility and permissions\\\",\\\"Custom permissions\\\":\\\"Custom permissions\\\",\\\"All users have this permission\\\":\\\"All users have this permission\\\",\\\"Not all users have this permission\\\":\\\"Not all users have this permission\\\",\\\"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.\\\",\\\"Leave this field blank\\\":\\\"Leave this field blank\\\",\\\"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.\\\",\\\"Administer Honeypot-protected forms and settings.\\\":\\\"Administer Honeypot-protected forms and settings.\\\",\\\"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\\\",\\\"Allow duplicate\\\":\\\"Allow duplicate\\\",\\\"Inline Entity Form\\\":\\\"Inline Entity Form\\\",\\\"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.\\\",\\\"Inline entity form - Complex\\\":\\\"Inline entity form - Complex\\\",\\\"Inline entity form - Simple\\\":\\\"Inline entity form - Simple\\\",\\\"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\\\",\\\"Collection\\\":\\\"Collection\\\",\\\"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.\\\",\\\"Administer Mail System\\\":\\\"Administer Mail System\\\",\\\"- Default -\\\":\\\"- Default -\\\",\\\"Visit\\\":\\\"Visit\\\",\\\"Activated\\\":\\\"Activated\\\",\\\"Save Changes\\\":\\\"Save Changes\\\",\\\"Package\\\":\\\"Package\\\",\\\"Default:\\\":\\\"Default:\\\",\\\"Adaptive\\\":\\\"Adaptive\\\",\\\"Last Used\\\":\\\"Last Used\\\",\\\"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 not allowed.\\\":\\\"Enter an internal Drupal path or path alias to redirect (e.g. %example1 or %example2). Fragment anchors (e.g. %anchor) are not 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\\\",\\\"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 secret URL's. By default this feature is disabled to avoid any unexpected behavior\\\":\\\"This helps to stop redirection on protected pages and avoids giving away secret URL's. By default this feature is disabled to avoid any unexpected behavior\\\",\\\"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 online documentation for Redirect.\\\":\\\"The Redirect module allows users to redirect from old URLs to new URLs. For more information, see the online documentation for Redirect.\\\",\\\"Redirect is accessed from three tabs that help you manage URL Redirects.\\\":\\\"Redirect is accessed from three tabs that help you manage URL Redirects.\\\",\\\"Manage URL Redirects\\\":\\\"Manage URL Redirects\\\",\\\"The \\\\\\\"URL Redirects\\\\\\\" page is used to setup and manage URL Redirects. New redirects are created here using the Add redirect 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 \\\\\\\"URL Redirects\\\\\\\" page is used to setup and manage URL Redirects. New redirects are created here using the Add redirect 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.\\\",\\\"\\\\\\\"Fix 404 pages\\\\\\\" 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.\\\":\\\"\\\\\\\"Fix 404 pages\\\\\\\" 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 Redirect 404 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 Redirect 404 submodule to be able to log all paths that have resulted in 404 errors.\\\",\\\"Configure Global Redirects\\\":\\\"Configure Global Redirects\\\",\\\"The \\\\\\\"Settings\\\\\\\" page presents you with a number of means to adjust redirect settings.\\\":\\\"The \\\\\\\"Settings\\\\\\\" 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 cron maintenance task.\\\":\\\"The maximum number of 404 error logs to keep in the database log. Requires a cron maintenance task.\\\",\\\"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.\\\",\\\"Administer individual URL redirections\\\":\\\"Administer individual URL redirections\\\",\\\"Administer global URL redirection settings\\\":\\\"Administer global URL redirection settings\\\",\\\"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 Domain Redirects. 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 Domain Redirects. 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\\\",\\\"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\\\",\\\"Schema\\\":\\\"Schema\\\",\\\"JSON\\\":\\\"JSON\\\",\\\"Field Type\\\":\\\"Field Type\\\",\\\"Advanced configuration\\\":\\\"Advanced configuration\\\",\\\"read-only\\\":\\\"read-only\\\",\\\"Additional information\\\":\\\"Additional information\\\",\\\"Reload\\\":\\\"Reload\\\",\\\"Date ranges\\\":\\\"Date ranges\\\",\\\"Solr port\\\":\\\"Solr port\\\",\\\"Solr path\\\":\\\"Solr path\\\",\\\"(@pending_docs sent but not yet processed)\\\":\\\"(@pending_docs sent but not yet processed)\\\",\\\"Stop words\\\":\\\"Stop words\\\",\\\"Default query\\\":\\\"Default query\\\",\\\"snippets\\\":\\\"snippets\\\",\\\"fragmenter\\\":\\\"fragmenter\\\",\\\"Solr\\\":\\\"Solr\\\",\\\"Highlighter\\\":\\\"Highlighter\\\",\\\"Reload Core\\\":\\\"Reload Core\\\",\\\"Solr host\\\":\\\"Solr host\\\",\\\"The host name or IP of your Solr server, e.g. localhost or www.example.com.\\\":\\\"The host name or IP of your Solr server, e.g. localhost or www.example.com.\\\",\\\"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.\\\",\\\"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 server URI\\\":\\\"Solr server URI\\\",\\\"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.\\\",\\\"Index items using an Apache Solr search server.\\\":\\\"Index items using an Apache Solr search server.\\\",\\\"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.\\\",\\\"Any language\\\":\\\"Any language\\\",\\\"Retrieve result data from Solr\\\":\\\"Retrieve result data from Solr\\\",\\\"Highlight retrieved data\\\":\\\"Highlight retrieved data\\\",\\\"Language field\\\":\\\"Language field\\\",\\\"Solr field\\\":\\\"Solr field\\\",\\\"@autocommit_time before updates are processed.\\\":\\\"@autocommit_time before updates are processed.\\\",\\\"ID field\\\":\\\"ID field\\\",\\\"Search API server\\\":\\\"Search API server\\\",\\\"Search API index\\\":\\\"Search API index\\\",\\\"Solr Document\\\":\\\"Solr Document\\\",\\\"The file is empty.\\\":\\\"The file is empty.\\\",\\\"(@index_size on disk)\\\":\\\"(@index_size on disk)\\\",\\\"Text Files\\\":\\\"Text Files\\\",\\\"Solr Core Name\\\":\\\"Solr Core Name\\\",\\\"Pending Deletions\\\":\\\"Pending Deletions\\\",\\\"Label field\\\":\\\"Label field\\\",\\\"HTTP protocol\\\":\\\"HTTP protocol\\\",\\\"The HTTP protocol to use for sending queries.\\\":\\\"The HTTP protocol to use for sending queries.\\\",\\\"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.\\\",\\\"Basic Auth\\\":\\\"Basic Auth\\\",\\\"AUTO\\\":\\\"AUTO\\\",\\\"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\\\",\\\"Get config.zip\\\":\\\"Get config.zip\\\",\\\"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\\\",\\\"Query timeout\\\":\\\"Query timeout\\\",\\\"ElisionFilter::articles\\\":\\\"ElisionFilter::articles\\\",\\\"%time (%time_ago ago)\\\":\\\"%time (%time_ago ago)\\\",\\\"@id\\\":\\\"@id\\\",\\\"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\\\",\\\"maxAnalyzedChars\\\":\\\"maxAnalyzedChars\\\",\\\"regex.slop\\\":\\\"regex.slop\\\",\\\"regex.pattern\\\":\\\"regex.pattern\\\",\\\"regex.maxAnalyzedChars\\\":\\\"regex.maxAnalyzedChars\\\",\\\"usePhraseHighlighter\\\":\\\"usePhraseHighlighter\\\",\\\"highlightMultiTerm\\\":\\\"highlightMultiTerm\\\",\\\"preserveMulti\\\":\\\"preserveMulti\\\",\\\"mergeContiguous\\\":\\\"mergeContiguous\\\",\\\"requireFieldMatch\\\":\\\"requireFieldMatch\\\",\\\"fragsize\\\":\\\"fragsize\\\",\\\"Enable JMX\\\":\\\"Enable JMX\\\",\\\"CJKBigramFilterFactory::han\\\":\\\"CJKBigramFilterFactory::han\\\",\\\"CJKBigramFilterFactory::hiragana\\\":\\\"CJKBigramFilterFactory::hiragana\\\",\\\"CJKBigramFilterFactory::katakana\\\":\\\"CJKBigramFilterFactory::katakana\\\",\\\"CJKBigramFilterFactory::hangul\\\":\\\"CJKBigramFilterFactory::hangul\\\",\\\"Solr Admin\\\":\\\"Solr Admin\\\",\\\"I know what I'm doing!\\\":\\\"I know what I'm doing!\\\",\\\"NGramFilter:: EdgeNGramFilter::minGramSize\\\":\\\"NGramFilter:: EdgeNGramFilter::minGramSize\\\",\\\"NGramFilter:: EdgeNGramFilter::maxGramSize\\\":\\\"NGramFilter:: EdgeNGramFilter::maxGramSize\\\",\\\"solr.install.dir\\\":\\\"solr.install.dir\\\",\\\"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\\\",\\\"Requires Drupal core:\\\":\\\"Requires Drupal core:\\\",\\\"@low_version_number to @high_version_number\\\":\\\"@low_version_number to @high_version_number\\\",\\\"Includes: @render_var\\\":\\\"Includes: @render_var\\\",\\\"Compatible\\\":\\\"Compatible\\\",\\\"Strings i18n JSON Export\\\":\\\"Strings i18n JSON Export\\\",\\\"Strings i18n JSON Export Settings.\\\":\\\"Strings i18n JSON Export Settings.\\\",\\\"Export all strings\\\":\\\"Export all strings\\\",\\\"Export only the Strings registered in the Strings Translation UI\\\":\\\"Export only the Strings registered in the Strings Translation UI\\\",\\\"Export Type\\\":\\\"Export Type\\\",\\\"Saved\\\":\\\"Saved\\\",\\\"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\\\",\\\"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.\\\",\\\"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\\\",\\\"all entity types\\\":\\\"all entity types\\\",\\\"Execute the %action action on %type.\\\":\\\"Execute the %action action on %type.\\\",\\\"All view results\\\":\\\"All view results\\\",\\\"Selected @count entities:\\\":\\\"Selected @count entities:\\\",\\\"Execution time: @time ms.\\\":\\\"Execution time: @time ms.\\\",\\\"

Explore recipes across every type of occasion, ingredient, and skill level.

\\\":\\\"

Explore recipes across every type of occasion, ingredient, and skill level.

\\\",\\\"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) - The following @entity_type translations will be deleted:\\\":\\\"@label (Original translation) - The following @entity_type translations will be deleted:\\\",\\\"@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 Upgrade documentation for more detailed instructions.\\\":\\\"Provide the information to access the Drupal site you want to upgrade. Files can be imported into the upgraded site as well. See the Upgrade documentation for more detailed instructions.\\\",\\\"

Resolve all issues below to continue the upgrade.

\\\":\\\"

Resolve all issues below to continue the upgrade.

\\\",\\\"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 Label 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 Label 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. You can specify a different domain for serving oEmbed content here.\\\":\\\"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. You can specify a different domain for serving oEmbed content here.\\\",\\\"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. Take a look here for more information.\\\":\\\"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. Take a look here for more information.\\\",\\\"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 http:// or https:// 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 http:// or https:// 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. You can specify a different domain for serving oEmbed content here (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. You can specify a different domain for serving oEmbed content here (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 Internal Page Cache module that is recommended for small to medium-sized websites.\\\":\\\"Drupal provides an Internal Page Cache module 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 online documentation for the Media library module.\\\":\\\"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 online documentation for the Media library module.\\\",\\\"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.\\\",\\\"

No media items are selected.

\\\":\\\"

No media items are selected.

\\\",\\\"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\\\",\\\"Complete\\\":\\\"Complete\\\",\\\"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\\\",\\\"Go back\\\":\\\"Go back\\\",\\\"Restricted\\\":\\\"Restricted\\\",\\\"Product information\\\":\\\"Product information\\\",\\\"Available currencies\\\":\\\"Available currencies\\\",\\\"VAT\\\":\\\"VAT\\\",\\\"Maestro\\\":\\\"Maestro\\\",\\\"JCB\\\":\\\"JCB\\\",\\\"Capture\\\":\\\"Capture\\\",\\\"Credit card\\\":\\\"Credit card\\\",\\\"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\\\",\\\"Radio buttons\\\":\\\"Radio buttons\\\",\\\"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.\\\",\\\"Payment information\\\":\\\"Payment information\\\",\\\"Alphanumeric\\\":\\\"Alphanumeric\\\",\\\"Special\\\":\\\"Special\\\",\\\"Greater than or equal to\\\":\\\"Greater than or equal to\\\",\\\"Less than or equal to\\\":\\\"Less than or equal to\\\",\\\"Apply coupon\\\":\\\"Apply coupon\\\",\\\"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.\\\",\\\"Your shopping cart has been updated.\\\":\\\"Your shopping cart has been updated.\\\",\\\"Access checkout\\\":\\\"Access checkout\\\",\\\"Complete a purchase through the checkout form.\\\":\\\"Complete a purchase through the checkout form.\\\",\\\"Completion message\\\":\\\"Completion message\\\",\\\"Customer profile\\\":\\\"Customer profile\\\",\\\"The order number displayed to the customer.\\\":\\\"The order number displayed to the customer.\\\",\\\"Commerce Order\\\":\\\"Commerce Order\\\",\\\"Add product type\\\":\\\"Add product type\\\",\\\"Commerce Product\\\":\\\"Commerce Product\\\",\\\"Newfoundland\\\":\\\"Newfoundland\\\",\\\"Administer payments\\\":\\\"Administer payments\\\",\\\"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\\\",\\\"Administer payment methods\\\":\\\"Administer payment methods\\\",\\\"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\\\",\\\"List size\\\":\\\"List size\\\",\\\"1 user deleted\\\\u0003@count users deleted.\\\":\\\"1 user deleted\\\\u0003@count users deleted.\\\",\\\"Routing\\\":\\\"Routing\\\",\\\"Requires locale.module\\\":\\\"Requires locale.module\\\",\\\"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 vocabularies.\\\":\\\"Deleted existing vocabularies.\\\",\\\"Description of @name\\\":\\\"Description of @name\\\",\\\"Description of @title.\\\":\\\"Description of @title.\\\",\\\"Delete all content in these content types before generating new content.\\\":\\\"Delete all content in these content types before generating new content.\\\",\\\"Restrict terms to these vocabularies.\\\":\\\"Restrict terms to these vocabularies.\\\",\\\"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\\\",\\\"Become any user on the site with just a click.\\\":\\\"Become any user on the site with just a click.\\\",\\\"Instance\\\":\\\"Instance\\\",\\\"Database settings\\\":\\\"Database settings\\\",\\\"Maximum number of words in titles\\\":\\\"Maximum number of words in titles\\\",\\\"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\\\",\\\"Kint\\\":\\\"Kint\\\",\\\"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\\\",\\\"The media item \\\\\\\"@label\\\\\\\" is not of an accepted type. Allowed types: @types\\\":\\\"The media item \\\\\\\"@label\\\\\\\" is not of an accepted type. Allowed types: @types\\\",\\\"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 online documentation for the Migrate Drupal Multilingual module.\\\":\\\"The Migrate Drupal Multilingual module is a requirement for migrating translations. It does not provide a user interface. For more information, see the online documentation for the Migrate Drupal Multilingual module.\\\",\\\"Migrate Drupal Multilingual\\\":\\\"Migrate Drupal Multilingual\\\",\\\"Provides a requirement for multilingual migrations.\\\":\\\"Provides a requirement for multilingual migrations.\\\",\\\"The publishing status field has not been added to taxonomy terms. See this page for more information on how to install it.\\\":\\\"The publishing status field has not been added to taxonomy terms. See this page 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 online documentation for the Workspaces module.\\\":\\\"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 online documentation for the Workspaces module.\\\",\\\"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 upgrade path page for more information on how to upgrade.\\\":\\\"Workspaces can not be installed when the contributed Workspace module is also installed. See the upgrade path 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\\\",\\\"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 @section\\\":\\\"Remove section @section\\\",\\\"%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\\\",\\\"Administer currencies\\\":\\\"Administer currencies\\\",\\\"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\\\",\\\"@card_type ending in @card_number\\\":\\\"@card_type ending in @card_number\\\",\\\"All conditions must pass\\\":\\\"All conditions must pass\\\",\\\"Only one condition must pass\\\":\\\"Only one condition must pass\\\",\\\"Rates\\\":\\\"Rates\\\",\\\"Refund payment\\\":\\\"Refund payment\\\",\\\"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.\\\",\\\"Create a new order\\\":\\\"Create a new order\\\",\\\"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 order type creation page to add a new order type.\\\":\\\"You have not created any order types yet. Go to the order type creation page 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.\\\",\\\"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.\\\",\\\"Order information\\\":\\\"Order information\\\",\\\"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\\\",\\\"Use the commerce administration pages\\\":\\\"Use the commerce administration pages\\\",\\\"Add checkout flow\\\":\\\"Add checkout flow\\\",\\\"Administer checkout flows\\\":\\\"Administer checkout flows\\\",\\\"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.\\\",\\\"Pay and complete purchase\\\":\\\"Pay and complete purchase\\\",\\\"No pane is displayed.\\\":\\\"No pane is displayed.\\\",\\\"No pane is disabled.\\\":\\\"No pane is disabled.\\\",\\\"Checkout step for @title\\\":\\\"Checkout step for @title\\\",\\\"Continue to review\\\":\\\"Continue to review\\\",\\\"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\\\",\\\"payment methods\\\":\\\"payment methods\\\",\\\"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\\\",\\\"Checkout progress\\\":\\\"Checkout progress\\\",\\\"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. Have you forgotten your password?\\\":\\\"Unrecognized username or password. Have you forgotten your password?\\\",\\\"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\\\",\\\"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.\\\",\\\"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.\\\",\\\"Add payment gateway\\\":\\\"Add payment gateway\\\",\\\"Administer payment gateways\\\":\\\"Administer payment gateways\\\",\\\"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.\\\",\\\"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.\\\",\\\"Manage own payment methods\\\":\\\"Manage own payment methods\\\",\\\"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 Swiftmailer to send HTML emails.\\\":\\\"Emails are sent in the HTML format. You will need a module such as Swiftmailer 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\\\",\\\"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\\\",\\\"@entity added to your cart.\\\":\\\"@entity added to your cart.\\\",\\\"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.\\\",\\\"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\\\",\\\"Computed (integer)\\\":\\\"Computed (integer)\\\",\\\"Computed (text)\\\":\\\"Computed (text)\\\",\\\"Samples\\\":\\\"Samples\\\",\\\"Video Embed\\\":\\\"Video Embed\\\",\\\"Create own value for field @field\\\":\\\"Create own value for field @field\\\",\\\"Edit own value for field @field\\\":\\\"Edit own value for field @field\\\",\\\"Edit anyone's value for field @field\\\":\\\"Edit anyone's value for field @field\\\",\\\"View own value for field @field\\\":\\\"View own value for field @field\\\",\\\"View anyone's value for field @field\\\":\\\"View anyone's value for field @field\\\",\\\"Field inherits content permissions.\\\":\\\"Field inherits content permissions.\\\",\\\"Only author and administrators can edit and view.\\\":\\\"Only author and administrators can edit and view.\\\",\\\"Define custom permissions for this field.\\\":\\\"Define custom permissions for this field.\\\",\\\"These permissions apply to all instances of this field.\\\":\\\"These permissions apply to all instances of this field.\\\",\\\"Assisted Research\\\":\\\"Assisted Research\\\",\\\"My Flagging Collections\\\":\\\"My Flagging Collections\\\",\\\"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.\\\",\\\"Smart trimmed\\\":\\\"Smart trimmed\\\",\\\"Advanced Text\\\":\\\"Advanced Text\\\",\\\"Flag: %title\\\":\\\"Flag: %title\\\",\\\"Term Reference Tree\\\":\\\"Term Reference Tree\\\",\\\"Full hierarchy\\\":\\\"Full hierarchy\\\",\\\"Flexible hierarchy\\\":\\\"Flexible hierarchy\\\",\\\"Hierarchy grouped by root\\\":\\\"Hierarchy grouped by root\\\",\\\"Image delta\\\":\\\"Image delta\\\",\\\"Video (lazy load)\\\":\\\"Video (lazy load)\\\",\\\"Embedded Video (@dimensions@autoplay).\\\":\\\"Embedded Video (@dimensions@autoplay).\\\",\\\", autoplaying\\\":\\\", autoplaying\\\",\\\"Audiofield Audio Player\\\":\\\"Audiofield Audio Player\\\",\\\"Cache: default\\\":\\\"Cache: default\\\",\\\"Sanitized\\\":\\\"Sanitized\\\",\\\"Workflow form\\\":\\\"Workflow form\\\",\\\"Simple list key paired formatter\\\":\\\"Simple list key paired formatter\\\",\\\"Search result excerpt\\\":\\\"Search result excerpt\\\",\\\"Add field group\\\":\\\"Add field group\\\",\\\"Accept only JSON:API read operations.\\\":\\\"Accept only JSON:API read operations.\\\",\\\"Accept all JSON:API create, read, update, and delete operations.\\\":\\\"Accept all JSON:API create, read, update, and delete operations.\\\",\\\"Allowed operations\\\":\\\"Allowed operations\\\",\\\"Warning: Only enable all operations if the site requires it. Learn more about securing your site with JSON:API.\\\":\\\"Warning: Only enable all operations if the site requires it. Learn more about securing your site with JSON:API.\\\",\\\"JSON:API Extras\\\":\\\"JSON:API Extras\\\",\\\"The path prefix for JSON:API.\\\":\\\"The path prefix for JSON:API.\\\",\\\"Include count in collection queries\\\":\\\"Include count in collection queries\\\",\\\"If activated, all collection responses will return a total record count for the provided query.\\\":\\\"If activated, all collection responses will return a total record count for the provided query.\\\",\\\"Resource overrides\\\":\\\"Resource overrides\\\",\\\"Filter resources by name, entity type, bundle or path.\\\":\\\"Filter resources by name, entity type, bundle or path.\\\",\\\"Overwritten\\\":\\\"Overwritten\\\",\\\"Enabled Resources\\\":\\\"Enabled Resources\\\",\\\"Disabled resources\\\":\\\"Disabled resources\\\",\\\"JSON:API Resource overrides\\\":\\\"JSON:API Resource overrides\\\",\\\"The following table shows the list of JSON:API resource types available.\\\":\\\"The following table shows the list of JSON:API resource types available.\\\",\\\"Use the overwrite operation to overwrite a resource type's configuration. You can revert back to the default configuration using the revert operation.\\\":\\\"Use the overwrite operation to overwrite a resource type's configuration. You can revert back to the default configuration using the revert operation.\\\",\\\"Check this if you want to disable this field completely. Disabling required fields will cause problems when writing to the resource.\\\":\\\"Check this if you want to disable this field completely. Disabling required fields will cause problems when writing to the resource.\\\",\\\"Overrides the field name with a custom name. Example: Change \\\\\\\"field_tags\\\\\\\" to \\\\\\\"tags\\\\\\\".\\\":\\\"Overrides the field name with a custom name. Example: Change \\\\\\\"field_tags\\\\\\\" to \\\\\\\"tags\\\\\\\".\\\",\\\"Enhancer\\\":\\\"Enhancer\\\",\\\"Select an enhancer to manipulate the public output coming in and out.\\\":\\\"Select an enhancer to manipulate the public output coming in and out.\\\",\\\"Check this if you want to disable this resource. Disabling a resource can have unexpected results when following relationships belonging to that resource.\\\":\\\"Check this if you want to disable this resource. Disabling a resource can have unexpected results when following relationships belonging to that resource.\\\",\\\"Resource Type\\\":\\\"Resource Type\\\",\\\"Overrides the type of the resource. Example: Change \\\\\\\"node--article\\\\\\\" to \\\\\\\"articles\\\\\\\".\\\":\\\"Overrides the type of the resource. Example: Change \\\\\\\"node--article\\\\\\\" to \\\\\\\"articles\\\\\\\".\\\",\\\"Resource Path\\\":\\\"Resource Path\\\",\\\"Overrides the path of the resource. Example: Use \\\\\\\"articles\\\\\\\" to change \\\\\\\"/@prefix/node/article\\\\\\\" to \\\\\\\"/@prefix/articles\\\\\\\".\\\":\\\"Overrides the path of the resource. Example: Use \\\\\\\"articles\\\\\\\" to change \\\\\\\"/@prefix/node/article\\\\\\\" to \\\\\\\"/@prefix/articles\\\\\\\".\\\",\\\"Override configuration for the resource entity.\\\":\\\"Override configuration for the resource entity.\\\",\\\"Enhancer for: %name\\\":\\\"Enhancer for: %name\\\",\\\"Image Styles (Image field)\\\":\\\"Image Styles (Image field)\\\",\\\"Single Nested Property\\\":\\\"Single Nested Property\\\",\\\"Date Time (Date Time field)\\\":\\\"Date Time (Date Time field)\\\",\\\"Date Time (Timestamp field)\\\":\\\"Date Time (Timestamp field)\\\",\\\"UUID for link (link field only)\\\":\\\"UUID for link (link field only)\\\",\\\"JSON Field\\\":\\\"JSON Field\\\",\\\"Refine selection?\\\":\\\"Refine selection?\\\",\\\"Reduces the list of image styles in the output calculated from the Consumer configuration.\\\":\\\"Reduces the list of image styles in the output calculated from the Consumer configuration.\\\",\\\"Image Styles\\\":\\\"Image Styles\\\",\\\"Narrow down the image styles to display on this field. Note that any image styles selected here that are not allowed in the consumer making the HTTP request will not appear in the output.\\\":\\\"Narrow down the image styles to display on this field. Note that any image styles selected here that are not allowed in the consumer making the HTTP request will not appear in the output.\\\",\\\"Image Styles options\\\":\\\"Image Styles options\\\",\\\"Edit %label resource config\\\":\\\"Edit %label resource config\\\",\\\"Saved the %label JSON:API Resource overwrites.\\\":\\\"Saved the %label JSON:API Resource overwrites.\\\",\\\"Created the %label JSON:API Resource overwrites.\\\":\\\"Created the %label JSON:API Resource overwrites.\\\",\\\"Inspect\\\":\\\"Inspect\\\",\\\"No file was uploaded.\\\":\\\"No file was uploaded.\\\",\\\"GraphQL\\\":\\\"GraphQL\\\",\\\"GraphQL settings and extensions.\\\":\\\"GraphQL settings and extensions.\\\",\\\"Schemas\\\":\\\"Schemas\\\",\\\"Query maps\\\":\\\"Query maps\\\",\\\"Query map configuration.\\\":\\\"Query map configuration.\\\",\\\"Birds-eye overview of your available schemas.\\\":\\\"Birds-eye overview of your available schemas.\\\",\\\"File system discovery\\\":\\\"File system discovery\\\",\\\"Imported query maps\\\":\\\"Imported query maps\\\",\\\"Manage configuration for query maps stored on the local filesystem.\\\":\\\"Manage configuration for query maps stored on the local filesystem.\\\",\\\"Save and manage query maps in config.\\\":\\\"Save and manage query maps in config.\\\",\\\"Query map\\\":\\\"Query map\\\",\\\"Authentication providers\\\":\\\"Authentication providers\\\",\\\"Settings for resource %label\\\":\\\"Settings for resource %label\\\",\\\"Here you can restrict which HTTP methods should this resource support. And within each method, the available serialization formats and authentication providers.\\\":\\\"Here you can restrict which HTTP methods should this resource support. And within each method, the available serialization formats and authentication providers.\\\",\\\"The resource has been updated.\\\":\\\"The resource has been updated.\\\"},\\\"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 type\\\":\\\"Order type\\\",\\\"Store type\\\":\\\"Store type\\\",\\\"Order\\\":\\\"Order\\\",\\\"Promotion\\\":\\\"Promotion\\\",\\\"Store\\\":\\\"Store\\\",\\\"order\\\":\\\"order\\\",\\\"promotion\\\":\\\"promotion\\\",\\\"store\\\":\\\"store\\\",\\\"orders\\\":\\\"orders\\\",\\\"promotions\\\":\\\"promotions\\\",\\\"stores\\\":\\\"stores\\\"},\\\"items to index\\\":{\\\"all\\\":\\\"all\\\"},\\\"stringTranslationUi\\\":{\\\"My folders\\\":\\\"My folders\\\",\\\"Test\\\":\\\"Test\\\",\\\"Pricing\\\":\\\"Pricing\\\"},\\\"materio\\\":{\\\"My folders\\\":\\\"My folders\\\",\\\"Pricing\\\":\\\"Pricing\\\",\\\"Showrooms\\\":\\\"Showrooms\\\",\\\"Linked Materials\\\":\\\"Linked Materials\\\",\\\"Linked materials\\\":\\\"Linked materials\\\"}}\");\n\n//# sourceURL=webpack://materio.com/./web/sites/default/files/lang/en.json?"); /***/ }) @@ -27864,7 +16101,7 @@ eval("module.exports = JSON.parse(\"{\\\"default\\\":{\\\"Closing in !seconds se \***************************************************************/ /*! unknown exports (runtime-defined) */ /*! runtime requirements: __webpack_require__ */ -eval("\n\nvar _vue = _interopRequireDefault(__webpack_require__(/*! vue */ \"./node_modules/vue/dist/vue.js\"));\n\nvar _vueInfiniteLoading = _interopRequireDefault(__webpack_require__(/*! vue-infinite-loading */ \"./node_modules/vue-infinite-loading/dist/vue-infinite-loading.js\"));\n\nvar _vueCoolLightbox = _interopRequireDefault(__webpack_require__(/*! vue-cool-lightbox */ \"./node_modules/vue-cool-lightbox/dist/vue-cool-lightbox.esm.js\"));\n\nvar _vueJsModal = _interopRequireDefault(__webpack_require__(/*! vue-js-modal */ \"./node_modules/vue-js-modal/dist/index.js\"));\n\nvar _store = _interopRequireDefault(__webpack_require__(/*! vuejs/store */ \"./web/themes/custom/materiotheme/vuejs/store/index.js\"));\n\nvar _route = _interopRequireDefault(__webpack_require__(/*! vuejs/route */ \"./web/themes/custom/materiotheme/vuejs/route/index.js\"));\n\nvar _i18n = _interopRequireDefault(__webpack_require__(/*! vuejs/i18n */ \"./web/themes/custom/materiotheme/vuejs/i18n/index.js\"));\n\nvar _UserBlock = _interopRequireDefault(__webpack_require__(/*! vuejs/components/Block/UserBlock */ \"./web/themes/custom/materiotheme/vuejs/components/Block/UserBlock.vue\"));\n\nvar _MainContent = _interopRequireDefault(__webpack_require__(/*! vuejs/components/Content/MainContent */ \"./web/themes/custom/materiotheme/vuejs/components/Content/MainContent.vue\"));\n\nvar _SearchBlock = _interopRequireDefault(__webpack_require__(/*! vuejs/components/Block/SearchBlock */ \"./web/themes/custom/materiotheme/vuejs/components/Block/SearchBlock.vue\"));\n\nvar _LeftContent = _interopRequireDefault(__webpack_require__(/*! vuejs/components/Content/LeftContent */ \"./web/themes/custom/materiotheme/vuejs/components/Content/LeftContent.vue\"));\n\nvar _vuex = __webpack_require__(/*! vuex */ \"./node_modules/vuex/dist/vuex.common.js\");\n\n__webpack_require__(/*! vue-cool-lightbox/dist/vue-cool-lightbox.min.css */ \"./node_modules/vue-cool-lightbox/dist/vue-cool-lightbox.min.css\");\n\n__webpack_require__(/*! theme/assets/styles/main.scss */ \"./web/themes/custom/materiotheme/assets/styles/main.scss\");\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\n_vue.default.use(_vueInfiniteLoading.default, {\n props: {\n spinner: 'spiral' // slots.noMore: ''\n\n } // system: {\n // throttleLimit: 50,\n // /* other settings need to configure */\n // }\n\n}); // import vueVimeoPlayer from 'vue-vimeo-player'\n// Vue.use(vueVimeoPlayer)\n// import VueYouTubeEmbed from 'vue-youtube-embed'\n// Vue.use(VueYouTubeEmbed)\n\n\n_vue.default.use(_vueCoolLightbox.default);\n\n_vue.default.use(_vueJsModal.default);\n\n(function (Drupal, drupalSettings, drupalDecoupled) {\n var MaterioTheme = function MaterioTheme() {\n var _v_sitebranding_block, _v_user_block, _v_header_menu, _v_pagetitle_block, _v_search_block, _v_main_content, _v_left_content;\n\n var _is_front = drupalSettings.path.isFront;\n console.log('drupalSettings', drupalSettings); // let _I18n\n // ___ _ _\n // |_ _|_ _ (_) |_\n // | || ' \\| | _|\n // |___|_||_|_|\\__|\n\n function init() {\n console.log('MaterioTheme init()');\n initVues();\n }\n\n function checkNoVuePages() {\n // return drupalDecoupled.sys_path != '/cart'\n // && drupalDecoupled.sys_path.indexOf('checkout') != 1;\n if (drupalDecoupled.route_name.indexOf('commerce') == -1 && drupalDecoupled.route_name.indexOf('flagging_collection') == -1 && drupalDecoupled.route_name.indexOf('user') == -1) {\n return false;\n } else {\n return true;\n }\n }\n\n function initVues() {\n // only launch views if we are not in commerce pages\n if (!checkNoVuePages()) {\n initVi18n();\n initVStore();\n initVRouter();\n initVSiteBrandingBlock();\n initVPagetitleBlock();\n initVHeaderMenu();\n initVMainContent();\n initVSearchBlock();\n initVLeftContent();\n }\n\n initVUserBlock();\n }\n\n function initVi18n() {\n _i18n.default.locale = drupalDecoupled.lang_code;\n console.log('i18n.messages', _i18n.default.messages); // const locales = {\n // ...Locales\n // }\n // _I18n = new VueI18n({\n // locale: drupalDecoupled.lang_code,\n // locales\n // })\n // console.log('_I18n', _I18n)\n }\n\n function initVStore() {\n _store.default.dispatch('Showrooms/getItems');\n }\n\n function initVRouter() {\n // we need this to update the title and body classes while using history nav\n _route.default.beforeEach(function (to, from, next) {\n var _document$querySelect, _document$querySelect2;\n\n // console.log('router beforeEach to ', to);\n // commit new title to store\n var title = null;\n\n switch (to.name) {\n case 'home':\n title = null;\n break;\n\n case 'article':\n title = false;\n break;\n\n default:\n title = to.name;\n }\n\n if (title !== false) {\n _store.default.commit('Common/setPagetitle', title);\n } // remove all path related body classes\n\n\n var body_classes = document.querySelector('body').classList;\n var classes_to_rm = [];\n\n for (var i = 0; i < body_classes.length; i++) {\n if (body_classes[i].startsWith('path-')) {\n classes_to_rm.push(body_classes[i]);\n }\n }\n\n (_document$querySelect = document.querySelector('body').classList).remove.apply(_document$querySelect, classes_to_rm); // add new path classes to body\n\n\n var classes = [];\n\n if (to.path == '/') {\n classes.push('path-home');\n } else {\n var path_parts = to.path.replace(/^\\//, '').split('/'); // TODO: remove language relative prefix from path classes (fr, en, etc)\n\n for (var i = 0; i < path_parts.length; i++) {\n if (i == 0) {\n var c = 'path-' + path_parts[i];\n } else if (path_parts[i] !== '') {\n var c = classes[i - 1] + '-' + path_parts[i];\n }\n\n classes.push(c);\n }\n }\n\n (_document$querySelect2 = document.querySelector('body').classList).add.apply(_document$querySelect2, classes); // trigger router\n\n\n next();\n });\n }\n\n function initVSiteBrandingBlock() {\n _v_sitebranding_block = new _vue.default({\n store: _store.default,\n i18n: _i18n.default,\n router: _route.default,\n el: '#block-sitebranding',\n methods: {\n onclick: function onclick(event) {\n // console.log(\"Clicked on logo event\", event);\n var href = event.target.getAttribute('href'); // console.log(\"Clicked on logo href\", href);\n\n this.$router.push(href); // replaced by router.beforeEach\n // this.$store.commit('Common/setPagetitle', null)\n }\n }\n });\n }\n\n function initVPagetitleBlock() {\n var $blk = document.querySelector('#block-pagetitle');\n var $h2 = $blk.querySelector('h2'); // get the loaded pagetitle\n\n var title = $h2.innerText; // if not front recorde the loaded pagetitle in store\n\n if (!_is_front) {\n _store.default.commit('Common/setPagetitle', title);\n } // replace in template the pagetitle by vue binding\n\n\n $h2.innerText = '{{ pagetitle }}'; // create the vue\n\n _v_pagetitle_block = new _vue.default({\n store: _store.default,\n i18n: _i18n.default,\n router: _route.default,\n el: $blk,\n computed: _objectSpread({}, (0, _vuex.mapState)({\n pagetitle: function pagetitle(state) {\n return state.Common.pagetitle;\n }\n }))\n });\n }\n\n function initVUserBlock() {\n var mount_point = drupalSettings.user.uid !== 0 ? 'block-userblock' : 'block-userlogin';\n var props = {\n title: '',\n loginblock: ''\n };\n var $block;\n\n switch (mount_point) {\n case 'block-userlogin':\n $block = document.getElementById(mount_point);\n console.log('initVUserBlock login form html', $block);\n props.loginblock = $block.outerHTML.trim();\n break;\n\n case 'block-userblock':\n default:\n break;\n }\n\n _v_user_block = new _vue.default({\n store: _store.default,\n i18n: _i18n.default,\n // computed: {\n // ...mapState({\n // isloggedin: state => state.User.isloggedin\n // })\n // },\n created: function created() {\n // if already loggedin, call store.user to get the user infos\n if (drupalSettings.user.uid !== 0) {\n this.$store.commit('User/setUid', drupalSettings.user.uid);\n this.$store.dispatch('User/getUser');\n }\n },\n render: function render(h) {\n return h(_UserBlock.default, {\n props: props\n });\n }\n }).$mount('#' + mount_point); // console.log('initVUserBlock', _v_user_block);\n }\n\n function initVHeaderMenu() {\n // console.log('initVHeaderMenu');\n // adding vuejs attributes has it wont work on twig template (see menu--header.html.twig)\n // not working : String contains an invalid character\n // document.querySelectorAll(`#block-header a`).forEach(link => {\n // console.log(link);\n // link.setAttribute('@click.prevent', 'onclick')\n // });\n _v_header_menu = new _vue.default({\n store: _store.default,\n i18n: _i18n.default,\n router: _route.default,\n el: '#block-header',\n methods: {\n onclick: function onclick(event) {\n // console.log(\"Clicked on header menu link\", event);\n var href = event.target.getAttribute('href'); // let title = event.target.innerText;\n // console.log(\"Clicked on header menu link : href\", href);\n\n this.$router.push(href); // replaced by router.beforeEach\n // this.$store.commit('Common/setPagetitle', title)\n }\n }\n });\n }\n\n function initVMainContent() {\n var id = 'main-content';\n var $main_content = document.querySelector('#' + id); // console.log('main-content', $main_content);\n\n var main_html = $main_content.innerHTML;\n _v_main_content = new _vue.default({\n store: _store.default,\n i18n: _i18n.default,\n render: function render(h) {\n return h(_MainContent.default, {\n props: {\n id: id,\n html: main_html,\n isfront: drupalSettings.path.isFront\n }\n });\n }\n }).$mount('#' + id);\n }\n\n function initVSearchBlock() {\n // console.log('initVSearchBlock');\n var id = 'block-materiosapisearchblock';\n var $search_block = document.getElementById(id);\n var formhtml = null;\n\n if ($search_block) {\n // get the search form html to pass it as template to the vue\n // we gain display speed vs async downloaded data\n formhtml = $search_block.innerHTML;\n } else {\n // else create the empty block to fill it later with async data\n $search_block = document.createElement('div');\n $search_block.setAttribute('id', id); // TODO: get region by REST\n\n var $region = document.getElementById('header-bottom');\n $region.appendChild($search_block);\n } // in any case create the vue\n\n\n _v_search_block = new _vue.default({\n store: _store.default,\n i18n: _i18n.default,\n render: function render(h) {\n return h(_SearchBlock.default, {\n props: {\n blockid: id,\n formhtml: formhtml\n }\n });\n }\n }).$mount('#' + id);\n }\n\n function initVLeftContent() {\n var id = 'content-left';\n var $leftContent = document.getElementById(id); // in any case create the vue\n\n _v_left_content = new _vue.default({\n store: _store.default,\n i18n: _i18n.default,\n render: function render(h) {\n return h(_LeftContent.default, {\n props: {\n id: id\n }\n });\n }\n }).$mount('#' + id);\n }\n\n init();\n }; // end MaterioTheme()\n\n\n var materiotheme = new MaterioTheme();\n})(Drupal, drupalSettings, drupalDecoupled);\n\n//# sourceURL=webpack://materio.com/./web/themes/custom/materiotheme/assets/scripts/main.js?"); +eval("\n\nvar _vue = _interopRequireDefault(__webpack_require__(/*! vue */ \"./node_modules/vue/dist/vue.js\"));\n\nvar _vueInfiniteLoading = _interopRequireDefault(__webpack_require__(/*! vue-infinite-loading */ \"./node_modules/vue-infinite-loading/dist/vue-infinite-loading.js\"));\n\nvar _vueCoolLightbox = _interopRequireDefault(__webpack_require__(/*! vue-cool-lightbox */ \"./node_modules/vue-cool-lightbox/dist/vue-cool-lightbox.esm.js\"));\n\nvar _vueJsModal = _interopRequireDefault(__webpack_require__(/*! vue-js-modal */ \"./node_modules/vue-js-modal/dist/index.js\"));\n\nvar _store = _interopRequireDefault(__webpack_require__(/*! vuejs/store */ \"./web/themes/custom/materiotheme/vuejs/store/index.js\"));\n\nvar _route = _interopRequireDefault(__webpack_require__(/*! vuejs/route */ \"./web/themes/custom/materiotheme/vuejs/route/index.js\"));\n\nvar _i18n = __webpack_require__(/*! vuejs/i18n */ \"./web/themes/custom/materiotheme/vuejs/i18n/index.js\");\n\nvar _UserBlock = _interopRequireDefault(__webpack_require__(/*! vuejs/components/Block/UserBlock */ \"./web/themes/custom/materiotheme/vuejs/components/Block/UserBlock.vue\"));\n\nvar _MainContent = _interopRequireDefault(__webpack_require__(/*! vuejs/components/Content/MainContent */ \"./web/themes/custom/materiotheme/vuejs/components/Content/MainContent.vue\"));\n\nvar _SearchBlock = _interopRequireDefault(__webpack_require__(/*! vuejs/components/Block/SearchBlock */ \"./web/themes/custom/materiotheme/vuejs/components/Block/SearchBlock.vue\"));\n\nvar _LeftContent = _interopRequireDefault(__webpack_require__(/*! vuejs/components/Content/LeftContent */ \"./web/themes/custom/materiotheme/vuejs/components/Content/LeftContent.vue\"));\n\nvar _vuex = __webpack_require__(/*! vuex */ \"./node_modules/vuex/dist/vuex.common.js\");\n\n__webpack_require__(/*! vue-cool-lightbox/dist/vue-cool-lightbox.min.css */ \"./node_modules/vue-cool-lightbox/dist/vue-cool-lightbox.min.css\");\n\n__webpack_require__(/*! theme/assets/styles/main.scss */ \"./web/themes/custom/materiotheme/assets/styles/main.scss\");\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\n_vue.default.use(_vueInfiniteLoading.default, {\n props: {\n spinner: 'spiral' // slots.noMore: ''\n\n } // system: {\n // throttleLimit: 50,\n // /* other settings need to configure */\n // }\n\n}); // import vueVimeoPlayer from 'vue-vimeo-player'\n// Vue.use(vueVimeoPlayer)\n// import VueYouTubeEmbed from 'vue-youtube-embed'\n// Vue.use(VueYouTubeEmbed)\n\n\n_vue.default.use(_vueCoolLightbox.default);\n\n_vue.default.use(_vueJsModal.default);\n\n(function (Drupal, drupalSettings, drupalDecoupled) {\n var MaterioTheme = function MaterioTheme() {\n var _v_sitebranding_block, _v_user_block, _v_header_menu, _v_pagetitle_block, _v_search_block, _v_main_content, _v_left_content;\n\n var _is_front = drupalSettings.path.isFront;\n console.log('drupalSettings', drupalSettings); // let _I18n\n // ___ _ _\n // |_ _|_ _ (_) |_\n // | || ' \\| | _|\n // |___|_||_|_|\\__|\n\n function init() {\n console.log('MaterioTheme init()');\n initVues();\n }\n\n function checkNoVuePages() {\n // return drupalDecoupled.sys_path != '/cart'\n // && drupalDecoupled.sys_path.indexOf('checkout') != 1;\n if (drupalDecoupled.route_name.indexOf('commerce') == -1 && drupalDecoupled.route_name.indexOf('flagging_collection') == -1 && drupalDecoupled.route_name.indexOf('user') == -1) {\n return false;\n } else {\n return true;\n }\n }\n\n function initVues() {\n // only launch views if we are not in commerce pages\n if (!checkNoVuePages()) {\n initVi18n();\n initVStore();\n initVRouter();\n initVSiteBrandingBlock();\n initVPagetitleBlock();\n initVHeaderMenu();\n initVMainContent();\n initVSearchBlock();\n initVLeftContent();\n }\n\n initVUserBlock();\n }\n\n function initVi18n() {\n // i18n.locale = drupalDecoupled.lang_code\n // console.log('i18n.messages', i18n.messages)\n (0, _i18n.loadLanguageAsync)(drupalDecoupled.lang_code).then(function () {\n console.log('main.js language loaded');\n });\n }\n\n function initVStore() {\n _store.default.dispatch('Showrooms/getItems');\n }\n\n function initVRouter() {\n // we need this to update the title and body classes while using history nav\n _route.default.beforeEach(function (to, from, next) {\n var _document$querySelect, _document$querySelect2;\n\n // console.log('router beforeEach to ', to);\n // commit new title to store\n var title = null;\n\n switch (to.name) {\n case 'home':\n title = null;\n break;\n\n case 'article':\n title = false;\n break;\n\n default:\n title = to.name;\n }\n\n if (title !== false) {\n _store.default.commit('Common/setPagetitle', title);\n } // remove all path related body classes\n\n\n var body_classes = document.querySelector('body').classList;\n var classes_to_rm = [];\n\n for (var i = 0; i < body_classes.length; i++) {\n if (body_classes[i].startsWith('path-')) {\n classes_to_rm.push(body_classes[i]);\n }\n }\n\n (_document$querySelect = document.querySelector('body').classList).remove.apply(_document$querySelect, classes_to_rm); // add new path classes to body\n\n\n var classes = [];\n\n if (to.path == '/') {\n classes.push('path-home');\n } else {\n var path_parts = to.path.replace(/^\\//, '').split('/'); // TODO: remove language relative prefix from path classes (fr, en, etc)\n\n for (var i = 0; i < path_parts.length; i++) {\n if (i == 0) {\n var c = 'path-' + path_parts[i];\n } else if (path_parts[i] !== '') {\n var c = classes[i - 1] + '-' + path_parts[i];\n }\n\n classes.push(c);\n }\n }\n\n (_document$querySelect2 = document.querySelector('body').classList).add.apply(_document$querySelect2, classes); // trigger router\n\n\n next();\n });\n }\n\n function initVSiteBrandingBlock() {\n _v_sitebranding_block = new _vue.default({\n store: _store.default,\n i18n: _i18n.i18n,\n router: _route.default,\n el: '#block-sitebranding',\n methods: {\n onclick: function onclick(event) {\n // console.log(\"Clicked on logo event\", event);\n var href = event.target.getAttribute('href'); // console.log(\"Clicked on logo href\", href);\n\n this.$router.push(href); // replaced by router.beforeEach\n // this.$store.commit('Common/setPagetitle', null)\n }\n }\n });\n }\n\n function initVPagetitleBlock() {\n var $blk = document.querySelector('#block-pagetitle');\n var $h2 = $blk.querySelector('h2'); // get the loaded pagetitle\n\n var title = $h2.innerText; // if not front recorde the loaded pagetitle in store\n\n if (!_is_front) {\n _store.default.commit('Common/setPagetitle', title);\n } // replace in template the pagetitle by vue binding\n\n\n $h2.innerText = '{{ pagetitle }}'; // create the vue\n\n _v_pagetitle_block = new _vue.default({\n store: _store.default,\n i18n: _i18n.i18n,\n router: _route.default,\n el: $blk,\n computed: _objectSpread({}, (0, _vuex.mapState)({\n pagetitle: function pagetitle(state) {\n return state.Common.pagetitle;\n }\n }))\n });\n }\n\n function initVUserBlock() {\n var mount_point = drupalSettings.user.uid !== 0 ? 'block-userblock' : 'block-userlogin';\n var props = {\n title: '',\n loginblock: ''\n };\n var $block;\n\n switch (mount_point) {\n case 'block-userlogin':\n $block = document.getElementById(mount_point);\n console.log('initVUserBlock login form html', $block);\n props.loginblock = $block.outerHTML.trim();\n break;\n\n case 'block-userblock':\n default:\n break;\n }\n\n _v_user_block = new _vue.default({\n store: _store.default,\n i18n: _i18n.i18n,\n // computed: {\n // ...mapState({\n // isloggedin: state => state.User.isloggedin\n // })\n // },\n created: function created() {\n // if already loggedin, call store.user to get the user infos\n if (drupalSettings.user.uid !== 0) {\n this.$store.commit('User/setUid', drupalSettings.user.uid);\n this.$store.dispatch('User/getUser');\n }\n },\n render: function render(h) {\n return h(_UserBlock.default, {\n props: props\n });\n }\n }).$mount('#' + mount_point); // console.log('initVUserBlock', _v_user_block);\n }\n\n function initVHeaderMenu() {\n // console.log('initVHeaderMenu');\n // adding vuejs attributes has it wont work on twig template (see menu--header.html.twig)\n // not working : String contains an invalid character\n // document.querySelectorAll(`#block-header a`).forEach(link => {\n // console.log(link);\n // link.setAttribute('@click.prevent', 'onclick')\n // });\n _v_header_menu = new _vue.default({\n store: _store.default,\n i18n: _i18n.i18n,\n router: _route.default,\n el: '#block-header',\n methods: {\n onclick: function onclick(event) {\n // console.log(\"Clicked on header menu link\", event);\n var href = event.target.getAttribute('href'); // let title = event.target.innerText;\n // console.log(\"Clicked on header menu link : href\", href);\n\n this.$router.push(href); // replaced by router.beforeEach\n // this.$store.commit('Common/setPagetitle', title)\n }\n }\n });\n }\n\n function initVMainContent() {\n var id = 'main-content';\n var $main_content = document.querySelector('#' + id); // console.log('main-content', $main_content);\n\n var main_html = $main_content.innerHTML;\n _v_main_content = new _vue.default({\n store: _store.default,\n i18n: _i18n.i18n,\n render: function render(h) {\n return h(_MainContent.default, {\n props: {\n id: id,\n html: main_html,\n isfront: drupalSettings.path.isFront\n }\n });\n }\n }).$mount('#' + id);\n }\n\n function initVSearchBlock() {\n // console.log('initVSearchBlock');\n var id = 'block-materiosapisearchblock';\n var $search_block = document.getElementById(id);\n var formhtml = null;\n\n if ($search_block) {\n // get the search form html to pass it as template to the vue\n // we gain display speed vs async downloaded data\n formhtml = $search_block.innerHTML;\n } else {\n // else create the empty block to fill it later with async data\n $search_block = document.createElement('div');\n $search_block.setAttribute('id', id); // TODO: get region by REST\n\n var $region = document.getElementById('header-bottom');\n $region.appendChild($search_block);\n } // in any case create the vue\n\n\n _v_search_block = new _vue.default({\n store: _store.default,\n i18n: _i18n.i18n,\n render: function render(h) {\n return h(_SearchBlock.default, {\n props: {\n blockid: id,\n formhtml: formhtml\n }\n });\n }\n }).$mount('#' + id);\n }\n\n function initVLeftContent() {\n var id = 'content-left';\n var $leftContent = document.getElementById(id); // in any case create the vue\n\n _v_left_content = new _vue.default({\n store: _store.default,\n i18n: _i18n.i18n,\n render: function render(h) {\n return h(_LeftContent.default, {\n props: {\n id: id\n }\n });\n }\n }).$mount('#' + id);\n }\n\n init();\n }; // end MaterioTheme()\n\n\n var materiotheme = new MaterioTheme();\n})(Drupal, drupalSettings, drupalDecoupled);\n\n//# sourceURL=webpack://materio.com/./web/themes/custom/materiotheme/assets/scripts/main.js?"); })(); /******/ })() diff --git a/web/themes/custom/materiotheme/assets/scripts/main.js b/web/themes/custom/materiotheme/assets/scripts/main.js index e667102..ba14adc 100644 --- a/web/themes/custom/materiotheme/assets/scripts/main.js +++ b/web/themes/custom/materiotheme/assets/scripts/main.js @@ -29,7 +29,7 @@ import router from 'vuejs/route' // import VueI18n from 'vue-i18n' // Vue.use(VueI18n) // import * as Locales from 'assets/i18n/locales.json' -import i18n from 'vuejs/i18n' +import { i18n, loadLanguageAsync } from 'vuejs/i18n' import VUserBlock from 'vuejs/components/Block/UserBlock' import VMainContent from 'vuejs/components/Content/MainContent' @@ -90,16 +90,13 @@ import 'theme/assets/styles/main.scss' } function initVi18n () { - i18n.locale = drupalDecoupled.lang_code - console.log('i18n.messages', i18n.messages) - // const locales = { - // ...Locales - // } - // _I18n = new VueI18n({ - // locale: drupalDecoupled.lang_code, - // locales - // }) - // console.log('_I18n', _I18n) + // i18n.locale = drupalDecoupled.lang_code + // console.log('i18n.messages', i18n.messages) + + loadLanguageAsync(drupalDecoupled.lang_code) + .then(() => { + console.log('main.js language loaded') + }) } function initVStore () { diff --git a/web/themes/custom/materiotheme/vuejs/components/Pages/Article.vue b/web/themes/custom/materiotheme/vuejs/components/Pages/Article.vue index bd1780f..16d780c 100644 --- a/web/themes/custom/materiotheme/vuejs/components/Pages/Article.vue +++ b/web/themes/custom/materiotheme/vuejs/components/Pages/Article.vue @@ -77,7 +77,7 @@ >