english.php 710 B

123456789101112131415
  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.createDrupalUser
  7. */
  8. $strings['plugin_title'] = 'Create Drupal users';
  9. $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.';
  10. $strings['drupal_domain'] = 'Drupal website URL';
  11. $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/';
  12. $strings['DruaplUserId'] = 'Drupal user ID';