123456789101112 |
- <?php
- /* For licensing terms, see /license.txt */
- /**
- * Strings to english L10n
- * @author Angel Fernando Quiroz Campos <angel.quiroz@beeznest.com>
- * @package chamilo.plugin.createDrupalUser
- */
- $strings['plugin_title'] = 'Create Drupal user';
- $strings['plugin_comment'] = 'This plugin create a user in Drupal website when a user is registered in Chamilo LMS';
- $strings['drupal_domain'] = 'Drupal website URL';
- $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/';
|