File: /home/imensosw/www/mpl.imenso.co/config/messages.php
<?php
// TODO: move this to translations
return [
'tour_manager' => [
'warnings' => [
'tour_has_no_dates' => 'This tour does not have any dates set.',
'tour_has_no_events' => 'This tour does not have any events created yet.',
'tour_date_has_no_events' => 'This tour date does not have an event assigned to it yet.',
'event_has_not_been_approved_by_venue' => 'An event on this tour date has not yet been approved by the venue.',
'event_not_approved_by_venue' => 'This event has not yet been approved by the venue, therefore cannot be announced yet.',
'event_has_no_doors_set' => 'This event has no doors time set, so cannot be announced yet.',
'is_already_announced' => 'This event is already announced and will remain announced.'
],
'errors' => [
'tour_publish_permission_error' => 'You do not have permission to publish this tour.',
'tour_cancel_permission_error' => 'You do not have permission to cancel this tour.',
'tour_update_permission_error' => 'You do not have permission to edit this tour.',
'tour_reinstate_permission_error' => 'You do not have permission to reinstate this tour.',
'tour_unannounce_permission_error' => 'You do not have permission to unannounce this tour',
'tour_announce_permission_error' => 'You do not have permission to announce this tour',
'validation_name_required' => 'Name is required',
'validation_artist_required' => 'Headline Artist is required',
],
'success' => [
'tour_created' => 'Tour added successfully.',
'tour_updated' => 'Tour updated successfully.',
'tour_cancelled' => 'Tour cancelled successfully.',
'tour_published' => 'Tour published successfully.',
'tour_reinstated' => 'Tour reinstated successfully.',
'tour_unannounced' => 'Tour unannounced successfully',
'tour_announced' => 'Tour and applicable events announced successfully'
]
],
'tour_detail' => [
'errors' => [
'tour_not_announced' => 'You do not have permission to see this tour'
]
]
];