mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 18:36:42 +02:00
Merged tidy-ups from stable
This commit is contained in:
parent
6dfb22349f
commit
304d08f0c4
76 changed files with 1463 additions and 1525 deletions
|
@ -1,27 +1,29 @@
|
|||
<?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['introduction'] = 'Introduction';
|
||||
$string['lams'] = '-- LAMS - Learning Activity Management System --';
|
||||
$string['lams:participate'] = 'Participate in LAMS activities';
|
||||
$string['lams:manage'] = 'Manage LAMS activities';
|
||||
$string['lams:participate'] = 'Participate in LAMS activities';
|
||||
$string['lamsoutline'] = 'LAMS Outline';
|
||||
$string['lesson']="learning session";
|
||||
$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['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['useSequence'] = 'Use selected sequence';
|
||||
$string['visibletostudents'] = 'Show activity to students';
|
||||
$string['wikistartederror'] = 'Wiki already has entries - can\'t change.';
|
||||
$string['workspace'] = 'Select Workspace';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue