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.
16 lines
578 B
16 lines
578 B
<?php
|
|
/* For licensing terms, see /license.txt */
|
|
$strings['plugin_title'] = "MindMap";
|
|
$strings['plugin_comment'] = "Crear mapas mentales (MindMaps) en los cursos";
|
|
$strings['tool_enable'] = "Activar el plugin";
|
|
$strings['tool_enable_help'] = "Activar este plugin en las páginas principales de cursos";
|
|
|
|
$strings['TypeContent'] = "Tipo de contenido";
|
|
$strings['Use'] = "Usar";
|
|
|
|
$strings['Term'] = "Término";
|
|
$strings['Definition'] = "Definición";
|
|
$strings['Text'] = "Texto";
|
|
|
|
$strings['VisibleByAll'] = "Visible por todos";
|
|
$strings['EditableByAll'] = "Editable por todos";
|
|
|