2009-08-10 Jorge Gonzalez <jorge.gonzalez@artica.es>

* include/languages/es.po, include/languages/es.mo: Updated Spanish 
        * translation

        *  include/languages/index.pot: Updated PO template.

        * operation/search_results.php: Modified a i18n string.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1832 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
aloriel 2009-08-10 08:50:31 +00:00
parent 5f25961966
commit 2c54733df9
5 changed files with 11822 additions and 11473 deletions

View File

@ -1,3 +1,12 @@
2009-08-10 Jorge Gonzalez <jorge.gonzalez@artica.es>
* include/languages/es.po, include/languages/es.mo: Updated Spanish
* translation
* include/languages/index.pot: Updated PO template.
* operation/search_results.php: Modified a i18n string.
2009-08-07 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_html.php: add options at html widgets for disable.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -254,7 +254,7 @@ echo "<div style='height: 25px'> </div>";
if (($agents === false) && ($users === false) && ($alerts === false) && ($graphs === false)
&& ($reports === false) && ($maps === false)) {
echo "<h2>" . __("None results") . "</h2>\n";
echo "<h2>" . __("Zero results found") . "</h2>\n";
}
else {
if ($agents !== false) {