summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/local_en.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/include/local_en.inc.php')
-rw-r--r--frontends/php/include/local_en.inc.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/frontends/php/include/local_en.inc.php b/frontends/php/include/local_en.inc.php
index b78183d9..d0939fa4 100644
--- a/frontends/php/include/local_en.inc.php
+++ b/frontends/php/include/local_en.inc.php
@@ -419,6 +419,14 @@
define("S_TRUE", "True");
define("S_FALSE", "False");
+// report3.php
+ define("S_FROM", "From");
+ define("S_TILL", "Till");
+ define("S_OK", "Ok");
+ define("S_PROBLEMS", "Problems");
+ define("S_PERCENTAGE", "Percentage");
+ define("S_SLA", "SLA");
+
// screenconf.php
define("S_SCREENS", "Screens");
define("S_SCREEN", "Screen");