diff options
author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2004-09-13 13:59:16 +0000 |
---|---|---|
committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2004-09-13 13:59:16 +0000 |
commit | 6982fb3d2443946171de306f5078925dfaeae359 (patch) | |
tree | 704951b6c60210abddd4b1570c70a12e2aa25b9f /frontends/php/include/local_en.inc.php | |
parent | f7f74958b31cb3c8009d5946497911bfcf00cac0 (diff) | |
download | zabbix-6982fb3d2443946171de306f5078925dfaeae359.tar.gz zabbix-6982fb3d2443946171de306f5078925dfaeae359.tar.xz zabbix-6982fb3d2443946171de306f5078925dfaeae359.zip |
- different icons depending on a triger status for sysmaps (Alexei)
- added column sysmaps_hosts.icon_on (Alexei)
- hierarchial maps (Alexei)
- added column sysmaps_hosts.url (Alexei)
- upgrades/dbpatches/1.0_to_1.1alpha1/data/images/ (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@1421 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/local_en.inc.php')
-rw-r--r-- | frontends/php/include/local_en.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/include/local_en.inc.php b/frontends/php/include/local_en.inc.php index 496c6f54..2fd9bbd4 100644 --- a/frontends/php/include/local_en.inc.php +++ b/frontends/php/include/local_en.inc.php @@ -308,6 +308,7 @@ define("S_CUSTOM_MULTIPLIER", "Custom multiplier"); define("S_DO_NOT_USE", "Do not use"); define("S_USE_MULTIPLIER", "Use multiplier"); + define("S_SELECT_HOST_DOT_DOT_DOT", "Select host..."); // latestalarms.php define("S_LATEST_ALARMS", "Latest alarms"); |