Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lang/en/enrol.php
Go to the documentation of this file.
00001 <?php
00002 
00003 // This file is part of Moodle - http://moodle.org/
00004 //
00005 // Moodle is free software: you can redistribute it and/or modify
00006 // it under the terms of the GNU General Public License as published by
00007 // the Free Software Foundation, either version 3 of the License, or
00008 // (at your option) any later version.
00009 //
00010 // Moodle is distributed in the hope that it will be useful,
00011 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00012 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00013 // GNU General Public License for more details.
00014 //
00015 // You should have received a copy of the GNU General Public License
00016 // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
00017 
00027 $string['actenrolshhdr'] = 'Available course enrolment plugins';
00028 $string['addinstance'] = 'Add method';
00029 $string['ajaxoneuserfound'] = '1 user found';
00030 $string['ajaxxusersfound'] = '{$a} users found';
00031 $string['ajaxnext25'] = 'Next 25...';
00032 $string['assignnotpermitted'] = 'You do not have permission or can not assign roles in this course.';
00033 $string['bulkuseroperation'] = 'Bulk user operation';
00034 $string['configenrolplugins'] = 'Please select all required plugins and arrange then in appropriate order.';
00035 $string['custominstancename'] = 'Custom instance name';
00036 $string['defaultenrol'] = 'Add instance to new courses';
00037 $string['defaultenrol_desc'] = 'It is possible to add this plugin to all new courses by default.';
00038 $string['deleteinstanceconfirm'] = 'Do you really want to delete enrol plugin instance "{$a->name}" with {$a->users} enrolled users?';
00039 $string['durationdays'] = '{$a} days';
00040 $string['enrol'] = 'Enrol';
00041 $string['enrolcandidates'] = 'Not enrolled users';
00042 $string['enrolcandidatesmatching'] = 'Matching not enrolled users';
00043 $string['enrolcohort'] = 'Enrol cohort';
00044 $string['enrolcohortusers'] = 'Enrol users';
00045 $string['enrollednewusers'] = 'Successfully enrolled {$a} new users';
00046 $string['enrolledusers'] = 'Enrolled users';
00047 $string['enrolledusersmatching'] = 'Matching enrolled users';
00048 $string['enrolme'] = 'Enrol me in this course';
00049 $string['enrolmentinstances'] = 'Enrolment methods';
00050 $string['enrolmentnew'] = 'New enrolment in {$a}';
00051 $string['enrolmentnewuser'] = '{$a->user} has enrolled in course "{$a->course}"';
00052 $string['enrolments'] = 'Enrolments';
00053 $string['enrolmentoptions'] = 'Enrolment options';
00054 $string['enrolnotpermitted'] = 'You do not have permission or are not allowed to enrol someone in this course';
00055 $string['enrolperiod'] = 'Enrolment duration';
00056 $string['enrolusage'] = 'Instances / enrolments';
00057 $string['enrolusers'] = 'Enrol users';
00058 $string['enroltimeend'] = 'Enrolment ends';
00059 $string['enroltimestart'] = 'Enrolment starts';
00060 $string['errajaxfailedenrol'] = 'Failed to enrol user';
00061 $string['errajaxsearch'] = 'Error when searching users';
00062 $string['erroreditenrolment'] = 'An error occurred while trying to edit a users enrolment';
00063 $string['errorenrolcohort'] = 'Error creating cohort sync enrolment instance in this course.';
00064 $string['errorenrolcohortusers'] = 'Error enrolling cohort members in this course.';
00065 $string['errorwithbulkoperation'] = 'There was an error while processing your bulk enrolment change.';
00066 $string['finishenrollingusers'] = 'Finish enrolling users';
00067 $string['invalidenrolinstance'] = 'Invalid enrolment instance';
00068 $string['invalidrole'] = 'Invalid role';
00069 $string['manageenrols'] = 'Manage enrol plugins';
00070 $string['manageinstance'] = 'Manage';
00071 $string['nochange'] = 'No change';
00072 $string['noexistingparticipants'] = 'No existing participants';
00073 $string['noguestaccess'] = 'Guests can not access this course, please try to log in.';
00074 $string['none'] = 'None';
00075 $string['notenrollable'] = 'You can not enrol yourself in this course.';
00076 $string['notenrolledusers'] = 'Other users';
00077 $string['otheruserdesc'] = 'The following users are not enrolled in this course but do have roles, inherited or assigned within it.';
00078 $string['participationactive'] = 'Active';
00079 $string['participationstatus'] = 'Status';
00080 $string['participationsuspended'] = 'Suspended';
00081 $string['periodend'] = 'until {$a}';
00082 $string['periodstart'] = 'from {$a}';
00083 $string['periodstartend'] = 'from {$a->start} until {$a->end}';
00084 $string['recovergrades'] = 'Recover user\'s old grades if possible';
00085 $string['rolefromthiscourse'] = '{$a->role} (Assigned in this course)';
00086 $string['rolefrommetacourse'] = '{$a->role} (Inherited from parent course)';
00087 $string['rolefromcategory'] = '{$a->role} (Inherited from course category)';
00088 $string['rolefromsystem'] = '{$a->role} (Assigned at site level)';
00089 $string['startdatetoday'] = 'Today';
00090 $string['synced'] = 'Synced';
00091 $string['totalenrolledusers'] = '{$a} enrolled users';
00092 $string['totalotherusers'] = '{$a} other users';
00093 $string['unassignnotpermitted'] = 'You do not have permission to unassign roles in this course';
00094 $string['unenrol'] = 'Unenrol';
00095 $string['unenrolconfirm'] = 'Do you really want to unenrol user "{$a->user}" from course "{$a->course}"?';
00096 $string['unenrolme'] = 'Unenrol me from {$a}';
00097 $string['unenrolnotpermitted'] = 'You do not have permission or can not unenrol this user from this course.';
00098 $string['unenrolroleusers'] = 'Unenrol users';
00099 $string['uninstallconfirm'] = 'You are about to completely delete the enrol plugin \'{$a}\'.  This will completely delete everything in the database associated with this enrolment type.  Are you SURE you want to continue?';
00100 $string['uninstalldeletefiles'] = 'All data associated with the enrol plugin \'{$a->plugin}\' has been deleted from the database.  To complete the deletion (and prevent the plugin re-installing itself), you should now delete this directory from your server: {$a->directory}';
00101 $string['unknowajaxaction'] = 'Unknown action requested';
00102 $string['unlimitedduration'] = 'Unlimited';
00103 $string['usersearch'] = 'Search ';
00104 $string['withselectedusers'] = 'With selected users';
00105 $string['extremovedaction'] = 'External unenrol action';
00106 $string['extremovedaction_help'] = 'Select action to carry out when user enrolment disappears from external enrolment source. Please note that some user data and settings are purged from course during course unenrolment.';
00107 $string['extremovedsuspend'] = 'Disable course enrolment';
00108 $string['extremovedsuspendnoroles'] = 'Disable course enrolment and remove roles';
00109 $string['extremovedkeep'] = 'Keep user enrolled';
00110 $string['extremovedunenrol'] = 'Unenrol user from course';
 All Data Structures Namespaces Files Functions Variables Enumerations