mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Add missing strings https://github.com/webmin/webmin/issues/2085
This commit is contained in:
@@ -11,7 +11,7 @@ sub acl_security_form
|
||||
{
|
||||
local $o;
|
||||
foreach $o (@acl_pages) {
|
||||
print &ui_table_row($text{'acl_'.$o},
|
||||
print &ui_table_row($text{'acl_'.$o} || $o,
|
||||
&ui_yesno_radio($o, $_[0]->{$o} ? 1 : 0));
|
||||
}
|
||||
print &ui_table_row($text{'acl_dir'},
|
||||
|
||||
@@ -463,6 +463,8 @@ acl_postfinger=Can check postfix configuration?
|
||||
acl_manual=Can edit config file?
|
||||
acl_dir=Allowed directory for map files
|
||||
acl_bcc=Can edit BCC mapping?
|
||||
acl_body=Can edit body checks?
|
||||
acl_dependent=Can edit sender dependent transport maps?
|
||||
|
||||
boxes_title=User Mailboxes
|
||||
boxes_user=User
|
||||
|
||||
Reference in New Issue
Block a user