mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
36 lines
1.7 KiB
PHP
36 lines
1.7 KiB
PHP
<?PHP // $Id$
|
|
// lams.php - created with Moodle 1.7 beta + (2006101003)
|
|
|
|
|
|
$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['lams:manage'] = 'Manage LAMS activities';
|
|
$string['lams:participate'] = 'Participate in LAMS activities';
|
|
$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\">LAMS international</a>.';
|
|
$string['server_id'] = 'Server ID';
|
|
$string['serverkey'] = 'Enter the server key received from <a href=\"http://www.lamsinternational.com\">LAMS international</a>.';
|
|
$string['server_key'] = 'Server key';
|
|
$string['serverurl'] = 'Enter the basic URL used to access the LAMS server. For example http://localhost:8080/lams';
|
|
$string['server_url'] = 'Server URL';
|
|
$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!';
|
|
|
|
?>
|