11 lines
300 B
PHP
11 lines
300 B
PHP
<?php
|
|
|
|
$txt_str['export'] = [
|
|
'Exports' => 'Exporty',
|
|
'ExportOfProducts' => 'Export produktů',
|
|
'ExportOfSellingProducts' => 'Export prodejnosti produktů',
|
|
'ExportOrders' => 'Export objednávek',
|
|
'ExportUsers' => 'Export uživatelů',
|
|
'ExportInvoices' => 'Export faktur',
|
|
];
|