10 lines
177 B
PHP
10 lines
177 B
PHP
<?php
|
|
|
|
$txt_str['statsWarehouseTab'] = [
|
|
'flapWarehouse' => 'Shipped',
|
|
'from' => 'Od',
|
|
'to' => 'Do',
|
|
'show' => 'Zobrazit',
|
|
'score' => 'Nasbírané body',
|
|
];
|