Cheetah
en.php
Go to the documentation of this file.
1 <?php
2 
8 $sLangCategory = 'OAuth2 Server';
9 
10 $aLangContent = array(
11  '_sys_module_oauth2' => 'OAuth2 Server',
12  '_ch_oauth_administration' => 'OAuth2 Server',
13  '_ch_oauth' => 'OAuth2 Server',
14  '_ch_oauth_help' => 'Information',
15  '_ch_oauth_help_text' => 'Add clients to allow them to use profile information from this site on client\'s sites. <br />
16 Client\'s sites must have "Cheetah Connect" module installed. <br />
17 Specify the following "Cheetah Connect URL" on the client sites:<br />
18 <strong>{0}</strong>',
19  '_ch_oauth_client_id' => 'Client Key',
20  '_ch_oauth_client_secret' => 'Client Secret',
21  '_ch_oauth_add' => 'Add new client',
22  '_ch_oauth_clients' => 'OAuth2 clients',
23  '_ch_oauth_authorization' => 'Authorization',
24  '_ch_oauth_authorize_app' => 'Allow "{0}" to use your profile info?',
25  '_ch_oauth_allow' => 'Yes',
26  '_ch_oauth_deny' => 'No',
27 
28 );
$aLangContent
$aLangContent
Definition: en.php:8
php
$sLangCategory
$sLangCategory
Definition: en.php:8