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