Files
2017-03-02 20:30:40 -06:00

17 lines
988 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
$lv = !$langBully ? "lang" : "bully";
${$lv}['viewOrders'] = array(
'your_orders' => "Ваши Заказы",
'orders_listed_below' => "Все заказы этой учетной записи перечислены ниже:",
'order_no' => "Номер Заказа",
'status' => "Статус ",
'date_time' => "Дата/Время",
'action' => "Действие",
'view' => "Обзор Заказа",
'courier_tracking' => 'Отслеживать заказ',
'complete_payment' => "Выполнить Оплату",
'no_orders' => "У нас нет записей заказов размещенных в нашей системе. Если вы думаете что это ошибка, пожалуйста, свяжитесь с нашими сотрудниками при первой возможности.",
'login_required' => "Вы должны войти в систему, для того чтобы просматривать эту страницу. "
);
?>