Tidied up string files
This commit is contained in:
+4
-13
@@ -1,15 +1,6 @@
|
||||
<?php // $Id$
|
||||
// access.php - created with Moodle 1.6 (2006030300)
|
||||
/**
|
||||
* General accessibility, usability and navigation language file.
|
||||
*
|
||||
* Most 'Alt' text and table summaries should go in the specific module language file.
|
||||
*
|
||||
* @copyright © 2006 The Open University
|
||||
* @author [email protected], and others
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
|
||||
* @package
|
||||
*/
|
||||
<?PHP // $Id$
|
||||
// access.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['access'] = 'Accessibility';
|
||||
$string['accesshelp'] = 'Accessibility help';
|
||||
@@ -31,4 +22,4 @@ $string['tocontent'] = 'Go to main content';
|
||||
$string['tonavigation'] = 'Go to navigation';
|
||||
$string['youarehere'] = 'You are here';
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<?php /// $Id$
|
||||
<?PHP // $Id$
|
||||
// activitynames.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['filtername'] = 'Activity Names Auto-linking';
|
||||
|
||||
?>
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?PHP // $Id$
|
||||
// newadmin.php - created with Moodle 1.7 beta + (2006101003)
|
||||
// admin.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['accounts'] = 'Accounts';
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<?php /// $Id$
|
||||
<?PHP // $Id$
|
||||
// algebra.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
$string['filtername'] = "Algebra Notation";
|
||||
|
||||
$string['filtername'] = 'Algebra Notation';
|
||||
|
||||
?>
|
||||
|
||||
|
||||
@@ -1,45 +1,45 @@
|
||||
<?php // $Id$
|
||||
// appointment.php - created with Moodle 1.0.5 dev (2002092300)
|
||||
<?PHP // $Id$
|
||||
// appointment.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['allowresubmit'] = "Allow resubmitting";
|
||||
$string['appointmentdetails'] = "Appointment details";
|
||||
$string['appointmentname'] = "Appointment name";
|
||||
$string['appointmentlocation'] = "Appointment location";
|
||||
$string['description'] = "Description";
|
||||
$string['date'] = "Date of appointment";
|
||||
$string['timestart'] = "Start of appointment";
|
||||
$string['timeend'] = "End of appointment";
|
||||
$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'] = "Appointment";
|
||||
$string['modulenameplural'] = "Appointments";
|
||||
$string['newsubmissions'] = "Appointments 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['submitappointment'] = "Submit your appointment 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 appointment grades and feedback";
|
||||
$string['viewsubmissions'] = "View \$a submitted appointments";
|
||||
$string['yoursubmission'] = "Your submission";
|
||||
$string['allowresubmit'] = 'Allow resubmitting';
|
||||
$string['appointmentdetails'] = 'Appointment details';
|
||||
$string['appointmentlocation'] = 'Appointment location';
|
||||
$string['appointmentname'] = 'Appointment name';
|
||||
$string['date'] = 'Date of appointment';
|
||||
$string['description'] = 'Description';
|
||||
$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'] = 'Appointment';
|
||||
$string['modulenameplural'] = 'Appointments';
|
||||
$string['newsubmissions'] = 'Appointments 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['submitappointment'] = 'Submit your appointment using this form';
|
||||
$string['submitted'] = 'Submitted';
|
||||
$string['timeend'] = 'End of appointment';
|
||||
$string['timestart'] = 'Start of appointment';
|
||||
$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 appointment grades and feedback';
|
||||
$string['viewsubmissions'] = 'View $a submitted appointments';
|
||||
$string['yoursubmission'] = 'Your submission';
|
||||
|
||||
?>
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
<?php // $Id$
|
||||
// assignment.php - created with Moodle 1.2 + (2004032100)
|
||||
<?PHP // $Id$
|
||||
// assignment.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['allowdeleting'] = 'Allow deleting';
|
||||
$string['allowmaxfiles'] = 'Maximum number of uploaded files';
|
||||
$string['allownotes'] = 'Allow notes';
|
||||
$string['allowresubmit'] = 'Allow resubmitting';
|
||||
$string['assignment:view'] = 'View assignment';
|
||||
$string['assignment:grade'] = 'Grade assignment';
|
||||
$string['assignment:submit'] = 'Submit assignment';
|
||||
$string['assignment:view'] = 'View assignment';
|
||||
$string['assignmentdetails'] = 'Assignment details';
|
||||
$string['assignmentmail'] = '$a->teacher has posted some feedback on your
|
||||
assignment submission for \'$a->assignment\'
|
||||
@@ -35,9 +35,7 @@ $string['duedateno'] = 'No due date';
|
||||
$string['early'] = '$a early';
|
||||
$string['editmysubmission'] = 'Edit my submission';
|
||||
$string['emailstudents'] = 'Email alerts to students';
|
||||
$string['emailteachers'] = 'Email alerts to teachers';
|
||||
$string['emailteachermail'] = '
|
||||
$a->username has updated their assignment submission
|
||||
$string['emailteachermail'] = '$a->username has updated their assignment submission
|
||||
for \'$a->assignment\'
|
||||
|
||||
It is available here:
|
||||
@@ -46,6 +44,7 @@ It is available here:
|
||||
$string['emailteachermailhtml'] = '$a->username has updated their assignment submission
|
||||
for <i>\'$a->assignment\'</i><br /><br />
|
||||
It is <a href=\"$a->url\">available on the web site</a>.';
|
||||
$string['emailteachers'] = 'Email alerts to teachers';
|
||||
$string['emptysubmission'] = 'You have not submitted anything yet';
|
||||
$string['existingfiledeleted'] = 'Existing file has been deleted: $a';
|
||||
$string['failedupdatefeedback'] = 'Failed to update submission feedback for user $a';
|
||||
@@ -53,8 +52,8 @@ $string['feedback'] = 'Feedback';
|
||||
$string['feedbackfromteacher'] = 'Feedback from the $a';
|
||||
$string['feedbackupdated'] = 'Submissions feedback updated for $a people';
|
||||
$string['graded'] = 'Graded';
|
||||
$string['guestnoupload'] = 'Sorry, guests are not allowed to upload';
|
||||
$string['guestnosubmit'] = 'Sorry, guests are not allowed to submit an assignment. You have to log in/ register before you can submit your answer';
|
||||
$string['guestnoupload'] = 'Sorry, guests are not allowed to upload';
|
||||
$string['helpoffline'] = '<p>This is useful when the assignment is performed outside of Moodle. It could be
|
||||
something elsewhere on the web or face-to-face.</p><p>Students can see a description of the assignment,
|
||||
but can\'t upload files or anything. Grading works normally, and students will get notifications of
|
||||
@@ -73,8 +72,8 @@ $string['helpupload'] = '<p>This type of assignment allows each participant to u
|
||||
$string['helpuploadsingle'] = '<p>This type of assignment allows each participant to upload a
|
||||
single file, of any type.</p> <p>This might be a Word processor document, an image,
|
||||
a zipped web site, or anything you ask them to submit.</p>';
|
||||
$string['late'] = '$a late';
|
||||
$string['hideintro'] = 'Hide description before available date';
|
||||
$string['late'] = '$a late';
|
||||
$string['maximumgrade'] = 'Maximum grade';
|
||||
$string['maximumsize'] = 'Maximum size';
|
||||
$string['modulename'] = 'Assignment';
|
||||
@@ -82,10 +81,10 @@ $string['modulenameplural'] = 'Assignments';
|
||||
$string['newsubmissions'] = 'Assignments submitted';
|
||||
$string['noassignments'] = 'There are no assignments yet';
|
||||
$string['noattempts'] = 'No attempts have been made on this assignment';
|
||||
$string['nofilesyet'] = 'No files submitted yet';
|
||||
$string['nofiles'] = 'No files were submitted';
|
||||
$string['notes'] = 'Notes';
|
||||
$string['nofilesyet'] = 'No files submitted yet';
|
||||
$string['notavailableyet'] = 'Sorry, this assignment is not yet available.<br />Assignment instructions will be displayed here on the date given bellow.';
|
||||
$string['notes'] = 'Notes';
|
||||
$string['notesempty'] = 'No entry';
|
||||
$string['notesupdateerror'] = 'Error when updating notes';
|
||||
$string['notgradedyet'] = 'Not graded yet';
|
||||
|
||||
+68
-71
@@ -1,75 +1,72 @@
|
||||
<?php
|
||||
|
||||
#------------------------------------------------------------
|
||||
$string['modulename'] = "Attendance";
|
||||
$string['allmodulename'] = "All Attendance Rolls";
|
||||
$string['modulenameplural'] = "Attendance Rolls";
|
||||
$string['weekmodulename'] = "All Attendance Rolls In the Last Week";
|
||||
$string['addmultiple'] = "Add Multiple Attendance Rolls";
|
||||
$string['addingmultiple'] = "Adding Multiple Attendance Rolls";
|
||||
#------------------------------------------------------------
|
||||
<?PHP // $Id$
|
||||
// attendance.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['takeroll'] = "Take roll on this day?";
|
||||
$string['for'] = "for";
|
||||
$string['dayofroll'] = "Date to take roll for";
|
||||
$string['notes'] = "Exceptional information";
|
||||
$string['notesfor'] = "Exceptional information for";
|
||||
$string['hoursinclass'] = "Number of hours in a class period";
|
||||
$string['presentshort'] = "P";
|
||||
$string['tardyshort'] = "T";
|
||||
$string['absentshort'] = "A";
|
||||
$string['presentlong'] = "Present";
|
||||
$string['tardylong'] = "Tardy";
|
||||
$string['absentlong'] = "Absent";
|
||||
$string['dynamicsection'] = "Determine week for attendance based on this date";
|
||||
$string['defaultdynamicsection'] = "Whether to move attendance rolls to the correct week by default";
|
||||
$string['defaulthoursinclass'] = "How many hours there should be in a default attendance roll";
|
||||
$string['tardiesperabsence'] = "How many tardies should count as one absence";
|
||||
$string['hoursinfullreport'] = "The maximum number of hours of attendance that should be displayed on a single page of a report";
|
||||
$string['pages'] = "Pages";
|
||||
$string['of'] = "of";
|
||||
$string['viewall'] = "View All Attendance Rolls";
|
||||
$string['teacheredit'] = "Take Attendance";
|
||||
$string['viewone'] = "View All Pages of Report";
|
||||
$string['viewtable'] = "View Report as One Table";
|
||||
$string['viewmulti'] = "View Report as Multiple Pages";
|
||||
$string['viewweek'] = "View All Attendance Rolls from the Calendar Week";
|
||||
$string['viewsection'] = "View All Attendance Rolls from this Section";
|
||||
$string['noviews'] = "Sorry, there is no data for your account here";
|
||||
$string['norolls'] = "There are no attendance rolls in this course";
|
||||
$string['startmulti'] = "Date for first attendance roll";
|
||||
$string['endmulti'] = "Date for last attendance roll";
|
||||
$string['choosedays'] = "Days of each week to take attendance";
|
||||
$string['dynamicsectionmulti'] = "Place rolls in their weekly section automatically";
|
||||
$string['hoursineachclass'] = "Number of Hours in each class period";
|
||||
$string['sunday'] = "Sun";
|
||||
$string['monday'] = "Mon";
|
||||
$string['tuesday'] = "Tue";
|
||||
$string['wednesday'] = "Wed";
|
||||
$string['thursday'] = "Thu";
|
||||
$string['friday'] = "Fri";
|
||||
$string['saturday'] = "Sat";
|
||||
$string['endbeforestart'] = "The end date is before the start date";
|
||||
$string['startafterend'] = "The start date is after the end of the course";
|
||||
$string['defaultstudentstatus'] = "The default student attendance status on new attendance rolls";
|
||||
$string['downloadexcelfull'] = "Download Full Excel Spreadsheet";
|
||||
$string['downloadexceltotals'] = "Download Summary Excel Spreadsheet";
|
||||
$string['downloadtextfull'] = "Download Full Text Report";
|
||||
$string['downloadtexttotals'] = "Download Summary Text Report";
|
||||
$string['autoattend'] = "Automatically take attendance based on user activity logs";
|
||||
$string['defaultautoattend'] = "Whether to take attendance based on user activity logs by default";
|
||||
$string['autoattendmulti'] = "Automatically take attendance for all rolls based on user activity logs";
|
||||
$string['auto'] = "auto";
|
||||
$string['gradevalue'] = "Make this roll gradeable";
|
||||
$string['defaultgrade'] = " Whether to make attendance rolls gradeable by default";
|
||||
$string['gradevaluemulti'] = "Make these rolls gradeable";
|
||||
$string['maxgradevalue'] = "Maximum grade value for full attendance";
|
||||
$string['defaultmaxgrade'] = "What the default maximum grade value for full attendance should be";
|
||||
$string['gradeshort'] = "Graded";
|
||||
$string['maxgradeshort'] = "Maximum grade";
|
||||
$string['autoattendshort'] = "Automatic from logs";
|
||||
$string['dynsectionshort'] = "Dynamically moved to section";
|
||||
|
||||
$string['absentlong'] = 'Absent';
|
||||
$string['absentshort'] = 'A';
|
||||
$string['addingmultiple'] = 'Adding Multiple Attendance Rolls';
|
||||
$string['addmultiple'] = 'Add Multiple Attendance Rolls';
|
||||
$string['allmodulename'] = 'All Attendance Rolls';
|
||||
$string['auto'] = 'auto';
|
||||
$string['autoattend'] = 'Automatically take attendance based on user activity logs';
|
||||
$string['autoattendmulti'] = 'Automatically take attendance for all rolls based on user activity logs';
|
||||
$string['autoattendshort'] = 'Automatic from logs';
|
||||
$string['choosedays'] = 'Days of each week to take attendance';
|
||||
$string['dayofroll'] = 'Date to take roll for';
|
||||
$string['defaultautoattend'] = 'Whether to take attendance based on user activity logs by default';
|
||||
$string['defaultdynamicsection'] = 'Whether to move attendance rolls to the correct week by default';
|
||||
$string['defaultgrade'] = 'Whether to make attendance rolls gradeable by default';
|
||||
$string['defaulthoursinclass'] = 'How many hours there should be in a default attendance roll';
|
||||
$string['defaultmaxgrade'] = 'What the default maximum grade value for full attendance should be';
|
||||
$string['defaultstudentstatus'] = 'The default student attendance status on new attendance rolls';
|
||||
$string['downloadexcelfull'] = 'Download Full Excel Spreadsheet';
|
||||
$string['downloadexceltotals'] = 'Download Summary Excel Spreadsheet';
|
||||
$string['downloadtextfull'] = 'Download Full Text Report';
|
||||
$string['downloadtexttotals'] = 'Download Summary Text Report';
|
||||
$string['dynamicsection'] = 'Determine week for attendance based on this date';
|
||||
$string['dynamicsectionmulti'] = 'Place rolls in their weekly section automatically';
|
||||
$string['dynsectionshort'] = 'Dynamically moved to section';
|
||||
$string['endbeforestart'] = 'The end date is before the start date';
|
||||
$string['endmulti'] = 'Date for last attendance roll';
|
||||
$string['for'] = 'for';
|
||||
$string['friday'] = 'Fri';
|
||||
$string['gradeshort'] = 'Graded';
|
||||
$string['gradevalue'] = 'Make this roll gradeable';
|
||||
$string['gradevaluemulti'] = 'Make these rolls gradeable';
|
||||
$string['hoursinclass'] = 'Number of hours in a class period';
|
||||
$string['hoursineachclass'] = 'Number of Hours in each class period';
|
||||
$string['hoursinfullreport'] = 'The maximum number of hours of attendance that should be displayed on a single page of a report';
|
||||
$string['maxgradeshort'] = 'Maximum grade';
|
||||
$string['maxgradevalue'] = 'Maximum grade value for full attendance';
|
||||
$string['modulename'] = 'Attendance';
|
||||
$string['modulenameplural'] = 'Attendance Rolls';
|
||||
$string['monday'] = 'Mon';
|
||||
$string['norolls'] = 'There are no attendance rolls in this course';
|
||||
$string['notes'] = 'Exceptional information';
|
||||
$string['notesfor'] = 'Exceptional information for';
|
||||
$string['noviews'] = 'Sorry, there is no data for your account here';
|
||||
$string['of'] = 'of';
|
||||
$string['pages'] = 'Pages';
|
||||
$string['presentlong'] = 'Present';
|
||||
$string['presentshort'] = 'P';
|
||||
$string['saturday'] = 'Sat';
|
||||
$string['startafterend'] = 'The start date is after the end of the course';
|
||||
$string['startmulti'] = 'Date for first attendance roll';
|
||||
$string['sunday'] = 'Sun';
|
||||
$string['takeroll'] = 'Take roll on this day?';
|
||||
$string['tardiesperabsence'] = 'How many tardies should count as one absence';
|
||||
$string['tardylong'] = 'Tardy';
|
||||
$string['tardyshort'] = 'T';
|
||||
$string['teacheredit'] = 'Take Attendance';
|
||||
$string['thursday'] = 'Thu';
|
||||
$string['tuesday'] = 'Tue';
|
||||
$string['viewall'] = 'View All Attendance Rolls';
|
||||
$string['viewmulti'] = 'View Report as Multiple Pages';
|
||||
$string['viewone'] = 'View All Pages of Report';
|
||||
$string['viewsection'] = 'View All Attendance Rolls from this Section';
|
||||
$string['viewtable'] = 'View Report as One Table';
|
||||
$string['viewweek'] = 'View All Attendance Rolls from the Calendar Week';
|
||||
$string['wednesday'] = 'Wed';
|
||||
$string['weekmodulename'] = 'All Attendance Rolls In the Last Week';
|
||||
|
||||
?>
|
||||
|
||||
+41
-41
@@ -1,26 +1,26 @@
|
||||
<?PHP // $Id$
|
||||
// auth.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005010100)
|
||||
// auth.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['alternatelogin'] = 'If you enter a URL here, it will be used as the login page for this site. The page should contain a form which has the action property set to <strong>\'$a\'</strong> and return fields <strong>username</strong> and <strong>password</strong>.<br />Be careful not to enter an incorrect URL as you may lock yourself out of this site.<br />Leave this setting blank to use the default login page.';
|
||||
$string['alternateloginurl'] = 'Alternate Login URL';
|
||||
$string['auth_cas_logincas'] = 'Secure connection access';
|
||||
$string['auth_cas_invalidcaslogin'] = 'Sorry, your login has failed - you could not be authorised';
|
||||
$string['auth_cas_server_settings'] = 'CAS server configuration';
|
||||
$string['auth_castitle'] = 'Use a CAS server (SSO)';
|
||||
$string['auth_cas_hostname'] = 'Hostname of the CAS server <br />eg: host.domain.fr';
|
||||
$string['auth_cas_baseuri'] = 'URI of the server (nothing if no baseUri)<br />For example, if the CAS server responds to host.domaine.fr/CAS/ then<br />cas_baseuri = CAS/';
|
||||
$string['auth_cas_port'] = 'Port of the CAS server';
|
||||
$string['auth_cas_version'] = 'Version of CAS';
|
||||
$string['auth_cas_language'] = 'Selected language';
|
||||
$string['auth_casdescription'] = 'This method uses a CAS server (Central Authentication Service) to authenticate users in a Single Sign On environment (SSO). You can also use a simple LDAP authentication. If the given username and password are valid according to CAS, Moodle creates a new user entry in its database, taking user attributes from LDAP if required. On following logins only the username and password are checked.';
|
||||
$string['auth_cas_enabled'] = 'Turn this on if you want to use CAS authentication.';
|
||||
$string['auth_cas_text'] = 'Secure connection';
|
||||
$string['auth_cas_create_user'] = 'Turn this on if you want to insert CAS-authenticated users in Moodle database. If not then only users who already exist in the Moodle database can log in.';
|
||||
$string['auth_changepasswordurl'] = 'Change password URL';
|
||||
$string['auth_changepasswordurl_expl'] = 'Specify the url to send users who have lost their $a password. Set <strong>Use standard Change Password page</strong> to <strong>No</strong>.';
|
||||
$string['auth_cas_enabled'] = 'Turn this on if you want to use CAS authentication.';
|
||||
$string['auth_cas_hostname'] = 'Hostname of the CAS server <br />eg: host.domain.fr';
|
||||
$string['auth_cas_invalidcaslogin'] = 'Sorry, your login has failed - you could not be authorised';
|
||||
$string['auth_cas_language'] = 'Selected language';
|
||||
$string['auth_cas_logincas'] = 'Secure connection access';
|
||||
$string['auth_cas_port'] = 'Port of the CAS server';
|
||||
$string['auth_cas_server_settings'] = 'CAS server configuration';
|
||||
$string['auth_cas_text'] = 'Secure connection';
|
||||
$string['auth_cas_version'] = 'Version of CAS';
|
||||
$string['auth_casdescription'] = 'This method uses a CAS server (Central Authentication Service) to authenticate users in a Single Sign On environment (SSO). You can also use a simple LDAP authentication. If the given username and password are valid according to CAS, Moodle creates a new user entry in its database, taking user attributes from LDAP if required. On following logins only the username and password are checked.';
|
||||
$string['auth_castitle'] = 'Use a CAS server (SSO)';
|
||||
$string['auth_changepasswordhelp'] = 'Change password help';
|
||||
$string['auth_changepasswordhelp_expl'] = 'Display lost password help to users who have lost their $a password. This will be displayed either as well as or instead of the <strong>Change Password URL</strong> or Internal Moodle password change.';
|
||||
$string['auth_changepasswordurl'] = 'Change password URL';
|
||||
$string['auth_changepasswordurl_expl'] = 'Specify the url to send users who have lost their $a password. Set <strong>Use standard Change Password page</strong> to <strong>No</strong>.';
|
||||
$string['auth_common_settings'] = 'Common settings';
|
||||
$string['auth_data_mapping'] = 'Data mapping';
|
||||
$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.';
|
||||
@@ -30,15 +30,11 @@ $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'] = '<p>Specify the format that the password field is using. MD5 encryption is useful for connecting to other common web applications like PostNuke.</p> <p>Use \'internal\' if you want to the external DB to manage usernames & email addresses, but Moodle to manage passwords. If you use \'internal\', you <i>must</i> provide a populated email address field in the external DB, and you must execute admin/cron.php regularly. Moodle will send an email to new users with a temporary password.</p>';
|
||||
$string['auth_dbpasstype'] = '<p>Specify the format that the password field is using. MD5 encryption is useful for connecting to other common web applications like PostNuke.</p> <p>Use \'internal\' if you want to the external DB to manage usernames & email addresses, but Moodle to manage passwords. If you use \'internal\', you <i>must</i> provide a populated email address field in the external DB, and you must execute admin/cron.php regularly. Moodle will send an email to new users with a temporary password.</p>';
|
||||
$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 <a href=\"../lib/adodb/readme.htm#drivers\">ADOdb documentation</a> for details)';
|
||||
$string['auth_dbuser'] = 'Username with read access to the database';
|
||||
$string['auth_fieldlock'] = 'Lock value';
|
||||
$string['auth_fieldlock_expl'] = '<p><b>Lock value:</b> If enabled, will prevent Moodle users and admins from editing the field directly. Use this option if you are maintaining this data in the external auth system. </p>';
|
||||
$string['auth_fieldlocks'] = 'Lock user fields';
|
||||
$string['auth_fieldlocks_help'] = '<p>You can lock user data fields. This is useful for sites where the user data is maintained by the administrators manually by editing user records or uploading using the \'Upload users\' facility. If you are locking fields that are required by Moodle, make sure that you provide that data when creating user accounts &emdash; or the accounts will be unusable.</p><p>Consider setting the lock mode to \'Unlocked if empty\' to avoid this problem.</p>';
|
||||
$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_fccreators'] = 'List of groups whose members are allowed to create new courses. Separate multiple groups with \';\'. Names must be spelled exactly as on FirstClass server. System is case-sensitive.';
|
||||
@@ -48,6 +44,10 @@ $string['auth_fchost'] = 'The FirstClass server address. Use the IP number or DN
|
||||
$string['auth_fcpasswd'] = 'Password for the account above.';
|
||||
$string['auth_fctitle'] = 'Use a FirstClass server';
|
||||
$string['auth_fcuserid'] = 'Userid for FirstClass account with privilege \'Subadministrator\' set.';
|
||||
$string['auth_fieldlock'] = 'Lock value';
|
||||
$string['auth_fieldlock_expl'] = '<p><b>Lock value:</b> If enabled, will prevent Moodle users and admins from editing the field directly. Use this option if you are maintaining this data in the external auth system. </p>';
|
||||
$string['auth_fieldlocks'] = 'Lock user fields';
|
||||
$string['auth_fieldlocks_help'] = '<p>You can lock user data fields. This is useful for sites where the user data is maintained by the administrators manually by editing user records or uploading using the \'Upload users\' facility. If you are locking fields that are required by Moodle, make sure that you provide that data when creating user accounts &emdash; or the accounts will be unusable.</p><p>Consider setting the lock mode to \'Unlocked if empty\' to avoid this problem.</p>';
|
||||
$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.';
|
||||
@@ -64,11 +64,11 @@ $string['auth_ldap_expiration_warning_desc'] = 'Number of days before password e
|
||||
$string['auth_ldap_expireattr_desc'] = 'Optional: overrides ldap-attribute what stores password expiration time passwordExpirationTime';
|
||||
$string['auth_ldap_graceattr_desc'] = 'Optional: Overrides gracelogin attribute';
|
||||
$string['auth_ldap_gracelogins_desc'] = 'Enable LDAP gracelogin support. After password has expired user can login until gracelogin count is 0. Enabling this setting displays grace login message if password is exprired.';
|
||||
$string['auth_ldap_host_url'] = 'Specify LDAP host in URL-form like \'ldap://ldap.myorg.com/\' or \'ldaps://ldap.myorg.com/\' Separate multipleservers with \';\' to get failover support. ';
|
||||
$string['auth_ldap_host_url'] = 'Specify LDAP host in URL-form like \'ldap://ldap.myorg.com/\' or \'ldaps://ldap.myorg.com/\' Separate multipleservers with \';\' to get failover support.';
|
||||
$string['auth_ldap_login_settings'] = 'Login settings';
|
||||
$string['auth_ldap_memberattribute'] = 'Optional: Overrides user member attribute, when users belongs to a group. Usually \'member\'';
|
||||
$string['auth_ldap_objectclass'] = 'Optional: Overrides objectClass used to name/search users on ldap_user_type. Usually you dont need to chage this.';
|
||||
$string['auth_ldap_opt_deref'] = 'Determines how aliases are handled during search. Select one of the following values: \"No\" (LDAP_DEREF_NEVER) or \"Yes\" (LDAP_DEREF_ALWAYS) ';
|
||||
$string['auth_ldap_opt_deref'] = 'Determines how aliases are handled during search. Select one of the following values: \"No\" (LDAP_DEREF_NEVER) or \"Yes\" (LDAP_DEREF_ALWAYS)';
|
||||
$string['auth_ldap_passwdexpire_settings'] = 'LDAP password expiration settings.';
|
||||
$string['auth_ldap_preventpassindb'] = 'Select yes to prevent passwords from being stored in Moodle\'s DB.';
|
||||
$string['auth_ldap_search_sub'] = 'Search users from subcontexts.';
|
||||
@@ -76,7 +76,7 @@ $string['auth_ldap_server_settings'] = 'LDAP server settings';
|
||||
$string['auth_ldap_update_userinfo'] = 'Update user information (firstname, lastname, address..) from LDAP to Moodle. Specify \"Data mapping\" settings as you need.';
|
||||
$string['auth_ldap_user_attribute'] = 'Optional: Overrides the attribute used to name/search users. Usually \'cn\'.';
|
||||
$string['auth_ldap_user_settings'] = 'User lookup settings';
|
||||
$string['auth_ldap_user_type'] = 'Select how users are stored in LDAP. This setting also specifies how login expiration, grace logins and user creation will work. ';
|
||||
$string['auth_ldap_user_type'] = 'Select how users are stored in LDAP. This setting also specifies how login expiration, grace logins and user creation will work.';
|
||||
$string['auth_ldap_version'] = 'The version of the LDAP protocol your server is using.';
|
||||
$string['auth_ldapdescription'] = 'This method provides authentication against an external LDAP server.
|
||||
|
||||
@@ -108,26 +108,23 @@ $string['auth_pop3mailbox'] = 'Name of the mailbox to attempt a connection with.
|
||||
$string['auth_pop3port'] = 'Server port (110 is the most common, 995 is common for SSL)';
|
||||
$string['auth_pop3title'] = 'Use a POP3 server';
|
||||
$string['auth_pop3type'] = 'Server type. If your server uses certificate security, choose pop3cert.';
|
||||
$string['auth_radiustitle'] = 'Use a RADIUS server';
|
||||
$string['auth_radiusdescription'] = 'This method uses a <a href=\"http://en.wikipedia.org/wiki/RADIUS\" target=\"_blank\">RADIUS</a> server to check whether a given username and password is valid.';
|
||||
$string['auth_radiushost'] = 'Address of the RADIUS server';
|
||||
$string['auth_radiusnasport'] = 'Port to use to connect';
|
||||
$string['auth_radiussecret'] = 'Shared secret';
|
||||
$string['auth_shibbolethdescription'] = 'Using this method users are created and authenticated using <a href=\"http://shibboleth.internet2.edu/\" target=\"_blank\">Shibboleth</a>.<br>Be sure to read the <a href=\"../auth/shibboleth/README.txt\" target=\"_blank\">README</a> for Shibboleth on how to set up your Moodle with Shibboleth';
|
||||
$string['auth_shibbolethtitle'] = 'Shibboleth';
|
||||
$string['auth_shibboleth_login'] = 'Shibboleth Login';
|
||||
$string['auth_shibboleth_manual_login'] = 'Manual Login';
|
||||
$string['auth_radiustitle'] = 'Use a RADIUS server';
|
||||
$string['auth_shib_convert_data'] = 'Data modification API';
|
||||
$string['auth_shib_convert_data_description'] = 'You can use this API to further modify the data provided by Shibboleth. Read the <a href=\"../auth/shibboleth/README.txt\" target=\"_blank\">README</a> for further instructions.';
|
||||
$string['auth_shib_convert_data_warning'] = 'The file does not exist or is not readable by the webserver process!';
|
||||
$string['auth_shib_instructions'] = 'Use the <a href=\"$a\">Shibboleth login</a> to get access via Shibboleth, if your institution supports it.<br />Otherwise, use the normal login form shown here.';
|
||||
$string['auth_shib_instructions_help'] = 'Here you should provide custom instructions for your users to explain Shibboleth. It will be shown on the login page in the instructions section. The instructions must include a link to \"<b>$a</b>\" that users click when they want to log in.';
|
||||
$string['auth_shib_only'] = 'Shibboleth only';
|
||||
$string['auth_shib_only_description'] = 'Check this option if a Shibboleth authentication shall be enforced';
|
||||
$string['auth_shib_username_description'] = 'Name of the webserver Shibboleth environment variable that shall be used as Moodle username';
|
||||
$string['auth_shib_instructions'] = 'Use the <a href=\"$a\">Shibboleth login</a> to get access via Shibboleth, if your institution supports it.<br />Otherwise, use the normal login form shown here.';
|
||||
$string['auth_shib_convert_data'] = 'Data modification API';
|
||||
$string['auth_shib_convert_data_description'] = 'You can use this API to further modify the data provided by Shibboleth. Read the <a href=\"../auth/shibboleth/README.txt\" target=\"_blank\">README</a> for further instructions.';
|
||||
$string['auth_shib_instructions_help'] = 'Here you should provide custom instructions for your users to explain Shibboleth. It will be shown on the login page in the instructions section. The instructions must include a link to \"<b>$a</b>\" that users click when they want to log in.';
|
||||
$string['auth_shib_convert_data_warning'] = 'The file does not exist or is not readable by the webserver process!';
|
||||
$string['shib_not_set_up_error'] = 'Shibboleth authentication doesn\'t seem to be set up correctly because no Shibboleth environment variables are present for this page. Please consult the <a href=\"README.txt\">README</a> for further instructions on how to set up Shibboleth authentication or contact the webmaster of this Moodle installation.';
|
||||
$string['shib_no_attributes_error'] = 'You seem to be Shibboleth authenticated but Moodle didn\'t receive any user attributes. Please check that your Identity Provider releases the necessary attributes ($a) to the Service Provider Moodle is running on or inform the webmaster of this server.';
|
||||
$string['shib_not_all_attributes_error'] = 'Moodle needs certain Shibboleth attributes which are not present in your case. The attributes are: $a<br />Please contact the webmaster of this server or your Identity Provider.';
|
||||
$string['auth_shibboleth_login'] = 'Shibboleth Login';
|
||||
$string['auth_shibboleth_manual_login'] = 'Manual Login';
|
||||
$string['auth_shibbolethdescription'] = 'Using this method users are created and authenticated using <a href=\"http://shibboleth.internet2.edu/\" target=\"_blank\">Shibboleth</a>.<br>Be sure to read the <a href=\"../auth/shibboleth/README.txt\" target=\"_blank\">README</a> for Shibboleth on how to set up your Moodle with Shibboleth';
|
||||
$string['auth_shibbolethtitle'] = 'Shibboleth';
|
||||
$string['auth_updatelocal'] = 'Update local';
|
||||
$string['auth_updatelocal_expl'] = '<p><b>Update local:</b> If enabled, the field will be updated (from external auth) every time the user logs in or there is a user synchronization. Fields set to update locally should be locked.</p>';
|
||||
$string['auth_updateremote'] = 'Update external';
|
||||
@@ -142,26 +139,29 @@ $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['createpasswordifneeded'] = 'Create password if needed';
|
||||
$string['infilefield'] = 'Field required in file';
|
||||
$string['forcechangepassword'] = 'Force change password';
|
||||
$string['forcechangepassword_help'] = 'Force users to change password on their next login to Moodle.';
|
||||
$string['forcechangepasswordfirst_help'] = 'Force users to change password on their first login to Moodle.';
|
||||
$string['guestloginbutton'] = 'Guest login button';
|
||||
$string['infilefield'] = 'Field required in file';
|
||||
$string['instructions'] = 'Instructions';
|
||||
$string['internal'] = 'Internal';
|
||||
$string['locked'] = 'Locked';
|
||||
$string['md5'] = 'MD5 encryption';
|
||||
$string['passwordhandling'] = 'Password field handling';
|
||||
$string['plaintext'] = 'Plain text';
|
||||
$string['shib_no_attributes_error'] = 'You seem to be Shibboleth authenticated but Moodle didn\'t receive any user attributes. Please check that your Identity Provider releases the necessary attributes ($a) to the Service Provider Moodle is running on or inform the webmaster of this server.';
|
||||
$string['shib_not_all_attributes_error'] = 'Moodle needs certain Shibboleth attributes which are not present in your case. The attributes are: $a<br />Please contact the webmaster of this server or your Identity Provider.';
|
||||
$string['shib_not_set_up_error'] = 'Shibboleth authentication doesn\'t seem to be set up correctly because no Shibboleth environment variables are present for this page. Please consult the <a href=\"README.txt\">README</a> for further instructions on how to set up Shibboleth authentication or contact the webmaster of this Moodle installation.';
|
||||
$string['showguestlogin'] = 'You can hide or show the guest login button on the login page.';
|
||||
$string['stdchangepassword'] = 'Use standard Change Password Page';
|
||||
$string['stdchangepassword_expl'] = 'If the external authentication system allows password changes through Moodle, switch this to Yes. This setting overrides \'Change Password URL\'.';
|
||||
$string['stdchangepassword_explldap'] = 'NOTE: It is recommended that you use LDAP over an SSL encrypted tunnel (ldaps://) if the LDAP server is remote.';
|
||||
$string['update_oncreate'] = 'On creation';
|
||||
$string['update_onlogin'] = 'On every login';
|
||||
$string['update_onupdate'] = 'On update';
|
||||
$string['update_never'] = 'Never';
|
||||
$string['unlocked'] = 'Unlocked';
|
||||
$string['unlockedifempty'] = 'Unlocked if empty';
|
||||
$string['locked'] = 'Locked';
|
||||
$string['update_never'] = 'Never';
|
||||
$string['update_oncreate'] = 'On creation';
|
||||
$string['update_onlogin'] = 'On every login';
|
||||
$string['update_onupdate'] = 'On update';
|
||||
|
||||
?>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<?php // $Id$
|
||||
<?PHP // $Id$
|
||||
// block_course_list.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['blockname'] = 'Course List';
|
||||
$string['allcourses'] = 'Admin user sees all courses';
|
||||
$string['blockname'] = 'Course List';
|
||||
$string['configadminview'] = 'What should the admin see in the course list block?';
|
||||
$string['owncourses'] = 'Admin user sees own courses';
|
||||
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
<?php // $Id$
|
||||
<?PHP // $Id$
|
||||
// block_course_summary.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['coursesummary'] = 'Course Summary';
|
||||
$string['pagedescription'] = 'Course/Site Description';
|
||||
|
||||
@@ -1,23 +1,27 @@
|
||||
<?php // $Id$
|
||||
<?PHP // $Id$
|
||||
// block_glossary_random.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['addentry'] = 'Add your own favorite quotes!';
|
||||
$string['askaddentry'] = 'When users can add entries to the glossary, show a link with this text';
|
||||
$string['askinvisible'] = 'When users cannot edit or view the glossary, show this text (without link)';
|
||||
$string['askviewglossary'] = 'When users can view the glossary but not add entries, show a link with this text';
|
||||
$string['askinvisible'] = 'When users cannot edit or view the glossary, show this text (without link)';
|
||||
$string['askviewglossary'] = 'When users can view the glossary but not add entries, show a link with this text';
|
||||
$string['blockname'] = 'Random Glossary Entry';
|
||||
$string['intro'] = 'Make sure you have at least one glossary with at least one entry added to this course. Then you can adjust the following settings';
|
||||
$string['invisible'] = '(to be continued)';
|
||||
$string['invisible'] = '(to be continued)';
|
||||
$string['lastmodified'] = 'Last modified entry';
|
||||
$string['nextone'] = 'Next entry';
|
||||
$string['noentriesyet'] = 'There are no entries yet in the chosen glossary.';
|
||||
$string['notyetconfigured'] = 'Please configure this block using the edit icon.';
|
||||
$string['notyetglossary'] = 'You need to have at least one glossary to choose.';
|
||||
$string['noentriesyet'] = 'There are no entries yet in the chosen glossary.';
|
||||
$string['notyetconfigured'] = 'Please configure this block using the edit icon.';
|
||||
$string['notyetglossary'] = 'You need to have at least one glossary to choose.';
|
||||
$string['random'] = 'Random entry';
|
||||
$string['refresh'] = 'Days before a new entry is chosen';
|
||||
$string['select_glossary'] = 'Take entries from this glossary';
|
||||
$string['showconcept'] = 'Show concept (heading) for each entry';
|
||||
$string['title'] = 'Title';
|
||||
$string['typehelp'] = '<b>Last modified entry</b> will always display the entry that was last modified, and <b>Random entry</b> will choose a new one at random every time. The option <b>Next entry</b> will cycle through the entries in order. This last option is especially useful when a number of days is also chosen, allowing you to make a <i>Quote of the week</i> or a <i>Tip of the day</i> that everyone sees.';
|
||||
$string['type'] = 'How a new entry is chosen';
|
||||
$string['viewglossary'] = 'More quotes...';
|
||||
$string['whichfooter'] = 'You can display links to actions of the glossary this block is associated with. The block will only display links to actions which are enabled for that glossary.';
|
||||
$string['typehelp'] = '<b>Last modified entry</b> will always display the entry that was last modified, and <b>Random entry</b> will choose a new one at random every time. The option <b>Next entry</b> will cycle through the entries in order. This last option is especially useful when a number of days is also chosen, allowing you to make a <i>Quote of the week</i> or a <i>Tip of the day</i> that everyone sees.';
|
||||
$string['viewglossary'] = 'More quotes...';
|
||||
$string['whichfooter'] = 'You can display links to actions of the glossary this block is associated with. The block will only display links to actions which are enabled for that glossary.';
|
||||
|
||||
?>
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
<?php // $Id$
|
||||
<?PHP // $Id$
|
||||
// block_html.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['html'] = 'HTML';
|
||||
$string['configtitle'] = 'Block Title';
|
||||
$string['configcontent'] = 'Content';
|
||||
$string['configtitle'] = 'Block Title';
|
||||
$string['html'] = 'HTML';
|
||||
$string['leaveblanktohide'] = 'leave blank to hide the title';
|
||||
$string['newhtmlblock'] = '(new HTML block)';
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
@@ -1,12 +1,15 @@
|
||||
<?php // $Id$
|
||||
$string['loancalc'] = 'Loan calculator';
|
||||
<?PHP // $Id$
|
||||
// block_loancalc.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['amountofloan'] = 'Amount of loan';
|
||||
$string['repaymentamount'] = 'Repayment amount';
|
||||
$string['loanterm'] = 'Loan term (years)';
|
||||
$string['fortnightly'] = 'Fortnightly';
|
||||
$string['interestrate'] = 'Interest rate';
|
||||
$string['loancalc'] = 'Loan calculator';
|
||||
$string['loanterm'] = 'Loan term (years)';
|
||||
$string['monthly'] = 'Monthly';
|
||||
$string['repaymentamount'] = 'Repayment amount';
|
||||
$string['repaymentfreq'] = 'Repayment frequency';
|
||||
$string['weekly'] = 'Weekly';
|
||||
$string['fortnightly'] = 'Fortnightly';
|
||||
$string['monthly'] = 'Monthly';
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
<?php // $Id$
|
||||
<?PHP // $Id$
|
||||
// block_online_users.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['blockname'] = 'Online Users';
|
||||
$string['periodnminutes'] = 'last $a minutes';
|
||||
$string['configtimetosee'] = 'Number of minutes determining the period of inactivity after which a user is no longer considered to be online.';
|
||||
$string['periodnminutes'] = 'last $a minutes';
|
||||
|
||||
?>
|
||||
|
||||
@@ -1,30 +1,32 @@
|
||||
<?php // $Id$
|
||||
<?PHP // $Id$
|
||||
// block_quiz_results.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['bestgrade'] = 'The highest grade:';
|
||||
$string['bestgrades'] = 'The $a highest grades:';
|
||||
$string['bestgroupgrade'] = 'The group with the highest average:';
|
||||
$string['bestgroupgrades'] = 'The $a groups with the highest average:';
|
||||
$string['worstgrade'] = 'The lowest grade:';
|
||||
$string['worstgrades'] = 'The $a lowest grades:';
|
||||
$string['worstgroupgrade'] = 'The group with the lowest average:';
|
||||
$string['worstgroupgrades'] = 'The $a groups with the lowest average:';
|
||||
$string['formaltitle'] = 'Quiz Results';
|
||||
$string['config_format_absolute'] = 'Absolute numbers';
|
||||
$string['config_format_fraction'] = 'Fractions';
|
||||
$string['config_format_percentage'] = 'Percentages';
|
||||
$string['config_grade_format'] = 'Display grades as:';
|
||||
$string['config_name_format'] = 'Privacy level for displayed results:';
|
||||
$string['config_names_anon'] = 'Anonymous results';
|
||||
$string['config_names_full'] = 'Display full names';
|
||||
$string['config_names_id'] = 'Display only ID numbers';
|
||||
$string['config_no_quizzes_in_course'] = 'This course does not contain any quiz activities . You must add at least one before you are able to use this block correctly.';
|
||||
$string['config_select_quiz'] = 'Which quiz should this block display results from?';
|
||||
$string['config_show_best'] = 'How many of the highest grades should be shown (0 to disable)?';
|
||||
$string['config_show_worst'] = 'How many of the lowest grades should be shown (0 to disable)?';
|
||||
$string['config_use_groups'] = 'Show groups instead of students (only if the quiz supports groups)?';
|
||||
$string['config_grade_format'] = 'Display grades as:';
|
||||
$string['config_name_format'] = 'Privacy level for displayed results:';
|
||||
$string['config_format_percentage'] = 'Percentages';
|
||||
$string['config_format_fraction'] = 'Fractions';
|
||||
$string['config_format_absolute'] = 'Absolute numbers';
|
||||
$string['config_names_full'] = 'Display full names';
|
||||
$string['config_names_id'] = 'Display only ID numbers';
|
||||
$string['config_names_anon'] = 'Anonymous results';
|
||||
$string['config_no_quizzes_in_course'] = 'This course does not contain any quiz activities . You must add at least one before you are able to use this block correctly.';
|
||||
$string['configuredtoshownothing'] = 'This block\'s configuration currently does not allow it to show any results. You may want to either configure it or hide it.';
|
||||
$string['error_emptyquizid'] = 'There is an error right now with this block: you need to select which quiz it should display results from.';
|
||||
$string['error_emptyquizrecord'] = 'There is an error right now with this block: the selected quiz does not seem to exist in the database.';
|
||||
$string['error_nogroupsexist'] = 'There is an error right now with this block: it is set to display grades in group mode, but the course has no defined groups.';
|
||||
$string['formaltitle'] = 'Quiz Results';
|
||||
$string['worstgrade'] = 'The lowest grade:';
|
||||
$string['worstgrades'] = 'The $a lowest grades:';
|
||||
$string['worstgroupgrade'] = 'The group with the lowest average:';
|
||||
$string['worstgroupgrades'] = 'The $a groups with the lowest average:';
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
<?php // $Id$
|
||||
<?PHP // $Id$
|
||||
// block_rss_client.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
$string['addfeed'] = 'Add a news feed URL: ';
|
||||
|
||||
$string['addfeed'] = 'Add a news feed URL:';
|
||||
$string['addheadlineblock'] = 'Add RSS headline block';
|
||||
$string['addnew'] = 'Add New';
|
||||
$string['blockname'] = 'RSS Client';
|
||||
@@ -17,12 +19,12 @@ $string['displaydescriptionlabel'] = 'Display each link\'s description?';
|
||||
$string['editfeeds'] = 'Edit, subscribe or unsubsribe from RSS/Atom news feeds';
|
||||
$string['editnewsfeeds'] = 'Edit news feeds';
|
||||
$string['editrssblock'] = 'Edit RSS Headline Block';
|
||||
$string['feed'] = 'Feed';
|
||||
$string['feedadded'] = 'News feed added';
|
||||
$string['feeddeleted'] = 'News feed deleted';
|
||||
$string['feed'] = 'Feed';
|
||||
$string['feeds'] = 'News Feeds';
|
||||
$string['feedsaddedit'] = 'Add/Edit Feeds';
|
||||
$string['feedsconfigurenewinstance'] = 'Click here to configure this block to display RSS feeds.';
|
||||
$string['feeds'] = 'News Feeds';
|
||||
$string['feedstitle'] = 'Remote RSS Feeds';
|
||||
$string['feedupdated'] = 'News feed updated';
|
||||
$string['findmorefeeds'] = 'Find more rss feeds';
|
||||
@@ -30,18 +32,17 @@ $string['managefeeds'] = 'Manage all my feeds';
|
||||
$string['nofeeds'] = 'There are no RSS feeds defined for this site.';
|
||||
$string['pickfeed'] = 'Pick a news feed';
|
||||
$string['remotenewsfeed'] = 'Remote News Feed';
|
||||
$string['rss_client:createprivatefeeds'] = 'Create private RSS feeds';
|
||||
$string['rss_client:createsharedfeeds'] = 'Create shared RSS feeds';
|
||||
$string['rss_client:manageanyfeeds'] = 'Manage any RSS feeds';
|
||||
$string['rss_client:manageownfeeds'] = 'Manage own RSS feeds';
|
||||
$string['seeallfeeds'] = 'See all feeds';
|
||||
$string['sharedfeed'] = 'Shared feed';
|
||||
$string['shownumentrieslabel'] = 'Max number entries to show per block.';
|
||||
$string['submitters'] = 'Who will be allowed to define new rss feeds? Defined feeds are available for any page on your site.';
|
||||
$string['timeout'] = 'blockrsstimeout';
|
||||
$string['timeoutdesc'] = 'Time in minutes for an RSS feed to live in cache.';
|
||||
$string['updatefeed'] = 'Update a news feed URL: ';
|
||||
$string['updatefeed'] = 'Update a news feed URL:';
|
||||
$string['validatefeed'] = 'Validate feed';
|
||||
|
||||
$string['rss_client:createprivatefeeds'] = 'Create private RSS feeds';
|
||||
$string['rss_client:createsharedfeeds'] = 'Create shared RSS feeds';
|
||||
$string['rss_client:manageownfeeds'] = 'Manage own RSS feeds';
|
||||
$string['rss_client:manageanyfeeds'] = 'Manage any RSS feeds';
|
||||
|
||||
?>
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
<?php //$Id$
|
||||
<?PHP // $Id$
|
||||
// block_search_forums.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['blocktitle'] = 'Search Forums';
|
||||
$string['advancedsearch'] = 'Advanced search';
|
||||
$string['blocktitle'] = 'Search Forums';
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
@@ -1,8 +1,11 @@
|
||||
<?php // $Id$
|
||||
<?PHP // $Id$
|
||||
// block_section_links.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['blockname'] = 'Section Links';
|
||||
$string['topics'] = 'Topics';
|
||||
$string['jumptocurrenttopic'] = 'Jump to current topic';
|
||||
$string['jumptocurrentweek'] = 'Jump to current week';
|
||||
$string['topics'] = 'Topics';
|
||||
$string['weeks'] = 'Weeks';
|
||||
|
||||
?>
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
<?php // $Id$
|
||||
<?PHP // $Id$
|
||||
// block_social_activities.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['blockname'] = 'Social Activities';
|
||||
|
||||
?>
|
||||
|
||||
+11
-10
@@ -1,4 +1,6 @@
|
||||
<?php // $Id$
|
||||
<?PHP // $Id$
|
||||
// blog.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['addnewentry'] = 'Add a new entry';
|
||||
$string['addotags'] = 'Add official tags';
|
||||
@@ -8,10 +10,14 @@ $string['blocktagstitle'] = 'Blog Tags';
|
||||
$string['blocktitle'] = 'Blog tags block title';
|
||||
$string['blog'] = 'Blog';
|
||||
$string['blogdeleteconfirm'] = 'Delete this blog?';
|
||||
$string['blogpreferences'] = 'Blog preferences';
|
||||
$string['blogs'] = 'Blogs';
|
||||
$string['blogtags'] = 'Blog Tags';
|
||||
$string['blogpreferences'] = 'Blog preferences';
|
||||
$string['courseblog'] = 'Course blog: $a';
|
||||
$string['courseblogs'] = 'Users can only see blogs for people who share a course';
|
||||
$string['disableblogs'] = 'Disable blog system completely';
|
||||
$string['emptybody'] = 'Blog entry body can not be empty';
|
||||
$string['emptytitle'] = 'Blog entry title can not be empty';
|
||||
$string['entrybody'] = 'Blog entry body';
|
||||
$string['entrybodyonlydesc'] = 'Entry description';
|
||||
$string['entryerrornotyours'] = 'This entry is not yours';
|
||||
@@ -19,17 +25,17 @@ $string['entrysaved'] = 'Your entry has been saved';
|
||||
$string['entrytitle'] = 'Entry title';
|
||||
$string['entryupdated'] = 'Blog entry updated';
|
||||
$string['groupblog'] = 'Group blog: $a';
|
||||
$string['groupblogs'] = 'Users can only see blogs for people who share a group';
|
||||
$string['intro'] = 'This RSS feed was automatically generated from one or more blogs.';
|
||||
$string['noentriesyet'] = 'No visible entries here';
|
||||
$string['noguestpost'] = 'Guest can not post blogs!';
|
||||
$string['norighttodeletetag'] = 'You have no rights to delete this tag - $a';
|
||||
$string['notallowedtoedit'] = 'You are not allowed to edit this entry';
|
||||
$string['emptybody'] = 'Blog entry body can not be empty';
|
||||
$string['emptytitle'] = 'Blog entry title can not be empty';
|
||||
$string['numberofentries'] = 'Entries: $a';
|
||||
$string['numberoftags'] = 'Number of tags to display';
|
||||
$string['otags'] = 'Official tags';
|
||||
$string['pagesize'] = 'Number of blog entries per Page';
|
||||
$string['personalblogs'] = 'Users can only see their own blog';
|
||||
$string['ptags'] = 'User defined tags';
|
||||
$string['publishto'] = 'Publish to';
|
||||
$string['publishtonoone'] = 'Yourself (draft)';
|
||||
@@ -37,6 +43,7 @@ $string['publishtosite'] = 'Anyone on this site';
|
||||
$string['publishtoworld'] = 'Anyone in the world';
|
||||
$string['settingsupdatederror'] = 'An error has occurred, blog preference setting could not be updated';
|
||||
$string['siteblog'] = 'Site blog: $a';
|
||||
$string['siteblogs'] = 'All site users can see all blog entries';
|
||||
$string['tagdatelastused'] = 'Date tag was last used';
|
||||
$string['tagsort'] = 'Sort the tag display by';
|
||||
$string['tagtext'] = 'Tag text';
|
||||
@@ -46,12 +53,6 @@ $string['userblog'] = 'User blog: $a';
|
||||
$string['viewcourseentries'] = 'View course entries';
|
||||
$string['viewmyentries'] = 'View my entries';
|
||||
$string['viewsiteentries'] = 'View site entries';
|
||||
|
||||
$string['worldblogs'] = 'The world can read entries set to be world-accessible';
|
||||
$string['siteblogs'] = 'All site users can see all blog entries';
|
||||
$string['courseblogs'] = 'Users can only see blogs for people who share a course';
|
||||
$string['groupblogs'] = 'Users can only see blogs for people who share a group';
|
||||
$string['personalblogs'] = 'Users can only see their own blog';
|
||||
$string['disableblogs'] = 'Disable blog system completely';
|
||||
|
||||
?>
|
||||
|
||||
+18
-17
@@ -1,4 +1,6 @@
|
||||
<?php // $Id$
|
||||
<?PHP // $Id$
|
||||
// calendar.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['calendar'] = 'Calendar';
|
||||
$string['calendarheading'] = '$a Calendar';
|
||||
@@ -40,11 +42,15 @@ $string['explain_maxevents'] = 'This sets the maximum number of upcoming events
|
||||
$string['explain_persistflt'] = 'If this is enabled, then Moodle will remember your last event filter settings and automatically restore them each time you login.';
|
||||
$string['explain_startwday'] = 'Calendar weeks will be shown as starting on the day that you select here.';
|
||||
$string['explain_timeformat'] = 'You can choose to see times in either 12 or 24 hour format. If you choose \"default\", then the format will be automatically chosen according to the language you use in the site.';
|
||||
$string['fri'] = 'Fri';
|
||||
$string['friday'] = 'Friday';
|
||||
$string['globalevents'] = 'Global events';
|
||||
$string['gotocalendar'] = 'Go to calendar';
|
||||
$string['groupevents'] = 'Group events';
|
||||
$string['hidden'] = 'hidden';
|
||||
$string['manyevents'] = '$a events';
|
||||
$string['mon'] = 'Mon';
|
||||
$string['monday'] = 'Monday';
|
||||
$string['monthlyview'] = 'Monthly View';
|
||||
$string['newevent'] = 'New Event';
|
||||
$string['noupcomingevents'] = 'There are no upcoming events';
|
||||
@@ -59,10 +65,16 @@ $string['preferences_available'] = 'Your personal preferences';
|
||||
$string['repeateditall'] = 'Apply changes to all $a events in this repeat series';
|
||||
$string['repeateditthis'] = 'Apply changes to this event only';
|
||||
$string['repeatnone'] = 'No repeats';
|
||||
$string['repeatweeksl'] = 'Repeat weekly, creating altogether ';
|
||||
$string['repeatweeksl'] = 'Repeat weekly, creating altogether';
|
||||
$string['repeatweeksr'] = 'events';
|
||||
$string['sat'] = 'Sat';
|
||||
$string['saturday'] = 'Saturday';
|
||||
$string['shown'] = 'shown';
|
||||
$string['spanningevents'] = 'Events underway';
|
||||
$string['sun'] = 'Sun';
|
||||
$string['sunday'] = 'Sunday';
|
||||
$string['thu'] = 'Thu';
|
||||
$string['thursday'] = 'Thursday';
|
||||
$string['timeformat_12'] = '12-hour (am/pm)';
|
||||
$string['timeformat_24'] = '24-hour';
|
||||
$string['today'] = 'Today';
|
||||
@@ -77,28 +89,17 @@ $string['tt_showcourse'] = 'Course events are hidden (click to show)';
|
||||
$string['tt_showglobal'] = 'Global events are hidden (click to show)';
|
||||
$string['tt_showgroups'] = 'Group events are hidden (click to show)';
|
||||
$string['tt_showuser'] = 'User events are hidden (click to show)';
|
||||
$string['tue'] = 'Tue';
|
||||
$string['tuesday'] = 'Tuesday';
|
||||
$string['typecourse'] = 'Course event';
|
||||
$string['typegroup'] = 'Group event';
|
||||
$string['typesite'] = 'Site event';
|
||||
$string['typeuser'] = 'User event';
|
||||
$string['upcomingevents'] = 'Upcoming Events';
|
||||
$string['userevents'] = 'User events';
|
||||
$string['wed'] = 'Wed';
|
||||
$string['wednesday'] = 'Wednesday';
|
||||
$string['yesterday'] = 'Yesterday';
|
||||
$string['youcandeleteallrepeats'] = 'This event is part of a repeating event series. You can delete this event only, or all $a events in the series at once.';
|
||||
|
||||
$string['sun'] = 'Sun';
|
||||
$string['mon'] = 'Mon';
|
||||
$string['tue'] = 'Tue';
|
||||
$string['wed'] = 'Wed';
|
||||
$string['thu'] = 'Thu';
|
||||
$string['fri'] = 'Fri';
|
||||
$string['sat'] = 'Sat';
|
||||
$string['sunday'] = 'Sunday';
|
||||
$string['monday'] = 'Monday';
|
||||
$string['tuesday'] = 'Tuesday';
|
||||
$string['wednesday'] = 'Wednesday';
|
||||
$string['thursday'] = 'Thursday';
|
||||
$string['friday'] = 'Friday';
|
||||
$string['saturday'] = 'Saturday';
|
||||
|
||||
?>
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
<?php /// $Id$
|
||||
<?PHP // $Id$
|
||||
// censor.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['filtername'] = "Word Censorship";
|
||||
$string['badwords'] = 'shit,fucked,fucker,fuck,dickhead, dick,cockhead,cock,cunt,asshole,arsehole,prick,bitch, jism,whore,slut,wanker, wank,bastard,dildo,masturbate, orgasm,penis,nigger, pussy,vagina';
|
||||
$string['filtername'] = 'Word Censorship';
|
||||
|
||||
?>
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
<?php // $Id$
|
||||
<?PHP // $Id$
|
||||
// chat.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['beep'] = 'beep';
|
||||
$string['chat:chat'] = 'Talk in a chat';
|
||||
$string['chat:readlog'] = 'Read chat logs';
|
||||
$string['chat:deletelog'] = 'Delete chat logs';
|
||||
$string['chat:readlog'] = 'Read chat logs';
|
||||
$string['chatintro'] = 'Introduction text';
|
||||
$string['chatname'] = 'Name of this chat room';
|
||||
$string['chatreport'] = 'Chat sessions';
|
||||
@@ -35,16 +37,16 @@ $string['messagebeepsyou'] = '$a has just beeped you!';
|
||||
$string['messageenter'] = '$a has just entered this chat';
|
||||
$string['messageexit'] = '$a has left this chat';
|
||||
$string['messages'] = 'Messages';
|
||||
$string['methodnormal'] = 'Normal method';
|
||||
$string['methoddaemon'] = 'Chat server daemon';
|
||||
$string['methodnormal'] = 'Normal method';
|
||||
$string['modulename'] = 'Chat';
|
||||
$string['modulenameplural'] = 'Chats';
|
||||
$string['neverdeletemessages'] = 'Never delete messages';
|
||||
$string['nextsession'] = 'Next scheduled session';
|
||||
$string['noguests'] = 'The chat is not open to guests';
|
||||
$string['nomessages'] = 'No messages yet';
|
||||
$string['normalstream'] = 'Stream';
|
||||
$string['normalkeepalive'] = 'KeepAlive';
|
||||
$string['normalstream'] = 'Stream';
|
||||
$string['noscheduledsession'] = 'No scheduled session';
|
||||
$string['repeatdaily'] = 'At the same time every day';
|
||||
$string['repeatnone'] = 'No repeats - publish the specified time only';
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?PHP // $Id$
|
||||
// choice.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005041101)
|
||||
// choice.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['addmorechoices'] = 'Add more choices';
|
||||
@@ -7,9 +7,9 @@ $string['allowupdate'] = 'Allow choice to be updated';
|
||||
$string['answered'] = 'Answered';
|
||||
$string['choice'] = 'Choice';
|
||||
$string['choice:choose'] = 'Record a choice';
|
||||
$string['choice:readresponses'] = 'Read responses';
|
||||
$string['choice:deleteresponses'] = 'Delete responses';
|
||||
$string['choice:downloadresponses'] = 'Download responses';
|
||||
$string['choice:readresponses'] = 'Read responses';
|
||||
$string['choiceclose'] = 'Until';
|
||||
$string['choicename'] = 'Choice name';
|
||||
$string['choiceopen'] = 'Open';
|
||||
@@ -25,9 +25,9 @@ $string['modulename'] = 'Choice';
|
||||
$string['modulenameplural'] = 'Choices';
|
||||
$string['mustchooseone'] = 'You must choose an answer before saving. Nothing was saved.';
|
||||
$string['noguestchoose'] = 'Sorry, guests are not allowed to make choices.';
|
||||
$string['noresultsviewable'] = 'The results are not currently viewable.';
|
||||
$string['notanswered'] = 'Not answered yet';
|
||||
$string['notopenyet'] = 'Sorry, this activity is not available until $a';
|
||||
$string['noresultsviewable'] = 'The results are not currently viewable.';
|
||||
$string['privacy'] = 'Privacy of results';
|
||||
$string['publish'] = 'Publish results';
|
||||
$string['publishafteranswer'] = 'Show results to a student after they answer';
|
||||
@@ -44,7 +44,7 @@ $string['spaceleft'] = 'space available';
|
||||
$string['spacesleft'] = 'spaces available';
|
||||
$string['taken'] = 'Taken';
|
||||
$string['timerestrict'] = 'Restrict answering to this time period';
|
||||
$string['yourselection'] = 'Your selection';
|
||||
$string['viewallresponses'] = 'View $a responses';
|
||||
$string['yourselection'] = 'Your selection';
|
||||
|
||||
?>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php // $Id$
|
||||
// countries.php - created with Moodle 1.2 development (2003111400)
|
||||
<?PHP // $Id$
|
||||
// countries.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['AD'] = 'Andorra';
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?php // $Id$
|
||||
// currencies.php - created with Moodle 1.5.2 (2005060220)
|
||||
<?PHP // $Id$
|
||||
// currencies.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['AED'] = 'United Arab Emirates Dirham';
|
||||
$string['AFA'] = 'Afghanistan Afghani';
|
||||
@@ -32,10 +33,10 @@ $string['CNY'] = 'Yuan (Chinese) Renminbi';
|
||||
$string['COP'] = 'Colombian Peso';
|
||||
$string['CRC'] = 'Costa Rican Colon';
|
||||
$string['CSD'] = 'Serbian Dinar';
|
||||
$string['CZK'] = 'Czech Koruna';
|
||||
$string['CUP'] = 'Cuban Peso';
|
||||
$string['CVE'] = 'Escudo Caboverdiano';
|
||||
$string['CYP'] = 'Cyprus Pound';
|
||||
$string['CZK'] = 'Czech Koruna';
|
||||
$string['DJF'] = 'Djibouti Franc';
|
||||
$string['DKK'] = 'Danish Krone';
|
||||
$string['DOP'] = 'Dominican Peso';
|
||||
@@ -143,4 +144,4 @@ $string['ZAR'] = 'South African Rand';
|
||||
$string['ZMK'] = 'Zambian Kwacha';
|
||||
$string['ZWD'] = 'Zimbabwe Dollar';
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?PHP // $Id$
|
||||
// newdata.php - created with Moodle 1.7 beta + (2006101003)
|
||||
// data.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['action'] = 'Action';
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php // $Id$
|
||||
// dialogue.php - created with Moodle 1.2 development (2003111400)
|
||||
<?PHP // $Id$
|
||||
// dialogue.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['addmynewentries'] = 'Add my New Entries';
|
||||
@@ -18,12 +18,8 @@ $string['dialoguemail'] = '$a->userfrom has posted a new entry in your
|
||||
|
||||
dialogue entry for \'$a->dialogue\'
|
||||
|
||||
|
||||
|
||||
You can see it appended to your dialogue entry:
|
||||
|
||||
|
||||
|
||||
$a->url';
|
||||
$string['dialoguemailhtml'] = '$a->userfrom has posted a new entry in your
|
||||
|
||||
@@ -46,8 +42,8 @@ $string['newentry'] = 'New Entry';
|
||||
$string['noavailablepeople'] = 'There is no one available to have a Dialogue with.';
|
||||
$string['nopersonchosen'] = 'No Person Chosen';
|
||||
$string['nosubject'] = 'No Subject Entered';
|
||||
$string['notextentered'] = 'No Text Entered';
|
||||
$string['notavailable'] = 'Dialogues are not available to guest users';
|
||||
$string['notextentered'] = 'No Text Entered';
|
||||
$string['notstarted'] = 'You have not started this dialogue yet';
|
||||
$string['notyetseen'] = 'Not yet seen';
|
||||
$string['numberofentries'] = 'Number of entries';
|
||||
@@ -58,8 +54,8 @@ $string['onyouwrote'] = 'On $a you wrote';
|
||||
$string['open'] = 'Open';
|
||||
$string['openadialoguewith'] = 'Open a Dialogue with';
|
||||
$string['opendialogue'] = 'Open Dialogue';
|
||||
$string['opendialogues'] = 'Open Dialogues';
|
||||
$string['opendialogueentries'] = 'Open dialogue entries';
|
||||
$string['opendialogues'] = 'Open Dialogues';
|
||||
$string['pane0'] = 'Open a Dialogue';
|
||||
$string['pane1'] = '$a Dialogues awaiting Replies from you';
|
||||
$string['pane1one'] = '1 Dialogue awaiting a Reply from you';
|
||||
|
||||
+19
-22
@@ -1,15 +1,15 @@
|
||||
<?php // $Id$
|
||||
// editor.php - created with Moodle 1.2 (2004032000)
|
||||
<?PHP // $Id$
|
||||
// editor.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['about'] = 'About this editor';
|
||||
$string['absbottom'] = 'Absbottom';
|
||||
$string['middle'] = 'middle';
|
||||
$string['address'] = 'Address';
|
||||
$string['alertnoselectedtext'] = 'You must select text first!';
|
||||
$string['alignment'] = 'Alignment';
|
||||
$string['alternatetext'] = 'Alternate text';
|
||||
$string['anchorname'] = 'Anchor name';
|
||||
$string['anchorhelp'] = 'This only creates an anchor. You still need to create a link manually.';
|
||||
$string['anchorname'] = 'Anchorname';
|
||||
$string['anchors'] = 'Anchors';
|
||||
$string['baseline'] = 'Baseline';
|
||||
$string['bold'] = 'Bold';
|
||||
@@ -22,6 +22,7 @@ $string['cellspacing'] = 'Cellspacing';
|
||||
$string['choosechar'] = 'Choose Character';
|
||||
$string['chooseicon'] = 'Choose an icon to insert';
|
||||
$string['close'] = 'Close';
|
||||
$string['closeafterreplace'] = 'Close after replace';
|
||||
$string['cols'] = 'Cols';
|
||||
$string['copy'] = 'Copy selection';
|
||||
$string['createanchor'] = 'Create anchor';
|
||||
@@ -31,7 +32,11 @@ $string['cut'] = 'Cut selection';
|
||||
$string['cutpastemozilla'] = 'Unfortunately, you cannot currently use normal keyboard shortcuts (or even the Paste button) for pasting text into this online editor. This is because of a security feature that is built into some versions of Mozilla and Firefox browsers.<br /><br />There are three known workarounds you can try: <br /> (1) Instead of CTRL-v, use SHIFT-Insert <br /> (2) Use the Edit->Paste menu in your browser <br /> (3) Change the preferences in your browser by editing the user.js file. <br /><br />Click the OK button below for more help, or Cancel to return to the editor';
|
||||
$string['delete'] = 'Delete';
|
||||
$string['filebrowser'] = 'File Browser';
|
||||
$string['findwhat'] = 'Find';
|
||||
$string['fontname'] = 'Fontname';
|
||||
$string['fontsize'] = 'Font-size';
|
||||
$string['forecolor'] = 'Font Color';
|
||||
$string['formatblock'] = 'Format';
|
||||
$string['fullscreen'] = 'Fullscreen editor';
|
||||
$string['heading'] = 'Heading';
|
||||
$string['height'] = 'Height';
|
||||
@@ -47,6 +52,7 @@ $string['insertlink'] = 'Insert Link';
|
||||
$string['insertsmile'] = 'Insert Smiley';
|
||||
$string['inserttable'] = 'Insert Table';
|
||||
$string['italic'] = 'Italic';
|
||||
$string['itemsreplaced'] = 'items replaced!';
|
||||
$string['justifycenter'] = 'Justify Center';
|
||||
$string['justifyfull'] = 'Justify Full';
|
||||
$string['justifyleft'] = 'Justify Left';
|
||||
@@ -63,13 +69,16 @@ $string['linktargetself'] = 'Same frame';
|
||||
$string['linktargettop'] = 'Same window';
|
||||
$string['linktitle'] = 'Title';
|
||||
$string['linkurl'] = 'URL';
|
||||
$string['matchcase'] = 'Match case';
|
||||
$string['middle'] = 'Middle';
|
||||
$string['minimize'] = 'Minimize editor';
|
||||
$string['move'] = 'Move';
|
||||
$string['nolink'] = 'Prevent automatic linking';
|
||||
$string['normal'] = 'Normal';
|
||||
$string['notimage'] = 'Selected file is not an image. Please select an image!';
|
||||
$string['notset'] = 'Not Set';
|
||||
$string['ok'] = 'OK';
|
||||
$string['options'] = 'Options';
|
||||
$string['orderedlist'] = 'Ordered List';
|
||||
$string['outdent'] = 'Decrease Indent';
|
||||
$string['paste'] = 'Paste from clipboard';
|
||||
@@ -81,11 +90,16 @@ $string['preformatted'] = 'Preformatted';
|
||||
$string['preview'] = 'Preview';
|
||||
$string['properties'] = 'Properties';
|
||||
$string['redo'] = 'Redo your last action';
|
||||
$string['rename'] = 'Rename';
|
||||
$string['regularexpressions'] = 'Use regular expressions';
|
||||
$string['removelink'] = 'Remove link';
|
||||
$string['rename'] = 'Rename';
|
||||
$string['replaceall'] = 'Replace all';
|
||||
$string['replacewith'] = 'Replace';
|
||||
$string['right'] = 'Right';
|
||||
$string['righttoleft'] = 'Direction from right to left';
|
||||
$string['rows'] = 'Rows';
|
||||
$string['searchandreplace'] = 'Search and replace';
|
||||
$string['searchnotfound'] = 'Search string Not Found!';
|
||||
$string['selectcolor'] = 'Select color';
|
||||
$string['selection'] = 'Selection';
|
||||
$string['showhelp'] = 'Help using editor';
|
||||
@@ -107,22 +121,5 @@ $string['vertical'] = 'Vertical';
|
||||
$string['width'] = 'Width';
|
||||
$string['wordclean'] = 'Clean Word HTML';
|
||||
$string['zip'] = 'Zip';
|
||||
$string['createanchor'] = 'Create anchor';
|
||||
$string['anchorname'] = 'Anchorname';
|
||||
$string['fontname'] = 'Fontname';
|
||||
$string['fontsize'] = 'Font-size';
|
||||
$string['formatblock'] = 'Format';
|
||||
$string['nolink'] = 'Prevent automatic linking';
|
||||
$string['alertnoselectedtext'] = 'You must select text first!';
|
||||
$string['searchandreplace'] = 'Search and replace';
|
||||
$string['findwhat'] = 'Find';
|
||||
$string['replacewith'] = 'Replace';
|
||||
$string['options'] = 'Options';
|
||||
$string['regularexpressions'] = 'Use regular expressions';
|
||||
$string['matchcase'] = 'Match case';
|
||||
$string['closeafterreplace'] = 'Close after replace';
|
||||
$string['replaceall'] = 'Replace all';
|
||||
$string['itemsreplaced'] = 'items replaced!';
|
||||
$string['searchnotfound'] = 'Search string Not Found!';
|
||||
|
||||
?>
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<?php /// $Id$
|
||||
<?PHP // $Id$
|
||||
// emailprotect.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
$string['filtername'] = "Email Protection";
|
||||
|
||||
$string['filtername'] = 'Email Protection';
|
||||
|
||||
?>
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?PHP // $Id$
|
||||
// enrol_authorize.php - created with Moodle 1.7 dev (2006100601)
|
||||
// enrol_authorize.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['adminacceptccs'] = 'Which credit card types will be accepted?';
|
||||
@@ -50,7 +50,7 @@ $string['antrankey'] = 'Authorize.net: Transaction Key';
|
||||
$string['approvedreview'] = 'Approved Review';
|
||||
$string['authcaptured'] = 'Authorized / Captured';
|
||||
$string['authorize:managepayments'] = 'Manage payments';
|
||||
$string['authorize:uploadcsv']='Upload CSV file';
|
||||
$string['authorize:uploadcsv'] = 'Upload CSV file';
|
||||
$string['authorizedpendingcapture'] = 'Authorized / Pending Capture';
|
||||
$string['avsa'] = 'Address (street) matches, postal code does not';
|
||||
$string['avsb'] = 'Address information not provided';
|
||||
|
||||
@@ -1,31 +1,34 @@
|
||||
<?php // $Id$
|
||||
<?PHP // $Id$
|
||||
// enrol_database.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
$string['enrolname'] = 'External Database';
|
||||
|
||||
$string['autocreate'] = 'Courses can be created automatically if there are enrolments to a course that doesn\'t yet exist in Moodle.';
|
||||
$string['autocreation_settings'] = 'Autocreation Settings';
|
||||
$string['category'] = 'The category for auto-created courses.';
|
||||
$string['course_fullname'] = 'The name of the field where the course fullname is stored.';
|
||||
$string['course_id'] = 'The name of the field where the course ID is stored. The values of this field are used to match those in the \"enrol_db_l_coursefield\" field in Moodle\'s course table.';
|
||||
$string['course_shortname'] = 'The name of the field where the course shortname is stored.';
|
||||
$string['course_table'] = 'Then name of the table where we expect to find the course details in (short name, fullname, ID, etc.)';
|
||||
$string['description'] = 'You can use a external database (of nearly any kind) to control your enrolments. It is assumed your external database contains a field containing a course ID, and a field containing a user ID. These are compared against fields that you choose in the local course and user tables.';
|
||||
$string['server_settings'] = 'External Database Server Settings';
|
||||
$string['type'] = 'Database server type.';
|
||||
$string['enrolname'] = 'External Database';
|
||||
$string['general_options'] = 'General Options';
|
||||
$string['host'] = 'Database server hostname.';
|
||||
$string['name'] = 'The specific database to use.';
|
||||
$string['user'] = 'Username to access the server.';
|
||||
$string['pass'] = 'Password to access the server.';
|
||||
$string['local_fields_mapping'] = 'Moodle (local) database fields';
|
||||
$string['local_coursefield'] = 'The name of the field in the course table that we are using to match entries in the remote database (eg idnumber).';
|
||||
$string['local_fields_mapping'] = 'Moodle (local) database fields';
|
||||
$string['name'] = 'The specific database to use.';
|
||||
$string['pass'] = 'Password to access the server.';
|
||||
$string['remote_fields_mapping'] = 'Enrolment (remote) database fields.';
|
||||
$string['student_table'] = 'The name of the table where student enrolments are stored.';
|
||||
$string['server_settings'] = 'External Database Server Settings';
|
||||
$string['student_coursefield'] = 'The name of the field in the student enrolment table that we expect to find the course ID in.';
|
||||
$string['student_l_userfield'] = 'The name of the field in the local user table that we use to match the user to a remote record for students (eg idnumber).';
|
||||
$string['student_r_userfield'] = 'The name of the field in the remote student enrolment table that we expect to find the user ID in.';
|
||||
$string['teacher_table'] = 'The name of the table where teacher enrolments are stored.';
|
||||
$string['student_table'] = 'The name of the table where student enrolments are stored.';
|
||||
$string['teacher_coursefield'] = 'The name of the field in the teacher enrolment table that we expect to find the course ID in.';
|
||||
$string['teacher_l_userfield'] = 'The name of the field in the local user table that we use to match the user to a remote record for teachers (eg idnumber).';
|
||||
$string['teacher_r_userfield'] = 'The name of the field in the remote teacher enrolment table that we expect to find the user ID in.';
|
||||
$string['autocreation_settings'] = 'Autocreation Settings';
|
||||
$string['autocreate'] = 'Courses can be created automatically if there are enrolments to a course that doesn\'t yet exist in Moodle.';
|
||||
$string['category'] = 'The category for auto-created courses.';
|
||||
$string['teacher_table'] = 'The name of the table where teacher enrolments are stored.';
|
||||
$string['template'] = 'Optional: auto-created courses can copy their settings from a template course. Type here the shortname of the template course.';
|
||||
$string['course_table'] = 'Then name of the table where we expect to find the course details in (short name, fullname, ID, etc.)';
|
||||
$string['course_fullname'] = 'The name of the field where the course fullname is stored.';
|
||||
$string['course_shortname'] = 'The name of the field where the course shortname is stored.';
|
||||
$string['course_id'] = 'The name of the field where the course ID is stored. The values of this field are used to match those in the \"enrol_db_l_coursefield\" field in Moodle\'s course table.';
|
||||
$string['general_options'] = 'General Options';
|
||||
$string['type'] = 'Database server type.';
|
||||
$string['user'] = 'Username to access the server.';
|
||||
|
||||
?>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php // $Id$
|
||||
<?PHP // $Id$
|
||||
// enrol_flatfile.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
$string['enrolname'] = 'Flat file';
|
||||
|
||||
$string['description'] = 'This method will repeatedly check for and process a specially-formatted text file in the location that you specify.
|
||||
The file is a comma separated file assumed to have four or six fields per line:
|
||||
@@ -22,13 +22,12 @@ It could look something like this:
|
||||
del, student, 8, CF101
|
||||
del, student, 17, CF101
|
||||
add, student, 21, CF101, 1091115000, 1091215000
|
||||
</pre>
|
||||
';
|
||||
|
||||
$string['filelockedmailsubject'] = 'Important error: Enrolment file';
|
||||
</pre>';
|
||||
$string['enrolname'] = 'Flat file';
|
||||
$string['filelockedmail'] = 'The text file you are using for file-based enrolments ($a) can not be deleted by the cron process. This usually means the permissions are wrong on it. Please fix the permissions so that Moodle can delete the file, otherwise it might be processed repeatedly.';
|
||||
$string['filelockedmailsubject'] = 'Important error: Enrolment file';
|
||||
$string['location'] = 'File location';
|
||||
$string['mailusers'] = 'Notify users by email';
|
||||
$string['mailadmin'] = 'Notify admin by email';
|
||||
$string['mailusers'] = 'Notify users by email';
|
||||
|
||||
?>
|
||||
|
||||
@@ -1,40 +1,36 @@
|
||||
<?php
|
||||
<?PHP // $Id$
|
||||
// enrol_imsenterprise.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
$string['enrolname'] = 'IMS Enterprise file';
|
||||
|
||||
// Subheadings which divide up the config page
|
||||
$string['basicsettings'] = 'Basic settings';
|
||||
$string['usersettings'] = 'User data options';
|
||||
$string['coursesettings'] = 'Course data options';
|
||||
$string['miscsettings'] = 'Miscellaneous';
|
||||
|
||||
// Labels in the config page
|
||||
$string['description'] = 'This method will repeatedly check for and process a specially-formatted text file in the location that you specify. The file must follow the <a href=\'../help.php?module=enrol/imsenterprise&file=formatoverview.html\' target=\'_blank\'>IMS Enterprise specifications</a> containing person, group, and membership XML elements.';
|
||||
$string['imsrolesdescription'] = 'The IMS Enterprise specification includes 8 distinct role types. Please choose how you want them to be assigned in Moodle, including whether any of them should be ignored.';
|
||||
$string['createnewusers'] = 'Create user accounts for users not yet registered in Moodle';
|
||||
$string['deleteusers'] = 'Delete user accounts when specified in IMS data';
|
||||
$string['fixcaseusernames'] = 'Change usernames to lower case';
|
||||
$string['fixcasepersonalnames'] = 'Change personal names to Title Case';
|
||||
$string['truncatecoursecodes'] = 'Truncate course codes to this length';
|
||||
$string['createnewcourses'] = 'Create new (hidden) courses if not found in Moodle';
|
||||
$string['createnewcategories'] = 'Create new (hidden) course categories if not found in Moodle';
|
||||
$string['zeroisnotruncation'] = '0 indicates no truncation';
|
||||
$string['cronfrequency'] = 'Frequency of processing';
|
||||
$string['aftersaving...'] = 'Once you have saved your settings, you may wish to';
|
||||
$string['allowunenrol'] = 'Allow the IMS data to <strong>unenrol</strong> students/teachers';
|
||||
$string['sourcedidfallback'] = 'Use the "sourcedid" for a person\'s userid if the "userid" field is not found';
|
||||
$string['usecapitafix']= 'Tick this box if using "Capita" (their XML format is slightly wrong)';
|
||||
$string['basicsettings'] = 'Basic settings';
|
||||
$string['coursesettings'] = 'Course data options';
|
||||
$string['createnewcategories'] = 'Create new (hidden) course categories if not found in Moodle';
|
||||
$string['createnewcourses'] = 'Create new (hidden) courses if not found in Moodle';
|
||||
$string['createnewusers'] = 'Create user accounts for users not yet registered in Moodle';
|
||||
$string['cronfrequency'] = 'Frequency of processing';
|
||||
$string['deleteusers'] = 'Delete user accounts when specified in IMS data';
|
||||
$string['description'] = 'This method will repeatedly check for and process a specially-formatted text file in the location that you specify. The file must follow the <a href=\'../help.php?module=enrol/imsenterprise&file=formatoverview.html\' target=\'_blank\'>IMS Enterprise specifications</a> containing person, group, and membership XML elements.';
|
||||
$string['doitnow'] = 'perform an IMS Enterprise import right now';
|
||||
$string['enrolname'] = 'IMS Enterprise file';
|
||||
$string['filelockedmail'] = 'The text file you are using for IMS-file-based enrolments ($a) can not be deleted by the cron process. This usually means the permissions are wrong on it. Please fix the permissions so that Moodle can delete the file, otherwise it might be processed repeatedly.';
|
||||
$string['filelockedmailsubject'] = 'Important error: Enrolment file';
|
||||
$string['fixcasepersonalnames'] = 'Change personal names to Title Case';
|
||||
$string['fixcaseusernames'] = 'Change usernames to lower case';
|
||||
$string['imsrolesdescription'] = 'The IMS Enterprise specification includes 8 distinct role types. Please choose how you want them to be assigned in Moodle, including whether any of them should be ignored.';
|
||||
$string['location'] = 'File location';
|
||||
$string['mailusers'] = 'Notify users by email';
|
||||
$string['logtolocation'] = 'Log file output location (blank for no logging)';
|
||||
$string['mailadmins'] = 'Notify admin by email';
|
||||
$string['mailusers'] = 'Notify users by email';
|
||||
$string['miscsettings'] = 'Miscellaneous';
|
||||
$string['processphoto'] = 'Add user photo data to profile';
|
||||
$string['processphotowarning'] = 'Warning: Image processing is likely to add a significant burden to the server. You are recommended not to activate this option if large numbers of students are expected to be processed.';
|
||||
$string['logtolocation'] = 'Log file output location (blank for no logging)';
|
||||
$string['restricttarget'] = 'Only process data if the following target is specified';
|
||||
|
||||
$string['aftersaving...']= 'Once you have saved your settings, you may wish to';
|
||||
$string['doitnow']= 'perform an IMS Enterprise import right now';
|
||||
|
||||
$string['filelockedmailsubject'] = 'Important error: Enrolment file';
|
||||
$string['filelockedmail'] = 'The text file you are using for IMS-file-based enrolments ($a) can not be deleted by the cron process. This usually means the permissions are wrong on it. Please fix the permissions so that Moodle can delete the file, otherwise it might be processed repeatedly.';
|
||||
$string['sourcedidfallback'] = 'Use the "sourcedid" for a person\'s userid if the "userid" field is not found';
|
||||
$string['truncatecoursecodes'] = 'Truncate course codes to this length';
|
||||
$string['usecapitafix'] = 'Tick this box if using "Capita" (their XML format is slightly wrong)';
|
||||
$string['usersettings'] = 'User data options';
|
||||
$string['zeroisnotruncation'] = '0 indicates no truncation';
|
||||
|
||||
?>
|
||||
|
||||
+28
-27
@@ -1,6 +1,7 @@
|
||||
<?php // $Id$
|
||||
<?PHP // $Id$
|
||||
// enrol_ldap.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['enrolname'] = 'LDAP';
|
||||
$string['description'] = '<p>You can use an LDAP server to control your enrolments.
|
||||
It is assumed your LDAP tree contains groups that map to
|
||||
the courses, and that each of thouse groups/courses will
|
||||
@@ -20,19 +21,32 @@ $string['description'] = '<p>You can use an LDAP server to control your enrolmen
|
||||
<em>enrol/ldap/enrol_ldap_sync.php</em>.</p>
|
||||
<p>This plugin can also be set to automatically create new
|
||||
courses when new groups appear in LDAP.</p>';
|
||||
$string['enrol_ldap_server_settings'] = 'LDAP Server Settings';
|
||||
$string['enrol_ldap_host_url'] = 'Specify LDAP host in URL-form like
|
||||
\'ldap://ldap.myorg.com/\'
|
||||
or \'ldaps://ldap.myorg.com/\'';
|
||||
$string['enrol_ldap_version'] = 'The version of the LDAP protocol your server is using.';
|
||||
$string['enrol_ldap_autocreate'] = 'Courses can be created automatically if there are
|
||||
enrolments to a course that doesn\'t yet exist
|
||||
in Moodle.';
|
||||
$string['enrol_ldap_autocreation_settings'] = 'Automatic course creation settings';
|
||||
$string['enrol_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['enrol_ldap_bind_pw'] = 'Password for bind-user.';
|
||||
$string['enrol_ldap_search_sub'] = 'Search group memberships from subcontexts.';
|
||||
$string['enrol_ldap_student_settings'] = 'Student enrolment settings';
|
||||
$string['enrol_ldap_teacher_settings'] = 'Teacher enrolment settings';
|
||||
$string['enrol_ldap_category'] = 'The category for auto-created courses.';
|
||||
$string['enrol_ldap_course_fullname'] = 'Optional: LDAP field to get the full name from.';
|
||||
$string['enrol_ldap_course_idnumber'] = 'Map to the unique identifier in LDAP, usually
|
||||
<em>cn</em> or <em>uid</em>. It is
|
||||
recommended to lock the value if you are using
|
||||
automatic course creation.';
|
||||
$string['enrol_ldap_course_settings'] = 'Course enrolment settings';
|
||||
$string['enrol_ldap_course_shortname'] = 'Optional: LDAP field to get the shortname from.';
|
||||
$string['enrol_ldap_course_summary'] = 'Optional: LDAP field to get the summary from.';
|
||||
$string['enrol_ldap_editlock'] = 'Lock value';
|
||||
$string['enrol_ldap_general_options'] = 'General Options';
|
||||
$string['enrol_ldap_host_url'] = 'Specify LDAP host in URL-form like
|
||||
\'ldap://ldap.myorg.com/\'
|
||||
or \'ldaps://ldap.myorg.com/\'';
|
||||
$string['enrol_ldap_objectclass'] = 'objectClass used to search courses. Usually
|
||||
\'posixGroup\'.';
|
||||
$string['enrol_ldap_search_sub'] = 'Search group memberships from subcontexts.';
|
||||
$string['enrol_ldap_server_settings'] = 'LDAP Server Settings';
|
||||
$string['enrol_ldap_student_contexts'] = 'List of contexts where groups with student
|
||||
enrolments are located. Separate different
|
||||
contexts with \';\'. For example:
|
||||
@@ -40,6 +54,7 @@ $string['enrol_ldap_student_contexts'] = 'List of contexts where groups with stu
|
||||
$string['enrol_ldap_student_memberattribute'] = 'Member attribute, when users belongs
|
||||
(is enrolled) to a group. Usually \'member\'
|
||||
or \'memberUid\'.';
|
||||
$string['enrol_ldap_student_settings'] = 'Student enrolment settings';
|
||||
$string['enrol_ldap_teacher_contexts'] = 'List of contexts where groups with teacher
|
||||
enrolments are located. Separate different
|
||||
contexts with \';\'. For example:
|
||||
@@ -47,25 +62,11 @@ $string['enrol_ldap_teacher_contexts'] = 'List of contexts where groups with tea
|
||||
$string['enrol_ldap_teacher_memberattribute'] = 'Member attribute, when users belongs
|
||||
(is enrolled) to a group. Usually \'member\'
|
||||
or \'memberUid\'.';
|
||||
$string['enrol_ldap_autocreation_settings'] = 'Automatic course creation settings';
|
||||
$string['enrol_ldap_autocreate'] = 'Courses can be created automatically if there are
|
||||
enrolments to a course that doesn\'t yet exist
|
||||
in Moodle.';
|
||||
$string['enrol_ldap_objectclass'] = 'objectClass used to search courses. Usually
|
||||
\'posixGroup\'.';
|
||||
$string['enrol_ldap_category'] = 'The category for auto-created courses.';
|
||||
$string['enrol_ldap_teacher_settings'] = 'Teacher enrolment settings';
|
||||
$string['enrol_ldap_template'] = 'Optional: auto-created courses can copy
|
||||
their settings from a template course.';
|
||||
$string['enrol_ldap_updatelocal'] = 'Update local data';
|
||||
$string['enrol_ldap_editlock'] = 'Lock value';
|
||||
$string['enrol_ldap_version'] = 'The version of the LDAP protocol your server is using.';
|
||||
$string['enrolname'] = 'LDAP';
|
||||
|
||||
$string['enrol_ldap_course_idnumber'] = 'Map to the unique identifier in LDAP, usually
|
||||
<em>cn</em> or <em>uid</em>. It is
|
||||
recommended to lock the value if you are using
|
||||
automatic course creation.';
|
||||
$string['enrol_ldap_course_shortname'] = 'Optional: LDAP field to get the shortname from.';
|
||||
$string['enrol_ldap_course_fullname'] = 'Optional: LDAP field to get the full name from.';
|
||||
$string['enrol_ldap_course_summary'] = 'Optional: LDAP field to get the summary from.';
|
||||
$string['enrol_ldap_general_options'] = 'General Options';
|
||||
|
||||
?>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php // $Id$
|
||||
<?PHP // $Id$
|
||||
// enrol_manual.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
$string['enrolname'] = 'Internal Enrolment';
|
||||
|
||||
$string['description'] = 'This is the default form of enrolment. There are two main ways a student can be enrolled in a particular course.
|
||||
<ul>
|
||||
@@ -9,5 +9,6 @@ $string['description'] = 'This is the default form of enrolment. There are two m
|
||||
<li>A course can have a password defined, known as an \"enrolment key\". Anyone who knows this key is
|
||||
able to add themselves to a course.</li>
|
||||
</ul>';
|
||||
$string['enrolname'] = 'Internal Enrolment';
|
||||
|
||||
?>
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
<?php // $Id$
|
||||
<?PHP // $Id$
|
||||
// enrol_paypal.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['business'] = 'The email address of your business Paypal account';
|
||||
$string['costorkey'] = 'Please choose one of the following methods of enrolment.';
|
||||
$string['description'] = 'The Paypal module allows you to set up paid courses. If the cost for any course is zero, then students are not asked to pay for entry. There is a site-wide cost that you set here as a default for the whole site and then a course setting that you can set for each course individually. The course cost overrides the site cost.';
|
||||
$string['enrolname'] = 'Paypal';
|
||||
$string['sendpaymentbutton'] = 'Send payment via Paypal';
|
||||
$string['costorkey'] = 'Please choose one of the following methods of enrolment.';
|
||||
|
||||
?>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?PHP // $Id$
|
||||
// newerror.php - created with Moodle 1.7 beta + (2006101003)
|
||||
// error.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['adminprimarynoedit'] = 'The primary admin cannot be edited by others';
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?PHP // $Id$
|
||||
// exercise.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005010100)
|
||||
// exercise.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['absent'] = 'Absent';
|
||||
@@ -71,7 +71,7 @@ $string['mail1'] = 'Your assignment \'$a\' has been assessed by';
|
||||
$string['mail2'] = 'The comments and grade can be seen in the Exercise Assignment \'$a\'';
|
||||
$string['mail3'] = 'You can see it in your Exercise Assignment';
|
||||
$string['mail6'] = 'Your assessment of the assignment \'$a\' has by reviewed';
|
||||
$string['mail7'] = 'The comments given by the $a can be seen in the Exercise Assignment ';
|
||||
$string['mail7'] = 'The comments given by the $a can be seen in the Exercise Assignment';
|
||||
$string['managingassignment'] = 'Managing the Exercise';
|
||||
$string['maximum'] = 'Maximum';
|
||||
$string['maximumgradeforstudentassessments'] = 'Maximum Grade for Student Assessments: $a';
|
||||
@@ -92,7 +92,7 @@ $string['noteonassessmentelements'] = 'Note that grading is broken down into a n
|
||||
Elements before making the assignment available to students. This is done by<br />
|
||||
clicking on the assignment in the course, if no elements are present you will be asked<br />
|
||||
to add them. You can change the number of elements using the Edit Assignment screen,<br />
|
||||
the elements themselves can be amended from the \"Managing Assignment\" screen. ';
|
||||
the elements themselves can be amended from the \"Managing Assignment\" screen.';
|
||||
$string['noteongradinggrade'] = 'This grade is a measure of how well your assessment agrees with the assessment of <br />
|
||||
your work by the $a. The higher the grade the closer the agreement.';
|
||||
$string['noteonstudentassessments'] = '{Grade from student / Grading Grade for assessment}';
|
||||
|
||||
+10
-6
@@ -1,6 +1,10 @@
|
||||
<?php
|
||||
$string['denotesreq']='$a denotes required field.';
|
||||
$string['requiredelement']='Required field.';
|
||||
$string['nonexistentformelements']='Trying to add help buttons to nonexistent form elements : $a';
|
||||
$string['nomethodforaddinghelpbutton']='There is no method for adding a help button to form element $a->name (class $a->classname)';
|
||||
?>
|
||||
<?PHP // $Id$
|
||||
// form.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['denotesreq'] = '$a denotes required field.';
|
||||
$string['nomethodforaddinghelpbutton'] = 'There is no method for adding a help button to form element $a->name (class $a->classname)';
|
||||
$string['nonexistentformelements'] = 'Trying to add help buttons to nonexistent form elements : $a';
|
||||
$string['requiredelement'] = 'Required field.';
|
||||
|
||||
?>
|
||||
|
||||
+27
-28
@@ -1,6 +1,5 @@
|
||||
<?PHP // $Id$
|
||||
// forum.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005020101)
|
||||
|
||||
// forum.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['addanewdiscussion'] = 'Add a new discussion topic';
|
||||
@@ -20,6 +19,7 @@ $string['blockafter'] = 'Post threshold for blocking';
|
||||
$string['blockperiod'] = 'Time period for blocking';
|
||||
$string['blockperioddisabled'] = 'Don\'t block';
|
||||
$string['bynameondate'] = 'by $a->name - $a->date';
|
||||
$string['cannotviewpostyet'] = 'You cannot read other students questions in this discussion yet because you haven\'t posted';
|
||||
$string['configcleanreadtime'] = 'The hour of the day to clean old posts from the \'read\' table.';
|
||||
$string['configdisplaymode'] = 'The default display mode for discussions if one isn\'t set.';
|
||||
$string['configenablerssfeeds'] = 'This switch will enable the possibility of RSS feeds for all forums. You will still need to turn feeds on manually in the settings for each forum.';
|
||||
@@ -69,33 +69,33 @@ $string['existingsubscribers'] = 'Existing subscribers';
|
||||
$string['forcesubscribe'] = 'Force everyone to be subscribed';
|
||||
$string['forcesubscribeq'] = 'Force everyone to be subscribed?';
|
||||
$string['forum'] = 'Forum';
|
||||
$string['forum:createattachment'] = 'Create attachments';
|
||||
$string['forum:deleteanypost'] = 'Delete any posts (anytime)';
|
||||
$string['forum:deleteownpost'] = 'Delete own posts (within deadline)';
|
||||
$string['forum:editanypost'] = 'Edit any post';
|
||||
$string['forum:managesubscriptions'] = 'Manage subscriptions';
|
||||
$string['forum:movediscussions'] = 'Move discussions';
|
||||
$string['forum:nothrottling'] = 'No throttling';
|
||||
$string['forum:rate'] = 'Rate posts';
|
||||
$string['forum:replypost'] = 'Reply to posts';
|
||||
$string['forum:splitdiscussions'] = 'Split discussions';
|
||||
$string['forum:startdiscussion'] = 'Start new discussions';
|
||||
$string['forum:viewanyrating'] = 'View any ratings';
|
||||
$string['forum:viewdiscussion'] = 'View discussions';
|
||||
$string['forum:viewhiddentimedposts'] = 'View hidden timed posts';
|
||||
$string['forum:startdiscussion'] = 'Start new discussions';
|
||||
$string['forum:replypost'] = 'Reply to posts';
|
||||
$string['forum:rate'] = 'Rate posts';
|
||||
$string['forum:viewrating'] = 'View ratings';
|
||||
$string['forum:viewanyrating'] = 'View any ratings';
|
||||
$string['forum:createattachment'] = 'Create attachments';
|
||||
$string['forum:deleteownpost'] = 'Delete own posts (within deadline)';
|
||||
$string['forum:deleteanypost'] = 'Delete any posts (anytime)';
|
||||
$string['forum:splitdiscussions'] = 'Split discussions';
|
||||
$string['forum:movediscussions'] = 'Move discussions';
|
||||
$string['forum:editanypost'] = 'Edit any post';
|
||||
$string['forum:viewqandawithoutposting'] = 'Always see Q and A posts';
|
||||
$string['forum:viewrating'] = 'View ratings';
|
||||
$string['forum:viewsubscribers'] = 'View subscribers';
|
||||
$string['forum:managesubscriptions'] = 'Manage subscriptions';
|
||||
$string['forum:nothrottling'] = 'No throttling';
|
||||
$string['forumauthorhidden'] = 'Author (hidden)';
|
||||
$string['forumblockingalmosttoomanyposts'] = 'You are approaching the posting threshold. You have posted $a->numposts times in the last $a->blockperiod and the limit is $a->blockafter posts.';
|
||||
$string['forumbodyhidden'] = 'This post cannot be viewed by you, probably because you have not posted in the discussion yet.';
|
||||
$string['forumintro'] = 'Forum introduction';
|
||||
$string['forumname'] = 'Forum name';
|
||||
$string['forumposts'] = 'Forum posts';
|
||||
$string['forums'] = 'Forums';
|
||||
$string['forumsubjecthidden'] = 'Subject (hidden)';
|
||||
$string['forumtracked'] = 'Unread posts are being tracked';
|
||||
$string['forumtrackednot'] = 'Unread posts are not being tracked';
|
||||
$string['forumblockingalmosttoomanyposts'] = 'You are approaching the posting threshold. You have posted $a->numposts times in the last $a->blockperiod and the limit is $a->blockafter posts.';
|
||||
$string['forumbodyhidden'] = 'This post cannot be viewed by you, probably because you have not posted in the discussion yet.';
|
||||
$string['forumauthorhidden'] = 'Author (hidden)';
|
||||
$string['forumsubjecthidden'] = 'Subject (hidden)';
|
||||
$string['forumtype'] = 'Forum type';
|
||||
$string['generalforum'] = 'Standard forum for general use';
|
||||
$string['generalforums'] = 'General forums';
|
||||
@@ -124,7 +124,7 @@ $string['modulename'] = 'Forum';
|
||||
$string['modulenameplural'] = 'Forums';
|
||||
$string['more'] = 'more';
|
||||
$string['movedmarker'] = '(Moved)';
|
||||
$string['movethisdiscussionto'] = 'Move this discussion to ... ';
|
||||
$string['movethisdiscussionto'] = 'Move this discussion to ...';
|
||||
$string['namenews'] = 'News forum';
|
||||
$string['namesocial'] = 'Social forum';
|
||||
$string['newforumposts'] = 'New forum posts';
|
||||
@@ -142,10 +142,10 @@ $string['nothingnew'] = 'Nothing new for $a';
|
||||
$string['notingroup'] = 'Sorry, but you need to be part of a group to see this forum.';
|
||||
$string['notrackforum'] = 'Don\'t track unread posts';
|
||||
$string['noviewdiscussionspermission'] = 'You do not have the permission to view discussions in this forum';
|
||||
$string['nownotsubscribed'] = '$a->name will NOT receive copies of \'$a->forum\' by email.';
|
||||
$string['nownottracking'] = '$a->name is no longer tracking \'$a->forum\'.';
|
||||
$string['nowallsubscribed'] = 'All forums in $a are subscribed.';
|
||||
$string['nowallunsubscribed'] = 'All forums in $a are not subscribed.';
|
||||
$string['nownotsubscribed'] = '$a->name will NOT receive copies of \'$a->forum\' by email.';
|
||||
$string['nownottracking'] = '$a->name is no longer tracking \'$a->forum\'.';
|
||||
$string['nowsubscribed'] = '$a->name will receive copies of \'$a->forum\' by email.';
|
||||
$string['nowtracking'] = '$a->name is now tracking \'$a->forum\'.';
|
||||
$string['numposts'] = '$a posts';
|
||||
@@ -179,7 +179,6 @@ $string['prunedpost'] = 'A new discussion has been created from that post';
|
||||
$string['pruneheading'] = 'Split the discussion and move this post to a new discussion';
|
||||
$string['qandaforum'] = 'Q and A forum';
|
||||
$string['qandanotify'] = 'This is a Question and Answer forum. In order to see other responses to these Questions, you must first post your Answer';
|
||||
$string['cannotviewpostyet'] = 'You cannot read other students questions in this discussion yet because you haven\'t posted';
|
||||
$string['rate'] = 'Rate';
|
||||
$string['rating'] = 'Rating';
|
||||
$string['ratingeveryone'] = 'Everyone can rate posts';
|
||||
@@ -209,14 +208,14 @@ $string['searchforumintro'] = 'Please enter search terms into one or more of the
|
||||
$string['searchforums'] = 'Search forums';
|
||||
$string['searchfullwords'] = 'These words should appear as whole words';
|
||||
$string['searchnotwords'] = 'These words should NOT be included';
|
||||
$string['searcholderposts'] = 'Search older posts...';
|
||||
$string['searchphrase'] = 'This exact phrase must appear in the post';
|
||||
$string['searchresults'] = 'Search results';
|
||||
$string['searchsubject'] = 'These words should be in the subject';
|
||||
$string['searchuser'] = 'This name should match the author';
|
||||
$string['searchuserid'] = 'The Moodle ID of the author';
|
||||
$string['searchwords'] = 'These words can appear anywhere in the post';
|
||||
$string['searcholderposts'] = 'Search older posts...';
|
||||
$string['searchresults'] = 'Search results';
|
||||
$string['searchwhichforums'] = 'Choose which forums to search';
|
||||
$string['searchwords'] = 'These words can appear anywhere in the post';
|
||||
$string['seeallposts'] = 'See all posts made by this user';
|
||||
$string['sendinratings'] = 'Send in my latest ratings';
|
||||
$string['showsubscribers'] = 'Show/edit current subscribers';
|
||||
@@ -237,8 +236,8 @@ $string['thisforumisthrottled'] = 'This forum has a limit to the number of forum
|
||||
$string['timestartenderror'] = 'Display end date cannot be earlier than the start date';
|
||||
$string['trackforum'] = 'Track unread posts';
|
||||
$string['tracking'] = 'Track';
|
||||
$string['trackingon'] = 'On';
|
||||
$string['trackingoff'] = 'Off';
|
||||
$string['trackingon'] = 'On';
|
||||
$string['trackingoptional'] = 'Optional';
|
||||
$string['trackingtype'] = 'Read tracking for this forum?';
|
||||
$string['unread'] = 'Unread';
|
||||
@@ -252,8 +251,8 @@ $string['warnafter'] = 'Post threshold for warning';
|
||||
$string['yesforever'] = 'Yes, forever';
|
||||
$string['yesinitially'] = 'Yes, initially';
|
||||
$string['youratedthis'] = 'You rated this';
|
||||
$string['yournewtopic'] = 'Your new discussion topic';
|
||||
$string['yournewquestion'] = 'Your new question';
|
||||
$string['yournewtopic'] = 'Your new discussion topic';
|
||||
$string['yourreply'] = 'Your reply';
|
||||
|
||||
?>
|
||||
|
||||
+13
-13
@@ -1,5 +1,5 @@
|
||||
<?PHP // $Id$
|
||||
// glossary.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005010100)
|
||||
// glossary.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['addcomment'] = 'Add comment';
|
||||
@@ -95,8 +95,8 @@ $string['explainalphabet'] = 'Browse the glossary using this index';
|
||||
$string['explainexport'] = 'Click on the button below to export glossary entries.<br />You can import it anytime you wish in this or other course.<p>Please note that attachments (e.g. images) and authors are not exported.</p>';
|
||||
$string['explainimport'] = 'You must specify the file to import and define the criteria of the process.<p>Submit your request and review the results.</p>';
|
||||
$string['explainspecial'] = 'Shows entries that do not begin with a letter';
|
||||
$string['exportentries'] = 'Export entries';
|
||||
$string['exportedentry'] = 'Exported entry';
|
||||
$string['exportentries'] = 'Export entries';
|
||||
$string['exportfile'] = 'Export entries to file';
|
||||
$string['exportglossary'] = 'Export glossary';
|
||||
$string['exporttomainglossary'] = 'Export to main glossary';
|
||||
@@ -105,19 +105,19 @@ $string['fillfields'] = 'Concept and definition are mandatory fields.';
|
||||
$string['filtername'] = 'Glossary Auto-linking';
|
||||
$string['fullmatch'] = 'Match whole words only';
|
||||
$string['globalglossary'] = 'Global glossary';
|
||||
$string['glossary:approve'] = 'Approve unapproved entries';
|
||||
$string['glossary:comment'] = 'Create comments';
|
||||
$string['glossary:export'] = 'Export entries';
|
||||
$string['glossary:import'] = 'Import entries';
|
||||
$string['glossary:managecategories'] = 'Manage categories';
|
||||
$string['glossary:managecomments'] = 'Manage comments';
|
||||
$string['glossary:manageentries'] = 'Manage entries';
|
||||
$string['glossary:rate'] = 'Rate entries';
|
||||
$string['glossary:view'] = 'View glossary';
|
||||
$string['glossary:viewrating'] = 'View ratings';
|
||||
$string['glossary:write'] = 'Create new entries';
|
||||
$string['glossaryleveldefaultsettings'] = 'Glossary Level Default Settings';
|
||||
$string['glossarytype'] = 'Glossary Type';
|
||||
$string['glossary:view'] = 'View glossary';
|
||||
$string['glossary:write'] = 'Create new entries';
|
||||
$string['glossary:manageentries'] = 'Manage entries';
|
||||
$string['glossary:managecategories'] = 'Manage categories';
|
||||
$string['glossary:comment'] = 'Create comments';
|
||||
$string['glossary:managecomments'] = 'Manage comments';
|
||||
$string['glossary:import'] = 'Import entries';
|
||||
$string['glossary:export'] = 'Export entries';
|
||||
$string['glossary:approve'] = 'Approve unapproved entries';
|
||||
$string['glossary:rate'] = 'Rate entries';
|
||||
$string['glossary:viewrating'] = 'View ratings';
|
||||
$string['importcategories'] = 'Import categories';
|
||||
$string['importedcategories'] = 'Imported categories';
|
||||
$string['importedentries'] = 'Imported entries';
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?PHP // $Id$
|
||||
// grades.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005031700)
|
||||
// grades.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['addcategory'] = 'Add Category';
|
||||
@@ -22,7 +22,7 @@ $string['displayweighted'] = 'Display Weighted Grades';
|
||||
$string['dropped'] = 'Dropped';
|
||||
$string['dropxlowest'] = 'Drop X Lowest';
|
||||
$string['dropxlowestwarning'] = 'Note: If you use drop x lowest the grading assumes that all items in the category have the same point value. If point values differ results will be unpredictable';
|
||||
$string['errorgradevaluenonnumeric'] = 'Received non-numeric for low or high grade for ';
|
||||
$string['errorgradevaluenonnumeric'] = 'Received non-numeric for low or high grade for';
|
||||
$string['errornocategorizedid'] = 'Could not get an uncategorized id!';
|
||||
$string['errornocourse'] = 'Could not get course information';
|
||||
$string['errorreprintheadersnonnumeric'] = 'Received non-numeric value for reprint-headers';
|
||||
@@ -31,11 +31,6 @@ $string['excluded'] = 'Excluded';
|
||||
$string['extracredit'] = 'Extra Credit';
|
||||
$string['extracreditwarning'] = 'Note: Setting all items for a category to extra credit will effectively remove them from the grade calculation. Since there will be no point total';
|
||||
$string['forstudents'] = 'For Students';
|
||||
$string['gradeitemaddusers'] = 'Exclude from Grading';
|
||||
$string['gradeitemmembersselected'] = 'Excluded from Grading';
|
||||
$string['gradeitemnonmembers'] = 'Included in Grading';
|
||||
$string['gradeitemremovemembers'] = 'Include in Grading';
|
||||
$string['gradeitems'] = 'Grade Items';
|
||||
$string['gradebook'] = 'Gradebook';
|
||||
$string['gradebookhiddenerror'] = 'The gradebook is currently set to hide everything from students.';
|
||||
$string['gradecategoryhelp'] = 'Grade Category Help';
|
||||
@@ -43,6 +38,11 @@ $string['gradeexceptions'] = 'Grade Exceptions';
|
||||
$string['gradeexceptionshelp'] = 'Grade Exceptions Help';
|
||||
$string['gradehelp'] = 'Grade Help';
|
||||
$string['gradeitem'] = 'Grade Item';
|
||||
$string['gradeitemaddusers'] = 'Exclude from Grading';
|
||||
$string['gradeitemmembersselected'] = 'Excluded from Grading';
|
||||
$string['gradeitemnonmembers'] = 'Included in Grading';
|
||||
$string['gradeitemremovemembers'] = 'Include in Grading';
|
||||
$string['gradeitems'] = 'Grade Items';
|
||||
$string['gradeletter'] = 'Grade Letter';
|
||||
$string['gradeletterhelp'] = 'Grade Letter Help';
|
||||
$string['gradeletternote'] = 'To delete a grade letter just empty any of the<br /> three text areas for that letter and click submit.';
|
||||
@@ -74,7 +74,7 @@ $string['nogradeletters'] = 'No grade letters set';
|
||||
$string['nogradesreturned'] = 'No grades returned';
|
||||
$string['nolettergrade'] = 'No letter grade for';
|
||||
$string['nomode'] = 'NA';
|
||||
$string['nonnumericweight'] = 'Received non-numeric value for ';
|
||||
$string['nonnumericweight'] = 'Received non-numeric value for';
|
||||
$string['nonweightedpct'] = 'non-weighted %%';
|
||||
$string['notteachererror'] = 'You must be a teacher to use this feature.';
|
||||
$string['pctoftotalgrade'] = '%% of total grade';
|
||||
|
||||
+129
-187
@@ -1,211 +1,153 @@
|
||||
<?PHP // $Id$
|
||||
// quiz.php - created with Moodle 1.2 development (2003111400)
|
||||
// hotpot.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
//translators: You might want to leave the first two items 'as is' in English
|
||||
$string['modulename'] = 'Hot Potatoes Quiz';
|
||||
$string['modulenameplural'] = 'Hot Potatoes Quizzes';
|
||||
|
||||
// for mod.html
|
||||
|
||||
$string['hotpot:attempt'] = 'Attempt a quiz';
|
||||
$string['hotpot:viewreport'] = 'View reports';
|
||||
$string['hotpot:grade'] = 'Modify grades';
|
||||
$string['hotpot:deleteattempt'] = 'Delete quiz attempts';
|
||||
|
||||
$string['textsourcequiz'] = 'Get from quiz';
|
||||
$string['textsourcefilename'] = 'Use file name';
|
||||
$string['textsourcefilepath'] = 'Use file path';
|
||||
$string['textsourcespecific'] = 'Specific text';
|
||||
|
||||
$string['alwaysopen'] = 'Always open';
|
||||
$string['specifictime'] = 'Specific time';
|
||||
$string['neverclosed'] = 'Never closed';
|
||||
|
||||
$string['displayhotpotnext'] = 'Display Hot Potatoes quiz next';
|
||||
$string['displaycoursenext'] = 'Display Course page next';
|
||||
$string['displayindexnext'] = 'Display HotPot index next';
|
||||
|
||||
$string['hotpot:view'] = 'Use quiz';
|
||||
|
||||
$string['outputformat'] = 'Output format';
|
||||
$string['outputformat_best'] = 'best';
|
||||
$string['outputformat_v6_plus'] = 'v6+';
|
||||
$string['outputformat_v6'] = 'v6';
|
||||
$string['outputformat_v5_plus'] = 'v5+';
|
||||
$string['outputformat_v5'] = 'v5';
|
||||
$string['outputformat_v4'] = 'v4';
|
||||
$string['outputformat_v3'] = 'v3';
|
||||
$string['outputformat_flash'] = 'Flash';
|
||||
$string['outputformat_mobile'] = 'mobile';
|
||||
|
||||
$string['navigation'] = 'Navigation';
|
||||
$string['navigation_bar'] = 'Moodle navigation bar';
|
||||
$string['navigation_frame'] = 'Moodle navigation frame';
|
||||
$string['navigation_iframe'] = 'Embedded <IFRAME>';
|
||||
$string['navigation_buttons'] = 'Hot Potatoes quiz buttons';
|
||||
$string['navigation_give_up'] = 'A single "Give Up" button';
|
||||
$string['navigation_none'] = 'None';
|
||||
|
||||
$string['giveup'] = 'Give Up';
|
||||
$string['location'] = 'File location';
|
||||
$string['addquizchain'] = 'Add quiz chain';
|
||||
$string['updatequizchain'] = 'Update quiz chain';
|
||||
$string['shownextquiz'] = 'Show next quiz';
|
||||
$string['forceplugins'] = "Force media plugins";
|
||||
$string['clickreporting'] = "Enable click reporting";
|
||||
|
||||
$string['resultssaved'] = 'Quiz results were saved';
|
||||
|
||||
// for edit.php and show.php
|
||||
$string['filetype'] = 'File type';
|
||||
$string['quiztype'] = 'Quiz type';
|
||||
$string['showxmlsource'] = 'Show XML source';
|
||||
$string['showxmltree'] = 'Show XML tree';
|
||||
$string['showhtmlsource'] = 'Show HTML source';
|
||||
$string['enterafilename'] = 'Please enter a file name';
|
||||
|
||||
// show.php (javascript messages, so must be double escaped. i.e. "it's" ==> 'it\\\'s' OR "it\\'s")
|
||||
$string['copytoclipboard'] = 'Copy to Clipboard';
|
||||
$string['copiedtoclipboard'] = 'The contents of this page have been copied to the clipboard';
|
||||
|
||||
// lib.php (calendar events)
|
||||
$string['hotpotcloses'] = 'Hot Potatoes quiz closes';
|
||||
$string['hotpotopens'] = 'Hot Potatoes quiz opens';
|
||||
|
||||
// lib.php (status)
|
||||
$string['noactivity'] = 'No activity';
|
||||
$string['inprogress'] = 'In progress';
|
||||
$string['timedout'] = 'Timed out';
|
||||
$string['abandoned'] = 'Abandoned';
|
||||
$string['completed'] = 'Completed';
|
||||
|
||||
// lib.php (feedback)
|
||||
$string['studentfeedback'] = 'Student feedback';
|
||||
$string['feedbacknone'] = 'None';
|
||||
$string['feedbackwebpage'] = 'Web page';
|
||||
$string['feedbackformmail'] = 'Feedback form';
|
||||
$string['feedbackmoodleforum'] = 'Moodle forum';
|
||||
$string['feedbackmoodlemessaging'] = 'Moodle messaging';
|
||||
|
||||
// lib.php (responses)
|
||||
$string['correct'] = 'Correct';
|
||||
$string['ignored'] = 'Ignored';
|
||||
$string['wrong'] = 'Wrong';
|
||||
$string['score'] = 'Score';
|
||||
$string['weighting'] = 'Weighting';
|
||||
$string['hints'] = 'Hints';
|
||||
$string['clues'] = 'Clues';
|
||||
$string['checks'] = 'Checks';
|
||||
$string['penalties'] = 'Penalties';
|
||||
|
||||
// index.php
|
||||
$string['regrade'] = 'Regrade';
|
||||
$string['regradecheck'] = 'Do you really want to regrade "$a"?';
|
||||
$string['regraderequired'] = 'Regrade required';
|
||||
|
||||
// report.php
|
||||
$string['reportclick'] = 'Click trail report';
|
||||
|
||||
$string['reportcontent'] = 'Content';
|
||||
$string['reportformat'] = 'Format';
|
||||
|
||||
$string['reportbutton'] = 'Generate report';
|
||||
|
||||
$string['addquizchain'] = 'Add quiz chain';
|
||||
$string['allusers'] = 'All users';
|
||||
|
||||
$string['alwaysopen'] = 'Always open';
|
||||
$string['attemptsall'] = 'All attempts';
|
||||
$string['attemptsbest'] = 'Best attempt';
|
||||
$string['attemptsfirst'] = 'First attempt';
|
||||
$string['attemptslast'] = 'Last attempt';
|
||||
|
||||
$string['reportformathtml'] = 'HTML';
|
||||
$string['reportformatexcel'] = 'Excel';
|
||||
$string['reportformattext'] = 'Text';
|
||||
$string['reportencoding'] = 'Encoding';
|
||||
$string['reportwrapdata'] = 'Wrap data';
|
||||
$string['reportshowlegend'] = 'Show legend';
|
||||
|
||||
$string['rawdetails'] = 'Raw attempt details';
|
||||
|
||||
// report/*/report.php
|
||||
$string['average'] = 'Average';
|
||||
$string['questionshort'] = 'Q-$a';
|
||||
|
||||
// report/default.php
|
||||
$string['reportlegend'] = 'Legend';
|
||||
|
||||
// report/overview/report.php
|
||||
$string['checks'] = 'Checks';
|
||||
$string['clickreporting'] = 'Enable click reporting';
|
||||
$string['clues'] = 'Clues';
|
||||
$string['completed'] = 'Completed';
|
||||
$string['configexcelencodings'] = 'A list of encodings, separated by commas, that can be used to force report values into a specific encoding for spreadsheet programs. For example, Microsoft Excel requires the "SJIS" encoding for Japanese';
|
||||
$string['configshowtimes'] = 'Should the time taken to process records be displayed in listings and reports? This is only really necessary if you are trying to find out why your server is running slowly.';
|
||||
$string['copiedtoclipboard'] = 'The contents of this page have been copied to the clipboard';
|
||||
$string['copytoclipboard'] = 'Copy to Clipboard';
|
||||
$string['correct'] = 'Correct';
|
||||
$string['deleteabandoned'] = 'Delete abandoned';
|
||||
$string['deleteabandonedcheck'] = 'Do you really want to delete all $a abandoned attempts?';
|
||||
|
||||
// report/click/report.php
|
||||
$string['reportnottriedsymbol'] = '-';
|
||||
$string['reportcorrectsymbol'] = 'O';
|
||||
$string['reportwrongsymbol'] = 'X';
|
||||
|
||||
$string['reportcoursename'] = 'Course name';
|
||||
$string['reportsectionnumber'] = 'Section';
|
||||
$string['reportexercisenumber'] = 'Exercise';
|
||||
$string['reportexercisename'] = 'Ex. name';
|
||||
$string['reportexercisetype'] = 'Ex. type';
|
||||
$string['reportnumberofquestions'] = "No. of q's";
|
||||
|
||||
$string['reportstudentid'] = 'Student id';
|
||||
$string['reportlogindate'] = 'Login date';
|
||||
$string['reportlogintime'] = 'Login time';
|
||||
$string['reportlogofftime'] = 'Logoff time';
|
||||
|
||||
$string['displaycoursenext'] = 'Display Course page next';
|
||||
$string['displayhotpotnext'] = 'Display Hot Potatoes quiz next';
|
||||
$string['displayindexnext'] = 'Display HotPot index next';
|
||||
$string['enterafilename'] = 'Please enter a file name';
|
||||
$string['error_couldnotopenfolder'] = 'Could not access the folder "$a"';
|
||||
$string['error_couldnotopensourcefile'] = 'Could not open the source file \"$a\"';
|
||||
$string['error_couldnotopentemplate'] = 'Could not open template for "$a" format';
|
||||
$string['error_invalidquiztype'] = 'Quiz type is missing or invalid';
|
||||
$string['error_nocourseorfilename'] = 'Could not create XML tree: missing course or file name';
|
||||
$string['error_nofeedbackurlformmail'] = 'Please enter a URL for the form processing script';
|
||||
$string['error_nofeedbackurlwebpage'] = 'Please enter a URL for the webpage';
|
||||
$string['error_nofilename'] = 'Please enter a file name';
|
||||
$string['error_noquizzesfound'] = 'No Hot Potatoes quizzes found';
|
||||
$string['error_notfileorfolder'] = '"$a" is not file or folder';
|
||||
$string['feedbackformmail'] = 'Feedback form';
|
||||
$string['feedbackmoodleforum'] = 'Moodle forum';
|
||||
$string['feedbackmoodlemessaging'] = 'Moodle messaging';
|
||||
$string['feedbacknone'] = 'None';
|
||||
$string['feedbackwebpage'] = 'Web page';
|
||||
$string['filetype'] = 'File type';
|
||||
$string['forceplugins'] = 'Force media plugins';
|
||||
$string['giveup'] = 'Give Up';
|
||||
$string['hints'] = 'Hints';
|
||||
$string['hotpot:attempt'] = 'Attempt a quiz';
|
||||
$string['hotpot:deleteattempt'] = 'Delete quiz attempts';
|
||||
$string['hotpot:grade'] = 'Modify grades';
|
||||
$string['hotpot:view'] = 'Use quiz';
|
||||
$string['hotpot:viewreport'] = 'View reports';
|
||||
$string['hotpotcloses'] = 'Hot Potatoes quiz closes';
|
||||
$string['hotpotopens'] = 'Hot Potatoes quiz opens';
|
||||
$string['ignored'] = 'Ignored';
|
||||
$string['inprogress'] = 'In progress';
|
||||
$string['location'] = 'File location';
|
||||
$string['modulename'] = 'Hot Potatoes Quiz';
|
||||
$string['modulenameplural'] = 'Hot Potatoes Quizzes';
|
||||
$string['navigation'] = 'Navigation';
|
||||
$string['navigation_bar'] = 'Moodle navigation bar';
|
||||
$string['navigation_buttons'] = 'Hot Potatoes quiz buttons';
|
||||
$string['navigation_frame'] = 'Moodle navigation frame';
|
||||
$string['navigation_give_up'] = 'A single "Give Up" button';
|
||||
$string['navigation_iframe'] = 'Embedded <IFRAME>';
|
||||
$string['navigation_none'] = 'None';
|
||||
$string['neverclosed'] = 'Never closed';
|
||||
$string['noactivity'] = 'No activity';
|
||||
$string['noresponses'] = 'No information about individual questions and responses was found.';
|
||||
$string['outputformat'] = 'Output format';
|
||||
$string['outputformat_best'] = 'best';
|
||||
$string['outputformat_flash'] = 'Flash';
|
||||
$string['outputformat_mobile'] = 'mobile';
|
||||
$string['outputformat_v3'] = 'v3';
|
||||
$string['outputformat_v4'] = 'v4';
|
||||
$string['outputformat_v5'] = 'v5';
|
||||
$string['outputformat_v5_plus'] = 'v5+';
|
||||
$string['outputformat_v6'] = 'v6';
|
||||
$string['outputformat_v6_plus'] = 'v6+';
|
||||
$string['penalties'] = 'Penalties';
|
||||
$string['questionshort'] = 'Q-$a';
|
||||
$string['quiztype'] = 'Quiz type';
|
||||
$string['rawdetails'] = 'Raw attempt details';
|
||||
$string['regrade'] = 'Regrade';
|
||||
$string['regradecheck'] = 'Do you really want to regrade "$a"?';
|
||||
$string['regraderequired'] = 'Regrade required';
|
||||
$string['reportanswers'] = 'Answers';
|
||||
$string['reportattemptfinish'] = 'Att. finish';
|
||||
$string['reportattemptnumber'] = 'Attempt';
|
||||
$string['reportattemptstart'] = 'Att. start';
|
||||
$string['reportattemptfinish'] = 'Att. finish';
|
||||
|
||||
$string['reportbutton'] = 'Generate report';
|
||||
$string['reportchanges'] = 'Changes';
|
||||
$string['reportchecks'] = 'Checks';
|
||||
$string['reportclick'] = 'Click trail report';
|
||||
$string['reportclicknumber'] = 'Click';
|
||||
$string['reportclicktime'] = 'Click time';
|
||||
$string['reportclicktype'] = 'Click type';
|
||||
|
||||
$string['reportthisclick'] = '$a this click';
|
||||
$string['reportsofar'] = '$a so far';
|
||||
|
||||
$string['reportquestionstried'] = "Q's tried";
|
||||
|
||||
$string['reportright'] = 'Right';
|
||||
$string['reportwrong'] = 'Wrong';
|
||||
$string['reportnottried'] = 'Not tried';
|
||||
|
||||
$string['reportanswers'] = 'Answers';
|
||||
$string['reportchanges'] = 'Changes';
|
||||
$string['reportchecks'] = 'Checks';
|
||||
$string['reportclues'] = 'Clues';
|
||||
$string['reportcontent'] = 'Content';
|
||||
$string['reportcorrectsymbol'] = 'O';
|
||||
$string['reportcoursename'] = 'Course name';
|
||||
$string['reportencoding'] = 'Encoding';
|
||||
$string['reportevents'] = 'Events';
|
||||
$string['reportexercisename'] = 'Ex. name';
|
||||
$string['reportexercisenumber'] = 'Exercise';
|
||||
$string['reportexercisetype'] = 'Ex. type';
|
||||
$string['reportformat'] = 'Format';
|
||||
$string['reportformatexcel'] = 'Excel';
|
||||
$string['reportformathtml'] = 'HTML';
|
||||
$string['reportformattext'] = 'Text';
|
||||
$string['reporthints'] = 'Hints';
|
||||
$string['reportshowanswer'] = 'Show answers';
|
||||
$string['reportstatus'] = 'Status';
|
||||
|
||||
$string['reportrawscore'] = 'Raw score';
|
||||
$string['reportmaxscore'] = 'Max score';
|
||||
$string['reportpercentscore'] = '%% Score';
|
||||
|
||||
$string['reporthotpotscore'] = 'Hotpot score';
|
||||
|
||||
// review.php
|
||||
$string['noresponses'] = 'No information about individual questions and responses was found.';
|
||||
$string['reportlegend'] = 'Legend';
|
||||
$string['reportlogindate'] = 'Login date';
|
||||
$string['reportlogintime'] = 'Login time';
|
||||
$string['reportlogofftime'] = 'Logoff time';
|
||||
$string['reportmaxscore'] = 'Max score';
|
||||
$string['reportnottried'] = 'Not tried';
|
||||
$string['reportnottriedsymbol'] = '-';
|
||||
$string['reportnumberofquestions'] = 'No. of q\'s';
|
||||
$string['reportpercentscore'] = '%% Score';
|
||||
$string['reportquestionstried'] = 'Q\'s tried';
|
||||
$string['reportrawscore'] = 'Raw score';
|
||||
$string['reportright'] = 'Right';
|
||||
$string['reportsectionnumber'] = 'Section';
|
||||
$string['reportshowanswer'] = 'Show answers';
|
||||
$string['reportshowlegend'] = 'Show legend';
|
||||
$string['reportsofar'] = '$a so far';
|
||||
$string['reportstatus'] = 'Status';
|
||||
$string['reportstudentid'] = 'Student id';
|
||||
$string['reportthisclick'] = '$a this click';
|
||||
$string['reporttimerecorded'] = 'Responses recorded';
|
||||
$string['reportwrapdata'] = 'Wrap data';
|
||||
$string['reportwrong'] = 'Wrong';
|
||||
$string['reportwrongsymbol'] = 'X';
|
||||
$string['resultssaved'] = 'Quiz results were saved';
|
||||
$string['score'] = 'Score';
|
||||
$string['showhtmlsource'] = 'Show HTML source';
|
||||
$string['shownextquiz'] = 'Show next quiz';
|
||||
$string['showxmlsource'] = 'Show XML source';
|
||||
$string['showxmltree'] = 'Show XML tree';
|
||||
$string['specifictime'] = 'Specific time';
|
||||
$string['studentfeedback'] = 'Student feedback';
|
||||
$string['textsourcefilename'] = 'Use file name';
|
||||
$string['textsourcefilepath'] = 'Use file path';
|
||||
$string['textsourcequiz'] = 'Get from quiz';
|
||||
$string['textsourcespecific'] = 'Specific text';
|
||||
$string['timedout'] = 'Timed out';
|
||||
$string['updatequizchain'] = 'Update quiz chain';
|
||||
$string['weighting'] = 'Weighting';
|
||||
$string['wrong'] = 'Wrong';
|
||||
|
||||
// config.html
|
||||
$string['configshowtimes'] = 'Should the time taken to process records be displayed in listings and reports? This is only really necessary if you are trying to find out why your server is running slowly.';
|
||||
$string['configexcelencodings'] = 'A list of encodings, separated by commas, that can be used to force report values into a specific encoding for spreadsheet programs. For example, Microsoft Excel requires the "SJIS" encoding for Japanese';
|
||||
|
||||
// error messages (lib.php)
|
||||
$string['error_nofilename'] = 'Please enter a file name';
|
||||
$string['error_notfileorfolder'] = '"$a" is not file or folder';
|
||||
$string['error_nocourseorfilename'] = 'Could not create XML tree: missing course or file name';
|
||||
$string['error_couldnotopensourcefile'] = 'Could not open the source file \\"$a\\"';
|
||||
$string['error_couldnotopenfolder'] = 'Could not access the folder "$a"';
|
||||
$string['error_couldnotopentemplate'] = 'Could not open template for "$a" format';
|
||||
$string['error_noquizzesfound'] = 'No Hot Potatoes quizzes found';
|
||||
$string['error_nofeedbackurlwebpage'] = 'Please enter a URL for the webpage';
|
||||
$string['error_nofeedbackurlformmail'] = 'Please enter a URL for the form processing script';
|
||||
|
||||
// error messages (attempt.php)
|
||||
$string['error_invalidquiztype'] = 'Quiz type is missing or invalid';
|
||||
?>
|
||||
|
||||
+31
-33
@@ -1,17 +1,17 @@
|
||||
<?PHP // $Id$
|
||||
// install.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005010100)
|
||||
// install.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['admindirerror'] = 'The admin directory specified is incorrect';
|
||||
$string['admindirname'] = 'Admin Directory';
|
||||
$string['admindirsetting'] = ' A very few webhosts use /admin as a special URL for you to access a
|
||||
$string['admindirsetting'] = 'A very few webhosts use /admin as a special URL for you to access a
|
||||
control panel or something. Unfortunately this conflicts with the
|
||||
standard location for the Moodle admin pages. You can fix this by
|
||||
renaming the admin directory in your installation, and putting that
|
||||
new name here. For example: <br /> <br /><b>moodleadmin</b><br /> <br />
|
||||
This will fix admin links in Moodle.';
|
||||
$string['admindirsettinghead'] = 'Setting the admin directory ...';
|
||||
$string['admindirsettingsub'] = ' A very few webhosts use /admin as a special URL for you to access a
|
||||
$string['admindirsettingsub'] = 'A very few webhosts use /admin as a special URL for you to access a
|
||||
control panel or something. Unfortunately this conflicts with the
|
||||
standard location for the Moodle admin pages. You can fix this by
|
||||
renaming the admin directory in your installation, and putting that
|
||||
@@ -30,7 +30,7 @@ $string['configurationcomplete'] = 'Configuration completed';
|
||||
$string['configurationcompletehead'] = 'Configuration completed';
|
||||
$string['configurationcompletesub'] = 'Moodle made an attempt to save your configuration in a file in the root of your Moodle installation.';
|
||||
$string['database'] = 'Database';
|
||||
$string['databasecreationsettings'] = ' Now you need to configure the database settings where most Moodle data
|
||||
$string['databasecreationsettings'] = 'Now you need to configure the database settings where most Moodle data
|
||||
will be stored. This database will be created automatically by the installer
|
||||
with the settings specified below.<br />
|
||||
<br /> <br />
|
||||
@@ -49,7 +49,7 @@ $string['databasecreationsettingssub'] = '<b>Type:</b> fixed to \"mysql\" by the
|
||||
<b>User:</b> fixed to \"root\" by the installer<br />
|
||||
<b>Password:</b> your database password<br />
|
||||
<b>Tables Prefix:</b> optional prefix to use for all table names';
|
||||
$string['databasesettings'] = ' Now you need to configure the database where most Moodle data
|
||||
$string['databasesettings'] = 'Now you need to configure the database where most Moodle data
|
||||
will be stored. This database must already have been created
|
||||
and a username and password created to access it.<br />
|
||||
<br /> <br />
|
||||
@@ -68,18 +68,6 @@ $string['databasesettingssub'] = '<b>Type:</b> mysql or postgres7<br />
|
||||
<b>User:</b> your database username<br />
|
||||
<b>Password:</b> your database password<br />
|
||||
<b>Tables Prefix:</b> optional prefix to use for all table names';
|
||||
$string['databasesettingssub_mysql'] = '<b>Type:</b> MySQL<br />
|
||||
<b>Host:</b> eg localhost or db.isp.com<br />
|
||||
<b>Name:</b> database name, eg moodle<br />
|
||||
<b>User:</b> your database username<br />
|
||||
<b>Password:</b> your database password<br />
|
||||
<b>Tables Prefix:</b> prefix to use for all table names (optional)';
|
||||
$string['databasesettingssub_postgres7'] = '<b>Type:</b> PostgreSQL<br />
|
||||
<b>Host:</b> eg localhost or db.isp.com<br />
|
||||
<b>Name:</b> database name, eg moodle<br />
|
||||
<b>User:</b> your database username<br />
|
||||
<b>Password:</b> your database password<br />
|
||||
<b>Tables Prefix:</b> prefix to use for all table names (mandatory)';
|
||||
$string['databasesettingssub_mssql'] = '<b>Type:</b> SQL*Server (non UTF-8) <b><font color=\"red\">Experimental! (not for use in production)</font></b><br />
|
||||
<b>Host:</b> eg localhost or db.isp.com<br />
|
||||
<b>Name:</b> database name, eg moodle<br />
|
||||
@@ -92,30 +80,42 @@ $string['databasesettingssub_mssql_n'] = '<b>Type:</b> SQL*Server (UTF-8 enabled
|
||||
<b>User:</b> your database username<br />
|
||||
<b>Password:</b> your database password<br />
|
||||
<b>Tables Prefix:</b> prefix to use for all table names (mandatory)';
|
||||
$string['databasesettingssub_odbc_mssql'] = '<b>Type:</b> SQL*Server (over ODBC) <b><font color=\"red\">Experimental! (not for use in production)</font></b><br />
|
||||
<b>Host:</b> given name of the DSN in the ODBC control panel<br />
|
||||
$string['databasesettingssub_mysql'] = '<b>Type:</b> MySQL<br />
|
||||
<b>Host:</b> eg localhost or db.isp.com<br />
|
||||
<b>Name:</b> database name, eg moodle<br />
|
||||
<b>User:</b> your database username<br />
|
||||
<b>Password:</b> your database password<br />
|
||||
<b>Tables Prefix:</b> prefix to use for all table names (mandatory)';
|
||||
<b>Tables Prefix:</b> prefix to use for all table names (optional)';
|
||||
$string['databasesettingssub_oci8po'] = '<b>Type:</b> Oracle<br />
|
||||
<b>Host:</b> not used, must be left blank<br />
|
||||
<b>Name:</b> given name of the tnsnames.ora connection<br />
|
||||
<b>User:</b> your database username<br />
|
||||
<b>Password:</b> your database password<br />
|
||||
<b>Tables Prefix:</b> prefix to use for all table names (mandatory, 2cc. max)';
|
||||
$string['databasesettingssub_odbc_mssql'] = '<b>Type:</b> SQL*Server (over ODBC) <b><font color=\"red\">Experimental! (not for use in production)</font></b><br />
|
||||
<b>Host:</b> given name of the DSN in the ODBC control panel<br />
|
||||
<b>Name:</b> database name, eg moodle<br />
|
||||
<b>User:</b> your database username<br />
|
||||
<b>Password:</b> your database password<br />
|
||||
<b>Tables Prefix:</b> prefix to use for all table names (mandatory)';
|
||||
$string['databasesettingssub_postgres7'] = '<b>Type:</b> PostgreSQL<br />
|
||||
<b>Host:</b> eg localhost or db.isp.com<br />
|
||||
<b>Name:</b> database name, eg moodle<br />
|
||||
<b>User:</b> your database username<br />
|
||||
<b>Password:</b> your database password<br />
|
||||
<b>Tables Prefix:</b> prefix to use for all table names (mandatory)';
|
||||
$string['dataroot'] = 'Data Directory';
|
||||
$string['datarooterror'] = 'The \'Data Directory\' you specified could not be found or created. Either correct the path or create that directory manually.';
|
||||
$string['dbconnectionerror'] = 'We could not connect to the database you specified. Please check your database settings.';
|
||||
$string['dbcreationerror'] = 'Database creation error. Could not create the given database name with the settings provided';
|
||||
$string['dbwrongencoding'] = 'The selected database is running under one non-recommended encoding ($a). It would be better to use one Unicode (UTF-8) encoded database instead. Anyway, you can bypass this test by selecting the \"Skip DB Encoding Test\" check below, but you could experience problems in the future.';
|
||||
$string['dbwronghostserver'] = 'You must follow \"Host\" rules as explained above.';
|
||||
$string['dbwrongnlslang'] = 'The NLS_LANG environment variable in your web server must use the AL32UTF8 charset. See PHP documentation about how to configure OCI8 properly.';
|
||||
$string['dbwrongprefix'] = 'You must follow \"Tables Prefix\" rules as explained above.';
|
||||
$string['dbhost'] = 'Host Server';
|
||||
$string['dbpass'] = 'Password';
|
||||
$string['dbprefix'] = 'Tables prefix';
|
||||
$string['dbtype'] = 'Type';
|
||||
$string['dbwrongencoding'] = 'The selected database is running under one non-recommended encoding ($a). It would be better to use one Unicode (UTF-8) encoded database instead. Anyway, you can bypass this test by selecting the \"Skip DB Encoding Test\" check below, but you could experience problems in the future.';
|
||||
$string['dbwronghostserver'] = 'You must follow \"Host\" rules as explained above.';
|
||||
$string['dbwrongnlslang'] = 'The NLS_LANG environment variable in your web server must use the AL32UTF8 charset. See PHP documentation about how to configure OCI8 properly.';
|
||||
$string['dbwrongprefix'] = 'You must follow \"Tables Prefix\" rules as explained above.';
|
||||
$string['directorysettings'] = '<p>Please confirm the locations of this Moodle installation.</p>
|
||||
|
||||
<p><b>Web Address:</b>
|
||||
@@ -134,7 +134,7 @@ directory should be readable AND WRITEABLE by the web server user
|
||||
(usually \'nobody\' or \'apache\'), but it must not be accessible
|
||||
directly via the web.</p>';
|
||||
$string['directorysettingshead'] = 'Please confirm the locations of this Moodle installation';
|
||||
$string['directorysettingssub'] ='<b>Web Address:</b>
|
||||
$string['directorysettingssub'] = '<b>Web Address:</b>
|
||||
Specify the full web address where Moodle will be accessed.
|
||||
If your web site is accessible via multiple URLs then choose the
|
||||
most natural one that your students would use. Do not include
|
||||
@@ -193,11 +193,10 @@ $string['globalsquoteshelp'] = '<p>Combination of disabled Magic Quotes GPC and
|
||||
called .htaccess within your Moodle directory:
|
||||
<blockquote>php_value magic_quotes_gpc On</blockquote>
|
||||
<blockquote>php_value register_globals Off</blockquote>
|
||||
</p>
|
||||
';
|
||||
</p>';
|
||||
$string['installation'] = 'Installation';
|
||||
$string['langdownloadok'] = 'The language \"$a\" was installed successfully. The installation process will continue in this language.';
|
||||
$string['langdownloaderror'] = 'Unfortunately the language \"$a\" was not installed. The installation process will continue in English.';
|
||||
$string['langdownloadok'] = 'The language \"$a\" was installed successfully. The installation process will continue in this language.';
|
||||
$string['magicquotesruntime'] = 'Magic Quotes Run Time';
|
||||
$string['magicquotesruntimeerror'] = 'This should be off';
|
||||
$string['magicquotesruntimehelp'] = '<p>Magic quotes runtime should be turned off for Moodle to function properly.</p>
|
||||
@@ -207,8 +206,7 @@ $string['magicquotesruntimehelp'] = '<p>Magic quotes runtime should be turned of
|
||||
<p>If you don\'t have access to your php.ini, you might be able to place the following line in a file
|
||||
called .htaccess within your Moodle directory:
|
||||
<blockquote>php_value magic_quotes_runtime Off</blockquote>
|
||||
</p>
|
||||
';
|
||||
</p>';
|
||||
$string['memorylimit'] = 'Memory Limit';
|
||||
$string['memorylimiterror'] = 'The PHP memory limit is set quite low ... you may run into problems later.';
|
||||
$string['memorylimithelp'] = '<p>The PHP memory limit for your server is currently set to $a.</p>
|
||||
@@ -237,17 +235,17 @@ $string['mysql'] = 'MySQL (mysql)';
|
||||
$string['mysqlextensionisnotpresentinphp'] = 'PHP has not been properly configured with the MySQL extension so that it can communicate with MySQL. Please check your php.ini file or recompile PHP.';
|
||||
$string['oci8po'] = 'Oracle (oci8po)';
|
||||
$string['ociextensionisnotpresentinphp'] = 'PHP has not been properly configured with the OCI8 extension so that it can communicate with Oracle. Please check your php.ini file or recompile PHP.';
|
||||
$string['odbcextensionisnotpresentinphp'] = 'PHP has not been properly configured with the ODBC extension so that it can communicate with SQL*Server. Please check your php.ini file or recompile PHP.';
|
||||
$string['odbc_mssql'] = 'SQL*Server over ODBC (odbc_mssql)';
|
||||
$string['pgsqlextensionisnotpresentinphp'] = 'PHP has not been properly configured with the PGSQL extension so that it can communicate with PostgreSQL. Please check your php.ini file or recompile PHP.';
|
||||
$string['postgres7'] = 'PostgreSQL (postgres7)';
|
||||
$string['odbcextensionisnotpresentinphp'] = 'PHP has not been properly configured with the ODBC extension so that it can communicate with SQL*Server. Please check your php.ini file or recompile PHP.';
|
||||
$string['pass'] = 'Pass';
|
||||
$string['pgsqlextensionisnotpresentinphp'] = 'PHP has not been properly configured with the PGSQL extension so that it can communicate with PostgreSQL. Please check your php.ini file or recompile PHP.';
|
||||
$string['phpversion'] = 'PHP version';
|
||||
$string['phpversionerror'] = 'PHP version must be at least 4.3.0 or 5.1.0 (5.0.x has a number of known problems).';
|
||||
$string['phpversionhelp'] = '<p>Moodle requires a PHP version of at least 4.3.0 or 5.1.0 (5.0.x has a number of known problems).</p>
|
||||
<p>You are currently running version $a</p>
|
||||
<p>You must upgrade PHP or move to a host with a newer version of PHP!<br/>
|
||||
(In case of 5.0.x you could also downgrade to 4.4.x version)</p>';
|
||||
$string['postgres7'] = 'PostgreSQL (postgres7)';
|
||||
$string['safemode'] = 'Safe Mode';
|
||||
$string['safemodeerror'] = 'Moodle may have trouble with safe mode on';
|
||||
$string['safemodehelp'] = '<p>Moodle may have a variety of problems with safe mode on, not least is that
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php // $Id$
|
||||
// journal.php - created with Moodle 1.2 + (2004032100)
|
||||
<?PHP // $Id$
|
||||
// journal.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['alwaysopen'] = 'Always open';
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php // $Id$
|
||||
// label.php - created with Moodle 1.2 development (2003111400)
|
||||
<?PHP // $Id$
|
||||
// label.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['labeltext'] = 'Label text';
|
||||
|
||||
@@ -1,27 +1,29 @@
|
||||
<?php
|
||||
<?PHP // $Id$
|
||||
// lams.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['createSequence'] = 'Create new sequence';
|
||||
$string['editSequence'] = 'Edit selected sequence';
|
||||
$string['error'] = 'Sorry, an unknown error has occured.';
|
||||
$string['introduction'] = 'Introduction';
|
||||
$string['introduction'] = 'Introduction';
|
||||
$string['lams'] = '-- LAMS - Learning Activity Management System --';
|
||||
$string['lams:participate'] = 'Participate in LAMS activities';
|
||||
$string['lams:manage'] = 'Manage LAMS activities';
|
||||
$string['lams:participate'] = 'Participate in LAMS activities';
|
||||
$string['lamsoutline'] = 'LAMS Outline';
|
||||
$string['lesson']="learning session";
|
||||
$string['lesson'] = 'learning session';
|
||||
$string['modulename'] = 'LAMS';
|
||||
$string['modulenameplural'] = 'LAMS';
|
||||
$string['notsetup'] = 'NOT_SET_UP';
|
||||
$string['openauthor'] = 'Open LAMS Author';
|
||||
$string['openlearner'] = 'Open LAMS Learner';
|
||||
$string['openmonitor'] = 'Open LAMS Monitor';
|
||||
$string['refreshSequenceList'] = 'Refresh sequence list';
|
||||
$string['refreshSequenceList'] = 'Refresh sequence list';
|
||||
$string['selectExistingSequence'] = 'Select an existing sequence or create a new sequence.';
|
||||
$string['sequence'] = 'Select Sequence';
|
||||
$string['serverid'] = 'Enter the server ID received from <a href=http://www.lamsinternational.com target=_blank>LAMS international</a>.';
|
||||
$string['serverkey'] = 'Enter the server key received from <a href=http://www.lamsinternational.com target=_blank>LAMS international</a>.';
|
||||
$string['serverurl'] = 'Enter the basic URL used to access the LAMS server. For example http://localhost:8080/lams';
|
||||
$string['useSequence'] = 'Use selected sequence';
|
||||
$string['useSequence'] = 'Use selected sequence';
|
||||
$string['visibletostudents'] = 'Show activity to students';
|
||||
$string['wikistartederror'] = 'Wiki already has entries - can\'t change.';
|
||||
$string['workspace'] = 'Select Workspace';
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
<?php
|
||||
<?PHP // $Id$
|
||||
// langconfig.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$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['backupnameformat'] = '%%Y%%m%%d-%%H%%M';
|
||||
$string['firstdayofweek'] = '0';
|
||||
@@ -20,4 +23,5 @@ $string['strftimetime'] = '%%I:%%M %%p';
|
||||
$string['thischarset'] = 'UTF-8';
|
||||
$string['thisdirection'] = 'ltr';
|
||||
$string['thislanguage'] = 'English';
|
||||
|
||||
?>
|
||||
|
||||
+13
-21
@@ -1,12 +1,6 @@
|
||||
<?php // $Id$
|
||||
/**
|
||||
* Language entries for Lesson Module
|
||||
*
|
||||
* @version $Id$
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
|
||||
* @package lesson
|
||||
**/
|
||||
|
||||
<?PHP // $Id$
|
||||
// lesson.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['accesscontrol'] = 'Access control';
|
||||
$string['actionaftercorrectanswer'] = 'Action after correct answer';
|
||||
@@ -67,7 +61,7 @@ $string['credit'] = 'Credit';
|
||||
$string['customscoring'] = 'Custom scoring';
|
||||
$string['deadline'] = 'Deadline';
|
||||
$string['defaultessayresponse'] = 'Your essay will be graded by the course instructor.';
|
||||
$string['deletedefaults'] = 'Deleted $a x lesson default';
|
||||
$string['deletedefaults'] = 'Deleted $a x lesson default';
|
||||
$string['deletedpage'] = 'Deleted page';
|
||||
$string['deleting'] = 'Deleting';
|
||||
$string['deletingpage'] = 'Deleting page: $a';
|
||||
@@ -79,7 +73,7 @@ $string['didnotreceivecredit'] = 'Did not receive credit';
|
||||
$string['displaydefaultfeedback'] = 'Display default feedback';
|
||||
$string['displayhighscores'] = 'Display high scores';
|
||||
$string['displayinleftmenu'] = 'Display in left menu?';
|
||||
$string['displayleftif'] = 'and only display if $a has grade greater than: ';
|
||||
$string['displayleftif'] = 'and only display if $a has grade greater than:';
|
||||
$string['displayleftmenu'] = 'Display left menu';
|
||||
$string['displayofgrade'] = 'Display of grade (for students only)';
|
||||
$string['displayreview'] = 'Display review button';
|
||||
@@ -101,7 +95,7 @@ $string['enterpassword'] = 'Please enter the password:';
|
||||
$string['eolstudentoutoftime'] = 'Attention: You ran out of time for this lesson. Your last answer may not have counted if it was answered after the time was up.';
|
||||
$string['eolstudentoutoftimenoanswers'] = 'You did not answer any questions. You have received a 0 for this lesson.';
|
||||
$string['essay'] = 'Essay';
|
||||
$string['essayemailmessage'] = '<p>Essay prompt:<blockquote>$a->question</blockquote></p><p>Your response:<blockquote><em>$a->response</em></blockquote></p><p>$a->teacher\'s comments:<blockquote><em>$a->comment</em></blockquote></p><p>You have received $a->earned out of $a->outof for this essay question.</p><p>Your grade for the lesson has been changed to $a->newgrade%.</p>'; // % = %
|
||||
$string['essayemailmessage'] = '<p>Essay prompt:<blockquote>$a->question</blockquote></p><p>Your response:<blockquote><em>$a->response</em></blockquote></p><p>$a->teacher\'s comments:<blockquote><em>$a->comment</em></blockquote></p><p>You have received $a->earned out of $a->outof for this essay question.</p><p>Your grade for the lesson has been changed to $a->newgrade%.</p>';
|
||||
$string['essayemailsubject'] = 'Your grade for $a question';
|
||||
$string['essays'] = 'Essays';
|
||||
$string['essayscore'] = 'Essay score';
|
||||
@@ -112,7 +106,7 @@ $string['flowcontrol'] = 'Flow control';
|
||||
$string['full'] = 'Expanded';
|
||||
$string['general'] = 'General';
|
||||
$string['grade'] = 'Grade';
|
||||
$string['gradebetterthan'] = 'Grade better than (%)'; // % = %
|
||||
$string['gradebetterthan'] = 'Grade better than (%)';
|
||||
$string['gradebetterthanerror'] = 'Earn a grade better than $a percent';
|
||||
$string['gradeessay'] = 'Grade essay questions ($a->notgradedcount not graded and $a->notsentcount not sent)';
|
||||
$string['gradeis'] = 'Grade is $a';
|
||||
@@ -132,6 +126,8 @@ $string['jumps'] = 'Jumps';
|
||||
$string['jumpsto'] = 'Jumps to <em>$a</em>';
|
||||
$string['leftduringtimed'] = 'You have left during a timed lesson.<br />Please click on Continue to restart the lesson.';
|
||||
$string['leftduringtimednoretake'] = 'You have left during a timed lesson and you are<br />not allowed to retake or continue the lesson.';
|
||||
$string['lesson:edit'] = 'Edit a lesson activity';
|
||||
$string['lesson:manage'] = 'Manage a lesson activity';
|
||||
$string['lessonclosed'] = 'This lesson closed on $a.';
|
||||
$string['lessoncloses'] = 'Lesson closes';
|
||||
$string['lessondefault'] = 'Use this lesson\'s settings as defaults';
|
||||
@@ -142,9 +138,6 @@ $string['lessonopen'] = 'This lesson will be open on $a.';
|
||||
$string['lessonopens'] = 'Lesson opens';
|
||||
$string['lessonpagelinkingbroken'] = 'First page not found. Lesson page linking must be broken. Please contact an admin.';
|
||||
$string['lessonstats'] = 'Lesson statistics';
|
||||
$string['lesson:edit'] = 'Edit a lesson activity';
|
||||
$string['lesson:manage'] = 'Manage a lesson activity';
|
||||
$string['lessonstats'] = 'Lesson statistics';
|
||||
$string['loginfail'] = 'Login failed, please try again...';
|
||||
$string['lowscore'] = 'Low score';
|
||||
$string['lowtime'] = 'Low time';
|
||||
@@ -157,11 +150,11 @@ $string['maximumnumberofattempts'] = 'Maximum number of attempts';
|
||||
$string['maximumnumberofattemptsreached'] = 'Maximum number of attempts reached - Moving to next page';
|
||||
$string['maxtime'] = 'Time limit (minutes)';
|
||||
$string['maxtimewarning'] = 'You have $a minute(s) to finish the lesson.';
|
||||
$string['mediaclose'] = 'Show close button: ';
|
||||
$string['mediaclose'] = 'Show close button:';
|
||||
$string['mediafile'] = 'Pop-up to file or web page';
|
||||
$string['mediafilepopup'] = 'Click here to view this lesson\'s media file.';
|
||||
$string['mediaheight'] = 'Window height: ';
|
||||
$string['mediawidth'] = ' width: ';
|
||||
$string['mediaheight'] = 'Window height:';
|
||||
$string['mediawidth'] = 'width:';
|
||||
$string['minimumnumberofquestions'] = 'Minimum number of questions';
|
||||
$string['missingname'] = 'Please enter a nickname';
|
||||
$string['modattempts'] = 'Allow student review';
|
||||
@@ -230,7 +223,7 @@ $string['progressbar'] = 'Progress Bar';
|
||||
$string['progressbarteacherwarning'] = 'Progress Bar does not display for $a';
|
||||
$string['qtype'] = 'Page type';
|
||||
$string['question'] = 'Question';
|
||||
$string['questionoption'] = 'Question ';
|
||||
$string['questionoption'] = 'Question';
|
||||
$string['questiontype'] = 'Question type';
|
||||
$string['randombranch'] = 'Random branch page';
|
||||
$string['randompageinbranch'] = 'Random question within a branch';
|
||||
@@ -305,5 +298,4 @@ $string['yourcurrentgradeis'] = 'Your current grade is $a';
|
||||
$string['yourcurrentgradeisoutof'] = 'Your current grade is $a->grade out of $a->total';
|
||||
$string['youshouldview'] = 'You should answer at least: $a';
|
||||
|
||||
|
||||
?>
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<?php /// $Id$
|
||||
<?PHP // $Id$
|
||||
// mediaplugin.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
$string['filtername'] = "Multimedia Plugins";
|
||||
|
||||
$string['filtername'] = 'Multimedia Plugins';
|
||||
|
||||
?>
|
||||
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
<?php // $Id$
|
||||
<?PHP // $Id$
|
||||
// message.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['addcontact'] = 'Add contact';
|
||||
$string['addsomecontacts'] = 'To send a message to someone, or to add a shortcut for them on this page, use the <a href=\"$a\">search tab</a> above.';
|
||||
@@ -10,11 +12,11 @@ $string['allusers'] = 'All messages from all users';
|
||||
$string['backupmessageshelp'] = 'If enabled, then instant messages will be included in SITE automated backups';
|
||||
$string['beepnewmessage'] = 'Beep when a new message comes in (may require browser plugin that can play sounds, such as Quicktime)';
|
||||
$string['blockcontact'] = 'Block contact';
|
||||
$string['blocknoncontacts'] = 'Block all new messages from people who are not on my contact list';
|
||||
$string['blockedmessages'] = '$a message(s) to/from blocked users';
|
||||
$string['context'] = 'context';
|
||||
$string['blocknoncontacts'] = 'Block all new messages from people who are not on my contact list';
|
||||
$string['contactlistempty'] = 'Your contact list is currently empty';
|
||||
$string['contacts'] = 'Contacts';
|
||||
$string['context'] = 'context';
|
||||
$string['deletemessagesdays'] = 'Number of days before old messages are automatically deleted';
|
||||
$string['discussion'] = 'Discussion';
|
||||
$string['emailmessages'] = 'Email messages when I am offline';
|
||||
@@ -32,9 +34,9 @@ $string['messages'] = 'Messages';
|
||||
$string['messaging'] = 'Messaging';
|
||||
$string['mycontacts'] = 'My Contacts';
|
||||
$string['newsearch'] = 'New search';
|
||||
$string['nosearchresults'] = 'There were no results from your search';
|
||||
$string['nomessages'] = 'No messages waiting';
|
||||
$string['nomessagesfound'] = 'No messages were found';
|
||||
$string['nosearchresults'] = 'There were no results from your search';
|
||||
$string['offline'] = 'Offline';
|
||||
$string['offlinecontacts'] = 'Offline Contacts ($a)';
|
||||
$string['online'] = 'Online';
|
||||
@@ -63,5 +65,4 @@ $string['userisblockingyou'] = 'This user has blocked you from sending messages
|
||||
$string['userisblockingyounoncontact'] = 'This user is only accepting messages from people listed as contacts, and you are not currently on the list.';
|
||||
$string['userssearchresults'] = 'Search results: $a users found';
|
||||
|
||||
|
||||
?>
|
||||
|
||||
+10
-17
@@ -1,26 +1,19 @@
|
||||
<?PHP
|
||||
<?PHP // $Id$
|
||||
// mimetypes.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
// These should be accessed using get_mimetype_description in filelib.php.
|
||||
// They correspond to a (currently small) subset of the MIME types that Moodle
|
||||
// supports, which are also listed in filelib.php. Descriptions for other types
|
||||
// should be added here.
|
||||
|
||||
// Style: initial lower-case letter, except as required for product names etc.
|
||||
|
||||
$string['text/plain'] = 'text file';
|
||||
$string['application/pdf'] = 'PDF document';
|
||||
$string['application/msword'] = 'Word document';
|
||||
$string['text/rtf'] = 'RTF document';
|
||||
$string['application/pdf'] = 'PDF document';
|
||||
$string['application/vnd.ms-excel'] = 'Excel spreadsheet';
|
||||
$string['audio/wav'] = 'sound file';
|
||||
$string['audio/mp3'] = 'MP3 audio file';
|
||||
$string['application/vnd.ms-powerpoint'] = 'Powerpoint presentation';
|
||||
$string['application/zip'] = 'zip archive';
|
||||
$string['image/jpeg'] = 'JPEG image';
|
||||
$string['image/gif'] = 'GIF image';
|
||||
$string['audio/mp3'] = 'MP3 audio file';
|
||||
$string['audio/wav'] = 'sound file';
|
||||
$string['document/unknown'] = 'file';
|
||||
$string['image/bmp'] = 'uncompressed BMP image';
|
||||
|
||||
// Moodle default MIME type used for all types not described
|
||||
$string['document/unknown'] = 'file';
|
||||
$string['image/gif'] = 'GIF image';
|
||||
$string['image/jpeg'] = 'JPEG image';
|
||||
$string['text/plain'] = 'text file';
|
||||
$string['text/rtf'] = 'RTF document';
|
||||
|
||||
?>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?PHP // $Id$
|
||||
// newmoodle.php - created with Moodle 1.7 beta + (2006101003)
|
||||
// moodle.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['action'] = 'Action';
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<?php /// $Id$
|
||||
<?PHP // $Id$
|
||||
// multilang.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
$string['filtername'] = "Multi-Language Content";
|
||||
|
||||
$string['filtername'] = 'Multi-Language Content';
|
||||
|
||||
?>
|
||||
|
||||
|
||||
+3
-2
@@ -1,5 +1,5 @@
|
||||
<?PHP // $Id$
|
||||
// moodle.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005010100)
|
||||
<?PHP // $Id$
|
||||
// my.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['mymoodle'] = 'Overview of my courses';
|
||||
@@ -7,4 +7,5 @@ $string['nocourses'] = 'No course information to show.';
|
||||
$string['noguest'] = 'The \'Course Overview\' page is not available to guest users';
|
||||
$string['pinblocks'] = 'Configure pinned blocks for my moodle';
|
||||
$string['pinblocksexplan'] = 'Any block settings you configure here will be visible (and non-editable) for any user of moodle on their \'my moodle\' overview page.';
|
||||
|
||||
?>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php // $Id$
|
||||
// pix.php - created with Moodle 1.2 development (2003111400)
|
||||
<?PHP // $Id$
|
||||
// pix.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['angry'] = 'angry';
|
||||
|
||||
@@ -1,11 +1,6 @@
|
||||
<?php // $Id$
|
||||
/**
|
||||
* The language strings for the multiple choice question type.
|
||||
*
|
||||
* @author Tim Hunt.
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
|
||||
* @package question
|
||||
*//** */
|
||||
<?PHP // $Id$
|
||||
// qtype_multichoice.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['answerhowmany'] = 'One or multiple answers?';
|
||||
$string['answersingleno'] = 'Multiple answers allowed';
|
||||
@@ -13,14 +8,14 @@ $string['answersingleyes'] = 'One answer only';
|
||||
$string['choiceno'] = 'Choice $a';
|
||||
$string['choices'] = 'Available choices';
|
||||
$string['editingmultichoice'] = 'Editing a Multiple Choice question';
|
||||
$string['feedback'] = 'Feedback';
|
||||
$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%%<br />Instead, they add up to $a%%<br />Do you want to go back and fix this question?';
|
||||
$string['fractionsnomax'] = 'One of the answers should be 100%%, so that it is<br />possible to get a full grade for this question.<br />Do you want to go back and fix this question?';
|
||||
$string['feedback'] = 'Feedback';
|
||||
$string['notenoughanswers'] = 'This type of question requires at least $a answers';
|
||||
$string['overallcorrectfeedback'] = 'Feedback for any correct answer';
|
||||
$string['overallpartiallycorrectfeedback'] = 'Feedback for any partially correct answer';
|
||||
$string['overallincorrectfeedback'] = 'Feedback for any incorrect answer';
|
||||
$string['overallpartiallycorrectfeedback'] = 'Feedback for any partially correct answer';
|
||||
$string['shuffleanswers'] = 'Shuffle answers';
|
||||
$string['singleanswer'] = 'Choose one answer.';
|
||||
|
||||
|
||||
@@ -1,14 +1,16 @@
|
||||
<?php
|
||||
<?PHP // $Id$
|
||||
// questionnaire.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['alreadyfilled'] = 'You have already filled out this questionnaire for us. Thank you.';
|
||||
$string['modulename'] = 'Questionnaire';
|
||||
$string['modulenameplural'] = 'Questionnaires';
|
||||
$string['mustcomplete'] = '<b>You must complete this questionnaire <i>now</i> to record your results. You will not be allowed to complete it at another time</b><br /><br />';
|
||||
$string['notavail'] = 'That questionnaire is not available yet. Try again later.';
|
||||
$string['qmanage'] = 'Manage Surveys';
|
||||
$string['qmanagetitle'] = 'Survey Management phpESP';
|
||||
$string['qtype'] = "Type";
|
||||
$string['respondenttype'] = "Respondent Type";
|
||||
$string['questionnaireid'] = "Survey";
|
||||
$string['notavail'] = "That questionnaire is not available yet. Try again later.";
|
||||
$string['mustcomplete'] = "<b>You must complete this questionnaire <i>now</i> to record your results. "
|
||||
."You will not be allowed to complete it at another time</b><br /><br />\n";
|
||||
$string['alreadyfilled'] = "You have already filled out this questionnaire for us. Thank you.";
|
||||
$string['qtype'] = 'Type';
|
||||
$string['questionnaireid'] = 'Survey';
|
||||
$string['respondenttype'] = 'Respondent Type';
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
+51
-52
@@ -1,11 +1,12 @@
|
||||
<?php // $Id$
|
||||
// quiz.php - created with Moodle 1.5 ALPHA (2005050600)
|
||||
<?PHP // $Id$
|
||||
// quiz.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
$string['30minutes'] = '30 Minutes';
|
||||
|
||||
$string['1day'] = '1 Day';
|
||||
$string['1hour'] = '1 Hour';
|
||||
$string['2hours'] = '2 Hours';
|
||||
$string['30minutes'] = '30 Minutes';
|
||||
$string['6hours'] = '6 Hours';
|
||||
$string['1day'] = '1 Day';
|
||||
$string['acceptederror'] = 'Accepted error';
|
||||
$string['action'] = 'Action';
|
||||
$string['adaptive'] = 'Adaptive mode';
|
||||
@@ -14,8 +15,8 @@ $string['addingquestions'] = 'This side of the page is where you manage your dat
|
||||
$string['addquestions'] = 'Add questions';
|
||||
$string['addquestionstoquiz'] = 'Add questions to current quiz';
|
||||
$string['addrandom'] = 'Add $a random questions';
|
||||
$string['addrandom1'] = ' << Add ';
|
||||
$string['addrandom2'] = 'random questions ';
|
||||
$string['addrandom1'] = '<< Add';
|
||||
$string['addrandom2'] = 'random questions';
|
||||
$string['addselectedtoquiz'] = 'Add selected to quiz';
|
||||
$string['addtoquiz'] = 'Add to quiz';
|
||||
$string['affectedstudents'] = 'Affected $a';
|
||||
@@ -44,17 +45,18 @@ $string['attemptincomplete'] = 'That attempt (by $a) is not yet completed.';
|
||||
$string['attemptlast'] = 'Last attempt';
|
||||
$string['attemptquiznow'] = 'Attempt quiz now';
|
||||
$string['attempts'] = 'Attempts';
|
||||
$string['attemptsonly'] = 'Show only students with attempts';
|
||||
$string['attemptsallowed'] = 'Attempts allowed';
|
||||
$string['attemptselection'] = 'Select which attempts to analyze per user: ';
|
||||
$string['attemptselection'] = 'Select which attempts to analyze per user:';
|
||||
$string['attemptsexist'] = 'You can no longer add or remove questions.';
|
||||
$string['attemptsonly'] = 'Show only students with attempts';
|
||||
$string['attemptsunlimited'] = 'Unlimited attempts';
|
||||
$string['back'] = 'Back to preview question';
|
||||
$string['backtoquestionlist'] = 'Back to Question List';
|
||||
$string['backtoquiz'] = 'Back to quiz editing';
|
||||
$string['bestgrade'] = 'Best grade';
|
||||
$string['bothattempts'] = 'Show students with and without attempts';
|
||||
$string['blackboard'] = 'Blackboard';
|
||||
$string['blackboard_6'] = 'Blackboard V6+';
|
||||
$string['bothattempts'] = 'Show students with and without attempts';
|
||||
$string['calculated'] = 'Calculated';
|
||||
$string['calculatedquestion'] = 'Calculated Question not supported at line $a. The question will be ignored';
|
||||
$string['cannotcreatepath'] = 'Path cannot be created ($a)';
|
||||
@@ -75,40 +77,42 @@ $string['categorymoveto'] = 'Move them to this category';
|
||||
$string['categorynamecantbeblank'] = 'The category name cannot be blank.';
|
||||
$string['categorynoedit'] = 'You do not have editing privileges in the category \'$a\'.';
|
||||
$string['categoryupdated'] = 'The category was successfully updated';
|
||||
$string['changessaved'] = 'Grading Changes Saved';
|
||||
$string['checkanswer'] = 'Check';
|
||||
$string['choice'] = 'Choice';
|
||||
$string['choices'] = 'Available choices';
|
||||
$string['choosedatasetproperties'] = 'Choose dataset properties';
|
||||
$string['choosefile'] = 'Choose a file';
|
||||
$string['close'] = 'Close window';
|
||||
$string['closebeforeopen'] = 'Could not update the quiz. You have specified a close date before the open date.';
|
||||
$string['closepreview'] = 'Close preview';
|
||||
$string['closereview'] = 'Close review';
|
||||
$string['comment'] = 'Comment';
|
||||
$string['commentorgrade'] = 'Make comment or override grade';
|
||||
$string['comments'] = 'Comments';
|
||||
$string['completedon'] = 'Completed on';
|
||||
$string['confirmclose'] = 'You are about to close this attempt. Once you close the attempt you will no longer be able to change your answers.';
|
||||
$string['confirmserverdelete'] = 'Are you sure you want to remove the server <b>$a</b> from the list?';
|
||||
$string['confirmstarttimelimit'] = 'The Quiz has a time limit. Are you sure that you wish to start?';
|
||||
$string['confirmstartattemptlimit'] = 'This quiz is limited to $a attempt(s). You are about to start a new attempt. Do you wish to proceed?';
|
||||
$string['confirmstartattempttimelimit'] = 'This quiz has a time limit and is limited to $a attempt(s). You are about to start a new attempt. Do you wish to proceed?';
|
||||
$string['confirmstarttimelimit'] = 'The Quiz has a time limit. Are you sure that you wish to start?';
|
||||
$string['containercategorycreated'] = 'This category has been created to store all the original categories moved to site level due to the causes specified below.';
|
||||
$string['continueattemptquiz'] = 'Continue the last attempt';
|
||||
$string['copyingfrom'] = 'Creating a copy of the question \'$a\'';
|
||||
$string['copyingquestion'] = 'Copying a question';
|
||||
$string['correct'] = 'Correct';
|
||||
$string['correctanswer'] = 'Correct answer';
|
||||
$string['correctansweris'] = 'Correct answer: $a';
|
||||
$string['correctanswerformula'] = 'Correct Answer Formula';
|
||||
$string['correctansweris'] = 'Correct answer: $a';
|
||||
$string['correctanswerlength'] = 'Significant Figures';
|
||||
$string['correctanswers'] = 'Correct answers';
|
||||
$string['correctanswershows'] = 'Correct answer shows';
|
||||
$string['corrresp'] = 'Correct Response';
|
||||
$string['closebeforeopen'] = 'Could not update the quiz. You have specified a close date before the open date.';
|
||||
$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['coursetestmanager'] = 'Course Test Manager format';
|
||||
$string['createfirst'] = 'You must create some short-answer questions first. ';
|
||||
$string['createfirst'] = 'You must create some short-answer questions first.';
|
||||
$string['createmultiple'] = 'Add several random questions to quiz';
|
||||
$string['createnewquestion'] = 'Create new question';
|
||||
$string['custom'] = 'Custom format';
|
||||
@@ -118,8 +122,8 @@ $string['datasetnumber'] = 'Number';
|
||||
$string['daysavailable'] = 'Days available';
|
||||
$string['decimaldigits'] = 'Decimal digits in grades';
|
||||
$string['decimalformat'] = 'decimals';
|
||||
$string['decimalpoints'] = 'Decimal points'; // unused in 1.6
|
||||
$string['decimals'] = ' with $a ';
|
||||
$string['decimalpoints'] = 'Decimal points';
|
||||
$string['decimals'] = 'with $a';
|
||||
$string['default'] = 'Default';
|
||||
$string['defaultgrade'] = 'Default question grade';
|
||||
$string['defaultinfo'] = 'The default category for questions.';
|
||||
@@ -142,6 +146,7 @@ $string['editcatquestions'] = 'Edit category questions';
|
||||
$string['editdatasets'] = 'Edit the datasets';
|
||||
$string['editingcalculated'] = 'Editing a Calculated question';
|
||||
$string['editingdescription'] = 'Editing a Description';
|
||||
$string['editingessay'] = 'Editing Essay';
|
||||
$string['editingmatch'] = 'Editing a Matching Question';
|
||||
$string['editingmultianswer'] = 'Editing Embedded Answers (Cloze)';
|
||||
$string['editingmultichoice'] = 'Editing a Multiple Choice question';
|
||||
@@ -160,6 +165,8 @@ $string['editquizquestions'] = 'Edit Quiz Questions';
|
||||
$string['errormissingquestion'] = 'Error: The system is missing the question with id $a';
|
||||
$string['errornotnumbers'] = 'Error - answers must be numeric';
|
||||
$string['errorsdetected'] = '$a error(s) detected';
|
||||
$string['essay'] = 'Essay';
|
||||
$string['essayquestions'] = 'Questions';
|
||||
$string['event1'] = 'Autosave';
|
||||
$string['event2'] = 'Save';
|
||||
$string['event3'] = 'Grade';
|
||||
@@ -189,9 +196,9 @@ $string['feedbackerrororder'] = 'Feedback grade boundaries must in order, highes
|
||||
$string['file'] = 'File';
|
||||
$string['fileformat'] = 'File format';
|
||||
$string['fillcorrect'] = 'Fill with correct';
|
||||
$string['filloutoneanswer'] = 'You must provide at least one possible answer. Answers left blank will not be used. \'*\' can be used as a wildcard to match any characters. The first matching answer will be used to determine the score and feedback.';
|
||||
$string['filloutnumericalanswer'] = 'You provide at least one possible answer and tolerance. The first matching answer will be used to determine the score and feedback. If you supply some feedback with no answer at the end, that will be shown to students whose response is not matched by any of the other answers.';
|
||||
$string['filloutthreequestions'] = 'You must provide at least three questions with matching answers. You can provide extra wrong answers by giving an answer with a blank question. Entries where both the question and the answer are blank will be ignored. ';
|
||||
$string['filloutoneanswer'] = 'You must provide at least one possible answer. Answers left blank will not be used. \'*\' can be used as a wildcard to match any characters. The first matching answer will be used to determine the score and feedback.';
|
||||
$string['filloutthreequestions'] = 'You must provide at least three questions with matching answers. You can provide extra wrong answers by giving an answer with a blank question. Entries where both the question and the answer are blank will be ignored.';
|
||||
$string['fillouttwochoices'] = 'You must fill out at least two choices. Choices left blank will not be used.';
|
||||
$string['finishattempt'] = 'Submit all and finish';
|
||||
$string['forceregeneration'] = 'force regeneration';
|
||||
@@ -209,16 +216,18 @@ $string['generatevalue'] = 'Generate a new value between';
|
||||
$string['geometric'] = 'Geometric';
|
||||
$string['gift'] = 'GIFT format';
|
||||
$string['grade'] = 'Grade';
|
||||
$string['gradeall'] = 'Grade All';
|
||||
$string['gradeaverage'] = 'Average grade';
|
||||
$string['gradeboundary'] = 'Grade boundary';
|
||||
$string['gradeessays'] = 'Grade Essays';
|
||||
$string['gradehighest'] = 'Highest grade';
|
||||
$string['grademethod'] = 'Grading method';
|
||||
$string['gradingdetails'] = 'Marks for this submission: $a->raw/$a->max. ';
|
||||
$string['gradingdetailsadjustment'] = 'With previous penalties this gives <strong>$a->cur/$a->max</strong>. ';
|
||||
$string['gradingdetailspenalty'] = 'This submission attracted a penalty of $a. ';
|
||||
$string['gradingdetailszeropenalty'] = 'You were not penalized for this submission. ';
|
||||
$string['gradingdetails'] = 'Marks for this submission: $a->raw/$a->max.';
|
||||
$string['gradingdetailsadjustment'] = 'With previous penalties this gives <strong>$a->cur/$a->max</strong>.';
|
||||
$string['gradingdetailspenalty'] = 'This submission attracted a penalty of $a.';
|
||||
$string['gradingdetailszeropenalty'] = 'You were not penalized for this submission.';
|
||||
$string['guestsno'] = 'Sorry, guests cannot see or attempt quizzes';
|
||||
$string['history'] = 'History of Responses: ';
|
||||
$string['history'] = 'History of Responses:';
|
||||
$string['hotpot'] = 'Hot Potatoes format';
|
||||
$string['illegalformulasyntax'] = 'Illegal formula syntax starting with \'$a\'';
|
||||
$string['imagedisplay'] = 'Image to display';
|
||||
@@ -301,19 +310,22 @@ $string['noanswers'] = 'No answers were selected!';
|
||||
$string['noattempts'] = 'No attempts have been made on this quiz';
|
||||
$string['noattemptstoshow'] = 'There are no attempts to show';
|
||||
$string['nocategory'] = 'Incorrect or no category specified';
|
||||
$string['nocommentsyet'] = 'No comments yet.';
|
||||
$string['noconnection'] = 'There is currently no connection to a web service that can process this question. Please contact your administrator';
|
||||
$string['nodataset'] = 'nothing - it is not a wild card';
|
||||
$string['noessayquestionsfound'] = 'No manually graded questions found';
|
||||
$string['nomatchinganswer'] = 'You must specify an answer matching the question \'$a\'.';
|
||||
$string['nominal'] = 'Nominal';
|
||||
$string['nomoreattempts'] = 'No more attempts are allowed';
|
||||
$string['none'] = 'None';
|
||||
$string['nopossibledatasets'] = 'No possible datasets';
|
||||
$string['noquestionintext'] = 'The question text does not contain any embedded questions';
|
||||
$string['noquestions'] = 'No questions have been added yet';
|
||||
$string['noquestionsfound'] = 'No questions found';
|
||||
$string['noquestionsinfile'] = 'There are no questions in the import file';
|
||||
$string['noresponse'] = 'No Response';
|
||||
$string['noreview'] = 'You are not allowed to review this quiz';
|
||||
$string['noreviewuntil'] = 'You are not allowed to review this quiz until $a';
|
||||
$string['noquestionsinfile'] = 'There are no questions in the import file';
|
||||
$string['noscript'] = 'JavaScript must be enabled to continue!';
|
||||
$string['notavailable'] = 'Sorry, this quiz is not available';
|
||||
$string['notavailabletostudents'] = 'Note: This quiz is not currently available to your students';
|
||||
@@ -323,14 +335,13 @@ $string['notimedependentitems'] = 'Time dependent items are not currently suppor
|
||||
$string['numattempts'] = '$a->studentnum $a->studentstring have made $a->attemptnum attempts';
|
||||
$string['numberabbr'] = '#';
|
||||
$string['numerical'] = 'Numerical';
|
||||
$string['none']= 'None';
|
||||
$string['onlyteachersimport'] = 'Only teachers with editing rights can import questions';
|
||||
$string['onlyteachersexport'] = 'Only teachers can export questions';
|
||||
$string['onlyteachersimport'] = 'Only teachers with editing rights can import questions';
|
||||
$string['optional'] = 'optional';
|
||||
$string['outof'] = '$a->grade out of a maximum of $a->maxgrade';
|
||||
$string['overallfeedback'] = 'Overall feedback';
|
||||
$string['overdue'] = 'Overdue';
|
||||
$string['pagesize'] = 'Attempts shown per page: ';
|
||||
$string['pagesize'] = 'Attempts shown per page:';
|
||||
$string['paragraphquestion'] = 'Paragraph Question not supported at line $a. The question will be ignored';
|
||||
$string['parent'] = 'Parent';
|
||||
$string['partiallycorrect'] = 'Partially correct';
|
||||
@@ -339,6 +350,7 @@ $string['penalty'] = 'Penalty';
|
||||
$string['penaltyfactor'] = 'Penalty factor';
|
||||
$string['penaltyscheme'] = 'Apply penalties';
|
||||
$string['percentcorrect'] = 'Percent Correct';
|
||||
$string['pleaseclose'] = 'Your request has been processed. You can now close this window';
|
||||
$string['popup'] = 'Show quiz in a "secure" window';
|
||||
$string['popupblockerwarning'] = 'This section of the test is in secure mode, this means that you need to take the quiz in a secure window. Please turn off your popup blocker. Thank you.';
|
||||
$string['popupnotice'] = 'Students will see this quiz in a secure window';
|
||||
@@ -352,25 +364,25 @@ $string['qti'] = 'IMS QTI format';
|
||||
$string['qti2'] = 'IMS QTI 2.0 format';
|
||||
$string['question'] = 'Question';
|
||||
$string['questioncats'] = 'Question Categories';
|
||||
$string['questionsinclhidden'] = 'Questions (including hidden)';
|
||||
$string['questiondeleted'] = 'This question has been deleted. Please contact your teacher';
|
||||
$string['questioninuse'] = 'The question \'$a->questionname\' is currently being used in: <br />$a->quiznames<br />The question will not be deleted from these quizzes but only from the category list.';
|
||||
$string['questionname'] = 'Question name';
|
||||
$string['questionnametoolong'] = 'Question name too long at line $a (255 char. max). It has been truncated.';
|
||||
$string['questionno'] = 'Question $a';
|
||||
$string['questions'] = 'Questions';
|
||||
$string['questionsinclhidden'] = 'Questions (including hidden)';
|
||||
$string['questionsinuse'] = '(* Questions marked by an asterisk are already in use in some quizzes. These question will not be deleted from these quizzes but only from the category list.)';
|
||||
$string['questionsperpage'] = 'Questions per page';
|
||||
$string['questiontext'] = 'Question text';
|
||||
$string['questiontype'] = 'Question type $a';
|
||||
$string['questiontypesetupoptions'] = 'Setup options for question types:';
|
||||
$string['quiz:view'] = 'View quiz information';
|
||||
$string['quiz:attempt'] = 'Attempt quizzes';
|
||||
$string['quiz:deleteattempts'] = 'Delete quiz attempts';
|
||||
$string['quiz:grade'] = 'Grade quizzes manually';
|
||||
$string['quiz:manage'] = 'Manage quizzes';
|
||||
$string['quiz:preview'] = 'Preview quizzes';
|
||||
$string['quiz:grade'] = 'Grade quizzes manually';
|
||||
$string['quiz:view'] = 'View quiz information';
|
||||
$string['quiz:viewreports'] = 'View quiz reports';
|
||||
$string['quiz:deleteattempts'] = 'Delete quiz attempts';
|
||||
$string['quizavailable'] = 'The quiz is available until: $a';
|
||||
$string['quizclose'] = 'Close the quiz';
|
||||
$string['quizclosed'] = 'This quiz closed on $a';
|
||||
@@ -381,7 +393,6 @@ $string['quizopens'] = 'Quiz opens';
|
||||
$string['quizsettings'] = 'Quiz settings';
|
||||
$string['quiztimelimit'] = 'Time limit: $a';
|
||||
$string['quiztimer'] = 'Quiz Timer';
|
||||
$string['pleaseclose'] = 'Your request has been processed. You can now close this window';
|
||||
$string['random'] = 'Random Question';
|
||||
$string['randomcreate'] = 'Create Random Questions';
|
||||
$string['randomsamatch'] = 'Random Short-Answer Matching';
|
||||
@@ -402,7 +413,7 @@ $string['relative'] = 'Relative';
|
||||
$string['remove'] = 'Remove';
|
||||
$string['rename'] = 'Rename';
|
||||
$string['renderingserverconnectfailed'] = 'The server $a failed to process an RQP request. Check that the URL is correct.';
|
||||
$string['reordertool'] = 'Show the reordering tool ';
|
||||
$string['reordertool'] = 'Show the reordering tool';
|
||||
$string['repaginate'] = 'Repaginate with $a questions per page';
|
||||
$string['replace'] = 'Replace';
|
||||
$string['replacementoptions'] = 'Replacement Options';
|
||||
@@ -472,24 +483,22 @@ $string['shuffle'] = 'Shuffle';
|
||||
$string['shuffleanswers'] = 'Shuffle answers';
|
||||
$string['shufflequestions'] = 'Shuffle questions';
|
||||
$string['shufflewithin'] = 'Shuffle within questions';
|
||||
$string['significantfigures'] = ' with $a ';
|
||||
$string['significantfigures'] = 'with $a';
|
||||
$string['significantfiguresformat'] = 'significant figures';
|
||||
$string['singleanswer'] = 'Choose one answer.';
|
||||
$string['sortage'] = 'Sort by age';
|
||||
$string['sortalpha'] = 'Sort by name';
|
||||
$string['sortage'] = 'Sort by age';
|
||||
$string['sortsubmit'] = 'Sort questions';
|
||||
$string['sortsubmit'] = 'Sort questions';
|
||||
$string['sorttypealpha'] = 'Sort by type, name';
|
||||
$string['startagain'] = 'Start again';
|
||||
$string['startagain'] = 'Start again';
|
||||
$string['startagain'] = 'Start again';
|
||||
$string['startedon'] = 'Started on';
|
||||
$string['subneterror'] = 'Sorry, this quiz has been locked so that it is only accessible from certain locations. Currently your computer is not one of those allowed to use this quiz.';
|
||||
$string['subnetnotice'] = 'This quiz has been locked so that it is only accessible from certain locations. Your computer is not on an allowed subnet. As teacher you are allowed to preview anyway.';
|
||||
$string['substitutedby'] = 'will be substituted by';
|
||||
$string['temporaryblocked'] = 'You are temporarily not allowed to re-attempt the quiz.<br /> You will be able to take another attempt on: ';
|
||||
$string['temporaryblocked'] = 'You are temporarily not allowed to re-attempt the quiz.<br /> You will be able to take another attempt on:';
|
||||
$string['time'] = 'Time';
|
||||
$string['timedelay'] = 'You are not allowed to do the quiz since you have not passed the time delay before attempting another quiz';
|
||||
$string['timecompleted'] = 'Completed';
|
||||
$string['timedelay'] = 'You are not allowed to do the quiz since you have not passed the time delay before attempting another quiz';
|
||||
$string['timeleft'] = 'Time Remaining';
|
||||
$string['timelimit'] = 'Time limit';
|
||||
$string['timelimitexeeded'] = 'Sorry! Quiz time limit exceeded!';
|
||||
@@ -504,11 +513,12 @@ $string['true'] = 'True';
|
||||
$string['truefalse'] = 'True/False';
|
||||
$string['type'] = 'Type';
|
||||
$string['unfinished'] = 'open';
|
||||
$string['ungraded'] = 'Ungraded';
|
||||
$string['uniform'] = 'decimals, from a uniform distribution';
|
||||
$string['unit'] = 'Unit';
|
||||
$string['unknowntype'] = 'Question type not supported at line $a. The question will be ignored';
|
||||
$string['unusedcategorydeleted'] = 'This category has been deleted because, after deleting the course, its questions weren\'t used anymore.';
|
||||
$string['unsupportedformulafunction'] = 'The function $a is not supported';
|
||||
$string['unusedcategorydeleted'] = 'This category has been deleted because, after deleting the course, its questions weren\'t used anymore.';
|
||||
$string['updatesettings'] = 'Update quiz settings';
|
||||
$string['upgradesure'] = '<div style=\"color: red;\">In particular the quiz module will perform an extensive change of the quiz tables and this upgrade has not yet been sufficiently tested. You are very strongly urged to backup your database tables before proceeding.</div>';
|
||||
$string['url'] = 'URL';
|
||||
@@ -523,23 +533,12 @@ $string['wheregrade'] = 'Where\'s my grade?';
|
||||
$string['wildcard'] = 'Wild card';
|
||||
$string['withselected'] = 'With selected';
|
||||
$string['withsummary'] = 'with Summary Statistics';
|
||||
$string['wronggrade'] = 'Wrong grade (after line $a) : ';
|
||||
$string['wronggrade'] = 'Wrong grade (after line $a) :';
|
||||
$string['wronguse'] = 'You can not use this page like that';
|
||||
$string['xhtml'] = 'XHTML Format';
|
||||
$string['xml'] = 'Moodle XML format';
|
||||
$string['xmltypeunsupported'] = 'Question type $a is not supported by xml import';
|
||||
$string['yourfinalgradeis'] = 'Your final grade for this quiz is $a';
|
||||
$string['zerosignificantfiguresnotallowed'] = 'The correct answer cannot have zero significant figures!';
|
||||
$string['backtoquestionlist'] = 'Back to Question List';
|
||||
$string['changessaved'] = 'Grading Changes Saved';
|
||||
$string['comments'] = 'Comments';
|
||||
$string['editingessay'] = 'Editing Essay';
|
||||
$string['essay'] = 'Essay';
|
||||
$string['essayquestions'] = 'Questions';
|
||||
$string['gradeall'] = 'Grade All';
|
||||
$string['gradeessays'] = 'Grade Essays';
|
||||
$string['nocommentsyet'] = 'No comments yet.';
|
||||
$string['noessayquestionsfound'] = 'No manually graded questions found';
|
||||
$string['ungraded'] = 'Ungraded';
|
||||
|
||||
?>
|
||||
|
||||
@@ -1,33 +1,33 @@
|
||||
<?php // $Id$
|
||||
<?PHP // $Id$
|
||||
// quiz_analysis.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['analysis'] = 'Item analysis';
|
||||
$string['analysisdownload'] = 'Analysis download';
|
||||
$string['analysisoptions'] = 'Analysis options';
|
||||
$string['attemptselection'] = 'Attempts to analyze per user';
|
||||
$string['lowmarkslimit'] = "Don't analyse if score is less than:";
|
||||
$string['attemptsall'] = 'all attempts';
|
||||
$string['attemptshighest'] = 'highest grade';
|
||||
$string['attemptsfirst'] = 'first attempt';
|
||||
$string['attemptslast'] = 'last attempt';
|
||||
$string['pagesize'] = 'Questions per page: ';
|
||||
$string['analysistitle'] = 'Item Analysis Table';
|
||||
$string['reportanalysis'] = 'Item Analysis Report';
|
||||
$string['attemptsall'] = 'all attempts';
|
||||
$string['attemptselection'] = 'Attempts to analyze per user';
|
||||
$string['attemptsfirst'] = 'first attempt';
|
||||
$string['attemptshighest'] = 'highest grade';
|
||||
$string['attemptslast'] = 'last attempt';
|
||||
$string['dicsindextitle'] = 'Disc.<br />Index';
|
||||
$string['disccoefftitle'] = 'Disc.<br />Coeff.';
|
||||
$string['downloadooo'] = 'Download in OpenOffice format';
|
||||
$string['facilitytitle'] = '%% Correct<br />Facility';
|
||||
$string['lowmarkslimit'] = 'Don\'t analyse if score is less than:';
|
||||
$string['pagesize'] = 'Questions per page:';
|
||||
$string['qcounttitle'] = 'Q. count';
|
||||
$string['qidtitle'] = 'Q#';
|
||||
$string['qnametitle'] = 'Question name';
|
||||
$string['qtexttitle'] = 'Question text';
|
||||
$string['qcounttitle'] = 'Q. count';
|
||||
$string['qtypetitle'] = 'Q. type';
|
||||
$string['responsestitle'] = "Answer's text";
|
||||
$string['rfractiontitle'] = 'partial<br />credit';
|
||||
$string['rcounttitle'] = 'R.<br />Counts';
|
||||
$string['rpercenttitle'] = 'R.%%';
|
||||
$string['facilitytitle'] = '%% Correct<br />Facility';
|
||||
$string['stddevtitle'] = 'SD';
|
||||
$string['dicsindextitle'] = 'Disc.<br />Index';
|
||||
$string['disccoefftitle'] = 'Disc.<br />Coeff.';
|
||||
$string['quizreportdir'] = 'quiz_reports';
|
||||
|
||||
|
||||
$string['rcounttitle'] = 'R.<br />Counts';
|
||||
$string['reportanalysis'] = 'Item Analysis Report';
|
||||
$string['responsestitle'] = 'Answer\'s text';
|
||||
$string['rfractiontitle'] = 'partial<br />credit';
|
||||
$string['rpercenttitle'] = 'R.%%';
|
||||
$string['stddevtitle'] = 'SD';
|
||||
|
||||
?>
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
<?php // $Id$
|
||||
<?PHP // $Id$
|
||||
// quiz_grading.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['grading'] = 'Manual grading';
|
||||
$string['essayonly'] = 'The following questions need to be graded manually';
|
||||
$string['grading'] = 'Manual grading';
|
||||
|
||||
?>
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
<?php // $Id$
|
||||
<?PHP // $Id$
|
||||
// quiz_overview.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
$string['overview'] = 'Overview';
|
||||
|
||||
$string['attemptsonly'] = 'Show $a with attempts only';
|
||||
$string['allattempts'] = 'Show all attempts';
|
||||
$string['allstudents'] = 'Show all $a';
|
||||
$string['attemptsonly'] = 'Show $a with attempts only';
|
||||
$string['noattemptsonly'] = 'Show $a with no attempts only';
|
||||
$string['overview'] = 'Overview';
|
||||
$string['overviewdownload'] = 'Overview download';
|
||||
|
||||
?>
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
<?php // $Id$
|
||||
<?PHP // $Id$
|
||||
// quiz_regrade.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['regrade'] = 'Regrade';
|
||||
|
||||
|
||||
@@ -1,8 +1,11 @@
|
||||
<?php // $Id$
|
||||
<?PHP // $Id$
|
||||
// quiz_responses.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
$string['responsesoptions'] = 'Responses options';
|
||||
$string['responsestitle'] = 'Detailed responses';
|
||||
$string['pagesize'] = 'Attempts per page: ';
|
||||
|
||||
$string['pagesize'] = 'Attempts per page:';
|
||||
$string['reportresponses'] = 'Detailed responses';
|
||||
$string['responses'] = 'Detailed responses';
|
||||
$string['responsesoptions'] = 'Responses options';
|
||||
$string['responsestitle'] = 'Detailed responses';
|
||||
|
||||
?>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?PHP // $Id$
|
||||
// resource.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005032600)
|
||||
// resource.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['addresource'] = 'Add a resource';
|
||||
@@ -50,8 +50,8 @@ $string['htmlfragment'] = 'HTML fragment';
|
||||
$string['imspackageloaded'] = 'Package loaded';
|
||||
$string['localfile'] = 'Local file';
|
||||
$string['localfilechoose'] = 'Choose a local file (CD-ROM)';
|
||||
$string['localfileinfo'] = '<p>Choose a local file from your computer. The file will not be uploaded to the web site, but Moodle will look for the same file on the computer of anyone viewing this resource.</p><p>This is mostly useful when you have large media files stored on a standard CD-ROM that you distribute to all participants. Each participant is able to choose their own local path for such files, by <a href=\"$a\" target=\"_blank\">editing their user profile</a>.</p>';
|
||||
$string['localfilehelp'] = 'Help displaying local files';
|
||||
$string['localfileinfo'] = '<p>Choose a local file from your computer. The file will not be uploaded to the web site, but Moodle will look for the same file on the computer of anyone viewing this resource.</p><p>This is mostly useful when you have large media files stored on a standard CD-ROM that you distribute to all participants. Each participant is able to choose their own local path for such files, by <a href=\"$a\" target=\"_blank\">editing their user profile</a>.</p>';
|
||||
$string['localfilepath'] = 'To set your own local path for this resource, choose any file from the drive (usually a CD_ROM) on your computer where the resource exists. The file will not be uploaded but the drive information will be stored and used for any local file resources';
|
||||
$string['localfileselect'] = 'Choose this file path.';
|
||||
$string['maindirectory'] = 'Main files directory';
|
||||
@@ -110,9 +110,9 @@ $string['resourcetypeims'] = 'Add an IMS Content Package';
|
||||
$string['resourcetypelabel'] = 'Insert a label';
|
||||
$string['resourcetyperepository'] = 'Link to a repository object';
|
||||
$string['resourcetypetext'] = 'Compose a text page';
|
||||
$string['showcourseblocks'] = 'Show the course blocks';
|
||||
$string['searchweb'] = 'Search for web page';
|
||||
$string['serverurl'] = 'Server URL ($a->wwwroot)';
|
||||
$string['showcourseblocks'] = 'Show the course blocks';
|
||||
$string['skipsubmenus'] = 'Skip sub-menu pages';
|
||||
$string['tableofcontents'] = 'Table of contents';
|
||||
$string['upbutton'] = 'Up';
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?PHP // $Id$
|
||||
// newrole.php - created with Moodle 1.7 beta + (2006101003)
|
||||
// role.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['addrole'] = 'Add a new role';
|
||||
|
||||
+103
-106
@@ -1,145 +1,142 @@
|
||||
<?php // $Id$
|
||||
<?PHP // $Id$
|
||||
// scorm.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
#------------------------------------------------------------
|
||||
$string['modulename'] = 'SCORM/AICC';
|
||||
$string['modulenameplural'] = 'SCORMs/AICCs';
|
||||
#------------------------------------------------------------
|
||||
|
||||
$string['advanced'] = 'Parameters';
|
||||
$string['asset'] = 'Asset';
|
||||
$string['assetlaunched'] = 'Asset - Viewed';
|
||||
$string['attempt'] = 'attempt';
|
||||
$string['attempts'] = 'attempts';
|
||||
$string['attr_error'] = 'Bad value for attribute ($a->attr) in tag $a->tag.';
|
||||
$string['autocontinue'] = 'Auto-Continue';
|
||||
$string['averageattempt'] = 'Average attempts';
|
||||
$string['badmanifest'] = 'Some manifest errors: see errors log';
|
||||
$string['badpackage'] = 'There are some problems with the given package. Check it and try again.';
|
||||
$string['browse'] = 'Preview';
|
||||
$string['browsed'] = 'Browsed';
|
||||
$string['browsemode'] = 'Preview Mode';
|
||||
$string['chooseapacket'] = 'Choose or update a package';
|
||||
$string['browserepository'] = 'Browse repository';
|
||||
$string['chooseapacket'] = 'Choose or update a package';
|
||||
$string['completed'] = 'Completed';
|
||||
$string['coursestruct'] = 'Course structure';
|
||||
$string['confirmloosetracks'] = 'WARNING: The package seems to be changed or modified. If the package structure is changed, some users tracks may be lost during update process.';
|
||||
$string['coursepacket'] = 'Course package';
|
||||
$string['coursestruct'] = 'Course structure';
|
||||
$string['datadir'] = 'Filesystem Error: Can\'t create course data directory';
|
||||
$string['details'] = 'Track details';
|
||||
$string['directories'] = 'Show the directory links';
|
||||
$string['display'] = 'Display package';
|
||||
$string['domxml'] = 'DOMXML external library';
|
||||
$string['element'] = 'Element';
|
||||
$string['entercourse'] = 'Enter course';
|
||||
$string['errorlogs'] = 'Errors log';
|
||||
$string['exit'] = 'Exit from course';
|
||||
$string['expcoll'] = 'Expand/Collide';
|
||||
$string['failed'] = 'Failed';
|
||||
$string['firstaccess'] = 'First access';
|
||||
$string['firstattempt'] = 'First attempt';
|
||||
$string['found'] = 'Manifest found';
|
||||
$string['frameheight'] = 'This preference set the default height for stage frame or window';
|
||||
$string['framewidth'] = 'This preference set the default width for stage frame or window';
|
||||
$string['fullscreen'] = 'Fill the whole screen';
|
||||
$string['general'] = 'General data';
|
||||
$string['gradeaverage'] = 'Average grade';
|
||||
$string['gradehighest'] = 'Highest grade';
|
||||
$string['grademethod'] = 'Grading method';
|
||||
$string['gradescoes'] = 'Learning Objects';
|
||||
$string['gradesum'] = 'Sum grade';
|
||||
$string['incomplete'] = 'Incomplete';
|
||||
$string['next'] = 'Continue';
|
||||
$string['noreports'] = 'No report to display';
|
||||
$string['normal'] = 'Normal';
|
||||
$string['notattempted'] = 'Not attempted';
|
||||
$string['mode'] = 'Mode';
|
||||
$string['organizations'] = 'Organizations';
|
||||
$string['organization'] = 'Organization';
|
||||
$string['passed'] = 'Passed';
|
||||
$string['prev'] = 'Previous';
|
||||
$string['report'] = 'Report';
|
||||
$string['review'] = 'Review';
|
||||
$string['scoes'] = 'Learning Objects';
|
||||
$string['score'] = 'Score';
|
||||
$string['scorm:viewreport'] = 'View reports';
|
||||
$string['scorm:savetrack'] = 'Save tracks';
|
||||
$string['scorm:viewscores'] = 'View scores';
|
||||
$string['scorm:skipview'] = 'Skip overview';
|
||||
$string['viewallreports'] = 'View reports for $a attempts';
|
||||
$string['display'] = 'Display package';
|
||||
$string['expcoll'] = 'Expand/Collide';
|
||||
$string['exit'] = 'Exit from course';
|
||||
$string['details'] = 'Track details';
|
||||
$string['hidebrowse'] = 'Disable preview mode';
|
||||
$string['frameheight'] = 'This preference set the default height for stage frame or window';
|
||||
$string['framewidth'] = 'This preference set the default width for stage frame or window';
|
||||
$string['stagesize'] = 'Stage size';
|
||||
$string['width'] = 'Width';
|
||||
$string['height'] = 'Height';
|
||||
$string['trackingloose'] = 'WARNING: The tracking data of this package will be lost!';
|
||||
$string['confirmloosetracks'] = 'WARNING: The package seems to be changed or modified. If the package structure is changed, some users tracks may be lost during update process.';
|
||||
$string['hidden'] = 'Hidden';
|
||||
$string['hidebrowse'] = 'Disable preview mode';
|
||||
$string['hideexit'] = 'Hide exit link';
|
||||
$string['hidenav'] = 'Hide navigation buttons';
|
||||
$string['hidereview'] = 'Hide review button';
|
||||
$string['hidetoc'] = 'Course structure display (TOC)';
|
||||
$string['highestattempt'] = 'Highest attempt';
|
||||
$string['identifier'] = 'Question Identifier';
|
||||
$string['iframe'] = 'Current window';
|
||||
$string['iframedisplay'] = 'Open package in the current window';
|
||||
$string['popup'] = 'New window';
|
||||
$string['popupopen'] = 'Open package in a new window';
|
||||
$string['totaltime'] = 'Time';
|
||||
$string['noactivity'] = 'Nothing to report';
|
||||
$string['firstaccess'] = 'First access';
|
||||
$string['lastaccess'] = 'Last access';
|
||||
$string['scormcourse'] = 'Learning Course';
|
||||
$string['advanced'] = 'Parameters';
|
||||
$string['window'] = 'Window';
|
||||
$string['hidetoc'] = 'Course structure display (TOC)';
|
||||
$string['hidenav'] = 'Hide navigation buttons';
|
||||
$string['noprerequisites'] = 'Sorry but you don\'t reach enough prerequisites to access this learning object';
|
||||
$string['element'] = 'Element';
|
||||
$string['value'] = 'Value';
|
||||
$string['raw'] = 'Raw score';
|
||||
$string['min'] = 'Min score';
|
||||
$string['max'] = 'Max score';
|
||||
$string['status'] = 'Status';
|
||||
$string['time'] = 'Time';
|
||||
$string['general'] = 'General data';
|
||||
$string['identifier'] = 'Question Identifier';
|
||||
$string['type'] = 'Type';
|
||||
$string['result'] = 'Result';
|
||||
$string['student_response'] = 'Response';
|
||||
$string['incomplete'] = 'Incomplete';
|
||||
$string['interactions'] = 'Interactions';
|
||||
$string['objectives'] = 'Objectives';
|
||||
$string['othertracks'] = 'Other Tracks';
|
||||
$string['directories'] = 'Show the directory links';
|
||||
$string['fullscreen'] = 'Fill the whole screen';
|
||||
$string['location'] = 'Show the location bar';
|
||||
$string['menubar'] = 'Show the menu bar';
|
||||
$string['resizable'] = 'Allow the window to be resized';
|
||||
$string['scrollbars'] = 'Allow the window to be scrolled';
|
||||
$string['statusbar'] = 'Show the status bar';
|
||||
$string['toolbar'] = 'Show the toolbar';
|
||||
$string['reviewmode'] = 'Review Mode';
|
||||
$string['noscriptnoscorm'] = 'Your browser does not support javascript or it has javascript support disabled. No tracks will recorded.';
|
||||
$string['maximumattempts'] = 'Number of attempts';
|
||||
$string['newattempt'] = 'Start a new attempt';
|
||||
$string['sided'] = 'On the left side';
|
||||
$string['popupmenu'] = 'In a drop down menu';
|
||||
$string['hidden'] = 'Hidden';
|
||||
$string['attempt'] = 'attempt';
|
||||
$string['attempts'] = 'attempts';
|
||||
$string['nolimit'] = 'Unlimited attempts';
|
||||
$string['averageattempt'] = 'Average attempts';
|
||||
$string['highestattempt'] = 'Highest attempt';
|
||||
$string['lastattempt'] = 'Last attempt';
|
||||
$string['firstattempt'] = 'First attempt';
|
||||
$string['whatgrade'] = 'Attempts grading';
|
||||
$string['started'] = 'Started on';
|
||||
$string['last'] = 'Last accessed on';
|
||||
$string['title'] = 'Title';
|
||||
$string['skipview'] = 'Student skip content structure page';
|
||||
$string['hidereview'] = 'Hide review button';
|
||||
$string['hideexit'] = 'Hide exit link';
|
||||
$string['suspended'] = 'Suspended';
|
||||
|
||||
|
||||
// Validation
|
||||
$string['badpackage'] ='There are some problems with the given package. Check it and try again.';
|
||||
$string['attr_error'] = 'Bad value for attribute ($a->attr) in tag $a->tag.';
|
||||
$string['badmanifest'] ='Some manifest errors: see errors log';
|
||||
$string['datadir'] = 'Filesystem Error: Can\'t create course data directory';
|
||||
$string['errorlogs'] = 'Errors log';
|
||||
$string['found'] = 'Manifest found';
|
||||
$string['no_attributes'] = 'Tag $a->tag must have attributes';
|
||||
$string['no_children'] = 'Tag $a->tag must have children';
|
||||
$string['nomanifest'] = 'Manifest not found';
|
||||
$string['not_corr_type'] = 'Type mismatch for tag $a->tag';
|
||||
$string['lastaccess'] = 'Last access';
|
||||
$string['lastattempt'] = 'Last attempt';
|
||||
$string['location'] = 'Show the location bar';
|
||||
$string['max'] = 'Max score';
|
||||
$string['maximumattempts'] = 'Number of attempts';
|
||||
$string['menubar'] = 'Show the menu bar';
|
||||
$string['min'] = 'Min score';
|
||||
$string['missing_attribute'] = 'Missing attribute $a->attr in tag $a->tag';
|
||||
$string['missing_tag'] = 'Missing tag $a->tag';
|
||||
$string['mode'] = 'Mode';
|
||||
$string['modulename'] = 'SCORM/AICC';
|
||||
$string['modulenameplural'] = 'SCORMs/AICCs';
|
||||
$string['newattempt'] = 'Start a new attempt';
|
||||
$string['next'] = 'Continue';
|
||||
$string['no_attributes'] = 'Tag $a->tag must have attributes';
|
||||
$string['no_children'] = 'Tag $a->tag must have children';
|
||||
$string['noactivity'] = 'Nothing to report';
|
||||
$string['nolimit'] = 'Unlimited attempts';
|
||||
$string['nomanifest'] = 'Manifest not found';
|
||||
$string['noprerequisites'] = 'Sorry but you don\'t reach enough prerequisites to access this learning object';
|
||||
$string['noreports'] = 'No report to display';
|
||||
$string['normal'] = 'Normal';
|
||||
$string['noscriptnoscorm'] = 'Your browser does not support javascript or it has javascript support disabled. No tracks will recorded.';
|
||||
$string['not_corr_type'] = 'Type mismatch for tag $a->tag';
|
||||
$string['notattempted'] = 'Not attempted';
|
||||
$string['objectives'] = 'Objectives';
|
||||
$string['organization'] = 'Organization';
|
||||
$string['organizations'] = 'Organizations';
|
||||
$string['othertracks'] = 'Other Tracks';
|
||||
$string['packagedir'] = 'Filesystem Error: Can\'t create package directory';
|
||||
$string['packagefile'] = 'No package file specified';
|
||||
$string['passed'] = 'Passed';
|
||||
$string['php5'] = 'PHP 5 (DOMXML native library)';
|
||||
$string['popup'] = 'New window';
|
||||
$string['popupmenu'] = 'In a drop down menu';
|
||||
$string['popupopen'] = 'Open package in a new window';
|
||||
$string['position_error'] = 'The $a->tag tag can\'t be child of $a->parent tag';
|
||||
$string['prev'] = 'Previous';
|
||||
$string['raw'] = 'Raw score';
|
||||
$string['regular'] = 'Regular Manifest';
|
||||
$string['report'] = 'Report';
|
||||
$string['resizable'] = 'Allow the window to be resized';
|
||||
$string['result'] = 'Result';
|
||||
$string['review'] = 'Review';
|
||||
$string['reviewmode'] = 'Review Mode';
|
||||
$string['scoes'] = 'Learning Objects';
|
||||
$string['score'] = 'Score';
|
||||
$string['scorm:savetrack'] = 'Save tracks';
|
||||
$string['scorm:skipview'] = 'Skip overview';
|
||||
$string['scorm:viewreport'] = 'View reports';
|
||||
$string['scorm:viewscores'] = 'View scores';
|
||||
$string['scormcourse'] = 'Learning Course';
|
||||
$string['scrollbars'] = 'Allow the window to be scrolled';
|
||||
$string['sided'] = 'On the left side';
|
||||
$string['skipview'] = 'Student skip content structure page';
|
||||
$string['stagesize'] = 'Stage size';
|
||||
$string['started'] = 'Started on';
|
||||
$string['status'] = 'Status';
|
||||
$string['statusbar'] = 'Show the status bar';
|
||||
$string['student_response'] = 'Response';
|
||||
$string['suspended'] = 'Suspended';
|
||||
$string['syntax'] = 'Syntax error';
|
||||
$string['tag_error'] = 'Unknown tag ($a->tag) with this content: $a->value';
|
||||
$string['time'] = 'Time';
|
||||
$string['title'] = 'Title';
|
||||
$string['too_many_attributes'] = 'Tag $a->tag has too many attributes';
|
||||
$string['too_many_children'] = 'Tag $a->tag has too many children';
|
||||
$string['domxml'] = 'DOMXML external library';
|
||||
$string['toolbar'] = 'Show the toolbar';
|
||||
$string['totaltime'] = 'Time';
|
||||
$string['trackingloose'] = 'WARNING: The tracking data of this package will be lost!';
|
||||
$string['type'] = 'Type';
|
||||
$string['validateascorm'] = 'Validate a package';
|
||||
$string['validation'] = 'Validation result';
|
||||
$string['validationtype'] = 'This preference set the DOMXML library used for validating SCORM Manifest. If you don\'t know leave the selected choice.';
|
||||
$string['value'] = 'Value';
|
||||
$string['versionwarning'] = 'The manifest version is older than 1.3, warning at $a->tag tag';
|
||||
$string['viewallreports'] = 'View reports for $a attempts';
|
||||
$string['whatgrade'] = 'Attempts grading';
|
||||
$string['width'] = 'Width';
|
||||
$string['window'] = 'Window';
|
||||
|
||||
?>
|
||||
|
||||
@@ -1,10 +1,12 @@
|
||||
<?php
|
||||
<?PHP // $Id$
|
||||
// simpletest.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['all'] = 'ALL';
|
||||
$string['exception'] = 'Exception';
|
||||
$string['fail'] = 'Fail';
|
||||
$string['ignorethisfile'] = 'Re-run the tests ignoring this test file.';
|
||||
$string['ignorefile'] = 'Ignore tests in the file';
|
||||
$string['ignorethisfile'] = 'Re-run the tests ignoring this test file.';
|
||||
$string['moodleunittests'] = 'Moodle unit tests: $a';
|
||||
$string['notice'] = 'Notice';
|
||||
$string['onlytest'] = 'Only run tests in';
|
||||
@@ -13,7 +15,7 @@ $string['pathdoesnotexist'] = 'The path \'$a\' does not exist.';
|
||||
$string['retest'] = 'Re-run the tests';
|
||||
$string['retestonlythisfile'] = 'Re-run only this test file.';
|
||||
$string['runall'] = 'Run the tests from all the test files.';
|
||||
$string['runat'] = 'Run at $a. ';
|
||||
$string['runat'] = 'Run at $a.';
|
||||
$string['runonlyfile'] = 'Run only the tests in this file';
|
||||
$string['runonlyfolder'] = 'Run only the tests in this folder';
|
||||
$string['runtests'] = 'Run tests';
|
||||
@@ -23,7 +25,8 @@ $string['showsearch'] = 'Show the search for test files.';
|
||||
$string['stacktrace'] = 'Stack trace:';
|
||||
$string['summary'] = '{$a->run}/{$a->total} test cases complete: <strong>{$a->passes}</strong> passes, <strong>{$a->fails}</strong> fails and <strong>{$a->exceptions}</strong> exceptions.';
|
||||
$string['thorough'] = 'Run a thorough test (may be slow).';
|
||||
$string['unittests'] = 'Unit tests';
|
||||
$string['uncaughtexception'] = 'Uncaught exception [{$a->getMessage()}] in [{$a->getFile()}:{$a->getLine()}] TESTS ABORTED.';
|
||||
$string['version'] = 'Using <a href=\"http://sourceforge.net/projects/simpletest/\">SimpleTest</a> version $a. ';
|
||||
?>
|
||||
$string['unittests'] = 'Unit tests';
|
||||
$string['version'] = 'Using <a href=\"http://sourceforge.net/projects/simpletest/\">SimpleTest</a> version $a.';
|
||||
|
||||
?>
|
||||
|
||||
+3
-29
@@ -1,5 +1,5 @@
|
||||
<?php // $Id$
|
||||
// survey.php - created with Moodle 1.2 development (2003111400)
|
||||
<?PHP // $Id$
|
||||
// survey.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['actual'] = 'Actual';
|
||||
@@ -52,8 +52,6 @@ $string['attls9'] = 'I often find myself arguing with the authors of books that
|
||||
$string['attls9short'] = 'argue with authors';
|
||||
$string['attlsintro'] = 'The purpose of this questionnaire is to help us evaluate your attitudes towards thinking and learning.
|
||||
|
||||
|
||||
|
||||
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.';
|
||||
$string['attlsm1'] = 'Attitudes Towards Thinking and Learning';
|
||||
$string['attlsm2'] = 'Connected Learning';
|
||||
@@ -124,38 +122,22 @@ $string['colles9'] = 'I explain my ideas to other students.';
|
||||
$string['colles9short'] = 'I explain my ideas';
|
||||
$string['collesaintro'] = 'The purpose of this survey is to help us understand how well the online delivery of this unit enabled you to learn.
|
||||
|
||||
|
||||
|
||||
Each one of the 24 statements below asks about your 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.
|
||||
|
||||
|
||||
|
||||
Your carefully considered responses will help us improve the way this unit is presented online in the future.
|
||||
|
||||
|
||||
|
||||
Thanks very much.';
|
||||
$string['collesaname'] = 'COLLES (Actual)';
|
||||
$string['collesapintro'] = 'The purpose of this questionnaire is to help us understand how well the online delivery of this unit enabled you to learn.
|
||||
|
||||
|
||||
|
||||
Each one of the 24 statements below asks you to compare your <b>preferred</b> (ideal) and <b>actual</b> 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.
|
||||
|
||||
|
||||
|
||||
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';
|
||||
@@ -173,20 +155,12 @@ $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 <b>preferred</b> (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.
|
||||
|
||||
|
||||
|
||||
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';
|
||||
@@ -225,9 +199,9 @@ $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['survey:download'] = 'Download responses';
|
||||
$string['survey:participate'] = 'Respond to survey';
|
||||
$string['survey:readresponses'] = 'View responses';
|
||||
$string['survey:download'] = 'Download responses';
|
||||
$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';
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<?php /// $Id$
|
||||
<?PHP // $Id$
|
||||
// tex.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
$string['filtername'] = "TeX Notation";
|
||||
|
||||
$string['filtername'] = 'TeX Notation';
|
||||
|
||||
?>
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?PHP // $Id$
|
||||
// timezones.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005041101)
|
||||
// timezones.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['africa/abidjan'] = 'Africa/Abidjan';
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php // $Id$
|
||||
// webquest.php - created with Moodle 1.2 development (2003111400)
|
||||
<?PHP // $Id$
|
||||
// webquest.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['modulename'] = 'Webquest';
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php // $Id$
|
||||
// wiki.php - created with Moodle 1.4 alpha (2004081900)
|
||||
<?PHP // $Id$
|
||||
// wiki.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['action'] = '-- Action --';
|
||||
@@ -94,7 +94,7 @@ $string['linkok'] = 'OK';
|
||||
$string['linkschecked'] = 'Links checked';
|
||||
$string['listall'] = 'List all';
|
||||
$string['listcandidates'] = 'List candidates';
|
||||
$string['lockcancelled'] = 'Your editing lock has been overridden and somebody else is now editing this page. If you wish to keep your changes, please select and copy them before clicking Cancel; then try to edit again.';
|
||||
$string['lockcancelled'] = 'Your editing lock has been overridden and somebody else is now editing this page. If you wish to keep your changes, please select and copy them before clicking Cancel; then try to edit again.';
|
||||
$string['meta'] = 'Meta data';
|
||||
$string['moduledirectory'] = 'Module Directory';
|
||||
$string['modulename'] = 'Wiki';
|
||||
@@ -106,7 +106,7 @@ $string['noadministrationaction'] = 'No administration action given.';
|
||||
$string['nocandidatestoremove'] = 'No candidate pages to remove, choose \'$a\' to show all pages.';
|
||||
$string['nochangestorevert'] = 'No changes to revert.';
|
||||
$string['nohtml'] = 'No HTML';
|
||||
$string['nojslockwarning'] = 'Because Javascript is disabled in your browser, it is possible that somebody else could edit this page. If that happens, you won\'t be able to save your changes. Please try to make your edits quickly, or turn Javascript on and reload this page.';
|
||||
$string['nojslockwarning'] = 'Because Javascript is disabled in your browser, it is possible that somebody else could edit this page. If that happens, you won\'t be able to save your changes. Please try to make your edits quickly, or turn Javascript on and reload this page.';
|
||||
$string['nolinksfound'] = 'No links found on page.';
|
||||
$string['noregexp'] = 'This must be a fixed string (you cannot use * or regex), at best use the attackers` IP address or host name, but do not include the port number (because it increased with every http access).';
|
||||
$string['notadministratewiki'] = 'You are not allowed to administrate this wiki !';
|
||||
@@ -118,13 +118,13 @@ $string['optional'] = 'Optional';
|
||||
$string['orphanedpage'] = 'Orphaned page';
|
||||
$string['orphanedpages'] = 'Orphaned pages';
|
||||
$string['otherwikis'] = 'Other Wikis';
|
||||
$string['overridebutton'] = 'Override lock';
|
||||
$string['overrideinfo'] = 'You can override this user\'s lock, but doing so may cause them to lose their changes! Please take care.';
|
||||
$string['overridebutton'] = 'Override lock';
|
||||
$string['ownerunknown'] = 'unknown';
|
||||
$string['pageactions'] = 'Page actions';
|
||||
$string['pageindex'] = 'Page Index';
|
||||
$string['pageinfo'] = 'Page information';
|
||||
$string['pagelocked'] = '<p><strong>This page is being edited by $a->name.</strong> They began editing at $a->since and still have the window open as of $a->seen.</p><p>You need to wait for them to finish before you can edit this page.</p>';
|
||||
$string['pagelocked'] = '<p><strong>This page is being edited by $a->name.</strong> They began editing at $a->since and still have the window open as of $a->seen.</p><p>You need to wait for them to finish before you can edit this page.</p>';
|
||||
$string['pagename'] = 'Page name';
|
||||
$string['pagenamechoice'] = '- or -';
|
||||
$string['pageslinkingto'] = 'Pages linking to this page';
|
||||
@@ -136,7 +136,7 @@ $string['preview'] = 'Preview';
|
||||
$string['readonly'] = 'Read only page';
|
||||
$string['refs'] = 'References';
|
||||
$string['reloadlinkdescription'] = 'Reloads the page, so that any new content is shown.';
|
||||
$string['reloadlinktext'] = 'Reload this page';
|
||||
$string['reloadlinktext'] = 'Reload this page';
|
||||
$string['removenotice'] = 'Note that only unreferenced pages will be listed here. And because the ewiki engine itself does only limited testing if a page is referenced it may miss some of them here.<br />If you however empty a page first, it will get listed here too. Various other database diagnostics are made as well.';
|
||||
$string['removepagecheck'] = 'Are you sure that you want to delete these pages ?';
|
||||
$string['removepages'] = 'Remove pages';
|
||||
@@ -183,9 +183,9 @@ $string['versionstodelete'] = 'Version(s) to delete';
|
||||
$string['viewpage'] = 'View Page';
|
||||
$string['viewsmfor'] = 'View sitemap for';
|
||||
$string['wantedpages'] = 'Wanted pages';
|
||||
$string['wiki:participate'] = 'Edit wiki pages';
|
||||
$string['wiki:manage'] = 'Manage wiki settings';
|
||||
$string['wiki:overridelock'] = 'Override locked pages';
|
||||
$string['wiki:participate'] = 'Edit wiki pages';
|
||||
$string['wikidefaultpagename'] = 'WikiIndex';
|
||||
$string['wikiexport'] = 'Export pages';
|
||||
$string['wikiexportcomment'] = 'Here you can configure the export to your needs.';
|
||||
@@ -198,4 +198,5 @@ $string['wikiusage'] = 'Wiki usage';
|
||||
$string['withbinaries'] = 'Include binary content';
|
||||
$string['withvirtualpages'] = 'Include Wiki-Links';
|
||||
$string['wrongversionrange'] = '$a is not a correct range!';
|
||||
|
||||
?>
|
||||
|
||||
+29
-29
@@ -1,5 +1,5 @@
|
||||
<?php // $Id$
|
||||
// workshop.php - created with Moodle 1.2 development (2004013101)
|
||||
<?PHP // $Id$
|
||||
// workshop.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['absent'] = 'Absent';
|
||||
@@ -8,7 +8,7 @@ $string['action'] = 'Action';
|
||||
$string['addacomment'] = 'Add a Comment';
|
||||
$string['addcomment'] = 'Add Comment';
|
||||
$string['afterdeadline'] = 'After Deadline: $a';
|
||||
$string['ago'] = "\$a ago";
|
||||
$string['ago'] = '$a ago';
|
||||
$string['agrade'] = 'Assmnt<br />Grade';
|
||||
$string['agreetothisassessment'] = 'Agree to this Assessment';
|
||||
$string['allgradeshaveamaximumof'] = 'All Grades have a Maximum of: $a';
|
||||
@@ -42,8 +42,8 @@ $string['assessmentstart'] = 'Start of assessments';
|
||||
$string['assessmentstartevent'] = 'Start of assessments for $a';
|
||||
$string['assessmentwasagreedon'] = 'Assessment was agreed on $a';
|
||||
$string['assessor'] = 'Assessor';
|
||||
$string['assessthissubmission'] = 'Assess this submission';
|
||||
$string['assessthisassessment'] = 'Grade this assessment';
|
||||
$string['assessthissubmission'] = 'Assess this submission';
|
||||
$string['assignmentnotinthecorrectphase'] = 'Assignment not in the Correct Phase';
|
||||
$string['assmnts'] = 'Assessments';
|
||||
$string['attachment'] = 'Attachment';
|
||||
@@ -55,12 +55,12 @@ $string['awaitinggradingbyteacher'] = 'Awaiting Grading by $a';
|
||||
$string['beforedeadline'] = 'Before Deadline: $a';
|
||||
$string['by'] = 'submitted by';
|
||||
$string['calculationoffinalgrades'] = 'Calculation of Final Grades';
|
||||
$string['clearlateflag'] = "Clear Late Flag";
|
||||
$string['clearlateflag'] = 'Clear Late Flag';
|
||||
$string['closeassignment'] = 'Close Assignment';
|
||||
$string['comment'] = 'Comment';
|
||||
$string['commentbank'] = 'Comment Bank';
|
||||
$string['commentby'] = 'Comment by';
|
||||
$string['comparisonofassessments'] = "Comparison of Assessments";
|
||||
$string['comparisonofassessments'] = 'Comparison of Assessments';
|
||||
$string['confirmdeletionofthisitem'] = 'Confirm Deletion of this $a';
|
||||
$string['correct'] = 'Correct';
|
||||
$string['count'] = 'Count';
|
||||
@@ -75,9 +75,9 @@ $string['deleting'] = 'Deleting';
|
||||
$string['description'] = 'Description';
|
||||
$string['detailsofassessment'] = 'Details of Assessment';
|
||||
$string['disagreewiththisassessment'] = 'Disagree with this Assessment';
|
||||
$string['displayofgrades'] = 'Display of Grades';
|
||||
$string['displayofcurrentgrades'] = 'Display of Current Grades';
|
||||
$string['displayoffinalgrades'] = 'Display of Final Grades';
|
||||
$string['displayofgrades'] = 'Display of Grades';
|
||||
$string['dontshowgrades'] = 'Don\'t Show Grades';
|
||||
$string['edit'] = 'Edit';
|
||||
$string['editacomment'] = 'Edit a Comment';
|
||||
@@ -85,14 +85,14 @@ $string['editingassessmentelements'] = 'Editing Assessment Elements';
|
||||
$string['editsubmission'] = 'Edit Submission';
|
||||
$string['element'] = 'Element';
|
||||
$string['elementweight'] = 'Element Weight';
|
||||
$string['enterpassword'] = "Enter Password";
|
||||
$string['enterpassword'] = 'Enter Password';
|
||||
$string['errorbanded'] = 'Error Banded';
|
||||
$string['errortable'] = 'Error Table';
|
||||
$string['examplesubmissions'] = 'Example Submissions';
|
||||
$string['excellent'] = 'Excellent';
|
||||
$string['excludingdroppedassessments'] = 'excluding dropped Assessments';
|
||||
$string['expectederror'] = 'Expected Error Value if guessing: $a';
|
||||
$string['fair'] = "Fair";
|
||||
$string['fair'] = 'Fair';
|
||||
$string['feedbackgoeshere'] = 'Feedback goes here';
|
||||
$string['firstname'] = 'First name';
|
||||
$string['generalcomment'] = 'General comment';
|
||||
@@ -101,12 +101,12 @@ $string['grade'] = 'Grade';
|
||||
$string['gradeassessment'] = 'Grade Assessment';
|
||||
$string['graded'] = 'Graded';
|
||||
$string['gradedbyteacher'] = 'Graded by $a';
|
||||
$string['gradegiventoassessment'] = 'Grade given to Assessment';
|
||||
$string['gradeforassessments'] = 'Grade for Assessments';
|
||||
$string['gradeforbias'] = 'Grade for Bias';
|
||||
$string['gradeforreliability'] = 'Grade for Reliability';
|
||||
$string['gradeforstudentsassessment'] = 'Grade for Student\'s Assessment';
|
||||
$string['gradeforsubmission'] = 'Grade for Submission';
|
||||
$string['gradegiventoassessment'] = 'Grade given to Assessment';
|
||||
$string['gradeofsubmission'] = 'Grade of Submission: $a';
|
||||
$string['grades'] = 'Grades';
|
||||
$string['gradesforassessmentsare'] = 'Grades for Assessments are out of $a';
|
||||
@@ -124,21 +124,21 @@ $string['info'] = 'Info';
|
||||
$string['invaliddates'] = 'The dates you have entered are not possible.<br />Use the browser\'s Back button to return to the form and correct the dates.';
|
||||
$string['iteration'] = 'Iteration $a completed';
|
||||
$string['lastname'] = 'Surname';
|
||||
$string['lax'] = "Lax";
|
||||
$string['lax'] = 'Lax';
|
||||
$string['leaguetable'] = 'League Table of Submitted Work';
|
||||
$string['listassessments'] = 'List Assessments';
|
||||
$string['listofallsubmissions'] = 'List of all Submissions';
|
||||
$string['liststudentsassessments'] = 'List Student\'s Assessments';
|
||||
$string['loadingforteacherassessments'] = 'Loading for $a Assessments';
|
||||
$string['mail1'] = 'Your assignment \'$a\' has been assessed by';
|
||||
$string['mail10'] = 'You can assess it in your workshop assignment '; //not used in 1.5
|
||||
$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'; //not used in 1.5
|
||||
$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 been reviewed.'; //not used in 1.5
|
||||
$string['mail7'] = 'The comments given by the $a can be seen in the Workshop Assignment '; //not used in 1.5
|
||||
$string['mail8'] = 'The assignment $a is a revised piece of work. ';
|
||||
$string['mail6'] = 'Your assessment of the assignment \'$a\' has been 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 the Workshop';
|
||||
$string['maximum'] = 'Maximum';
|
||||
@@ -166,7 +166,7 @@ $string['noteonassessmentelements'] = 'Note that grading is broken down into a n
|
||||
Elements before making the assignment available to students. This is done by<br />
|
||||
clicking on the assignment in the course, if no elements are present you will be asked<br />
|
||||
to add them. You can change the number of elements using the Edit Assignment screen,<br />
|
||||
the elements themselves can be amended from the "Managing Assessment" screen. ';
|
||||
the elements themselves can be amended from the "Managing Assessment" screen.';
|
||||
$string['noteonstudentassessments'] = '{Grade from Student / Grading Grade for Assessment}';
|
||||
$string['notgraded'] = 'Not Graded';
|
||||
$string['notitle'] = 'No Title';
|
||||
@@ -178,8 +178,8 @@ $string['numberofassessments'] = 'Number of Assessments';
|
||||
$string['numberofassessmentschanged'] = 'Number of Assessments Changed: $a';
|
||||
$string['numberofassessmentsdropped'] = 'Number of Assessments dropped: $a';
|
||||
$string['numberofassessmentsofstudentsubmissions'] = 'Number of Assessments of Student Submissions';
|
||||
$string['numberofassessmentsweighted'] = 'Number of Assessments (weighted): $a';
|
||||
$string['numberofassessmentsofteachersexamples'] = 'Number of Assessments of Examples from Teacher';
|
||||
$string['numberofassessmentsweighted'] = 'Number of Assessments (weighted): $a';
|
||||
$string['numberofattachments'] = 'Number of Attachments expected on Submissions';
|
||||
$string['numberofentries'] = 'Number of Entries';
|
||||
$string['numberofnegativeresponses'] = 'Number of Negative Responses';
|
||||
@@ -195,8 +195,8 @@ $string['overallocation'] = 'Over Allocation';
|
||||
$string['overallpeergrade'] = 'Overall Peer Grade: $a';
|
||||
$string['overallteachergrade'] = 'Overall Teacher Grade: $a';
|
||||
$string['ownwork'] = 'Own Work';
|
||||
$string['passwordprotectedworkshop'] = "Password Protected Workshop";
|
||||
$string['passmnts'] = 'Peer<br />Assessments';
|
||||
$string['passwordprotectedworkshop'] = 'Password Protected Workshop';
|
||||
$string['percentageofassessments'] = 'Percentage of Assessments to Drop';
|
||||
$string['phase'] = 'Phase';
|
||||
$string['phase0'] = 'Inactive';
|
||||
@@ -251,9 +251,9 @@ $string['showgrades'] = 'Show Grades';
|
||||
$string['showsubmission'] = 'Show Submission: $a';
|
||||
$string['specimenassessmentform'] = 'Specimen Assessment Form';
|
||||
$string['standarddeviation'] = 'Standard Deviation';
|
||||
$string['standarddeviationofelement'] = 'Standard deviation of Element $a:';
|
||||
$string['standarddeviationnote'] = 'Elements with standard deviations of zero or very small values can distort the analysis.<br /> This Element has been excluded from the analysis.';
|
||||
$string['strict'] = "Strict";
|
||||
$string['standarddeviationofelement'] = 'Standard deviation of Element $a:';
|
||||
$string['strict'] = 'Strict';
|
||||
$string['studentassessments'] = '$a Assessments';
|
||||
$string['studentgrades'] = '$a Grades';
|
||||
$string['studentsubmissions'] = '$a Submissions';
|
||||
@@ -280,22 +280,22 @@ $string['teachergradeforassessment'] = '$a grade for assessment';
|
||||
$string['teacherscomment'] = 'Teacher\'s Comment';
|
||||
$string['teachersgrade'] = 'Teacher\'s Grade';
|
||||
$string['teachersubmissionsforassessment'] = '$a Teacher Submissions for Assessment';
|
||||
$string['thegradeis'] = 'The Grade is $a';
|
||||
$string['thegradeforthisassessmentis'] = 'The grade for this assessment is $a';
|
||||
$string['thegradeis'] = 'The Grade is $a';
|
||||
$string['theseasessmentsaregradedbytheteacher'] = 'These Assessments are graded by the $a';
|
||||
$string['thisisadroppedassessment'] = 'This is a dropped Assessment.';
|
||||
$string['timeassessed'] = 'Time Assessed';
|
||||
$string['title'] = 'Submission Title';
|
||||
$string['typeofscale'] = 'Type of Scale';
|
||||
$string['unassessed'] = "\$a Unassessed";
|
||||
$string['unassessed'] = '$a Unassessed';
|
||||
$string['ungradedassessments'] = '$a Ungraded Assessments';
|
||||
$string['ungradedassessmentsofstudentsubmissions'] = '$a Ungraded Assessments of Student Submissions';
|
||||
$string['ungradedassessmentsofteachersubmissions'] = '$a Ungraded Assessments of Teacher Submissions';
|
||||
$string['uploadsuccess'] = 'Upload Successful';
|
||||
$string['usepassword'] = "Use Password";
|
||||
$string['verylax'] = "Very Lax";
|
||||
$string['verypoor'] = "Very Poor";
|
||||
$string['verystrict'] = "Very Strict";
|
||||
$string['usepassword'] = 'Use Password';
|
||||
$string['verylax'] = 'Very Lax';
|
||||
$string['verypoor'] = 'Very Poor';
|
||||
$string['verystrict'] = 'Very Strict';
|
||||
$string['view'] = 'View';
|
||||
$string['viewassessment'] = 'View Assessment';
|
||||
$string['viewassessmentofteacher'] = 'View Assessment of $a';
|
||||
@@ -312,8 +312,8 @@ $string['weightforteacherassessments'] = 'Weight for Teacher Assessments';
|
||||
$string['weights'] = 'Weights';
|
||||
$string['weightsusedforfinalgrade'] = 'Weights used for Final Grade';
|
||||
$string['weightsusedforsubmissions'] = 'Weights used for Submissions';
|
||||
$string['workshop:participate'] = 'Participate in workshop';
|
||||
$string['workshop:manage'] = 'Manage settings';
|
||||
$string['workshop:participate'] = 'Participate in workshop';
|
||||
$string['workshopagreedassessments'] = 'Workshop Agreed Assessments';
|
||||
$string['workshopassessments'] = 'Workshop Assessments';
|
||||
$string['workshopcomments'] = 'Workshop Comments';
|
||||
@@ -321,8 +321,8 @@ $string['workshopfeedback'] = 'Workshop Feedback';
|
||||
$string['workshopsubmissions'] = 'Workshop Submissions';
|
||||
$string['wrongpassword'] = 'Incorrect password for this Workshop';
|
||||
$string['yourassessments'] = 'Your assessments of work by your peers';
|
||||
$string['yoursubmissions'] = 'Your Submissions';
|
||||
$string['yourassessmentsofexamplesfromtheteacher'] = 'Your Assessments of Examples from the $a';
|
||||
$string['yourfeedbackgoeshere'] = 'Your Feedback goes Here';
|
||||
$string['yoursubmissions'] = 'Your Submissions';
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user