summaryrefslogtreecommitdiffstats
path: root/frontends/php/include
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-03-05 09:22:24 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-03-05 09:22:24 +0000
commit7c4f25b1b77a6aa91c037bfb0e05ebb141e0b215 (patch)
tree1fa768924e782dfb8ce9aec2c18b9567d81f9aeb /frontends/php/include
parent3a46d9586379cfd315aff0c4f122ba6aabb738f2 (diff)
- Overview and Details mode for screen Queue (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@1686 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include')
-rw-r--r--frontends/php/include/local_en.inc.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/frontends/php/include/local_en.inc.php b/frontends/php/include/local_en.inc.php
index 085737dc..66fbd1b9 100644
--- a/frontends/php/include/local_en.inc.php
+++ b/frontends/php/include/local_en.inc.php
@@ -438,6 +438,13 @@
define("S_NEXT_CHECK", "Next check");
define("S_THE_QUEUE_IS_EMPTY", "The queue is empty");
define("S_TOTAL", "Total");
+ define("S_COUNT", "Count");
+ define("S_5_SECONDS", "5 seconds");
+ define("S_10_SECONDS", "10 seconds");
+ define("S_30_SECONDS", "30 seconds");
+ define("S_1_MINUTE", "1 minute");
+ define("S_5_MINUTES", "5 minutes");
+ define("S_MORE_THAN_5_MINUTES", "More than 5 minutes");
// report1.php
define("S_STATUS_OF_ZABBIX", "Status of ZABBIX");