summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-08-11 14:38:29 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-08-11 14:38:29 +0000
commite7e5bae215e0727dbdb4ece30d248fa7e24528b9 (patch)
treee17a6a50341763ba379378a0c268fbaff3a58ec7
parentb959f42a4b496e525775f0350175632edad8bcdd (diff)
downloadzabbix-e7e5bae215e0727dbdb4ece30d248fa7e24528b9.tar.gz
zabbix-e7e5bae215e0727dbdb4ece30d248fa7e24528b9.tar.xz
zabbix-e7e5bae215e0727dbdb4ece30d248fa7e24528b9.zip
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@1974 97f52cf1-0a1b-0410-bd0e-c28be96e8082
-rw-r--r--TODO1
-rw-r--r--frontends/php/include/locales/en_gb.inc.php1
-rw-r--r--frontends/php/map.php3
-rw-r--r--frontends/php/sysmap.php2
4 files changed, 5 insertions, 2 deletions
diff --git a/TODO b/TODO
index a10dd43c..ff9a92b8 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,6 @@
1.1alpha12:
- add timestamp templates
- - fix S_OK_BIG in maps
- change 1.1alpha11->1.1alpha12 everywhere
- fix linkage of triggers (more than one host linked to a trigger)
- host profiles
diff --git a/frontends/php/include/locales/en_gb.inc.php b/frontends/php/include/locales/en_gb.inc.php
index fc981670..0fb7a387 100644
--- a/frontends/php/include/locales/en_gb.inc.php
+++ b/frontends/php/include/locales/en_gb.inc.php
@@ -414,6 +414,7 @@
"S_HOST_1"=> "Host 1",
"S_HOST_2"=> "Host 2",
"S_LINK_STATUS_INDICATOR"=> "Link status indicator",
+ "S_CONFIGURATION_OF_NETWORK_MAPS"=> "Configuration of network maps",
// map.php
"S_OK_BIG"=> "OK",
diff --git a/frontends/php/map.php b/frontends/php/map.php
index 35f930e6..4450f09d 100644
--- a/frontends/php/map.php
+++ b/frontends/php/map.php
@@ -20,6 +20,9 @@
?>
<?php
include "include/config.inc.php";
+ include_once "include/locales/en_gb.inc.php";
+
+ process_locales();
# PARAMETERS:
diff --git a/frontends/php/sysmap.php b/frontends/php/sysmap.php
index 8803f70e..96583b9a 100644
--- a/frontends/php/sysmap.php
+++ b/frontends/php/sysmap.php
@@ -20,7 +20,7 @@
?>
<?php
include "include/config.inc.php";
- $page["title"] = "S_CONFIGURATION_OF_NETWORK_MAP";
+ $page["title"] = "S_CONFIGURATION_OF_NETWORK_MAPS";
$page["file"] = "sysmap.php";
show_header($page["title"],0,0);
?>