mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 16:14:18 -08:00
934afa036f
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions. You may customize the adopted coding style by adding your own [PHP CS Fixer][1] `.php_cs` config file to your project root. Feel free to use [Shift's Laravel ruleset][2] to help you get started. [1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer [2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
22 lines
1,013 B
PHP
22 lines
1,013 B
PHP
<?php
|
|
|
|
return [
|
|
'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',
|
|
];
|