8 lines
244 B
PHP
8 lines
244 B
PHP
<?php
|
|
|
|
return [
|
|
'unauthorized' => 'You are not authorized to access this resource.',
|
|
'working_hours_saved' => 'Working hours saved successfully.',
|
|
'pending_bookings_warning' => 'Note: :count pending booking(s) may be affected.',
|
|
];
|