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:
parent
5f25961966
commit
2c54733df9
|
@ -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.
|
||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue