25 | t('The application was authorized successfully. You can now close this window.')); ?> 26 |
27 | 28 | -------------------------------------------------------------------------------- /templates/authorize-error.php: -------------------------------------------------------------------------------- 1 | 18 | */ 19 | 20 | style('oauth2', 'authorization'); 21 | ?> 22 | 23 |t('Request not valid')); ?>
25 |t('This request is not valid. Please contact the administrator if this error persists.')); ?>
29 | 32 |t('This request is not valid. Please contact the administrator of “%s” if this error persists.', [$_['client_name']])); ?>
33 | 35 |getIdentifier()); ?>
getSecret()); ?>
t('Name')); ?> | 37 |38 | |
---|---|
getName()); ?> | 45 |46 | 50 | | 51 |
t('Switch user')); ?>
27 |t( 30 | 'You are logged in as %s but the application requested access for user %s.', 31 | [$_['current_user'], $_['requested_user']] 32 | )); ?> 33 |
34 |