6 lines
121 B
PHP
6 lines
121 B
PHP
<?php
|
|
|
|
$txt_str['inspections'] = [
|
|
'oldOrdersMessage' => 'Number of orders older then month: %s. E.g. orders %s',
|
|
];
|