From 977862af802969cef3b59a6fa51ed1da430bd182 Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 10 Dec 2003 07:49:09 +0000 Subject: [PATCH] FIxed up quotes (double -> single) and some ommissions --- lang/en_us/assignment.php | 92 +-- lang/en_us/attendance.php | 125 +-- lang/en_us/auth.php | 120 +-- lang/en_us/chat.php | 72 +- lang/en_us/choice.php | 32 +- lang/en_us/countries.php | 480 ++++++------ lang/en_us/editor.php | 142 ++-- lang/en_us/forum.php | 256 +++---- lang/en_us/glossary.php | 273 ++++--- lang/en_us/journal.php | 62 +- lang/en_us/label.php | 8 +- lang/en_us/moodle.php | 1507 ++++++++++++++++++------------------- lang/en_us/quiz.php | 307 ++++---- lang/en_us/resource.php | 93 ++- lang/en_us/survey.php | 362 ++++----- lang/en_us/workshop.php | 415 +++++----- 16 files changed, 2194 insertions(+), 2152 deletions(-) diff --git a/lang/en_us/assignment.php b/lang/en_us/assignment.php index a3ad979665..6145956036 100644 --- a/lang/en_us/assignment.php +++ b/lang/en_us/assignment.php @@ -1,54 +1,54 @@ teacher has posted some feedback on your -assignment submission for '\$a->assignment' +$string['allowresubmit'] = 'Allow resubmitting'; +$string['assignmentdetails'] = 'Assignment details'; +$string['assignmentmail'] = '$a->teacher has posted some feedback on your +assignment submission for \'$a->assignment\' You can see it appended to your assignment submission: - \$a->url"; -$string['assignmentmailhtml'] = "\$a->teacher has posted some feedback on your - assignment submission for '\$a->assignment'

- You can see it appended to your url\\\">assignment submission."; -$string['assignmentname'] = "Assignment name"; -$string['assignmenttype'] = "Assignment type"; -$string['configmaxbytes'] = "Default maximum assignment size for all assignments on the site (subject to course limits and other local settings)"; -$string['description'] = "Description"; -$string['duedate'] = "Due date"; -$string['duedateno'] = "No due date"; -$string['early'] = "\$a early"; -$string['failedupdatefeedback'] = "Failed to update submission feedback for user \$a"; -$string['feedback'] = "Feedback"; -$string['feedbackupdated'] = "Submissions feedback updated for \$a people"; -$string['late'] = "\$a late"; -$string['maximumgrade'] = "Maximum grade"; -$string['maximumsize'] = "Maximum size"; -$string['modulename'] = "Assignment"; -$string['modulenameplural'] = "Assignments"; -$string['newsubmissions'] = "Assignments submitted"; -$string['notgradedyet'] = "Not graded yet"; -$string['notsubmittedyet'] = "Not submitted yet"; -$string['overwritewarning'] = "Warning: uploading again will REPLACE your current submission"; -$string['saveallfeedback'] = "Save all my feedback"; -$string['submissionfeedback'] = "Submission feedback"; -$string['submissions'] = "Submissions"; -$string['submitassignment'] = "Submit your assignment using this form"; -$string['submitted'] = "Submitted"; -$string['typeoffline'] = "Offline activity"; -$string['typeuploadsingle'] = "Upload a single file"; -$string['uploadbadname'] = "This filename contained strange characters and couldn't be uploaded"; -$string['uploadedfiles'] = "uploaded files"; -$string['uploaderror'] = "An error happened while saving the file on the server"; -$string['uploadfailnoupdate'] = "File was uploaded OK but could not update your submission!"; -$string['uploadfiletoobig'] = "Sorry, but that file is too big (limit is \$a bytes)"; -$string['uploadnofilefound'] = "No file was found - are you sure you selected one to upload?"; -$string['uploadnotregistered'] = "'\$a' was uploaded OK but submission did not register!"; -$string['uploadsuccess'] = "Uploaded '\$a' successfully"; -$string['viewfeedback'] = "View assignment grades and feedback"; -$string['viewsubmissions'] = "View \$a submitted assignments"; -$string['yoursubmission'] = "Your submission"; + $a->url'; +$string['assignmentmailhtml'] = '$a->teacher has posted some feedback on your + assignment submission for \'$a->assignment\'

+ You can see it appended to your url\">assignment submission.'; +$string['assignmentname'] = 'Assignment name'; +$string['assignmenttype'] = 'Assignment type'; +$string['configmaxbytes'] = 'Default maximum assignment size for all assignments on the site (subject to course limits and other local settings)'; +$string['description'] = 'Description'; +$string['duedate'] = 'Due date'; +$string['duedateno'] = 'No due date'; +$string['early'] = '$a early'; +$string['failedupdatefeedback'] = 'Failed to update submission feedback for user $a'; +$string['feedback'] = 'Feedback'; +$string['feedbackupdated'] = 'Submissions feedback updated for $a people'; +$string['late'] = '$a late'; +$string['maximumgrade'] = 'Maximum grade'; +$string['maximumsize'] = 'Maximum size'; +$string['modulename'] = 'Assignment'; +$string['modulenameplural'] = 'Assignments'; +$string['newsubmissions'] = 'Assignments submitted'; +$string['notgradedyet'] = 'Not graded yet'; +$string['notsubmittedyet'] = 'Not submitted yet'; +$string['overwritewarning'] = 'Warning: uploading again will REPLACE your current submission'; +$string['saveallfeedback'] = 'Save all my feedback'; +$string['submissionfeedback'] = 'Submission feedback'; +$string['submissions'] = 'Submissions'; +$string['submitassignment'] = 'Submit your assignment using this form'; +$string['submitted'] = 'Submitted'; +$string['typeoffline'] = 'Offline activity'; +$string['typeuploadsingle'] = 'Upload a single file'; +$string['uploadbadname'] = 'This filename contained strange characters and couldn\'t be uploaded'; +$string['uploadedfiles'] = 'uploaded files'; +$string['uploaderror'] = 'An error happened while saving the file on the server'; +$string['uploadfailnoupdate'] = 'File was uploaded OK but could not update your submission!'; +$string['uploadfiletoobig'] = 'Sorry, but that file is too big (limit is $a bytes)'; +$string['uploadnofilefound'] = 'No file was found - are you sure you selected one to upload?'; +$string['uploadnotregistered'] = '\'$a\' was uploaded OK but submission did not register!'; +$string['uploadsuccess'] = 'Uploaded \'$a\' successfully'; +$string['viewfeedback'] = 'View assignment grades and feedback'; +$string['viewsubmissions'] = 'View $a submitted assignments'; +$string['yoursubmission'] = 'Your submission'; ?> diff --git a/lang/en_us/attendance.php b/lang/en_us/attendance.php index 02ac318599..0a4469990c 100755 --- a/lang/en_us/attendance.php +++ b/lang/en_us/attendance.php @@ -1,67 +1,68 @@ diff --git a/lang/en_us/auth.php b/lang/en_us/auth.php index fa694d2bae..6106ce5211 100644 --- a/lang/en_us/auth.php +++ b/lang/en_us/auth.php @@ -1,68 +1,68 @@ external database fields that you specify here.

If you leave these blank, then defaults will be used.

In either case, the user will be able to edit all of these fields after they log in."; -$string['auth_dbfieldpass'] = "Name of the field containing passwords"; -$string['auth_dbfielduser'] = "Name of the field containing usernames"; -$string['auth_dbhost'] = "The computer hosting the database server."; -$string['auth_dbname'] = "Name of the database itself"; -$string['auth_dbpass'] = "Password matching the above username"; -$string['auth_dbpasstype'] = "Specify the format that the password field is using. MD5 encryption is useful for connecting to other common web applications like PostNuke"; -$string['auth_dbtable'] = "Name of the table in the database"; -$string['auth_dbtitle'] = "Use an external database"; -$string['auth_dbtype'] = "The database type (See the ADOdb documentation for details)"; -$string['auth_dbuser'] = "Username with read access to the database"; -$string['auth_emaildescription'] = "Email confirmation is the default authentication method. When the user signs up, choosing their own new username and password, a confirmation email is sent to the user's email address. This email contains a secure link to a page where the user can confirm their account. Future logins just check the username and password against the stored values in the Moodle database."; -$string['auth_emailtitle'] = "Email-based authentication"; -$string['auth_imapdescription'] = "This method uses an IMAP server to check whether a given username and password is valid."; -$string['auth_imaphost'] = "The IMAP server address. Use the IP number, not DNS name."; -$string['auth_imapport'] = "IMAP server port number. Usually this is 143 or 993."; -$string['auth_imaptitle'] = "Use an IMAP server"; -$string['auth_imaptype'] = "The IMAP server type. IMAP servers can have different types of authentication and negotiation."; -$string['auth_ldap_bind_dn'] = "If you want to use bind-user to search users, specify it here. Someting like 'cn=ldapuser,ou=public,o=org'"; -$string['auth_ldap_bind_pw'] = "Password for bind-user."; -$string['auth_ldap_contexts'] = "List of contexts where users are located. Separate different contexts with ';'. For example: 'ou=users,o=org; ou=others,o=org'"; -$string['auth_ldap_create_context'] = "If you enable user creation with email confirmation, specify the context where users are created. This context should be different from other users to prevent security issues. You don't need to add this context to ldap_context-variable, Moodle will search for users from this context automatically."; -$string['auth_ldap_creators'] = "List of groups whose members are allowed to create new courses. Separate multiple groups with ';'. Usually something like 'cn=teachers,ou=staff,o=myorg'"; -$string['auth_ldap_host_url'] = "Specify LDAP host in URL-form like 'ldap://ldap.myorg.com/' or 'ldaps://ldap.myorg.com/' "; -$string['auth_ldap_memberattribute'] = "Specify user member attribute, when users belongs to a group. Usually 'member'"; -$string['auth_ldap_search_sub'] = "Put value <> 0 if you like to search users from subcontexts."; -$string['auth_ldap_update_userinfo'] = "Update user information (firstname, lastname, address..) from LDAP to Moodle. Look at /auth/ldap/attr_mappings.php for mapping information"; -$string['auth_ldap_user_attribute'] = "The attribute used to name/search users. Usually 'cn'."; -$string['auth_ldapdescription'] = "This method provides authentication against an external LDAP server. +$string['auth_dbdescription'] = 'This method uses an external database table to check whether a given username and password is valid. If the account is a new one, then information from other fields may also be copied across into Moodle.'; +$string['auth_dbextrafields'] = 'These fields are optional. You can choose to pre-fill some Moodle user fields with information from the external database fields that you specify here.

If you leave these blank, then defaults will be used.

In either case, the user will be able to edit all of these fields after they log in.'; +$string['auth_dbfieldpass'] = 'Name of the field containing passwords'; +$string['auth_dbfielduser'] = 'Name of the field containing usernames'; +$string['auth_dbhost'] = 'The computer hosting the database server.'; +$string['auth_dbname'] = 'Name of the database itself'; +$string['auth_dbpass'] = 'Password matching the above username'; +$string['auth_dbpasstype'] = 'Specify the format that the password field is using. MD5 encryption is useful for connecting to other common web applications like PostNuke'; +$string['auth_dbtable'] = 'Name of the table in the database'; +$string['auth_dbtitle'] = 'Use an external database'; +$string['auth_dbtype'] = 'The database type (See the ADOdb documentation for details)'; +$string['auth_dbuser'] = 'Username with read access to the database'; +$string['auth_emaildescription'] = 'Email confirmation is the default authentication method. When the user signs up, choosing their own new username and password, a confirmation email is sent to the user\'s email address. This email contains a secure link to a page where the user can confirm their account. Future logins just check the username and password against the stored values in the Moodle database.'; +$string['auth_emailtitle'] = 'Email-based authentication'; +$string['auth_imapdescription'] = 'This method uses an IMAP server to check whether a given username and password is valid.'; +$string['auth_imaphost'] = 'The IMAP server address. Use the IP number, not DNS name.'; +$string['auth_imapport'] = 'IMAP server port number. Usually this is 143 or 993.'; +$string['auth_imaptitle'] = 'Use an IMAP server'; +$string['auth_imaptype'] = 'The IMAP server type. IMAP servers can have different types of authentication and negotiation.'; +$string['auth_ldap_bind_dn'] = 'If you want to use bind-user to search users, specify it here. Someting like \'cn=ldapuser,ou=public,o=org\''; +$string['auth_ldap_bind_pw'] = 'Password for bind-user.'; +$string['auth_ldap_contexts'] = 'List of contexts where users are located. Separate different contexts with \';\'. For example: \'ou=users,o=org; ou=others,o=org\''; +$string['auth_ldap_create_context'] = 'If you enable user creation with email confirmation, specify the context where users are created. This context should be different from other users to prevent security issues. You don\'t need to add this context to ldap_context-variable, Moodle will search for users from this context automatically.'; +$string['auth_ldap_creators'] = 'List of groups whose members are allowed to create new courses. Separate multiple groups with \';\'. Usually something like \'cn=teachers,ou=staff,o=myorg\''; +$string['auth_ldap_host_url'] = 'Specify LDAP host in URL-form like \'ldap://ldap.myorg.com/\' or \'ldaps://ldap.myorg.com/\' '; +$string['auth_ldap_memberattribute'] = 'Specify user member attribute, when users belongs to a group. Usually \'member\''; +$string['auth_ldap_search_sub'] = 'Put value <> 0 if you like to search users from subcontexts.'; +$string['auth_ldap_update_userinfo'] = 'Update user information (firstname, lastname, address..) from LDAP to Moodle. Look at /auth/ldap/attr_mappings.php for mapping information'; +$string['auth_ldap_user_attribute'] = 'The attribute used to name/search users. Usually \'cn\'.'; +$string['auth_ldapdescription'] = 'This method provides authentication against an external LDAP server. If the given username and password are valid, Moodle creates a new user entry in its database. This module can read user attributes from LDAP and prefill wanted fields in Moodle. For following logins only the username and -password are checked."; -$string['auth_ldapextrafields'] = "These fields are optional. You can choose to pre-fill some Moodle user fields with information from the LDAP fields that you specify here.

If you leave these fields blank, then nothing will be transferred from LDAP and Moodle defaults will be used instead.

In either case, the user will be able to edit all of these fields after they log in."; -$string['auth_ldaptitle'] = "Use an LDAP server"; -$string['auth_manualdescription'] = "This method removes any way for users to create their own accounts. All accounts must be manually created by the admin user."; -$string['auth_manualtitle'] = "Manual accounts only"; -$string['auth_nntpdescription'] = "This method uses an NNTP server to check whether a given username and password is valid."; -$string['auth_nntphost'] = "The NNTP server address. Use the IP number, not DNS name."; -$string['auth_nntpport'] = "Server port (119 is the most common)"; -$string['auth_nntptitle'] = "Use an NNTP server"; -$string['auth_nonedescription'] = "Users can sign in and create valid accounts immediately, with no authentication against an external server and no confirmation via email. Be careful using this option - think of the security and administration problems this could cause."; -$string['auth_nonetitle'] = "No authentication"; -$string['auth_pop3description'] = "This method uses a POP3 server to check whether a given username and password is valid."; -$string['auth_pop3host'] = "The POP3 server address. Use the IP number, not DNS name."; -$string['auth_pop3port'] = "Server port (110 is the most common)"; -$string['auth_pop3title'] = "Use a POP3 server"; -$string['auth_pop3type'] = "Server type. If your server uses certificate security, choose pop3cert."; -$string['auth_user_create'] = "Enable user creation"; -$string['auth_user_creation'] = "New (anonymous) users can create user accounts on the external authentication source and confirmed via email. If you enable this , remember to also configure module-specific options for user creation."; -$string['auth_usernameexists'] = "Selected username already exists. Please choose a new one."; -$string['authenticationoptions'] = "Authentication options"; -$string['authinstructions'] = "Here you can provide instructions for your users, so they know which username and password they should be using. The text you enter here will appear on the login page. If you leave this blank then no instructions will be printed."; -$string['changepassword'] = "Change password URL"; -$string['changepasswordhelp'] = "Here you can specify a location at which your users can recover or change their username/password if they've forgotten it. This will be provided to users as a button on the login page and their user page. if you leave this blank the button will not be printed."; -$string['chooseauthmethod'] = "Choose an authentication method: "; -$string['guestloginbutton'] = "Guest login button"; -$string['instructions'] = "Instructions"; -$string['md5'] = "MD5 encryption"; -$string['plaintext'] = "Plain text"; -$string['showguestlogin'] = "You can hide or show the guest login button on the login page."; +password are checked.'; +$string['auth_ldapextrafields'] = 'These fields are optional. You can choose to pre-fill some Moodle user fields with information from the LDAP fields that you specify here.

If you leave these fields blank, then nothing will be transferred from LDAP and Moodle defaults will be used instead.

In either case, the user will be able to edit all of these fields after they log in.'; +$string['auth_ldaptitle'] = 'Use an LDAP server'; +$string['auth_manualdescription'] = 'This method removes any way for users to create their own accounts. All accounts must be manually created by the admin user.'; +$string['auth_manualtitle'] = 'Manual accounts only'; +$string['auth_nntpdescription'] = 'This method uses an NNTP server to check whether a given username and password is valid.'; +$string['auth_nntphost'] = 'The NNTP server address. Use the IP number, not DNS name.'; +$string['auth_nntpport'] = 'Server port (119 is the most common)'; +$string['auth_nntptitle'] = 'Use an NNTP server'; +$string['auth_nonedescription'] = 'Users can sign in and create valid accounts immediately, with no authentication against an external server and no confirmation via email. Be careful using this option - think of the security and administration problems this could cause.'; +$string['auth_nonetitle'] = 'No authentication'; +$string['auth_pop3description'] = 'This method uses a POP3 server to check whether a given username and password is valid.'; +$string['auth_pop3host'] = 'The POP3 server address. Use the IP number, not DNS name.'; +$string['auth_pop3port'] = 'Server port (110 is the most common)'; +$string['auth_pop3title'] = 'Use a POP3 server'; +$string['auth_pop3type'] = 'Server type. If your server uses certificate security, choose pop3cert.'; +$string['auth_user_create'] = 'Enable user creation'; +$string['auth_user_creation'] = 'New (anonymous) users can create user accounts on the external authentication source and confirmed via email. If you enable this , remember to also configure module-specific options for user creation.'; +$string['auth_usernameexists'] = 'Selected username already exists. Please choose a new one.'; +$string['authenticationoptions'] = 'Authentication options'; +$string['authinstructions'] = 'Here you can provide instructions for your users, so they know which username and password they should be using. The text you enter here will appear on the login page. If you leave this blank then no instructions will be printed.'; +$string['changepassword'] = 'Change password URL'; +$string['changepasswordhelp'] = 'Here you can specify a location at which your users can recover or change their username/password if they\'ve forgotten it. This will be provided to users as a button on the login page and their user page. if you leave this blank the button will not be printed.'; +$string['chooseauthmethod'] = 'Choose an authentication method: '; +$string['guestloginbutton'] = 'Guest login button'; +$string['instructions'] = 'Instructions'; +$string['md5'] = 'MD5 encryption'; +$string['plaintext'] = 'Plain text'; +$string['showguestlogin'] = 'You can hide or show the guest login button on the login page.'; ?> diff --git a/lang/en_us/chat.php b/lang/en_us/chat.php index d56105587b..244a5206a0 100755 --- a/lang/en_us/chat.php +++ b/lang/en_us/chat.php @@ -1,41 +1,41 @@ diff --git a/lang/en_us/choice.php b/lang/en_us/choice.php index b05866f1e7..5b134a6cd8 100644 --- a/lang/en_us/choice.php +++ b/lang/en_us/choice.php @@ -1,21 +1,21 @@ diff --git a/lang/en_us/countries.php b/lang/en_us/countries.php index 05e1f61e3f..484b3175ab 100755 --- a/lang/en_us/countries.php +++ b/lang/en_us/countries.php @@ -1,245 +1,245 @@ diff --git a/lang/en_us/editor.php b/lang/en_us/editor.php index b5b966bf53..46f6f434fa 100755 --- a/lang/en_us/editor.php +++ b/lang/en_us/editor.php @@ -1,76 +1,76 @@ ] button to go back to WYSIWYG MODE."; -$string['texttop'] = "Texttop"; -$string['top'] = "Top"; -$string['underline'] = "Underline"; -$string['undo'] = "Undo your last action"; -$string['unorderedlist'] = "Bulleted List"; -$string['vertical'] = "Vertical"; -$string['width'] = "Width"; +$string['about'] = 'About this editor'; +$string['absbottom'] = 'Absbottom'; +$string['absmiddle'] = 'Absmiddle'; +$string['address'] = 'Address'; +$string['alignment'] = 'Alignment'; +$string['alternatetext'] = 'Alternate text'; +$string['baseline'] = 'Baseline'; +$string['bold'] = 'Bold'; +$string['borderthickness'] = 'Border thickness'; +$string['bottom'] = 'Bottom'; +$string['browse'] = 'Browse'; +$string['cancel'] = 'Cancel'; +$string['cellpadding'] = 'Cellpadding'; +$string['cellspacing'] = 'Cellspacing'; +$string['choosechar'] = 'Choose Character'; +$string['chooseicon'] = 'Choose an icon to insert'; +$string['close'] = 'Close'; +$string['cols'] = 'Cols'; +$string['copy'] = 'Copy selection'; +$string['createlink'] = 'Insert Web Link'; +$string['cut'] = 'Cut selection'; +$string['forecolor'] = 'Font Color'; +$string['heading'] = 'Heading'; +$string['hilitecolor'] = 'Background Color'; +$string['horizontal'] = 'Horizontal'; +$string['horizontalrule'] = 'Horizontal Rule'; +$string['htmlmode'] = 'Toggle HTML Source'; +$string['imageurl'] = 'Image URL'; +$string['indent'] = 'Increase Indent'; +$string['insertchar'] = 'Insert Special Character'; +$string['insertimage'] = 'Insert Image'; +$string['insertsmile'] = 'Insert Smiley'; +$string['inserttable'] = 'Insert Table'; +$string['italic'] = 'Italic'; +$string['justifycenter'] = 'Justify Center'; +$string['justifyfull'] = 'Justify Full'; +$string['justifyleft'] = 'Justify Left'; +$string['justifyright'] = 'Justify Right'; +$string['layout'] = 'Layout'; +$string['left'] = 'Left'; +$string['middle'] = 'Middle'; +$string['normal'] = 'Normal'; +$string['notset'] = 'Not Set'; +$string['ok'] = 'OK'; +$string['orderedlist'] = 'Ordered List'; +$string['outdent'] = 'Decrease Indent'; +$string['paste'] = 'Paste from clipboard'; +$string['path'] = 'Path'; +$string['percent'] = 'Percent'; +$string['pixels'] = 'Pixels'; +$string['popupeditor'] = 'Enlarge Editor'; +$string['preformatted'] = 'Preformatted'; +$string['preview'] = 'Preview'; +$string['redo'] = 'Redo your last action'; +$string['right'] = 'Right'; +$string['rows'] = 'Rows'; +$string['showhelp'] = 'Help using editor'; +$string['spacing'] = 'Spacing'; +$string['strikethrough'] = 'Strikethrough'; +$string['subscript'] = 'Subscript'; +$string['superscript'] = 'Superscript'; +$string['textindicator'] = 'Current style'; +$string['textmode'] = 'You are in TEXT MODE. Use the [<>] button to go back to WYSIWYG MODE.'; +$string['texttop'] = 'Texttop'; +$string['top'] = 'Top'; +$string['underline'] = 'Underline'; +$string['undo'] = 'Undo your last action'; +$string['unorderedlist'] = 'Bulleted List'; +$string['vertical'] = 'Vertical'; +$string['width'] = 'Width'; ?> diff --git a/lang/en_us/forum.php b/lang/en_us/forum.php index c1108071f2..a1b0e0114e 100644 --- a/lang/en_us/forum.php +++ b/lang/en_us/forum.php @@ -1,133 +1,133 @@ name - \$a->date"; -$string['configdisplaymode'] = "The default display mode for discussions if one isn't set."; -$string['configlongpost'] = "Any post over this length (not including HTML) is considered long."; -$string['configmanydiscussions'] = "Maximum number of discussions shown in a forum per page"; -$string['configmaxbytes'] = "Default maximum size for all forum attachments on the site (subject to course limits and other local settings)"; -$string['configshortpost'] = "Any post under this length (not including HTML) is considered short."; -$string['couldnotadd'] = "Could not add your post due to an unknown error"; -$string['couldnotdeleteratings'] = "Sorry, that cannot be deleted as people have already rated it"; -$string['couldnotdeletereplies'] = "Sorry, that cannot be deleted as people have already responded to it"; -$string['couldnotupdate'] = "Could not update your post due to an unknown error"; -$string['delete'] = "Delete"; -$string['deleteddiscussion'] = "The discussion topic has been deleted"; -$string['deletedpost'] = "The post has been deleted"; -$string['deletesure'] = "Are you sure you want to delete this post?"; -$string['discussion'] = "Discussion"; -$string['discussionmoved'] = "This discussion has been moved to '\$a'."; -$string['discussions'] = "Discussions"; -$string['discussionsstartedby'] = "Discussions started by \$a"; -$string['discussionsstartedbyrecent'] = "Discussions recently started by \$a"; -$string['discussthistopic'] = "Discuss this topic"; -$string['eachuserforum'] = "Each person posts one discussion"; -$string['edit'] = "Edit"; -$string['editing'] = "Editing"; -$string['emptymessage'] = "Something was wrong with your post. Perhaps you left it blank, or the attachment was too big. Your changes have NOT been saved."; -$string['everyonecanchoose'] = "Everyone can choose to be subscribed"; -$string['everyoneissubscribed'] = "Everyone is subscribed to this forum"; -$string['forcesubscribe'] = "Force everyone to be subscribed"; -$string['forcesubscribeq'] = "Force everyone to be subscribed?"; -$string['forum'] = "Forum"; -$string['forumintro'] = "Forum introduction"; -$string['forumname'] = "Forum name"; -$string['forums'] = "Forums"; -$string['forumtype'] = "Forum type"; -$string['generalforum'] = "Standard forum for general use"; -$string['generalforums'] = "General forums"; -$string['inforum'] = "in \$a"; -$string['intronews'] = "General news and announcements"; -$string['introsocial'] = "An open forum for chatting about anything you want to"; -$string['introteacher'] = "A forum for teacher-only notes and discussion"; -$string['lastpost'] = "Last post"; -$string['learningforums'] = "Learning forums"; -$string['maxattachmentsize'] = "Maximum attachment size"; -$string['maxtimehaspassed'] = "Sorry, but the maximum time for editing this post (\$a) has passed!"; -$string['message'] = "Message"; -$string['modeflatnewestfirst'] = "Display replies flat, with newest first"; -$string['modeflatoldestfirst'] = "Display replies flat, with oldest first"; -$string['modenested'] = "Display replies in nested form"; -$string['modethreaded'] = "Display replies in threaded form"; -$string['modulename'] = "Forum"; -$string['modulenameplural'] = "Forums"; -$string['more'] = "more"; -$string['movethisdiscussionto'] = "Move this discussion to ... "; -$string['namenews'] = "News forum"; -$string['namesocial'] = "Social forum"; -$string['nameteacher'] = "Teacher forum"; -$string['newforumposts'] = "New forum posts"; -$string['nodiscussions'] = "There are no discussion topics yet in this forum"; -$string['noguestpost'] = "Sorry, guests are not allowed to post"; -$string['nomorepostscontaining'] = "No more posts containing '\$a' were found"; -$string['nonews'] = "No news has been posted yet"; -$string['noposts'] = "No posts"; -$string['nopostscontaining'] = "No posts containing '\$a' were found"; -$string['nosubscribers'] = "There are no subscribers yet for this forum"; -$string['nownotsubscribed'] = "\$a->name will NOT receive copies of '\$a->forum' by email."; -$string['nowsubscribed'] = "\$a->name will receive copies of '\$a->forum' by email."; -$string['numposts'] = "\$a posts"; -$string['olderdiscussions'] = "Older discussions"; -$string['openmode0'] = "No discussions, no replies"; -$string['openmode1'] = "No discussions, but replies are allowed"; -$string['openmode2'] = "Discussions and replies are allowed"; -$string['parent'] = "Show parent"; -$string['parentofthispost'] = "Parent of this post"; -$string['postadded'] = "Your post was successfully added.

