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

12 lines
482 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
2016-10-25 12:30:52 -07:00
'checkout' => 'Attribuer une fourniture à un utilisateur',
2016-10-04 12:23:02 -07:00
'consumable_name' => 'Nom de la fourniture',
'create' => 'Créer une fourniture',
'item_no' => 'Num. d\'élément',
'remaining' => 'Quantité restante',
'total' => 'Total',
2016-03-25 01:18:05 -07:00
'update' => 'Actualiser la fourniture',
);