7 lines
113 B
PHP
7 lines
113 B
PHP
<?php
|
|
|
|
$txt_str['inventory'] = [
|
|
'titleEdit' => 'Úprava inventury',
|
|
'titleAdd' => 'Nová inventura',
|
|
];
|