You have \$a to edit it if you want to make any changes."; -$string['postincontext'] = "See this post in context"; -$string['postmailinfo'] = "This is a copy of a message posted on the \$a website. -To add your reply via the website, click on this link:"; -$string['postrating1'] = "Shows mostly SEPARATE knowing"; -$string['postrating2'] = "Equally separate and connected"; -$string['postrating3'] = "Shows mostly CONNECTED knowing"; -$string['posts'] = "Posts"; -$string['postupdated'] = "Your post was updated"; -$string['processingpost'] = "Processing post \$a"; -$string['rate'] = "Rate"; -$string['rating'] = "Rating"; -$string['ratingeveryone'] = "Everyone can rate posts"; -$string['ratingno'] = "No ratings"; -$string['ratingonlyteachers'] = "Only \$a can rate posts"; -$string['ratings'] = "Ratings"; -$string['ratingssaved'] = "Ratings saved"; -$string['ratingsuse'] = "Use ratings"; -$string['ratingtime'] = "Restrict ratings to posts with dates in this range:"; -$string['re'] = "Re:"; -$string['readtherest'] = "Read the rest of this topic"; -$string['replies'] = "Replies"; -$string['repliesmany'] = "\$a replies so far"; -$string['repliesone'] = "\$a reply so far"; -$string['reply'] = "Reply"; -$string['search'] = "Search"; -$string['searchforums'] = "Search forums"; -$string['searcholderposts'] = "Search older posts..."; -$string['searchresults'] = "Search results"; -$string['sendinratings'] = "Send in my latest ratings"; -$string['showsubscribers'] = "Show subscribers"; -$string['singleforum'] = "A single simple discussion"; -$string['startedby'] = "Started by"; -$string['subject'] = "Subject"; -$string['subscribe'] = "Subscribe to this forum"; -$string['subscribed'] = "Subscribed"; -$string['subscribers'] = "Subscribers"; -$string['subscribersto'] = "Subscribers to '\$a'"; -$string['subscribestart'] = "Send me email copies of posts to this forum"; -$string['subscribestop'] = "I don't want email copies of posts to this forum"; -$string['subscription'] = "Subscription"; -$string['subscriptions'] = "Subscriptions"; -$string['unsubscribe'] = "Unsubscribe from this forum"; -$string['unsubscribed'] = "Unsubscribed"; -$string['youratedthis'] = "You rated this"; -$string['yournewtopic'] = "Your new discussion topic"; -$string['yourreply'] = "Your reply"; +$string['addanewdiscussion'] = 'Add a new discussion topic'; +$string['addanewtopic'] = 'Add a new topic'; +$string['allowchoice'] = 'Allow everyone to choose'; +$string['allowdiscussions'] = 'Can a $a post to this forum?'; +$string['allowratings'] = 'Allow posts to be rated?'; +$string['allowsdiscussions'] = 'This forum allows each person to start one discussion topic.'; +$string['anyfile'] = 'Any file'; +$string['attachment'] = 'Attachment'; +$string['bynameondate'] = 'by $a->name - $a->date'; +$string['configdisplaymode'] = 'The default display mode for discussions if one isn\'t set.'; +$string['configlongpost'] = 'Any post over this length (not including HTML) is considered long.'; +$string['configmanydiscussions'] = 'Maximum number of discussions shown in a forum per page'; +$string['configmaxbytes'] = 'Default maximum size for all forum attachments on the site (subject to course limits and other local settings)'; +$string['configshortpost'] = 'Any post under this length (not including HTML) is considered short.'; +$string['couldnotadd'] = 'Could not add your post due to an unknown error'; +$string['couldnotdeleteratings'] = 'Sorry, that cannot be deleted as people have already rated it'; +$string['couldnotdeletereplies'] = 'Sorry, that cannot be deleted as people have already responded to it'; +$string['couldnotupdate'] = 'Could not update your post due to an unknown error'; +$string['delete'] = 'Delete'; +$string['deleteddiscussion'] = 'The discussion topic has been deleted'; +$string['deletedpost'] = 'The post has been deleted'; +$string['deletesure'] = 'Are you sure you want to delete this post?'; +$string['discussion'] = 'Discussion'; +$string['discussionmoved'] = 'This discussion has been moved to \'$a\'.'; +$string['discussions'] = 'Discussions'; +$string['discussionsstartedby'] = 'Discussions started by $a'; +$string['discussionsstartedbyrecent'] = 'Discussions recently started by $a'; +$string['discussthistopic'] = 'Discuss this topic'; +$string['eachuserforum'] = 'Each person posts one discussion'; +$string['edit'] = 'Edit'; +$string['editing'] = 'Editing'; +$string['emptymessage'] = 'Something was wrong with your post. Perhaps you left it blank, or the attachment was too big. Your changes have NOT been saved.'; +$string['everyonecanchoose'] = 'Everyone can choose to be subscribed'; +$string['everyoneissubscribed'] = 'Everyone is subscribed to this forum'; +$string['forcesubscribe'] = 'Force everyone to be subscribed'; +$string['forcesubscribeq'] = 'Force everyone to be subscribed?'; +$string['forum'] = 'Forum'; +$string['forumintro'] = 'Forum introduction'; +$string['forumname'] = 'Forum name'; +$string['forums'] = 'Forums'; +$string['forumtype'] = 'Forum type'; +$string['generalforum'] = 'Standard forum for general use'; +$string['generalforums'] = 'General forums'; +$string['inforum'] = 'in $a'; +$string['intronews'] = 'General news and announcements'; +$string['introsocial'] = 'An open forum for chatting about anything you want to'; +$string['introteacher'] = 'A forum for teacher-only notes and discussion'; +$string['lastpost'] = 'Last post'; +$string['learningforums'] = 'Learning forums'; +$string['maxattachmentsize'] = 'Maximum attachment size'; +$string['maxtimehaspassed'] = 'Sorry, but the maximum time for editing this post ($a) has passed!'; +$string['message'] = 'Message'; +$string['modeflatnewestfirst'] = 'Display replies flat, with newest first'; +$string['modeflatoldestfirst'] = 'Display replies flat, with oldest first'; +$string['modenested'] = 'Display replies in nested form'; +$string['modethreaded'] = 'Display replies in threaded form'; +$string['modulename'] = 'Forum'; +$string['modulenameplural'] = 'Forums'; +$string['more'] = 'more'; +$string['movethisdiscussionto'] = 'Move this discussion to ... '; +$string['namenews'] = 'News forum'; +$string['namesocial'] = 'Social forum'; +$string['nameteacher'] = 'Teacher forum'; +$string['newforumposts'] = 'New forum posts'; +$string['nodiscussions'] = 'There are no discussion topics yet in this forum'; +$string['noguestpost'] = 'Sorry, guests are not allowed to post'; +$string['nomorepostscontaining'] = 'No more posts containing \'$a\' were found'; +$string['nonews'] = 'No news has been posted yet'; +$string['noposts'] = 'No posts'; +$string['nopostscontaining'] = 'No posts containing \'$a\' were found'; +$string['nosubscribers'] = 'There are no subscribers yet for this forum'; +$string['nownotsubscribed'] = '$a->name will NOT receive copies of \'$a->forum\' by email.'; +$string['nowsubscribed'] = '$a->name will receive copies of \'$a->forum\' by email.'; +$string['numposts'] = '$a posts'; +$string['olderdiscussions'] = 'Older discussions'; +$string['openmode0'] = 'No discussions, no replies'; +$string['openmode1'] = 'No discussions, but replies are allowed'; +$string['openmode2'] = 'Discussions and replies are allowed'; +$string['parent'] = 'Show parent'; +$string['parentofthispost'] = 'Parent of this post'; +$string['postadded'] = 'Your post was successfully added.

You have $a to edit it if you want to make any changes.'; +$string['postincontext'] = 'See this post in context'; +$string['postmailinfo'] = 'This is a copy of a message posted on the $a website. +To add your reply via the website, click on this link:'; +$string['postrating1'] = 'Shows mostly SEPARATE knowing'; +$string['postrating2'] = 'Equally separate and connected'; +$string['postrating3'] = 'Shows mostly CONNECTED knowing'; +$string['posts'] = 'Posts'; +$string['postupdated'] = 'Your post was updated'; +$string['processingpost'] = 'Processing post $a'; +$string['rate'] = 'Rate'; +$string['rating'] = 'Rating'; +$string['ratingeveryone'] = 'Everyone can rate posts'; +$string['ratingno'] = 'No ratings'; +$string['ratingonlyteachers'] = 'Only $a can rate posts'; +$string['ratings'] = 'Ratings'; +$string['ratingssaved'] = 'Ratings saved'; +$string['ratingsuse'] = 'Use ratings'; +$string['ratingtime'] = 'Restrict ratings to posts with dates in this range:'; +$string['re'] = 'Re:'; +$string['readtherest'] = 'Read the rest of this topic'; +$string['replies'] = 'Replies'; +$string['repliesmany'] = '$a replies so far'; +$string['repliesone'] = '$a reply so far'; +$string['reply'] = 'Reply'; +$string['search'] = 'Search'; +$string['searchforums'] = 'Search forums'; +$string['searcholderposts'] = 'Search older posts...'; +$string['searchresults'] = 'Search results'; +$string['sendinratings'] = 'Send in my latest ratings'; +$string['showsubscribers'] = 'Show subscribers'; +$string['singleforum'] = 'A single simple discussion'; +$string['startedby'] = 'Started by'; +$string['subject'] = 'Subject'; +$string['subscribe'] = 'Subscribe to this forum'; +$string['subscribed'] = 'Subscribed'; +$string['subscribers'] = 'Subscribers'; +$string['subscribersto'] = 'Subscribers to \'$a\''; +$string['subscribestart'] = 'Send me email copies of posts to this forum'; +$string['subscribestop'] = 'I don\'t want email copies of posts to this forum'; +$string['subscription'] = 'Subscription'; +$string['subscriptions'] = 'Subscriptions'; +$string['unsubscribe'] = 'Unsubscribe from this forum'; +$string['unsubscribed'] = 'Unsubscribed'; +$string['youratedthis'] = 'You rated this'; +$string['yournewtopic'] = 'Your new discussion topic'; +$string['yourreply'] = 'Your reply'; ?> diff --git a/lang/en_us/glossary.php b/lang/en_us/glossary.php index 2df6a05e48..df26d3b2c9 100755 --- a/lang/en_us/glossary.php +++ b/lang/en_us/glossary.php @@ -1,127 +1,156 @@ Concept and definition are mandatory fields."; -$string['explainall'] = "Shows ALL entries on one page"; -$string['explainalphabet'] = "Browse the glossary using this index"; -$string['explainexport'] = "A file has been generated.
Download it and keep it safe. You can import it anytime you wish in this or other course."; -$string['explainimport'] = "You must specify the file to import and define the criteria of the process.

Submit your request and review the results."; -$string['explainspecial'] = "Shows entries that do not begin with a letter"; -$string['exportedentry'] = "Exported entry"; -$string['exportedfile'] = "Exported file"; -$string['exportglossary'] = "Export glossary"; -$string['exporttomainglossary'] = "Export to main glossary"; -$string['filetoimport'] = "File to import"; -$string['fillfields'] = "Concept and definition are mandatory fields."; -$string['fullmatch'] = "Match whole words only
(when automatically linked)"; -$string['glossarytype'] = "Glossary Type"; -$string['glosssaryexported'] = "Glossary exported."; -$string['importcategories'] = "Import categories"; -$string['importedcategories'] = "Imported categories"; -$string['importedentries'] = "Imported entries"; -$string['isglobal'] = "Is this glossary global?"; -$string['mainglossary'] = "Main glossary"; -$string['maxtimehaspassed'] = "Sorry, but the maximum time for editing this comment (\$a) has passed!"; -$string['modulename'] = "Glossary"; -$string['modulenameplural'] = "Glossaries"; -$string['newglossary'] = "New glossary"; -$string['newglossarycreated'] = "New glossary created."; -$string['newglossaryentries'] = "New glossary entries:"; -$string['nocomment'] = "No comment found"; -$string['nocomments'] = "(No comments found on this entry)"; -$string['noconceptfound'] = "No concept or definition found."; -$string['noentries'] = "No entries found in this section"; -$string['noentry'] = "No entry found."; -$string['notcategorised'] = "Not categorised"; -$string['onebyline'] = "(one by line)"; -$string['printerfriendly'] = "Printer-friendly version"; -$string['question'] = "Question"; -$string['rejectedentries'] = "Rejected entries"; -$string['rejectionrpt'] = "Rejection Report"; -$string['searchindefinition'] = "Search full text"; -$string['secondaryglossary'] = "Secondary glossary"; -$string['showall'] = "Show 'ALL' link"; -$string['showalphabet'] = "Show alphabet"; -$string['showspecial'] = "Show 'Special' link"; -$string['sortbycreation'] = "By creation date"; -$string['sortbylastupdate'] = "By last update"; -$string['sortchronogically'] = "Sort chronologically"; -$string['special'] = "Special"; -$string['standardview'] = "Browse by alphabet"; -$string['studentcanpost'] = "Students can add entries"; -$string['totalentries'] = "Total entries"; -$string['usedynalink'] = "Automatically link glossary entries"; -$string['waitingapproval'] = "Waiting approval"; -$string['warningstudentcapost'] = "(Applies only if the glossary is not the main one)"; -$string['writtenby'] = "by"; -$string['youarenottheauthor'] = "You are not the author of this comment, so you are not allowed to edit it."; +$string['addcomment'] = 'Add comment'; +$string['addentry'] = 'Add a new entry'; +$string['addingcomment'] = 'Add a comment'; +$string['aliases'] = 'Keyword(s)'; +$string['allcategories'] = 'All Categories'; +$string['allentries'] = 'ALL'; +$string['allowcomments'] = 'Allow comments on entries'; +$string['allowduplicatedentries'] = 'Duplicated entries allowed'; +$string['allowratings'] = 'Allow entries to be rated?'; +$string['answer'] = 'Answer'; +$string['approve'] = 'Approve'; +$string['areyousuredelete'] = 'Are you sure you want to delete this entry?'; +$string['areyousuredeletecomment'] = 'Are you sure you want to delete this comment?'; +$string['areyousureexport'] = 'Are you sure you want to export this entry to'; +$string['ascending'] = '(ascending)'; +$string['attachment'] = 'Attachment'; +$string['authorview'] = 'Browse by Author'; +$string['back'] = 'Back'; +$string['cantinsertcat'] = 'Can\'t insert category'; +$string['cantinsertrec'] = 'Can\'t insert record'; +$string['cantinsertrel'] = 'Can\'t insert relation category-entry'; +$string['casesensitive'] = 'This entry is case sensitive'; +$string['categories'] = 'Categories'; +$string['category'] = 'Category'; +$string['categorydeleted'] = 'Category deleted'; +$string['categoryview'] = 'Browse by category'; +$string['cnfallowcomments'] = 'Define if a glossary will accept comments on entries by default'; +$string['cnfallowdupentries'] = 'Define if a glossary will allows duplicated entries by default'; +$string['cnfapprovalstatus'] = 'Define the approval status by default of an entry posted by a student'; +$string['cnfcasesensitive'] = 'Define if an entry, when linked, is case sensitive by default'; +$string['cnfdefaulthook'] = 'Select the default selection to show when the glossary is first viewed'; +$string['cnfdefaultmode'] = 'Select the default frame to show when the glossary is first viewed.'; +$string['cnffullmatch'] = 'Define if an entry, when linked, should match the case in the target text by default'; +$string['cnflinkentry'] = 'Define if an entry should be automatically linked by default'; +$string['cnflinkglossaries'] = 'Define if a glossary should be automatically linked by default'; +$string['cnfrelatedview'] = 'Select the display format to be used for automatic linking and entry view.'; +$string['cnfshowgroup'] = 'Specify if the group break should be shown or not.'; +$string['cnfsortkey'] = 'Select the sorting key by default.'; +$string['cnfsortorder'] = 'Select the sorting order by default.'; +$string['cnfstudentcanpost'] = 'Define if the students can or cannot post entries by default'; +$string['comment'] = 'Comment'; +$string['commentdeleted'] = 'The comment has been deleted.'; +$string['comments'] = 'Comments'; +$string['commentson'] = 'Comments on'; +$string['commentupdated'] = 'The comment has been updated.'; +$string['concept'] = 'Concept'; +$string['concepts'] = 'Concepts'; +$string['currentglossary'] = 'Current glosssary'; +$string['dateview'] = 'Browse by date'; +$string['defaultapproval'] = 'Default approval status'; +$string['definition'] = 'Definition'; +$string['definitions'] = 'Definitions'; +$string['deleteentry'] = 'Delete entry'; +$string['deletingcomment'] = 'Deleting comment'; +$string['deletingnoneemptycategory'] = 'Deleting this category will not delete the entries it contains - they will be marked as uncategorised.'; +$string['descending'] = '(descending)'; +$string['destination'] = 'Destination'; +$string['displayformat'] = 'Display format'; +$string['displayformat2'] = 'Full with author'; +$string['displayformat3'] = 'Encyclopedia'; +$string['displayformat4'] = 'FAQ'; +$string['displayformat5'] = 'Full without author'; +$string['displayformat6'] = 'Entry list'; +$string['displayformatcontinuous'] = 'Continuous without author'; +$string['displayformatdefault'] = 'Simple, dictionary style'; +$string['displayformats'] = 'Display formats'; +$string['duplicateentry'] = 'Duplicate entry'; +$string['editcategories'] = 'Edit categories'; +$string['editentry'] = 'Edit entry'; +$string['editingcomment'] = 'Editing comment'; +$string['entbypage'] = 'Entries shown per page'; +$string['entries'] = 'Entries'; +$string['entrieswithoutcategory'] = 'Entries without category'; +$string['entry'] = 'Entry'; +$string['entryalreadyexist'] = 'Entry already exists'; +$string['entryapproved'] = 'This entry has been approved'; +$string['entrydeleted'] = 'Entry deleted'; +$string['entryexported'] = 'Entry succesfully exported'; +$string['entryishidden'] = '(this entry is currently hidden)'; +$string['entryusedynalink'] = 'This entry should be automatically linked'; +$string['explainaddentry'] = 'Add a new entry to the current glossary.
Concept and definition are mandatory fields.'; +$string['explainall'] = 'Shows ALL entries on one page'; +$string['explainalphabet'] = 'Browse the glossary using this index'; +$string['explainexport'] = 'A file has been generated.
Download it and keep it safe. You can import it anytime you wish in this or other course.'; +$string['explainimport'] = 'You must specify the file to import and define the criteria of the process.

Submit your request and review the results.'; +$string['explainspecial'] = 'Shows entries that do not begin with a letter'; +$string['exportedentry'] = 'Exported entry'; +$string['exportedfile'] = 'Exported file'; +$string['exportentries'] = 'Export entries'; +$string['exportglossary'] = 'Export glossary'; +$string['exporttomainglossary'] = 'Export to main glossary'; +$string['filetoimport'] = 'File to import'; +$string['fillfields'] = 'Concept and definition are mandatory fields.'; +$string['fullmatch'] = 'Match whole words only'; +$string['glossarytype'] = 'Glossary Type'; +$string['glosssaryexported'] = 'Glossary exported.'; +$string['importcategories'] = 'Import categories'; +$string['importedcategories'] = 'Imported categories'; +$string['importedentries'] = 'Imported entries'; +$string['importentries'] = 'Import entries'; +$string['isglobal'] = 'Is this glossary global?'; +$string['linkcategory'] = 'Automatically link this category'; +$string['mainglossary'] = 'Main glossary'; +$string['maxtimehaspassed'] = 'Sorry, but the maximum time for editing this comment ($a) has passed!'; +$string['modulename'] = 'Glossary'; +$string['modulenameplural'] = 'Glossaries'; +$string['newentries'] = 'New glossary entries'; +$string['newglossary'] = 'New glossary'; +$string['newglossarycreated'] = 'New glossary created.'; +$string['newglossaryentries'] = 'New glossary entries:'; +$string['nocomment'] = 'No comment found'; +$string['nocomments'] = '(No comments found on this entry)'; +$string['noconceptfound'] = 'No concept or definition found.'; +$string['noentries'] = 'No entries found in this section'; +$string['noentry'] = 'No entry found.'; +$string['notcategorised'] = 'Not categorised'; +$string['numberofentries'] = 'Number of entries'; +$string['onebyline'] = '(one per line)'; +$string['printerfriendly'] = 'Printer-friendly version'; +$string['question'] = 'Question'; +$string['rate'] = 'Rate'; +$string['rating'] = 'Rating'; +$string['ratingeveryone'] = 'Everyone can rate entries'; +$string['ratingno'] = 'No ratings'; +$string['ratingonlyteachers'] = 'Only $a can rate entries'; +$string['ratings'] = 'Ratings'; +$string['ratingssaved'] = 'Ratings saved'; +$string['ratingsuse'] = 'Use ratings'; +$string['ratingtime'] = 'Restrict ratings to entries with dates in this range:'; +$string['rejectedentries'] = 'Rejected entries'; +$string['rejectionrpt'] = 'Rejection Report'; +$string['searchindefinition'] = 'Search full text'; +$string['secondaryglossary'] = 'Secondary glossary'; +$string['sendinratings'] = 'Send in my latest ratings'; +$string['showall'] = 'Show \'ALL\' link'; +$string['showalphabet'] = 'Show alphabet'; +$string['showspecial'] = 'Show \'Special\' link'; +$string['sortby'] = 'Sort by'; +$string['sortbycreation'] = 'By creation date'; +$string['sortbylastupdate'] = 'By last update'; +$string['sortchronogically'] = 'Sort chronologically'; +$string['special'] = 'Special'; +$string['standardview'] = 'Browse by alphabet'; +$string['studentcanpost'] = 'Students can add entries'; +$string['totalentries'] = 'Total entries'; +$string['usedynalink'] = 'Automatically link glossary entries'; +$string['waitingapproval'] = 'Waiting approval'; +$string['warningstudentcapost'] = '(Applies only if the glossary is not the main one)'; +$string['writtenby'] = 'by'; +$string['youarenottheauthor'] = 'You are not the author of this comment, so you are not allowed to edit it.'; ?> diff --git a/lang/en_us/journal.php b/lang/en_us/journal.php index 16d47e5e1e..fd13fb4629 100644 --- a/lang/en_us/journal.php +++ b/lang/en_us/journal.php @@ -1,39 +1,39 @@ teacher has posted some feedback on your -journal entry for '\$a->journal' +$string['alwaysopen'] = 'Always open'; +$string['blankentry'] = 'Blank entry'; +$string['daysavailable'] = 'Days available'; +$string['editingended'] = 'Editing period has ended'; +$string['editingends'] = 'Editing period ends'; +$string['entries'] = 'Entries'; +$string['feedbackupdated'] = 'Feedback updated for $a entries'; +$string['journalmail'] = '$a->teacher has posted some feedback on your +journal entry for \'$a->journal\' You can see it appended to your journal entry: - \$a->url"; -$string['journalmailhtml'] = "\$a->teacher has posted some feedback on your - journal entry for '\$a->journal'

