Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/dceprojects.corals.io/Corals/modules/ProjectPlan/resources/lang/en/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/dceprojects.corals.io/Corals/modules/ProjectPlan/resources/lang/en/attributes.php
<?php

return [
    'project' => [
        'name' => 'Project Name',
        'quote_number' => 'Quote Number',
        'type' => 'Type',
        'address' => 'Address',
        'status' => 'Status',
        'details' => 'Details',
        'model_address_as_project_address' => 'Click to use :model address',
        'number_of_days' => 'Number Of Days',
        'description' => 'Project Description',
        'positions' => 'Positions',
        'vendor' => 'Vendor',
        'attachments' => 'Attachments',
        'project_type_options' => [
            'place_based' => 'Place Based',
            'virtual' => 'Virtual',
            'hybrid' => 'Hybrid'
        ],
        'project_status_options' => [
            'draft' => 'Draft',
            'pending_approval' => 'Pending Approval',
            'approved' => 'Approved',
            'completed' => 'Completed'
        ],
        'customer' => 'Customer',
        'freelancer' => 'Freelancer',
        'venue' => 'Venue',
        'new_contact_help' => '<a class="modal-load" data-title="Create Contact"
                           href="' . url('pp/get-contact-form') . '?target=:id">Add New Contact</a>',
        'new_vendor_help' => '<a class="modal-load" data-title="Create Vendor"
                           href="' . url('pp/get-vendor-form') . '?target=:id&types=:types">Add New Vendor</a>',
        'owner' => 'Owner',
        'new_hotel_help' => '<a class="modal-load" data-title="Create Hotel"
                           href="' . url('pp/get-hotel-form') . '?target=:id">Add New Hotel</a>',
    ],
    'vendor' => [
        'vendor' => 'Vendor',
        'name' => 'Vendor Name',
        'phone' => 'Phone',
        'email' => 'Email',
        'types' => 'Types',
        'contact' => 'Contact',
        'address' => 'Address',
//        'vendor_types' => [
//            'power' => 'Power',
//            'cross-rental' => 'Cross Rental',
//            'trucking' => 'Trucking',
//            'it' => 'IT',
//            'rigging' => 'Rigging',
//            'staging-and-scenic' => 'Staging And Scenic',
//            'fabrication-custom-builds' => 'Fabrication Custom Builds'
//        ]
    ],
    'contact' => [
        'name' => 'Name',
        'phone' => 'Phone',
        'email' => 'Email',
        'type' => 'Type',
        'contact_info' => 'Info',
        'is_primary' => 'Primary',
        'contact_type_options' => [
            'customer' => 'Customer',
            'venue' => 'Venue'
        ]
    ],
    'customer' => [
        'name' => 'Customer Name',
        'phone' => 'Phone',
        'email' => 'Email',
        'contact' => 'Contact',
        'address' => 'Address',

    ],
    'venue' => [
        'name' => 'Venue Name',
        'phone' => 'Phone',
        'email' => 'Email',
        'contact' => 'Contact',
        'address' => 'Address'
    ],
    'schedule' => [
        'date' => 'Date',
        'not_including_loadInOut' => 'Not including load-in or load-out unless they are the same day',
        'event_times' => 'Event Times',
        'first_call_time' => 'First Call Time',
        'expected_end_time' => 'Expected End Time',
        'expected_ot' => 'Expected OT',
        'load_in' => 'Load In',
        'load_out' => 'Load Out',
        'pull_sheet' => 'Pull Sheet',
        'preparation' => 'Prep/Pre-Rig',
        'show_day' => 'Show Day :seq',
        'notes' => 'Notes',
        'with_meals' => 'With Meals',
        'type' => 'Type',
        'sum' => 'Sum'
    ],
    'meal' => [
        'meals' => [
            'breakfast' => 'Breakfast ',
            'lunch' => 'Lunch ',
            'dinner' => 'Dinner',
        ],
        'time' => 'Time',
        'load_in_day' => 'Load-In Day',
        'meal_source' => 'Source',
        'what_is_ordered' => 'What is Ordered',
        'who_will_pickup' => 'Who will PickUp',
        'total_number_to_feed' => 'Total Number To Feed',
        'total' => 'Total',
        'cost_per_person' => 'Cost Per Person',
        'total_cost' => 'Total Cost',
        'type' => 'Type',
        'type_location' => 'Delivery/Pickup Location',
        'type_time' => 'Delivery/PickUp Time',
        'type_options' => [
            'on_location_meal' => 'on location meal',
            'client_provided' => 'client provided'
        ]
    ],
    'question' => [
        'title' => 'Title',
        'description' => 'Description',
        'status' => 'Status',
        'type' => 'Type',
        'question_type_options' => [
            'yes_no' => 'Yes/No',
            'text' => 'Text',
        ]
    ],
    'position' => [
        'name' => 'Name',
        'email' => 'Email',
        'phone' => 'Phone',
        'lpo' => 'LPO#',
        'rate' => 'Rate',
        'expected_regular_hours' => 'Regular Hours',
        'expected_overtime_hours' => 'Overtime Hours',
        'total_cost' => ':position Total Cost',
        'starts_date' => 'From',
        'ends_date' => 'To',
        'crew_total_cost' => 'Total Cost',
        'per_diem_daily_rate' => 'Diem Daily Rate',
        'per_diem_days' => 'Diem Days #',
        'notes' => 'Notes',

    ],
    'projectCrew' => [
        'project' => 'Project',
        'user' => 'User',
        'position_code' => 'Position',
        'starts_date' => 'From',
        'ends_date' => 'To',
        'lpo' => 'LPO',
        'rate' => 'Rate',
        'expected_regular_hours' => 'Regular Hours',
        'expected_overTime_hours' => 'Overtime Hours',
        'total_cost' => 'Total Cost',
        'status' => 'Status',
        'per_diem_daily_rate' => 'Diem Daily Rate',
        'per_diem_days' => 'Diem Days#',
        'notes' => 'Notes',
        'projectCrew_status_option' =>
            [
                'survey_submitted' => 'Survey Submitted',
                'pending' => 'Pending'
            ]

    ],
    'it_vendor' => [
        'required_number_of_hardline_internet_drops' => 'Required Number Of Hardline Internet Drops',
        'required_minimum_download_speed' => 'Required Minimum Download Speed',
        'required_minimum_upload_speed' => 'Required Minimum Upload Speed',
        'location_of_internet_drops' => 'Location Of Internet Drops',
        'internet_availability_date_time' => 'Internet Availability Date',
        'expected_cost' => 'Expected Cost',
        'internet_confirmed' => 'Internet Confirmed? ',
        'internet_confirmed_option' => [
            'yes' => 'Yes',
            'no' => 'No'
        ]
    ],
    'cross_rental_vendor' => [
        'rental_rep' => 'Rental Rep',
        'cross_rental_items' => 'Cross Rental Items',
        'rental_cost' => 'Rental Cost',
        'flex_rpo#' => 'Flex Rpo#',
        'dce_to_pickup?' => 'DCE To Pickup?',
        'delivery_date_time' => 'Delivery Date Time',
        'pickup_date_time' => 'Pickup Date Time',
        'delivery_location' => 'Delivery Location ',
        'pickup_location' => 'Pickup Location',
        'delivery_cost' => 'Pickup/Delivery Cost',
    ],

    'generic_vendor' => [
        'service_provided' => 'Service Provided',
        'cost' => 'Cost',
        'flex_rpo#' => 'Flex Rpo#',
        'dce_to_pickup' => 'DCE To Pickup?',
        'delivery_date_time' => 'Delivery Date Time',
        'pickup_date_time' => 'Pickup Date Time',
        'delivery_location' => 'Delivery Location ',
        'pickup_location' => 'Pickup Location',
        'delivery_cost' => 'Pickup/Delivery Cost',
        'notes' => 'Notes',
        'dce_to_pickup_options' => [
            'yes' => 'Yes',
            'no' => 'No'
        ],
    ],

    'trucking_vendor' => [
        'vehicle_type' => 'Vehicle Type',
        'delivery_date' => 'Delivery Date',
        'cost' => 'Trucking Cost',
        'dce_owned_or_external' => 'DCE Owned Or External?',
        'flex_rpo' => 'Flex Rpo',
        'availability_date' => 'Availability Date',
        'company' => 'Company',
        'DCE_driver' => 'DCE Driver',
        'delivery_location' => 'Delivery Location',
        'is_confirmed' => 'Is Confirmed?',
        'tracking_numbers' => 'Tracking Numbers',
        'tracking_monitor' => 'Tracking Monitor',
        'outbound_delivery_date' => 'OutBound Delivery Date',
        'is_confirmed_option' => [
            'yes' => 'Yes',
            'no' => 'No'
        ],
        'dce_owned_or_external_option' =>
            [
                'owned' => 'Owned',
                'external' => 'External'
            ]
    ],
    'rigging_vendor' => [
        'required_number_of_points' => 'Required Number Of Points',
        'is_house_rigging_company' => 'Is House Rigging Company?',
        'supplier' => 'Supplier',
        'expected_cost' => 'Expected Cost',
        'rigging_date' => 'Rigging Date',
        'is_confirmed' => 'Is Confirmed? ',
        'is_house_rigging_company_or_3rd_party' => 'Is House Rigging or 3rd Party?',
        'is_confirmed_option' => [
            'yes' => 'Yes',
            'no' => 'No'
        ],
        'is_house_rigging_company_or_3rd_party_option' => [
            'house_rigging' => 'House Rigging',
            '3rd_party' => '3rd Party'
        ]
    ],
    'power_vendor' => [
        'venue_provided' => 'Venue Provided?',
        'venue_facilities_contact' => 'Venue Facilities Contact',
        'phone' => 'Phone',
        'email' => 'Email',
        'availability_date_time' => 'Availability Date',
        'feeder_cable_provided' => 'Feeder Cable Provided?',
        'generator_required' => 'Generator Required?',
        'generator_size_capacity' => 'Generator Size/Capacity',
        'generator_rental_company' => 'Generator Rental Company',
        'delivery_dates_times' => 'Delivery/Pickup Date',
        'generator_rental_cost' => 'Generator Rental Cost',
        'fuel_source' => 'Fuel Source',
        'estimated_fuel_cost' => 'Estimated Fuel Cost',
        'amperage_required' => 'Amperage Required?',
        'distro_required' => 'Distro Required?',
        'phase_type' => '3-Phase or Single Phase?',
        'cable_connector_type' => 'Cable/Connector Type',
        'audio' => 'Audio',
        'video' => 'Video',
        'lighting' => 'Lighting',
        'admin' => 'Admin',
        'feeder_cable_provided_option' => [
            'yes' => 'Yes',
            'no' => 'No'
        ],
        'venue_provided_option' => [
            'yes' => 'Yes',
            'no' => 'No'
        ],
        'generator_required_option' => [
            'yes' => 'Yes',
            'no' => 'No'
        ],
        'phase_type_option' => [
            '3_phase' => '3 Phase',
            'single_phase' => 'Single Phase'
        ],
        'amperage_required_option' => [
            'yes' => 'Yes',
            'no' => 'No'
        ],
        'distro_required_option' => [
            'yes' => 'Yes',
            'no' => 'No'
        ]
    ],
    'fabrication_custom_builds' => [
        'description_of_item' => 'Description of fabricated/custom item',
        'flex_ppo_number' => 'FLEX PPO#',
        'designer' => 'Designer',
        'fabricator_or_custom_producer' => 'Fabricator/custom producer',
        'item_requested_by' => 'Item requested by',
        'item_design_creation_approvedby' => 'Item design & creation approved by',
        'projected_cost' => 'Projected Cost',
        'deadline_artwork_design_submission' => 'Deadline for artwork/design submission',
        'deadline_delivery_installation' => 'Deadline for delivery/installation',
        'installer_onsite_management_name' => 'Installer/On-Site Management name',
    ],
    'owner' => [
        'name' => 'Owner Name',
        'phone' => 'Phone',
        'email' => 'Email',
        'status' => 'Status'
    ],
    'lodging' => [
        'hotel_name' => 'Hotel Name',
        'number_of_rooms' => 'Number Of Rooms',
        'number_of_nights' => 'Number Of Nights',
        'notes' => 'Notes',
        'check_in_date' => 'Check In Date',
        'check_out_date' => 'Check Out Date',
        'total_cost' => 'Total Cost',
        'nightly_rate' => 'Nightly Rate'
    ],
    'airfare' => [
        'airfare' => 'Airfare',
        'number_of_passengers' => 'Number Of Passengers',
        'rate_per_passenger' => 'Rate Per Passenger',
        'departure_city' => 'Departure City',
        'arrival_city' => 'Arrival City',
        'connecting_city' => 'Connecting City',
        'connecting_flight_number' => 'Connecting Flight Number',
        'destination_flight_number' => 'Destination Flight Number',
        'connecting_flight_departure_time' => 'Connecting Flight Departure Time',
        'destination_flight_departure_time' => 'Destination Flight Departure Time',
        'connecting_flight_arrival_time' => 'Connecting Flight Arrival Time',
        'destination_flight_arrival_time' => 'Destination Flight Arrival Time',
        'notes' => 'Notes',
        'cost' => 'Cost'
    ],
    'hotel' => [
        'hotel' => 'Hotel',
        'name' => 'Hotel Name',
        'phone' => 'Phone',
        'email' => 'Email',
        'address' => 'Address'
    ],


];

Spamworldpro Mini