snipe-it/resources/lang/fr-FR/admin/labels/table.php
snipe 8ca4c51186 Updated strings
Signed-off-by: snipe <snipe@snipe.net>
2024-01-24 15:29:39 +00:00

19 lines
640 B
PHP

<?php
return [
'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',
'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',
];