Approval.
This commit is contained in:
@ -1,20 +1,26 @@
|
||||
<?PHP
|
||||
$marking_types['signature'] = 'segnatura';
|
||||
$marking_types['watermark'] = 'filigrana ';
|
||||
$marking_types['engraving'] = 'incisione';
|
||||
$marking_types['scratch'] = 'graffiare';
|
||||
$marking_types['stamp'] = 'timbrata/o';
|
||||
$marking_types['overprint'] = 'sovrastampa';
|
||||
$marking_types['embossing'] = 'goffratura';
|
||||
$marking_types['handwritten'] = 'manoscritto ';
|
||||
$marking_types['glued'] = 'incollato';
|
||||
$marking_types['embroidered'] = 'ricamata/o';
|
||||
$marking_types['sewn'] = 'cucito';
|
||||
$marking_types['screwed'] = 'avvitata/o';
|
||||
$marking_types['burnt_in'] = 'bruciato';
|
||||
$marking_types['riveted'] = 'rivettata/o';
|
||||
$marking_types['nailed'] = 'inchiodato';
|
||||
$marking_types['hallmarked'] = 'marchiata/o';
|
||||
$marking_types['punched'] = 'punzonata/o';
|
||||
$marking_types['scarified'] = 'scarificato';
|
||||
$marking_types['cast'] = 'colata';
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'marking_types' =>
|
||||
array (
|
||||
'signature' => 'segnatura',
|
||||
'watermark' => 'filigrana ',
|
||||
'engraving' => 'incisione',
|
||||
'scratch' => 'graffiare',
|
||||
'stamp' => 'timbrata/o',
|
||||
'overprint' => 'sovrastampa',
|
||||
'embossing' => 'goffratura',
|
||||
'handwritten' => 'manoscritto ',
|
||||
'glued' => 'incollato',
|
||||
'embroidered' => 'ricamata/o',
|
||||
'sewn' => 'cucito',
|
||||
'screwed' => 'avvitata/o',
|
||||
'burnt_in' => 'bruciato',
|
||||
'riveted' => 'rivettata/o',
|
||||
'nailed' => 'inchiodato',
|
||||
'hallmarked' => 'marchiata/o',
|
||||
'punched' => 'punzonata/o',
|
||||
'scarified' => 'scarificato',
|
||||
'cast' => 'colata',
|
||||
),
|
||||
)
|
Reference in New Issue
Block a user