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/catalog/language/ru-ru/account/order.php
<?php
// Heading
$_['heading_title']         = 'История заказов';

// Text
$_['text_account']          = 'Личный Кабинет';
$_['text_order']            = 'Заказ';
$_['text_order_detail']     = 'Детали заказа';
$_['text_invoice_no']       = '№ Счета';
$_['text_order_id']         = '№ Заказа';
$_['text_date_added']       = 'Добавлено';
$_['text_shipping_address'] = 'Адрес доставки';
$_['text_shipping_method']  = 'Способ доставки';
$_['text_payment_address']  = 'Платёжный адрес';
$_['text_payment_method']   = 'Способ оплаты';
$_['text_comment']          = 'Комментарий к заказу';
$_['text_history']          = 'История заказов';
$_['text_success']          = 'Товары из заказа <a href="%s">%s</a> успешно добавлены <a href="%s">в вашу корзину</a>!';
$_['text_empty']            = 'Вы еще не совершали покупок!';
$_['text_error']            = 'Запрошенный заказ не найден!';

// Column
$_['column_order_id']       = '№ Заказа';
$_['column_customer']       = 'Клиент';
$_['column_product']        = 'Количество';
$_['column_name']           = 'Название товара';
$_['column_model']          = 'Модель';
$_['column_quantity']       = 'Количество';
$_['column_price']          = 'Цена';
$_['column_total']          = 'Всего';
$_['column_action']         = 'Действие';
$_['column_date_added']     = 'Добавлено';
$_['column_status']         = 'Статус';
$_['column_comment']        = 'Комментарий';

// Error
$_['error_reorder']         = '%s в данный момент не доступен....';