File: /home/imensosw/liftcincy.imenso.co/resources/lang/en/opportunity.php
<?php
return [
'date' => "Date",
'location' => "Location",
'time' => "Time",
'desc' => "Description",
'no_of_hours' => "Number of Hours",
'no_of_volunteers' => "Number of Volunteers Needed",
'signed' => "Registered",
'signup' => "Sign Up",
'close' => "Close",
'view' => "View",
'volunteer_opportunities' => "Volunteer Opportunities",
'search_address'=> "Search Near Address",
'search_radius'=>"Search Radius",
'search_by_type'=>"Filter by type",
'not_found'=>"No opportunities found!",
'proccessing'=>"Signing Up!",
'proccessing_text'=>"Please stay on page and do not reload.",
'org_name' => "Organization",
'org_contact' => "Contact Number",
'approved' => "Approved",
'pending' => "Pending",
'volunteer_applied_text' => "Volunteer Roster",
'opportunity_type' => 'Opportunity Type',
'public' => 'Public',
'private' => 'Private',
'invite_by_email' => "Invite Volunteers by Email Address",
'invite_button'=> 'Send Invitation',
'invite_popup_msg' => "Upon confirmation, an email invitation to join this event will be sent to your volunteers.",
'invite_email_placeholder' => "Enter email addresses separated by a comma",
'select_opportunity_type' => "Select Opportunity Type",
'opportunity_detail' => "Volunteer Opportunity Details",
'ongoing_opportunity' => "Ongoing Opportunity?",
'archive_opportunity' => "Archive Opportunity",
'archive_opportunity_msg' => "Are you sure? By archiving, this opportunity will no longer be available to volunteers on Concerted.",
'live_archive_opportunity' => "Unarchive Opportunity",
'live_archive_opportunity_msg' => "Are you sure? This opportunity will be available to volunteers on Concerted.",
'show_ongoing_message' => "OnGoing Opportunity is ended. Updating the Opportunity will turn on the OnGoing Opportunity and this will be live again.",
'archived' => "Archived",
'login' => 'Login',
'login_text' => "Please login with your volunteer account to apply to this Volunteer Opportunity!"
];