- You can see it appended to your url\\\">journal entry."; -$string['journalname'] = "Journal name"; -$string['journalquestion'] = "Journal question"; -$string['journalrating1'] = "Not satisfactory"; -$string['journalrating2'] = "Satisfactory"; -$string['journalrating3'] = "Outstanding"; -$string['modulename'] = "Journal"; -$string['modulenameplural'] = "Journals"; -$string['newjournalentries'] = "New journal entries"; -$string['noentry'] = "No entry"; -$string['noratinggiven'] = "No rating given"; -$string['notopenuntil'] = "This journal won't be open until"; -$string['notstarted'] = "You have not started this journal yet"; -$string['overallrating'] = "Overall rating"; -$string['rate'] = "Rate"; -$string['saveallfeedback'] = "Save all my feedback"; -$string['startoredit'] = "Start or edit my journal entry"; -$string['viewallentries'] = "View \$a journal entries"; + $a->url'; +$string['journalmailhtml'] = '$a->teacher has posted some feedback on your + journal entry for \'$a->journal\'

+ You can see it appended to your url\">journal entry.'; +$string['journalname'] = 'Journal name'; +$string['journalquestion'] = 'Journal question'; +$string['journalrating1'] = 'Not satisfactory'; +$string['journalrating2'] = 'Satisfactory'; +$string['journalrating3'] = 'Outstanding'; +$string['modulename'] = 'Journal'; +$string['modulenameplural'] = 'Journals'; +$string['newjournalentries'] = 'New journal entries'; +$string['noentry'] = 'No entry'; +$string['noratinggiven'] = 'No rating given'; +$string['notopenuntil'] = 'This journal won\'t be open until'; +$string['notstarted'] = 'You have not started this journal yet'; +$string['overallrating'] = 'Overall rating'; +$string['rate'] = 'Rate'; +$string['saveallfeedback'] = 'Save all my feedback'; +$string['startoredit'] = 'Start or edit my journal entry'; +$string['viewallentries'] = 'View $a journal entries'; ?> diff --git a/lang/en_us/label.php b/lang/en_us/label.php index 4d65b8f8b1..0fb82f31a8 100755 --- a/lang/en_us/label.php +++ b/lang/en_us/label.php @@ -1,9 +1,9 @@ diff --git a/lang/en_us/moodle.php b/lang/en_us/moodle.php index c24834267e..0ec7b277b7 100644 --- a/lang/en_us/moodle.php +++ b/lang/en_us/moodle.php @@ -1,346 +1,346 @@ \$a"; -$string['activityiscurrentlyhidden'] = "Sorry, this activity is currently hidden"; -$string['activitymodule'] = "Activity module"; -$string['activityreport'] = "Activity report"; -$string['activityselect'] = "Select this activity to be moved elsewhere"; -$string['activitysince'] = "Activity since \$a"; -$string['add'] = "Add"; -$string['addadmin'] = "Add admin"; -$string['addcreator'] = "Add course creator"; -$string['added'] = "Added \$a"; -$string['addinganew'] = "Adding a new \$a"; -$string['addinganewto'] = "Adding a new \$a->what to \$a->to"; -$string['addingdatatoexisting'] = "Adding data to existing"; -$string['addnewcategory'] = "Add new category"; -$string['addnewcourse'] = "Add a new course"; -$string['addnewuser'] = "Add a new user"; -$string['address'] = "Address"; -$string['addstudent'] = "Add student"; -$string['addteacher'] = "Add teacher"; -$string['admin'] = "Admin"; -$string['adminhelpaddnewuser'] = "To manually create a new user account"; -$string['adminhelpassignadmins'] = "Admins can do anything and go anywhere in the site"; -$string['adminhelpassigncreators'] = "Creators can create new courses and teach in them"; -$string['adminhelpassignstudents'] = "Go into a course and add students from the admin menu"; -$string['adminhelpassignteachers'] = "Find a course then use the icon to add teachers"; -$string['adminhelpauthentication'] = "You can use internal user accounts or external databases"; -$string['adminhelpconfiguration'] = "Configure how the site looks and works"; -$string['adminhelpconfigvariables'] = "Configure variables that affect general operation of the site"; -$string['adminhelpcourses'] = "Define courses and categories and assign people to them"; -$string['adminhelpedituser'] = "Browse the list of user accounts and edit any of them"; -$string['adminhelplanguage'] = "For checking and editing the current language pack"; -$string['adminhelplogs'] = "Browse logs of all activity on this site"; -$string['adminhelpmanagedatabase'] = "Access the database directly (be careful!)"; -$string['adminhelpmanagemodules'] = "Manage installed modules and their settings"; -$string['adminhelpsitefiles'] = "For publishing general files or uploading external backups"; -$string['adminhelpsitesettings'] = "Define how the front page of the site looks"; -$string['adminhelpthemes'] = "Choose how the site looks (colors, fonts etc)"; -$string['adminhelpusers'] = "Define your users and set up authentication"; -$string['administration'] = "Administration"; -$string['administrator'] = "Administrator"; -$string['administrators'] = "Administrators"; -$string['again'] = "again"; -$string['all'] = "All"; -$string['alldays'] = "All days"; -$string['allfieldsrequired'] = "All fields are required"; -$string['alllogs'] = "All logs"; -$string['allow'] = "Allow"; -$string['allowguests'] = "This course allows guest users to enter"; -$string['allownot'] = "Do not allow"; -$string['allparticipants'] = "All participants"; -$string['alphabet'] = "A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z"; -$string['alphanumerical'] = "Can only contain alphabetical letters or numbers"; -$string['alreadyconfirmed'] = "Registration has already been confirmed"; -$string['answer'] = "Answer"; -$string['areyousuretorestorethis'] = "Do you want to continue?"; -$string['areyousuretorestorethisinfo'] = "Later in this process you will have a choice of adding this backup to an existing course or creating a completely new course."; -$string['assessment'] = "Assessment"; -$string['assignadmins'] = "Assign admins"; -$string['assigncreators'] = "Assign creators"; -$string['assignstudents'] = "Enroll students"; -$string['assignstudentsnote'] = "Note: it may not be necessary to use this page, since it is possible for students to enroll themselves in this course."; -$string['assignstudentspass'] = "All you may need to do is notify your students of the enrollment key for this course, which is currently set to: '\$a'"; -$string['assignteachers'] = "Assign teachers"; -$string['authentication'] = "Authentication"; -$string['autosubscribe'] = "Forum auto-subscribe"; -$string['autosubscribeno'] = "No: don't automatically subscribe me to forums"; -$string['autosubscribeyes'] = "Yes: when I post, subscribe me to that forum"; -$string['availability'] = "Availability"; -$string['availablecourses'] = "Available Courses"; -$string['backup'] = "Backup"; -$string['backupdate'] = "Backup Date"; -$string['backupdetails'] = "Backup Details"; -$string['backupfilename'] = "backup"; -$string['backupfinished'] = "Backup completed successfully"; -$string['backupnameformat'] = "%%Y%%m%%d-%%H%%M"; -$string['backuporiginalname'] = "Backup Name"; -$string['backupversion'] = "Backup Version"; -$string['cancel'] = "Cancel"; -$string['categories'] = "Course categories"; -$string['category'] = "Category"; -$string['categoryadded'] = "The category '\$a' was added"; -$string['categorydeleted'] = "The category '\$a' was deleted"; -$string['categoryduplicate'] = "A category named '\$a' already exists!"; -$string['changedpassword'] = "Changed password"; -$string['changepassword'] = "Change password"; -$string['changessaved'] = "Changes saved"; -$string['checkingbackup'] = "Checking backup"; -$string['checkingcourse'] = "Checking course"; -$string['checkinginstances'] = "Checking instances"; -$string['checkingsections'] = "Checking sections"; -$string['checklanguage'] = "Check language"; -$string['choose'] = "Choose"; -$string['choosecourse'] = "Choose a course"; -$string['chooselivelogs'] = "Or watch current activity"; -$string['chooselogs'] = "Choose which logs you want to see"; -$string['choosetheme'] = "Choose theme"; -$string['chooseuser'] = "Choose a user"; -$string['city'] = "City/town"; -$string['cleaningtempdata'] = "Cleaning temp data"; -$string['closewindow'] = "Close this window"; -$string['comparelanguage'] = "Compare and edit current language"; -$string['complete'] = "Complete"; -$string['configallowunenroll'] = "If this is set 'Yes', then students are allowed to unenroll themselves from courses whenever they like. Otherwise they are not allowed, and this process will be solely controlled by the teachers and administrators."; -$string['configcountry'] = "If you set a country here, then this country will be selected by default on new user accounts. To force users to choose a country, just leave this unset."; -$string['configdebug'] = "If you turn this on, then PHP's error_reporting will be increased so that more warnings are printed. This is only useful for developers."; -$string['configerrorlevel'] = "Choose the amount of PHP warnings that you want to be displayed. Normal is usually the best choice."; -$string['configframename'] = "If you are embedding Moodle within a web frame, then put the name of this frame here. Otherwise this value should remain as '_top'"; -$string['configgdversion'] = "Indicate the version of GD that is installed. The version shown by default is the one that has been auto-detected. Don't change this unless you really know what you're doing."; -$string['confightmleditor'] = "Choose whether or not to allow use of the embedded HTML text editor. Even if you choose allow, this editor will only appear when the user is using a compatible browser (IE 5.5 or later). Users can also choose not to use it."; -$string['configidnumber'] = "This option specifies whether (a) Users are not be asked for an ID number at all, (b) Users are asked for an ID number but can leave it blank or (c) Users are asked for an ID Number and cannot leave it blank. If given the User's ID number is displayed in their Profile."; -$string['configintro'] = "On this page you can specify a number of configuration variables that help make Moodle work properly on your server. Don't worry too much about it - the defaults will usually work fine and you can always come back to this page later and change these settings."; -$string['configintroadmin'] = "On this page you should configure your main administrator account which will have complete control over the site. Make sure you give it a secure username and password as well as a valid email address. You can create more admin accounts later on."; -$string['configintrosite'] = "This page allows you to configure the front page and name of this new site. You can come back here later to change these settings any time using the 'Site Settings' link on the home page."; -$string['configlang'] = "Choose a default language for the whole site. Users can override this setting later."; -$string['configlangdir'] = "Most languages are printed left-to-right, but some, like Arabic and Hebrew, are printed right-to-left."; -$string['configlanglist'] = "Leave this blank to allow users to choose from any language you have in this installation of Moodle. However, you can shorten the language menu by entering a comma-separated list of language codes that you want. For example: en,es_es,fr,it"; -$string['configlangmenu'] = "Choose whether or not you want to display the general-purpose language menu on the home page, login page etc. This does not affect the user's ability to set the preferred language in their own profile."; -$string['configlocale'] = "Choose a sitewide locale - this will affect the format and language of dates. You need to have this locale data installed on your operating system. (eg en_US or es_ES). If you don't know what to choose leave it blank."; -$string['configloglifetime'] = "This specifies the length of time you want to keep logs about user activity. Logs that are older than this age are automatically deleted. It is best to keep logs as long as possible, in case you need them, but if you have a very busy server and are experiencing performance problems, then you may want to lower the log lifetime."; -$string['configlongtimenosee'] = "If students haven't logged in for a very long time, then they are automatically unsubscribed from courses. This parameter specifies that time limit."; -$string['configmaxbytes'] = "This specifies a maximum size that uploaded files can be throughout the whole site. This setting is limited by the PHP setting upload_max_filesize and the Apache setting LimitRequestBody. In turn, maxbytes limits the range of sizes that can be chosen at course level or module level."; -$string['configmaxeditingtime'] = "This specifies the amount of time people have to re-edit forum postings, journal feedback etc. Usually 30 minutes is a good value."; -$string['configproxyhost'] = "If this server needs to use a proxy computer (eg a firewall) to access the Internet, then provide the proxy hostname and port here. Otherwise leave it blank."; -$string['configsecureforms'] = "Moodle can use an additional level of security when accepting data from web forms. If this is enabled, then the browser's HTTP_REFERER variable is checked against the current form address. In a very few cases this can cause problems if the user is using a firewall (eg Zonealarm) configured to strip HTTP_REFERER from their web traffic. Symptoms are getting 'stuck' on a form. If your users are having problems with the login page (for example) you might want to disable this setting, although it might leave your site more open to brute-force password attacks. If in doubt, leave this set to 'Yes'."; -$string['configsessioncookie'] = "This setting customises the name of the cookie used for Moodle sessions. This is optional, and only useful to avoid cookies being confused when there is more than one copy of Moodle running within the same web site."; -$string['configsessiontimeout'] = "If people logged in to this site are idle for a long time (without loading pages) then they are automatically logged out (their session is ended). This variable specifies how long this time should be."; -$string['configslasharguments'] = "Files (images, uploads etc) are provided via a script using 'slash arguments' (the second option here). This method allows files to be more easily cached in web browsers, proxy servers etc. Unfortunately, some PHP servers don't allow this method, so if you have trouble viewing uploaded files or images (eg user pictures), set this variable to the first option"; -$string['configsmtphosts'] = "Give the full name of one or more local SMTP servers that Moodle should use to send mail (eg 'mail.a.com' or 'mail.a.com;mail.b.com'). If you leave it blank, Moodle will use the PHP default method of sending mail."; -$string['configsmtpuser'] = "If you have specified an SMTP server above, and the server requires authentication, then enter the username and password here."; -$string['configteacherassignteachers'] = "Should ordinary teachers be allowed to assign other teachers within courses they teach? If 'No', then only course creators and admins can assign teachers."; -$string['configunzip'] = "Indicate the location of your unzip program (Unix only, optional). If specified, this will be used to unpack zip archives on the server. If you leave this blank, then Moodle will use internal routines."; -$string['configuration'] = "Configuration"; -$string['configvariables'] = "Variables"; -$string['configwarning'] = "Be careful modifying these settings - strange values could cause problems."; -$string['configzip'] = "Indicate the location of your zip program (Unix only, optional). If specified, this will be used to create zip archives on the server. If you leave this blank, then Moodle will use internal routines."; -$string['confirmed'] = "Your registration has been confirmed"; -$string['confirmednot'] = "Your registration has not yet been confirmed!"; -$string['continue'] = "Continue"; -$string['cookiesenabled'] = "Cookies must be enabled in your browser"; -$string['copy'] = "copy"; -$string['copyingcoursefiles'] = "Copying course files"; -$string['copyinguserfiles'] = "Copying user files"; -$string['copyingzipfile'] = "Copying zip file"; -$string['copyrightnotice'] = "Copyright notice"; -$string['country'] = "Country"; -$string['course'] = "Course"; -$string['courseavailable'] = "This course is available to students"; -$string['courseavailablenot'] = "This course is not available to students"; -$string['coursebackup'] = "Course backup"; -$string['coursecategories'] = "Course categories"; -$string['coursecategory'] = "Course category"; -$string['coursecreators'] = "Course creators"; -$string['coursefiles'] = "Course files"; -$string['courseformats'] = "Course formats"; -$string['coursegrades'] = "Course grades"; -$string['courseinfo'] = "Course info"; -$string['courserestore'] = "Course restore"; -$string['courses'] = "Courses"; -$string['courseupdates'] = "Course updates"; -$string['courseuploadlimit'] = "Course upload limit"; -$string['create'] = "Create"; -$string['createaccount'] = "Create my new account"; -$string['createfolder'] = "Create a folder in \$a"; -$string['createuserandpass'] = "Create a new username and password to log in with"; -$string['createziparchive'] = "Create zip archive"; -$string['creatingcategoriesandquestions'] = "Creating categories and questions"; -$string['creatingcoursemodules'] = "Creating course modules"; -$string['creatinglogentries'] = "Creating log entries"; -$string['creatingnewcourse'] = "Creating new course"; -$string['creatingscales'] = "Creating scales"; -$string['creatingsections'] = "Creating sections"; -$string['creatingtemporarystructures'] = "Creating temporary structures"; -$string['creatingusers'] = "Creating users"; -$string['creatingxmlfile'] = "Creating XML file"; -$string['currentcourseadding'] = "Current course, adding data to it"; -$string['currentcoursedeleting'] = "Current course, deleting it first"; -$string['currentlanguage'] = "Current language"; -$string['currentlocaltime'] = "your current local time"; -$string['currentrelease'] = "Current release information"; -$string['currentversion'] = "Current version"; -$string['databasechecking'] = "Upgrading Moodle database from version \$a->oldversion to \$a->newversion..."; -$string['databasesetup'] = "Setting up database"; -$string['databasesuccess'] = "Database was successfully upgraded"; -$string['databaseupgradebackups'] = "Backup version is now \$a"; -$string['databaseupgrades'] = "Upgrading database"; -$string['day'] = "day"; -$string['days'] = "days"; -$string['defaultcoursefullname'] = "Course Fullname 101"; -$string['defaultcourseshortname'] = "CF101"; -$string['defaultcoursestudent'] = "Student"; -$string['defaultcoursestudents'] = "Students"; -$string['defaultcoursesummary'] = "Write a concise and interesting paragraph here that explains what this course is about"; -$string['defaultcourseteacher'] = "Teacher"; -$string['defaultcourseteachers'] = "Teachers"; -$string['delete'] = "Delete"; -$string['deletecheck'] = "Delete \$a ?"; -$string['deletecheckfiles'] = "Are you absolutely sure you want to delete these files?"; -$string['deletecheckfull'] = "Are you absolutely sure you want to completely delete \$a ?"; -$string['deletecheckwarning'] = "You are about to delete these files"; -$string['deletecompletely'] = "Delete completely"; -$string['deletecourse'] = "Delete a course"; -$string['deletecoursecheck'] = "Are you absolutely sure you want to completely delete this course and all the data it contains?"; -$string['deleted'] = "Deleted"; -$string['deletedactivity'] = "Deleted \$a"; -$string['deletedcourse'] = "\$a has been completely deleted"; -$string['deletednot'] = "Could not delete \$a !"; -$string['deletingcourse'] = "Deleting \$a"; -$string['deletingexistingcoursedata'] = "Deleting existing course data"; -$string['deletingolddata'] = "Deleting old data"; -$string['department'] = "Department"; -$string['description'] = "Description"; -$string['displayingfirst'] = "Only the first \$a->count \$a->things are displayed"; -$string['displayingrecords'] = "Displaying \$a records"; -$string['displayingusers'] = "Displaying users \$a->start to \$a->end"; -$string['documentation'] = "Moodle Documentation"; -$string['donotask'] = "Do Not Ask"; -$string['downloadexcel'] = "Download in Excel format"; -$string['downloadtext'] = "Download in text format"; -$string['doyouagree'] = "Have you read these conditions and understood them?"; -$string['edit'] = "Edit \$a"; -$string['editcoursesettings'] = "Edit course settings"; -$string['editinga'] = "Editing a \$a"; -$string['editmyprofile'] = "Edit profile"; -$string['editsummary'] = "Edit summary"; -$string['editthisactivity'] = "Edit this activity"; -$string['editthiscategory'] = "Edit this category"; -$string['edituser'] = "Edit user accounts"; -$string['email'] = "Email address"; -$string['emailconfirm'] = "Confirm your account"; -$string['emailconfirmation'] = "Hi \$a->firstname, +$string['action'] = 'Action'; +$string['activities'] = 'Activities'; +$string['activity'] = 'Activity'; +$string['activityclipboard'] = 'Moving this activity: $a'; +$string['activityiscurrentlyhidden'] = 'Sorry, this activity is currently hidden'; +$string['activitymodule'] = 'Activity module'; +$string['activityreport'] = 'Activity report'; +$string['activityselect'] = 'Select this activity to be moved elsewhere'; +$string['activitysince'] = 'Activity since $a'; +$string['add'] = 'Add'; +$string['addadmin'] = 'Add admin'; +$string['addcreator'] = 'Add course creator'; +$string['added'] = 'Added $a'; +$string['addinganew'] = 'Adding a new $a'; +$string['addinganewto'] = 'Adding a new $a->what to $a->to'; +$string['addingdatatoexisting'] = 'Adding data to existing'; +$string['addnewcategory'] = 'Add new category'; +$string['addnewcourse'] = 'Add a new course'; +$string['addnewuser'] = 'Add a new user'; +$string['address'] = 'Address'; +$string['addstudent'] = 'Add student'; +$string['addteacher'] = 'Add teacher'; +$string['admin'] = 'Admin'; +$string['adminhelpaddnewuser'] = 'To manually create a new user account'; +$string['adminhelpassignadmins'] = 'Admins can do anything and go anywhere in the site'; +$string['adminhelpassigncreators'] = 'Creators can create new courses and teach in them'; +$string['adminhelpassignstudents'] = 'Go into a course and add students from the admin menu'; +$string['adminhelpassignteachers'] = 'Find a course then use the icon to add teachers'; +$string['adminhelpauthentication'] = 'You can use internal user accounts or external databases'; +$string['adminhelpconfiguration'] = 'Configure how the site looks and works'; +$string['adminhelpconfigvariables'] = 'Configure variables that affect general operation of the site'; +$string['adminhelpcourses'] = 'Define courses and categories and assign people to them'; +$string['adminhelpedituser'] = 'Browse the list of user accounts and edit any of them'; +$string['adminhelplanguage'] = 'For checking and editing the current language pack'; +$string['adminhelplogs'] = 'Browse logs of all activity on this site'; +$string['adminhelpmanagedatabase'] = 'Access the database directly (be careful!)'; +$string['adminhelpmanagemodules'] = 'Manage installed modules and their settings'; +$string['adminhelpsitefiles'] = 'For publishing general files or uploading external backups'; +$string['adminhelpsitesettings'] = 'Define how the front page of the site looks'; +$string['adminhelpthemes'] = 'Choose how the site looks (colors, fonts etc)'; +$string['adminhelpusers'] = 'Define your users and set up authentication'; +$string['administration'] = 'Administration'; +$string['administrator'] = 'Administrator'; +$string['administrators'] = 'Administrators'; +$string['again'] = 'again'; +$string['all'] = 'All'; +$string['alldays'] = 'All days'; +$string['allfieldsrequired'] = 'All fields are required'; +$string['alllogs'] = 'All logs'; +$string['allow'] = 'Allow'; +$string['allowguests'] = 'This course allows guest users to enter'; +$string['allownot'] = 'Do not allow'; +$string['allparticipants'] = 'All participants'; +$string['alphabet'] = 'A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z'; +$string['alphanumerical'] = 'Can only contain alphabetical letters or numbers'; +$string['alreadyconfirmed'] = 'Registration has already been confirmed'; +$string['answer'] = 'Answer'; +$string['areyousuretorestorethis'] = 'Do you want to continue?'; +$string['areyousuretorestorethisinfo'] = 'Later in this process you will have a choice of adding this backup to an existing course or creating a completely new course.'; +$string['assessment'] = 'Assessment'; +$string['assignadmins'] = 'Assign admins'; +$string['assigncreators'] = 'Assign creators'; +$string['assignstudents'] = 'Enroll students'; +$string['assignstudentsnote'] = 'Note: it may not be necessary to use this page, since it is possible for students to enroll themselves in this course.'; +$string['assignstudentspass'] = 'All you may need to do is notify your students of the enrollment key for this course, which is currently set to: \'$a\''; +$string['assignteachers'] = 'Assign teachers'; +$string['authentication'] = 'Authentication'; +$string['autosubscribe'] = 'Forum auto-subscribe'; +$string['autosubscribeno'] = 'No: don\'t automatically subscribe me to forums'; +$string['autosubscribeyes'] = 'Yes: when I post, subscribe me to that forum'; +$string['availability'] = 'Availability'; +$string['availablecourses'] = 'Available Courses'; +$string['backup'] = 'Backup'; +$string['backupdate'] = 'Backup Date'; +$string['backupdetails'] = 'Backup Details'; +$string['backupfilename'] = 'backup'; +$string['backupfinished'] = 'Backup completed successfully'; +$string['backupnameformat'] = '%%Y%%m%%d-%%H%%M'; +$string['backuporiginalname'] = 'Backup Name'; +$string['backupversion'] = 'Backup Version'; +$string['cancel'] = 'Cancel'; +$string['categories'] = 'Course categories'; +$string['category'] = 'Category'; +$string['categoryadded'] = 'The category \'$a\' was added'; +$string['categorydeleted'] = 'The category \'$a\' was deleted'; +$string['categoryduplicate'] = 'A category named \'$a\' already exists!'; +$string['changedpassword'] = 'Changed password'; +$string['changepassword'] = 'Change password'; +$string['changessaved'] = 'Changes saved'; +$string['checkingbackup'] = 'Checking backup'; +$string['checkingcourse'] = 'Checking course'; +$string['checkinginstances'] = 'Checking instances'; +$string['checkingsections'] = 'Checking sections'; +$string['checklanguage'] = 'Check language'; +$string['choose'] = 'Choose'; +$string['choosecourse'] = 'Choose a course'; +$string['chooselivelogs'] = 'Or watch current activity'; +$string['chooselogs'] = 'Choose which logs you want to see'; +$string['choosetheme'] = 'Choose theme'; +$string['chooseuser'] = 'Choose a user'; +$string['city'] = 'City/town'; +$string['cleaningtempdata'] = 'Cleaning temp data'; +$string['closewindow'] = 'Close this window'; +$string['comparelanguage'] = 'Compare and edit current language'; +$string['complete'] = 'Complete'; +$string['configallowunenroll'] = 'If this is set \'Yes\', then students are allowed to unenroll themselves from courses whenever they like. Otherwise they are not allowed, and this process will be solely controlled by the teachers and administrators.'; +$string['configcountry'] = 'If you set a country here, then this country will be selected by default on new user accounts. To force users to choose a country, just leave this unset.'; +$string['configdebug'] = 'If you turn this on, then PHP\'s error_reporting will be increased so that more warnings are printed. This is only useful for developers.'; +$string['configerrorlevel'] = 'Choose the amount of PHP warnings that you want to be displayed. Normal is usually the best choice.'; +$string['configframename'] = 'If you are embedding Moodle within a web frame, then put the name of this frame here. Otherwise this value should remain as \'_top\''; +$string['configgdversion'] = 'Indicate the version of GD that is installed. The version shown by default is the one that has been auto-detected. Don\'t change this unless you really know what you\'re doing.'; +$string['confightmleditor'] = 'Choose whether or not to allow use of the embedded HTML text editor. Even if you choose allow, this editor will only appear when the user is using a compatible browser (IE 5.5 or later). Users can also choose not to use it.'; +$string['configidnumber'] = 'This option specifies whether (a) Users are not be asked for an ID number at all, (b) Users are asked for an ID number but can leave it blank or (c) Users are asked for an ID Number and cannot leave it blank. If given the User\'s ID number is displayed in their Profile.'; +$string['configintro'] = 'On this page you can specify a number of configuration variables that help make Moodle work properly on your server. Don\'t worry too much about it - the defaults will usually work fine and you can always come back to this page later and change these settings.'; +$string['configintroadmin'] = 'On this page you should configure your main administrator account which will have complete control over the site. Make sure you give it a secure username and password as well as a valid email address. You can create more admin accounts later on.'; +$string['configintrosite'] = 'This page allows you to configure the front page and name of this new site. You can come back here later to change these settings any time using the \'Site Settings\' link on the home page.'; +$string['configlang'] = 'Choose a default language for the whole site. Users can override this setting later.'; +$string['configlangdir'] = 'Most languages are printed left-to-right, but some, like Arabic and Hebrew, are printed right-to-left.'; +$string['configlanglist'] = 'Leave this blank to allow users to choose from any language you have in this installation of Moodle. However, you can shorten the language menu by entering a comma-separated list of language codes that you want. For example: en,es_es,fr,it'; +$string['configlangmenu'] = 'Choose whether or not you want to display the general-purpose language menu on the home page, login page etc. This does not affect the user\'s ability to set the preferred language in their own profile.'; +$string['configlocale'] = 'Choose a sitewide locale - this will affect the format and language of dates. You need to have this locale data installed on your operating system. (eg en_US or es_ES). If you don\'t know what to choose leave it blank.'; +$string['configloglifetime'] = 'This specifies the length of time you want to keep logs about user activity. Logs that are older than this age are automatically deleted. It is best to keep logs as long as possible, in case you need them, but if you have a very busy server and are experiencing performance problems, then you may want to lower the log lifetime.'; +$string['configlongtimenosee'] = 'If students haven\'t logged in for a very long time, then they are automatically unsubscribed from courses. This parameter specifies that time limit.'; +$string['configmaxbytes'] = 'This specifies a maximum size that uploaded files can be throughout the whole site. This setting is limited by the PHP setting upload_max_filesize and the Apache setting LimitRequestBody. In turn, maxbytes limits the range of sizes that can be chosen at course level or module level.'; +$string['configmaxeditingtime'] = 'This specifies the amount of time people have to re-edit forum postings, journal feedback etc. Usually 30 minutes is a good value.'; +$string['configproxyhost'] = 'If this server needs to use a proxy computer (eg a firewall) to access the Internet, then provide the proxy hostname and port here. Otherwise leave it blank.'; +$string['configsecureforms'] = 'Moodle can use an additional level of security when accepting data from web forms. If this is enabled, then the browser\'s HTTP_REFERER variable is checked against the current form address. In a very few cases this can cause problems if the user is using a firewall (eg Zonealarm) configured to strip HTTP_REFERER from their web traffic. Symptoms are getting \'stuck\' on a form. If your users are having problems with the login page (for example) you might want to disable this setting, although it might leave your site more open to brute-force password attacks. If in doubt, leave this set to \'Yes\'.'; +$string['configsessioncookie'] = 'This setting customises the name of the cookie used for Moodle sessions. This is optional, and only useful to avoid cookies being confused when there is more than one copy of Moodle running within the same web site.'; +$string['configsessiontimeout'] = 'If people logged in to this site are idle for a long time (without loading pages) then they are automatically logged out (their session is ended). This variable specifies how long this time should be.'; +$string['configslasharguments'] = 'Files (images, uploads etc) are provided via a script using \'slash arguments\' (the second option here). This method allows files to be more easily cached in web browsers, proxy servers etc. Unfortunately, some PHP servers don\'t allow this method, so if you have trouble viewing uploaded files or images (eg user pictures), set this variable to the first option'; +$string['configsmtphosts'] = 'Give the full name of one or more local SMTP servers that Moodle should use to send mail (eg \'mail.a.com\' or \'mail.a.com;mail.b.com\'). If you leave it blank, Moodle will use the PHP default method of sending mail.'; +$string['configsmtpuser'] = 'If you have specified an SMTP server above, and the server requires authentication, then enter the username and password here.'; +$string['configteacherassignteachers'] = 'Should ordinary teachers be allowed to assign other teachers within courses they teach? If \'No\', then only course creators and admins can assign teachers.'; +$string['configunzip'] = 'Indicate the location of your unzip program (Unix only, optional). If specified, this will be used to unpack zip archives on the server. If you leave this blank, then Moodle will use internal routines.'; +$string['configuration'] = 'Configuration'; +$string['configvariables'] = 'Variables'; +$string['configwarning'] = 'Be careful modifying these settings - strange values could cause problems.'; +$string['configzip'] = 'Indicate the location of your zip program (Unix only, optional). If specified, this will be used to create zip archives on the server. If you leave this blank, then Moodle will use internal routines.'; +$string['confirmed'] = 'Your registration has been confirmed'; +$string['confirmednot'] = 'Your registration has not yet been confirmed!'; +$string['continue'] = 'Continue'; +$string['cookiesenabled'] = 'Cookies must be enabled in your browser'; +$string['copy'] = 'copy'; +$string['copyingcoursefiles'] = 'Copying course files'; +$string['copyinguserfiles'] = 'Copying user files'; +$string['copyingzipfile'] = 'Copying zip file'; +$string['copyrightnotice'] = 'Copyright notice'; +$string['country'] = 'Country'; +$string['course'] = 'Course'; +$string['courseavailable'] = 'This course is available to students'; +$string['courseavailablenot'] = 'This course is not available to students'; +$string['coursebackup'] = 'Course backup'; +$string['coursecategories'] = 'Course categories'; +$string['coursecategory'] = 'Course category'; +$string['coursecreators'] = 'Course creators'; +$string['coursefiles'] = 'Course files'; +$string['courseformats'] = 'Course formats'; +$string['coursegrades'] = 'Course grades'; +$string['courseinfo'] = 'Course info'; +$string['courserestore'] = 'Course restore'; +$string['courses'] = 'Courses'; +$string['courseupdates'] = 'Course updates'; +$string['courseuploadlimit'] = 'Course upload limit'; +$string['create'] = 'Create'; +$string['createaccount'] = 'Create my new account'; +$string['createfolder'] = 'Create a folder in $a'; +$string['createuserandpass'] = 'Create a new username and password to log in with'; +$string['createziparchive'] = 'Create zip archive'; +$string['creatingcategoriesandquestions'] = 'Creating categories and questions'; +$string['creatingcoursemodules'] = 'Creating course modules'; +$string['creatinglogentries'] = 'Creating log entries'; +$string['creatingnewcourse'] = 'Creating new course'; +$string['creatingscales'] = 'Creating scales'; +$string['creatingsections'] = 'Creating sections'; +$string['creatingtemporarystructures'] = 'Creating temporary structures'; +$string['creatingusers'] = 'Creating users'; +$string['creatingxmlfile'] = 'Creating XML file'; +$string['currentcourseadding'] = 'Current course, adding data to it'; +$string['currentcoursedeleting'] = 'Current course, deleting it first'; +$string['currentlanguage'] = 'Current language'; +$string['currentlocaltime'] = 'your current local time'; +$string['currentrelease'] = 'Current release information'; +$string['currentversion'] = 'Current version'; +$string['databasechecking'] = 'Upgrading Moodle database from version $a->oldversion to $a->newversion...'; +$string['databasesetup'] = 'Setting up database'; +$string['databasesuccess'] = 'Database was successfully upgraded'; +$string['databaseupgradebackups'] = 'Backup version is now $a'; +$string['databaseupgrades'] = 'Upgrading database'; +$string['day'] = 'day'; +$string['days'] = 'days'; +$string['defaultcoursefullname'] = 'Course Fullname 101'; +$string['defaultcourseshortname'] = 'CF101'; +$string['defaultcoursestudent'] = 'Student'; +$string['defaultcoursestudents'] = 'Students'; +$string['defaultcoursesummary'] = 'Write a concise and interesting paragraph here that explains what this course is about'; +$string['defaultcourseteacher'] = 'Teacher'; +$string['defaultcourseteachers'] = 'Teachers'; +$string['delete'] = 'Delete'; +$string['deletecheck'] = 'Delete $a ?'; +$string['deletecheckfiles'] = 'Are you absolutely sure you want to delete these files?'; +$string['deletecheckfull'] = 'Are you absolutely sure you want to completely delete $a ?'; +$string['deletecheckwarning'] = 'You are about to delete these files'; +$string['deletecompletely'] = 'Delete completely'; +$string['deletecourse'] = 'Delete a course'; +$string['deletecoursecheck'] = 'Are you absolutely sure you want to completely delete this course and all the data it contains?'; +$string['deleted'] = 'Deleted'; +$string['deletedactivity'] = 'Deleted $a'; +$string['deletedcourse'] = '$a has been completely deleted'; +$string['deletednot'] = 'Could not delete $a !'; +$string['deletingcourse'] = 'Deleting $a'; +$string['deletingexistingcoursedata'] = 'Deleting existing course data'; +$string['deletingolddata'] = 'Deleting old data'; +$string['department'] = 'Department'; +$string['description'] = 'Description'; +$string['displayingfirst'] = 'Only the first $a->count $a->things are displayed'; +$string['displayingrecords'] = 'Displaying $a records'; +$string['displayingusers'] = 'Displaying users $a->start to $a->end'; +$string['documentation'] = 'Moodle Documentation'; +$string['donotask'] = 'Do Not Ask'; +$string['downloadexcel'] = 'Download in Excel format'; +$string['downloadtext'] = 'Download in text format'; +$string['doyouagree'] = 'Have you read these conditions and understood them?'; +$string['edit'] = 'Edit $a'; +$string['editcoursesettings'] = 'Edit course settings'; +$string['editinga'] = 'Editing a $a'; +$string['editmyprofile'] = 'Edit profile'; +$string['editsummary'] = 'Edit summary'; +$string['editthisactivity'] = 'Edit this activity'; +$string['editthiscategory'] = 'Edit this category'; +$string['edituser'] = 'Edit user accounts'; +$string['email'] = 'Email address'; +$string['emailconfirm'] = 'Confirm your account'; +$string['emailconfirmation'] = 'Hi $a->firstname, -A new account has been requested at '\$a->sitename' +A new account has been requested at \'$a->sitename\' using your email address. To confirm your new account, please go to this web address: -\$a->link +$a->link In most mail programs, this should appear as a blue link -which you can just click on. If that doesn't work, +which you can just click on. If that doesn\'t work, then cut and paste the address into the address line at the top of your web browser window. If you need help, please contact the site administrator, -\$a->admin"; -$string['emailconfirmationsubject'] = "\$a: account confirmation"; -$string['emailconfirmsent'] = "

