You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
714 B
12 lines
714 B
<?php
|
|
/* For licensing terms, see /license.txt */
|
|
/**
|
|
* Strings to spanish L10n
|
|
* @author Angel Fernando Quiroz Campos <angel.quiroz@beeznest.com>
|
|
* @package chamilo.plugin.createDrupalUser
|
|
*/
|
|
$strings['plugin_title'] = 'Crear usuario Drupal';
|
|
$strings['plugin_comment'] = 'Este plugin permite crear usuarios en un sitio web Drupal cuando un usuario es creado en Chamilo LMS. Este plugin requiere que el módulo "chamilo" de Drupal esté instalado y configurado en el sitio Drupal.';
|
|
|
|
$strings['drupal_domain'] = 'URL del sitio web Drupal';
|
|
$strings['drupal_domain_help'] = 'La dirección del servidor debe escribirse con el protocolo al comienzo y con la barra al final, por ejemplo http://www.example.com/';
|
|
|