diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-05-15 18:53:33 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-05-15 18:53:33 +0000 |
| commit | 20ff0332e4cebfb212300f3d9496f14e400a6234 (patch) | |
| tree | 2e0cabe69c9bbc7ffca7d3b9783f788334f3cff2 /frontends/php/include/local_en.inc.php | |
| parent | f11bd43692bbd9c13e94cccad81eea4a92b7b06f (diff) | |
- change copyright to SIA Zabbix (Alexei)
- added basic support for log[*] (Alexei)
- fixed processing of traps having character ':' (Alexei)
- added logfiles.h and logfiles.c (Alexei)
- group level start/stop monitoring (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@1774 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 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/frontends/php/include/local_en.inc.php b/frontends/php/include/local_en.inc.php index bfc1b702..9bd60943 100644 --- a/frontends/php/include/local_en.inc.php +++ b/frontends/php/include/local_en.inc.php @@ -1,7 +1,7 @@ <?php /* -** Zabbix -** Copyright (C) 2000,2001,2002,2003,2004 Alexei Vladishev +** ZABBIX +** Copyright (C) 2000-2005 SIA Zabbix ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License as published by @@ -195,7 +195,7 @@ define("S_ZABBIX_VER", "ZABBIX 1.1alpha8"); define("S_COPYRIGHT_BY", "Copyright 2001-2005 by "); define("S_CONNECTED_AS", "Connected as"); - define("S_ALEXEI_VLADISHEV", "Alexei Vladishev"); + define("S_SIA_ZABBIX", "SIA Zabbix"); // graph.php define("S_CONFIGURATION_OF_GRAPH", "Configuration of graph"); @@ -237,7 +237,7 @@ define("S_VALUES_OF_LAST_HOUR", "Values of last hour"); define("S_VALUES_OF_SPECIFIED_PERIOD", "Values of specified period"); define("S_VALUES_IN_PLAIN_TEXT_FORMAT", "Values in plain text format"); - define("S_CLOCK", "Clock"); + define("S_TIMESTAMP", "Timestamp"); // hosts.php define("S_HOSTS", "Hosts"); |
