mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
ddfa5776c5
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();` I'll try to fix it. :( FML Signed-off-by: snipe <snipe@snipe.net>
22 lines
1,018 B
PHP
22 lines
1,018 B
PHP
<?php
|
|
|
|
return array(
|
|
'about_licenses_title' => 'A propos des licences',
|
|
'about_licenses' => 'Les licences sont utilisées pour suivre les logiciels. Ils ont un certain nombre d\'attribution pouvant être associés individuellement',
|
|
'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',
|
|
);
|