mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
18 lines
458 B
PHP
18 lines
458 B
PHP
<?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',
|
|
|
|
);
|