translation update
This commit is contained in:
parent
0af33438f5
commit
dfef863ec1
|
@ -209,8 +209,8 @@ $helpArray = array (
|
||||||
"Text" => _('Allows to display a randomly generated password on screen.')),
|
"Text" => _('Allows to display a randomly generated password on screen.')),
|
||||||
'282' => array ("Headline" => _('Default password output'),
|
'282' => array ("Headline" => _('Default password output'),
|
||||||
"Text" => _('Default method to output a random password.')),
|
"Text" => _('Default method to output a random password.')),
|
||||||
'283' => array ("Headline" => _('Force password reset by default'),
|
'283' => array ("Headline" => _('Force password change by default'),
|
||||||
"Text" => _('Enforce password reset on next login by default.')),
|
"Text" => _('Enforce password change on next login by default.')),
|
||||||
// 300 - 399
|
// 300 - 399
|
||||||
// profile editor, file upload
|
// profile editor, file upload
|
||||||
"301" => array ("Headline" => _("RDN identifier"),
|
"301" => array ("Headline" => _("RDN identifier"),
|
||||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -401,7 +401,7 @@ if (isLAMProVersion()) {
|
||||||
if ($conf->getPwdResetForcePasswordChange() == 'false') {
|
if ($conf->getPwdResetForcePasswordChange() == 'false') {
|
||||||
$pwdResetForcePasswordChange = false;
|
$pwdResetForcePasswordChange = false;
|
||||||
}
|
}
|
||||||
$pwdResetContent->addElement(new htmlTableExtendedInputCheckbox('pwdResetForcePasswordChange', $pwdResetForcePasswordChange , _('Force password reset by default'), '283'), true);
|
$pwdResetContent->addElement(new htmlTableExtendedInputCheckbox('pwdResetForcePasswordChange', $pwdResetForcePasswordChange , _('Force password change by default'), '283'), true);
|
||||||
|
|
||||||
$pwdResetFieldset = new htmlFieldset($pwdResetContent, _("Password reset page settings"), '../../graphics/keyBig.png');
|
$pwdResetFieldset = new htmlFieldset($pwdResetContent, _("Password reset page settings"), '../../graphics/keyBig.png');
|
||||||
$container->addElement($pwdResetFieldset, true);
|
$container->addElement($pwdResetFieldset, true);
|
||||||
|
|
Loading…
Reference in New Issue