29 lines
552 B
PHP
29 lines
552 B
PHP
<?php
|
|
|
|
return [
|
|
'2fa_txt' => '',
|
|
'choose_app' => '',
|
|
'dashboard' => '',
|
|
'details_m_title' => '',
|
|
'dispatch_event' => '',
|
|
'edt_action' => '',
|
|
'global_error' => '',
|
|
'global_success' => '',
|
|
'modal_close' => '',
|
|
'open' => '',
|
|
'ppolicy' => '',
|
|
'profile' => [
|
|
'discord_tag' => '',
|
|
'edituser' => '',
|
|
'edituser_consequence' => '',
|
|
],
|
|
'reusable' => [
|
|
'confirm' => '',
|
|
],
|
|
'signin_cta' => '',
|
|
'terms' => '',
|
|
'view_app' => [
|
|
'denyapp' => '',
|
|
],
|
|
];
|