1
0
mirror of synced 2024-12-04 19:06:03 +03:00
umi-module/classes/modules/RetailCRM/i18n.php
Vitaly Artemev 90bda4ea1d update module (#5)
* add delivery price

* Update events.php

* fix cron task

* fix cron task

* fix customer

* fix order number

* update module
2017-03-13 13:58:33 +03:00

28 lines
1.3 KiB
PHP
Executable File

<?php
$i18n = Array(
'option-apiKey' => 'Ключ API',
'option-crmUrl' => 'Url RetailCRM API',
'module-RetailCRM' => 'RetailCRM',
'header-RetailCRM-manage' => 'Управление',
'group-access' => 'Настройка доступа',
'group-guidesMapping' => 'Справочники',
'group-orderStatusesMapping' => 'Статусы',
'group-orderPaymentsMapping' => 'Способы оплаты',
'group-orderPaymentStatusesMapping' => 'Статусы оплаты',
'group-orderDeliveryTypesMapping' => 'Способы доставки',
'group-incorrect-data' => 'Проверьте корректность заполненных полей',
'option-country' => 'Страны',
'notification-status-payment-initialized' => 'ожидает оплаты',
'notification-status-payment-accepted' => 'оплачен',
'notification-status-payment-validated' => 'обновлен: оплата подтверждена',
'notification-status-payment-declined' => 'обновлен: оплата отклонена',
'notification-status-delivery-waiting_shipping' => 'ожидает отгрузки',
'notification-status-delivery-shipping' => 'доставляется',
'notification-status-delivery-ready' => 'доставлен',
);