upgrade
This commit is contained in:
16
plugin/createdrupaluser/lang/spanish.php
Normal file
16
plugin/createdrupaluser/lang/spanish.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?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/';
|
||||
|
||||
$strings['DrupalUserId'] = 'ID de usuario Drupal';
|
||||
Reference in New Issue
Block a user