diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2004-07-27 18:47:23 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2004-07-27 18:47:23 +0000 |
| commit | f85792e32fa57beb65f9155c65a4a732bda222c1 (patch) | |
| tree | 30c4bb2adc98036fc684d009750428fe93178e35 /frontends/php/include | |
| parent | ce0276a3232c92ced91a15af7340193aaff013e8 (diff) | |
| download | zabbix-f85792e32fa57beb65f9155c65a4a732bda222c1.tar.gz zabbix-f85792e32fa57beb65f9155c65a4a732bda222c1.tar.xz zabbix-f85792e32fa57beb65f9155c65a4a732bda222c1.zip | |
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@1364 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include')
| -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 763c19c2..90800db9 100644 --- a/frontends/php/include/local_en.inc.php +++ b/frontends/php/include/local_en.inc.php @@ -405,6 +405,7 @@ define("S_LINK_DELETED", "Link deleted"); define("S_CANNOT_DELETE_LINK", "Cannot delete link"); define("S_STATUS_CALCULATION", "Status calculation"); + define("S_STATUS_CALCULATION_ALGORITHM", "Status calculation algorithm"); define("S_NONE", "None"); define("S_MAX_OF_CHILDS", "MAX of childs"); define("S_MIN_OF_CHILDS", "MIN of childs"); |
