![]() 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/job-board.corals.io/Corals/modules/Jobs/resources/lang/en/ |
<?php return [ 'job' => [ 'title' => 'Title', 'slug' => 'Slug', 'description' => 'Description', 'shortdescription' => 'Short Description', 'starts' => 'Starts at', 'ends' => 'Ends at', 'categories' => 'Categories', 'tags' => 'Tags', 'status_options' => [ 'draft' => 'Draft', 'published' => 'Published', 'ended' => 'Ended', ], 'owner_id' => 'Owner', 'applications_count' => 'Applications', 'date' => 'Date', 'time' => 'Time', 'jobtype' => 'Job Type', 'salary' => 'Salary', 'location' => 'Location', 'experiencelevel' => 'Experience Level', ], 'job_application' => [ 'user_notes' => 'Place a brief description', 'admin_notes' => 'Admin Note', 'status_options' => [ 'submitted' => 'Submitted', 'scheduled' => 'Scheduled', 'cancelled' => 'Cancelled', 'completed' => 'Completed', ], 'date' => 'Date:', 'applicant' => 'Applicant', 'note' => 'Notes', 'action' => 'Action', 'job_id' => 'Job', 'user_id' => 'User', 'schedule_date' => 'Schedule Date', 'schedule_time' => 'Schedule Time', ], 'employer' => [ 'description' => 'Description', 'user_id' => 'User', 'field_code' => 'Field', 'salary' => 'Salary', 'location' => 'Location', 'name' => 'Name', 'thumbnail' => 'Thumbnail', 'clear' => 'Clear thumbnail image', ], 'candidate' => [ 'salary' => 'Salary', 'location' => 'Location', 'user_id' => 'User', 'profession' => 'Profession', ], 'work' => [ 'work_experience' => 'Work Experience', 'starts' => 'Starts at', 'ends' => 'Ends at', 'shortdescription' => 'Short Description', 'title' => 'Title', ], 'education' => [ 'education' => 'Education', 'starts' => 'Starts at', 'ends' => 'Ends at', 'shortdescription' => 'Short Description', 'title' => 'Title', ], 'branch' => [ 'branches' => 'Branches', 'location' => 'Location', 'name' => 'Name', 'shortdescription' => 'Short Description', ] ];