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

38 lines
1.3 KiB
PHP
Raw Normal View History

2019-12-06 12:03:04 -08:00
<?php
return array(
2019-12-06 12:03:04 -08:00
'does_not_exist' => 'The accessory [:id] does not exist.',
2019-12-06 12:03:04 -08:00
'assoc_users' => 'This accessory currently has :count items checked out to users. Please check in the accessories and and try again. ',
'create' => array(
2019-12-06 12:03:04 -08:00
'error' => 'The accessory was not created, please try again.',
'success' => 'The accessory was successfully created.'
),
2019-12-06 12:03:04 -08:00
'update' => array(
2019-12-06 12:03:04 -08:00
'error' => 'The accessory was not updated, please try again',
'success' => 'The accessory was updated successfully.'
),
2019-12-06 12:03:04 -08:00
'delete' => array(
2019-12-06 12:03:04 -08:00
'confirm' => 'Are you sure you wish to delete this accessory?',
'error' => 'There was an issue deleting the accessory. Please try again.',
'success' => 'The accessory was deleted successfully.'
),
2019-12-06 12:03:04 -08:00
'checkout' => array(
2019-12-06 12:03:04 -08:00
'error' => 'Accessory was not checked out, please try again',
'success' => 'Accessory checked out successfully.',
'user_does_not_exist' => 'That user is invalid. Please try again.'
),
2019-12-06 12:03:04 -08:00
'checkin' => array(
2019-12-06 12:03:04 -08:00
'error' => 'Accessory was not checked in, please try again',
'success' => 'Accessory checked in successfully.',
'user_does_not_exist' => 'That user is invalid. Please try again.'
)
2019-12-06 12:03:04 -08:00
);