Merge branch 'master' of github.com:webmin/webmin

This commit is contained in:
Jamie Cameron
2023-05-24 14:56:32 -07:00
5 changed files with 15 additions and 8 deletions

View File

@@ -292,9 +292,9 @@ if (&foreign_available("cpan")) {
push(@needs, "DBD::Pg") if ($@);
if (@needs) {
$needs = &urlize(join(" ", @needs));
print "<b>".&ui_text_color(&text(@needs == 2 ? 'index_nomods' : 'index_nomod', @needs,
print &ui_alert_box(&text(@needs == 2 ? 'index_nomods' : 'index_nomod', @needs,
"../cpan/download.cgi?source=3&cpan=$needs&mode=2&return=/$module_name/&returndesc=".
&urlize($text{'index_return'})), 'warn')."</b>";
&urlize($text{'index_return'})), 'warn');
}
}

View File

@@ -24,8 +24,8 @@ index_ldpath=Your shared library path is set to $1, and the output from $2 was :
index_version=PostgreSQL version $1
index_setup=The PostgreSQL host configuration file $1 was not found on your system, indicating that the database has not been initialized yet. Click the button below to setup PostgreSQL.
index_setupok=Initialize Database
index_nomod=Warning: The Perl module $1 is not installed on your system, so Webmin will not be able to reliably access your PostgreSQL database. <a href='$2'>Click here</a> to install it now.
index_nomods=Warning: The Perl modules $1 and $2 are not installed on your system, so Webmin will not be able to reliably access your PostgreSQL database. <a href='$3'>Click here</a> to install them now.
index_nomod=The Perl module <tt>$1</tt> is not installed on your system, so Webmin will not be able to reliably access your PostgreSQL database. <a href='$2'>Click here</a> to install it now.
index_nomods=The Perl modules <tt>$1</tt> and <tt>$2</tt> are not installed on your system, so Webmin will not be able to reliably access your PostgreSQL database. <a href='$3'>Click here</a> to install them now.
index_nodbs=You do not have access to any databases.
index_nodbs3=No PostgreSQL databases matched your search.
index_backup=Backup Databases