2020-09-01 00:29:58 +01:00
|
|
|
<?php
|
2020-10-10 16:30:26 +00:00
|
|
|
|
2020-09-01 00:29:58 +01:00
|
|
|
return [
|
2022-03-31 15:05:48 +01:00
|
|
|
'2fa_txt' => '',
|
|
|
|
'application_closed' => '',
|
|
|
|
'application_closed_intro' => '',
|
|
|
|
'application_closed_intro_line2' => '',
|
|
|
|
'choose_app' => '',
|
|
|
|
'contactlabel_email' => '',
|
|
|
|
'contactlabel_name' => '',
|
|
|
|
'contactlabel_send' => '',
|
|
|
|
'contactlabel_subject' => '',
|
|
|
|
'contact_cta' => '',
|
|
|
|
'contact_disclaimer' => '',
|
|
|
|
'dashboard' => '',
|
|
|
|
'details_m_title' => '',
|
|
|
|
'dispatch_event' => '',
|
|
|
|
'edt_action' => '',
|
|
|
|
'footer_copy' => '',
|
|
|
|
'global_error' => '',
|
|
|
|
'global_success' => '',
|
|
|
|
'ineligible_days_remaining' => '',
|
|
|
|
'last_updated' => '',
|
|
|
|
'modal_close' => '',
|
|
|
|
'open' => '',
|
|
|
|
'opening_nodetails' => '',
|
|
|
|
'opening_nodetails_exp' => '',
|
|
|
|
'ppolicy' => '',
|
2020-09-01 17:46:27 +01:00
|
|
|
'profile' => [
|
2022-03-31 15:05:48 +01:00
|
|
|
'discord_tag' => '',
|
|
|
|
'edituser' => '',
|
|
|
|
'edituser_consequence' => '',
|
2020-09-01 18:49:08 +01:00
|
|
|
],
|
2022-03-31 15:05:48 +01:00
|
|
|
'reusable' => [
|
|
|
|
'confirm' => '',
|
2020-09-01 19:30:28 +01:00
|
|
|
],
|
2022-03-31 15:05:48 +01:00
|
|
|
'signin_cta' => '',
|
|
|
|
'terms' => '',
|
|
|
|
'txt_apply' => '',
|
|
|
|
'txt_learn_more' => '',
|
2020-09-01 19:30:28 +01:00
|
|
|
'view_app' => [
|
2022-03-31 15:05:48 +01:00
|
|
|
'denyapp' => '',
|
2020-09-10 23:09:23 +01:00
|
|
|
],
|
2020-09-01 00:29:58 +01:00
|
|
|
];
|