An email should have been sent to your address at \$a +$a->admin'; +$string['emailconfirmationsubject'] = '$a: account confirmation'; +$string['emailconfirmsent'] = '

An email should have been sent to your address at $a

It contains easy instructions to complete your registration. -

If you continue to have difficulty, contact the site administrator."; -$string['emaildisplay'] = "Email display"; -$string['emaildisplaycourse'] = "Allow only other course members to see my email address"; -$string['emaildisplayno'] = "Hide my real email address from everyone"; -$string['emaildisplayyes'] = "Allow everyone to see my email address"; -$string['emailexists'] = "This email address is already registered."; -$string['emailformat'] = "Email format"; -$string['emailmustbereal'] = "Note: your email address must be a real one"; -$string['emailpasswordconfirmation'] = "Hi \$a->firstname, +

If you continue to have difficulty, contact the site administrator.'; +$string['emaildisplay'] = 'Email display'; +$string['emaildisplaycourse'] = 'Allow only other course members to see my email address'; +$string['emaildisplayno'] = 'Hide my real email address from everyone'; +$string['emaildisplayyes'] = 'Allow everyone to see my email address'; +$string['emailexists'] = 'This email address is already registered.'; +$string['emailformat'] = 'Email format'; +$string['emailmustbereal'] = 'Note: your email address must be a real one'; +$string['emailpasswordconfirmation'] = 'Hi $a->firstname, Someone (probably you) has requested a new password for your -account on '\$a->sitename'. +account on \'$a->sitename\'. To confirm this and have a new password sent to you via email, go to the following web address: -\$a->link +$a->link In most mail programs, this should appear as a blue link -which you can just click on. If that doesn't work, +which you can just click on. If that doesn\'t work, then cut and paste the address into the address line at the top of your web browser window. If you need help, please contact the site administrator, -\$a->admin"; -$string['emailpasswordconfirmationsubject'] = "\$a: change password confirmation"; -$string['emailpasswordconfirmsent'] = "An email should have been sent to your address at \$a. +$a->admin'; +$string['emailpasswordconfirmationsubject'] = '$a: change password confirmation'; +$string['emailpasswordconfirmsent'] = 'An email should have been sent to your address at $a.

It contains easy instructions to confirm and complete this password change. -If you continue to have difficulty, contact the site administrator."; -$string['emailpasswordsent'] = "Thank you for confirming the change of password. -

An email containing your new password has been sent to your address at \$a->email. +If you continue to have difficulty, contact the site administrator.'; +$string['emailpasswordsent'] = 'Thank you for confirming the change of password. +

An email containing your new password has been sent to your address at $a->email.

