Files
translate/catalog/language/uk-ua/mail/order.php

41 lines
2.9 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
//Update for OpenCart 2.3.x by OpenCart Ukrainian Community http://opencart.ua
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
//info@marketplus.if.ua
// Text
$_['text_new_subject'] = '%s - Замовлення %s';
$_['text_new_greeting'] = 'Дякуємо за покупку %s товарів! Ваше замовленняя отримано і буде оброблене як тільки Ваш платіж буде підтверджено.';
$_['text_new_received'] = 'Ви отримали замовлення.';
$_['text_new_link'] = 'Для перегляду замовлення натисніть на наступне посилання:';
$_['text_new_order_detail'] = 'Деталі замовлення';
$_['text_new_instruction'] = 'Інструкції';
$_['text_new_order_id'] = 'Номер замовлення:';
$_['text_new_date_added'] = 'Дата створення:';
$_['text_new_order_status'] = 'Статус замовлення:';
$_['text_new_payment_method'] = 'Спосіб оплати:';
$_['text_new_shipping_method'] = 'Спосіб доставки:';
$_['text_new_email'] = 'E-mail:';
$_['text_new_telephone'] = 'Телефон:';
$_['text_new_ip'] = 'IP Адреса:';
$_['text_new_payment_address'] = 'Адреса оплати';
$_['text_new_shipping_address'] = 'Адреса доставки';
$_['text_new_products'] = 'Товари';
$_['text_new_product'] = 'Товар';
$_['text_new_model'] = 'Модель';
$_['text_new_quantity'] = 'Кількість';
$_['text_new_price'] = 'Ціна';
$_['text_new_order_total'] = 'Замовлення загалом';
$_['text_new_total'] = 'Разом';
$_['text_new_download'] = 'Після підтвердження платежу Ви зможете натиснути наступне посилання для завантаження:';
$_['text_new_comment'] = 'Коментарі до вашого замовлення наступні:';
$_['text_new_footer'] = 'Пішіть у відповідь на цей e-mail якщо у Вас є якісь питання.';
$_['text_update_subject'] = '%s - Замовлення оновлено %s';
$_['text_update_order'] = 'Номер замовлення:';
$_['text_update_date_added'] = 'Дата замовлення:';
$_['text_update_order_status'] = 'Статус Вашого замовлення змінено на:';
$_['text_update_comment'] = 'Коментарі до вашого замовлення наступні:';
$_['text_update_link'] = 'Для перегляду замовлення натисніть наступне посилання:';
$_['text_update_footer'] = 'Пішіть у відповідь на цей e-mail якщо у Вас є якісь питання.';