ajout app
This commit is contained in:
17
SNIPE-IT/resources/lang/fr-FR/admin/licenses/table.php
Normal file
17
SNIPE-IT/resources/lang/fr-FR/admin/licenses/table.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'assigned_to' => 'Affecté à',
|
||||
'checkout' => 'Affecter/Libérer',
|
||||
'id' => 'ID',
|
||||
'license_email' => 'E-mail de la licence',
|
||||
'license_name' => 'Licence pour',
|
||||
'purchase_date' => 'Date d\'achat',
|
||||
'purchased' => 'Acheté',
|
||||
'seats' => 'Nombre d\'utilisateurs',
|
||||
'hardware' => 'Matériel',
|
||||
'serial' => 'Numéro de série',
|
||||
'title' => 'Licence',
|
||||
|
||||
);
|
Reference in New Issue
Block a user