2023-09-25 02:54:46 -07:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
2024-01-24 07:29:39 -08:00
|
|
|
'example_company' => 'Société de test limitée',
|
|
|
|
'example_defaultloc' => 'Bâtiment 1',
|
|
|
|
'example_category' => 'Catégorie de test',
|
|
|
|
'example_location' => 'Bâtiment 2',
|
|
|
|
'example_manufacturer' => 'Tester Fabrication Inc.',
|
|
|
|
'example_model' => 'Modèle de test',
|
|
|
|
'example_supplier' => 'Société de test limitée',
|
2023-09-25 02:54:46 -07:00
|
|
|
'labels_per_page' => 'Étiquettes',
|
|
|
|
'support_fields' => 'Champs',
|
|
|
|
'support_asset_tag' => 'Étiquette',
|
|
|
|
'support_1d_barcode' => '1D',
|
|
|
|
'support_2d_barcode' => '2D',
|
|
|
|
'support_logo' => 'Logo',
|
|
|
|
'support_title' => 'Titre',
|
|
|
|
|
|
|
|
];
|