<?php

use Symfony\Component\Translation\MessageCatalogue;

$catalogue = new MessageCatalogue('fa', array (
  'validators' => 
  array (
    'This value should be false.' => 'این مقدار باید نادرست (False) باشد.',
    'This value should be true.' => 'این مقدار باید درست (True) باشد.',
    'This value should be of type {{ type }}.' => 'این مقدار باید از نوع {{ type }} باشد.',
    'This value should be blank.' => 'این مقدار باید خالی باشد.',
    'The value you selected is not a valid choice.' => 'مقدار انتخاب شده یک گزینه معتبر نمی‌باشد.',
    'You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices.' => 'شما باید حداقل {{ limit }} گزینه انتخاب نمایید.|شما باید حداقل {{ limit }} گزینه انتخاب نمایید.',
    'You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices.' => 'شما باید حداکثر {{ limit }} گزینه انتخاب نمایید.|شما باید حداکثر {{ limit }} گزینه انتخاب نمایید.',
    'One or more of the given values is invalid.' => 'یک یا چند مقدار داده شده نامعتبر است.',
    'This field was not expected.' => 'این ورودی مورد انتظار نبود.',
    'This field is missing.' => 'این فیلد وارد نشده است.',
    'This value is not a valid date.' => 'این مقدار یک تاریخ معتبر نمی‌باشد.',
    'This value is not a valid datetime.' => 'این مقدار یک تاریخ و زمان معتبر نمی‌باشد.',
    'This value is not a valid email address.' => 'این یک آدرس رایانامه (ایمیل) معتبر نمی‌باشد.',
    'The file could not be found.' => 'فایل یافت نشد.',
    'The file is not readable.' => 'فایل قابل خواندن نیست.',
    'The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.' => 'فایل بیش از اندازه بزرگ است({{ size }} {{ suffix }}). بیشینه (حداکثر) اندازه مجاز برابر با {{ limit }} {{ suffix }} می‌باشد.',
    'The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.' => 'نوع mime این فایل نامعتبر است({{ type }}). انواع mime مجاز {{ types }} هستند.',
    'This value should be {{ limit }} or less.' => 'این مقدار باید کوچکتر و یا مساوی {{ limit }} باشد.',
    'This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less.' => 'این مقدار بسیار طولانی است. باید دارای {{limit}} کاراکتر یا کمتر باشد. | این مقدار بسیار طولانی است. باید دارای {{limit}} کاراکتر یا کمتر باشد.',
    'This value should be {{ limit }} or more.' => 'این مقدار باید بزرگتر و یا مساوی {{ limit }} باشد.',
    'This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more.' => 'این مقدار بیش از اندازه کوتاه است. باید {{ limit }} کاراکتر یا بیشتر داشته باشد.|این مقدار بیش از اندازه کوتاه است. باید {{ limit }} کاراکتر یا بیشتر داشته باشد.',
    'This value should not be blank.' => 'این مقدار نباید خالی باشد.',
    'This value should not be null.' => 'این مقدار نباید خالی باشد.',
    'This value should be null.' => 'این مقدار باید خالی باشد.',
    'This value is not valid.' => 'این مقدار معتبر نمی‌باشد.',
    'This value is not a valid time.' => 'این مقدار یک زمان معتبر نمی‌باشد.',
    'This value is not a valid URL.' => 'این مقدار شامل یک URL معتبر نمی‌باشد.',
    'The two values should be equal.' => 'دو مقدار باید با یکدیگر برابر باشند.',
    'The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}.' => 'فایل بیش از اندازه بزرگ است. بیشینه (حداکثر) اندازه مجاز {{ limit }} {{ suffix }} است.',
    'The file is too large.' => 'فایل بیش از اندازه بزرگ است.',
    'The file could not be uploaded.' => 'بارگذاری فایل با شکست مواجه گردید.',
    'This value should be a valid number.' => 'این مقدار باید یک عدد معتبر باشد.',
    'This file is not a valid image.' => 'این فایل یک تصویر معتبر نمی‌باشد.',
    'This is not a valid IP address.' => 'این مقدار یک آدرس آی‌پی معتبر نمی‌باشد.',
    'This value is not a valid language.' => 'این مقدار یک زبان معتبر نمی‌باشد.',
    'This value is not a valid locale.' => 'این مقدار یک محل (locale) معتبر نمی‌باشد.',
    'This value is not a valid country.' => 'این مقدار یک کشور معتبر نمی‌باشد.',
    'This value is already used.' => 'این مقدار قبلاً استفاده شده است.',
    'The size of the image could not be detected.' => 'اندازه تصویر قابل شناسایی نمی‌باشد.',
    'The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px.' => 'عرض تصویر بسیار بزرگ است({{ width }}px). بیشینه (حداکثر) عرض مجاز {{ max_width }}px می‌باشد.',
    'The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px.' => 'عرض تصویر بسیار کوچک است({{ width }}px). کمینه (حداقل) عرض مورد انتظار {{ min_width }}px می‌باشد.',
    'The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px.' => 'ارتفاع تصویر بسیار بزرگ است({{ height }}px). بیشینه (حداکثر) ارتفاع مجاز {{ max_height }}px می‌باشد.',
    'The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px.' => 'ارتفاع تصویر بسیار کوچک است({{ height }}px). کمینه (حداقل) ارتفاع مورد انتظار {{ min_height }}px می‌باشد.',
    'This value should be the user\'s current password.' => 'این مقدار باید رمزعبور فعلی کاربر باشد.',
    'This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters.' => ' این مقدار باید دقیقا {{ limit }} کاراکتر داشته باشد.| این مقدار باید دقیقا {{ limit }} کاراکتر داشته باشد.',
    'The file was only partially uploaded.' => 'فایل به صورت جزئی بارگذاری گردیده است.',
    'No file was uploaded.' => 'هیچ فایلی بارگذاری نشد.',
    'No temporary folder was configured in php.ini.' => 'هیچ پوشه موقتی در php.ini پیکربندی نشده است، یا پوشه پیکربندی شده وجود ندارد.',
    'Cannot write temporary file to disk.' => 'فایل موقتی را نمی‌توان در دیسک نوشت.',
    'A PHP extension caused the upload to fail.' => 'یک افزونه PHP باعث شد بارگذاری ناموفق باشد.',
    'This collection should contain {{ limit }} element or more.|This collection should contain {{ limit }} elements or more.' => 'این مجموعه باید حاوی {{ limit }} عنصر یا بیشتر باشد.|این مجموعه باید حاوی {{ limit }} عنصر یا بیشتر باشد.',
    'This collection should contain {{ limit }} element or less.|This collection should contain {{ limit }} elements or less.' => 'این مجموعه باید حاوی {{ limit }} عنصر یا کمتر باشد.|این مجموعه باید حاوی {{ limit }} عنصر یا کمتر باشد.',
    'This collection should contain exactly {{ limit }} element.|This collection should contain exactly {{ limit }} elements.' => 'این مجموعه باید دقیقا حاوی {{ limit }} عنصر باشد.|این مجموعه باید دقیقا حاوی {{ limit }} عنصر باشد.',
    'Invalid card number.' => 'شماره کارت نامعتبر است.',
    'Unsupported card type or invalid card number.' => 'نوع کارت پشتیبانی نمی‌شود و یا شماره کارت نامعتبر می‌باشد.',
    'This is not a valid International Bank Account Number (IBAN).' => 'این مقدار یک شماره شبای معتبر نمی‌باشد.',
    'This value is not a valid ISBN-10.' => 'این مقدار یک ISBN-10 معتبر نمی‌باشد.',
    'This value is not a valid ISBN-13.' => 'این مقدار یک ISBN-13 معتبر نمی‌باشد.',
    'This value is neither a valid ISBN-10 nor a valid ISBN-13.' => 'این مقدار یک ISBN-10 معتبر و یا ISBN-13 معتبر نمی‌باشد.',
    'This value is not a valid ISSN.' => 'این مقدار یک ISSN معتبر نمی‌باشد.',
    'This value is not a valid currency.' => 'این مقدار یک واحد پول معتبر نمی‌باشد.',
    'This value should be equal to {{ compared_value }}.' => 'این مقدار باید برابر با {{ compared_value }} باشد.',
    'This value should be greater than {{ compared_value }}.' => 'این مقدار باید از {{ compared_value }} بیشتر باشد.',
    'This value should be greater than or equal to {{ compared_value }}.' => 'این مقدار باید بزرگتر و یا مساوی با {{ compared_value }} باشد.',
    'This value should be identical to {{ compared_value_type }} {{ compared_value }}.' => 'این مقدار باید برابر {{ compared_value_type }} {{ compared_value }} باشد.',
    'This value should be less than {{ compared_value }}.' => 'این مقدار باید کمتر از {{ compared_value }} باشد.',
    'This value should be less than or equal to {{ compared_value }}.' => 'این مقدار باید کمتر و یا مساوی با {{ compared_value }} باشد.',
    'This value should not be equal to {{ compared_value }}.' => 'این مقدار نباید با {{ compared_value }} برابر باشد.',
    'This value should not be identical to {{ compared_value_type }} {{ compared_value }}.' => 'این مقدار نباید برابر {{ compared_value_type }} {{ compared_value }} باشد.',
    'The image ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}.' => 'ابعاد ({{ ratio }}) عکس بیش از حد بزرگ است. بیشینه (حداکثر) ابعاد مجاز {{ max_ratio }} می‌باشد.',
    'The image ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}.' => 'ابعاد ({{ ratio }}) عکس بیش از حد کوچک است. کمینه (حداقل) ابعاد مورد انتظار {{ min_ratio }} می‌باشد.',
    'The image is square ({{ width }}x{{ height }}px). Square images are not allowed.' => 'این تصویر یک مربع ({{ width }}x{{ height }}px) می‌باشد. تصاویر مربع شکل مجاز نمی‌باشند.',
    'The image is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented images are not allowed.' => 'این تصویر افقی ({{ width }}x{{ height }}px) می‌باشد. تصاویر افقی مجاز نمی‌باشند.',
    'The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed.' => 'این تصویر عمودی ({{ width }}x{{ height }}px) می‌باشد. تصاویر عمودی مجاز نمی‌باشند.',
    'An empty file is not allowed.' => 'فایل خالی مجاز نمی‌باشد.',
    'The host could not be resolved.' => 'میزبان (Host) شناسایی نشد.',
    'This value does not match the expected {{ charset }} charset.' => 'این مقدار مطابق charset مورد انتظار {{ charset }} نمی باشد.',
    'This is not a valid Business Identifier Code (BIC).' => 'این مقدار یک کد شناسه کسب‌وکار (BIC) معتبر نیست.',
    'Error' => 'خطا',
    'This is not a valid UUID.' => 'این مقدار یک UUID معتبر نیست.',
    'This value should be a multiple of {{ compared_value }}.' => 'این مقدار باید چند برابر {{ compared_value }} باشد.',
    'This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.' => 'این کد شناسایی کسب‌و‌کار (BIC) با شماره حساب بانکی بین‌المللی (IBAN) {{ iban }} مرتبط نیست.',
    'This value should be valid JSON.' => 'این مقدار باید یک JSON معتبر باشد.',
    'This collection should contain only unique elements.' => 'این مجموعه باید فقط حاوی عناصر یکتا باشد.',
    'This value should be positive.' => 'این مقدار باید مثبت باشد.',
    'This value should be either positive or zero.' => 'این مقدار باید مثبت یا صفر باشد.',
    'This value should be negative.' => 'این مقدار باید منفی باشد.',
    'This value should be either negative or zero.' => 'این مقدار باید منفی یا صفر باشد.',
    'This value is not a valid timezone.' => 'این مقدار یک منطقه‌زمانی (timezone) معتبر نیست.',
    'This password has been leaked in a data breach, it must not be used. Please use another password.' => 'این رمزعبور در یک رخنه‌ی اطلاعاتی نشت کرده است. لطفاً از یک رمزعبور دیگر استفاده کنید.',
    'This value should be between {{ min }} and {{ max }}.' => 'این مقدار باید بین {{ min }} و {{ max }} باشد',
    'This value is not a valid hostname.' => 'این مقدار یک hostname معتبر نیست.',
    'The number of elements in this collection should be a multiple of {{ compared_value }}.' => 'تعداد عناصر این مجموعه باید ضریبی از {{ compared_value }} باشد.',
    'This value should satisfy at least one of the following constraints:' => 'این مقدار باید حداقل یکی از محدودیت‌های زیر را ارضا کند:',
    'Each element of this collection should satisfy its own set of constraints.' => 'هر یک از عناصر این مجموعه باید دسته محدودیت‌های خودش را ارضا کند.',
    'This value is not a valid International Securities Identification Number (ISIN).' => 'این مقدار یک شماره شناسایی بین‌المللی اوراق بهادار (ISIN) معتبر نیست.',
    'This value should be a valid expression.' => 'این مقدار باید یک عبارت معتبر باشد.',
    'This value is not a valid CSS color.' => 'این مقدار یک رنگ معتبر در CSS نیست.',
    'This value is not a valid CIDR notation.' => 'این مقدار یک نماد معتبر در CIDR نیست.',
    'The value of the netmask should be between {{ min }} and {{ max }}.' => 'مقدار ماسک شبکه (NetMask) باید بین {{ min }} و {{ max }} باشد.',
    'The filename is too long. It should have {{ filename_max_length }} character or less.|The filename is too long. It should have {{ filename_max_length }} characters or less.' => 'نام فایل طولانی است. نام فایل باید {{ filename_max_length }} کاراکتر یا کمتر باشد.|نام فایل طولانی است. نام فایل باید {{ filename_max_length }} کاراکتر یا کمتر باشد.',
    'The password strength is too low. Please use a stronger password.' => 'رمز عبور ضعیف است. لطفا از رمز عبور قوی‌تری استفاده کنید.',
    'This value contains characters that are not allowed by the current restriction-level.' => 'این مقدار حاوی کاراکترهایی است که در سطح محدودیت فعلی مجاز نیستند.',
    'Using invisible characters is not allowed.' => 'استفاده از کاراکترهای نامرئی مجاز نمی‌باشد.',
    'Mixing numbers from different scripts is not allowed.' => 'مخلوط کردن اعداد از اسکریپت های مختلف مجاز نیست.',
    'Using hidden overlay characters is not allowed.' => 'استفاده از کاراکترهای همپوشانی پنهان (hidden overlay characters) مجاز نیست.',
    'The extension of the file is invalid ({{ extension }}). Allowed extensions are {{ extensions }}.' => 'پسوند فایل ({{ extension }}) نامعتبر است. پسوندهای مجاز {{ extensions }} هستند.',
    'The detected character encoding is invalid ({{ detected }}). Allowed encodings are {{ encodings }}.' => 'رمزگذاری کاراکتر تشخیص داده شده ({{ detected }}) نامعتبر است. رمزگذاری‌های مجاز {{ encodings }} هستند.',
    'This value is not a valid MAC address.' => 'این مقدار یک آدرس MAC معتبر نیست.',
    'This URL is missing a top-level domain.' => 'این آدرس دارای دامنه نمی‌باشد.',
    'This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.' => 'این مقدار بسیار کوتاه است. باید حداقل یک کلمه داشته باشد.|این مقدار بسیار کوتاه است. باید حداقل {{ min }} کلمه داشته باشد.',
    'This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.' => 'این مقدار بیش از حد طولانی است. باید فقط یک کلمه باشد.|این مقدار بیش از حد طولانی است. باید حداکثر {{ max }} کلمه داشته باشد.',
    'This value does not represent a valid week in the ISO 8601 format.' => 'این مقدار یک هفته معتبر در قالب ISO 8601 را نشان نمی‌دهد.',
    'This value is not a valid week.' => 'این مقدار یک هفته معتبر نیست.',
    'This value should not be before week "{{ min }}".' => 'این مقدار نباید قبل از هفته "{{ min }}" باشد.',
    'This value should not be after week "{{ max }}".' => 'این مقدار نباید بعد از هفته "{{ max }}" باشد.',
    'This value is not a valid Twig template.' => 'این مقدار یک قالب معتبر Twig نیست.',
    'This file is not a valid video.' => 'این فایل یک ویدئوی معتبر نیست.',
    'The size of the video could not be detected.' => 'اندازه ویدئو قابل تشخیص نبود.',
    'The video width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px.' => 'عرض ویدئو خیلی زیاد است ({{ width }}px). حداکثر عرض مجاز {{ max_width }}px می‌باشد.',
    'The video width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px.' => 'عرض ویدئو خیلی کم است ({{ width }}px). حداقل عرض مورد انتظار {{ min_width }}px می‌باشد.',
    'The video height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px.' => 'ارتفاع ویدئو خیلی زیاد است ({{ height }}px). حداکثر ارتفاع مجاز {{ max_height }}px می‌باشد.',
    'The video height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px.' => 'ارتفاع ویدئو خیلی کم است ({{ height }}px). حداقل ارتفاع مورد انتظار {{ min_height }}px می‌باشد.',
    'The video has too few pixels ({{ pixels }} pixels). Minimum amount expected is {{ min_pixels }} pixels.' => 'مقدار پیکسل‌های ویدئو خیلی کم است ({{ pixels }}px). حداقل مقدار مورد انتظار {{ min_pixels }}px می‌باشد.',
    'The video has too many pixels ({{ pixels }} pixels). Maximum amount expected is {{ max_pixels }} pixels.' => 'مقدار پیکسل‌های ویدئو خیلی زیاد است ({{ pixels }}px). حداکثر مقدار مورد انتظار {{ max_pixels }}px می‌باشد.',
    'The video ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}.' => 'نسبت ویدئو خیلی بزرگ است ({{ ratio }}). حداکثر نسبت مجاز {{ max_ratio }} است.',
    'The video ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}.' => 'نسبت ویدئو خیلی کوچک است ({{ ratio }}). نسبت حداقل مورد انتظار {{ min_ratio }} است.',
    'The video is square ({{ width }}x{{ height }}px). Square videos are not allowed.' => 'ویدئو مربعی است ({{ width }}x{{ height }}px). ویدئوهای مربعی مجاز نیستند.',
    'The video is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented videos are not allowed.' => 'ویدئو به صورت افقی است ({{ width }}x{{ height }} پیکسل). ویدئوهای افقی مجاز نیستند.',
    'The video is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented videos are not allowed.' => 'ویدئو به صورت عمودی است ({{ width }}x{{ height }}px). ویدئوهای عمودی مجاز نیستند.',
    'The video file is corrupted.' => 'فایل ویدئو خراب است.',
    'The video contains multiple streams. Only one stream is allowed.' => 'ویدئو شامل چندین استریم است. در صورتی که فقط یک استریم مجاز است.',
    'Unsupported video codec "{{ codec }}".' => 'قالب (کُدک) ویدئویی پشتیبانی نمی‌شود «{{ codec }}».',
    'Unsupported video container "{{ container }}".' => 'فرمت ویدئو پشتیبانی نمی‌شود "{{ container }}".',
    'The image file is corrupted.' => 'فایل تصویر خراب است.',
    'The image has too few pixels ({{ pixels }} pixels). Minimum amount expected is {{ min_pixels }} pixels.' => 'تصویر پیکسل‌های خیلی کمی دارد ({{ pixels }}px). حداقل مقدار مورد انتظار {{ min_pixels }}px می‌باشد.',
    'The image has too many pixels ({{ pixels }} pixels). Maximum amount expected is {{ max_pixels }} pixels.' => 'تصویر پیکسل‌های خیلی زیادی دارد ({{ pixels }}px). حداکثر مقدار مورد انتظار {{ max_pixels }}px می‌باشد.',
    'This filename does not match the expected charset.' => 'نام فایل مجاز نیست.',
    'This form should not contain extra fields.' => 'این فرم نباید شامل فیلدهای اضافی باشد.',
    'The uploaded file was too large. Please try to upload a smaller file.' => 'فایل بارگذاری‌شده بسیار بزرگ است. لطفاً فایل کوچک‌تری را بارگذاری نمایید.',
    'The CSRF token is invalid. Please try to resubmit the form.' => 'توکن CSRF نامعتبر است. لطفاً فرم را مجدداً ارسال نمایید.',
    'This value is not a valid HTML5 color.' => 'این مقدار یک رنگ معتبر HTML5  نیست.',
    'Please enter a valid birthdate.' => 'لطفاً یک تاریخ تولد معتبر وارد نمایید.',
    'The selected choice is invalid.' => 'گزینه‌ انتخاب‌ شده نامعتبر است.',
    'The collection is invalid.' => 'این مجموعه نامعتبر است.',
    'Please select a valid color.' => 'لطفاً یک رنگ معتبر انتخاب کنید.',
    'Please select a valid country.' => 'لطفاً یک کشور معتبر انتخاب کنید.',
    'Please select a valid currency.' => 'لطفاً یک واحد پول معتبر انتخاب کنید.',
    'Please choose a valid date interval.' => 'لطفاً یک بازه‌ زمانی معتبر انتخاب کنید.',
    'Please enter a valid date and time.' => 'لطفاً یک تاریخ و زمان معتبر وارد کنید.',
    'Please enter a valid date.' => 'لطفاً یک تاریخ معتبر وارد کنید.',
    'Please select a valid file.' => 'لطفاً یک فایل معتبر انتخاب کنید.',
    'The hidden field is invalid.' => 'فیلد مخفی نامعتبر است.',
    'Please enter an integer.' => 'لطفاً یک عدد صحیح وارد کنید.',
    'Please select a valid language.' => 'لطفاً یک زبان معتبر انتخاب کنید.',
    'Please select a valid locale.' => 'لطفاً یک منطقه‌جغرافیایی (locale) معتبر انتخاب کنید.',
    'Please enter a valid money amount.' => 'لطفاً یک مقدار پول معتبر وارد کنید.',
    'Please enter a number.' => 'لطفاً یک عدد وارد کنید.',
    'The password is invalid.' => 'رمزعبور نامعتبر است.',
    'Please enter a percentage value.' => 'لطفاً یک درصد معتبر وارد کنید.',
    'The values do not match.' => 'مقادیر تطابق ندارند.',
    'Please enter a valid time.' => 'لطفاً یک زمان معتبر وارد کنید.',
    'Please select a valid timezone.' => 'لطفاً یک منطقه‌زمانی معتبر وارد کنید.',
    'Please enter a valid URL.' => 'لطفاً یک URL معتبر وارد کنید.',
    'Please enter a valid search term.' => 'لطفاً یک عبارت جستجوی معتبر وارد کنید.',
    'Please provide a valid phone number.' => 'لطفاً یک شماره تلفن معتبر وارد کنید.',
    'The checkbox has an invalid value.' => 'کادر انتخاب (checkbox) دارای مقداری نامعتبر است.',
    'Please enter a valid email address.' => 'لطفاً یک آدرس رایانامه (ایمیل) معتبر وارد کنید.',
    'Please select a valid option.' => 'لطفاً یک گزینه‌ معتبر انتخاب کنید.',
    'Please select a valid range.' => 'لطفاً یک محدوده‌ معتبر انتخاب کنید.',
    'Please enter a valid week.' => 'لطفاً یک هفته‌ معتبر وارد کنید.',
  ),
  'security' => 
  array (
    'An authentication exception occurred.' => 'خطایی هنگام احراز هویت رخ داده است.',
    'Authentication credentials could not be found.' => 'شرایط احراز هویت یافت نشد.',
    'Authentication request could not be processed due to a system problem.' => 'درخواست احراز هویت به دلیل  وجود مشکل در سیستم قابل پردازش نمی باشد.',
    'Invalid credentials.' => 'احراز هویت نامعتبر می باشد.',
    'Cookie has already been used by someone else.' => 'Cookie قبلا توسط شخص دیگری استفاده گردیده است.',
    'Not privileged to request the resource.' => 'دسترسی لازم برای درخواست از این منبع را دارا نمی باشید.',
    'Invalid CSRF token.' => 'توکن CSRF معتبر نمی باشد.',
    'No authentication provider found to support the authentication token.' => 'هیچ ارائه دهنده احراز هویتی برای پشتیبانی از توکن احراز هویت پیدا نشد.',
    'No session available, it either timed out or cookies are not enabled.' => 'هیچ جلسه‌ای در دسترس نمی باشد. این میتواند به دلیل پایان یافتن زمان و یا فعال نبودن کوکی ها باشد.',
    'No token could be found.' => 'هیچ توکنی پیدا نشد.',
    'Username could not be found.' => 'نام ‌کاربری پیدا نشد.',
    'Account has expired.' => 'حساب کاربری منقضی گردیده است.',
    'Credentials have expired.' => 'مجوزهای احراز هویت منقضی گردیده‌اند.',
    'Account is disabled.' => 'حساب کاربری غیرفعال می باشد.',
    'Account is locked.' => 'حساب کاربری قفل گردیده است.',
    'Too many failed login attempts, please try again later.' => 'تلاش‌های ناموفق زیادی برای ورود صورت گرفته است، لطفاً بعداً دوباره امتحان کنید.',
    'Invalid or expired login link.' => 'لینک ورود نامعتبر یا تاریخ‌گذشته است.',
    'Too many failed login attempts, please try again in %minutes% minute.' => 'تلاش‌های ناموفق زیادی برای ورود صورت گرفته است، لطفاً %minutes% دقیقه دیگر دوباره امتحان کنید.',
    'Too many failed login attempts, please try again in %minutes% minutes.' => 'تعداد دفعات تلاش برای ورود بیش از حد زیاد است، لطفا پس از %minutes% دقیقه دوباره تلاش کنید.',
  ),
));

