upgrade
This commit is contained in:
32
plugin/exercisemonitoring/lang/english.php
Normal file
32
plugin/exercisemonitoring/lang/english.php
Normal file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
|
||||
/* For licensing terms, see /license.txt */
|
||||
|
||||
$strings['plugin_title'] = "Exercise monitoring";
|
||||
$strings['plugin_comment'] = "Random photo taking mechanism during an exercise";
|
||||
|
||||
$strings['tool_enable'] = "Enable tool";
|
||||
$strings['intructions'] = 'Instructions';
|
||||
$strings['age_distinction_enable'] = 'Enable age distinction';
|
||||
$strings['legal_age'] = 'Legal age';
|
||||
$strings['extrafield_birtdate'] = 'Extra field for birthdate';
|
||||
$strings['extrafield_birtdate_help'] = 'The name of the field with which age will be calculated, e.g. <code>birthdate</code>';
|
||||
$strings['instructions_adults'] = 'Intructions for adults students';
|
||||
$strings['instructions_minors'] = 'Intrucctions for minors students';
|
||||
$strings['snapshots_lifetime'] = 'Life time of photos taken';
|
||||
$strings['snapshots_lifetime_help'] = 'Number of days that taken photos can remain stored on the server.<br>The cleanup script is located in <code>plugin/exercisemonitoring/cron/cleanup.php</code>';
|
||||
|
||||
$strings['ExerciseMonitored'] = "Exercise monitored";
|
||||
$strings['Retry'] = "Retry";
|
||||
$strings['IdDocumentSnapshot'] = "Validated photo of the ID document";
|
||||
$strings['StudentSnapshot'] = "Validated photo of the student";
|
||||
|
||||
$strings['ImageIdDocumentCameraInstructions'] = "Place your ID document in front of the camera and place it in the marked box. Click the <i>Capture</i> button or press the space bar on your keyboard.";
|
||||
$strings['ImageStudentCameraInstructions'] = "Place your face in front of the camera and place it within the marked circle. Click the <i>Capture</i> button or press the space bar on your keyboard";
|
||||
|
||||
$strings['Snapshots'] = "Snapshots";
|
||||
|
||||
$strings['ExerciseUnmonitored'] = "Exercise unmonitored";
|
||||
$strings['Birthdate'] = "Birthdate";
|
||||
$strings['AdultStudent'] = "Adult student";
|
||||
$strings['MinorStudent'] = "Minor student";
|
||||
Reference in New Issue
Block a user