translation-value-sets/fr/units_count_parts_set.php

8 lines
137 B
PHP
Raw Permalink Normal View History

2024-11-21 16:46:19 +00:00
<?PHP
declare(strict_types = 1);
$units_count_parts_set = array (
'parts' => 'Parts',
'pages' => 'Pages',
2025-01-14 10:06:14 +00:00
'sheets' => 'Sheets',
2024-11-21 16:46:19 +00:00
);