MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/public_html/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'
        ]
    ]
];