Files
translation-value-sets/cs/entry_types.php
2025-09-17 15:12:34 +00:00

23 lines
482 B
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?PHP
declare(strict_types = 1);
$entry_types = array (
0 => '',
1 => 'Dar',
2 => 'Nákup',
3 => 'Výkop',
4 => 'Záchrana v nouzi',
5 => 'Dědictví',
6 => 'Nadace',
7 => 'Vyvlastnění',
8 => 'Původní stav',
9 => 'Půjčka',
10 => 'Výměna',
11 => 'Vlastní výroba',
12 => 'Materiální deformace (Törzsanyag)',
14 => 'Předchůdce',
15 => 'Nález',
98 => 'K zkontrolování',
99 => 'Jiné právní nabytí',
16 => 'Trvalá půjčka',
);