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.
18 lines
719 B
18 lines
719 B
|
11 years ago
|
<?php
|
||
|
|
|
||
|
|
/* For licensing terms, see /license.txt */
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Strings to english L10n
|
||
|
|
* @author Angel Fernando Quiroz Campos <angel.quiroz@beeznest.com>
|
||
|
|
* @package chamilo.plugin.tour
|
||
|
|
*/
|
||
|
|
$strings['plugin_title'] = 'Tour';
|
||
|
|
$strings['plugin_comment'] = 'Este plugin muestra a la gente cómo usar tu Chamilo LMS';
|
||
|
|
|
||
|
|
$strings['show_tour'] = 'Mostrar el recorrido';
|
||
|
|
|
||
|
|
$showTourHelpLine01 = 'La configuración necesaria para mostrar los bloques de ayuda, en formato JSON, está localizada en el archivo %splugin/tour/config/tour.json%s.';
|
||
|
|
$showTourHelpLine02 = '%sMira el archivo README para más información.';
|
||
|
|
|
||
|
|
$strings['show_tour_help'] = sprintf("$showTourHelpLine01 $showTourHelpLine02", "<strong>", "</strong>", "<br>");
|