From 558c7502aebebb4385f63a7a35622abf94e77b18 Mon Sep 17 00:00:00 2001 From: Danila Tarasov Date: Tue, 1 May 2018 00:06:38 +0300 Subject: [PATCH] fixed texts --- Block/Extensions.php | 14 +------------- composer.json | 2 +- etc/module.xml | 2 +- i18n/ru_RU.csv | 5 +---- 4 files changed, 4 insertions(+), 19 deletions(-) diff --git a/Block/Extensions.php b/Block/Extensions.php index 3da8223..61b1cfd 100644 --- a/Block/Extensions.php +++ b/Block/Extensions.php @@ -108,18 +108,6 @@ public function render(AbstractElement $element) $email = 'connect@mygento.ru'; } - $ticketUrl = "mailto:support@mygento.ru"; - $url = __( - 'Purchased extensions support is available through ' - . 'ticket tracking system', - $ticketUrl - ); - $bugs = __('Please report all bugs and feature requests.'); - $emailtext = __( - 'If for some reasons you can not submit ticket ' - . 'to our system, you can write us an email %1.', - $email - ); $hiretext = __( 'You can hire us for any Magento extension customization and development.' . '
Write us to %1', @@ -135,7 +123,7 @@ public function render(AbstractElement $element) '

' . $emailtext . ''; $html .= '' . __('License') . ':' . $tender . ''; $html .= '' - . '' + . 'mygento logo' . '' . $hiretext . '

' . __( 'You can check all providable services on ' . 'our website.', diff --git a/composer.json b/composer.json index fa60ac9..6ae8dc6 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "mygento/base", "type": "magento2-module", - "version": "2.2.9", + "version": "2.2.10", "license": "OSL-3.0", "homepage": "https://github.com/mygento/base", "description": "Mygento Base", diff --git a/etc/module.xml b/etc/module.xml index 1be66a6..3ae6670 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -7,5 +7,5 @@ */ --> - + diff --git a/i18n/ru_RU.csv b/i18n/ru_RU.csv index aad6291..dd4286a 100644 --- a/i18n/ru_RU.csv +++ b/i18n/ru_RU.csv @@ -5,9 +5,6 @@ "Installed Extensions","Установленные модули" "Support","Поддержка" "License","Лицензирование" -"Purchased extensions support is available through ticket tracking system","Отправить запрос по поддержке платных модулей через тикет-систему" -"Please report all bugs and feature requests.","Пожалуйста, сообщайте нам о найденных ошибках и своих пожеланиях по улучшению/добавлению функционала." -"If for some reasons you can not submit ticket to our system, you can write us an email %1.","Если у вас не получается оставить заявку в нашей системе, то вы можете написать нам на email %1." "You can check all providable services on our website.","Со списком предоставляемых услуг вы можете ознакомиться на нашем сайте." "You can hire us for any Magento extension customization and development.
Write us to %1","Вы можете нанять нашу команду для любых работ с модулями Magento.
Пишите нам на %1" "Tender offer can be checked here","Ознакомиться с публичной офертой можно здесь" @@ -26,4 +23,4 @@ "Default Shipping name in receipt","Использовать системное название доставки в чеке" "Shipping name in receipt","Наименование доставки в чеке" "All built-in methods of Mygento_Base module will write log","Все встроенные методы в модуле Mygento_Base будут писать лог" -"-- Please Select --","-- Выберите --" \ No newline at end of file +"-- Please Select --","-- Выберите --"