<table cellspacing="0" cellpadding="5" border="0" align="center">
<tr valign="top" class="required">
- <td align="right"> host: </td>
+ <td align="right"><?php print_string('auth_nntphost_key', 'auth') ?>: </td>
<td>
<input name="host" type="text" size="30" value="<?php echo $config->host ?>" />
<?php
print_string("auth_nntphost", "auth");
print_string("auth_multiplehosts", "auth");
-
+
?>
</td>
</tr>
<tr valign="top" class="required">
- <td align="right"> port: </td>
+ <td align="right"><?php print_string('auth_nntpport_key', 'auth') ?>: </td>
<td>
<input name="port" type="text" size="6" value="<?php echo $config->port ?>" />
<?php
</tr>
<tr valign="top">
- <td align="right"> changepasswordurl: </td>
+ <td align="right"><?php print_string('auth_nntpchangepasswordurl_key', 'auth') ?>: </td>
<td>
<input name="changepasswordurl" type="text" value="<?php echo $config->changepasswordurl ?>" />
<?php
<table cellspacing="0" cellpadding="5" border="0" align="center">
<tr valign="top" class="required">
- <td align="right"> host: </td>
+ <td align="right"><?php print_string('auth_pop3host_key', 'auth') ?>: </td>
<td>
<input name="host" type="text" size="30" value="<?php echo $config->host ?>" />
<?php
</tr>
<tr valign="top" class="required">
- <td align="right"> type: </td>
+ <td align="right"><?php print_string('auth_pop3type_key', 'auth') ?>: </td>
<td>
<?php
</tr>
<tr valign="top" class="required">
- <td align="right"> port: </td>
+ <td align="right"><?php print_string('auth_pop3port_key', 'auth') ?>: </td>
<td>
<input name="port" type="text" size="6" value="<?php echo $config->port ?>" />
<?php
</tr>
<tr valign="top" class="required">
- <td align="right"> mailbox: </td>
+ <td align="right"><?php print_string('auth_pop3mailbox_key', 'auth') ?>: </td>
<td>
<input name="mailbox" type="text" size="6" value="<?php echo $config->mailbox ?>" />
<?php
</tr>
<tr valign="top">
- <td align="right"> changepasswordurl: </td>
+ <td align="right"><?php print_string('auth_pop3changepasswordurl_key', 'auth') ?>: </td>
<td>
<input name="changepasswordurl" type="text" value="<?php echo $config->changepasswordurl ?>" />
<?php
<table cellspacing="0" cellpadding="5" border="0" align="center">
<tr valign="top">
- <td align="right"> host: </td>
+ <td align="right"><?php print_string('auth_radiushost_key', 'auth') ?>: </td>
<td>
- <input name="host" type="text" size="30" value="<?php echo $config->host ?>">
+ <input name="host" type="text" size="30" value="<?php echo $config->host ?>" />
<?php
if (isset($err['host'])) {
</tr>
<tr valign="top">
- <td align="right"> nasport: </td>
+ <td align="right"><?php print_string('auth_radiusnasport_key', 'auth') ?>: </td>
<td>
- <input name="nasport" type="text" size="6" value="<?php echo $config->nasport ?>">
+ <input name="nasport" type="text" size="6" value="<?php echo $config->nasport ?>" />
<?php
if (isset($err['nasport'])) {
</tr>
<tr valign="top" >
- <td align="right"> secret: </td>
+ <td align="right"><?php print_string('auth_radiussecret_key', 'auth') ?>: </td>
<td>
- <input name="secret" type="text" size="6" value="<?php echo $config->secret ?>">
+ <input name="secret" type="text" size="6" value="<?php echo $config->secret ?>" />
<?php
if (isset($err['secret'])) {
formerr($err['secret']);
}
-
+
?>
</td>
<td><?php print_string('auth_radiussecret', 'auth') ?></td>
</tr>
<tr valign="top">
- <td align="right"> changepasswordurl: </td>
+ <td align="right"><?php print_string('auth_radiuschangepasswordurl_key', 'auth') ?>: </td>
<td>
<input name="changepasswordurl" type="text" value="<?php echo $config->changepasswordurl ?>" />
<?php
</tr>
<tr valign="top">
- <td align="right"> changepasswordurl: </td>
+ <td align="right"><?php print_string('auth_shib_changepasswordurl', 'auth') ?>: </td>
<td>
<input name="changepasswordurl" type="text" value="<?php echo $config->changepasswordurl ?>" />
<?php
$string['auth_nntpport'] = 'Server port (119 is the most common)';
$string['auth_nntptitle'] = 'Use an NNTP server';
$string['auth_nntpnotinstalled'] = 'Cannot use NNTP authentication. The PHP IMAP module is not installed.';
+$string['auth_nntpchangepasswordurl_key'] = 'Password-change URL';
+$string['auth_nntpport_key'] = 'Port';
+$string['auth_nntphost_key'] = 'Host';
// None plugin
$string['auth_nonedescription'] = 'Users can sign in and create valid accounts immediately, with no authentication against an external server and no confirmation via email. Be careful using this option - think of the security and administration problems this could cause.';
$string['auth_pop3title'] = 'Use a POP3 server';
$string['auth_pop3type'] = 'Server type. If your server uses certificate security, choose pop3cert.';
$string['auth_pop3notinstalled'] = 'Cannot use POP3 authentication. The PHP IMAP module is not installed.';
+$string['auth_pop3changepasswordurl_key'] = 'Password-change URL';
+$string['auth_pop3mailbox_key'] = 'Mailbox';
+$string['auth_pop3port_key'] = 'Port';
+$string['auth_pop3type_key'] = 'Type';
+$string['auth_pop3host_key'] = 'Host';
// RADIUS plugin
$string['auth_radiustitle'] = 'Use a RADIUS server';
$string['auth_radiushost'] = 'Address of the RADIUS server';
$string['auth_radiusnasport'] = 'Port to use to connect';
$string['auth_radiussecret'] = 'Shared secret';
+$string['auth_radiuschangepasswordurl_key'] = 'Password-change URL';
+$string['auth_radiusnasport_key'] = 'Port';
+$string['auth_radiushost_key'] = 'Host';
+$string['auth_radiussecret_key'] = 'Secret';
// Shibboleth plugin
$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_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['auth_shib_changepasswordurl'] = 'Password-change URL';
$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.';