mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 04:28:07 +00:00
86 lines
5.0 KiB
PHP
86 lines
5.0 KiB
PHP
<?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
|
|
|
|
// Heading
|
|
$_['heading_title'] = 'Повторювані профілі';
|
|
|
|
// Text
|
|
$_['text_success'] = 'Ви успішно змінили Повторювані профілі!';
|
|
$_['text_list'] = 'Список Повторюваних профілів';
|
|
$_['text_recurring_detail'] = 'Recurring Details';
|
|
$_['text_order_detail'] = 'Order Details';
|
|
$_['text_product_detail'] = 'Product Details';
|
|
$_['text_transaction'] = 'Transactions';
|
|
$_['text_order_recurring_id'] = 'Recurring Order ID';
|
|
$_['text_reference'] = 'Payment Reference';
|
|
$_['text_recurring_name'] = 'Recurring Profile';
|
|
$_['text_recurring_description'] = 'Description';
|
|
$_['text_recurring_status'] = 'Recurring Status';
|
|
$_['text_payment_method'] = 'Payment Method';
|
|
$_['text_order_id'] = 'Order ID';
|
|
$_['text_customer'] = 'Customer';
|
|
$_['text_email'] = 'Email';
|
|
$_['text_date_added'] = 'Date Added';
|
|
$_['text_order_status'] = 'Order Status';
|
|
$_['text_type'] = 'Type';
|
|
$_['text_action'] = 'Action';
|
|
$_['text_product'] = 'Product';
|
|
$_['text_quantity'] = 'Quantity';
|
|
$_['text_amount'] = 'Amount';
|
|
$_['text_cancel_payment'] = 'Cancel Payment';
|
|
$_['text_status_1'] = 'Активні';
|
|
$_['text_status_2'] = 'Неактивні';
|
|
$_['text_status_3'] = 'Відмінені';
|
|
$_['text_status_4'] = 'Призупинені';
|
|
$_['text_status_5'] = 'Прострочені';
|
|
$_['text_status_6'] = 'Очікуються';
|
|
|
|
$_['text_transactions'] = 'Транзакції';
|
|
$_['text_cancel_confirm'] = 'Видалені профілі не можна повернути! Ви впевнені що хочете це зробити?';
|
|
$_['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_cancelled'] = 'Recurring payment has been cancelled';
|
|
|
|
// Column
|
|
$_['column_order_recurring_id'] = 'Recurring ID';
|
|
$_['column_order_id'] = 'Order ID';
|
|
$_['column_reference'] = 'Payment Reference';
|
|
$_['column_customer'] = 'Customer';
|
|
$_['column_date_added'] = 'Date Added';
|
|
$_['column_status'] = 'Status';
|
|
$_['column_amount'] = 'Amount';
|
|
$_['column_type'] = 'Type';
|
|
$_['column_action'] = 'Action';
|
|
|
|
// Entry
|
|
$_['entry_order_recurring_id'] = 'Recurring ID';
|
|
$_['entry_order_id'] = '№ замовлення';
|
|
$_['entry_reference'] = 'Довідник оплати';
|
|
$_['entry_customer'] = 'Покупець';
|
|
$_['entry_date_added'] = 'Дата додавання';
|
|
$_['entry_status'] = 'Статус';
|
|
$_['entry_type'] = 'Тип';
|
|
$_['entry_action'] = 'Дія';
|
|
$_['entry_email'] = 'Email';
|
|
$_['entry_description'] = 'Опис Повторюваного платежу';
|
|
$_['entry_product'] = 'Товар';
|
|
$_['entry_quantity'] = 'Кількість';
|
|
$_['entry_amount'] = 'Сума';
|
|
$_['entry_recurring'] = 'Повторюваний профіль';
|
|
$_['entry_payment_method'] = 'Спосіб оплати';
|
|
$_['entry_cancel_payment'] = 'Cancel Payment';
|
|
|
|
// Error
|
|
$_['error_not_cancelled'] = 'Помилка: %s';
|
|
$_['error_not_found'] = 'Повторюваний профіль не можна скасувати'; |