From a4045441231c856917d9205d038882bffd19839a Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 29 Jul 2004 15:02:49 +0000 Subject: [PATCH] Some new strings and some changed ones --- lang/en/moodle.php | 3 +++ lang/en/resource.php | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 9dc52acc3f..c3c9e70137 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -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
$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'; diff --git a/lang/en/resource.php b/lang/en/resource.php index 3b4166134d..2b590a8767 100644 --- a/lang/en/resource.php +++ b/lang/en/resource.php @@ -2,7 +2,7 @@ // resource.php - created with Moodle 1.2 development (2003120700) -$string['addresource'] = 'Add resource'; +$string['addresource'] = 'Add a 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'; ?> -- 2.39.5