2011-09-06 Javier Lanz <javier.lanz@artica.es>
* include/help/en/help_timesource.php: Changed a wee translation bug and fixed style format * godmode/setup/setup.php: Fixed a field name, written properly. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4919 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
3c5a7c2ae4
commit
49c2ad9432
|
@ -1,3 +1,9 @@
|
|||
2011-09-06 Javier Lanz <javier.lanz@artica.es>
|
||||
|
||||
* include/help/en/help_timesource.php: Changed a wee translation bug
|
||||
and fixed style format
|
||||
* godmode/setup/setup.php: Fixed a field name, written properly.
|
||||
|
||||
2011-09-06 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/styles/pandora.css,
|
||||
|
|
|
@ -95,7 +95,7 @@ $sources["system"] = __('System');
|
|||
$sources["sql"] = __('Database');
|
||||
$table->data[9][1] = html_print_select ($sources, 'timesource', $config["timesource"], '', '', '', true);
|
||||
|
||||
$table->data[10][0] = __('Automatic update check');
|
||||
$table->data[10][0] = __('Automatic check for updates');
|
||||
$table->data[10][1] = __('Yes').' '.html_print_radio_button ('autoupdate', 1, '', $config["autoupdate"], true).' ';
|
||||
$table->data[10][1] .= __('No').' '.html_print_radio_button ('autoupdate', 0, '', $config["autoupdate"], true);
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
* @package Include/help/en
|
||||
*/
|
||||
?>
|
||||
<h1>Origen de tiempo</h1>
|
||||
<h1>Time Source</h1>
|
||||
|
||||
<p>
|
||||
What source to use for the time. This can be (for now) either the local system (System) or database (Database).<br /><br />
|
||||
What source to use for the time. This can be (for now) either the local system (System) or database (Database).<br />
|
||||
</p>
|
||||
<p>
|
||||
This is useful when your database is not on the same system as your webserver or your Pandora FMS servers.
|
||||
|
|
Loading…
Reference in New Issue