mirror of
https://github.com/shadoll/translate.git
synced 2026-02-04 11:03:26 +00:00
update translation strings
This commit is contained in:
56
admin/ukrainian/sale/recurring.php
Executable file
56
admin/ukrainian/sale/recurring.php
Executable file
@@ -0,0 +1,56 @@
|
||||
<?php
|
||||
|
||||
//version 2.0.0.0
|
||||
//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_add'] = 'Додати Повторюваний профіль';
|
||||
$_['text_edit'] = 'Змінити Повторюваний профіль';
|
||||
$_['text_payment_profiles'] = 'Повторювані профілі';
|
||||
$_['text_status_active'] = 'Активні';
|
||||
$_['text_status_inactive'] = 'Неактивні';
|
||||
$_['text_status_cancelled'] = 'Відмінені';
|
||||
$_['text_status_suspended'] = 'Призупинені';
|
||||
$_['text_status_expired'] = 'Прострочені';
|
||||
$_['text_status_pending'] = 'Очікуються';
|
||||
$_['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'] = 'Прострочено';
|
||||
|
||||
// Entry
|
||||
$_['entry_cancel_payment'] = 'Скасувати платіж';
|
||||
$_['entry_order_recurring'] = '№';
|
||||
$_['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'] = 'Спосіб оплати';
|
||||
|
||||
// Error / Success
|
||||
$_['error_not_cancelled'] = 'Помилка: %s';
|
||||
$_['error_not_found'] = 'Повторюваний профіль не можна скасувати';
|
||||
$_['text_cancelled'] = 'Повторюваний платіж скасовано';
|
||||
Reference in New Issue
Block a user