diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-08-11 14:38:29 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-08-11 14:38:29 +0000 |
| commit | e7e5bae215e0727dbdb4ece30d248fa7e24528b9 (patch) | |
| tree | e17a6a50341763ba379378a0c268fbaff3a58ec7 /frontends/php | |
| parent | b959f42a4b496e525775f0350175632edad8bcdd (diff) | |
| download | zabbix-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
Diffstat (limited to 'frontends/php')
| -rw-r--r-- | frontends/php/include/locales/en_gb.inc.php | 1 | ||||
| -rw-r--r-- | frontends/php/map.php | 3 | ||||
| -rw-r--r-- | frontends/php/sysmap.php | 2 |
3 files changed, 5 insertions, 1 deletions
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); ?> |
