Files
translate/catalog/language/ukrainian/account/recurring.php
2014-12-07 08:59:25 +02:00

57 lines
2.7 KiB
PHP
Executable File
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
//version 2.0.0.0
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
//info@marketplus.if.ua
$_['heading_title'] = 'Повторювані платежі';
$_['button_continue'] = 'Продовжити';
$_['button_view'] = 'Переглянути';
$_['text_empty'] = 'Немає повторюваних платежів';
$_['text_product'] = 'Товар: ';
$_['text_order'] = 'Замовлення: ';
$_['text_quantity'] = 'Кількість: ';
$_['text_account'] = 'Профіль';
$_['text_action'] = 'Дія';
$_['text_recurring'] = 'Повторюваний платіж';
$_['text_transactions'] = 'Платежі';
$_['button_return'] = 'Повернення';
$_['text_empty_transactions'] = 'Немає платежів для цього повторюваного профілю';
$_['column_date_added'] = 'Створено';
$_['column_type'] = 'Тип';
$_['column_amount'] = 'Кількість';
$_['column_status'] = 'Статус';
$_['column_product'] = 'Товар';
$_['column_action'] = 'Дія';
$_['column_recurring_id'] = 'Профіль №';
$_['text_recurring_detail'] = 'Деталі повторюваного платежу';
$_['text_recurring_id'] = 'Профіль №: ';
$_['text_payment_method'] = 'Метод платежу: ';
$_['text_date_added'] = 'Створено: ';
$_['text_recurring_description'] = 'Опис: ';
$_['text_status'] = 'Статус: ';
$_['text_ref'] = 'Посилання: ';
$_['text_status_active'] = 'Активний';
$_['text_status_inactive'] = 'Нактивний';
$_['text_status_cancelled'] = 'Відмінений';
$_['text_status_suspended'] = 'Призупинений';
$_['text_status_expired'] = 'Прострочений';
$_['text_status_pending'] = 'Призупинений';
$_['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'] = 'Прострочено';
$_['error_not_cancelled'] = 'Помилка: %s';
$_['error_not_found'] = 'Не вдалося скасувати повторюваний платіж';
$_['text_cancelled'] = 'Повторюваний платіж скасовано';