Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1419 ariadna 1
<?php
2
defined('MOODLE_INTERNAL') || die();
3
 
4
$string['pluginname'] = 'Remui format';
5
$string['section0name'] = 'General';
6
$string['sectionname'] = 'Topic';
7
$string['currentsection'] = 'This topic';
8
$string['editsection'] = 'Edit topic';
9
$string['deletesection'] = 'Delete topic';
10
$string['newsectionname'] = 'New name for topic {$a}';
11
$string['hidefromothers'] = 'Hide topic';
12
$string['showfromothers'] = 'Show topic';
13
$string['privacy:metadata'] = 'The Remui format plugin does not store any personal data.';