summaryrefslogtreecommitdiffstats
path: root/frontends/php/include
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-05-26 08:40:33 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-05-26 08:40:33 +0000
commitcec543c740105eacd03e2dc306fe3cb5d780d885 (patch)
treede46a6518cf53df2940824c2044b1d09266e856b /frontends/php/include
parent4fa107987284a8dd1d2275a4e12bbfe0570d431b (diff)
downloadzabbix-cec543c740105eacd03e2dc306fe3cb5d780d885.tar.gz
zabbix-cec543c740105eacd03e2dc306fe3cb5d780d885.tar.xz
zabbix-cec543c740105eacd03e2dc306fe3cb5d780d885.zip
- added selection of hosts for event history (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@1784 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include')
-rw-r--r--frontends/php/include/local_en.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/include/local_en.inc.php b/frontends/php/include/local_en.inc.php
index 62afba0d..5170b98c 100644
--- a/frontends/php/include/local_en.inc.php
+++ b/frontends/php/include/local_en.inc.php
@@ -151,8 +151,8 @@
define("S_MEDIA_TYPE_DELETED", "Media type deleted");
define("S_MEDIA_TYPE_WAS_NOT_DELETED", "Media type was not deleted");
define("S_CONFIGURATION", "Configuration");
- define("S_DO_NOT_KEEP_ALERTS_OLDER_THAN", "Do not keep alerts older than (in days)");
- define("S_DO_NOT_KEEP_ALARMS_OLDER_THAN", "Do not keep alarms older than (in days)");
+ define("S_DO_NOT_KEEP_ACTIONS_OLDER_THAN", "Do not keep actions older than (in days)");
+ define("S_DO_NOT_KEEP_EVENTS_OLDER_THAN", "Do not keep events older than (in days)");
define("S_MEDIA_TYPES_BIG", "MEDIA TYPES");
define("S_NO_MEDIA_TYPES_DEFINED", "No media types defined");
define("S_SMTP_SERVER", "SMTP server");