mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-24 12:17:05 -08:00
Updated translation
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
5829b02323
commit
570944a48b
|
@ -3,7 +3,7 @@
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
'does_not_exist' => 'License does not exist or you do not have permission to view it.',
|
'does_not_exist' => 'License does not exist or you do not have permission to view it.',
|
||||||
'user_does_not_exist' => 'User does not exist.',
|
'user_does_not_exist' => 'User does not exist or you do not have permission to view them.',
|
||||||
'asset_does_not_exist' => 'The asset you are trying to associate with this license does not exist.',
|
'asset_does_not_exist' => 'The asset you are trying to associate with this license does not exist.',
|
||||||
'owner_doesnt_match_asset' => 'The asset you are trying to associate with this license is owned by somene other than the person selected in the assigned to dropdown.',
|
'owner_doesnt_match_asset' => 'The asset you are trying to associate with this license is owned by somene other than the person selected in the assigned to dropdown.',
|
||||||
'assoc_users' => 'This license is currently checked out to a user and cannot be deleted. Please check the license in first, and then try deleting again. ',
|
'assoc_users' => 'This license is currently checked out to a user and cannot be deleted. Please check the license in first, and then try deleting again. ',
|
||||||
|
|
Loading…
Reference in a new issue