2008-10-11 Manuel Arostegui <marostegui@artica.es>
* extensions/update_manager/main.php: Small language correction git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1143 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
ef5592f1a4
commit
c5d701faf0
|
@ -1,3 +1,7 @@
|
|||
2008-10-11 Manuel Arostegui <marostegui@artica.es>
|
||||
|
||||
* extensions/update_manager/main.php: Small language correction
|
||||
|
||||
2008-10-10 Evi Vanoost <vanooste@rcbi.rochester.edu>
|
||||
|
||||
* operation/reporting/reporting_xml.php: Now correctly displays image
|
||||
|
|
|
@ -39,7 +39,7 @@ if ($settings->customer_key == FREE_USER) {
|
|||
echo '<div class="notify" style="width: 80%; text-align:left;" >';
|
||||
echo '<img src="images/information.png" /> ';
|
||||
/* Translators: Do not translade Update Manager, it's the name of the program */
|
||||
echo __('The new <a href="http://updatemanager.sourceforge.net">Update Manager</a> client is shipped with Pandora FMS 2.0. It helps system administrators to update their Pandora FMS automatically, since the Update Manager do the task of getting new modules, new plugins and new features (even full migrations tools for future versions) automatically.');
|
||||
echo __('The new <a href="http://updatemanager.sourceforge.net">Update Manager</a> client is shipped with Pandora FMS 2.0. It helps system administrators to update their Pandora FMS automatically, since the Update Manager does the task of getting new modules, new plugins and new features (even full migrations tools for future versions) automatically.');
|
||||
echo '<p />';
|
||||
echo __('Update Manager is one of the most advanced features of Pandora FMS 2.0 Enterprise version, for more information visit <a href="http://pandorafms.com">http://pandorafms.com</a>.');
|
||||
echo '<p />';
|
||||
|
|
Loading…
Reference in New Issue