$catalogueEn = new MessageCatalogue('en', array (
  'validators' => 
  array (
    'This value should be false.' => 'This value should be false.',
    'This value should be true.' => 'This value should be true.',
    'This value should be of type {{ type }}.' => 'This value should be of type {{ type }}.',
    'This value should be blank.' => 'This value should be blank.',
    'The value you selected is not a valid choice.' => 'The value you selected is not a valid choice.',
    'You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices.' => 'You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices.',
    'You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices.' => 'You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices.',
    'One or more of the given values is invalid.' => 'One or more of the given values is invalid.',
    'This field was not expected.' => 'This field was not expected.',
    'This field is missing.' => 'This field is missing.',
    'This value is not a valid date.' => 'This value is not a valid date.',
    'This value is not a valid datetime.' => 'This value is not a valid datetime.',
    'This value is not a valid email address.' => 'This value is not a valid email address.',
    'The file could not be found.' => 'The file could not be found.',
    'The file is not readable.' => 'The file is not readable.',
    'The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.' => 'The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.',
    'The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.' => 'The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.',
    'This value should be {{ limit }} or less.' => 'This value should be {{ limit }} or less.',
    'This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less.' => 'This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less.',
    'This value should be {{ limit }} or more.' => 'This value should be {{ limit }} or more.',
    'This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more.' => 'This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more.',
    'This value should not be blank.' => 'This value should not be blank.',
    'This value should not be null.' => 'This value should not be null.',
    'This value should be null.' => 'This value should be null.',
    'This value is not valid.' => 'This value is not valid.',
    'This value is not a valid time.' => 'This value is not a valid time.',
    'This value is not a valid URL.' => 'This value is not a valid URL.',
    'The two values should be equal.' => 'The two values should be equal.',
    'The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}.' => 'The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}.',
    'The file is too large.' => 'The file is too large.',
    'The file could not be uploaded.' => 'The file could not be uploaded.',
    'This value should be a valid number.' => 'This value should be a valid number.',
    'This file is not a valid image.' => 'This file is not a valid image.',
    'This is not a valid IP address.' => 'This value is not a valid IP address.',
    'This value is not a valid language.' => 'This value is not a valid language.',
    'This value is not a valid locale.' => 'This value is not a valid locale.',
    'This value is not a valid country.' => 'This value is not a valid country.',
    'This value is already used.' => 'This value is already used.',
    'The size of the image could not be detected.' => 'The size of the image could not be detected.',
    'The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px.' => 'The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px.',
    'The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px.' => 'The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px.',
    'The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px.' => 'The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px.',
    'The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px.' => 'The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px.',
    'This value should be the user\'s current password.' => 'This value should be the user\'s current password.',
    'This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters.' => 'This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters.',
    'The file was only partially uploaded.' => 'The file was only partially uploaded.',
    'No file was uploaded.' => 'No file was uploaded.',
    'No temporary folder was configured in php.ini.' => 'No temporary folder was configured in php.ini, or the configured folder does not exist.',
    'Cannot write temporary file to disk.' => 'Cannot write temporary file to disk.',
    'A PHP extension caused the upload to fail.' => 'A PHP extension caused the upload to fail.',
    'This collection should contain {{ limit }} element or more.|This collection should contain {{ limit }} elements or more.' => 'This collection should contain {{ limit }} element or more.|This collection should contain {{ limit }} elements or more.',
    'This collection should contain {{ limit }} element or less.|This collection should contain {{ limit }} elements or less.' => 'This collection should contain {{ limit }} element or less.|This collection should contain {{ limit }} elements or less.',
    'This collection should contain exactly {{ limit }} element.|This collection should contain exactly {{ limit }} elements.' => 'This collection should contain exactly {{ limit }} element.|This collection should contain exactly {{ limit }} elements.',
    'Invalid card number.' => 'Invalid card number.',
    'Unsupported card type or invalid card number.' => 'Unsupported card type or invalid card number.',
    'This is not a valid International Bank Account Number (IBAN).' => 'This value is not a valid International Bank Account Number (IBAN).',
    'This value is not a valid ISBN-10.' => 'This value is not a valid ISBN-10.',
    'This value is not a valid ISBN-13.' => 'This value is not a valid ISBN-13.',
    'This value is neither a valid ISBN-10 nor a valid ISBN-13.' => 'This value is neither a valid ISBN-10 nor a valid ISBN-13.',
    'This value is not a valid ISSN.' => 'This value is not a valid ISSN.',
    'This value is not a valid currency.' => 'This value is not a valid currency.',
    'This value should be equal to {{ compared_value }}.' => 'This value should be equal to {{ compared_value }}.',
    'This value should be greater than {{ compared_value }}.' => 'This value should be greater than {{ compared_value }}.',
    'This value should be greater than or equal to {{ compared_value }}.' => 'This value should be greater than or equal to {{ compared_value }}.',
    'This value should be identical to {{ compared_value_type }} {{ compared_value }}.' => 'This value should be identical to {{ compared_value_type }} {{ compared_value }}.',
    'This value should be less than {{ compared_value }}.' => 'This value should be less than {{ compared_value }}.',
    'This value should be less than or equal to {{ compared_value }}.' => 'This value should be less than or equal to {{ compared_value }}.',
    'This value should not be equal to {{ compared_value }}.' => 'This value should not be equal to {{ compared_value }}.',
    'This value should not be identical to {{ compared_value_type }} {{ compared_value }}.' => 'This value should not be identical to {{ compared_value_type }} {{ compared_value }}.',
    'The image ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}.' => 'The image ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}.',
    'The image ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}.' => 'The image ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}.',
    'The image is square ({{ width }}x{{ height }}px). Square images are not allowed.' => 'The image is square ({{ width }}x{{ height }}px). Square images are not allowed.',
    'The image is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented images are not allowed.' => 'The image is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented images are not allowed.',
    'The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed.' => 'The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed.',
    'An empty file is not allowed.' => 'An empty file is not allowed.',
    'The host could not be resolved.' => 'The host could not be resolved.',
    'This value does not match the expected {{ charset }} charset.' => 'This value does not match the expected {{ charset }} charset.',
    'This is not a valid Business Identifier Code (BIC).' => 'This value is not a valid Business Identifier Code (BIC).',
    'Error' => 'Error',
    'This is not a valid UUID.' => 'This value is not a valid UUID.',
    'This value should be a multiple of {{ compared_value }}.' => 'This value should be a multiple of {{ compared_value }}.',
    'This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.' => 'This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.',
    'This value should be valid JSON.' => 'This value should be valid JSON.',
    'This collection should contain only unique elements.' => 'This collection should contain only unique elements.',
    'This value should be positive.' => 'This value should be positive.',
    'This value should be either positive or zero.' => 'This value should be either positive or zero.',
    'This value should be negative.' => 'This value should be negative.',
    'This value should be either negative or zero.' => 'This value should be either negative or zero.',
    'This value is not a valid timezone.' => 'This value is not a valid timezone.',
    'This password has been leaked in a data breach, it must not be used. Please use another password.' => 'This password has been leaked in a data breach, it must not be used. Please use another password.',
    'This value should be between {{ min }} and {{ max }}.' => 'This value should be between {{ min }} and {{ max }}.',
    'This value is not a valid hostname.' => 'This value is not a valid hostname.',
    'The number of elements in this collection should be a multiple of {{ compared_value }}.' => 'The number of elements in this collection should be a multiple of {{ compared_value }}.',
    'This value should satisfy at least one of the following constraints:' => 'This value should satisfy at least one of the following constraints:',
    'Each element of this collection should satisfy its own set of constraints.' => 'Each element of this collection should satisfy its own set of constraints.',
    'This value is not a valid International Securities Identification Number (ISIN).' => 'This value is not a valid International Securities Identification Number (ISIN).',
    'This value should be a valid expression.' => 'This value should be a valid expression.',
    'This value is not a valid CSS color.' => 'This value is not a valid CSS color.',
    'This value is not a valid CIDR notation.' => 'This value is not a valid CIDR notation.',
    'The value of the netmask should be between {{ min }} and {{ max }}.' => 'The value of the netmask should be between {{ min }} and {{ max }}.',
    'The filename is too long. It should have {{ filename_max_length }} character or less.|The filename is too long. It should have {{ filename_max_length }} characters or less.' => 'The filename is too long. It should have {{ filename_max_length }} character or less.|The filename is too long. It should have {{ filename_max_length }} characters or less.',
    'The password strength is too low. Please use a stronger password.' => 'The password strength is too low. Please use a stronger password.',
    'This value contains characters that are not allowed by the current restriction-level.' => 'This value contains characters that are not allowed by the current restriction-level.',
    'Using invisible characters is not allowed.' => 'Using invisible characters is not allowed.',
    'Mixing numbers from different scripts is not allowed.' => 'Mixing numbers from different scripts is not allowed.',
    'Using hidden overlay characters is not allowed.' => 'Using hidden overlay characters is not allowed.',
    'The extension of the file is invalid ({{ extension }}). Allowed extensions are {{ extensions }}.' => 'The extension of the file is invalid ({{ extension }}). Allowed extensions are {{ extensions }}.',
    'The detected character encoding is invalid ({{ detected }}). Allowed encodings are {{ encodings }}.' => 'The detected character encoding is invalid ({{ detected }}). Allowed encodings are {{ encodings }}.',
    'This value is not a valid MAC address.' => 'This value is not a valid MAC address.',
    'This URL is missing a top-level domain.' => 'This URL is missing a top-level domain.',
    'This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.' => 'This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.',
    'This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.' => 'This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.',
    'This value does not represent a valid week in the ISO 8601 format.' => 'This value does not represent a valid week in the ISO 8601 format.',
    'This value is not a valid week.' => 'This value is not a valid week.',
    'This value should not be before week "{{ min }}".' => 'This value should not be before week "{{ min }}".',
    'This value should not be after week "{{ max }}".' => 'This value should not be after week "{{ max }}".',
    'This value is not a valid Twig template.' => 'This value is not a valid Twig template.',
    'This file is not a valid video.' => 'This file is not a valid video.',
    'The size of the video could not be detected.' => 'The size of the video could not be detected.',
    'The video width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px.' => 'The video width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px.',
    'The video width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px.' => 'The video width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px.',
    'The video height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px.' => 'The video height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px.',
    'The video height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px.' => 'The video height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px.',
    'The video has too few pixels ({{ pixels }} pixels). Minimum amount expected is {{ min_pixels }} pixels.' => 'The video has too few pixels ({{ pixels }} pixels). Minimum amount expected is {{ min_pixels }} pixels.',
    'The video has too many pixels ({{ pixels }} pixels). Maximum amount expected is {{ max_pixels }} pixels.' => 'The video has too many pixels ({{ pixels }} pixels). Maximum amount expected is {{ max_pixels }} pixels.',
    'The video ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}.' => 'The video ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}.',
    'The video ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}.' => 'The video ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}.',
    'The video is square ({{ width }}x{{ height }}px). Square videos are not allowed.' => 'The video is square ({{ width }}x{{ height }}px). Square videos are not allowed.',
    'The video is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented videos are not allowed.' => 'The video is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented videos are not allowed.',
    'The video is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented videos are not allowed.' => 'The video is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented videos are not allowed.',
    'The video file is corrupted.' => 'The video file is corrupted.',
    'The video contains multiple streams. Only one stream is allowed.' => 'The video contains multiple streams. Only one stream is allowed.',
    'Unsupported video codec "{{ codec }}".' => 'Unsupported video codec "{{ codec }}".',
    'Unsupported video container "{{ container }}".' => 'Unsupported video container "{{ container }}".',
    'The image file is corrupted.' => 'The image file is corrupted.',
    'The image has too few pixels ({{ pixels }} pixels). Minimum amount expected is {{ min_pixels }} pixels.' => 'The image has too few pixels ({{ pixels }} pixels). Minimum amount expected is {{ min_pixels }} pixels.',
    'The image has too many pixels ({{ pixels }} pixels). Maximum amount expected is {{ max_pixels }} pixels.' => 'The image has too many pixels ({{ pixels }} pixels). Maximum amount expected is {{ max_pixels }} pixels.',
    'This filename does not match the expected charset.' => 'This filename does not match the expected charset.',
    'This form should not contain extra fields.' => 'This form should not contain extra fields.',
    'The uploaded file was too large. Please try to upload a smaller file.' => 'The uploaded file was too large. Please try to upload a smaller file.',
    'The CSRF token is invalid. Please try to resubmit the form.' => 'The CSRF token is invalid. Please try to resubmit the form.',
    'This value is not a valid HTML5 color.' => 'This value is not a valid HTML5 color.',
    'Please enter a valid birthdate.' => 'Please enter a valid birthdate.',
    'The selected choice is invalid.' => 'The selected choice is invalid.',
    'The collection is invalid.' => 'The collection is invalid.',
    'Please select a valid color.' => 'Please select a valid color.',
    'Please select a valid country.' => 'Please select a valid country.',
    'Please select a valid currency.' => 'Please select a valid currency.',
    'Please choose a valid date interval.' => 'Please choose a valid date interval.',
    'Please enter a valid date and time.' => 'Please enter a valid date and time.',
    'Please enter a valid date.' => 'Please enter a valid date.',
    'Please select a valid file.' => 'Please select a valid file.',
    'The hidden field is invalid.' => 'The hidden field is invalid.',
    'Please enter an integer.' => 'Please enter an integer.',
    'Please select a valid language.' => 'Please select a valid language.',
    'Please select a valid locale.' => 'Please select a valid locale.',
    'Please enter a valid money amount.' => 'Please enter a valid money amount.',
    'Please enter a number.' => 'Please enter a number.',
    'The password is invalid.' => 'The password is invalid.',
    'Please enter a percentage value.' => 'Please enter a percentage value.',
    'The values do not match.' => 'The values do not match.',
    'Please enter a valid time.' => 'Please enter a valid time.',
    'Please select a valid timezone.' => 'Please select a valid timezone.',
    'Please enter a valid URL.' => 'Please enter a valid URL.',
    'Please enter a valid search term.' => 'Please enter a valid search term.',
    'Please provide a valid phone number.' => 'Please provide a valid phone number.',
    'The checkbox has an invalid value.' => 'The checkbox has an invalid value.',
    'Please enter a valid email address.' => 'Please enter a valid email address.',
    'Please select a valid option.' => 'Please select a valid option.',
    'Please select a valid range.' => 'Please select a valid range.',
    'Please enter a valid week.' => 'Please enter a valid week.',
    'This value is not a valid phone number.' => 'This value is not a valid phone number.',
    'This value is not a valid fixed-line number.' => 'This value is not a valid fixed-line number.',
    'This value is not a valid mobile number.' => 'This value is not a valid mobile number.',
    'This value is not a valid pager number.' => 'This value is not a valid pager number.',
    'This value is not a valid personal number.' => 'This value is not a valid personal number.',
    'This value is not a valid premium-rate number.' => 'This value is not a valid premium-rate number.',
    'This value is not a valid shared-cost number.' => 'This value is not a valid shared-cost number.',
    'This value is not a valid toll-free number.' => 'This value is not a valid toll-free number.',
    'This value is not a valid UAN.' => 'This value is not a valid UAN.',
    'This value is not a valid VoIP number.' => 'This value is not a valid VoIP number.',
    'This value is not a valid voicemail access number.' => 'This value is not a valid voicemail access number.',
  ),
  'security' => 
  array (
    'An authentication exception occurred.' => 'An authentication exception occurred.',
    'Authentication credentials could not be found.' => 'Authentication credentials could not be found.',
    'Authentication request could not be processed due to a system problem.' => 'Authentication request could not be processed due to a system problem.',
    'Invalid credentials.' => 'Invalid credentials.',
    'Cookie has already been used by someone else.' => 'Cookie has already been used by someone else.',
    'Not privileged to request the resource.' => 'Not privileged to request the resource.',
    'Invalid CSRF token.' => 'Invalid CSRF token.',
    'No authentication provider found to support the authentication token.' => 'No authentication provider found to support the authentication token.',
    'No session available, it either timed out or cookies are not enabled.' => 'No session available, it either timed out or cookies are not enabled.',
    'No token could be found.' => 'No token could be found.',
    'Username could not be found.' => 'Username could not be found.',
    'Account has expired.' => 'Account has expired.',
    'Credentials have expired.' => 'Credentials have expired.',
    'Account is disabled.' => 'Account is disabled.',
    'Account is locked.' => 'Account is locked.',
    'Too many failed login attempts, please try again later.' => 'Too many failed login attempts, please try again later.',
    'Invalid or expired login link.' => 'Invalid or expired login link.',
    'Too many failed login attempts, please try again in %minutes% minute.' => 'Too many failed login attempts, please try again in %minutes% minute.',
    'Too many failed login attempts, please try again in %minutes% minutes.' => 'Too many failed login attempts, please try again in %minutes% minutes.',
  ),
  'messages+intl-icu' => 
  array (
    'carrier' => 'Carrier',
    'transport_mode' => 'Delivery mode',
    'weight' => 'Weight',
    'dimensions' => 'Dimensions',
  ),
  'messages' => 
  array (
    'vich_uploader.form_label.delete_confirm' => 'Delete?',
    'vich_uploader.link.download' => 'Download',
  ),
  'address+intl-icu' => 
  array (
    'address.name' => 'Identity',
    'address.clientName' => 'Client name',
    'address.deliveryAddress' => 'Delivery address',
    'address.zipcode' => 'Postal code',
    'address.city' => 'City',
    'address.country' => 'Country',
    'address.phone' => 'Phone',
    'address.email' => 'Email',
    'address.floor' => 'Floor',
    'address.accessCode' => 'Access code',
    'address.building' => 'Building',
  ),
  'issue+intl-icu' => 
  array (
    'description.APPOINTMENT_NOT_SCHEDULED' => 'Hello,

Appointment not scheduled - The customer has received three scheduling SMS messages but has still not booked an appointment.

The appointment booking link is located at the bottom.
',
    'description.EXPEDITION_STATUS_BREAKING_PARTIAL' => 'Hello,

Partial stock shortage: one or several products have not been prepared. Please check if the shortage is real and communicate to the FF customer if an EDI needs to be resent for preparation or if the shortage is real. Check if this impacts the customer appointment.

The tracking link is located at the bottom.
',
    'description.EXPEDITION_STATUS_BREAKING_TOTAL' => 'Hello,

Total stock shortage identified (if all shipment quantities of the order are 0), please check if the shortage is real and communicate to the FF customer if an EDI needs to be resent for preparation or if the shortage is real. Check if this impacts the customer appointment.

The tracking link is located at the bottom.
',
    'description.APPOINTMENT_CANCELLED' => 'Hello,

      Following a change in the delivery information, the initially scheduled time slot is no longer valid. Please inform the customer.

      The appointment scheduling link is located at the bottom.
            
            ',
    'description.LATE_RDV_EXPEDITION' => 'Hello,

The warehouse has still not shipped the order, the appointment chosen online by the customer cannot be respected -

Please inform the customer that their time slot will not be respected and that the carrier will reschedule the appointment with them.
          
          ',
    'description.EE_PREPA_KO' => 'Hello,

Damaged / lost by the warehouse.
          
          ',
    'description.EE_RETOUR_MARCHANDISE' => 'Hello,

Failure to collect the order, resulting in the return of the goods.
          
          ',
    'description.EE_COLIS_KO_MAUVAIS_COLIS' => 'Hello,

Preparation error: warehouse responsibility
          
          ',
    'description.EE_COLIS_KO_COLIS_ABIME' => 'Hello,

Damaged during preparation: carrier responsibility
          
          ',
    'description.EE_COLIS_KO_COLIS_MANQUANT' => 'Hello,

Damaged / lost with the carrier: carrier responsibility
          
          ',
    'description.CANCELLATION_WITH_PREPARATION' => 'Hello,

                                The shipment could not be canceled because the status changed to "Shipped." Please check the shipments associated with this customer to avoid a duplicate shipment or a shipment sent after a withdrawal.
                          
                          ',
    'description.DAMAGED_AT_CARRIER' => 'Hello,

One or more parcels have been reported as damaged upon arrival at the carrier.

Please check the incident details and take appropriate action.

The tracking link is located at the bottom.

',
    'description.MISSING_AT_CARRIER' => 'Hello,

One or more parcels have been reported as missing upon arrival at the carrier.

Please check the incident details and take appropriate action.

The tracking link is located at the bottom.

',
    'description.PREPARATION_ERROR' => 'Hello,

A preparation error has been identified: wrong parcel received for the order.

Please check the incident details and take appropriate action.

The tracking link is located at the bottom.

',
    'description.PARCEL_SUFFERING' => 'Hello,

A misrouted parcel has been reported (suffering).

Please check the incident details and take appropriate action.

The tracking link is located at the bottom.

',
    'description.CLIENT_ABSENT' => 'Hello,

The client was not present at the scheduled delivery.

The order has been rescheduled for redelivery, and we have sent a new appointment scheduling link to your client.
',
    'description.CLIENT_ABSENT_REPEAT' => 'Hello,

The client was not present at the scheduled delivery.

The order has been rescheduled for redelivery, and we have sent a new appointment scheduling link to your client.

WARNING: THE CLIENT HAS ALREADY BEEN ABSENT. PLEASE CHECK IF ADDITIONAL CHARGES ARE REQUIRED.
',
  ),
  'expedition+intl-icu' => 
  array (
    'delivery_option.take_back' => 'Take back old product',
  ),
  'gender' => 
  array (
    'gender.MISTER' => 'Mister',
    'gender.MADAM' => 'Madam',
    'gender.STE' => 'Company',
    'gender.DCT' => 'Doctor',
  ),
  'kolisoft_event' => 
  array (
    'SMS_CONSUMER_SENT' => 'Appointment proposed to consumer',
    'EMAIL_CONSUMER_SENT' => 'Appointment proposed to consumer',
    'SMS_CONSUMER_REMINDER_SENT' => 'Appointment reminder sent to consumer',
    'EMAIL_CONSUMER_REMINDER_SENT' => 'Appointment reminder sent to consumer',
    'SMS_SENT' => 'SMS sent',
    'EMAIL_SENT' => 'Email sent',
    'DELIVERED' => 'Order collected',
    'DELIVERED_TO_ANOTHER' => 'Order collected',
    'DELIVERED_CONTACTLESS' => 'Order collected',
    'DELIVERED_TO_ANOTHER_CONTACTLESS' => 'Order collected',
    'DELIVERED_WITH_RESERVATIONS' => 'Order collected with reservations',
    'DELIVERED_WITH_RESERVATIONS_TO_ANOTHER' => 'Order collected with reservations',
    'DELIVERED_WITH_RESERVATIONS_CONTACTLESS' => 'Order collected with reservations',
    'DELIVERED_WITH_RESERVATIONS_TO_ANOTHER_CONTACTLESS' => 'Order collected with reservations',
    'REFUSED_CONSUMER_CONVENIENCE' => 'Order refused by consumer',
    'REFUSED_CONSUMER_BROKEN' => 'Order refused by consumer',
    'REFUSED_CONSUMER_REFERENCE' => 'Order refused by consumer',
    'REFUSED_NOT_CLAIMED' => 'Order not collected in time',
    'RETURNED_CANCELLATION' => 'Order returned',
    'RETURNED_CONVENIENCE' => 'Order returned',
    'RETURNED_BROKEN_CONSUMER' => 'Order returned',
    'RETURNED_DAMAGED_RELAY' => 'Order returned',
    'RETURNED_REFUSED_RELAY' => 'Order returned',
    'RETURNED_REFERENCE_RELAY' => 'Order returned',
    'RETURNED_REFERENCE_CONSUMER' => 'Order returned',
    'RETURNED_BROKEN_STOCK' => 'Order returned',
    'RETURNED_ROGUE' => 'Order returned',
  ),
  'subject+intl-icu' => 
  array (
    'appointment.booking' => 'Hello Mr/Ms {name}, please book an appointment for your order
{company}, number {order_number} here:
{link}
        ',
    'return.appointment.booking' => 'Hello Mr/Ms {name},
Please book an appointment for your pickup with {company}, number {order_number} here:
{link}
        ',
    'delivery.with.return.appointment.booking' => 'Hello Mr/Ms {name},
Please book an appointment for your delivery and pickup with {company}, number {order_number} here:
{link}
        ',
    'confirmation.delivery.slot' => 'Hello, your appointment scheduled for {slot} for your {company} order – {order_number} has been confirmed.
        ',
    'return.confirmation.delivery.slot' => 'Hello, your appointment scheduled for {slot} for your {company} pickup – {order_number} has been confirmed.',
    'delivery.with.return.confirmation.delivery.slot' => 'Hello, your appointment scheduled for {slot} for your {company} order and pickup – {order_number} has been confirmed.',
    'xxl.survey' => 'Hello Mr/Ms {name}, your order {company}, number {order_number} requires information about access conditions: {link}',
  ),
  'tdi_event' => 
  array (
    'OK_COLLECTED' => 'Picked up or compliant arrival',
    'OK_IN_TRANST' => 'Picked up or compliant arrival',
    'OK_OUT_FOR_D' => 'Out for delivery',
    'OK_WITHDRAWA' => 'Picked up by the delivery agency',
    'OK_EDI' => 'Order being processed for pickup',
    'TD_DELAYED' => 'Late pickup or delayed arrival',
    'TA_ANOMALY' => 'Reservations for identified damages',
    'DC_CANCELED' => 'Cancellation',
    'OK_DELIVERED' => 'Delivery or dock reception compliant',
    'DN_NC_DELIV' => 'Delivered with various reservations',
    'DR_REFUSED' => 'Pending: refused for various or unspecified reasons',
    'TDSHP_DELAY' => 'Late pickup or delayed arrival',
    'TDCRR_DELAY' => 'Not loaded',
    'TDCSG_DELAY' => 'Delivery postponed by recipient',
    'TDEXT_DSTBCE' => 'Late',
    'TA_OPENED' => 'Non-compliant arrival',
    'TA_DAMAGED' => 'Damage',
    'TA_MISSG' => 'Partially missing package',
    'TA_MISSDOC' => 'Partially missing package',
    'TASHP_ANOMLY' => 'Non-compliant arrival',
    'TACRR_ANOMLY' => 'Non-compliant arrival',
    'DC_MISSG' => 'Cancellation',
    'DC_DAMAGED' => 'Cancellation',
    'DC_MISSDOC' => 'Cancellation',
    'DC_RETURNED' => 'Cancellation',
    'DCSHP_CANCEL' => 'Cancellation',
    'DCCRR_CANCEL' => 'Cancellation',
    'DN_OPENED' => 'Reservations for identified damages',
    'DN_DAMAGED' => 'Reservations for identified damages',
    'DN_MISSG' => 'Partially missing package',
    'DN_MISSDOC' => 'Partially missing package',
    'DNSHP_NCDLIV' => 'Delivered with various reservations',
    'DNCRR_NCDLIV' => 'Delivered with various reservations',
    'DR_OPENED' => 'Pending: refused for various or unspecified reasons',
    'DR_DAMAGED' => 'Pending: refused for damage',
    'DR_MISSG' => 'Pending: refused for partial loss',
    'DR_MISSDOC' => 'Pending: refused due to missing document',
    'DR_TODESTROY' => 'Pending: refused for various or unspecified reasons',
    'DRSHP_REFUSD' => 'Pending: refused for various or unspecified reasons',
    'DRCRR_REFUSD' => 'Pending: refused for various or unspecified reasons',
    'DRCSG_REFUSD' => 'Pending: refused for various or unspecified reasons',
    'OK_APPT_NEED' => 'Waiting for delivery date',
    'OK_APPT_DATE' => 'Mandatory delivery date',
    'OK_APPT_NOTI' => 'Mandatory delivery date',
    'ADM' => 'ADM',
    'C_LITIGATION' => 'Out for delivery',
    'DN_NEIGHBR' => 'Delivery or dock reception compliant',
    'DRSHP_ORDER' => 'Pending: refused for various or unspecified reasons',
    'POD' => 'Out for delivery',
    'TACRR_LOST' => 'Pending: refused for various or unspecified reasons',
    'TACRR_MISSG' => 'Non-compliant arrival',
    'TASHP_DAMAGD' => 'Non-compliant arrival',
    'TASHP_EXCESS' => 'Non-compliant arrival',
    'TASHP_MISSG' => 'Non-compliant arrival',
    'TASHP_TMISSG' => 'Non-compliant arrival',
    'TDCSG_ABSENT' => 'Pending: refused for various or unspecified reasons',
    'TDCSG_ACCESS' => 'Pending: refused for various or unspecified reasons',
    'TDCSG_APPNMT' => 'Pending: refused for various or unspecified reasons',
    'TDCSG_RQDATE' => 'Out for delivery',
    'TDCSG_UNRCHB' => 'Pending: refused for various or unspecified reasons',
    'T_STRGH_OUT' => 'Picked up or compliant arrival',
  ),
  'teliae_customer_message' => 
  array (
    'EVENT_AAR_AVA' => 'A verification is in progress on your parcel',
    'EVENT_AAR_CFM' => 'Your parcel has arrived at the carrier',
    'EVENT_AAR_MQP' => 'A verification is in progress on your order',
    'EVENT_AAR_MQT' => 'We are carrying out checks on your order',
    'EVENT_AAR_NCF' => 'A verification is in progress on your parcel',
    'EVENT_AAR_RCA' => 'A verification is in progress on your parcel',
    'EVENT_AAR_TAR' => 'Your parcel is in transit with a slight delay',
    'EVENT_AEC_CFM' => 'Your parcel is on its way',
    'EVENT_ANN_RDV' => 'Delivery has been unscheduled with the carrier',
    'EVENT_CHG_CFM' => 'Your parcel is on its way',
    'EVENT_COM_CFM' => 'Your order has been registered by the carrier',
    'EVENT_DCH_CFM' => 'Your parcel is on its way',
    'EVENT_DCH_DDT' => 'Your parcel is continuing its journey',
    'EVENT_DIF_CAD' => 'We need clarification on your address to complete the delivery',
    'EVENT_DIF_NCG' => 'Your parcel will be dispatched on the next departure',
    'EVENT_DIF_PRE' => 'Your parcel is on its way',
    'EVENT_ECH_CFM' => 'Your parcel is on its way',
    'EVENT_ENE_DIV' => 'Your order is being processed',
    'EVENT_EPC_CFM' => 'Your order has been registered by the carrier',
    'EVENT_EXP_CFM' => 'Your parcel is on its way',
    'EVENT_LIV_CFM' => 'Your parcel has been successfully delivered',
    'EVENT_LIV_DIV' => 'Your parcel has been delivered — our customer service is at your disposal',
    'EVENT_LIV_MQP' => 'Your parcel has been delivered — our customer service is at your disposal',
    'EVENT_LIV_RCA' => 'Your parcel has been delivered — our customer service is at your disposal',
    'EVENT_LIV_RSY' => 'Your parcel has been delivered — our customer service is at your disposal',
    'EVENT_MLV_ARS' => 'Your parcel is available at your pick-up point',
    'EVENT_MLV_CFM' => 'Your parcel is out for delivery',
    'EVENT_MLV_MQP' => 'A verification is in progress on your order',
    'EVENT_PAQ_CFM' => 'Your parcel has been successfully delivered',
    'EVENT_PAQ_MQP' => 'A verification is in progress on your order',
    'EVENT_PAQ_RCA' => 'A verification is in progress on your parcel',
    'EVENT_PCH_AVA' => 'A verification is in progress on your parcel',
    'EVENT_PCH_CFM' => 'Your parcel has been picked up by the carrier',
    'EVENT_PCH_MQP' => 'A verification is in progress on your parcel',
    'EVENT_PCH_MQT' => 'A verification is in progress on your parcel',
    'EVENT_PCH_RCA' => 'A verification is in progress on your parcel',
    'EVENT_POD_CFM' => 'Your parcel has been delivered — proof of delivery available',
    'EVENT_QDI_AVA' => 'The carrier tried to contact you without success',
    'EVENT_QDI_AVI' => 'The carrier tried to contact you without success',
    'EVENT_QDI_CAD' => 'We need clarification on your address to complete the delivery',
    'EVENT_QDI_NRV' => 'The carrier has contacted you to schedule the delivery',
    'EVENT_REN_AVA' => 'Delivery could not be completed — we are processing your case',
    'EVENT_REN_AVI' => 'We were unable to deliver — we are rescheduling a delivery',
    'EVENT_REN_DAF' => 'We stopped by but you were not available',
    'EVENT_REN_DEM' => 'We stopped by but you were not available',
    'EVENT_REN_DIA' => 'We stopped by but you were not available',
    'EVENT_REN_DIV' => 'Delivery could not be completed — we are processing your case',
    'EVENT_REN_DOC' => 'Delivery could not be completed — a document is required',
    'EVENT_REN_FCO' => 'The delivery point was closed — a new delivery will be scheduled',
    'EVENT_REN_FHB' => 'The delivery point was closed — a new delivery will be scheduled',
    'EVENT_REN_FMA' => 'An exceptional event prevented the delivery — it will be rescheduled',
    'EVENT_REN_GPO' => 'Delivery could not be completed — we are verifying the access information',
    'EVENT_REN_LNA' => 'Delivery could not be completed — an address change is in progress',
    'EVENT_REN_MQP' => 'Delivery could not be completed — we are processing your case',
    'EVENT_REN_NJU' => 'Delivery could not be completed — we are processing your case',
    'EVENT_REN_NRV' => 'Delivery could not be completed — a new delivery will be scheduled',
    'EVENT_REN_PAM' => 'A technical issue prevented the delivery — it will be rescheduled',
    'EVENT_REN_PCO' => 'Delivery could not be completed — we are verifying the access information',
    'EVENT_REN_SNC' => 'Delivery could not be completed — we are processing your case',
    'EVENT_REN_TAR' => 'Delivery could not be completed — we are processing your case',
    'EVENT_RSD_NRV' => 'Your delivery is scheduled',
    'EVENT_RSD_VAL' => 'Your delivery is scheduled',
    'EVENT_RST_AVA' => 'A verification is in progress on your parcel',
    'EVENT_RST_BRT' => 'Your parcel is on its way',
    'EVENT_RST_CAD' => 'We need clarification on your address',
    'EVENT_RST_DAF' => 'We stopped by but you were not available',
    'EVENT_RST_DIL' => 'Your delivery is scheduled',
    'EVENT_RST_DOC' => 'A document verification is in progress',
    'EVENT_RST_FCO' => 'Your parcel is in transit, delivery will resume very soon',
    'EVENT_RST_FHB' => 'Your parcel is in transit, delivery will resume very soon',
    'EVENT_RST_LDF' => 'Your delivery is scheduled for the agreed date',
    'EVENT_RST_MQP' => 'A verification is in progress on your order',
    'EVENT_RST_MQT' => 'We are carrying out checks on your order',
    'EVENT_RST_NCG' => 'Your parcel will be dispatched on the next departure',
    'EVENT_RST_PRE' => 'Your parcel is on its way',
    'EVENT_SOL_ANN' => 'Your order has been cancelled — our customer service is at your disposal',
    'EVENT_SOL_DOS' => 'Your case is being processed',
    'EVENT_SOL_MAR' => 'Your order could not be completed — our customer service will contact you',
    'EVENT_SOL_MQD' => 'Your order could not be completed — our customer service will contact you',
    'EVENT_SOL_REI' => 'Your parcel is being rerouted',
    'EVENT_SOL_REO' => 'Your parcel is being processed',
    'EVENT_REN_PAS' => 'Delivery could not be completed — the items did not fit at your location',
    'EVENT_MLV_TAR' => 'The delivery tour is running late',
  ),
  'teliae_event' => 
  array (
    'EVENT_001' => 'Transmission received',
    'EVENT_002' => 'Scheduled pickup',
    'EVENT_010' => 'Goods departure closed',
    'EVENT_011' => 'Waiting time too long',
    'EVENT_012' => 'Sender address unknown',
    'EVENT_013' => 'Notification required',
    'EVENT_014' => 'Force majeure weather conditions',
    'EVENT_015' => 'Vehicle damage',
    'EVENT_016' => 'No goods received',
    'EVENT_017' => 'Unsuccessful pickup',
    'EVENT_018' => 'Picked up - Arrived for sorting at',
    'EVENT_030' => 'Out for delivery',
    'EVENT_031' => 'Goods receipt closed',
    'EVENT_032' => 'Waiting time too long',
    'EVENT_033' => 'Unknown address',
    'EVENT_034' => 'Recipient notified',
    'EVENT_035' => 'Routing error',
    'EVENT_036' => 'Notification required',
    'EVENT_037' => 'Force majeure weather conditions',
    'EVENT_038' => 'Vehicle damage',
    'EVENT_039' => 'Unsuccessful delivery attempt',
    'EVENT_040' => 'Refused: Incomplete goods',
    'EVENT_098' => 'Delivered to alternate depot',
    'EVENT_099' => 'Delivered',
    'EVENT_3CA' => '3 unsuccessful contact attempts',
    'EVENT_AAR_ATT' => 'Awaiting receipt at distribution warehouse',
    'EVENT_AAR_AVA' => 'Arrival: Damage',
    'EVENT_AAR_CEX' => 'Arrival: Surplus parcel',
    'EVENT_AAR_CFM' => 'Arrival: Compliant pickup or arrival',
    'EVENT_AAR_DDT' => 'Arrival: Cleared through customs',
    'EVENT_AAR_DOC' => 'Arrival: Missing document',
    'EVENT_AAR_DVY' => 'Arrival: Misrouted',
    'EVENT_AAR_LOC' => 'Arrived at regional agency',
    'EVENT_AAR_MQP' => 'Arrival: Partial shortage',
    'EVENT_AAR_MQT' => 'Arrival: Total missing parcel',
    'EVENT_AAR_NCF' => 'Arrival: Non-compliant arrival',
    'EVENT_AAR_OUV' => 'Arrival: Open parcel',
    'EVENT_AAR_PIC' => 'Arrival: Photo attached',
    'EVENT_AAR_PNT' => 'Arrival: Parcel(s) scanned',
    'EVENT_AAR_PRE' => 'Preparation error',
    'EVENT_AAR_PVE' => 'Arrival: Visibly incorrect weight',
    'EVENT_AAR_RCA' => 'Arrival: Reservations for characterized damage',
    'EVENT_AAR_RGT' => 'Arrival: Shortage regularization',
    'EVENT_AAR_RMA' => 'Arrival: Reservations for shortage and damage',
    'EVENT_AAR_TAR' => 'Arrival: Late pickup or arrival',
    'EVENT_AAR_VVE' => 'Arrival: Visibly incorrect volume',
    'EVENT_AEC_ARI' => 'Shipment in transit: Arrival of transport means at intermediate site',
    'EVENT_AEC_ARS' => 'Shipment in transit: Arrival of transport means at delivery site',
    'EVENT_AEC_ATT' => 'Shipment in transit: Waiting',
    'EVENT_AEC_CFM' => 'Shipment in transit: Transit in progress, compliant',
    'EVENT_AEC_DDC' => 'Shipment in transit: Customs clearance in progress',
    'EVENT_AEC_DDR' => 'Shipment in transit: Customs clearance refused',
    'EVENT_AEC_DDT' => 'Shipment in transit: Cleared through customs',
    'EVENT_AEC_DES' => 'Shipment in transit: Departure of transport means from intermediate site',
    'EVENT_AEC_ETA' => 'Shipment in transit: Estimated arrival date',
    'EVENT_AEC_FMA' => 'Shipment in transit: Force majeure',
    'EVENT_AEC_GPS' => 'Shipment in transit: GPS tracking / Temperature',
    'EVENT_AEC_INC' => 'Shipment in transit: Traffic restriction',
    'EVENT_AEC_INT' => 'Shipment in transit: Bad weather',
    'EVENT_AEC_OPT' => 'Shipment in transit: Technical operation (relay, unhitch, dock, etc.)',
    'EVENT_AEC_PAM' => 'Shipment in transit: Mechanical breakdown',
    'EVENT_AEC_TAR' => 'Shipment in transit: Late transit (behind schedule)',
    'EVENT_AMB_DRV' => 'Unanswered call',
    'EVENT_ANB_RDV' => 'Unanswered call',
    'EVENT_ANL_DAE' => 'Cancellation of a pickup request',
    'EVENT_ANL_DAR' => 'Cancellation of a pickup request',
    'EVENT_ANL_EGR' => 'Cancellation of a pickup request',
    'EVENT_ANL_RFA' => 'Cancellation of a pickup request',
    'EVENT_ANN_RDV' => 'Response to an information/instruction request: Cancellation of delivery appointment slot',
    'EVENT_ATN_CFM' => 'Traction cancellation',
    'EVENT_AVA_AVA' => 'Damage declaration',
    'EVENT_AVA_EGT' => 'Lost by pickup point',
    'EVENT_AVA_EMR' => 'Lost by Mondial Relay',
    'EVENT_AVA_VOL' => 'Stolen',
    'EVENT_CAL' => 'Consulted',
    'EVENT_CFH_DCA' => 'Customer absent at delivery',
    'EVENT_CFH_DCR' => 'Refused at delivery',
    'EVENT_CHG_CEX' => 'Transfer: Surplus parcel',
    'EVENT_CHG_CFM' => 'Transfer: Compliant shipment',
    'EVENT_CHG_MQP' => 'Transfer: Partial shortage',
    'EVENT_CHG_MQT' => 'Transfer: Total missing parcel',
    'EVENT_CHG_PIC' => 'Transfer: Photo attached',
    'EVENT_CHG_PNT' => 'Transfer: Parcel(s) scanned',
    'EVENT_CHG_RCA' => 'Transfer: Reservations for characterized damage',
    'EVENT_CHG_RMA' => 'Transfer: Reservations for shortage and damage',
    'EVENT_CMR_HE' => 'Delivery in progress',
    'EVENT_CMT_CMT' => 'Other',
    'EVENT_COM_CFM' => 'Communication: Compliant communication',
    'EVENT_CON_SHD' => 'Delivered to recipient',
    'EVENT_COP_RE' => 'Delivery appointment scheduled',
    'EVENT_COP_REA' => 'Unanswered call',
    'EVENT_COP_REP' => 'Delivery rescheduled by recipient',
    'EVENT_CSP_ABS' => 'Parcel not received at pickup point',
    'EVENT_CSP_CFM' => 'Additional instruction',
    'EVENT_CSP_GPD' => 'Extended storage period at pickup point',
    'EVENT_DAE_CFM' => 'Cancellation notice - lost parcel',
    'EVENT_DAR_CFM' => 'Invoice cancellation notice',
    'EVENT_DCA' => 'Customer absent at delivery',
    'EVENT_DCH_AVA' => 'Unloading at transit platform: Damage',
    'EVENT_DCH_CEX' => 'Unloading at transit platform: Surplus parcel',
    'EVENT_DCH_CFM' => 'Unloading at transit platform: Compliant pickup or arrival',
    'EVENT_DCH_DDT' => 'Unloading at transit platform: Cleared through customs',
    'EVENT_DCH_DOC' => 'Unloading at transit platform: Missing document',
    'EVENT_DCH_DVY' => 'Unloading at transit platform: Misrouted',
    'EVENT_DCH_MQP' => 'Unloading at transit platform: Partial shortage',
    'EVENT_DCH_MQT' => 'Unloading at transit platform: Total missing parcel',
    'EVENT_DCH_OUV' => 'Unloading at transit platform: Open parcel',
    'EVENT_DCH_PIC' => 'Unloading at transit platform: Photo attached',
    'EVENT_DCH_PNT' => 'Unloading at transit platform: Parcel(s) scanned',
    'EVENT_DCH_PVE' => 'Unloading at transit platform: Visibly incorrect weight',
    'EVENT_DCH_RCA' => 'Unloading at transit platform: Reservations for characterized damage',
    'EVENT_DCH_RGT' => 'Unloading at transit platform: Shortage regularization',
    'EVENT_DCH_RMA' => 'Unloading at transit platform: Reservations for shortage and damage',
    'EVENT_DCH_TAR' => 'Unloading at transit platform: Late pickup or arrival',
    'EVENT_DCH_VVE' => 'Unloading at transit platform: Visibly incorrect volume',
    'EVENT_DEV_CFM' => 'Misrouted to another pickup point',
    'EVENT_DIF_AVA' => 'Deferred at departure: Damage',
    'EVENT_DIF_BRT' => 'Deferred at departure: Held at office',
    'EVENT_DIF_CAD' => 'Deferred at departure: Address supplement',
    'EVENT_DIF_CEX' => 'Deferred at departure: Surplus parcel',
    'EVENT_DIF_DAF' => 'Deferred at departure: Recipient closed or absent',
    'EVENT_DIF_DDC' => 'Deferred at departure: Customs clearance in progress',
    'EVENT_DIF_DDR' => 'Deferred at departure: Customs clearance refused',
    'EVENT_DIF_DIL' => 'Deferred at departure: Mandatory delivery date',
    'EVENT_DIF_DLP' => 'Deferred at departure: Proposed delivery date to recipient',
    'EVENT_DIF_DOC' => 'Deferred at departure: Missing document',
    'EVENT_DIF_DVY' => 'Deferred at departure: Misrouted',
    'EVENT_DIF_FCO' => 'Deferred at departure: Closed for holidays or inventory',
    'EVENT_DIF_FHB' => 'Deferred at departure: Weekly closure',
    'EVENT_DIF_FMA' => 'Deferred at departure: Force majeure',
    'EVENT_DIF_GPO' => 'Deferred at departure: Problem with received geographic position',
    'EVENT_DIF_INT' => 'Deferred at departure: Bad weather',
    'EVENT_DIF_LDF' => 'Deferred at departure: Fixed-day delivery',
    'EVENT_DIF_LPT' => 'Deferred at departure: Next round delivery',
    'EVENT_DIF_MQP' => 'Deferred at departure: Partial shortage',
    'EVENT_DIF_MQT' => 'Deferred at departure: Total missing parcel',
    'EVENT_DIF_NCG' => 'Deferred at departure: Not loaded',
    'EVENT_DIF_OUV' => 'Deferred at departure: Open parcel',
    'EVENT_DIF_PAM' => 'Deferred at departure: Mechanical breakdown',
    'EVENT_DIF_PIC' => 'Deferred at departure: Photo attached',
    'EVENT_DIF_PNT' => 'Deferred at departure: Parcel(s) scanned',
    'EVENT_DIF_PRE' => 'Deferred at departure: Pre-notified',
    'EVENT_DIF_PVI' => 'Deferred at departure: Awaiting instructions (from recipient)',
    'EVENT_DIF_RAP' => 'Deferred at departure: Appointment to be scheduled',
    'EVENT_DIF_RCA' => 'Deferred at departure: Reservations for characterized damage',
    'EVENT_DIF_RMA' => 'Deferred at departure: Reservations for shortage and damage',
    'EVENT_DIF_TAR' => 'Deferred at departure: Late pickup or arrival',
    'EVENT_DMG' => 'Potential claim CL',
    'EVENT_DMK' => 'Accepted with reservations',
    'EVENT_DMT' => 'Potential claim during delivery round',
    'EVENT_DO1' => 'Partially completed',
    'EVENT_DON' => 'Completed',
    'EVENT_DPC_CFM' => 'EDI flow integrated awaiting parcel receipt',
    'EVENT_DSP' => 'Available',
    'EVENT_ECH_CEX' => 'Pickup completed: Surplus parcel',
    'EVENT_ECH_CFM' => 'Pickup completed: Compliant pickup',
    'EVENT_ECH_DDT' => 'Pickup completed: Cleared through customs',
    'EVENT_ECH_DES' => 'Pickup completed: Departure of transport means from site (loading location)',
    'EVENT_ECH_DIL' => 'Pickup completed: Mandatory pickup date',
    'EVENT_ECH_DLP' => 'Pickup completed: Proposed delivery date',
    'EVENT_ECH_DOC' => 'Pickup completed: Pickup carried out despite missing document',
    'EVENT_ECH_FIN' => 'Pickup completed: End of loading',
    'EVENT_ECH_MQP' => 'Pickup completed: Partial shortage',
    'EVENT_ECH_NCF' => 'Pickup completed: Non-compliant',
    'EVENT_ECH_OUV' => 'Pickup completed: Open parcel',
    'EVENT_ECH_PIC' => 'Pickup completed: Photo attached',
    'EVENT_ECH_PVE' => 'Pickup completed: Weight differs from expected',
    'EVENT_ECH_RCA' => 'Pickup completed: Reservations for characterized damage',
    'EVENT_ECH_RMA' => 'Pickup completed: Reservations for shortage and damage',
    'EVENT_ECH_VVE' => 'Pickup completed: Volume differs from expected',
    'EVENT_EDI_CAD' => 'Awaiting pickup: Address supplement',
    'EVENT_EDI_DAF' => 'Awaiting pickup: Sender closed or absent',
    'EVENT_EDI_DDC' => 'Awaiting pickup: Customs clearance in progress',
    'EVENT_EDI_DDR' => 'Awaiting pickup: Customs clearance refused',
    'EVENT_EDI_DIL' => 'Awaiting pickup: Mandatory pickup date',
    'EVENT_EDI_DLP' => 'Awaiting pickup: Proposed pickup date',
    'EVENT_EDI_DOC' => 'Awaiting pickup: Missing document',
    'EVENT_EDI_FCO' => 'Awaiting pickup: Closed for holidays or inventory',
    'EVENT_EDI_FHB' => 'Awaiting pickup: Weekly closure',
    'EVENT_EDI_LDF' => 'Awaiting pickup: Fixed-day pickup',
    'EVENT_EDI_LPT' => 'Awaiting pickup: Deferred pickup',
    'EVENT_EDI_NCG' => 'Awaiting pickup: Not loaded',
    'EVENT_EDI_PRE' => 'Awaiting pickup: Pre-notified',
    'EVENT_EDI_TAR' => 'Awaiting pickup: Late',
    'EVENT_EML_ARS' => 'On pickup round: Arrival of transport means at site (loading location)',
    'EVENT_EML_CFM' => 'On pickup round: Pickup in progress',
    'EVENT_EML_DEB' => 'On pickup round: Start of loading',
    'EVENT_EML_DES' => 'On pickup round: Departure from carrier site',
    'EVENT_EML_DIR' => 'Email sent - parcel available at pickup point',
    'EVENT_EML_FIN' => 'On pickup round: End of loading',
    'EVENT_EML_REL' => 'Email sent - parcel available at pickup point',
    'EVENT_ENE_AVA' => 'Pickup not completed (after round): Refused - damage',
    'EVENT_ENE_AVI' => 'Pickup not completed (after round): Sender notified',
    'EVENT_ENE_CAD' => 'Pickup not completed (after round): Address supplement',
    'EVENT_ENE_DAF' => 'Pickup not completed (after round): Sender closed or absent',
    'EVENT_ENE_DDC' => 'Pickup not completed (after round): Customs clearance in progress',
    'EVENT_ENE_DDR' => 'Pickup not completed (after round): Customs clearance refused',
    'EVENT_ENE_DEM' => 'Pickup not completed (after round): Sender relocated',
    'EVENT_ENE_DES' => 'Pickup not completed (after round): Departure of transport means from site (loading location)',
    'EVENT_ENE_DIA' => 'Pickup not completed (after round): Sender unknown at address',
    'EVENT_ENE_DIV' => 'Pickup not completed (after round): Refused - miscellaneous or no reason',
    'EVENT_ENE_DOC' => 'Pickup not completed (after round): Refused - missing document',
    'EVENT_ENE_FCO' => 'Pickup not completed (after round): Closed for holidays or inventory',
    'EVENT_ENE_FHB' => 'Pickup not completed (after round): Weekly closure',
    'EVENT_ENE_FMA' => 'Pickup not completed (after round): Force majeure',
    'EVENT_ENE_INT' => 'Pickup not completed (after round): Bad weather',
    'EVENT_ENE_LNA' => 'Pickup not completed (after round): Pick up at a new address',
    'EVENT_ENE_MQP' => 'Pickup not completed (after round): Partial shortages',
    'EVENT_ENE_MQT' => 'Pickup not completed (after round): Goods not available',
    'EVENT_ENE_NCF' => 'Pickup not completed (after round): Refused - non-compliant',
    'EVENT_ENE_NJU' => 'Pickup not completed (after round): Unjustified',
    'EVENT_ENE_NRV' => 'Pickup not completed (after round): New appointment',
    'EVENT_ENE_PAM' => 'Pickup not completed (after round): Mechanical breakdown',
    'EVENT_ENE_PCO' => 'Pickup not completed (after round): Coded door',
    'EVENT_ENE_PIC' => 'Pickup not completed (after round): Photo attached',
    'EVENT_ENE_PNT' => 'Pickup not completed (after round): Parcel(s) scanned',
    'EVENT_ENE_PVE' => 'Pickup not completed (after round): Weight differs from expected',
    'EVENT_ENE_RMA' => 'Pickup not completed (after round): Reservations for shortage and damage',
    'EVENT_ENE_TAR' => 'Pickup not completed (after round): Refused - pickup too late',
    'EVENT_ENE_VVE' => 'Pickup not completed (after round): Volume differs from expected',
    'EVENT_ENL_ANC' => 'Pickup cancelled by customer',
    'EVENT_ENL_PRE' => 'Customer notified - destination not accessible',
    'EVENT_ENL_RPT' => 'Pickup rescheduled by customer',
    'EVENT_ENV_CFM' => 'Parcel sent to Mondial Relay',
    'EVENT_EPC_CFM' => 'Order transmitted: Pickup request acknowledged',
    'EVENT_EPC_NCF' => 'Order transmitted: Pickup request refused',
    'EVENT_ERR' => 'Delivery issues on the principal\'s side',
    'EVENT_ERR_CFM' => 'Parcel returned at customer request',
    'EVENT_EXP_CEX' => 'Shipped: Surplus parcel',
    'EVENT_EXP_CFM' => 'Shipped: Compliant shipment',
    'EVENT_EXP_DOC' => 'Shipped: Missing document',
    'EVENT_EXP_MQP' => 'Shipped: Partial shortage',
    'EVENT_EXP_PIC' => 'Shipped: Photo attached',
    'EVENT_EXP_PNT' => 'Shipped: Parcel(s) scanned',
    'EVENT_EXP_RCA' => 'Shipped: Reservations for characterized damage',
    'EVENT_EXP_RMA' => 'Shipped: Reservations for shortage and damage',
    'EVENT_EXP_TRA' => 'In preparation',
    'EVENT_FPA_CFM' => 'End of pre-carriage (end of pickup): Pre-carriage as agreed / Pre carriage as agreed',
    'EVENT_FPA_DIV' => 'End of pre-carriage (end of pickup): Miscellaneous anomalies / Miscellaneous anomalies',
    'EVENT_FPA_DOC' => 'End of pre-carriage (end of pickup): Missing document / Missing document',
    'EVENT_FPA_MQP' => 'End of pre-carriage (end of pickup): Anomaly for missing package(s) / Anomaly for missing package(s)',
    'EVENT_FPA_NEM' => 'End of pre-carriage (end of pickup): Receipt not signed - not returned / Receipt not signed - not returned',
    'EVENT_FPA_RCA' => 'End of pre-carriage (end of pickup): Reserves for characterized damage / Reserves for characterized damage',
    'EVENT_FPA_RMA' => 'End of pre-carriage (end of pickup): Reserves for missing package and damage / Reserves for missing package and damage',
    'EVENT_FPA_RSY' => 'End of pre-carriage (end of pickup): Automatic anomalies / Automatic anomalies',
    'EVENT_FPA_SPO' => 'End of pre-carriage (end of pickup): Anomaly for plundered / Anomaly for plundered',
    'EVENT_GES_CO2' => 'Greenhouse gas (emission report): Carbon dioxide emission',
    'EVENT_HDM_AG' => 'Received at HUB',
    'EVENT_INF_CAL' => 'Carrier attempted to contact customer 3 times without success',
    'EVENT_INF_CNF' => 'Appointment scheduled',
    'EVENT_INS_ABS' => 'Customer absent at delivery',
    'EVENT_INS_AER' => 'Incorrect address',
    'EVENT_INS_AVA' => 'Damage',
    'EVENT_INS_INC' => 'Incomplete upon receipt',
    'EVENT_INS_PAD' => 'Recipient unknown at address',
    'EVENT_INS_REF' => 'Refused at delivery',
    'EVENT_INS_RRE' => 'Pickup point return',
    'EVENT_INV_ABS' => 'Parcel absent during inventory',
    'EVENT_INV_CFM' => 'Parcel present during inventory',
    'EVENT_INV_RET' => 'Parcel declared returned during inventory',
    'EVENT_LIT_ANN' => 'Dispute: Dispute case cancellation',
    'EVENT_LIT_AVA' => 'Dispute: Dispute case opened for damage',
    'EVENT_LIT_DIV' => 'Dispute: Dispute case opened for miscellaneous reasons',
    'EVENT_LIT_MQD' => 'Dispute: Dispute case opened for definitive shortage',
    'EVENT_LIT_OU1' => 'Goods damaged in warehouse',
    'EVENT_LIT_SOL' => 'Dispute: Dispute case closed after processing',
    'EVENT_LIT_SPO' => 'Dispute: Dispute case opened for pilferage',
    'EVENT_LIV_ATP' => 'Delivery completed: Delivery made but additional service to be performed',
    'EVENT_LIV_AVA' => 'Delivered with damage',
    'EVENT_LIV_CEX' => 'Delivered with surplus',
    'EVENT_LIV_CFM' => 'Delivery completed: Compliant delivery',
    'EVENT_LIV_DEM' => 'Delivered to recipient without barcode scan',
    'EVENT_LIV_DES' => 'Delivery completed: Departure of transport means from site',
    'EVENT_LIV_DIV' => 'Delivery completed: Miscellaneous reservations',
    'EVENT_LIV_DOC' => 'Delivery completed: Missing document',
    'EVENT_LIV_FIN' => 'Delivery completed: End of unloading',
    'EVENT_LIV_GAR' => 'Delivery completed',
    'EVENT_LIV_MQP' => 'Delivery completed: Reservations for missing parcel(s)',
    'EVENT_LIV_MQT' => 'Total shortage at delivery',
    'EVENT_LIV_NEM' => 'Delivery completed: Receipt not signed / not returned',
    'EVENT_LIV_OUV' => 'Delivered with open parcel',
    'EVENT_LIV_PIN' => 'Compliant delivery or dock pickup',
    'EVENT_LIV_RAC' => 'Delivered with damage',
    'EVENT_LIV_RCA' => 'Delivery completed: Reservations for characterized damage',
    'EVENT_LIV_RDI' => 'Delivered with miscellaneous reservations',
    'EVENT_LIV_RMA' => 'Delivery completed: Reservations for shortage and damage',
    'EVENT_LIV_RSY' => 'Delivery completed: Systematic reservations',
    'EVENT_LIV_RTI' => 'Delivery completed',
    'EVENT_LIV_SPO' => 'Delivery completed: Reservations for pilferage',
    'EVENT_LIV_TIE' => 'Delivered to a third party',
    'EVENT_LIV_VOI' => 'Delivery completed',
    'EVENT_LOS' => 'Goods lost',
    'EVENT_MLV_ARS' => 'Out for delivery: Arrival of transport means at site (delivery location)',
    'EVENT_MLV_ARX' => 'Available at alternative pickup location',
    'EVENT_MLV_CEX' => 'Out for delivery: Surplus parcel',
    'EVENT_MLV_CFM' => 'Out for delivery: Compliant shipment',
    'EVENT_MLV_DEB' => 'Out for delivery: Start of unloading',
    'EVENT_MLV_DOC' => 'Out for delivery: Missing document',
    'EVENT_MLV_DVY' => 'Out for delivery: Misrouted to another pickup point',
    'EVENT_MLV_MLV' => 'Departed from distribution center',
    'EVENT_MLV_MQP' => 'Out for delivery: Partial shortage',
    'EVENT_MLV_PIC' => 'Out for delivery: Photo attached',
    'EVENT_MLV_PNT' => 'Out for delivery: Parcel(s) scanned',
    'EVENT_MLV_PRL' => 'Out for delivery: Deposited at pickup point',
    'EVENT_MLV_RCA' => 'Out for delivery: Reservations for characterized damage',
    'EVENT_MLV_RMA' => 'Out for delivery: Reservations for shortage and damage',
    'EVENT_NDV' => 'Not delivered',
    'EVENT_NEW' => 'Newly created',
    'EVENT_NTF' => 'Notified',
    'EVENT_PAQ_CFM' => 'Picked up at dock: Compliant delivery',
    'EVENT_PAQ_DIV' => 'Picked up at dock: Miscellaneous reservations',
    'EVENT_PAQ_DOC' => 'Picked up at dock: Missing document',
    'EVENT_PAQ_FIN' => 'Picked up at dock: End of unloading',
    'EVENT_PAQ_MQP' => 'Picked up at dock: Reservations for missing parcel(s)',
    'EVENT_PAQ_NEM' => 'Picked up at dock: Receipt not signed / not returned',
    'EVENT_PAQ_RCA' => 'Picked up at dock: Reservations for characterized damage',
    'EVENT_PAQ_RMA' => 'Picked up at dock: Reservations for shortage and damage',
    'EVENT_PAQ_RSY' => 'Picked up at dock: Systematic reservations',
    'EVENT_PAQ_SPO' => 'Picked up at dock: Reservations for pilferage',
    'EVENT_PCH_AVA' => 'Pickup: Damage',
    'EVENT_PCH_CEX' => 'Pickup: Surplus parcel',
    'EVENT_PCH_CFM' => 'Pickup: Compliant pickup or arrival',
    'EVENT_PCH_DDT' => 'Pickup: Cleared through customs',
    'EVENT_PCH_DOC' => 'Pickup: Missing document',
    'EVENT_PCH_DVY' => 'Pickup: Misrouted',
    'EVENT_PCH_MQP' => 'Pickup: Partial shortage',
    'EVENT_PCH_MQT' => 'Pickup: Total missing parcel',
    'EVENT_PCH_NCF' => 'Pickup: Non-compliant arrival',
    'EVENT_PCH_OUV' => 'Pickup: Open parcel',
    'EVENT_PCH_PIC' => 'Pickup: Photo attached',
    'EVENT_PCH_PNT' => 'Pickup: Parcel(s) scanned',
    'EVENT_PCH_PVE' => 'Pickup: Visibly incorrect weight',
    'EVENT_PCH_RCA' => 'Pickup: Reservations for characterized damage',
    'EVENT_PCH_RGT' => 'Pickup: Shortage regularization',
    'EVENT_PCH_RMA' => 'Pickup: Reservations for shortage and damage',
    'EVENT_PCH_TAR' => 'Pickup: Late pickup or arrival',
    'EVENT_PCH_VVE' => 'Pickup: Visibly incorrect volume',
    'EVENT_PCR_PCR' => 'Out for delivery',
    'EVENT_PEC_CFM' => 'Picked up by delivery agency',
    'EVENT_PLI_CRD' => 'Mail - home pickup',
    'EVENT_PLI_D3S' => 'Mail - 3S parcel available at pickup point',
    'EVENT_PLI_DIR' => 'Mail - parcel available at pickup point',
    'EVENT_PLI_INS' => 'Mail - parcel held at agency',
    'EVENT_PMR_CF1' => 'Being sorted at Mondial Relay',
    'EVENT_PMR_CFM' => 'Picked up',
    'EVENT_PMR_DEF' => 'Picked up',
    'EVENT_PMR_EMB' => 'Picked up',
    'EVENT_PMR_NLU' => 'Not read by Mondial Relay',
    'EVENT_PMR_REB' => 'Rejected by Mondial Relay',
    'EVENT_POC_CFM' => 'Electronic proof of collection: Compliant',
    'EVENT_POC_DSP' => 'Electronic proof of collection: Image available',
    'EVENT_POC_MQT' => 'Electronic proof of collection: Missing image',
    'EVENT_POC_NID' => 'Electronic proof of collection: Not indexed',
    'EVENT_POD_CFM' => 'Electronic proof of delivery: Compliant',
    'EVENT_POD_DSP' => 'Electronic proof of delivery: Image available. SCANNING REPORT only.',
    'EVENT_POD_MQT' => 'Electronic proof of delivery: Missing image. SCANNING REPORT only.',
    'EVENT_POD_NID' => 'Electronic proof of delivery: Not indexed. SCANNING REPORT only.',
    'EVENT_PR1' => 'Partially in processing',
    'EVENT_PRG' => 'In processing',
    'EVENT_PRI_RDV' => 'Appointment scheduling',
    'EVENT_QDI_AVA' => 'Request for instructions: Damage',
    'EVENT_QDI_AVI' => 'Request for instructions: Recipient notified without response',
    'EVENT_QDI_CAD' => 'Request for instructions: Address supplement',
    'EVENT_QDI_DAF' => 'Request for instructions: Recipient closed (until dd/mm/yy)',
    'EVENT_QDI_DIV' => 'Request for instructions: Miscellaneous',
    'EVENT_QDI_DOC' => 'Request for instructions: Missing document',
    'EVENT_QDI_LNA' => 'Request for instructions: Recipient requests delivery to a new address',
    'EVENT_QDI_MQP' => 'Request for instructions: Missing parcel(s)',
    'EVENT_QDI_NRV' => 'Request for instructions: New appointment',
    'EVENT_QDI_OVI' => 'Request for instructions: Parcel without information',
    'EVENT_QDI_PCO' => 'Request for instructions: Coded door',
    'EVENT_QDI_SNC' => 'Request for instructions: Refused - not ordered',
    'EVENT_QDI_SPD' => 'Request for instructions: Freight collect refused',
    'EVENT_QDI_SPL' => 'Request for instructions: Partial hold',
    'EVENT_QDI_SPO' => 'Request for instructions: Pilferage',
    'EVENT_QDI_SRB' => 'Request for instructions: Cash on delivery refused',
    'EVENT_QDI_TAR' => 'Request for instructions: Delivery too late',
    'EVENT_QIN_AVR' => 'Information/inquiry request: Missing parcel search notice (with conditional POD)',
    'EVENT_QIN_CRA' => 'Information/inquiry request: Delivery receipt dispute',
    'EVENT_QIN_CRT' => 'Information/inquiry request: Request for cash on delivery payment return',
    'EVENT_QIN_DER' => 'Information/inquiry request: Request for latest status',
    'EVENT_QIN_DIV' => 'Information/inquiry request: Miscellaneous request (+ TXT)',
    'EVENT_QIN_EMA' => 'Information/inquiry request: Request for signed receipt',
    'EVENT_QIN_HIS' => 'Information/inquiry request: Request for shipment history',
    'EVENT_RAQ_AVA' => 'Remaining at transit platform dock: Damage',
    'EVENT_RAQ_CEX' => 'Remaining at transit platform dock: Surplus parcel',
    'EVENT_RAQ_DOC' => 'Remaining at transit platform dock: Missing document',
    'EVENT_RAQ_DVY' => 'Remaining at transit platform dock: Misrouted',
    'EVENT_RAQ_FMA' => 'Remaining at transit platform dock: Force majeure',
    'EVENT_RAQ_INT' => 'Remaining at transit platform dock: Bad weather',
    'EVENT_RAQ_NCG' => 'Remaining at transit platform dock: Not loaded',
    'EVENT_RAQ_OUV' => 'Remaining at transit platform dock: Open parcel',
    'EVENT_RAQ_PAM' => 'Remaining at transit platform dock: Mechanical breakdown',
    'EVENT_RAQ_PIC' => 'Remaining at transit platform dock: Photo attached',
    'EVENT_RAQ_PNT' => 'Remaining at transit platform dock: Parcel(s) scanned',
    'EVENT_RAQ_RCA' => 'Remaining at transit platform dock: Reservations for characterized damage',
    'EVENT_RAQ_RMA' => 'Remaining at transit platform dock: Reservations for shortage and damage',
    'EVENT_RAQ_TAR' => 'Remaining at transit platform dock: Late pickup or arrival',
    'EVENT_RDV_AFF' => 'Delivery slot refinement',
    'EVENT_RDV_CFM' => 'Appointment scheduled',
    'EVENT_RDV_HCV' => 'Appointment scheduled',
    'EVENT_RDV_PRE' => 'Recipient pre-notified of appointment',
    'EVENT_RDV_PRI' => 'Appointment scheduled',
    'EVENT_RE1' => 'Partial refusal of acceptance',
    'EVENT_REF' => 'Refusal of acceptance',
    'EVENT_REN_AIN' => 'Not delivered at scheduled appointment',
    'EVENT_REN_ARV' => 'Recipient closed or absent',
    'EVENT_REN_ATT' => 'Delivery not completed (after round): Waiting time too long',
    'EVENT_REN_AVA' => 'Delivery not completed (after round): Refused - damage',
    'EVENT_REN_AVI' => 'Delivery not completed (after round): Recipient notified',
    'EVENT_REN_CAD' => 'Delivery not completed (after round): Address supplement',
    'EVENT_REN_CEX' => 'Refused due to surplus parcel',
    'EVENT_REN_DAF' => 'Delivery not completed (after round): Recipient closed or absent',
    'EVENT_REN_DCO' => 'Refused - missing document',
    'EVENT_REN_DEM' => 'Delivery not completed (after round): Recipient relocated',
    'EVENT_REN_DES' => 'Delivery not completed (after round): Departure of transport means from site',
    'EVENT_REN_DIA' => 'Delivery not completed (after round): Recipient unknown at address',
    'EVENT_REN_DIR' => 'Redirect to another direction',
    'EVENT_REN_DIV' => 'Delivery not completed (after round): Refused - miscellaneous or no reason',
    'EVENT_REN_DNA' => 'Recipient not accessible',
    'EVENT_REN_DOC' => 'Delivery not completed (after round): Refused - missing document',
    'EVENT_REN_EXD' => 'Refused due to surplus parcel',
    'EVENT_REN_FCO' => 'Delivery not completed (after round): Closed for holidays or inventory',
    'EVENT_REN_FHB' => 'Delivery not completed (after round): Weekly closure',
    'EVENT_REN_FMA' => 'Delivery not completed (after round): Force majeure',
    'EVENT_REN_GPO' => 'Delivery not completed (after round): Problem with received geographic position',
    'EVENT_REN_INT' => 'Delivery not completed (after round): Bad weather',
    'EVENT_REN_LNA' => 'Delivery not completed (after round): Deliver to a new address',
    'EVENT_REN_MQP' => 'Delivery not completed (after round): Refused - partial shortage',
    'EVENT_REN_MQT' => 'Total shortage at delivery',
    'EVENT_REN_NJU' => 'Delivery not completed (after round): Unjustified',
    'EVENT_REN_NRV' => 'Delivery not completed (after round): New appointment',
    'EVENT_REN_OUV' => 'Delivery not completed (after round): Open parcel',
    'EVENT_REN_PAM' => 'Delivery not completed (after round): Mechanical breakdown',
    'EVENT_REN_PCO' => 'Delivery not completed (after round): Coded door',
    'EVENT_REN_PIC' => 'Delivery not completed (after round): Photo attached',
    'EVENT_REN_RCA' => 'Refused with characterized reservations',
    'EVENT_REN_RGT' => 'Returned with partial regularization',
    'EVENT_REN_RMA' => 'Delivery not completed (after round): Reservations for shortage and damage',
    'EVENT_REN_SDI' => 'Miscellaneous hold',
    'EVENT_REN_SMP' => 'Incomplete upon receipt',
    'EVENT_REN_SNC' => 'Delivery not completed (after round): Refused - not ordered',
    'EVENT_REN_SPD' => 'Delivery not completed (after round): Freight collect refused',
    'EVENT_REN_SPL' => 'Delivery not completed (after round): Partial hold',
    'EVENT_REN_SPO' => 'Delivery not completed (after round): Refused - pilferage',
    'EVENT_REN_SRB' => 'Delivery not completed (after round): Cash on delivery refused',
    'EVENT_REN_SRD' => 'Late',
    'EVENT_REN_SSM' => 'Refused at delivery',
    'EVENT_REN_TAR' => 'Delivery not completed (after round): Refused - delivery too late',
    'EVENT_REN_TVE' => 'Delivery not completed (after round): Refused - non-compliant temperature',
    'EVENT_REX_CFM' => 'Reshipment notice',
    'EVENT_RF1' => 'Goods partially ready',
    'EVENT_RFS' => 'Goods ready',
    'EVENT_RSD_ADR' => 'Response to an information/instruction request: New address',
    'EVENT_RSD_CPO' => 'Response to an information/instruction request: Scan confirmation (parcel number optional)',
    'EVENT_RSD_DIV' => 'Response to an information/instruction request: Miscellaneous responses/information (+ comments)',
    'EVENT_RSD_DOC' => 'Response to an information/instruction request: Document to follow',
    'EVENT_RSD_ICI' => 'Response to an information/instruction request: Shipment found (parcel number optional)',
    'EVENT_RSD_LAC' => 'Response to an information/instruction request: Redeliver with cash on delivery',
    'EVENT_RSD_LAP' => 'Response to an information/instruction request: Redeliver with freight collect',
    'EVENT_RSD_LSC' => 'Response to an information/instruction request: Redeliver without cash on delivery',
    'EVENT_RSD_LSP' => 'Response to an information/instruction request: Redeliver without freight collect',
    'EVENT_RSD_MQD' => 'Response to an information/instruction request: Definitive shortage',
    'EVENT_RSD_NRV' => 'Response to an information/instruction request: New appointment (+ date)',
    'EVENT_RSD_PVU' => 'Response to an information/instruction request: Shipment not found (parcel number optional)',
    'EVENT_RSD_REI' => 'Response to an information/instruction request: Return on instructions',
    'EVENT_RSD_RGL' => 'Response to an information/instruction request: Shortage regularization (shipment of the missing item)',
    'EVENT_RSD_RLV' => 'Response to an information/instruction request: Redeliver',
    'EVENT_RSD_VAL' => 'Response to an information/instruction request: Delivery slot confirmation',
    'EVENT_RST_ANC' => 'Delivery cancellation',
    'EVENT_RST_ATT' => 'Awaiting delivery date',
    'EVENT_RST_AVA' => 'Remaining at delivery center dock: Damage',
    'EVENT_RST_AVI' => 'Delivery date modified',
    'EVENT_RST_BRT' => 'Remaining at delivery center dock: Held at office',
    'EVENT_RST_CAD' => 'Remaining at delivery center dock: Address supplement',
    'EVENT_RST_CEX' => 'Remaining at delivery center dock: Surplus parcel',
    'EVENT_RST_DAF' => 'Remaining at delivery center dock: Recipient closed or absent',
    'EVENT_RST_DDC' => 'Remaining at delivery center dock: Customs clearance in progress',
    'EVENT_RST_DDR' => 'Remaining at delivery center dock: Customs clearance refused',
    'EVENT_RST_DIL' => 'Remaining at delivery center dock: Mandatory delivery date',
    'EVENT_RST_DLP' => 'Remaining at delivery center dock: Proposed delivery date to recipient',
    'EVENT_RST_DOC' => 'Remaining at delivery center dock: Missing document',
    'EVENT_RST_DVY' => 'Remaining at delivery center dock: Misrouted',
    'EVENT_RST_FCO' => 'Remaining at delivery center dock: Closed for holidays or inventory',
    'EVENT_RST_FHB' => 'Remaining at delivery center dock: Weekly closure',
    'EVENT_RST_FMA' => 'Remaining at delivery center dock: Force majeure',
    'EVENT_RST_GPO' => 'Remaining at delivery center dock: Problem with received geographic position',
    'EVENT_RST_INT' => 'Remaining at delivery center dock: Bad weather',
    'EVENT_RST_LDF' => 'Remaining at delivery center dock: Fixed-day delivery',
    'EVENT_RST_LPT' => 'Remaining at delivery center dock: Next round delivery',
    'EVENT_RST_MQP' => 'Remaining at delivery center dock: Partial shortage',
    'EVENT_RST_MQT' => 'Remaining at delivery center dock: Total missing parcel',
    'EVENT_RST_NCG' => 'Remaining at delivery center dock: Not loaded',
    'EVENT_RST_OUV' => 'Remaining at delivery center dock: Open parcel',
    'EVENT_RST_PAM' => 'Remaining at delivery center dock: Mechanical breakdown',
    'EVENT_RST_PIC' => 'Remaining at delivery center dock: Photo attached',
    'EVENT_RST_PNT' => 'Remaining at delivery center dock: Parcel(s) scanned',
    'EVENT_RST_PRE' => 'Remaining at delivery center dock: Pre-notified',
    'EVENT_RST_PVI' => 'Remaining at delivery center dock: Awaiting instructions (from recipient)',
    'EVENT_RST_RAP' => 'Remaining at delivery center dock: Appointment to be scheduled',
    'EVENT_RST_RCA' => 'Remaining at delivery center dock: Reservations for characterized damage',
    'EVENT_RST_RMA' => 'Remaining at delivery center dock: Reservations for shortage and damage',
    'EVENT_RST_RPT' => 'Delivery rescheduled by recipient',
    'EVENT_RST_SOU' => 'Customer hold: No appointment scheduled',
    'EVENT_RST_TAR' => 'Remaining at delivery center dock: Late pickup or arrival',
    'EVENT_RU1' => 'Partial delivery in progress',
    'EVENT_RUN' => 'Delivery in progress',
    'EVENT_SAD_ADD' => 'Instructions: Addition of a service',
    'EVENT_SAD_DEL' => 'Instructions: Removal of a service',
    'EVENT_SEQ_AVA' => 'Equipment tracking: Damage',
    'EVENT_SEQ_CFM' => 'Equipment tracking: Compliant',
    'EVENT_SEQ_MQP' => 'Equipment tracking: Partial shortage',
    'EVENT_SEQ_MQT' => 'Equipment tracking: Total shortage',
    'EVENT_SEQ_NRD' => 'Equipment tracking: Not returned',
    'EVENT_SMS_D3S' => 'SMS - 3S parcel available at pickup point',
    'EVENT_SMS_DIR' => 'SMS - parcel available at pickup point',
    'EVENT_SMS_PC' => 'SMS sent to customer for appointment scheduling',
    'EVENT_SMS_REL' => 'Mail - unclaimed parcel',
    'EVENT_SMS_SMS' => 'SMS notification',
    'EVENT_SOE_ANN' => 'Pickup not completed (after round): Cancellation of a pickup order - Pickup closure',
    'EVENT_SOL_ANN' => 'Settled: Cancellation',
    'EVENT_SOL_DDR' => 'Settled: Customs clearance refused',
    'EVENT_SOL_DOS' => 'Settled: Dispute case opened',
    'EVENT_SOL_MAR' => 'Settled: Scrapped',
    'EVENT_SOL_MQD' => 'Settled: Definitive shortage',
    'EVENT_SOL_REI' => 'Settled: Return or reshipment on instruction',
    'EVENT_SOL_REO' => 'Settled: Automatic return',
    'EVENT_SOL_RXD' => 'Settled: Rerouting of misrouted or other salvage return',
    'EVENT_SOL_RXI' => 'Sent to Vente-unique.com',
    'EVENT_STO' => 'Cancelled',
    'EVENT_SUP_SUP' => 'Order deleted (sent twice)',
    'EVENT_TCN_CFM' => 'Shipped to hub',
    'EVENT_TER' => 'Given a deadline',
    'EVENT_TO1' => 'Goods partially withdrawn',
    'EVENT_TOT_RA' => 'Shipped to delivery agency',
    'EVENT_TOV' => 'Goods withdrawn',
    'EVENT_TRA_TO' => 'Picked up by delivery agency',
    'EVENT_TRN_CFM' => 'Out for delivery round',
    'EVENT_TRN_DEV' => 'Misrouted during round',
    'EVENT_TRN_PRE' => 'Presentation',
    'EVENT_TRN_PRS' => 'Customer absent at delivery',
    'EVENT_TRN_REC' => 'Picked up by pickup point',
    'EVENT_TRN_REF' => 'Refused at delivery',
    'EVENT_TRN_REM' => 'Available at chosen pickup location',
    'EVENT_TRN_RET' => 'Return to agency',
    'EVENT_TRN_RSF' => 'Refused at delivery',
    'EVENT_TXT_FAC' => 'Billed shipment',
    'EVENT_VER' => 'Invoiced',
    'EVENT_VOC_REL' => 'Voice call - Follow-up',
    'EVENT_W24' => 'Reserved for 24 hours',
    'EVENT_WAI' => 'Order on hold',
    'EVENT_WHI' => 'In storage',
    'EVENT_REN_PAS' => 'Delivery not completed (return from tour): Cannot pass',
    'EVENT_MLV_TAR' => 'Out for delivery: Tour running late',
  ),
  'tracking+intl-icu' => 
  array (
    'deliveryOption' => 'Delivery option {number}',
    'nbParcels' => 'Parcel number',
    'designation' => 'Designation',
    'parcelNumber' => 'Parcel n° {number}',
    'step.integrated' => 'Order integrated',
    'step.shipping' => 'Preparing',
    'step.shipped' => 'Shipped',
    'step.inTransit' => 'In transit',
    'step.delivering' => 'Delivery in progress',
    'step.delivered' => 'Delivered !',
    'takeInCharge' => 'Your order <strong>{trackingNumber}</strong> is taken in account by',
    'deliveredBy' => 'Delivery will be processed by carrier',
    'deliveryAt' => 'Delivery at',
    'trackingLink' => 'You can access to carrier tracking page <a href="{trackingUrl}" target="_blank">here</a>',
    'receiptButton' => 'Delivery receipt',
    'deliveryInfo' => 'Delivery information',
    'parcelInfo' => 'Parcels information',
    'invalidCredentials' => 'Incorrect name or postal code',
  ),
  'transport_type+intl-icu' => 
  array (
    'mode.eco' => 'Economic',
    'mode.standard' => 'Standard',
    'mode.unpacking' => 'Standard with unpacking',
    'mode.mounting' => 'Standard with mounting',
    'mode.postal' => 'Post mail',
  ),
));
$catalogue->addFallbackCatalogue($catalogueEn);

return $catalogue;
