HEX
Server: LiteSpeed
System: Linux php-prod-3.spaceapp.ru 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: sarli3128 (1010)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /home/retile.ru/public_html/admin/language/ru-ru/extension/payment/pp_express_order.php
<?php
// Text
$_['text_extension']		 = 'Платежная информация';
$_['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']           = 'Транзакция успешно отправлена';
$_['text_full_refund']		 = 'Полный возврат';
$_['text_partial_refund']	 = 'Частичный возврат';
$_['text_payment']		 	 = 'Оплата';
$_['text_current_refunds']   = 'Возврат уже сделал для этой сделки. Макс возврат ';

// Column
$_['column_transaction']	 = 'ID транзакции';
$_['column_amount']			 = 'Сумма';
$_['column_type']			 = 'Тип оплаты';
$_['column_status']			 = 'Статус';
$_['column_pending_reason']	 = 'Причина ожидания';
$_['column_date_added']		 = 'Создан';
$_['column_action']			 = 'Действие';

// Entry
$_['entry_capture_amount']	 = 'Сумма захвата';
$_['entry_capture_complete'] = 'Захват завершен';
$_['entry_full_refund']		 = 'Полный возврат';
$_['entry_amount']			 = 'Сумма';
$_['entry_note']             = 'Заметка';

// Help
$_['help_capture_complete']  = 'Если это последний захват.';

// Tab
$_['tab_capture']		     = 'Захват';
$_['tab_refund']             = 'Возврат';

// Button
$_['button_void']			 = 'Аннулировать';
$_['button_capture']		 = 'Захватить';
$_['button_refund']		     = 'Вопрос по захвату';

// Error
$_['error_capture']		     = 'Введите сумму захвата';
$_['error_transaction']	     = 'Сделка не может быть осуществлена!';
$_['error_not_found']	     = 'Сделка не найден!';
$_['error_partial_amt']		 = 'Необходимо ввести частичный возврат суммы';