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

23 lines
722 B
PHP
Raw Normal View History

2019-12-06 12:03:04 -08:00
<?php
return [
2019-12-06 12:03:04 -08:00
'group_exists' => 'Group already exists!',
'group_not_found' => 'Group [:id] does not exist.',
'group_name_required' => 'The name field is required',
'success' => [
2019-12-06 12:03:04 -08:00
'create' => 'Group was successfully created.',
'update' => 'Group was successfully updated.',
'delete' => 'Group was successfully deleted.',
],
2019-12-06 12:03:04 -08:00
'delete' => [
2019-12-06 12:03:04 -08:00
'confirm' => 'Are you sure you wish to delete this group?',
'create' => 'There was an issue creating the group. Please try again.',
'update' => 'There was an issue updating the group. Please try again.',
'delete' => 'There was an issue deleting the group. Please try again.',
],
2019-12-06 12:03:04 -08:00
];