mirror of
https://github.com/shadoll/translate.git
synced 2026-02-04 11:03:26 +00:00
39 lines
1.7 KiB
PHP
Executable File
39 lines
1.7 KiB
PHP
Executable File
<?php
|
|
|
|
//version 2.0.0.0
|
|
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
|
|
//info@marketplus.if.ua
|
|
|
|
// Text
|
|
$_['text_payment_info'] = 'Платіжна інформація';
|
|
$_['text_capture_status'] = 'Статус збережений';
|
|
$_['text_amount_auth'] = 'Сума авторизована';
|
|
$_['text_amount_captured'] = 'Сума збережена';
|
|
$_['text_amount_refunded'] = 'Сума повернута';
|
|
$_['text_capture_amount'] = 'Збережена сума';
|
|
$_['text_complete_capture'] = 'Повне збереження';
|
|
$_['text_transactions'] = 'Транзакції';
|
|
$_['text_complete'] = 'Виконано';
|
|
$_['text_confirm_void'] = 'Якщо Ваш профіль анульовано ви не зможете приймати оплати';
|
|
$_['text_view'] = 'Переглянути';
|
|
$_['text_refund'] = 'Відшкодувати';
|
|
$_['text_resend'] = 'Відправити ще раз';
|
|
$_['success_transaction_resent'] = 'Транзакція успішно вислана повторно';
|
|
|
|
// Column
|
|
$_['column_trans_id'] = '№ транзакції';
|
|
$_['column_amount'] = 'Сума';
|
|
$_['column_type'] = 'Тип оплати';
|
|
$_['column_status'] = 'Статус';
|
|
$_['column_pend_reason'] = 'Причина затримки';
|
|
$_['column_date_added'] = 'Створено';
|
|
$_['column_action'] = 'Дія';
|
|
|
|
// Button
|
|
$_['button_void'] = 'Порожній';
|
|
$_['button_capture'] = 'Збережений';
|
|
|
|
// Error
|
|
$_['error_capture_amt'] = 'ВВедіть суму для збереження';
|
|
$_['error_timeout'] = 'Запит прострочено';
|
|
$_['error_transaction_missing'] = 'Транзакція не знайдена'; |