mirror of
https://github.com/snipe/snipe-it.git
synced 2026-04-07 00:08:06 +00:00
25 lines
1.4 KiB
PHP
25 lines
1.4 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
'disabled_assoc' => [
|
|
'accessory' => 'This accessory cannot be deleted because it still has items, users, or locations associated with it',
|
|
'asset' => 'This asset cannot be deleted because it still has items associated with it',
|
|
'category' => 'This category cannot be deleted because it still has items associated with it',
|
|
'company' => 'This company cannot be deleted because it still has items or users associated with it',
|
|
'component' => 'This component cannot be deleted because it still has items associated with it',
|
|
'custom_field' => 'This custom field cannot be deleted because it is still associated with at least one fieldset',
|
|
'department' => 'This department cannot be deleted because it still has users associated with it',
|
|
'location' => 'This location cannot be deleted because it still has items or users associated with it',
|
|
'manufacturer' => 'This manufacturer cannot be deleted because it still has items associated with it',
|
|
'supplier' => 'This supplier cannot be deleted because it still has items associated with it',
|
|
'user' => 'This user cannot be deleted because it still has items associated with it',
|
|
'user_self' => 'You cannot delete yourself',
|
|
],
|
|
|
|
'checkin_all' => [
|
|
'user' => 'Checkin all items for this user and optionally delete them. You will be able to confirm this on the next page.',
|
|
],
|
|
|
|
];
|