ajout app
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'select_company' => 'Select Company',
|
||||
'about_companies' => 'About Companies',
|
||||
'about_companies_description' => ' You can use companies as a simple informative field, or you can use them to restrict asset visibility and availability to users with a specific company by enabling Full Company Support in your Admin Settings.',
|
||||
];
|
20
SNIPE-IT/resources/lang/en-GB/admin/companies/message.php
Normal file
20
SNIPE-IT/resources/lang/en-GB/admin/companies/message.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'does_not_exist' => 'Company does not exist.',
|
||||
'deleted' => 'Deleted company',
|
||||
'assoc_users' => 'This company is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this company and try again. ',
|
||||
'create' => [
|
||||
'error' => 'Company was not created, please try again.',
|
||||
'success' => 'Company created successfully.',
|
||||
],
|
||||
'update' => [
|
||||
'error' => 'Company was not updated, please try again',
|
||||
'success' => 'Company updated successfully.',
|
||||
],
|
||||
'delete' => [
|
||||
'confirm' => 'Are you sure you wish to delete this company?',
|
||||
'error' => 'There was an issue deleting the company. Please try again.',
|
||||
'success' => 'The Company was deleted successfully.',
|
||||
],
|
||||
];
|
11
SNIPE-IT/resources/lang/en-GB/admin/companies/table.php
Normal file
11
SNIPE-IT/resources/lang/en-GB/admin/companies/table.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
return array(
|
||||
'companies' => 'Companies',
|
||||
'create' => 'Create Company',
|
||||
'email' => 'Company Email',
|
||||
'title' => 'Company',
|
||||
'phone' => 'Company Phone',
|
||||
'update' => 'Update Company',
|
||||
'name' => 'Company Name',
|
||||
'id' => 'ID',
|
||||
);
|
Reference in New Issue
Block a user