You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
1.2 KiB
25 lines
1.2 KiB
<?php
|
|
/* For licensing terms, see /license.txt */
|
|
/**
|
|
* Strings to english L10n.
|
|
*
|
|
* @author Angel Fernando Quiroz Campos <angel.quiroz@beeznest.com>
|
|
*
|
|
* @package chamilo.plugin.azure_active_directory
|
|
*/
|
|
$strings['plugin_title'] = 'Azure Active Directory';
|
|
$strings['plugin_comment'] = 'Allow authentication with Microsoft\'s Azure Active Directory';
|
|
|
|
$strings['enable'] = 'Enable';
|
|
$strings['app_id'] = 'Application ID';
|
|
$strings['app_id_help'] = 'Enter the Application Id assinged to your app by the Azure portal, e.g. 580e250c-8f26-49d0-bee8-1c078add1609';
|
|
$strings['tenant'] = 'Tenant';
|
|
$strings['tenant_help'] = 'Enter the name of your B2C directory, e.g. contoso.onmicrosoft.com';
|
|
$strings['signup_policy'] = 'Sign up policy';
|
|
$strings['signup_policy_help'] = 'Enter your sign up policy name, e.g.g b2c_1_sign_up';
|
|
$strings['signin_policy'] = 'Sign in policy';
|
|
$strings['signin_policy_help'] = 'Enter your sign in policy name, e.g. b2c_1_sign_in';
|
|
$strings['signunified_policy'] = 'Unified sign in and sign up policy';
|
|
$strings['signunified_policy_help'] = 'Enter your name of unified sign in and sign up policy, e.g. b2c_1_sign_unified';
|
|
$strings['block_name'] = 'Block name';
|
|
$strings['SignUpAndSignIn'] = 'Sign up and sign in';
|
|
|