The new password was automatically generated - you might like to -link>change your password to something easier to remember."; -$string['enrolmentconfirmation'] = "You are about to enroll yourself as a member of this course.
Are you sure you wish to do this?"; -$string['enrolmentkey'] = "Enrollment key"; -$string['enrolmentkeyfrom'] = "This course requires an 'enrollment key' - a one-time
-password that you should have received from \$a"; -$string['enrolmentkeyhint'] = "That enrollment key was incorrect, please try again
-(Here's a hint - it starts with '\$a')"; -$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."; -$string['error'] = "Error"; -$string['errortoomanylogins'] = "Sorry, you have exceeded the allowed number of login attempts. Restart your browser."; -$string['errorwhenconfirming'] = "You are not confirmed yet because an error occurred. If you clicked on a link in an email to get here, make sure that the line in your email wasn't broken or wrapped. You may have to use cut and paste to reconstruct the link properly."; -$string['existing'] = "Existing"; -$string['existingadmins'] = "Existing admins"; -$string['existingcourse'] = "Existing course"; -$string['existingcourseadding'] = "Existing course, adding data to it"; -$string['existingcoursedeleting'] = "Existing course, deleting it first"; -$string['existingcreators'] = "Existing course creators"; -$string['existingstudents'] = "Enrolled students"; -$string['existingteachers'] = "Existing teachers"; -$string['feedback'] = "Feedback"; -$string['filemissing'] = "\$a is missing"; -$string['files'] = "Files"; -$string['filesfolders'] = "Files/folders"; -$string['filloutallfields'] = "Please fill out all fields in this form"; -$string['findmorecourses'] = "Find more courses..."; -$string['firstname'] = "Given name"; -$string['firsttime'] = "Is this your first time here?"; -$string['followingoptional'] = "The following items are optional"; -$string['followingrequired'] = "The following items are required"; -$string['forgotten'] = "Forgotten your username or password?"; -$string['format'] = "Format"; -$string['formathtml'] = "HTML format"; -$string['formatplain'] = "Plain text format"; -$string['formatsocial'] = "Social format"; -$string['formattext'] = "Moodle auto-format"; -$string['formattexttype'] = "Formatting"; -$string['formattopics'] = "Topics format"; -$string['formatweeks'] = "Weekly format"; -$string['formatwiki'] = "Wiki format"; -$string['from'] = "From"; -$string['frontpagecategorynames'] = "Show a list of categories"; -$string['frontpagecourselist'] = "Show a list of courses"; -$string['frontpagedescription'] = "Front page description"; -$string['frontpageformat'] = "Front page format"; -$string['frontpagenews'] = "Show news items"; -$string['fulllistofcourses'] = "All courses"; -$string['fullname'] = "Full name"; -$string['fullprofile'] = "Full profile"; -$string['fullsitename'] = "Full site name"; -$string['gd1'] = "GD 1.x is installed"; -$string['gd2'] = "GD 2.x is installed"; -$string['gdneed'] = "GD must be installed to see this graph"; -$string['gdnot'] = "GD is not installed"; -$string['gpl'] = "Copyright (C) 2001-2003 Martin Dougiamas (http://dougiamas.com) +link>change your password to something easier to remember.'; +$string['enrolmentconfirmation'] = 'You are about to enroll yourself as a member of this course.
Are you sure you wish to do this?'; +$string['enrolmentkey'] = 'Enrollment key'; +$string['enrolmentkeyfrom'] = 'This course requires an \'enrollment key\' - a one-time
+password that you should have received from $a'; +$string['enrolmentkeyhint'] = 'That enrollment key was incorrect, please try again
+(Here\'s a hint - it starts with \'$a\')'; +$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.'; +$string['error'] = 'Error'; +$string['errortoomanylogins'] = 'Sorry, you have exceeded the allowed number of login attempts. Restart your browser.'; +$string['errorwhenconfirming'] = 'You are not confirmed yet because an error occurred. If you clicked on a link in an email to get here, make sure that the line in your email wasn\'t broken or wrapped. You may have to use cut and paste to reconstruct the link properly.'; +$string['existing'] = 'Existing'; +$string['existingadmins'] = 'Existing admins'; +$string['existingcourse'] = 'Existing course'; +$string['existingcourseadding'] = 'Existing course, adding data to it'; +$string['existingcoursedeleting'] = 'Existing course, deleting it first'; +$string['existingcreators'] = 'Existing course creators'; +$string['existingstudents'] = 'Enrolled students'; +$string['existingteachers'] = 'Existing teachers'; +$string['feedback'] = 'Feedback'; +$string['filemissing'] = '$a is missing'; +$string['files'] = 'Files'; +$string['filesfolders'] = 'Files/folders'; +$string['filloutallfields'] = 'Please fill out all fields in this form'; +$string['findmorecourses'] = 'Find more courses...'; +$string['firstname'] = 'Given name'; +$string['firsttime'] = 'Is this your first time here?'; +$string['followingoptional'] = 'The following items are optional'; +$string['followingrequired'] = 'The following items are required'; +$string['forgotten'] = 'Forgotten your username or password?'; +$string['format'] = 'Format'; +$string['formathtml'] = 'HTML format'; +$string['formatplain'] = 'Plain text format'; +$string['formatsocial'] = 'Social format'; +$string['formattext'] = 'Moodle auto-format'; +$string['formattexttype'] = 'Formatting'; +$string['formattopics'] = 'Topics format'; +$string['formatweeks'] = 'Weekly format'; +$string['formatwiki'] = 'Wiki format'; +$string['from'] = 'From'; +$string['frontpagecategorynames'] = 'Show a list of categories'; +$string['frontpagecourselist'] = 'Show a list of courses'; +$string['frontpagedescription'] = 'Front page description'; +$string['frontpageformat'] = 'Front page format'; +$string['frontpagenews'] = 'Show news items'; +$string['fulllistofcourses'] = 'All courses'; +$string['fullname'] = 'Full name'; +$string['fullprofile'] = 'Full profile'; +$string['fullsitename'] = 'Full site name'; +$string['gd1'] = 'GD 1.x is installed'; +$string['gd2'] = 'GD 2.x is installed'; +$string['gdneed'] = 'GD must be installed to see this graph'; +$string['gdnot'] = 'GD is not installed'; +$string['gpl'] = 'Copyright (C) 2001-2003 Martin Dougiamas (http://dougiamas.com) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -352,86 +352,86 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details: -http://www.gnu.org/copyleft/gpl.html"; -$string['grade'] = "Grade"; -$string['grades'] = "Grades"; -$string['guestskey'] = "Allow guests who have the key"; -$string['guestsno'] = "Do not allow guests in"; -$string['guestsnotallowed'] = "Sorry, '\$a' does not allow guests to enter."; -$string['guestsyes'] = "Allow guests without the key"; -$string['guestuser'] = "Guest User"; -$string['guestuserinfo'] = "This user is a special user that allows read-only access to some courses."; -$string['help'] = "Help"; -$string['helpemoticons'] = "Use emoticons"; -$string['helpformatting'] = "About formatting text"; -$string['helphtml'] = "How to write html"; -$string['helpindex'] = "Index of all help files"; -$string['helppicture'] = "How to upload a picture"; -$string['helpquestions'] = "Ask good questions"; -$string['helpreading'] = "Read carefully"; -$string['helprichtext'] = "About HTML editor"; -$string['helpsummaries'] = "About these summaries"; -$string['helptext'] = "How to write text"; -$string['helpwiki'] = "How to write Wiki text"; -$string['helpwriting'] = "Write carefully"; -$string['hide'] = "Hide"; -$string['hits'] = "Hits"; -$string['hitsoncourse'] = "Hits on \$a->coursename by \$a->username"; -$string['hitsoncoursetoday'] = "Today's hits on \$a->coursename by \$a->username"; -$string['home'] = "Home"; -$string['hour'] = "hour"; -$string['hours'] = "hours"; -$string['howtomakethemes'] = "How to make new themes"; -$string['htmleditor'] = "Use HTML editor (some browsers only)"; -$string['htmleditoravailable'] = "The HTML editor is available"; -$string['htmleditordisabled'] = "You have disabled the HTML editor in your user profile"; -$string['htmleditordisabledadmin'] = "The administrator has disabled the HTML editor on this site"; -$string['htmleditordisabledbrowser'] = "The HTML editor is unavailable because your web browser is not compatible"; -$string['htmlformat'] = "Pretty HTML format"; -$string['icqnumber'] = "ICQ number"; -$string['idnumber'] = "ID number"; -$string['include'] = "Include"; -$string['includeallusers'] = "Include All Users"; -$string['includecoursefiles'] = "Include Course Files"; -$string['includecourseusers'] = "Include Course Users"; -$string['included'] = "Included"; -$string['includelogentries'] = "Include Log Entries"; -$string['includeneededusers'] = "Include Needed Users"; -$string['includeuserfiles'] = "Include User Files"; -$string['invalidemail'] = "Invalid email address"; -$string['invalidlogin'] = "Invalid login, please try again"; -$string['jumpto'] = "Jump to..."; -$string['langltr'] = "Language direction left-to-right"; -$string['langrtl'] = "Language direction right-to-left"; -$string['language'] = "Language"; -$string['languagegood'] = "This language pack is up-to-date! :-)"; -$string['lastaccess'] = "Last access"; -$string['lastedited'] = "Last edited"; -$string['lastmodified'] = "Last modified"; -$string['lastname'] = "Surname"; -$string['latestlanguagepack'] = "Check for latest language pack on moodle.org"; -$string['latestnews'] = "Latest news"; -$string['leavetokeep'] = "Leave blank to keep current password"; -$string['license'] = "GPL License"; -$string['list'] = "List"; -$string['listfiles'] = "List of files in \$a"; -$string['listofallpeople'] = "List of all people"; -$string['livelogs'] = "Live logs from the past hour"; -$string['locale'] = "en"; -$string['location'] = "Location"; -$string['loggedinas'] = "You are logged in as \$a "; -$string['loggedinnot'] = "You are not logged in."; -$string['login'] = "Login"; -$string['loginas'] = "Login as"; -$string['loginguest'] = "Login as a guest"; -$string['loginsite'] = "Login to the site"; -$string['loginsteps'] = "Hi! For full access to courses you'll need to take +http://www.gnu.org/copyleft/gpl.html'; +$string['grade'] = 'Grade'; +$string['grades'] = 'Grades'; +$string['guestskey'] = 'Allow guests who have the key'; +$string['guestsno'] = 'Do not allow guests in'; +$string['guestsnotallowed'] = 'Sorry, \'$a\' does not allow guests to enter.'; +$string['guestsyes'] = 'Allow guests without the key'; +$string['guestuser'] = 'Guest User'; +$string['guestuserinfo'] = 'This user is a special user that allows read-only access to some courses.'; +$string['help'] = 'Help'; +$string['helpemoticons'] = 'Use emoticons'; +$string['helpformatting'] = 'About formatting text'; +$string['helphtml'] = 'How to write html'; +$string['helpindex'] = 'Index of all help files'; +$string['helppicture'] = 'How to upload a picture'; +$string['helpquestions'] = 'Ask good questions'; +$string['helpreading'] = 'Read carefully'; +$string['helprichtext'] = 'About HTML editor'; +$string['helpsummaries'] = 'About these summaries'; +$string['helptext'] = 'How to write text'; +$string['helpwiki'] = 'How to write Wiki text'; +$string['helpwriting'] = 'Write carefully'; +$string['hide'] = 'Hide'; +$string['hits'] = 'Hits'; +$string['hitsoncourse'] = 'Hits on $a->coursename by $a->username'; +$string['hitsoncoursetoday'] = 'Today\'s hits on $a->coursename by $a->username'; +$string['home'] = 'Home'; +$string['hour'] = 'hour'; +$string['hours'] = 'hours'; +$string['howtomakethemes'] = 'How to make new themes'; +$string['htmleditor'] = 'Use HTML editor (some browsers only)'; +$string['htmleditoravailable'] = 'The HTML editor is available'; +$string['htmleditordisabled'] = 'You have disabled the HTML editor in your user profile'; +$string['htmleditordisabledadmin'] = 'The administrator has disabled the HTML editor on this site'; +$string['htmleditordisabledbrowser'] = 'The HTML editor is unavailable because your web browser is not compatible'; +$string['htmlformat'] = 'Pretty HTML format'; +$string['icqnumber'] = 'ICQ number'; +$string['idnumber'] = 'ID number'; +$string['include'] = 'Include'; +$string['includeallusers'] = 'Include All Users'; +$string['includecoursefiles'] = 'Include Course Files'; +$string['includecourseusers'] = 'Include Course Users'; +$string['included'] = 'Included'; +$string['includelogentries'] = 'Include Log Entries'; +$string['includeneededusers'] = 'Include Needed Users'; +$string['includeuserfiles'] = 'Include User Files'; +$string['invalidemail'] = 'Invalid email address'; +$string['invalidlogin'] = 'Invalid login, please try again'; +$string['jumpto'] = 'Jump to...'; +$string['langltr'] = 'Language direction left-to-right'; +$string['langrtl'] = 'Language direction right-to-left'; +$string['language'] = 'Language'; +$string['languagegood'] = 'This language pack is up-to-date! :-)'; +$string['lastaccess'] = 'Last access'; +$string['lastedited'] = 'Last edited'; +$string['lastmodified'] = 'Last modified'; +$string['lastname'] = 'Surname'; +$string['latestlanguagepack'] = 'Check for latest language pack on moodle.org'; +$string['latestnews'] = 'Latest news'; +$string['leavetokeep'] = 'Leave blank to keep current password'; +$string['license'] = 'GPL License'; +$string['list'] = 'List'; +$string['listfiles'] = 'List of files in $a'; +$string['listofallpeople'] = 'List of all people'; +$string['livelogs'] = 'Live logs from the past hour'; +$string['locale'] = 'en'; +$string['location'] = 'Location'; +$string['loggedinas'] = 'You are logged in as $a '; +$string['loggedinnot'] = 'You are not logged in.'; +$string['login'] = 'Login'; +$string['loginas'] = 'Login as'; +$string['loginguest'] = 'Login as a guest'; +$string['loginsite'] = 'Login to the site'; +$string['loginsteps'] = 'Hi! For full access to courses you\'ll need to take a minute to create a new account for yourself on this web site. Each of the individual courses may also have a one-time - "enrollment key", which you won't need until later. Here are + "enrollment key", which you won\'t need until later. Here are the steps:

    -
  1. Fill out the New Account form with your details. +
  2. Fill out the New Account form with your details.
  3. An email will be immediately sent to your email address.
  4. Read your email, and click on the web link it contains.
  5. Your account will be confirmed and you will be logged in. @@ -442,394 +442,393 @@ $string['loginsteps'] = "Hi! For full access to courses you'll need to take
  6. You can now access the full course. From now on you will only need to enter your personal username and password (in the form on this page) to log in and access any course you have enrolled in. -
"; -$string['loginstepsnone'] = "Hi!

For full access to courses you'll need to create + '; +$string['loginstepsnone'] = 'Hi!

For full access to courses you\'ll need to create yourself an account.

All you need to do is make up a username and password and use it in the form on this page!

If someone else has already chosen your username -then you'll have to try again using a different username."; -$string['loginto'] = "Login to \$a"; -$string['loginusing'] = "Login here using your username and password"; -$string['logout'] = "Logout"; -$string['logs'] = "Logs"; -$string['mainmenu'] = "Main menu"; -$string['makeafolder'] = "Make a folder"; -$string['makeeditable'] = "If you make '\$a' editable by the web server process (eg apache) then you could edit this file directly from this page"; -$string['managedatabase'] = "Database"; -$string['managemodules'] = "Modules"; -$string['markedthistopic'] = "This topic is highlighted as the current topic"; -$string['markthistopic'] = "Highlight this topic as the current topic"; -$string['maximumchars'] = "Maximum of \$a characters"; -$string['maximumgrade'] = "Maximum grade"; -$string['maximumshort'] = "Max"; -$string['maximumupload'] = "Maximum upload size"; -$string['maxsize'] = "Max size: \$a"; -$string['min'] = "min"; -$string['mins'] = "mins"; -$string['miscellaneous'] = "Miscellaneous"; -$string['missingcategory'] = "You need to choose a category"; -$string['missingcity'] = "Missing city/town"; -$string['missingcountry'] = "Missing country"; -$string['missingdescription'] = "Missing description"; -$string['missingemail'] = "Missing email address"; -$string['missingfirstname'] = "Missing given name"; -$string['missingfullname'] = "Missing full name"; -$string['missinglastname'] = "Missing surname"; -$string['missingnewpassword'] = "Missing new password"; -$string['missingpassword'] = "Missing password"; -$string['missingshortname'] = "Missing short name"; -$string['missingshortsitename'] = "Missing short site name"; -$string['missingsitedescription'] = "Missing site description"; -$string['missingsitename'] = "Missing site name"; -$string['missingstrings'] = "Check for missing strings"; -$string['missingstudent'] = "Must choose something"; -$string['missingsummary'] = "Missing summary"; -$string['missingteacher'] = "Must choose something"; -$string['missingurl'] = "Missing URL"; -$string['missingusername'] = "Missing username"; -$string['modified'] = "Modified"; -$string['moduledeleteconfirm'] = "You are about to completely delete the module '\$a'. This will completely delete everything in the database associated with this activity module. Are you SURE you want to continue?"; -$string['moduledeletefiles'] = "All data associated with the module '\$a->module' has been deleted from the database. To complete the deletion (and prevent the module re-installing itself), you should now delete this directory from your server: \$a->directory"; -$string['modulesetup'] = "Setting up module tables"; -$string['modulesuccess'] = "\$a tables have been set up correctly"; -$string['moodleversion'] = "Moodle Version"; -$string['mostrecently'] = "most recently"; -$string['move'] = "Move"; -$string['movecategoryto'] = "Move category to:"; -$string['movecourseto'] = "Move course to:"; -$string['movedown'] = "Move down"; -$string['movefilestohere'] = "Move files to here"; -$string['movefull'] = "Move \$a to this location"; -$string['movehere'] = "Move to here"; -$string['moveleft'] = "Move left"; -$string['moveright'] = "Move right"; -$string['moveselectedcoursesto'] = "Move selected courses to..."; -$string['movetoanotherfolder'] = "Move to another folder"; -$string['moveup'] = "Move up"; -$string['mustconfirm'] = "You need to confirm your login"; -$string['mycourses'] = "My courses"; -$string['name'] = "Name"; -$string['namesocial'] = "section"; -$string['nametopics'] = "topic"; -$string['nameweeks'] = "week"; -$string['needed'] = "Needed"; -$string['never'] = "Never"; -$string['neverdeletelogs'] = "Never delete logs"; -$string['new'] = "New"; -$string['newaccount'] = "New account"; -$string['newcourse'] = "New course"; -$string['newpassword'] = "New password"; -$string['newpasswordtext'] = "Hi \$a->firstname, +then you\'ll have to try again using a different username.'; +$string['loginto'] = 'Login to $a'; +$string['loginusing'] = 'Login here using your username and password'; +$string['logout'] = 'Logout'; +$string['logs'] = 'Logs'; +$string['mainmenu'] = 'Main menu'; +$string['makeafolder'] = 'Make a folder'; +$string['makeeditable'] = 'If you make \'$a\' editable by the web server process (eg apache) then you could edit this file directly from this page'; +$string['managedatabase'] = 'Database'; +$string['managemodules'] = 'Modules'; +$string['markedthistopic'] = 'This topic is highlighted as the current topic'; +$string['markthistopic'] = 'Highlight this topic as the current topic'; +$string['maximumchars'] = 'Maximum of $a characters'; +$string['maximumgrade'] = 'Maximum grade'; +$string['maximumshort'] = 'Max'; +$string['maximumupload'] = 'Maximum upload size'; +$string['maxsize'] = 'Max size: $a'; +$string['min'] = 'min'; +$string['mins'] = 'mins'; +$string['miscellaneous'] = 'Miscellaneous'; +$string['missingcategory'] = 'You need to choose a category'; +$string['missingcity'] = 'Missing city/town'; +$string['missingcountry'] = 'Missing country'; +$string['missingdescription'] = 'Missing description'; +$string['missingemail'] = 'Missing email address'; +$string['missingfirstname'] = 'Missing given name'; +$string['missingfullname'] = 'Missing full name'; +$string['missinglastname'] = 'Missing surname'; +$string['missingnewpassword'] = 'Missing new password'; +$string['missingpassword'] = 'Missing password'; +$string['missingshortname'] = 'Missing short name'; +$string['missingshortsitename'] = 'Missing short site name'; +$string['missingsitedescription'] = 'Missing site description'; +$string['missingsitename'] = 'Missing site name'; +$string['missingstrings'] = 'Check for missing strings'; +$string['missingstudent'] = 'Must choose something'; +$string['missingsummary'] = 'Missing summary'; +$string['missingteacher'] = 'Must choose something'; +$string['missingurl'] = 'Missing URL'; +$string['missingusername'] = 'Missing username'; +$string['modified'] = 'Modified'; +$string['moduledeleteconfirm'] = 'You are about to completely delete the module \'$a\'. This will completely delete everything in the database associated with this activity module. Are you SURE you want to continue?'; +$string['moduledeletefiles'] = 'All data associated with the module \'$a->module\' has been deleted from the database. To complete the deletion (and prevent the module re-installing itself), you should now delete this directory from your server: $a->directory'; +$string['modulesetup'] = 'Setting up module tables'; +$string['modulesuccess'] = '$a tables have been set up correctly'; +$string['moodleversion'] = 'Moodle Version'; +$string['mostrecently'] = 'most recently'; +$string['move'] = 'Move'; +$string['movecategoryto'] = 'Move category to:'; +$string['movecourseto'] = 'Move course to:'; +$string['movedown'] = 'Move down'; +$string['movefilestohere'] = 'Move files to here'; +$string['movefull'] = 'Move $a to this location'; +$string['movehere'] = 'Move to here'; +$string['moveleft'] = 'Move left'; +$string['moveright'] = 'Move right'; +$string['moveselectedcoursesto'] = 'Move selected courses to...'; +$string['movetoanotherfolder'] = 'Move to another folder'; +$string['moveup'] = 'Move up'; +$string['mustconfirm'] = 'You need to confirm your login'; +$string['mycourses'] = 'My courses'; +$string['name'] = 'Name'; +$string['namesocial'] = 'section'; +$string['nametopics'] = 'topic'; +$string['nameweeks'] = 'week'; +$string['needed'] = 'Needed'; +$string['never'] = 'Never'; +$string['neverdeletelogs'] = 'Never delete logs'; +$string['new'] = 'New'; +$string['newaccount'] = 'New account'; +$string['newcourse'] = 'New course'; +$string['newpassword'] = 'New password'; +$string['newpasswordtext'] = 'Hi $a->firstname, -Your account password at '\$a->sitename' has been reset +Your account password at \'$a->sitename\' has been reset and you have been issued with a new temporary password. Your current login information is now: - username: \$a->username - password: \$a->newpassword + username: $a->username + password: $a->newpassword Please go to this page to change your password: - \$a->link + $a->link In most mail programs, this should appear as a blue link -which you can just click on. If that doesn't work, +which you can just click on. If that doesn\'t work, then cut and paste the address into the address line at the top of your web browser window. -Cheers from the '\$a->sitename' administrator, -\$a->signoff -"; -$string['newpicture'] = "New picture"; -$string['newsitem'] = "news item"; -$string['newsitems'] = "news items"; -$string['newsitemsnumber'] = "News items to show"; -$string['newuser'] = "New user"; -$string['newusers'] = "New users"; -$string['next'] = "Next"; -$string['no'] = "No"; -$string['nocoursesfound'] = "No courses were found with the words '\$a'"; -$string['nocoursesyet'] = "No courses in this category"; -$string['noexistingadmins'] = "No existing admins, this is a serious error and you should never have seen this message."; -$string['noexistingcreators'] = "No existing creators"; -$string['noexistingstudents'] = "No existing students"; -$string['noexistingteachers'] = "No existing teachers"; -$string['nofilesselected'] = "No files have been selected to restore"; -$string['nofilesyet'] = "No files have been uploaded to your course yet"; -$string['nograde'] = "No grade"; -$string['noimagesyet'] = "No images have been uploaded to your course yet"; -$string['nomorecourses'] = "No more matching courses could be found"; -$string['none'] = "None"; -$string['nopotentialadmins'] = "No potential admins"; -$string['nopotentialcreators'] = "No potential course creators"; -$string['nopotentialstudents'] = "No potential students"; -$string['nopotentialteachers'] = "No potential teachers"; -$string['normal'] = "Normal"; -$string['nostudentsfound'] = "No \$a found"; -$string['nostudentsyet'] = "No students enrolled in this course yet"; -$string['nosuchemail'] = "No such email address"; -$string['notavailable'] = "Not available"; -$string['noteachersyet'] = "No teachers in this course yet"; -$string['notenrolled'] = "\$a is not enrolled in this course."; -$string['noteuserschangednonetocourse'] = "Note: course users need to be restored when restoring user data. This setting has been changed for you."; -$string['nothingnew'] = "Nothing new since your last login"; -$string['notincluded'] = "Not included"; -$string['nousersmatching'] = "No users matching '\$a' were found"; -$string['nousersyet'] = "There are no users yet"; -$string['now'] = "now"; -$string['numberweeks'] = "Number of weeks/topics"; -$string['numdays'] = "\$a days"; -$string['numhours'] = "\$a hours"; -$string['numminutes'] = "\$a minutes"; -$string['numviews'] = "\$a views"; -$string['numweeks'] = "\$a weeks"; -$string['numwords'] = "\$a words"; -$string['numyears'] = "\$a years"; -$string['ok'] = "OK"; -$string['opentoguests'] = "Guest access"; -$string['optional'] = "optional"; -$string['order'] = "Order"; -$string['other'] = "Other"; -$string['outline'] = "Outline"; -$string['page'] = "Page"; -$string['parentlanguage'] = "en"; -$string['participants'] = "Participants"; -$string['password'] = "Password"; -$string['passwordchanged'] = "Password has been changed"; -$string['passwordconfirmchange'] = "Confirm password change"; -$string['passwordrecovery'] = "Yes, help me log in"; -$string['passwordsdiffer'] = "These passwords do not match"; -$string['passwordsent'] = "Password has been sent"; -$string['passwordsenttext'] = "

An email has been sent to your address at \$a->email. +Cheers from the \'$a->sitename\' administrator, +$a->signoff +'; +$string['newpicture'] = 'New picture'; +$string['newsitem'] = 'news item'; +$string['newsitems'] = 'news items'; +$string['newsitemsnumber'] = 'News items to show'; +$string['newuser'] = 'New user'; +$string['newusers'] = 'New users'; +$string['next'] = 'Next'; +$string['no'] = 'No'; +$string['nocoursesfound'] = 'No courses were found with the words \'$a\''; +$string['nocoursesyet'] = 'No courses in this category'; +$string['noexistingadmins'] = 'No existing admins, this is a serious error and you should never have seen this message.'; +$string['noexistingcreators'] = 'No existing creators'; +$string['noexistingstudents'] = 'No existing students'; +$string['noexistingteachers'] = 'No existing teachers'; +$string['nofilesselected'] = 'No files have been selected to restore'; +$string['nofilesyet'] = 'No files have been uploaded to your course yet'; +$string['nograde'] = 'No grade'; +$string['noimagesyet'] = 'No images have been uploaded to your course yet'; +$string['nomorecourses'] = 'No more matching courses could be found'; +$string['none'] = 'None'; +$string['nopotentialadmins'] = 'No potential admins'; +$string['nopotentialcreators'] = 'No potential course creators'; +$string['nopotentialstudents'] = 'No potential students'; +$string['nopotentialteachers'] = 'No potential teachers'; +$string['normal'] = 'Normal'; +$string['nostudentsfound'] = 'No $a found'; +$string['nostudentsyet'] = 'No students enrolled in this course yet'; +$string['nosuchemail'] = 'No such email address'; +$string['notavailable'] = 'Not available'; +$string['noteachersyet'] = 'No teachers in this course yet'; +$string['notenrolled'] = '$a is not enrolled in this course.'; +$string['noteuserschangednonetocourse'] = 'Note: course users need to be restored when restoring user data. This setting has been changed for you.'; +$string['nothingnew'] = 'Nothing new since your last login'; +$string['notincluded'] = 'Not included'; +$string['nousersmatching'] = 'No users matching \'$a\' were found'; +$string['nousersyet'] = 'There are no users yet'; +$string['now'] = 'now'; +$string['numberweeks'] = 'Number of weeks/topics'; +$string['numdays'] = '$a days'; +$string['numhours'] = '$a hours'; +$string['numminutes'] = '$a minutes'; +$string['numviews'] = '$a views'; +$string['numweeks'] = '$a weeks'; +$string['numwords'] = '$a words'; +$string['numyears'] = '$a years'; +$string['ok'] = 'OK'; +$string['opentoguests'] = 'Guest access'; +$string['optional'] = 'optional'; +$string['order'] = 'Order'; +$string['other'] = 'Other'; +$string['outline'] = 'Outline'; +$string['page'] = 'Page'; +$string['participants'] = 'Participants'; +$string['password'] = 'Password'; +$string['passwordchanged'] = 'Password has been changed'; +$string['passwordconfirmchange'] = 'Confirm password change'; +$string['passwordrecovery'] = 'Yes, help me log in'; +$string['passwordsdiffer'] = 'These passwords do not match'; +$string['passwordsent'] = 'Password has been sent'; +$string['passwordsenttext'] = '

An email has been sent to your address at $a->email.

Please check your email for your new password

The new password was automatically generated, so you might like to - link>change it to something easier to remember."; -$string['people'] = "People"; -$string['personalprofile'] = "Personal profile"; -$string['phone'] = "Phone"; -$string['phpinfo'] = "PHP info"; -$string['popupwindow'] = "Open file in new window"; -$string['potentialadmins'] = "Potential admins"; -$string['potentialcreators'] = "Potential course creators"; -$string['potentialstudents'] = "Potential students"; -$string['potentialteachers'] = "Potential teachers"; -$string['preferredlanguage'] = "Preferred language"; -$string['preview'] = "Preview"; -$string['previeworchoose'] = "Preview or choose a theme"; -$string['publicdirectory'] = "Public directory"; -$string['publicdirectory0'] = "Please do not publish this site"; -$string['publicdirectory1'] = "Publish the site name only"; -$string['publicdirectory2'] = "Publish the site name with a link"; -$string['publicsitefileswarning'] = "Note: files placed here can be accessed by anyone"; -$string['question'] = "Question"; -$string['readinginfofrombackup'] = "Reading info from backup"; -$string['readme'] = "README"; -$string['recentactivity'] = "Recent activity"; -$string['registration'] = "Moodle Registration"; -$string['registrationemail'] = "Email notifications"; -$string['registrationinfo'] = "

This page allows you to register your Moodle site with moodle.org. Registration is free. + link>change it to something easier to remember.'; +$string['people'] = 'People'; +$string['personalprofile'] = 'Personal profile'; +$string['phone'] = 'Phone'; +$string['phpinfo'] = 'PHP info'; +$string['popupwindow'] = 'Open file in new window'; +$string['potentialadmins'] = 'Potential admins'; +$string['potentialcreators'] = 'Potential course creators'; +$string['potentialstudents'] = 'Potential students'; +$string['potentialteachers'] = 'Potential teachers'; +$string['preferredlanguage'] = 'Preferred language'; +$string['preview'] = 'Preview'; +$string['previeworchoose'] = 'Preview or choose a theme'; +$string['publicdirectory'] = 'Public directory'; +$string['publicdirectory0'] = 'Please do not publish this site'; +$string['publicdirectory1'] = 'Publish the site name only'; +$string['publicdirectory2'] = 'Publish the site name with a link'; +$string['publicsitefileswarning'] = 'Note: files placed here can be accessed by anyone'; +$string['question'] = 'Question'; +$string['readinginfofrombackup'] = 'Reading info from backup'; +$string['readme'] = 'README'; +$string['recentactivity'] = 'Recent activity'; +$string['registration'] = 'Moodle Registration'; +$string['registrationemail'] = 'Email notifications'; +$string['registrationinfo'] = '

This page allows you to register your Moodle site with moodle.org. Registration is free. The main benefit of registering is that you will be added to a low-volume mailing list for important notifications such as security alerts and new releases of Moodle.

By default, your information will be kept private, and will never be sold or passed on to anyone else. The only reason for collecting this information is for support purposes, and to help build up a statistical picture of the Moodle community as a whole.

If you choose, you can allow your site name, country and URL to be added to the public list of Moodle Sites. -

All new registrations are verified manually before they are added to the list, but once you are added you can update your registration (and your entry on the public list) at any time by resubmitting this form."; -$string['registrationno'] = "No, I do not want to receive email"; -$string['registrationsend'] = "Send registration information to moodle.org"; -$string['registrationyes'] = "Yes, please notify me about important issues"; -$string['removeadmin'] = "Remove admin"; -$string['removecreator'] = "Remove course creator"; -$string['removestudent'] = "Remove student"; -$string['removeteacher'] = "Remove teacher"; -$string['rename'] = "Rename"; -$string['renamefileto'] = "Rename \$a to"; -$string['required'] = "Required"; -$string['requireskey'] = "This course requires an enrollment key"; -$string['resortcoursesbyname'] = "Re-sort courses by name"; -$string['resources'] = "Resources"; -$string['restore'] = "Restore"; -$string['restorecancelled'] = "Restore cancelled"; -$string['restorecoursenow'] = "Restore this course now!"; -$string['restorefinished'] = "Restore completed successfully"; -$string['restoreto'] = "Restore to"; -$string['returningtosite'] = "Returning to this web site?"; -$string['revert'] = "Revert"; -$string['role'] = "Role"; -$string['savechanges'] = "Save changes"; -$string['scale'] = "Scale"; -$string['scales'] = "Scales"; -$string['scalescustom'] = "Custom scales"; -$string['scalescustomcreate'] = "Add a new scale"; -$string['scalescustomno'] = "No custom scales have been created yet"; -$string['scalesstandard'] = "Standard scales"; -$string['scalestip'] = "To create custom scales, use the 'Scales...' link in your course administration menu."; -$string['search'] = "Search"; -$string['searchagain'] = "Search again"; -$string['searchcourses'] = "Search courses"; -$string['searchhelp'] = "You can search for multiple words at once.

word : find any match of this word within the text.
+word : only exact matching words will be found.
-word : don't include results containing this word."; -$string['searchresults'] = "Search results"; -$string['sec'] = "sec"; -$string['secs'] = "secs"; -$string['section'] = "Section"; -$string['sections'] = "Sections"; -$string['select'] = "Select"; -$string['selectacountry'] = "Select a country"; -$string['selectednowmove'] = "\$a files selected for moving. Now go to the destination and press 'Move files to here'"; -$string['senddetails'] = "Send my details via email"; -$string['separateandconnected'] = "Separate and Connected ways of knowing"; -$string['serverlocaltime'] = "Server's local time"; -$string['settings'] = "Settings"; -$string['shortname'] = "Short name"; -$string['shortnametaken'] = "Short name is already used for another course (\$a)"; -$string['shortsitename'] = "Short name for site (eg single word)"; -$string['show'] = "Show"; -$string['showall'] = "Show all \$a"; -$string['showallcourses'] = "Show all courses"; -$string['showalltopics'] = "Show all topics"; -$string['showallusers'] = "Show all users"; -$string['showallweeks'] = "Show all weeks"; -$string['showgrades'] = "Show grades"; -$string['showlistofcourses'] = "Show list of courses"; -$string['showonlytopic'] = "Show only topic \$a"; -$string['showonlyweek'] = "Show only week \$a"; -$string['showrecent'] = "Show recent activity"; -$string['showreports'] = "Show activity reports"; -$string['showtheselogs'] = "Show these logs"; -$string['site'] = "Site"; -$string['sitefiles'] = "Site files"; -$string['sitelogs'] = "Site logs"; -$string['sitenews'] = "Site news"; -$string['sites'] = "Sites"; -$string['sitesettings'] = "Site settings"; -$string['size'] = "Size"; -$string['sizeb'] = "bytes"; -$string['sizegb'] = "Gb"; -$string['sizekb'] = "Kb"; -$string['sizemb'] = "Mb"; -$string['socialheadline'] = "Social forum - latest topics"; -$string['someallowguest'] = "Some courses may allow guest access"; -$string['someerrorswerefound'] = "Some information was missing or incorrect. Look below for details."; -$string['startdate'] = "Course start date"; -$string['startsignup'] = "Start now by creating a new account!"; -$string['state'] = "State/Province"; -$string['status'] = "Status"; -$string['strftimedate'] = "%%d %%B %%Y"; -$string['strftimedateshort'] = "%%d %%B"; -$string['strftimedatetime'] = "%%d %%B %%Y, %%I:%%M %%p"; -$string['strftimedaydate'] = "%%A, %%d %%B %%Y"; -$string['strftimedaydatetime'] = "%%A, %%d %%B %%Y, %%I:%%M %%p"; -$string['strftimerecent'] = "%%d %%b, %%H:%%M"; -$string['strftimerecentfull'] = "%%a, %%d %%b %%Y, %%I:%%M %%p"; -$string['strftimetime'] = "%%I:%%M %%p"; -$string['stringsnotset'] = "The following strings are not defined in \$a"; -$string['studentnotallowed'] = "Sorry, but you can not enter this course as '\$a'"; -$string['students'] = "Students"; -$string['subcategories'] = "Sub-categories"; -$string['success'] = "Success"; -$string['summary'] = "Summary"; -$string['summaryof'] = "Summary of \$a"; -$string['supplyinfo'] = "Please supply some information about yourself"; -$string['teacheronly'] = "for the \$a only"; -$string['teacherroles'] = "\$a roles"; -$string['teachers'] = "Teachers"; -$string['textediting'] = "When editing text"; -$string['texteditor'] = "Use standard web forms"; -$string['textformat'] = "Plain text format"; -$string['thanks'] = "Thanks"; -$string['theme'] = "Theme"; -$string['themes'] = "Themes"; -$string['themesaved'] = "New theme saved"; -$string['thischarset'] = "iso-8859-1"; -$string['thisdirection'] = "ltr"; -$string['thislanguage'] = "English"; -$string['time'] = "Time"; -$string['timezone'] = "Timezone"; -$string['to'] = "To"; -$string['today'] = "Today"; -$string['todaylogs'] = "Today's logs"; -$string['toomanytoshow'] = "There are too many users to show"; -$string['top'] = "Top"; -$string['topic'] = "Topic"; -$string['topichide'] = "Hide this topic from \$a"; -$string['topicoutline'] = "Topic outline"; -$string['topicshow'] = "Show this topic to \$a"; -$string['total'] = "Total"; -$string['turneditingoff'] = "Turn editing off"; -$string['turneditingon'] = "Turn editing on"; -$string['undecided'] = "Undecided"; -$string['unenrol'] = "Unenroll"; -$string['unenrolme'] = "Unenroll me from \$a"; -$string['unenrolsure'] = "Are you sure you want to unenroll \$a from this course?"; -$string['unknowncategory'] = "Unknown category"; -$string['unpacking'] = "Unpacking \$a"; -$string['unsafepassword'] = "Unsafe password - try something else"; -$string['unusedaccounts'] = "Accounts unused for more than \$a days are automatically unenrolled"; -$string['unzip'] = "Unzip"; -$string['unzippingbackup'] = "Unzipping backup"; -$string['update'] = "Update"; -$string['updated'] = "Updated \$a"; -$string['updatemyprofile'] = "Update profile"; -$string['updatesevery'] = "Updates every \$a seconds"; -$string['updatethis'] = "Update this \$a"; -$string['updatethiscourse'] = "Update this course"; -$string['updatinga'] = "Updating a \$a"; -$string['updatingain'] = "Updating a \$a->what in \$a->in"; -$string['upload'] = "Upload"; -$string['uploadafile'] = "Upload a file"; -$string['uploadedfileto'] = "Uploaded \$a->file to \$a->directory"; -$string['uploadnofilefound'] = "No file was found - are you sure you selected one to upload?"; -$string['uploadproblem'] = "An unknown problem occurred while uploading the file '\$a' (perhaps it was too large?)"; -$string['uploadthisfile'] = "Upload this file"; -$string['user'] = "User"; -$string['userdeleted'] = "This user account has been deleted"; -$string['userdescription'] = "Description"; -$string['userfiles'] = "User Files"; -$string['username'] = "Username"; -$string['usernameexists'] = "This username already exists, choose another"; -$string['userprofilefor'] = "User profile for \$a"; -$string['users'] = "Users"; -$string['userzones'] = "User zones"; -$string['usingexistingcourse'] = "Using existing course"; -$string['version'] = "Version"; -$string['view'] = "View"; -$string['webpage'] = "Web page"; -$string['week'] = "Week"; -$string['weekhide'] = "Hide this week from \$a"; -$string['weeklyoutline'] = "Weekly outline"; -$string['weekshow'] = "Show this week to \$a"; -$string['welcometocourse'] = "Welcome to \$a"; -$string['welcometocoursetext'] = "Welcome to \$a->coursename! +

All new registrations are verified manually before they are added to the list, but once you are added you can update your registration (and your entry on the public list) at any time by resubmitting this form.'; +$string['registrationno'] = 'No, I do not want to receive email'; +$string['registrationsend'] = 'Send registration information to moodle.org'; +$string['registrationyes'] = 'Yes, please notify me about important issues'; +$string['removeadmin'] = 'Remove admin'; +$string['removecreator'] = 'Remove course creator'; +$string['removestudent'] = 'Remove student'; +$string['removeteacher'] = 'Remove teacher'; +$string['rename'] = 'Rename'; +$string['renamefileto'] = 'Rename $a to'; +$string['required'] = 'Required'; +$string['requireskey'] = 'This course requires an enrollment key'; +$string['resortcoursesbyname'] = 'Re-sort courses by name'; +$string['resources'] = 'Resources'; +$string['restore'] = 'Restore'; +$string['restorecancelled'] = 'Restore cancelled'; +$string['restorecoursenow'] = 'Restore this course now!'; +$string['restorefinished'] = 'Restore completed successfully'; +$string['restoreto'] = 'Restore to'; +$string['returningtosite'] = 'Returning to this web site?'; +$string['revert'] = 'Revert'; +$string['role'] = 'Role'; +$string['savechanges'] = 'Save changes'; +$string['scale'] = 'Scale'; +$string['scales'] = 'Scales'; +$string['scalescustom'] = 'Custom scales'; +$string['scalescustomcreate'] = 'Add a new scale'; +$string['scalescustomno'] = 'No custom scales have been created yet'; +$string['scalesstandard'] = 'Standard scales'; +$string['scalestip'] = 'To create custom scales, use the \'Scales...\' link in your course administration menu.'; +$string['search'] = 'Search'; +$string['searchagain'] = 'Search again'; +$string['searchcourses'] = 'Search courses'; +$string['searchhelp'] = 'You can search for multiple words at once.

word : find any match of this word within the text.
+word : only exact matching words will be found.
-word : don\'t include results containing this word.'; +$string['searchresults'] = 'Search results'; +$string['sec'] = 'sec'; +$string['secs'] = 'secs'; +$string['section'] = 'Section'; +$string['sections'] = 'Sections'; +$string['select'] = 'Select'; +$string['selectacountry'] = 'Select a country'; +$string['selectednowmove'] = '$a files selected for moving. Now go to the destination and press \'Move files to here\''; +$string['senddetails'] = 'Send my details via email'; +$string['separateandconnected'] = 'Separate and Connected ways of knowing'; +$string['serverlocaltime'] = 'Server\'s local time'; +$string['settings'] = 'Settings'; +$string['shortname'] = 'Short name'; +$string['shortnametaken'] = 'Short name is already used for another course ($a)'; +$string['shortsitename'] = 'Short name for site (eg single word)'; +$string['show'] = 'Show'; +$string['showall'] = 'Show all $a'; +$string['showallcourses'] = 'Show all courses'; +$string['showalltopics'] = 'Show all topics'; +$string['showallusers'] = 'Show all users'; +$string['showallweeks'] = 'Show all weeks'; +$string['showgrades'] = 'Show grades'; +$string['showlistofcourses'] = 'Show list of courses'; +$string['showonlytopic'] = 'Show only topic $a'; +$string['showonlyweek'] = 'Show only week $a'; +$string['showrecent'] = 'Show recent activity'; +$string['showreports'] = 'Show activity reports'; +$string['showtheselogs'] = 'Show these logs'; +$string['site'] = 'Site'; +$string['sitefiles'] = 'Site files'; +$string['sitelogs'] = 'Site logs'; +$string['sitenews'] = 'Site news'; +$string['sites'] = 'Sites'; +$string['sitesettings'] = 'Site settings'; +$string['size'] = 'Size'; +$string['sizeb'] = 'bytes'; +$string['sizegb'] = 'Gb'; +$string['sizekb'] = 'Kb'; +$string['sizemb'] = 'Mb'; +$string['socialheadline'] = 'Social forum - latest topics'; +$string['someallowguest'] = 'Some courses may allow guest access'; +$string['someerrorswerefound'] = 'Some information was missing or incorrect. Look below for details.'; +$string['startdate'] = 'Course start date'; +$string['startsignup'] = 'Start now by creating a new account!'; +$string['state'] = 'State/Province'; +$string['status'] = 'Status'; +$string['strftimedate'] = '%%d %%B %%Y'; +$string['strftimedateshort'] = '%%d %%B'; +$string['strftimedatetime'] = '%%d %%B %%Y, %%I:%%M %%p'; +$string['strftimedaydate'] = '%%A, %%d %%B %%Y'; +$string['strftimedaydatetime'] = '%%A, %%d %%B %%Y, %%I:%%M %%p'; +$string['strftimerecent'] = '%%d %%b, %%H:%%M'; +$string['strftimerecentfull'] = '%%a, %%d %%b %%Y, %%I:%%M %%p'; +$string['strftimetime'] = '%%I:%%M %%p'; +$string['stringsnotset'] = 'The following strings are not defined in $a'; +$string['studentnotallowed'] = 'Sorry, but you can not enter this course as \'$a\''; +$string['students'] = 'Students'; +$string['subcategories'] = 'Sub-categories'; +$string['success'] = 'Success'; +$string['summary'] = 'Summary'; +$string['summaryof'] = 'Summary of $a'; +$string['supplyinfo'] = 'Please supply some information about yourself'; +$string['teacheronly'] = 'for the $a only'; +$string['teacherroles'] = '$a roles'; +$string['teachers'] = 'Teachers'; +$string['textediting'] = 'When editing text'; +$string['texteditor'] = 'Use standard web forms'; +$string['textformat'] = 'Plain text format'; +$string['thanks'] = 'Thanks'; +$string['theme'] = 'Theme'; +$string['themes'] = 'Themes'; +$string['themesaved'] = 'New theme saved'; +$string['thischarset'] = 'iso-8859-1'; +$string['thisdirection'] = 'ltr'; +$string['thislanguage'] = 'English'; +$string['time'] = 'Time'; +$string['timezone'] = 'Timezone'; +$string['to'] = 'To'; +$string['today'] = 'Today'; +$string['todaylogs'] = 'Today\'s logs'; +$string['toomanytoshow'] = 'There are too many users to show'; +$string['top'] = 'Top'; +$string['topic'] = 'Topic'; +$string['topichide'] = 'Hide this topic from $a'; +$string['topicoutline'] = 'Topic outline'; +$string['topicshow'] = 'Show this topic to $a'; +$string['total'] = 'Total'; +$string['turneditingoff'] = 'Turn editing off'; +$string['turneditingon'] = 'Turn editing on'; +$string['undecided'] = 'Undecided'; +$string['unenrol'] = 'Unenroll'; +$string['unenrolme'] = 'Unenroll me from $a'; +$string['unenrolsure'] = 'Are you sure you want to unenroll $a from this course?'; +$string['unknowncategory'] = 'Unknown category'; +$string['unpacking'] = 'Unpacking $a'; +$string['unsafepassword'] = 'Unsafe password - try something else'; +$string['unusedaccounts'] = 'Accounts unused for more than $a days are automatically unenrolled'; +$string['unzip'] = 'Unzip'; +$string['unzippingbackup'] = 'Unzipping backup'; +$string['update'] = 'Update'; +$string['updated'] = 'Updated $a'; +$string['updatemyprofile'] = 'Update profile'; +$string['updatesevery'] = 'Updates every $a seconds'; +$string['updatethis'] = 'Update this $a'; +$string['updatethiscourse'] = 'Update this course'; +$string['updatinga'] = 'Updating a $a'; +$string['updatingain'] = 'Updating a $a->what in $a->in'; +$string['upload'] = 'Upload'; +$string['uploadafile'] = 'Upload a file'; +$string['uploadedfileto'] = 'Uploaded $a->file to $a->directory'; +$string['uploadnofilefound'] = 'No file was found - are you sure you selected one to upload?'; +$string['uploadproblem'] = 'An unknown problem occurred while uploading the file \'$a\' (perhaps it was too large?)'; +$string['uploadthisfile'] = 'Upload this file'; +$string['user'] = 'User'; +$string['userdeleted'] = 'This user account has been deleted'; +$string['userdescription'] = 'Description'; +$string['userfiles'] = 'User Files'; +$string['username'] = 'Username'; +$string['usernameexists'] = 'This username already exists, choose another'; +$string['userprofilefor'] = 'User profile for $a'; +$string['users'] = 'Users'; +$string['userzones'] = 'User zones'; +$string['usingexistingcourse'] = 'Using existing course'; +$string['version'] = 'Version'; +$string['view'] = 'View'; +$string['webpage'] = 'Web page'; +$string['week'] = 'Week'; +$string['weekhide'] = 'Hide this week from $a'; +$string['weeklyoutline'] = 'Weekly outline'; +$string['weekshow'] = 'Show this week to $a'; +$string['welcometocourse'] = 'Welcome to $a'; +$string['welcometocoursetext'] = 'Welcome to $a->coursename! If you have not done so already, you should edit your profile page within the course so that we can learn more about you: - \$a->profileurl"; -$string['whattocallzip'] = "What do you want to call the zip file?"; -$string['withchosenfiles'] = "With chosen files"; -$string['withoutuserdata'] = "without user data"; -$string['withuserdata'] = "with user data"; -$string['wordforstudent'] = "Your word for Student"; -$string['wordforstudenteg'] = "eg Student, Participant etc"; -$string['wordforstudents'] = "Your word for Students"; -$string['wordforstudentseg'] = "eg Students, Participants etc"; -$string['wordforteacher'] = "Your word for Teacher"; -$string['wordforteachereg'] = "eg Teacher, Tutor, Facilitator etc"; -$string['wordforteachers'] = "Your word for Teachers"; -$string['wordforteacherseg'] = "eg Teachers, Tutors, Facilitators etc"; -$string['writingcategoriesandquestions'] = "Writing categories and questions"; -$string['writingcoursedata'] = "Writing course data"; -$string['writinggeneralinfo'] = "Writing general info"; -$string['writingheader'] = "Writing header"; -$string['writingloginfo'] = "Writing logs info"; -$string['writingmoduleinfo'] = "Writing modules info"; -$string['writingscalesinfo'] = "Writing scales info"; -$string['writinguserinfo'] = "Writing users info"; -$string['wrongpassword'] = "Incorrect password for this username"; -$string['yes'] = "Yes"; -$string['youareabouttocreatezip'] = "You are about to create a zip file containing"; -$string['youaregoingtorestorefrom'] = "You are about to start the restore process for"; -$string['yourlastlogin'] = "Your last login was"; -$string['yourself'] = "yourself"; -$string['yourteacher'] = "your \$a"; -$string['zippingbackup'] = "Zipping backup"; + $a->profileurl'; +$string['whattocallzip'] = 'What do you want to call the zip file?'; +$string['withchosenfiles'] = 'With chosen files'; +$string['withoutuserdata'] = 'without user data'; +$string['withuserdata'] = 'with user data'; +$string['wordforstudent'] = 'Your word for Student'; +$string['wordforstudenteg'] = 'eg Student, Participant etc'; +$string['wordforstudents'] = 'Your word for Students'; +$string['wordforstudentseg'] = 'eg Students, Participants etc'; +$string['wordforteacher'] = 'Your word for Teacher'; +$string['wordforteachereg'] = 'eg Teacher, Tutor, Facilitator etc'; +$string['wordforteachers'] = 'Your word for Teachers'; +$string['wordforteacherseg'] = 'eg Teachers, Tutors, Facilitators etc'; +$string['writingcategoriesandquestions'] = 'Writing categories and questions'; +$string['writingcoursedata'] = 'Writing course data'; +$string['writinggeneralinfo'] = 'Writing general info'; +$string['writingheader'] = 'Writing header'; +$string['writingloginfo'] = 'Writing logs info'; +$string['writingmoduleinfo'] = 'Writing modules info'; +$string['writingscalesinfo'] = 'Writing scales info'; +$string['writinguserinfo'] = 'Writing users info'; +$string['wrongpassword'] = 'Incorrect password for this username'; +$string['yes'] = 'Yes'; +$string['youareabouttocreatezip'] = 'You are about to create a zip file containing'; +$string['youaregoingtorestorefrom'] = 'You are about to start the restore process for'; +$string['yourlastlogin'] = 'Your last login was'; +$string['yourself'] = 'yourself'; +$string['yourteacher'] = 'your $a'; +$string['zippingbackup'] = 'Zipping backup'; ?> diff --git a/lang/en_us/quiz.php b/lang/en_us/quiz.php index a03b126b34..d2f34ceda0 100644 --- a/lang/en_us/quiz.php +++ b/lang/en_us/quiz.php @@ -1,160 +1,159 @@
After you select or create a question category you will be able to create or edit questions. You can select any of these questions to add to your quiz over on the other side of this page."; -$string['addquestions'] = "Add questions"; -$string['addquestionstoquiz'] = "Add questions to current quiz"; -$string['addselectedtoquiz'] = "Add selected to quiz"; -$string['allowreview'] = "Allow review"; -$string['alreadysubmitted'] = "It is likely that you have already submitted this attempt"; -$string['alwaysavailable'] = "Always available"; -$string['answer'] = "Answer"; -$string['answerhowmany'] = "One or multiple answers?"; -$string['answersingleno'] = "Multiple answers allowed"; -$string['answersingleyes'] = "One answer only"; -$string['answerswithacceptederrormarginmustbenumeric'] = "Answers with accepted error must be numeric"; -$string['attempt'] = "Attempt \$a"; -$string['attemptfirst'] = "First attempt"; -$string['attemptlast'] = "Last attempt"; -$string['attemptquiznow'] = "Attempt quiz now"; -$string['attempts'] = "Attempts"; -$string['attemptsallowed'] = "Attempts allowed"; -$string['attemptsunlimited'] = "Unlimited attempts"; -$string['backtoquiz'] = "Back to quiz editing"; -$string['bestgrade'] = "Best grade"; -$string['blackboard'] = "Blackboard"; -$string['caseno'] = "No, case is unimportant"; -$string['casesensitive'] = "Case sensitivity"; -$string['caseyes'] = "Yes, case must match"; -$string['categories'] = "Categories"; -$string['category'] = "Category"; -$string['categoryinfo'] = "Category info"; -$string['categorymove'] = "The category '\$a->name' contains \$a->count questions. Please choose another category to move them to."; -$string['categorymoveto'] = "Move them to this category"; -$string['choice'] = "Choice"; -$string['choices'] = "Available choices"; -$string['correctanswer'] = "Correct answer"; -$string['correctanswers'] = "Correct answers"; -$string['countdown'] = "Countdown"; -$string['countdownfinished'] = "The quiz is closing, you should submit your answers now."; -$string['countdowntenminutes'] = "The quiz will be closing in ten minutes."; -$string['createmultiple'] = "Create multiple questions"; -$string['createnewquestion'] = "Create new question"; -$string['custom'] = "Custom format"; -$string['daysavailable'] = "Days available"; -$string['default'] = "Default"; -$string['defaultgrade'] = "Default question grade"; -$string['defaultinfo'] = "The default category for questions."; -$string['deletequestioncheck'] = "Are you absolutely sure you want to delete '\$a'?"; -$string['description'] = "Description"; -$string['eachattemptbuildsonthelast'] = "Each attempt builds on the last"; -$string['editcategories'] = "Edit categories"; -$string['editingdescription'] = "Editing a Description"; -$string['editingmatch'] = "Editing a Matching Question"; -$string['editingmultianswer'] = "Editing Embedded Answers (Cloze)"; -$string['editingmultichoice'] = "Editing a multiple choice question"; -$string['editingnumerical'] = "Editing a numerical question"; -$string['editingquestion'] = "Editing a question"; -$string['editingquiz'] = "Editing quiz"; -$string['editingrandom'] = "Editing a Random Question"; -$string['editingrandomsamatch'] = "Editing a Random Short-Answer Matching question"; -$string['editingshortanswer'] = "Editing a short answer question"; -$string['editingtruefalse'] = "Editing a true/false question"; -$string['false'] = "False"; -$string['feedback'] = "Feedback"; -$string['fileformat'] = "File format"; -$string['filloutoneanswer'] = "You must fill out at least one possible answer. Answers left blank will not be used."; -$string['filloutthreequestions'] = "You must fill out at least three questions. Questions left blank will not be used."; -$string['fillouttwochoices'] = "You must fill out at least two choices. Choices left blank will not be used."; -$string['fractionsaddwrong'] = "The positive grades you have chosen do not add up to 100%% -
Instead, they add up to \$a%% -
Do you want to go back and fix this question?"; -$string['fractionsnomax'] = "One of the answers should be 100%%, so that it is +$string['acceptederror'] = 'Accepted error'; +$string['addingquestions'] = 'This side of the page is where you manage your database of questions. Questions are stored in categories to help you keep them organized, and can be used by any quiz in your course or even other courses if you choose to \'publish\' them.

After you select or create a question category you will be able to create or edit questions. You can select any of these questions to add to your quiz over on the other side of this page.'; +$string['addquestions'] = 'Add questions'; +$string['addquestionstoquiz'] = 'Add questions to current quiz'; +$string['addselectedtoquiz'] = 'Add selected to quiz'; +$string['allowreview'] = 'Allow review'; +$string['alreadysubmitted'] = 'It is likely that you have already submitted this attempt'; +$string['alwaysavailable'] = 'Always available'; +$string['answer'] = 'Answer'; +$string['answerhowmany'] = 'One or multiple answers?'; +$string['answersingleno'] = 'Multiple answers allowed'; +$string['answersingleyes'] = 'One answer only'; +$string['answerswithacceptederrormarginmustbenumeric'] = 'Answers with accepted error must be numeric'; +$string['attempt'] = 'Attempt $a'; +$string['attemptfirst'] = 'First attempt'; +$string['attemptlast'] = 'Last attempt'; +$string['attemptquiznow'] = 'Attempt quiz now'; +$string['attempts'] = 'Attempts'; +$string['attemptsallowed'] = 'Attempts allowed'; +$string['attemptsunlimited'] = 'Unlimited attempts'; +$string['backtoquiz'] = 'Back to quiz editing'; +$string['bestgrade'] = 'Best grade'; +$string['blackboard'] = 'Blackboard'; +$string['caseno'] = 'No, case is unimportant'; +$string['casesensitive'] = 'Case sensitivity'; +$string['caseyes'] = 'Yes, case must match'; +$string['categories'] = 'Categories'; +$string['category'] = 'Category'; +$string['categoryinfo'] = 'Category info'; +$string['categorymove'] = 'The category \'$a->name\' contains $a->count questions. Please choose another category to move them to.'; +$string['categorymoveto'] = 'Move them to this category'; +$string['choice'] = 'Choice'; +$string['choices'] = 'Available choices'; +$string['correctanswer'] = 'Correct answer'; +$string['correctanswers'] = 'Correct answers'; +$string['countdown'] = 'Countdown'; +$string['countdownfinished'] = 'The quiz is closing, you should submit your answers now.'; +$string['countdowntenminutes'] = 'The quiz will be closing in ten minutes.'; +$string['createmultiple'] = 'Create multiple questions'; +$string['createnewquestion'] = 'Create new question'; +$string['custom'] = 'Custom format'; +$string['daysavailable'] = 'Days available'; +$string['default'] = 'Default'; +$string['defaultgrade'] = 'Default question grade'; +$string['defaultinfo'] = 'The default category for questions.'; +$string['deletequestioncheck'] = 'Are you absolutely sure you want to delete \'$a\'?'; +$string['description'] = 'Description'; +$string['eachattemptbuildsonthelast'] = 'Each attempt builds on the last'; +$string['editcategories'] = 'Edit categories'; +$string['editingdescription'] = 'Editing a Description'; +$string['editingmatch'] = 'Editing a Matching Question'; +$string['editingmultianswer'] = 'Editing Embedded Answers (Cloze)'; +$string['editingmultichoice'] = 'Editing a multiple choice question'; +$string['editingnumerical'] = 'Editing a numerical question'; +$string['editingquestion'] = 'Editing a question'; +$string['editingquiz'] = 'Editing quiz'; +$string['editingrandom'] = 'Editing a Random Question'; +$string['editingrandomsamatch'] = 'Editing a Random Short-Answer Matching question'; +$string['editingshortanswer'] = 'Editing a short answer question'; +$string['editingtruefalse'] = 'Editing a true/false question'; +$string['false'] = 'False'; +$string['feedback'] = 'Feedback'; +$string['fileformat'] = 'File format'; +$string['filloutoneanswer'] = 'You must fill out at least one possible answer. Answers left blank will not be used.'; +$string['filloutthreequestions'] = 'You must fill out at least three questions. Questions left blank will not be used.'; +$string['fillouttwochoices'] = 'You must fill out at least two choices. Choices left blank will not be used.'; +$string['fractionsaddwrong'] = 'The positive grades you have chosen do not add up to 100%% +
Instead, they add up to $a%% +
Do you want to go back and fix this question?'; +$string['fractionsnomax'] = 'One of the answers should be 100%%, so that it is
possible to get a full grade for this question. -
Do you want to go back and fix this question?"; -$string['gradeaverage'] = "Average grade"; -$string['gradehighest'] = "Highest grade"; -$string['grademethod'] = "Grading method"; -$string['grades'] = "Grades"; -$string['guestsno'] = "Sorry, guests can not see or attempt quizzes"; -$string['imagedisplay'] = "Image to display"; -$string['importquestions'] = "Import questions from file"; -$string['introduction'] = "Introduction"; -$string['marks'] = "Marks"; -$string['match'] = "Matching"; -$string['matchanswer'] = "Matching answer"; -$string['missingcorrectanswer'] = "Correct answer must be specified"; -$string['missingname'] = "Missing question name"; -$string['missingquestiontext'] = "Missing question text"; -$string['missingword'] = "Missing word format"; -$string['modulename'] = "Quiz"; -$string['modulenameplural'] = "Quizzes"; -$string['multianswer'] = "Embedded Answers (Cloze)"; -$string['multichoice'] = "Multiple Choice"; -$string['noanswers'] = "No answers were selected!"; -$string['noattempts'] = "No attempts have been made on this quiz"; -$string['nomoreattempts'] = "No more attempts are allowed"; -$string['noquestions'] = "No questions have been added yet"; -$string['noreview'] = "You are not allowed to review this quiz"; -$string['noreviewuntil'] = "You are not allowed to review this quiz until \$a"; -$string['notenoughsubquestions'] = "Not enough sub-questions have been defined!
-Do you want to go back and fix this question?"; -$string['numerical'] = "Numerical"; -$string['publish'] = "Publish"; -$string['qti'] = "IMS QTI format"; -$string['question'] = "Question"; -$string['questioninuse'] = "The question '\$a' is currently being used:"; -$string['questionname'] = "Question name"; -$string['questions'] = "Questions"; -$string['quizavailable'] = "The quiz is available until: \$a"; -$string['quizclose'] = "Close the quiz"; -$string['quizclosed'] = "This quiz closed on \$a"; -$string['quizcloses'] = "Quiz closes"; -$string['quiznotavailable'] = "The quiz will not be available until: \$a"; -$string['quizopen'] = "Open the quiz"; -$string['random'] = "Random set"; -$string['randomcreate'] = "Create Random Questions"; -$string['randomsamatch'] = "Random Short-Answer Matching"; -$string['randomsamatchcreate'] = "Create Random Short-Answer Matching questions"; -$string['randomsamatchintro'] = "For each of the following questions, select the matching answer from the menu."; -$string['randomsamatchnumber'] = "Number of questions to select"; -$string['readytosend'] = "You are about to send your whole quiz to be graded. Are you sure you want to continue?"; -$string['recentlyaddedquestion'] = "Recently added question!"; -$string['regrade'] = "Regrade all attempts"; -$string['regradecomplete'] = "All attempts have been regraded"; -$string['regradecount'] = "\$a->changed out of \$a->attempt grades were changed"; -$string['rename'] = "Rename"; -$string['report'] = "Reports"; -$string['reportoverview'] = "Overview"; -$string['reportregrade'] = "Regrade attempts"; -$string['reportsimplestat'] = "Simple statistics"; -$string['review'] = "Review"; -$string['save'] = "Save"; -$string['savegrades'] = "Save grades"; -$string['savemyanswers'] = "Save my answers"; -$string['savequiz'] = "Save this whole quiz"; -$string['score'] = "Raw score"; -$string['select'] = "Select"; -$string['selectall'] = "Select all"; -$string['selectcategoryabove'] = "Select a category above"; -$string['shortanswer'] = "Short Answer"; -$string['show'] = "Show"; -$string['showcorrectanswer'] = "In feedback, show correct answers?"; -$string['showfeedback'] = "After answering, show feedback?"; -$string['shuffleanswers'] = "Shuffle answers"; -$string['shufflequestions'] = "Shuffle questions"; -$string['time'] = "Time"; -$string['timecompleted'] = "Completed"; -$string['timetaken'] = "Time taken"; -$string['toomanyrandom'] = "The number of random questions required is more than this category contains! (\$a)"; -$string['true'] = "True"; -$string['truefalse'] = "True/False"; -$string['type'] = "Type"; -$string['viewallanswers'] = "View \$a completed quizzes"; -$string['viewallreports'] = "View reports for \$a attempts"; -$string['webct'] = "WebCT format"; -$string['yourfinalgradeis'] = "Your final grade for this quiz is \$a"; +
Do you want to go back and fix this question?'; +$string['gradeaverage'] = 'Average grade'; +$string['gradehighest'] = 'Highest grade'; +$string['grademethod'] = 'Grading method'; +$string['guestsno'] = 'Sorry, guests can not see or attempt quizzes'; +$string['imagedisplay'] = 'Image to display'; +$string['importquestions'] = 'Import questions from file'; +$string['introduction'] = 'Introduction'; +$string['marks'] = 'Marks'; +$string['match'] = 'Matching'; +$string['matchanswer'] = 'Matching answer'; +$string['missingcorrectanswer'] = 'Correct answer must be specified'; +$string['missingname'] = 'Missing question name'; +$string['missingquestiontext'] = 'Missing question text'; +$string['missingword'] = 'Missing word format'; +$string['modulename'] = 'Quiz'; +$string['modulenameplural'] = 'Quizzes'; +$string['multianswer'] = 'Embedded Answers (Cloze)'; +$string['multichoice'] = 'Multiple Choice'; +$string['noanswers'] = 'No answers were selected!'; +$string['noattempts'] = 'No attempts have been made on this quiz'; +$string['nomoreattempts'] = 'No more attempts are allowed'; +$string['noquestions'] = 'No questions have been added yet'; +$string['noreview'] = 'You are not allowed to review this quiz'; +$string['noreviewuntil'] = 'You are not allowed to review this quiz until $a'; +$string['notenoughsubquestions'] = 'Not enough sub-questions have been defined!
+Do you want to go back and fix this question?'; +$string['numerical'] = 'Numerical'; +$string['publish'] = 'Publish'; +$string['qti'] = 'IMS QTI format'; +$string['question'] = 'Question'; +$string['questioninuse'] = 'The question \'$a\' is currently being used:'; +$string['questionname'] = 'Question name'; +$string['questions'] = 'Questions'; +$string['quizavailable'] = 'The quiz is available until: $a'; +$string['quizclose'] = 'Close the quiz'; +$string['quizclosed'] = 'This quiz closed on $a'; +$string['quizcloses'] = 'Quiz closes'; +$string['quiznotavailable'] = 'The quiz will not be available until: $a'; +$string['quizopen'] = 'Open the quiz'; +$string['random'] = 'Random set'; +$string['randomcreate'] = 'Create Random Questions'; +$string['randomsamatch'] = 'Random Short-Answer Matching'; +$string['randomsamatchcreate'] = 'Create Random Short-Answer Matching questions'; +$string['randomsamatchintro'] = 'For each of the following questions, select the matching answer from the menu.'; +$string['randomsamatchnumber'] = 'Number of questions to select'; +$string['readytosend'] = 'You are about to send your whole quiz to be graded. Are you sure you want to continue?'; +$string['recentlyaddedquestion'] = 'Recently added question!'; +$string['regrade'] = 'Regrade all attempts'; +$string['regradecomplete'] = 'All attempts have been regraded'; +$string['regradecount'] = '$a->changed out of $a->attempt grades were changed'; +$string['rename'] = 'Rename'; +$string['report'] = 'Reports'; +$string['reportoverview'] = 'Overview'; +$string['reportregrade'] = 'Regrade attempts'; +$string['reportsimplestat'] = 'Simple statistics'; +$string['review'] = 'Review'; +$string['save'] = 'Save'; +$string['savegrades'] = 'Save grades'; +$string['savemyanswers'] = 'Save my answers'; +$string['savequiz'] = 'Save this whole quiz'; +$string['score'] = 'Raw score'; +$string['select'] = 'Select'; +$string['selectall'] = 'Select all'; +$string['selectcategoryabove'] = 'Select a category above'; +$string['shortanswer'] = 'Short Answer'; +$string['show'] = 'Show'; +$string['showcorrectanswer'] = 'In feedback, show correct answers?'; +$string['showfeedback'] = 'After answering, show feedback?'; +$string['shuffleanswers'] = 'Shuffle answers'; +$string['shufflequestions'] = 'Shuffle questions'; +$string['time'] = 'Time'; +$string['timecompleted'] = 'Completed'; +$string['timetaken'] = 'Time taken'; +$string['toomanyrandom'] = 'The number of random questions required is more than this category contains! ($a)'; +$string['true'] = 'True'; +$string['truefalse'] = 'True/False'; +$string['type'] = 'Type'; +$string['viewallanswers'] = 'View $a completed quizzes'; +$string['viewallreports'] = 'View reports for $a attempts'; +$string['webct'] = 'WebCT format'; +$string['yourfinalgradeis'] = 'Your final grade for this quiz is $a'; ?> diff --git a/lang/en_us/resource.php b/lang/en_us/resource.php index 8f22bdb3df..327f811ab9 100644 --- a/lang/en_us/resource.php +++ b/lang/en_us/resource.php @@ -1,44 +1,59 @@ File Manager."; -$string['notypechosen'] = "You need to choose a type. Use your back button to go back and retry."; -$string['resourcetype'] = "Type of resource"; -$string['resourcetype1'] = "Reference"; -$string['resourcetype2'] = "Web Page"; -$string['resourcetype3'] = "Uploaded File"; -$string['resourcetype4'] = "Plain text"; -$string['resourcetype5'] = "Web Link"; -$string['resourcetype6'] = "HTML text"; -$string['resourcetype7'] = "Program"; -$string['resourcetype8'] = "Wiki text"; +$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.'; +$string['configframesize'] = 'When a web page or an uploaded file is displayed within a frame, this value is the size (in pixels) of the top frame (which contains the navigation).'; +$string['configpopup'] = 'When adding a new resource which is able to be shown in a popup window, should this option be enabled by default?'; +$string['configpopupdirectories'] = 'Should popup windows show directory links by default?'; +$string['configpopupheight'] = 'What height should be the default height for new popup windows?'; +$string['configpopuplocation'] = 'Should popup windows show the location bar by default? '; +$string['configpopupmenubar'] = 'Should popup windows show the menu bar by default?'; +$string['configpopupresizable'] = 'Should popup windows be resizable by default?'; +$string['configpopupscrollbars'] = 'Should popup windows be scrollable by default?'; +$string['configpopupstatus'] = 'hould popup windows show the status bar by default?'; +$string['configpopuptoolbar'] = 'Should popup windows show the tool bar by default?'; +$string['configpopupwidth'] = 'What width should be the default width for new popup windows?'; +$string['configwebsearch'] = 'When adding a URL as a webpage or weblink, this location is offered as a site to help the user search for the URL they want.'; +$string['editingaresource'] = 'Editing a resource'; +$string['example'] = 'Example'; +$string['examplereference'] = 'Tobin, K. & Tippins, D (1993) Constructivism as a Referent for Teaching and Learning. In: K. Tobin (Ed) The Practice of Constructivism in Science Education, pp 3-21, Lawrence-Erlbaum, Hillsdale, NJ.'; +$string['exampleurl'] = 'http://www.example.com/somedirectory/somefile.html'; +$string['fetchclienterror'] = 'An error was found with your web client while trying to retrieve the web page (possibly a wrong URL).'; +$string['fetcherror'] = 'An error was found while trying to retrieve the web page.'; +$string['fetchservererror'] = 'An error was found with the remote server while trying to retrieve the web page (possibly a program error).'; +$string['filename'] = 'File name'; +$string['fulltext'] = 'Full text'; +$string['htmlfragment'] = 'HTML fragment'; +$string['modulename'] = 'Resource'; +$string['modulenameplural'] = 'Resources'; +$string['neverseen'] = 'Never seen'; +$string['newdirectories'] = 'Show the directory links'; +$string['newfullscreen'] = 'Fill the whole screen'; +$string['newheight'] = 'Default window height (in pixels)'; +$string['newlocation'] = 'Show the location bar'; +$string['newmenubar'] = 'Show the menu bar'; +$string['newresizable'] = 'Allow the window to be resized'; +$string['newscrollbars'] = 'Allow the window to be scrolled'; +$string['newstatus'] = 'Show the status bar'; +$string['newtoolbar'] = 'Show the toolbar'; +$string['newwidth'] = 'Default window width (in pixels)'; +$string['newwindow'] = 'New window'; +$string['newwindowopen'] = 'Display this resource in a new popup window'; +$string['note'] = 'Note'; +$string['notefile'] = 'To upload more files into the course (so they appear in this list) use the File Manager.'; +$string['notypechosen'] = 'You need to choose a type. Use your back button to go back and retry.'; +$string['resourcetype'] = 'Type of resource'; +$string['resourcetype1'] = 'Reference'; +$string['resourcetype2'] = 'Web Page'; +$string['resourcetype3'] = 'Uploaded File'; +$string['resourcetype4'] = 'Plain text'; +$string['resourcetype5'] = 'Web Link'; +$string['resourcetype6'] = 'HTML text'; +$string['resourcetype7'] = 'Program'; +$string['resourcetype8'] = 'Wiki text'; ?> diff --git a/lang/en_us/survey.php b/lang/en_us/survey.php index 2159fff7de..c18aefadcf 100644 --- a/lang/en_us/survey.php +++ b/lang/en_us/survey.php @@ -1,205 +1,205 @@ preferred (ideal) and actual experience in this unit. -There are no 'right' or 'wrong' answers; we are interested only in your opinion. Please be assured that your responses will be treated with a high degree of confidentiality, and will not affect your assessment. +There are no \'right\' or \'wrong\' answers; we are interested only in your opinion. Please be assured that your responses will be treated with a high degree of confidentiality, and will not affect your assessment. Your carefully considered responses will help us improve the way this unit is presented online in the future. -Thanks very much."; -$string['collesapname'] = "COLLES (Preferred and Actual)"; -$string['collesm1'] = "Relevance"; -$string['collesm1short'] = "Relevance"; -$string['collesm2'] = "Reflective Thinking"; -$string['collesm2short'] = "Reflective Thinking"; -$string['collesm3'] = "Interactivity"; -$string['collesm3short'] = "Interactivity"; -$string['collesm4'] = "Tutor Support"; -$string['collesm4short'] = "Tutor Support"; -$string['collesm5'] = "Peer Support"; -$string['collesm5short'] = "Peer Support"; -$string['collesm6'] = "Interpretation"; -$string['collesm6short'] = "Interpretation"; -$string['collesmintro'] = "In this online unit..."; -$string['collespintro'] = "The purpose of this survey is to help us understand what you value in an online learning experience. +Thanks very much.'; +$string['collesapname'] = 'COLLES (Preferred and Actual)'; +$string['collesm1'] = 'Relevance'; +$string['collesm1short'] = 'Relevance'; +$string['collesm2'] = 'Reflective Thinking'; +$string['collesm2short'] = 'Reflective Thinking'; +$string['collesm3'] = 'Interactivity'; +$string['collesm3short'] = 'Interactivity'; +$string['collesm4'] = 'Tutor Support'; +$string['collesm4short'] = 'Tutor Support'; +$string['collesm5'] = 'Peer Support'; +$string['collesm5short'] = 'Peer Support'; +$string['collesm6'] = 'Interpretation'; +$string['collesm6short'] = 'Interpretation'; +$string['collesmintro'] = 'In this online unit...'; +$string['collespintro'] = 'The purpose of this survey is to help us understand what you value in an online learning experience. Each one of the 24 statements below asks about your preferred (ideal) experience in this unit. -There are no 'right' or 'wrong' answers; we are interested only in your opinion. Please be assured that your responses will be treated with a high degree of confidentiality, and will not affect your assessment. +There are no \'right\' or \'wrong\' answers; we are interested only in your opinion. Please be assured that your responses will be treated with a high degree of confidentiality, and will not affect your assessment. Your carefully considered responses will help us improve the way this unit is presented online in the future. -Thanks very much."; -$string['collespname'] = "COLLES (Preferred)"; -$string['done'] = "Done"; -$string['download'] = "Download"; -$string['downloadexcel'] = "Download data as Excel spreadsheet"; -$string['downloadinfo'] = "You can download the complete raw data for this survey in a form suitable for analysis in Excel, SPSS or other package."; -$string['downloadtext'] = "Download data as a plain text file"; -$string['editingasurvey'] = "Editing a survey"; -$string['guestsnotallowed'] = "Guests are not allowed to submit surveys"; -$string['helpsurveys'] = "Help on the different types of surveys"; -$string['howlong'] = "How long did this survey take you to complete?"; -$string['howlongoptions'] = "under 1 min,1-2 min,2-3 min,3-4 min,4-5-min,5-10 min,more than 10"; -$string['ifoundthat'] = "I found that"; -$string['introtext'] = "Introduction text"; -$string['ipreferthat'] = "I prefer that"; -$string['modulename'] = "Survey"; -$string['modulenameplural'] = "Surveys"; -$string['name'] = "Name"; -$string['newsurveyresponses'] = "New survey responses"; -$string['nobodyyet'] = "Nobody has yet completed this survey"; -$string['notdone'] = "Not done yet"; -$string['notes'] = "Your private analysis and notes"; -$string['othercomments'] = "Do you have any other comments?"; -$string['peoplecompleted'] = "\$a people have completed this survey so far"; -$string['preferred'] = "Preferred"; -$string['preferredclass'] = "Class preferred"; -$string['preferredstudent'] = "\$a preferred"; -$string['question'] = "Question"; -$string['questions'] = "Questions"; -$string['questionsnotanswered'] = "Some of the multiple choice questions have not been answered."; -$string['report'] = "Survey report"; -$string['savednotes'] = "Your notes were saved"; -$string['scaleagree5'] = "Strongly disagree,Somewhat disagree,Neither agree nor disagree,Somewhat agree,Strongly agree"; -$string['scales'] = "Scales"; -$string['scaletimes5'] = "Almost Never,Seldom,Sometimes,Often,Almost Always"; -$string['seemoredetail'] = "Click here to see more detail"; -$string['selectedquestions'] = "Selected questions from a scale, all students"; -$string['summary'] = "Summary"; -$string['surveycompleted'] = "You've completed this survey. The graph below shows a summary of your results compared to the class averages."; -$string['surveyname'] = "Survey name"; -$string['surveysaved'] = "Survey saved"; -$string['surveytype'] = "Survey type"; -$string['thanksforanswers'] = "Thanks for answering this survey, \$a"; -$string['time'] = "Time"; -$string['viewsurveyresponses'] = "View \$a survey responses"; +Thanks very much.'; +$string['collespname'] = 'COLLES (Preferred)'; +$string['done'] = 'Done'; +$string['download'] = 'Download'; +$string['downloadexcel'] = 'Download data as Excel spreadsheet'; +$string['downloadinfo'] = 'You can download the complete raw data for this survey in a form suitable for analysis in Excel, SPSS or other package.'; +$string['downloadtext'] = 'Download data as a plain text file'; +$string['editingasurvey'] = 'Editing a survey'; +$string['guestsnotallowed'] = 'Guests are not allowed to submit surveys'; +$string['helpsurveys'] = 'Help on the different types of surveys'; +$string['howlong'] = 'How long did this survey take you to complete?'; +$string['howlongoptions'] = 'under 1 min,1-2 min,2-3 min,3-4 min,4-5-min,5-10 min,more than 10'; +$string['ifoundthat'] = 'I found that'; +$string['introtext'] = 'Introduction text'; +$string['ipreferthat'] = 'I prefer that'; +$string['modulename'] = 'Survey'; +$string['modulenameplural'] = 'Surveys'; +$string['name'] = 'Name'; +$string['newsurveyresponses'] = 'New survey responses'; +$string['nobodyyet'] = 'Nobody has yet completed this survey'; +$string['notdone'] = 'Not done yet'; +$string['notes'] = 'Your private analysis and notes'; +$string['othercomments'] = 'Do you have any other comments?'; +$string['peoplecompleted'] = '$a people have completed this survey so far'; +$string['preferred'] = 'Preferred'; +$string['preferredclass'] = 'Class preferred'; +$string['preferredstudent'] = '$a preferred'; +$string['question'] = 'Question'; +$string['questions'] = 'Questions'; +$string['questionsnotanswered'] = 'Some of the multiple choice questions have not been answered.'; +$string['report'] = 'Survey report'; +$string['savednotes'] = 'Your notes were saved'; +$string['scaleagree5'] = 'Strongly disagree,Somewhat disagree,Neither agree nor disagree,Somewhat agree,Strongly agree'; +$string['scales'] = 'Scales'; +$string['scaletimes5'] = 'Almost Never,Seldom,Sometimes,Often,Almost Always'; +$string['seemoredetail'] = 'Click here to see more detail'; +$string['selectedquestions'] = 'Selected questions from a scale, all students'; +$string['summary'] = 'Summary'; +$string['surveycompleted'] = 'You\'ve completed this survey. The graph below shows a summary of your results compared to the class averages.'; +$string['surveyname'] = 'Survey name'; +$string['surveysaved'] = 'Survey saved'; +$string['surveytype'] = 'Survey type'; +$string['thanksforanswers'] = 'Thanks for answering this survey, $a'; +$string['time'] = 'Time'; +$string['viewsurveyresponses'] = 'View $a survey responses'; ?> diff --git a/lang/en_us/workshop.php b/lang/en_us/workshop.php index 88363e7fb2..e8af9ac43d 100644 --- a/lang/en_us/workshop.php +++ b/lang/en_us/workshop.php @@ -1,217 +1,216 @@ The form here has been filled with your previous grades and comments.
Please amend these after looking at the revised work."; -$string['assessmentofthissubmission'] = "Assessment of this submission"; -$string['assessments'] = "Assessments"; -$string['assessmentsareok'] = "Assessments are OK"; -$string['assessmentsby'] = "Assessments by \$a"; -$string['assessmentsdone'] = "Assessments Done"; -$string['assessmentsmustbeagreed'] = "Assessments must be agreed"; -$string['assessmentwasagreedon'] = "Assessment was agreed on \$a"; -$string['assessor'] = "Assessor"; -$string['assessthissubmission'] = "Assess this submission"; -$string['assignmentnotinthecorrectphase'] = "Assignment not in the Correct Phase"; -$string['authorofsubmission'] = "Author of Submission"; -$string['awaitinggradingbyteacher'] = "Awaiting Grading by \$a"; -$string['beforedeadline'] = "Before Deadline: \$a"; -$string['calculationoffinalgrades'] = "Calculation of Final Grades"; -$string['closeassignment'] = "Close Assignment"; -$string['comment'] = "Comment"; -$string['commentby'] = "Comment by"; -$string['confirmdeletionofthisitem'] = "Confirm Deletion of this \$a"; -$string['correct'] = "Correct"; -$string['criterion'] = "Criterion"; -$string['deadline'] = "Deadline"; -$string['deadlineis'] = "The Deadline is \$a"; -$string['delete'] = "Delete"; -$string['deleting'] = "Deleting"; -$string['description'] = "Description"; -$string['detailsofassessment'] = "Details of Assessment"; -$string['disagreewiththisassessment'] = "Disagree with this Assessment"; -$string['displayoffinalgrades'] = "Display of Final Grades"; -$string['dontshowgrades'] = "Don't Show Grades"; -$string['edit'] = "Edit"; -$string['editacomment'] = "Edit a Comment"; -$string['editingassessmentelements'] = "Editing Assessment Elements"; -$string['element'] = "Element"; -$string['elementweight'] = "Element Weight"; -$string['errorbanded'] = "Error Banded"; -$string['excellent'] = "Excellent"; -$string['feedbackgoeshere'] = "Feedback goes here"; -$string['generalcomment'] = "General comment"; -$string['good'] = "Good"; -$string['grade'] = "Grade"; -$string['gradeassessment'] = "Grade Assessment"; -$string['graded'] = "Graded"; -$string['gradedbyteacher'] = "Graded by \$a"; -$string['gradeforassessments'] = "Grade for Assessments"; -$string['gradeforbias'] = "Grade for Bias"; -$string['gradeforreliability'] = "Grade for Reliability"; -$string['gradeforstudentsassessment'] = "Grade for Student's Assessment"; -$string['gradeofsubmission'] = "Grade of Submission: \$a"; -$string['gradingstrategy'] = "Grading Strategy"; -$string['hidegradesbeforeagreement'] = "Hide Grades before Agreement"; -$string['hidenamesfromstudents'] = "Hide Names from \$a"; -$string['includeteachersgrade'] = "Include Teacher's Grade"; -$string['incorrect'] = "Incorrect"; -$string['leaguetable'] = "League Table of Submitted Work"; -$string['listassessments'] = "List Assessments"; -$string['listofallsubmissions'] = "List of all Submissions"; -$string['liststudentsassessments'] = "List Student's Assessments"; -$string['mail1'] = "Your assignment '\$a' has been assessed by"; -$string['mail10'] = "You can assess it in your workshop assignment "; -$string['mail2'] = "The comments and grade can be seen in the Workshop Assignment '\$a'"; -$string['mail3'] = "You can see it in your Workshop Assignment"; -$string['mail4'] = "A comment has been added to the assignment '\$a' by"; -$string['mail5'] = "The new comment can be seen in the Workshop Assignment '\$a'"; -$string['mail6'] = "Your assessment of the assignment '\$a' has by reviewed"; -$string['mail7'] = "The comments given by the \$a can be seen in the Workshop Assignment "; -$string['mail8'] = "The assignment \$a is a revised piece of work. "; -$string['mail9'] = "Please assess it in the workshop assignment \$a "; -$string['managingassignment'] = "Managing Assignment"; -$string['maximumsize'] = "Maximum Size"; -$string['modulename'] = "Workshop"; -$string['modulenameplural'] = "Workshops"; -$string['movingtophase'] = "Moving to Phase \$a"; -$string['namesnotshowntostudents'] = "Names not shown to \$a"; -$string['newassessments'] = "New Assessments"; -$string['newgradings'] = "New Gradings"; -$string['newsubmissions'] = "New Submissions"; -$string['noassessmentsdone'] = "No Assessments Done"; -$string['nosubmissionsavailableforassessment'] = "No Submissions available for assessment"; -$string['notavailable'] = "Not Available"; -$string['noteonassessmentelements'] = "Note that grading is broken down into a number of 'Assessment Elements'.
+$string['absent'] = 'Absent'; +$string['accumulative'] = 'Accumulative'; +$string['action'] = 'Action'; +$string['addacomment'] = 'Add a Comment'; +$string['afterdeadline'] = 'After Deadline: $a'; +$string['agreetothisassessment'] = 'Agree to this Assessment'; +$string['allgradeshaveamaximumof'] = 'All Grades have a Maximum of: $a'; +$string['allowresubmit'] = 'Allow Resubmissions'; +$string['alreadyinphase'] = 'Already in Phase $a'; +$string['amendassessmentelements'] = 'Amend Assessment Elements'; +$string['amendtitle'] = 'Amend Title'; +$string['assess'] = 'Assess'; +$string['assessedon'] = 'Assessed on $a'; +$string['assessment'] = 'Assessment'; +$string['assessmentby'] = 'Assessment by $a'; +$string['assessmentgrade'] = 'Assessment Grade: $a'; +$string['assessmentnotyetagreed'] = 'Assessment not yet agreed'; +$string['assessmentofresubmission'] = 'This is an Assessment of a revised piece of the work.
The form here has been filled with your previous grades and comments.
Please amend these after looking at the revised work.'; +$string['assessmentofthissubmission'] = 'Assessment of this submission'; +$string['assessments'] = 'Assessments'; +$string['assessmentsareok'] = 'Assessments are OK'; +$string['assessmentsby'] = 'Assessments by $a'; +$string['assessmentsdone'] = 'Assessments Done'; +$string['assessmentsmustbeagreed'] = 'Assessments must be agreed'; +$string['assessmentwasagreedon'] = 'Assessment was agreed on $a'; +$string['assessor'] = 'Assessor'; +$string['assessthissubmission'] = 'Assess this submission'; +$string['assignmentnotinthecorrectphase'] = 'Assignment not in the Correct Phase'; +$string['authorofsubmission'] = 'Author of Submission'; +$string['awaitinggradingbyteacher'] = 'Awaiting Grading by $a'; +$string['beforedeadline'] = 'Before Deadline: $a'; +$string['calculationoffinalgrades'] = 'Calculation of Final Grades'; +$string['closeassignment'] = 'Close Assignment'; +$string['comment'] = 'Comment'; +$string['commentby'] = 'Comment by'; +$string['confirmdeletionofthisitem'] = 'Confirm Deletion of this $a'; +$string['correct'] = 'Correct'; +$string['criterion'] = 'Criterion'; +$string['deadline'] = 'Deadline'; +$string['deadlineis'] = 'The Deadline is $a'; +$string['delete'] = 'Delete'; +$string['deleting'] = 'Deleting'; +$string['description'] = 'Description'; +$string['detailsofassessment'] = 'Details of Assessment'; +$string['disagreewiththisassessment'] = 'Disagree with this Assessment'; +$string['displayoffinalgrades'] = 'Display of Final Grades'; +$string['dontshowgrades'] = 'Don\'t Show Grades'; +$string['edit'] = 'Edit'; +$string['editacomment'] = 'Edit a Comment'; +$string['editingassessmentelements'] = 'Editing Assessment Elements'; +$string['element'] = 'Element'; +$string['elementweight'] = 'Element Weight'; +$string['errorbanded'] = 'Error Banded'; +$string['excellent'] = 'Excellent'; +$string['feedbackgoeshere'] = 'Feedback goes here'; +$string['generalcomment'] = 'General comment'; +$string['good'] = 'Good'; +$string['grade'] = 'Grade'; +$string['gradeassessment'] = 'Grade Assessment'; +$string['graded'] = 'Graded'; +$string['gradedbyteacher'] = 'Graded by $a'; +$string['gradeforassessments'] = 'Grade for Assessments'; +$string['gradeforbias'] = 'Grade for Bias'; +$string['gradeforreliability'] = 'Grade for Reliability'; +$string['gradeforstudentsassessment'] = 'Grade for Student\'s Assessment'; +$string['gradeofsubmission'] = 'Grade of Submission: $a'; +$string['gradingstrategy'] = 'Grading Strategy'; +$string['hidegradesbeforeagreement'] = 'Hide Grades before Agreement'; +$string['hidenamesfromstudents'] = 'Hide Names from $a'; +$string['includeteachersgrade'] = 'Include Teacher\'s Grade'; +$string['incorrect'] = 'Incorrect'; +$string['leaguetable'] = 'League Table of Submitted Work'; +$string['listassessments'] = 'List Assessments'; +$string['listofallsubmissions'] = 'List of all Submissions'; +$string['liststudentsassessments'] = 'List Student\'s Assessments'; +$string['mail1'] = 'Your assignment \'$a\' has been assessed by'; +$string['mail10'] = 'You can assess it in your workshop assignment '; +$string['mail2'] = 'The comments and grade can be seen in the Workshop Assignment \'$a\''; +$string['mail3'] = 'You can see it in your Workshop Assignment'; +$string['mail4'] = 'A comment has been added to the assignment \'$a\' by'; +$string['mail5'] = 'The new comment can be seen in the Workshop Assignment \'$a\''; +$string['mail6'] = 'Your assessment of the assignment \'$a\' has by reviewed'; +$string['mail7'] = 'The comments given by the $a can be seen in the Workshop Assignment '; +$string['mail8'] = 'The assignment $a is a revised piece of work. '; +$string['mail9'] = 'Please assess it in the workshop assignment $a '; +$string['managingassignment'] = 'Managing Assignment'; +$string['maximumsize'] = 'Maximum Size'; +$string['modulename'] = 'Workshop'; +$string['modulenameplural'] = 'Workshops'; +$string['movingtophase'] = 'Moving to Phase $a'; +$string['namesnotshowntostudents'] = 'Names not shown to $a'; +$string['newassessments'] = 'New Assessments'; +$string['newgradings'] = 'New Gradings'; +$string['newsubmissions'] = 'New Submissions'; +$string['noassessmentsdone'] = 'No Assessments Done'; +$string['nosubmissionsavailableforassessment'] = 'No Submissions available for assessment'; +$string['notavailable'] = 'Not Available'; +$string['noteonassessmentelements'] = 'Note that grading is broken down into a number of \'Assessment Elements\'.
This makes the grading easier and more consistent. As teacher you must add these
Elements before making the assignment available to students. This is done by
clicking on the assignment in the course, if no elements are present you will be asked
to add them. You can change the number of elements using the Edit Assignment screen,
- the elements themselves can be amended from the "Managing Assessment" screen. "; -$string['notgraded'] = "Not Graded"; -$string['notitlegiven'] = "No Title Given"; -$string['numberofassessmentelements'] = "Number of Comments, Assessment Elements, Grade Bands or Criteria Statments"; -$string['numberofassessments'] = "Number of Assessments"; -$string['numberofassessmentsofstudentsubmissions'] = "Number of Assessments of Student Submissions"; -$string['numberofassessmentsofteachersexamples'] = "Number of Assessments of Examples from Teacher"; -$string['numberofentries'] = "Number of Entries"; -$string['on'] = "on \$a"; -$string['openassignment'] = "Open Assignment"; -$string['optionforpeergrade'] = "Option for Peer Grade"; -$string['overallgrade'] = "Overall Grade"; -$string['overallocation'] = "Over Allocation"; -$string['overallpeergrade'] = "Overall Peer Grade: \$a"; -$string['overallteachergrade'] = "Overall Teacher Grade: \$a"; -$string['ownwork'] = "Own Work"; -$string['phase'] = "Phase"; -$string['phase1'] = "Set Up Assignment"; -$string['phase1short'] = "Set Up"; -$string['phase2'] = "\$a Submissions and Assessments"; -$string['phase2short'] = "Submissions"; -$string['phase3'] = "Calculation of Final Grades"; -$string['phase3short'] = "Both"; -$string['phase4'] = "Show Final Grades"; -$string['phase4short'] = "Assessments"; -$string['phase5'] = "Calculation of Final Grades"; -$string['phase5short'] = "Calculation"; -$string['phase6'] = "Show Final Grades"; -$string['phase6short'] = "Show Grades"; -$string['pleaseassesstheseexamplesfromtheteacher'] = "Please assess these Examples from the \$a"; -$string['pleaseassessthesestudentsubmissions'] = "Please assess these \$a Submissions"; -$string['pleaseassessyoursubmissions'] = "Please assess your Submission(s)"; -$string['poor'] = "Poor"; -$string['present'] = "Present"; -$string['reassess'] = "Re-assess"; -$string['reply'] = "Reply"; -$string['returnto'] = "Return to"; -$string['returntosubmissionpage'] = "Return to Submission Page"; -$string['rubric'] = "Rubric"; -$string['savedok'] = "Saved OK"; -$string['savemyassessment'] = "Save my Assessment"; -$string['savemycomment'] = "Save my Comment"; -$string['savemygrading'] = "Save my Grading"; -$string['saveoverallocation'] = "Save Over Allocation Level"; -$string['scale10'] = "Score out of 10"; -$string['scale100'] = "Score out of 100"; -$string['scale20'] = "Score out of 20"; -$string['scalecorrect'] = "2 point Correct/Incorrect scale"; -$string['scaleexcellent4'] = "4 point Excellent/Very Poor scale"; -$string['scaleexcellent5'] = "5 point Excellent/Very Poor scale"; -$string['scaleexcellent7'] = "7 point Excellent/Very Poor scale"; -$string['scalegood3'] = "3 point Good/Poor scale"; -$string['scalepresent'] = "2 point Present/Absent scale"; -$string['scaleyes'] = "2 point Yes/No scale"; -$string['select'] = "Select"; -$string['selfassessment'] = "Self Assessment"; -$string['setoverallocation'] = "Set Over Allocation Level"; -$string['showgrades'] = "Show Grades"; -$string['specimenassessmentform'] = "Specimen Assessment Form"; -$string['studentassessments'] = "\$a Assessments"; -$string['studentgrades'] = "\$a Grades"; -$string['studentsubmissions'] = "\$a Submissions"; -$string['studentsubmissionsforassessment'] = "\$a Student Submissions for Assessment"; -$string['submission'] = "Submission"; -$string['submissions'] = "Submissions"; -$string['submissionsnolongerallowed'] = "Submissions no longer allowed"; -$string['submitassignment'] = "Submit Assignment"; -$string['submitassignmentusingform'] = "Submit your Assignment using this Form"; -$string['submitexampleassignment'] = "Submit Example Assignment"; -$string['submitrevisedassignment'] = "Submit your Revised Assignment using this Form"; -$string['submitted'] = "Submitted"; -$string['submittedby'] = "Submitted by"; -$string['suggestedgrade'] = "Suggested Grade"; -$string['teacherassessments'] = "\$a Assessments"; -$string['teacherscomment'] = "Teacher's Comment"; -$string['teachersgrade'] = "Teacher's Grade"; -$string['teachersubmissionsforassessment'] = "\$a Teacher Submissions for Assessment"; -$string['thegradeis'] = "The Grade is \$a"; -$string['thereisfeedbackfromtheteacher'] = "There is feadback from the \$a"; -$string['theseasessmentsaregradedbytheteacher'] = "These Assessments are graded by the \$a"; -$string['timeassessed'] = "Time Assessed"; -$string['title'] = "Title"; -$string['typeofscale'] = "Type of Scale"; -$string['ungradedassessmentsofstudentsubmissions'] = "\$a Ungraded Assessments of Student Submissions"; -$string['ungradedassessmentsofteachersubmissions'] = "\$a Ungraded Assessments of Teacher Submissions"; -$string['verypoor'] = "Very Poor"; -$string['view'] = "View"; -$string['viewassessmentofteacher'] = "View Assessment of \$a"; -$string['viewotherassessments'] = "View other Assessments"; -$string['warningonamendingelements'] = "WARNING: There are submitted assessments.
Do NOT change the number - of elements, the scale types or the element weights."; -$string['weight'] = "Weight"; -$string['weightederrorcount'] = "Weighted Error Count: \$a"; -$string['weightforbias'] = "Weight for Bias"; -$string['weightforgradingofassessments'] = "Weight for Grading of Assessments"; -$string['weightforpeerassessments'] = "Weight for Peer Assessments"; -$string['weightforreliability'] = "Weight for Reliability"; -$string['weightforteacherassessments'] = "Weight for \$a Assessments"; -$string['weights'] = "Weights"; -$string['weightsusedforfinalgrade'] = "Weights used for Final Grade"; -$string['weightsusedforsubmissions'] = "Weights used for Submissions"; -$string['workshopagreedassessments'] = "Workshop Agreed Assessments"; -$string['workshopassessments'] = "Workshop Assessments"; -$string['workshopcomments'] = "Workshop Comments"; -$string['workshopfeedback'] = "Workshop Feedback"; -$string['workshopsubmissions'] = "Workshop Submissions"; -$string['yourassessments'] = "Your Assessments"; -$string['yourassessmentsofexamplesfromtheteacher'] = "Your Assessments of Examples from the \$a"; -$string['yourfeedbackgoeshere'] = "Your Feedback goes Here"; + the elements themselves can be amended from the "Managing Assessment" screen. '; +$string['notgraded'] = 'Not Graded'; +$string['notitlegiven'] = 'No Title Given'; +$string['numberofassessmentelements'] = 'Number of Comments, Assessment Elements, Grade Bands or Criteria Statments'; +$string['numberofassessments'] = 'Number of Assessments'; +$string['numberofassessmentsofstudentsubmissions'] = 'Number of Assessments of Student Submissions'; +$string['numberofassessmentsofteachersexamples'] = 'Number of Assessments of Examples from Teacher'; +$string['numberofentries'] = 'Number of Entries'; +$string['on'] = 'on $a'; +$string['openassignment'] = 'Open Assignment'; +$string['optionforpeergrade'] = 'Option for Peer Grade'; +$string['overallgrade'] = 'Overall Grade'; +$string['overallocation'] = 'Over Allocation'; +$string['overallpeergrade'] = 'Overall Peer Grade: $a'; +$string['overallteachergrade'] = 'Overall Teacher Grade: $a'; +$string['ownwork'] = 'Own Work'; +$string['phase'] = 'Phase'; +$string['phase1'] = 'Set Up Assignment'; +$string['phase1short'] = 'Set Up'; +$string['phase2'] = '$a Submissions and Assessments'; +$string['phase2short'] = 'Submissions'; +$string['phase3'] = 'Calculation of Final Grades'; +$string['phase3short'] = 'Both'; +$string['phase4'] = 'Show Final Grades'; +$string['phase4short'] = 'Assessments'; +$string['phase5'] = 'Calculation of Final Grades'; +$string['phase5short'] = 'Calculation'; +$string['phase6'] = 'Show Final Grades'; +$string['phase6short'] = 'Show Grades'; +$string['pleaseassesstheseexamplesfromtheteacher'] = 'Please assess these Examples from the $a'; +$string['pleaseassessthesestudentsubmissions'] = 'Please assess these $a Submissions'; +$string['pleaseassessyoursubmissions'] = 'Please assess your Submission(s)'; +$string['poor'] = 'Poor'; +$string['present'] = 'Present'; +$string['reassess'] = 'Re-assess'; +$string['reply'] = 'Reply'; +$string['returnto'] = 'Return to'; +$string['returntosubmissionpage'] = 'Return to Submission Page'; +$string['rubric'] = 'Rubric'; +$string['savedok'] = 'Saved OK'; +$string['savemyassessment'] = 'Save my Assessment'; +$string['savemycomment'] = 'Save my Comment'; +$string['savemygrading'] = 'Save my Grading'; +$string['saveoverallocation'] = 'Save Over Allocation Level'; +$string['scale10'] = 'Score out of 10'; +$string['scale100'] = 'Score out of 100'; +$string['scale20'] = 'Score out of 20'; +$string['scalecorrect'] = '2 point Correct/Incorrect scale'; +$string['scaleexcellent4'] = '4 point Excellent/Very Poor scale'; +$string['scaleexcellent5'] = '5 point Excellent/Very Poor scale'; +$string['scaleexcellent7'] = '7 point Excellent/Very Poor scale'; +$string['scalegood3'] = '3 point Good/Poor scale'; +$string['scalepresent'] = '2 point Present/Absent scale'; +$string['scaleyes'] = '2 point Yes/No scale'; +$string['select'] = 'Select'; +$string['selfassessment'] = 'Self Assessment'; +$string['setoverallocation'] = 'Set Over Allocation Level'; +$string['showgrades'] = 'Show Grades'; +$string['specimenassessmentform'] = 'Specimen Assessment Form'; +$string['studentassessments'] = '$a Assessments'; +$string['studentgrades'] = '$a Grades'; +$string['studentsubmissions'] = '$a Submissions'; +$string['studentsubmissionsforassessment'] = '$a Student Submissions for Assessment'; +$string['submission'] = 'Submission'; +$string['submissions'] = 'Submissions'; +$string['submissionsnolongerallowed'] = 'Submissions no longer allowed'; +$string['submitassignment'] = 'Submit Assignment'; +$string['submitassignmentusingform'] = 'Submit your Assignment using this Form'; +$string['submitexampleassignment'] = 'Submit Example Assignment'; +$string['submitrevisedassignment'] = 'Submit your Revised Assignment using this Form'; +$string['submitted'] = 'Submitted'; +$string['submittedby'] = 'Submitted by'; +$string['suggestedgrade'] = 'Suggested Grade'; +$string['teacherassessments'] = '$a Assessments'; +$string['teacherscomment'] = 'Teacher\'s Comment'; +$string['teachersgrade'] = 'Teacher\'s Grade'; +$string['teachersubmissionsforassessment'] = '$a Teacher Submissions for Assessment'; +$string['thegradeis'] = 'The Grade is $a'; +$string['thereisfeedbackfromtheteacher'] = 'There is feadback from the $a'; +$string['theseasessmentsaregradedbytheteacher'] = 'These Assessments are graded by the $a'; +$string['timeassessed'] = 'Time Assessed'; +$string['title'] = 'Title'; +$string['typeofscale'] = 'Type of Scale'; +$string['ungradedassessmentsofstudentsubmissions'] = '$a Ungraded Assessments of Student Submissions'; +$string['ungradedassessmentsofteachersubmissions'] = '$a Ungraded Assessments of Teacher Submissions'; +$string['verypoor'] = 'Very Poor'; +$string['view'] = 'View'; +$string['viewassessmentofteacher'] = 'View Assessment of $a'; +$string['viewotherassessments'] = 'View other Assessments'; +$string['warningonamendingelements'] = 'WARNING: There are submitted assessments.
Do NOT change the number + of elements, the scale types or the element weights.'; +$string['weight'] = 'Weight'; +$string['weightederrorcount'] = 'Weighted Error Count: $a'; +$string['weightforbias'] = 'Weight for Bias'; +$string['weightforgradingofassessments'] = 'Weight for Grading of Assessments'; +$string['weightforpeerassessments'] = 'Weight for Peer Assessments'; +$string['weightforreliability'] = 'Weight for Reliability'; +$string['weights'] = 'Weights'; +$string['weightsusedforfinalgrade'] = 'Weights used for Final Grade'; +$string['weightsusedforsubmissions'] = 'Weights used for Submissions'; +$string['workshopagreedassessments'] = 'Workshop Agreed Assessments'; +$string['workshopassessments'] = 'Workshop Assessments'; +$string['workshopcomments'] = 'Workshop Comments'; +$string['workshopfeedback'] = 'Workshop Feedback'; +$string['workshopsubmissions'] = 'Workshop Submissions'; +$string['yourassessments'] = 'Your Assessments'; +$string['yourassessmentsofexamplesfromtheteacher'] = 'Your Assessments of Examples from the $a'; +$string['yourfeedbackgoeshere'] = 'Your Feedback goes Here'; ?> -- 2.39.5