mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 04:20:49 +08:00
15 lines
488 B
PHP
15 lines
488 B
PHP
<?php
|
|
return [
|
|
'client' => 'Klant',
|
|
'redirect' => 'Omleidings URL',
|
|
'secret' => 'Geheim',
|
|
'revoked' => 'Valid',
|
|
'access_token' => 'Toegangstoken token',
|
|
'refresh_token' => 'Vernieuwen token',
|
|
'authorization_request_title' => 'Autorisatie verzoek',
|
|
'authorization_request_desc' => 'vraagt om toestemming voor toegang tot uw account',
|
|
'btn_approve' => 'Autoriseer',
|
|
'btn_deny' => 'annuleren',
|
|
'skips_authorization' => 'Overslaan autorisatie',
|
|
];
|