Approval.
This commit is contained in:
@ -1,4 +1,10 @@
|
||||
<?PHP
|
||||
$disposal_method_set['sold'] = 'Продано';
|
||||
$disposal_method_set['destroyed'] = 'Знищено';
|
||||
$disposal_method_set['garbage'] = 'Викинуте / вивезення сміття';
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'disposal_method_set' =>
|
||||
array (
|
||||
'sold' => 'Продано',
|
||||
'destroyed' => 'Знищено',
|
||||
'garbage' => 'Викинуте / вивезення сміття',
|
||||
),
|
||||
)
|
Reference in New Issue
Block a user