snipe-it/resources/lang/ur-PK/admin/companies/message.php

20 lines
790 B
PHP
Raw Normal View History

2019-12-06 12:03:04 -08:00
<?php
return [
2019-12-06 12:03:04 -08:00
'does_not_exist' => 'Company does not exist.',
'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' => [
2019-12-06 12:03:04 -08:00
'error' => 'Company was not created, please try again.',
'success' => 'Company created successfully.',
],
'update' => [
2019-12-06 12:03:04 -08:00
'error' => 'Company was not updated, please try again',
'success' => 'Company updated successfully.',
],
'delete' => [
2019-12-06 12:03:04 -08:00
'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.',
],
];