mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -08:00
13 lines
396 B
PHP
13 lines
396 B
PHP
<?php
|
|
|
|
return array(
|
|
'about_manufacturers_title' => 'About manufacturers',
|
|
'about_manufacturers_text' => 'Manufacturers make all the magic items we consume.',
|
|
'asset_manufacturers' => 'Fabricants d\'actif',
|
|
'create' => 'Créer un fabricant',
|
|
'id' => 'ID',
|
|
'name' => 'Nom du fabricant',
|
|
'update' => 'Mettre à jour le fabricant',
|
|
|
|
);
|