Files
translation-value-sets/cs/marking_types.php
2025-10-07 14:09:55 +00:00

26 lines
666 B
PHP

<?PHP
declare(strict_types = 1);
$marking_types = array (
'signature' => 'Přicházející',
'watermark' => 'Vodoznak',
'engraving' => 'Rytina',
'scratch' => 'Škrábání',
'stamp' => 'Razítko',
'overprint' => 'Přetisk',
'embossing' => 'Ražba',
'handwritten' => 'Ručně psané',
'glued' => 'Lepené',
'embroidered' => 'Vyšívané',
'sewn' => 'Šité',
'screwed' => 'Šroubovaný',
'burnt_in' => 'Vypáleno',
'riveted' => 'Nýtované',
'nailed' => 'Přibitý',
'hallmarked' => 'puncováno',
'punched' => 'puncováno',
'scarified' => 'Zjizvený',
'cast' => 'odlitek',
'painted' => 'odlitek',
'drawn' => 'Nakresleno',
);