english.php 717 B

1234567891011121314151617
  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.createDrupalUser
  9. */
  10. $strings['plugin_title'] = 'Create Drupal users';
  11. $strings['plugin_comment'] = 'This plugin creates users in an associated Drupal website when a user is created in Chamilo LMS. This requires the "chamilo" module to be installed and configured on the Drupal side.';
  12. $strings['drupal_domain'] = 'Drupal website URL';
  13. $strings['drupal_domain_help'] = 'The server domain name should be written with a trailing slash and with the protocol, e.g. http://www.example.com/';
  14. $strings['DruaplUserId'] = 'Drupal user ID';