90bda4ea1d
* add delivery price * Update events.php * fix cron task * fix cron task * fix customer * fix order number * update module
28 lines
1.3 KiB
PHP
Executable File
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' => 'доставлен',
|
|
); |