Approval.
This commit is contained in:
@ -1,2 +1,23 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$marking_types = array (
|
||||
'signature' => 'Aláírás',
|
||||
'watermark' => 'Vízjel',
|
||||
'engraving' => 'Metszés',
|
||||
'scratch' => 'Karc',
|
||||
'stamp' => 'Bélyeg',
|
||||
'overprint' => 'Felülnyomás',
|
||||
'embossing' => 'Dombornyomás',
|
||||
'handwritten' => 'Kézzel írt',
|
||||
'glued' => 'Ragasztott',
|
||||
'embroidered' => 'Embroidered',
|
||||
'sewn' => 'Sewn',
|
||||
'screwed' => 'Screwed',
|
||||
'burnt_in' => 'Burnt in',
|
||||
'riveted' => 'Riveted',
|
||||
'nailed' => 'Nailed',
|
||||
'hallmarked' => 'Hallmarked',
|
||||
'punched' => 'Punched',
|
||||
'scarified' => 'Scarified',
|
||||
'cast' => 'Cast',
|
||||
);
|
||||
|
Reference in New Issue
Block a user