10 lines
248 B
PHP
10 lines
248 B
PHP
<?php
|
|
|
|
$txt_str['export'] = [
|
|
'Exports' => 'Exports',
|
|
'ExportOfProducts' => 'Export of products',
|
|
'ExportOfSellingProducts' => 'Export of products selling',
|
|
'ExportOrders' => 'Export orders',
|
|
'ExportUsers' => 'Export users',
|
|
];
|