moodle/lang/en_utf8/lams.php
2007-04-23 04:14:11 +00:00

33 lines
1.6 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['serverkey'] = 'Enter the server key received from <a href=\"http://www.lamsinternational.com\">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!';
?>