Approval.
This commit is contained in:
@@ -34,4 +34,8 @@ $measurement_type_set = array (
|
||||
'length_blade' => 'Length of blade',
|
||||
'height_blade' => 'Height of blade',
|
||||
'width_blade' => 'Width of blade',
|
||||
'number_of_sheets' => 'Number of sheets',
|
||||
'number_of_double_pages' => 'Number of double pages',
|
||||
'number_of_standalone_pages' => 'Number of standalone pages',
|
||||
'number_of_written_pages' => 'Number of written pages',
|
||||
);
|
||||
|
@@ -1,12 +1,12 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$tag_relation_type = array (
|
||||
'tag' => 'Tag',
|
||||
'object_type' => 'Object type',
|
||||
'material' => 'Material',
|
||||
'technique' => 'Technique',
|
||||
'display_subject' => 'Display subject',
|
||||
'topic' => 'Topic',
|
||||
'mentioned' => 'Mentioned subject',
|
||||
'taxon' => 'Taxon',
|
||||
'tag' => 'Kata kunci',
|
||||
'object_type' => 'Jenis benda',
|
||||
'material' => 'Bahan',
|
||||
'technique' => 'Cara',
|
||||
'display_subject' => 'Tampilan',
|
||||
'topic' => 'Tema',
|
||||
'mentioned' => 'Disebut',
|
||||
'taxon' => 'Takson',
|
||||
);
|
||||
|
Reference in New Issue
Block a user