Files
translate/admin/language/uk-ua/extension/payment/pp_express_order.php

57 lines
2.3 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
// Text
$_['text_extension'] = 'Payment Information';
$_['text_capture_status'] = 'Статус збережений';
$_['text_amount_authorised'] = 'Сума авторизована';
$_['text_amount_captured'] = 'Сума збережена';
$_['text_amount_refunded'] = 'Сума повернута';
$_['text_transaction'] = 'Транзакції';
$_['text_complete'] = 'Виконано';
$_['text_confirm_void'] = 'Якщо Ваш профіль анульовано ви не зможете приймати оплати';
$_['text_view'] = 'Переглянути';
$_['text_refund'] = 'Відшкодувати';
$_['text_resend'] = 'Відправити ще раз';
$_['text_success'] = 'Transaction was successfully sent';
$_['text_full_refund'] = 'Full refund';
$_['text_partial_refund'] = 'Partial refund';
$_['text_current_refunds'] = 'Refunds have already been done for this transaction. The max refund is';
// Column
$_['column_transaction'] = '№ транзакції';
$_['column_amount'] = 'Сума';
$_['column_type'] = 'Тип оплати';
$_['column_status'] = 'Статус';
$_['column_pending_reason'] = 'Причина затримки';
$_['column_date_added'] = 'Створено';
$_['column_action'] = 'Дія';
// Entry
$_['entry_capture_amount'] = 'Capture amount';
$_['entry_capture_complete'] = 'Complete capture';
$_['entry_full_refund'] = 'Full refund';
$_['entry_amount'] = 'Amount';
$_['entry_note'] = 'Note';
// Help
$_['help_capture_complete'] = 'If this is a the last capture.';
// Tab
$_['tab_capture'] = 'Capture';
$_['tab_refund'] = 'Refund';
// Button
$_['button_void'] = 'Порожній';
$_['button_capture'] = 'Збережений';
$_['button_refund'] = 'Issue refund';
// Error
$_['error_capture'] = 'ВВедіть суму для збереження';
$_['error_transaction'] = 'Transaction could not be carried out!';
$_['error_not_found'] = 'Транзакція не знайдена';
$_['error_partial_amt'] = 'You must enter a partial refund amount';