upgrade
This commit is contained in:
12
plugin/exercise_signature/lang/english.php
Normal file
12
plugin/exercise_signature/lang/english.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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';
|
||||
12
plugin/exercise_signature/lang/french.php
Normal file
12
plugin/exercise_signature/lang/french.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
/* License: see /license.txt */
|
||||
|
||||
// Needed in order to show the plugin title
|
||||
$strings['plugin_title'] = "Exercice signature";
|
||||
$strings['plugin_comment'] = "Ajoute la possibilité pour l'enseignant de demander une signature en fin d'examen. La signature est possible au travers d'une fenêtre modale de type tableau blanc qui fonctionne en mode 'touch'. L'enseignant peut ensuite visualiser la signature associée à chaque tentative.";
|
||||
$strings['tool_enable'] = 'Activer le plugin';
|
||||
$strings['Sign'] = 'Signer';
|
||||
$strings['ProvideASignatureFirst'] = "Veuillez d'abord fournir une signature";
|
||||
$strings['SignatureActivated'] = 'Signature activée';
|
||||
$strings['SignatureMandatory'] = 'Signature obligatoire';
|
||||
11
plugin/exercise_signature/lang/spanish.php
Normal file
11
plugin/exercise_signature/lang/spanish.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
/* License: see /license.txt */
|
||||
|
||||
// Needed in order to show the plugin title
|
||||
$strings['plugin_title'] = "Exercise signature";
|
||||
$strings['plugin_comment'] = "Agrega la posiblidad para los profesores de solicitar una firma al fin de cada intento de examen. La firma se hace a través de una ventana modal tipo pizarra blanca que funciona en modo 'touch'. El profesor puede luego revisar la firma asociada con cada intento.";
|
||||
$strings['tool_enable'] = 'Activar plugin';
|
||||
$strings['Sign'] = 'Firmar';
|
||||
$strings['ProvideASignatureFirst'] = "Primero ingrese una firma";
|
||||
$strings['SignatureActivated'] = 'Firma activada';
|
||||
Reference in New Issue
Block a user