mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +00:00
Move string to lang file
This commit is contained in:
@@ -633,6 +633,7 @@ mod_log_config_deflog=Default log format
|
||||
mod_log_config_default=Default
|
||||
mod_log_config_write=Write to
|
||||
mod_log_config_filprog=File or program
|
||||
mod_log_config_ifset=If set
|
||||
mod_log_config_file=File..
|
||||
mod_log_config_program=Program..
|
||||
mod_log_config_log=Access log files
|
||||
|
||||
@@ -67,7 +67,7 @@ $rv = "<table border>\n".
|
||||
"<tr $tb> <td><b>$text{'mod_log_config_format'}</b></td> <td><b>$text{'mod_log_config_write'}</b></td> ".
|
||||
"<td><b>$text{'mod_log_config_filprog'}</b></td> ";
|
||||
if ($_[2]->{'version'} >= 1.305) {
|
||||
$rv .= "<td><b>If set</b></td> ";
|
||||
$rv .= "<td><b>$text{'mod_log_config_ifset'}</b></td> ";
|
||||
}
|
||||
$rv .= "</tr>\n";
|
||||
@all = (@{$_[0]}, @{$_[1]});
|
||||
|
||||
Reference in New Issue
Block a user