fixed typos
This commit is contained in:
parent
86b627eef1
commit
a4c521b52a
|
@ -179,7 +179,7 @@ $helpArray = array (
|
||||||
'<li>' . _('The first line is the subject.') . '</li>' .
|
'<li>' . _('The first line is the subject.') . '</li>' .
|
||||||
'<li>' . _('All following lines form the mail body.') . '</li>' .
|
'<li>' . _('All following lines form the mail body.') . '</li>' .
|
||||||
'<li>' . _('You can use wildcards for LDAP attributes in the form @@attribute@@ (e.g. @@uid@@ for the user name).') . '</li>' .
|
'<li>' . _('You can use wildcards for LDAP attributes in the form @@attribute@@ (e.g. @@uid@@ for the user name).') . '</li>' .
|
||||||
'<li>' . _('The wildcard for the new password is @@newPasssword@@.') . '</li>'),
|
'<li>' . _('The wildcard for the new password is @@newPassword@@.') . '</li>'),
|
||||||
// 600 - 699
|
// 600 - 699
|
||||||
// Roland Gruber
|
// Roland Gruber
|
||||||
// OU-editor, domain page
|
// OU-editor, domain page
|
||||||
|
|
|
@ -112,7 +112,7 @@ class sambaDomain extends baseModule {
|
||||||
),
|
),
|
||||||
'lockoutThreshold' => array(
|
'lockoutThreshold' => array(
|
||||||
"Headline" => _("Lockout users after bad logon attempts"),
|
"Headline" => _("Lockout users after bad logon attempts"),
|
||||||
"Text" => _("This is the number of bad logon attempts (0 - 999) before the accounts is deactivated. 0 means unlimited attempts.")
|
"Text" => _("This is the number of bad logon attempts (0 - 999) before the account is deactivated. 0 means unlimited attempts.")
|
||||||
),
|
),
|
||||||
'minPwdAge' => array(
|
'minPwdAge' => array(
|
||||||
"Headline" => _("Minimum password age"),
|
"Headline" => _("Minimum password age"),
|
||||||
|
|
Loading…
Reference in New Issue