Fuente: https://github.com/chamilo/chamilo-lms/releases/download/v1.11.40/chamilo-1.11.40.zip sha256: 1cf4bf2cc7bae1ef1a1eff643235db1d552f78ddf4b6dd1e2d2dac9868679439 Snapshot independiente (rama huerfana); diffable vs 1.11.38. vendor incluido.
13 lines
694 B
PHP
13 lines
694 B
PHP
<?php
|
|
|
|
/* License: see /license.txt */
|
|
|
|
// Needed in order to show the plugin title
|
|
$strings['plugin_title'] = "Exercise signature";
|
|
$strings['plugin_comment'] = "Add the possibility for teachers to ask for a signature at the end of any exam attempt. The signature request is made through a modal window with a whiteboard-style area that works in touch mode, and teachers can later check (manually) the signature attached to the attempt.";
|
|
$strings['tool_enable'] = 'Tool enabled';
|
|
$strings['ProvideASignatureFirst'] = 'Please provide a signature first';
|
|
$strings['Sign'] = 'Sign';
|
|
$strings['SignatureActivated'] = 'Signature activated';
|
|
$strings['SignatureMandatory'] = 'Signature mandatory';
|