HEX
Server: Apache
System: Linux v38079.2is.nl 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: democfellows (10015)
PHP: 8.1.34
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/creativefellows.nl/ergatis.creativefellows.nl/config/settings.en.php
<?php
	

$settings["labels"] = [
	
	"login" => "My Apics", 
	"footer" => 'partials/en/footer.twig',
	
	"error_404" => [
		"title" => "Page not found (404)",
		"description" => "Sorry, we can’t seem to find what you’re looking for",
		"image" => "/images/remote-working.png",
		"menu" => ["Vacatures", "Voor werknemers", "Voor werkgevers","Over Apics","Contact"]
	],	
	
	"search" => [
		"action" => "/en/vacancies",
		"placeholder" => "Which jobs are you looking for?",
		"search" => "Search",
	],
		
	"jobs" => [
		"pageheader" 	=> "Vacancies",
		"lead" 			=> "Find your new logistical job here",
		"placeholder" 	=> "Function of keyword",
		"button" 		=> "Search",
		"jobs_label" 	=> "Vacancies",
		"button_view"	=> "View vacancy",
		"filters"		=> [
			"discipline" => "Discipline",
			"education" => "Education",
			"hours" => "Hours",
			"salary" => "Salary",
		],
		"filters_description" => [
			"discipline"	 => "In which area of expertise would you like to work?",
			"education" 	=> "For which education level are you looking for vacancies?",
			"hours" 		=> "How many hours per week are you available?",
			"salary" 		=> "What salary would you like to receive?",
		],
		"show_results"  => "Show results",
		"reset_filter" => "Reset filter",
		"hours_label" => "hours",
		
		"salary_min" => "from",
		"salary_max" => "to",
		"salary_month" => "per month",
		"salary_hour" => "per hour",
		"salary_4weeks" => "per 4 weeks",
		
		"interested_in" => "Interested in this vacancy?",
		"apply_now" 	=> "Apply now",
		"vacancy_closed"=> "Unfortunately you can no longer apply for this vacancy",
		"vacancies" 	=> "Vacancies",
		"usefull_links" => [
			"header" => "Usefull links",
			"faq" => "Frequently Asked Questions",
			"faq_link" => "/en/about-apics-flexjobs/faq",
			"contact" => "Contact us",
			"contact_link" => "/en/contact",
		],
		"header" =>[
			"responsibility" => "What are you going to do?",
			"employer" => "About the employer",
			"requirements" => "Requirements",
			"what_we_offer" => "What we offer",
			"more_information" => "More information",
		],
		"apply_form" => "ApplicationForms-2-A",
		"apply_button" => "Apply",
		"apply_to_prefix" => "Apply for:",
		"apply_success" => "/en/recruitnow/sollicitatie/sent-successfully",
		"apply_failed" => "/en/recruitnow/sollicitatie/failed",
		"search_url" => "/en/vacancies/search",
	],
	
	"pagination" => [
		"next" => "Next",
		"prev" => "Previous",
		"page" => "page",
	],
	
	'cookies' => [
		'cookie_text'			=> "This website uses cookies to improve the user experience. By continuing to use this website, you consent to the use of these cookies.", 
		'cookie_link'			=> '/en/privacy-en-gebruiksvoorwaarden',
		'cookie_link_accept'	=> '/accept-cookies',
		'cookie_button_more'	=> 'Read More',
		'cookie_button_accept'	=> 'Accept',
	],
	
]; 




return $settings;