english.php 1.4 KB

12345678910111213141516171819202122232425262728
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. /**
  4. * Strings to english L10n.
  5. *
  6. * @author Angel Fernando Quiroz Campos <angel.quiroz@beeznest.com>
  7. *
  8. * @package chamilo.plugin.azure_active_directory
  9. */
  10. $strings['plugin_title'] = 'Azure Active Directory';
  11. $strings['plugin_comment'] = 'Allow authentication with Microsoft\'s Azure Active Directory';
  12. $strings['enable'] = 'Enable';
  13. $strings['app_id'] = 'Application ID';
  14. $strings['app_id_help'] = 'Enter the Application Id assinged to your app by the Azure portal, e.g. 580e250c-8f26-49d0-bee8-1c078add1609';
  15. $strings['app_secret'] = 'Application secret';
  16. $strings['force_logout'] = 'Force logout button';
  17. $strings['force_logout_help'] = 'Show a button to force logout session from Azure.';
  18. $strings['block_name'] = 'Block name';
  19. $strings['management_login_enable'] = 'Management login';
  20. $strings['management_login_enable_help'] = 'Disable the chamilo login and enable an alternative login page for users.<br>'
  21. .'You will need copy the <code>/plugin/azure_active_directory/layout/login_form.tpl</code> file to <code>/main/template/overrides/layout/</code> directory.';
  22. $strings['management_login_name'] = 'Name for the management login';
  23. $strings['management_login_name_help'] = 'By default is "Management Login".';
  24. $strings['OrganisationEmail'] = 'Organisation e-mail';
  25. $strings['AzureId'] = 'Azure ID (mailNickname)';
  26. $strings['ManagementLogin'] = 'Management Login';