$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';
// 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['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_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_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_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_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_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_castitle']='Use a CAS server (SSO)';
$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_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_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_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_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_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_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_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_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_radiustitle']='Use a RADIUS server';
$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_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_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['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['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.';
// 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.';