snipe-it/resources/lang/fr-FR/admin/consumables/general.php

13 lines
607 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
'checkout' => 'Attribuer un consommable à un·e utilisateur·trice',
'consumable_name' => 'Nom du consommable ',
'create' => 'Créer un consommable',
2016-10-04 12:23:02 -07:00
'item_no' => 'Num. d\'élément',
'remaining' => 'Restant',
2016-10-04 12:23:02 -07:00
'total' => 'Total',
'update' => 'Mettre à jour le consommable',
'inventory_warning' => 'The inventory of this consumable is below the minimum amount of :min_count',
);