mirror of
https://github.com/moodle/moodle.git
synced 2025-02-19 07:41:02 +01:00
29 lines
1.5 KiB
PHP
29 lines
1.5 KiB
PHP
<?php
|
|
|
|
$string['createSequence'] = 'Create new sequence';
|
|
$string['editSequence'] = 'Edit selected sequence';
|
|
$string['error'] = 'Sorry, an unknown error has occured.';
|
|
$string['introduction'] = 'Introduction';
|
|
$string['lams'] = '-- LAMS - Learning Activity Management System --';
|
|
$string['lamsoutline'] = 'LAMS Outline';
|
|
$string['lesson']="learning session";
|
|
$string['modulename'] = 'LAMS';
|
|
$string['modulenameplural'] = 'LAMS';
|
|
$string['notsetup'] = 'NOT_SET_UP';
|
|
$string['openauthor'] = 'Open LAMS Author';
|
|
$string['openlearner'] = 'Open LAMS Learner';
|
|
$string['openmonitor'] = 'Open LAMS Monitor';
|
|
$string['refreshSequenceList'] = 'Refresh sequence list';
|
|
$string['selectExistingSequence'] = 'Select an existing sequence or create a new sequence.';
|
|
$string['sequence'] = 'Select Sequence';
|
|
$string['serverid'] = 'Enter the server ID received from <a href=http://www.lamsinternational.com target=_blank>LAMS international</a>.';
|
|
$string['serverkey'] = 'Enter the server key received from <a href=http://www.lamsinternational.com target=_blank>LAMS international</a>.';
|
|
$string['serverurl'] = 'Enter the basic URL used to access the LAMS server. For example http://localhost:8080/lams';
|
|
$string['useSequence'] = 'Use selected sequence';
|
|
$string['visibletostudents'] = 'Show activity to students';
|
|
$string['wikistartederror'] = 'Wiki already has entries - can\'t change.';
|
|
$string['workspace'] = 'Select Workspace';
|
|
$string['wrongversionrange'] = '$a is not a correct range!';
|
|
|
|
?>
|