english.php 1.2 KB

123456789101112131415161718192021222324
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. /**
  4. * Strings to english L10n
  5. * @author Angel Fernando Quiroz Campos <angel.quiroz@beeznest.com>
  6. * @package chamilo.plugin.azure_active_directory
  7. */
  8. $strings['plugin_title'] = 'Azure Active Directory';
  9. $strings['plugin_comment'] = 'Allow authentication with Microsoft\'s Azure Active Directory';
  10. $strings['enable'] = 'Enable';
  11. $strings['app_id'] = 'Application ID';
  12. $strings['app_id_help'] = 'Enter the Application Id assinged to your app by the Azure portal, e.g. 580e250c-8f26-49d0-bee8-1c078add1609';
  13. $strings['tenant'] = 'Tenant';
  14. $strings['tenant_help'] = 'Enter the name of your B2C directory, e.g. contoso.onmicrosoft.com';
  15. $strings['signup_policy'] = 'Sign up policy';
  16. $strings['signup_policy_help'] = 'Enter your sign up policy name, e.g.g b2c_1_sign_up';
  17. $strings['signin_policy'] = 'Sign in policy';
  18. $strings['signin_policy_help'] = 'Enter your sign in policy name, e.g. b2c_1_sign_in';
  19. $strings['signunified_policy'] = 'Unified sign in and sign up policy';
  20. $strings['signunified_policy_help'] = 'Enter your name of unified sign in and sign up policy, e.g. b2c_1_sign_unified';
  21. $strings['block_name'] = 'Block name';
  22. $strings['SignUpAndSignIn'] = 'Sign up and sign in';