Files
translate/catalog/language/uk-ua/account/recurring.php

70 lines
2.6 KiB
PHP
Raw 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_account'] = 'Обліковий запис';
$_['text_recurring'] = 'Регулярний платіж';
$_['text_recurring_detail'] = 'Деталі регулярного платежу';
$_['text_order_recurring_id'] = 'Recurring ID:';
$_['text_date_added'] = 'Створено: ';
$_['text_status'] = 'Статус: ';
$_['text_payment_method'] = 'Метод платежу: ';
$_['text_order_id'] = 'Order ID:';
$_['text_product'] = 'Товар: ';
$_['text_quantity'] = 'Кількість: ';
$_['text_description'] = 'Description';
$_['text_reference'] = 'Reference';
$_['text_transaction'] = 'Транзакції';
$_['text_status_1'] = 'Активно';
$_['text_status_2'] = 'Деактивовано';
$_['text_status_3'] = 'Відмінено';
$_['text_status_4'] = 'Призупинено';
$_['text_status_5'] = 'Протерміновано';
$_['text_status_6'] = 'Призупинено';
$_['text_transaction_date_added'] = 'Створено';
$_['text_transaction_payment'] = 'Платіж';
$_['text_transaction_outstanding_payment'] = 'Невиплачений платіж';
$_['text_transaction_skipped'] = 'Пропущений платіж';
$_['text_transaction_failed'] = 'Невдалий платіж';
$_['text_transaction_cancelled'] = 'Відмінений';
$_['text_transaction_suspended'] = 'Призупинений';
$_['text_transaction_suspended_failed'] = 'Призупинений через невдалий платіж';
$_['text_transaction_outstanding_failed'] = 'Спірний невдалий платіж';
$_['text_transaction_expired'] = 'Протерміновано';
$_['text_empty'] = 'В обліковому записі немає регулярних платежів';
$_['text_error'] = 'The recurring order you requested could not be found!';
$_['text_cancelled'] = 'Регулярний платіж скасовано';
// Column
$_['column_date_added'] = 'Створено';
$_['column_type'] = 'Тип';
$_['column_amount'] = 'Кількість';
$_['column_status'] = 'Статус';
$_['column_product'] = 'Товар';
$_['column_recurring_id'] = 'Ідентифікатор користувача';
// Error
$_['error_not_cancelled'] = 'Помилка: %s';
$_['error_not_found'] = 'Не вдалося скасувати регулярний платіж';
// Button
$_['button_return'] = 'Повернення';