english.php 565 B

123456789101112
  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 user';
  9. $strings['plugin_comment'] = 'This plugin create a user in Drupal website when a user is registered in Chamilo LMS';
  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/';