ajout app
This commit is contained in:
11
SNIPE-IT/resources/lang/fr-FR/admin/companies/table.php
Normal file
11
SNIPE-IT/resources/lang/fr-FR/admin/companies/table.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
return array(
|
||||
'companies' => 'Compagnies',
|
||||
'create' => 'Créer une compagnie',
|
||||
'email' => 'Email de la société',
|
||||
'title' => 'Compagnie',
|
||||
'phone' => 'Téléphone de la société',
|
||||
'update' => 'Actualiser une compagnie',
|
||||
'name' => 'Nom de la compagnie',
|
||||
'id' => 'ID',
|
||||
);
|
Reference in New Issue
Block a user