snipe-it/resources/lang/fr/admin/consumables/general.php
snipe 0bb8cc63c5 Updated translation strings
Signed-off-by: snipe <snipe@snipe.net>
2023-06-13 17:12:01 +01:00

12 lines
486 B
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return array(
'checkout' => 'Attribuer un consommable à un·e utilisateur·trice',
'consumable_name' => 'Nom du consommable ',
'create' => 'Créer un consommable',
'item_no' => 'Num. d\'élément',
'remaining' => 'Restant',
'total' => 'Total',
'update' => 'Mettre à jour le consommable',
);