diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-06-04 12:45:23 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-06-04 12:45:23 +0000 |
| commit | 546e672bbc33aae643ff0ed08275db89da9bde31 (patch) | |
| tree | 642923d9ac4467debb0dd2b3c2ad5bb3043bddb8 /frontends/php/include/local_en.inc.php | |
| parent | 4aa6a1f2f879f2564386c713e3e601e3012db512 (diff) | |
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@1815 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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/php/include/local_en.inc.php b/frontends/php/include/local_en.inc.php index d36fc027..1b100c33 100644 --- a/frontends/php/include/local_en.inc.php +++ b/frontends/php/include/local_en.inc.php @@ -171,6 +171,8 @@ define("S_ESCALATION_DETAILS_BIG", "ESCALATION DETAILS"); define("S_ESCALATION_ADDED", "Escalation added"); define("S_ESCALATION_WAS_NOT_ADDED", "Escalation was not added"); + define("S_ESCALATION_RULE_ADDED", "Escalation rule added"); + define("S_ESCALATION_RULE_WAS_NOT_ADDED", "Escalation rule was not added"); define("S_ESCALATION_UPDATED", "Escalation updated"); define("S_ESCALATION_WAS_NOT_UPDATED", "Escalation was not updated"); define("S_ESCALATION_DELETED", "Escalation deleted"); |
