diff options
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); ?> |
