File: /home/imensosw/liftcincy.imenso.co/resources/lang/en/signup.php
<?php
return [
'create_profile' => "Create Account",
'first_name' => "First Name",
'last_name' => "Last Name",
'email' => "Email",
'dob' => "Birthday",
'org_contact' => "Mobile Number",
'password' => "Password",
'password_confirmation' => "Confirm Password",
'address_location' => "Mailing Address",
'address_line1' => "Apartment, Unit, Suite (Optional)",
'address_city' => "City",
'address_postcode' => "Zip Code",
'address_state' => "State",
'country' => "Country",
'email_update' => "I agree to receive volunteer and ticket updates from Concerted",
'privacy_policy' => "I agree to the Terms of Use, Privacy Policy, and Volunteer Waiver",
'create_profile' => "Create Account",
'profile_detail' => 'User Info',
'org_detail' => 'Organization Details',
'image_gallery' => "Image Gallery",
'add_images' => "Add Images",
'image'=> "Image",
'user_name' => "User Name",
'org_type' => "Organization Type",
'org_name' => 'Organization Name',
'org_contact' => 'Mobile Number',
'org_email' => 'Organization Email',
'address' => 'Address',
'address_extra' => 'Address Extra Detail',
'lat' => 'Lat',
'long' => 'Long',
'description' => 'Description',
];