mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
21 lines
771 B
PHP
Executable file
21 lines
771 B
PHP
Executable file
<?php
|
|
|
|
return array(
|
|
|
|
'checkin' => 'Libérer la licence multiposte',
|
|
'checkout_history' => 'Historique des associations',
|
|
'checkout' => 'Associer la licence multiposte',
|
|
'edit' => 'Éditer la licence',
|
|
'filetype_info' => 'Types de fichier autorisés: png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
|
|
'clone' => 'Cloner la licence',
|
|
'history_for' => 'Historique pour ',
|
|
'in_out' => 'Associer/Libérer',
|
|
'info' => 'Informations de licence',
|
|
'license_seats' => 'Licence multipostes',
|
|
'seat' => 'Poste',
|
|
'seats' => 'Postes',
|
|
'software_licenses' => 'Licences de logiciel',
|
|
'user' => 'Utilisateur',
|
|
'view' => 'Voir la licence',
|
|
);
|