Skip to content

Commit

Permalink
fixed texts
Browse files Browse the repository at this point in the history
  • Loading branch information
Danila Tarasov committed Apr 30, 2018
1 parent a8d73e5 commit 558c750
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 19 deletions.
14 changes: 1 addition & 13 deletions Block/Extensions.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,18 +108,6 @@ public function render(AbstractElement $element)
$email = '[email protected]';
}

$ticketUrl = "mailto:[email protected]";
$url = __(
'Purchased extensions support is available through '
. '<a href="%1" target="_blank">ticket tracking system</a>',
$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.'
. '<br/>Write us to %1',
Expand All @@ -135,7 +123,7 @@ public function render(AbstractElement $element)
'<br/><br/>' . $emailtext . '</td></tr>';
$html .= '<tr><td>' . __('License') . ':</td><td>' . $tender . '</td></tr>';
$html .= '<tr class="mygento-info-line "><td>'
. '<img src="//www.mygento.ru/media/wysiwyg/logo_base.png" width="100" height="100"/>'
. '<img src="//www.mygento.ru/img/mygento.svg" width="100" height="100" alt="mygento logo"/>'
. '</td><td>' . $hiretext . '<br/><br/>' . __(
'You can check all providable services on '
. '<a href="%1" target="_blank">our website</a>.',
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Mygento_Base" setup_version="2.2.9"></module>
<module name="Mygento_Base" setup_version="2.2.10"></module>
</config>
5 changes: 1 addition & 4 deletions i18n/ru_RU.csv
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
"Installed Extensions","Установленные модули"
"Support","Поддержка"
"License","Лицензирование"
"Purchased extensions support is available through <a href=""%1"" target=""_blank"">ticket tracking system</a>","Отправить запрос по поддержке платных модулей через <a href=""%1"" target=""_blank"">тикет-систему</a>"
"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 <a href=""%1"" target=""_blank"">our website</a>.","Со списком предоставляемых услуг вы можете ознакомиться <a href=""%1"" target=""_blank"">на нашем сайте</a>."
"You can hire us for any Magento extension customization and development.<br/>Write us to %1","Вы можете нанять нашу команду для любых работ с модулями Magento.<br/>Пишите нам на %1"
"Tender offer can be checked <a href=""https://www.mygento.ru/oferta"" target=""_blank"">here</a>","Ознакомиться с публичной офертой можно <a href=""https://www.mygento.ru/oferta"" target=""_blank"">здесь</a>"
Expand All @@ -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 --","-- Выберите --"
"-- Please Select --","-- Выберите --"

0 comments on commit 558c750

Please sign in to comment.