Approval.

This commit is contained in:
2023-01-23 21:37:48 +00:00
committed by md translation bot
parent 08aa8753aa
commit 6922772f3e
860 changed files with 11842 additions and 6622 deletions
ar
de
dsb
en
es
fr
hsb
hu
id
it
iw
nl
pl
pt
qu
ru
tl
tr
uk
zh

@@ -1,4 +1,10 @@
<?PHP
$disposal_method_set['sold'] = 'venduto';
$disposal_method_set['destroyed'] = 'distrutto';
$disposal_method_set['garbage'] = 'spazzatura';
declare(strict_types = 1);
array (
'disposal_method_set' =>
array (
'sold' => 'venduto',
'destroyed' => 'distrutto',
'garbage' => 'spazzatura',
),
)