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:
marostegui 2008-10-11 18:56:26 +00:00
parent 04b1057745
commit 01a9d8c35a
2 changed files with 5 additions and 1 deletions

View File

@ -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> 2008-10-10 Evi Vanoost <vanooste@rcbi.rochester.edu>
* operation/reporting/reporting_xml.php: Now correctly displays image * operation/reporting/reporting_xml.php: Now correctly displays image

View File

@ -39,7 +39,7 @@ if ($settings->customer_key == FREE_USER) {
echo '<div class="notify" style="width: 80%; text-align:left;" >'; echo '<div class="notify" style="width: 80%; text-align:left;" >';
echo '<img src="images/information.png" /> '; echo '<img src="images/information.png" /> ';
/* Translators: Do not translade Update Manager, it's the name of the program */ /* 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 '<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 __('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 />'; echo '<p />';