diff --git a/ru/admin/catalog/category.php b/ru/admin/catalog/category.php
index c52bac8c297..80648946ee8 100644
--- a/ru/admin/catalog/category.php
+++ b/ru/admin/catalog/category.php
@@ -8,7 +8,6 @@
$_['text_add'] = 'Добавление категории';
$_['text_edit'] = 'Редактирование категории';
$_['text_filter'] = 'Фильтр';
-$_['text_default'] = 'По умолчанию';
$_['text_general'] = 'Общее';
$_['text_meta'] = 'Метатеги';
$_['text_keyword'] = 'Не используйте пробелы, вместо этого заменяйте пробелы на - и убедитесь, что Семантический URL-адрес является глобально уникальным.';
diff --git a/ru/admin/catalog/information.php b/ru/admin/catalog/information.php
index a6337775ffa..a7ef37e7de5 100644
--- a/ru/admin/catalog/information.php
+++ b/ru/admin/catalog/information.php
@@ -7,7 +7,6 @@
$_['text_list'] = 'Список информации';
$_['text_add'] = 'Добавление информации';
$_['text_edit'] = 'Редактирование информации';
-$_['text_default'] = 'По умолчанию';
$_['text_general'] = 'Общее';
$_['text_meta'] = 'Метатеги';
$_['text_keyword'] = 'Не используйте пробелы, вместо этого заменяйте пробелы на - и убедитесь, что Семантический URL-адрес является глобально уникальным.';
diff --git a/ru/admin/catalog/manufacturer.php b/ru/admin/catalog/manufacturer.php
index 69cdd686067..7e148abfa45 100644
--- a/ru/admin/catalog/manufacturer.php
+++ b/ru/admin/catalog/manufacturer.php
@@ -7,7 +7,8 @@
$_['text_list'] = 'Список производителей';
$_['text_add'] = 'Добавление производителя';
$_['text_edit'] = 'Редактирование производителя';
-$_['text_default'] = 'По умолчанию';
+$_['text_general'] = 'Общее';
+$_['text_meta'] = 'Метатеги';
$_['text_keyword'] = 'Не используйте пробелы, вместо этого заменяйте пробелы на - и убедитесь, что Семантический URL-адрес является глобально уникальным.';
// Column
@@ -18,6 +19,10 @@
// Entry
$_['entry_name'] = 'Имя производителя';
+$_['entry_description'] = 'Описание';
+$_['entry_meta_title'] = 'Мета-тег Title';
+$_['entry_meta_keyword'] = 'Мета-тег Keywords';
+$_['entry_meta_description'] = 'Мета-тег Description';
$_['entry_store'] = 'Магазины';
$_['entry_keyword'] = 'Ключевое слово';
$_['entry_image'] = 'Изображение';
@@ -28,6 +33,7 @@
$_['error_warning'] = 'Внимание: Пожалуйста, проверьте форму на наличие ошибок!';
$_['error_permission'] = 'Внимание: У вас нет прав на изменение производителей!';
$_['error_name'] = 'Имя производителя должно быть от 2 до 64 символов!';
+$_['error_meta_title'] = 'Мета заголовок должен быть больше 1 и меньше 255 символов!';
$_['error_keyword'] = 'SEO URL-адрес должен быть от 1 до 64 символов!';
$_['error_keyword_exists'] = 'Семантический URL-адрес должен быть уникальным!';
$_['error_keyword_character'] = 'Ключевое слово может использовать только символы a-z, 0-9, - и _!';
diff --git a/ru/admin/catalog/product.php b/ru/admin/catalog/product.php
index 570282b720f..22e48664c0c 100644
--- a/ru/admin/catalog/product.php
+++ b/ru/admin/catalog/product.php
@@ -16,7 +16,6 @@
$_['text_stock'] = 'Наличие';
$_['text_specification'] = 'Спецификация';
$_['text_filter'] = 'Фильтр';
-$_['text_default'] = 'По умолчанию';
$_['text_keyword'] = 'Не используйте пробелы, вместо этого заменяйте пробелы на - и убедитесь, что Семантический URL-адрес является глобально уникальным.';
$_['text_option_add'] = 'Добавление опции';
$_['text_option_value'] = 'Значение опции';
diff --git a/ru/admin/cms/article.php b/ru/admin/cms/article.php
index fd0e433bd3e..294e6d42ac0 100644
--- a/ru/admin/cms/article.php
+++ b/ru/admin/cms/article.php
@@ -7,7 +7,6 @@
$_['text_list'] = 'Список статей';
$_['text_add'] = 'Добавить статью';
$_['text_edit'] = 'Редактировать статью';
-$_['text_default'] = 'По умолчанию';
$_['text_general'] = 'Общее';
$_['text_meta'] = 'Метатеги';
$_['text_keyword'] = 'Не используйте пробелы, вместо этого заменяйте пробелы на - и убедитесь, что Семантический URL-адрес является глобально уникальным.';
diff --git a/ru/admin/cms/topic.php b/ru/admin/cms/topic.php
index 310a6260509..aa832c56e90 100644
--- a/ru/admin/cms/topic.php
+++ b/ru/admin/cms/topic.php
@@ -7,7 +7,6 @@
$_['text_list'] = 'Список тем';
$_['text_add'] = 'Добавить тему';
$_['text_edit'] = 'Редактировать тему';
-$_['text_default'] = 'По умолчанию';
$_['text_general'] = 'Общее';
$_['text_meta'] = 'Метатеги';
$_['text_keyword'] = 'Не используйте пробелы, вместо этого заменяйте пробелы на - и убедитесь, что Семантический URL-адрес является глобально уникальным.';
diff --git a/ru/admin/common/authorize.php b/ru/admin/common/authorize.php
index 91a58782929..40b31c3e019 100644
--- a/ru/admin/common/authorize.php
+++ b/ru/admin/common/authorize.php
@@ -5,6 +5,7 @@
// Text
$_['text_security'] = 'Вы должны ответить на секретный вопрос всякий раз, когда вы входите с неизвестного устройства или компьютера.';
$_['text_code'] = 'Нажмите кнопку Отправить, чтобы отправить код безопасности на ваш адрес электронной почты. Введите код ниже, чтобы продолжить.';
+$_['text_reset'] = 'Ваша учетная запись заблокирована из-за многих неправильных попыток ввода кода безопасности. Нажмите кнопку сброса, чтобы получить ссылку сброса по электронной почте.';
$_['text_sent'] = 'Успех: Письмо было отправлено на ваш адрес электронной почты с кодом безопасности!';
$_['text_locked'] = 'Ваша учетная запись заблокирована!';
$_['text_reset'] = 'Ваша учетная запись заблокирована из-за многих неправильных попыток ввода кода безопасности. Нажмите кнопку сброса, чтобы получить ссылку сброса по электронной почте.';
@@ -16,7 +17,7 @@
// Entry
$_['entry_code'] = 'Код безопасности';
-// Button
+// Buttons
$_['button_send'] = 'Отправить';
$_['button_reset'] = 'Сбросить';
diff --git a/ru/admin/customer/customer.php b/ru/admin/customer/customer.php
index 8dbfba512e6..4bff80e65cb 100644
--- a/ru/admin/customer/customer.php
+++ b/ru/admin/customer/customer.php
@@ -7,7 +7,6 @@
$_['text_list'] = 'Список покупателей';
$_['text_add'] = 'Добавление покупателя';
$_['text_edit'] = 'Редактирование покупателя';
-$_['text_default'] = 'По умолчанию';
$_['text_store'] = 'Магазин';
$_['text_customer'] = 'Сведения о покупателе';
$_['text_password'] = 'Пароль';
diff --git a/ru/admin/customer/customer_approval.php b/ru/admin/customer/customer_approval.php
index 70bed371bcd..5cdffd28000 100644
--- a/ru/admin/customer/customer_approval.php
+++ b/ru/admin/customer/customer_approval.php
@@ -5,7 +5,6 @@
// Text
$_['text_success'] = 'Успех: Вы изменили одобрения покупателя!';
$_['text_list'] = 'Список одобрения покупателей';
-$_['text_default'] = 'По умолчанию';
$_['text_customer'] = 'Покупатель';
$_['text_affiliate'] = 'Партнер';
$_['text_filter'] = 'Фильтр';
diff --git a/ru/admin/default.php b/ru/admin/default.php
index f0ae8b8ea67..c7173ae7fda 100644
--- a/ru/admin/default.php
+++ b/ru/admin/default.php
@@ -22,7 +22,7 @@
$_['text_all'] = 'Все';
$_['text_unselect_all'] = 'Снять все';
$_['text_all_zones'] = 'Все регионы';
-$_['text_default'] = ' (По умолчанию)';
+$_['text_default'] = 'По умолчанию';
$_['text_close'] = 'Закрыть';
$_['text_pagination'] = 'Показано с %d по %d из %d (Страниц: %d)';
$_['text_loading'] = 'Загрузка...';
diff --git a/ru/admin/design/banner.php b/ru/admin/design/banner.php
index c78224ff2ef..4bb6ba7edc7 100644
--- a/ru/admin/design/banner.php
+++ b/ru/admin/design/banner.php
@@ -7,7 +7,6 @@
$_['text_list'] = 'Список баннеров';
$_['text_add'] = 'Добавление баннера';
$_['text_edit'] = 'Редактирование банера';
-$_['text_default'] = 'По умолчанию';
// Column
$_['column_name'] = 'Название баннера';
diff --git a/ru/admin/design/layout.php b/ru/admin/design/layout.php
index e6f580ef004..15c4d555232 100644
--- a/ru/admin/design/layout.php
+++ b/ru/admin/design/layout.php
@@ -10,7 +10,6 @@
$_['text_remove'] = 'Убрать';
$_['text_route'] = 'Выберите магазин и маршруты, которые будут использоваться с этим макетом';
$_['text_module'] = 'Выберите расположение модулей';
-$_['text_default'] = 'По умолчанию';
$_['text_content_top'] = 'Верхний контент';
$_['text_content_bottom'] = 'Нижний контент';
$_['text_column_left'] = 'Левая колонка';
diff --git a/ru/admin/design/seo_url.php b/ru/admin/design/seo_url.php
index 66866ed0c0a..3bbf13a25f0 100644
--- a/ru/admin/design/seo_url.php
+++ b/ru/admin/design/seo_url.php
@@ -9,7 +9,6 @@
$_['text_add'] = 'Добавление семантического URL';
$_['text_edit'] = 'Редактирование семантического URL-адреса';
$_['text_filter'] = 'Фильтр';
-$_['text_default'] = 'По умолчанию';
// Column
$_['column_key'] = 'Ключ';
diff --git a/ru/admin/design/theme.php b/ru/admin/design/theme.php
index 4c9fdfc50d2..19f38ee0c50 100644
--- a/ru/admin/design/theme.php
+++ b/ru/admin/design/theme.php
@@ -6,7 +6,6 @@
$_['text_success'] = 'Успех: Вы изменили темы!';
$_['text_add'] = 'Добавление темы';
$_['text_edit'] = 'Редактирование темы';
-$_['text_default'] = 'По умолчанию';
$_['text_extension'] = 'Расширения';
$_['text_code'] = 'Редактор кода шаблона';
$_['text_twig'] = 'Редактор тем использует шаблонизатор Twig. Вы можете прочитать о синтаксисе Twig здесь.';
diff --git a/ru/admin/design/translation.php b/ru/admin/design/translation.php
index a8bfd8569c1..8cb563b5111 100644
--- a/ru/admin/design/translation.php
+++ b/ru/admin/design/translation.php
@@ -7,7 +7,6 @@
$_['text_list'] = 'Список переводов';
$_['text_add'] = 'Добавление перевода';
$_['text_edit'] = 'Редактирование перевода';
-$_['text_default'] = 'По умолчанию';
$_['text_store'] = 'Магазин';
$_['text_language'] = 'Язык';
diff --git a/ru/admin/localisation/country.php b/ru/admin/localisation/country.php
index dcae5b8a82d..f9d14047b6a 100644
--- a/ru/admin/localisation/country.php
+++ b/ru/admin/localisation/country.php
@@ -21,6 +21,7 @@
$_['entry_iso_code_3'] = 'Код ISO (3)';
$_['entry_address_format'] = 'Формат адреса';
$_['entry_postcode_required'] = 'Необходимо указать почтовый индекс';
+$_['entry_store'] = 'Магазины';
$_['entry_status'] = 'Статус';
// Error
diff --git a/ru/admin/marketing/contact.php b/ru/admin/marketing/contact.php
index 90b9d4a8974..fb9e5552aa4 100644
--- a/ru/admin/marketing/contact.php
+++ b/ru/admin/marketing/contact.php
@@ -5,8 +5,7 @@
// Text
$_['text_mail'] = 'Отправить e-mail покупателям';
$_['text_success'] = 'Ваше сообщение было успешно отправлено!';
-$_['text_sent'] = 'Ваше сообщение было успешно отправлено %s - %s получателям!';
-$_['text_default'] = 'По умолчанию';
+$_['text_sent'] = 'Your message has been successfully sent to %s to %s of %s recipients!';
$_['text_newsletter'] = 'Все подписчики на рассылку';
$_['text_customer_all'] = 'Все покупатели';
$_['text_customer_group'] = 'Группа покупателя';
diff --git a/ru/admin/marketplace/extension.php b/ru/admin/marketplace/extension.php
index c568d720b45..e2623d4d7ae 100644
--- a/ru/admin/marketplace/extension.php
+++ b/ru/admin/marketplace/extension.php
@@ -5,5 +5,6 @@
// Text
$_['text_success'] = 'Успех: Вы изменили расширения!';
$_['text_list'] = 'Список расширений';
+$_['text_install'] = 'Установить';
$_['text_type'] = 'Выберите тип расширения';
$_['text_filter'] = 'Фильтр';
diff --git a/ru/admin/marketplace/marketplace.php b/ru/admin/marketplace/marketplace.php
index 79cf70c3df6..8fff1c7f683 100644
--- a/ru/admin/marketplace/marketplace.php
+++ b/ru/admin/marketplace/marketplace.php
@@ -44,7 +44,7 @@
$_['text_purchase'] = 'Пожалуйста, подтвердите, кто вы!';
$_['text_pin'] = 'Пожалуйста, введите ваш 4-значный PIN-код. Номер PIN-кода для защиты вашего аккаунта.';
$_['text_secure'] = 'Не выдавайте ПИН-код кому-либо (включая разработчиков). Если вам нужна помощь, пожалуйста, отправьте сообщение продавцу расширения о конкретном пакете расширений.';
-$_['text_name'] = 'Название загрузки';
+$_['text_name'] = 'Название расширения';
$_['text_available'] = 'Доступно для установки';
$_['text_action'] = 'Действие';
$_['text_install'] = 'Установить';
diff --git a/ru/admin/sale/order.php b/ru/admin/sale/order.php
index bfa16223ae9..8e5907e5961 100644
--- a/ru/admin/sale/order.php
+++ b/ru/admin/sale/order.php
@@ -58,7 +58,6 @@
$_['text_customer_email'] = 'Адрес эл. почты пользователя';
$_['text_customer_telephone'] = 'Телефон покупателя';
$_['text_missing'] = 'Пропавшие заказы';
-$_['text_default'] = 'По умолчанию';
$_['text_picklist'] = 'Список доставки';
$_['text_sku'] = 'SKU';
$_['text_upc'] = 'UPC';
diff --git a/ru/admin/setting/setting.php b/ru/admin/setting/setting.php
index 3a72af5a62d..aac2897d840 100644
--- a/ru/admin/setting/setting.php
+++ b/ru/admin/setting/setting.php
@@ -282,6 +282,7 @@
$_['error_country'] = 'Пожалуйста, выберите страну!';
$_['error_zone'] = 'Пожалуйста, выберите регион / область!';
$_['error_product_description_length'] = 'Необходимая длина описания товара!';
+$_['error_article_description_length'] = 'Article description length required!';
$_['error_pagination'] = 'Пагинация обязательна!';
$_['error_autocomplete_limit'] = 'Требуется лимит автозаполнения!';
$_['error_login_attempts'] = 'Количество попыток входа должно быть больше 0!';
diff --git a/ru/catalog/api/subscription.php b/ru/catalog/api/subscription.php
index f98c623f95c..7ca3de0df14 100644
--- a/ru/catalog/api/subscription.php
+++ b/ru/catalog/api/subscription.php
@@ -12,3 +12,4 @@
$_['error_stock'] = 'Внимание: Товары, отмеченные *** не доступны в желаемом количестве или нет на складе!';
$_['error_minimum'] = 'Внимание: Минимальная сумма заказа %s из %s!';
$_['error_call'] = 'API вызов не найден';
+$_['error_subscription'] = 'План подписки недействителен!';
\ No newline at end of file
diff --git a/ru/catalog/default.php b/ru/catalog/default.php
index 2754f1b4af2..9defb3e78f2 100644
--- a/ru/catalog/default.php
+++ b/ru/catalog/default.php
@@ -15,6 +15,7 @@
$_['text_no'] = 'Нет';
$_['text_none'] = ' --- Не выбрано --- ';
$_['text_select'] = ' --- Выберите --- ';
+$_['text_all'] = 'Все';
$_['text_all_zones'] = 'Все регионы';
$_['text_pagination'] = 'Показано с %d по %d из %d (Страниц: %d)';
$_['text_loading'] = 'Загрузка...';
diff --git a/ru/catalog/mail/authorize.php b/ru/catalog/mail/authorize.php
index 20a669c80f4..ae485a30e2c 100644
--- a/ru/catalog/mail/authorize.php
+++ b/ru/catalog/mail/authorize.php
@@ -2,5 +2,6 @@
// Text
$_['text_subject'] = 'Безопасность';
$_['text_code'] = 'Вы должны ввести код безопасности для проверки безопасности администратора.';
+$_['text_reset'] = 'Ваша учетная запись заблокирована из-за многих неправильных попыток ввода кода безопасности. Нажмите кнопку сброса, чтобы получить ссылку сброса по электронной почте.';
$_['text_ip'] = 'IP-адрес:';
$_['text_regards'] = 'С уважением';
diff --git a/ru/catalog/product/product.php b/ru/catalog/product/product.php
index 5dabadc2389..471c543b42e 100644
--- a/ru/catalog/product/product.php
+++ b/ru/catalog/product/product.php
@@ -2,11 +2,11 @@
// Text
$_['text_search'] = 'Искать';
$_['text_brand'] = 'Бренд';
-$_['text_manufacturer'] = 'Бренд:';
-$_['text_model'] = 'Код товара:';
-$_['text_reward'] = 'Бонусные баллы:';
+$_['text_manufacturer'] = 'Бренд';
+$_['text_model'] = 'Модель';
+$_['text_reward'] = 'Бонусные баллы';
$_['text_points'] = 'Цена в бонусных баллах:';
-$_['text_stock'] = 'Доступность:';
+$_['text_stock'] = 'Доступность';
$_['text_tax'] = 'Без налога:';
$_['text_discount'] = ' или более ';
$_['text_option'] = 'Доступные опции';
diff --git a/upload/admin/language/en-gb/catalog/category.php b/upload/admin/language/en-gb/catalog/category.php
index 058c6917afe..d707ca22c1b 100644
--- a/upload/admin/language/en-gb/catalog/category.php
+++ b/upload/admin/language/en-gb/catalog/category.php
@@ -8,7 +8,6 @@
$_['text_add'] = 'Add Category';
$_['text_edit'] = 'Edit Category';
$_['text_filter'] = 'Filter';
-$_['text_default'] = 'Default';
$_['text_general'] = 'General';
$_['text_meta'] = 'Meta Tags';
$_['text_keyword'] = 'Do not use spaces, instead replace spaces with - and make sure the SEO URL is globally unique.';
diff --git a/upload/admin/language/en-gb/catalog/information.php b/upload/admin/language/en-gb/catalog/information.php
index d7d52714378..d946526e95f 100644
--- a/upload/admin/language/en-gb/catalog/information.php
+++ b/upload/admin/language/en-gb/catalog/information.php
@@ -7,7 +7,6 @@
$_['text_list'] = 'Information List';
$_['text_add'] = 'Add Information';
$_['text_edit'] = 'Edit Information';
-$_['text_default'] = 'Default';
$_['text_general'] = 'General';
$_['text_meta'] = 'Meta Tags';
$_['text_keyword'] = 'Do not use spaces, instead replace spaces with - and make sure the SEO URL is globally unique.';
diff --git a/upload/admin/language/en-gb/catalog/manufacturer.php b/upload/admin/language/en-gb/catalog/manufacturer.php
index 36af4634ff1..39322d25605 100644
--- a/upload/admin/language/en-gb/catalog/manufacturer.php
+++ b/upload/admin/language/en-gb/catalog/manufacturer.php
@@ -7,7 +7,8 @@
$_['text_list'] = 'Manufacturer List';
$_['text_add'] = 'Add Manufacturer';
$_['text_edit'] = 'Edit Manufacturer';
-$_['text_default'] = 'Default';
+$_['text_general'] = 'General';
+$_['text_meta'] = 'Meta Tags';
$_['text_keyword'] = 'Do not use spaces, instead replace spaces with - and make sure the SEO URL is globally unique.';
// Column
@@ -18,6 +19,10 @@
// Entry
$_['entry_name'] = 'Manufacturer Name';
+$_['entry_description'] = 'Description';
+$_['entry_meta_title'] = 'Meta Tag Title';
+$_['entry_meta_keyword'] = 'Meta Tag Keywords';
+$_['entry_meta_description'] = 'Meta Tag Description';
$_['entry_store'] = 'Stores';
$_['entry_keyword'] = 'Keyword';
$_['entry_image'] = 'Image';
@@ -28,6 +33,7 @@
$_['error_warning'] = 'Warning: Please check the form carefully for errors!';
$_['error_permission'] = 'Warning: You do not have permission to modify manufacturers!';
$_['error_name'] = 'Manufacturer Name must be between 1 and 64 characters!';
+$_['error_meta_title'] = 'Meta Title must be greater than 1 and less than 255 characters!';
$_['error_keyword'] = 'SEO URL must be between 1 and 64 characters!';
$_['error_keyword_exists'] = 'SEO URL must be unique!';
$_['error_keyword_character'] = 'Keyword can only use characters a-z, 0-9, - and _!';
diff --git a/upload/admin/language/en-gb/catalog/product.php b/upload/admin/language/en-gb/catalog/product.php
index c6da00299d6..0a827564428 100644
--- a/upload/admin/language/en-gb/catalog/product.php
+++ b/upload/admin/language/en-gb/catalog/product.php
@@ -16,7 +16,6 @@
$_['text_stock'] = 'Stock';
$_['text_specification'] = 'Specification';
$_['text_filter'] = 'Filter';
-$_['text_default'] = 'Default';
$_['text_keyword'] = 'Do not use spaces, instead replace spaces with - and make sure the SEO URL is globally unique.';
$_['text_option_add'] = 'Add Option';
$_['text_option_value'] = 'Option Value';
diff --git a/upload/admin/language/en-gb/cms/article.php b/upload/admin/language/en-gb/cms/article.php
index ecd149b8e4a..c48dc5a40de 100644
--- a/upload/admin/language/en-gb/cms/article.php
+++ b/upload/admin/language/en-gb/cms/article.php
@@ -7,7 +7,6 @@
$_['text_list'] = 'Article List';
$_['text_add'] = 'Add Article';
$_['text_edit'] = 'Edit Article';
-$_['text_default'] = 'Default';
$_['text_general'] = 'General';
$_['text_meta'] = 'Meta Tags';
$_['text_keyword'] = 'Do not use spaces, instead replace spaces with - and make sure the SEO URL is globally unique.';
diff --git a/upload/admin/language/en-gb/cms/comment.php b/upload/admin/language/en-gb/cms/comment.php
index a0e70726d91..0b256587bf8 100644
--- a/upload/admin/language/en-gb/cms/comment.php
+++ b/upload/admin/language/en-gb/cms/comment.php
@@ -23,7 +23,7 @@
$_['entry_date_from'] = 'Date From';
$_['entry_date_to'] = 'Date To';
-// Button
+// Buttons
$_['button_spam'] = 'Spam';
$_['button_rating'] = 'Calculate Ratings';
diff --git a/upload/admin/language/en-gb/cms/topic.php b/upload/admin/language/en-gb/cms/topic.php
index 623812755db..1972ae24960 100644
--- a/upload/admin/language/en-gb/cms/topic.php
+++ b/upload/admin/language/en-gb/cms/topic.php
@@ -7,7 +7,6 @@
$_['text_list'] = 'Topic List';
$_['text_add'] = 'Add Topic';
$_['text_edit'] = 'Edit Topic';
-$_['text_default'] = 'Default';
$_['text_general'] = 'General';
$_['text_meta'] = 'Meta Tags';
$_['text_keyword'] = 'Do not use spaces, instead replace spaces with - and make sure the SEO URL is globally unique.';
diff --git a/upload/admin/language/en-gb/common/authorize.php b/upload/admin/language/en-gb/common/authorize.php
index 345d01c5591..04bc6eb4fb3 100644
--- a/upload/admin/language/en-gb/common/authorize.php
+++ b/upload/admin/language/en-gb/common/authorize.php
@@ -5,6 +5,7 @@
// Text
$_['text_security'] = 'You must answer security question whenever you login from an unknown device or computer.';
$_['text_code'] = 'Click the send button to send a security code to your email account. Enter the code below to continue.';
+$_['text_reset'] = 'Your account has been locked because of to many incorrect attempts at entering the security code. Click the reset button to receive a reset link via your email account.';
$_['text_sent'] = 'Success: An email has been sent to your email account with a security code!';
$_['text_locked'] = 'Your account has been locked!';
$_['text_reset'] = 'Your account has been locked because of to many incorrect attempts at entering the security code. Click the reset button to receive a reset link via your email account.';
@@ -16,7 +17,7 @@
// Entry
$_['entry_code'] = 'Security Code';
-// Button
+// Buttons
$_['button_send'] = 'Send';
$_['button_reset'] = 'Reset';
diff --git a/upload/admin/language/en-gb/customer/customer.php b/upload/admin/language/en-gb/customer/customer.php
index bfe146f13d4..da66e1927d5 100644
--- a/upload/admin/language/en-gb/customer/customer.php
+++ b/upload/admin/language/en-gb/customer/customer.php
@@ -7,7 +7,6 @@
$_['text_list'] = 'Customer List';
$_['text_add'] = 'Add Customer';
$_['text_edit'] = 'Edit Customer';
-$_['text_default'] = 'Default';
$_['text_store'] = 'Store';
$_['text_customer'] = 'Customer Details';
$_['text_password'] = 'Password';
diff --git a/upload/admin/language/en-gb/customer/customer_approval.php b/upload/admin/language/en-gb/customer/customer_approval.php
index 721ac3de9ab..7ab2736d0e4 100644
--- a/upload/admin/language/en-gb/customer/customer_approval.php
+++ b/upload/admin/language/en-gb/customer/customer_approval.php
@@ -5,7 +5,6 @@
// Text
$_['text_success'] = 'Success: You have modified customer approvals!';
$_['text_list'] = 'Customer Approval List';
-$_['text_default'] = 'Default';
$_['text_customer'] = 'Customer';
$_['text_affiliate'] = 'Affiliate';
$_['text_filter'] = 'Filter';
diff --git a/upload/admin/language/en-gb/default.php b/upload/admin/language/en-gb/default.php
index 344d665ffb4..5be2a0f15e2 100644
--- a/upload/admin/language/en-gb/default.php
+++ b/upload/admin/language/en-gb/default.php
@@ -22,7 +22,7 @@
$_['text_all'] = 'All';
$_['text_unselect_all'] = 'Unselect All';
$_['text_all_zones'] = 'All Zones';
-$_['text_default'] = ' (Default)';
+$_['text_default'] = 'Default';
$_['text_close'] = 'Close';
$_['text_pagination'] = 'Showing %d to %d of %d (%d Pages)';
$_['text_loading'] = 'Loading...';
diff --git a/upload/admin/language/en-gb/design/banner.php b/upload/admin/language/en-gb/design/banner.php
index 79d48e9a1ce..0c583af57e6 100644
--- a/upload/admin/language/en-gb/design/banner.php
+++ b/upload/admin/language/en-gb/design/banner.php
@@ -7,7 +7,6 @@
$_['text_list'] = 'Banner List';
$_['text_add'] = 'Add Banner';
$_['text_edit'] = 'Edit Banner';
-$_['text_default'] = 'Default';
// Column
$_['column_name'] = 'Banner Name';
diff --git a/upload/admin/language/en-gb/design/layout.php b/upload/admin/language/en-gb/design/layout.php
index a38c99abd73..379658ef676 100644
--- a/upload/admin/language/en-gb/design/layout.php
+++ b/upload/admin/language/en-gb/design/layout.php
@@ -10,7 +10,6 @@
$_['text_remove'] = 'Remove';
$_['text_route'] = 'Choose the store and routes to be used with this layout';
$_['text_module'] = 'Choose the position of the modules';
-$_['text_default'] = 'Default';
$_['text_content_top'] = 'Content Top';
$_['text_content_bottom'] = 'Content Bottom';
$_['text_column_left'] = 'Column Left';
diff --git a/upload/admin/language/en-gb/design/seo_url.php b/upload/admin/language/en-gb/design/seo_url.php
index f63ca6ba88a..5bbcd5f32c9 100644
--- a/upload/admin/language/en-gb/design/seo_url.php
+++ b/upload/admin/language/en-gb/design/seo_url.php
@@ -9,7 +9,6 @@
$_['text_add'] = 'Add SEO URL';
$_['text_edit'] = 'Edit SEO URL';
$_['text_filter'] = 'Filter';
-$_['text_default'] = 'Default';
// Column
$_['column_key'] = 'Key';
diff --git a/upload/admin/language/en-gb/design/theme.php b/upload/admin/language/en-gb/design/theme.php
index fd59ef10dcf..1729b6b22cf 100644
--- a/upload/admin/language/en-gb/design/theme.php
+++ b/upload/admin/language/en-gb/design/theme.php
@@ -6,7 +6,6 @@
$_['text_success'] = 'Success: You have modified themes!';
$_['text_add'] = 'Add Theme';
$_['text_edit'] = 'Edit Theme';
-$_['text_default'] = 'Default';
$_['text_extension'] = 'Extensions';
$_['text_code'] = 'Template Code Editor';
$_['text_twig'] = 'The theme editor uses the template language Twig. You can read about Twig syntax here.';
diff --git a/upload/admin/language/en-gb/design/translation.php b/upload/admin/language/en-gb/design/translation.php
index 1fda3062f2e..b5bd5b1c54b 100644
--- a/upload/admin/language/en-gb/design/translation.php
+++ b/upload/admin/language/en-gb/design/translation.php
@@ -7,7 +7,6 @@
$_['text_list'] = 'Translation List';
$_['text_add'] = 'Add Translation';
$_['text_edit'] = 'Edit Translation';
-$_['text_default'] = 'Default';
$_['text_store'] = 'Store';
$_['text_language'] = 'Language';
diff --git a/upload/admin/language/en-gb/localisation/country.php b/upload/admin/language/en-gb/localisation/country.php
index a8f12f053da..8a7b8e5c3e7 100644
--- a/upload/admin/language/en-gb/localisation/country.php
+++ b/upload/admin/language/en-gb/localisation/country.php
@@ -21,6 +21,7 @@
$_['entry_iso_code_3'] = 'ISO Code (3)';
$_['entry_address_format'] = 'Address Format';
$_['entry_postcode_required'] = 'Postcode Required';
+$_['entry_store'] = 'Stores';
$_['entry_status'] = 'Status';
// Error
diff --git a/upload/admin/language/en-gb/marketing/contact.php b/upload/admin/language/en-gb/marketing/contact.php
index a5a87c3f6aa..f45d7418ac7 100644
--- a/upload/admin/language/en-gb/marketing/contact.php
+++ b/upload/admin/language/en-gb/marketing/contact.php
@@ -5,8 +5,7 @@
// Text
$_['text_mail'] = 'Send e-mail\'s to customers';
$_['text_success'] = 'Your message has been successfully sent!';
-$_['text_sent'] = 'Your message has been successfully sent to %s - %s recipients!';
-$_['text_default'] = 'Default';
+$_['text_sent'] = 'Your message has been successfully sent to %s to %s of %s recipients!';
$_['text_newsletter'] = 'All Newsletter Subscribers';
$_['text_customer_all'] = 'All Customers';
$_['text_customer_group'] = 'Customer Group';
diff --git a/upload/admin/language/en-gb/marketplace/extension.php b/upload/admin/language/en-gb/marketplace/extension.php
index ea5bd23d929..b50134b5dc1 100644
--- a/upload/admin/language/en-gb/marketplace/extension.php
+++ b/upload/admin/language/en-gb/marketplace/extension.php
@@ -5,5 +5,6 @@
// Text
$_['text_success'] = 'Success: You have modified extensions!';
$_['text_list'] = 'Extension List';
+$_['text_install'] = 'Install';
$_['text_type'] = 'Choose the extension type';
$_['text_filter'] = 'Filter';
diff --git a/upload/admin/language/en-gb/sale/order.php b/upload/admin/language/en-gb/sale/order.php
index 1aa2b4d803b..8bd342936aa 100644
--- a/upload/admin/language/en-gb/sale/order.php
+++ b/upload/admin/language/en-gb/sale/order.php
@@ -58,7 +58,6 @@
$_['text_customer_email'] = 'Customer E-Mail';
$_['text_customer_telephone'] = 'Customer Telephone';
$_['text_missing'] = 'Missing Orders';
-$_['text_default'] = 'Default';
$_['text_picklist'] = 'Dispatch Note';
$_['text_sku'] = 'SKU';
$_['text_upc'] = 'UPC';
diff --git a/upload/admin/language/en-gb/setting/setting.php b/upload/admin/language/en-gb/setting/setting.php
index 1ad42f2a445..fc7e25a9236 100644
--- a/upload/admin/language/en-gb/setting/setting.php
+++ b/upload/admin/language/en-gb/setting/setting.php
@@ -282,6 +282,7 @@
$_['error_country'] = 'Please select a country!';
$_['error_zone'] = 'Please select a region / state!';
$_['error_product_description_length'] = 'Product description length required!';
+$_['error_article_description_length'] = 'Article description length required!';
$_['error_pagination'] = 'Pagination required!';
$_['error_autocomplete_limit'] = 'Autocomplete limit required!';
$_['error_login_attempts'] = 'Login Attempts must be greater than 0!';
diff --git a/upload/catalog/language/en-gb/account/authorize.php b/upload/catalog/language/en-gb/account/authorize.php
index 345d01c5591..3d07d51f8d0 100644
--- a/upload/catalog/language/en-gb/account/authorize.php
+++ b/upload/catalog/language/en-gb/account/authorize.php
@@ -16,7 +16,7 @@
// Entry
$_['entry_code'] = 'Security Code';
-// Button
+// Buttons
$_['button_send'] = 'Send';
$_['button_reset'] = 'Reset';
diff --git a/upload/catalog/language/en-gb/api/subscription.php b/upload/catalog/language/en-gb/api/subscription.php
index 205ac2c6477..20f54afecb3 100644
--- a/upload/catalog/language/en-gb/api/subscription.php
+++ b/upload/catalog/language/en-gb/api/subscription.php
@@ -12,3 +12,4 @@
$_['error_stock'] = 'Warning: Products marked with *** are not available in the desired quantity or not in stock!';
$_['error_minimum'] = 'Warning: Minimum order amount for %s is %s!';
$_['error_call'] = 'API call not found';
+$_['error_subscription'] = 'Subscription Plan is not valid!';
\ No newline at end of file
diff --git a/upload/catalog/language/en-gb/mail/authorize.php b/upload/catalog/language/en-gb/mail/authorize.php
index 7a1876d3847..bb2c36a9882 100644
--- a/upload/catalog/language/en-gb/mail/authorize.php
+++ b/upload/catalog/language/en-gb/mail/authorize.php
@@ -2,5 +2,6 @@
// Text
$_['text_subject'] = 'Security';
$_['text_code'] = 'You must enter the security code in the admin security check.';
+$_['text_reset'] = 'Your account has been locked because of to many incorrect attempts at entering the security code. Click the reset button to receive a reset link via your email account.';
$_['text_ip'] = 'IP:';
$_['text_regards'] = 'Best Regards';