From 0d53808b11c882e84cd11b2eed08a852f06e4e74 Mon Sep 17 00:00:00 2001 From: poltawski Date: Fri, 6 Jul 2007 15:35:37 +0000 Subject: [PATCH] MDL-10311 Group import broken - missing lang strings & slight helpfile update merged from MOODLE_18_STABLE --- lang/en_utf8/error.php | 4 ++++ lang/en_utf8/help/uploadgroups.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lang/en_utf8/error.php b/lang/en_utf8/error.php index 77cabf26cf7..e119a186251 100644 --- a/lang/en_utf8/error.php +++ b/lang/en_utf8/error.php @@ -30,6 +30,8 @@ $string['fieldrequired'] = '\"$a\" is a required field'; $string['filenotfound'] = 'Sorry, the requested file could not be found'; $string['forumblockingtoomanyposts'] = 'You have exceeded the posting threshold set for this forum.'; $string['groupalready'] = 'User already belongs to group $a'; +$string['groupexistforcourse'] = 'Group \"$a\" already exists for this course'; +$string['groupnotaddederror'] = 'Group \"$a\" not added'; $string['groupunknown'] = 'Group $a not associated to specified course'; $string['guestnoeditprofile'] = 'The guest user cannot edit their profile'; $string['guestnoeditprofileother'] = 'The guest user profile cannot be edited'; @@ -39,6 +41,7 @@ $string['invalidfiletype'] = '\"$a\" is not a valid file type'; $string['invalidmd5'] = 'Invalid md5'; $string['invalidrequest'] = 'Invalid request'; $string['invalidrole'] = 'Invalid role'; +$string['invalidurl'] = 'Invalid url'; $string['invalidxmlfile'] = '\"$a\" is not a valid XML file'; $string['listnopeers'] = 'No peers of item found.'; $string['listnoitem'] = 'Item not found.'; @@ -78,6 +81,7 @@ $string['sessionipnomatch'] = 'Sorry, but your IP number seems to have changed f $string['statscatchupmode'] = 'Statistics is currently in catchup mode. So far $a->daysdone day(s) have been processed and $a->dayspending are pending. Check back soon!'; $string['unicodeupgradeerror'] = 'Sorry, but your database is not already in Unicode, and this version of Moodle is not able to migrate your database to Unicode. Please upgrade to Moodle 1.7.x first and perform the Unicode migration from the Admin page. After that is done you should be able to migrate to Moodle $a'; $string['unknowncourse'] = 'Unknown course named \"$a\"'; +$string['unknowncourseidnumber'] = 'Unknown Course ID \"$a\"'; $string['unknownuseraction'] = 'Sorry, I do not understand this user action.'; $string['usernotaddederror'] = 'User \"$a\" not added - unknown error'; $string['usernotaddedregistered'] = 'User \"$a\" not added - already registered'; diff --git a/lang/en_utf8/help/uploadgroups.html b/lang/en_utf8/help/uploadgroups.html index ebfcb179e51..8ac2ceafb8a 100644 --- a/lang/en_utf8/help/uploadgroups.html +++ b/lang/en_utf8/help/uploadgroups.html @@ -14,7 +14,7 @@

Default fieldnames: these are optional - if they are not included then the values are taken from the current language and current course

idnumber, coursename, lang

Optional fieldnames: all of these are completely optional.

-

description, picture, hidepicture

+

description, enrolmentkey, picture, hidepicture

  • Commas within the data should be encoded as &#44 - the script will automatically decode these back to commas.