snipe-it/resources/lang/fr/admin/licenses/general.php
snipe ddfa5776c5 Updated language strings
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>
2022-01-13 21:27:29 -08:00

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',
);