7 lines
339 B
PHP
7 lines
339 B
PHP
<?php
|
|
// * @source See SOURCE.txt for source and other copyright.
|
|
// * @license GNU General Public License version 3; see LICENSE.txt
|
|
|
|
$_['text_complete_status'] = 'Завершенных заказов';
|
|
$_['text_processing_status'] = 'Заказов в процессе';
|
|
$_['text_other_status'] = 'Другие заказы';
|