]> git.mjollnir.org Git - moodle.git/commitdiff
Some new strings and some changed ones
authormoodler <moodler>
Thu, 29 Jul 2004 15:02:49 +0000 (15:02 +0000)
committermoodler <moodler>
Thu, 29 Jul 2004 15:02:49 +0000 (15:02 +0000)
lang/en/moodle.php
lang/en/resource.php

index 9dc52acc3f1a052b3c4ada2e61ef4c307ef68c1a..c3c9e70137c573e15bab77667ace91c05f639653 100644 (file)
@@ -381,7 +381,9 @@ $string['enrolmentkeyhint'] = 'That enrolment key was incorrect, please try agai
 (Here\'s a hint - it starts with \'$a\')';
 $string['enrolmentnew'] = 'New enrolment in $a';
 $string['enrolmentnointernal'] = 'Manual enrolments are currently not enabled';
+$string['enrolmentnotyet'] = 'Sorry, you can not access this course until <br /> $a';
 $string['enrolments'] = 'Enrolments';
+$string['enrolperiod'] = 'Enrolment period';
 $string['entercourse'] = 'Click to enter this course';
 $string['enteremailaddress'] = 'Enter in your email address to reset your 
    password and have the new password sent to you via email.';
@@ -931,6 +933,7 @@ $string['unenrolallstudentssure'] = 'Are you sure you want to completely unenrol
 $string['unenrolme'] = 'Unenrol me from $a';
 $string['unenrolsure'] = 'Are you sure you want to unenrol $a from this course?';
 $string['unknowncategory'] = 'Unknown category';
+$string['unlimited'] = 'Unlimited';
 $string['unpacking'] = 'Unpacking $a';
 $string['unsafepassword'] = 'Unsafe password - try something else';
 $string['unusedaccounts'] = 'Accounts unused for more than $a days are automatically unenrolled';
index 3b4166134db18689130802dcff08a6f57a297c93..2b590a8767cf68d8dcc0da6a8c78f1c610b98e22 100644 (file)
@@ -2,7 +2,7 @@
       // resource.php - created with Moodle 1.2 development (2003120700)
 
 
-$string['addresource'] = 'Add resource';
+$string['addresource'] = 'Add resource';
 $string['chooseafile'] = 'Choose or upload a file';
 $string['configdefaulturl'] = 'This value is used to prefill the URL form when creating a new URL-based resource.';
 $string['configfilterexternalpages'] = 'Enabling this setting will cause all external resources (web pages, uploaded HTML files) to be processed by the currently defined site filters (such as glossary autolinks, for example).  Turning this option on may cause your course pages to slow down significantly - use with caution and only if you really need it.';
@@ -61,10 +61,10 @@ $string['popupresourcelink'] = 'If it didn\'t, click here: $a';
 $string['resourcetype'] = 'Type of resource';
 $string['resourcetypedirectory'] = 'Display a directory';
 $string['resourcetypefile'] = 'Link to a file or web site';
-$string['resourcetypehtml'] = 'Compose a new web page';
+$string['resourcetypehtml'] = 'Compose a web page';
 $string['resourcetypelabel'] = 'Insert a label';
 $string['resourcetypereference'] = 'Post a reference';
-$string['resourcetypetext'] = 'Compose a new text page';
+$string['resourcetypetext'] = 'Compose a text page';
 $string['searchweb'] = 'Search for web page';
 $string['variablename'] = 'Variable name';
 ?>