summaryrefslogtreecommitdiffstats
path: root/frontends/php/include
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-11-23 09:23:14 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-11-23 09:23:14 +0000
commitc8389bed6217231e57a67678c3817581948ddb75 (patch)
tree2a21e65aff74c8d56a19a1a4ea6695e13a2b2b58 /frontends/php/include
parentbb3761c470b4da4c368155c389d22d1bfcdd036a (diff)
Minor cleanup.
git-svn-id: svn://svn.zabbix.com/trunk@2346 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include')
-rw-r--r--frontends/php/include/config.inc.php3
-rw-r--r--frontends/php/include/locales/de_de.inc.php1
-rw-r--r--frontends/php/include/locales/en_gb.inc.php1
-rw-r--r--frontends/php/include/locales/fr_fr.inc.php1
-rw-r--r--frontends/php/include/locales/it_it.inc.php1
-rw-r--r--frontends/php/include/locales/lv_lv.inc.php1
-rw-r--r--frontends/php/include/locales/ru_ru.inc.php1
-rw-r--r--frontends/php/include/locales/sp_sp.inc.php1
8 files changed, 1 insertions, 9 deletions
diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php
index 4673149f..25e5582e 100644
--- a/frontends/php/include/config.inc.php
+++ b/frontends/php/include/config.inc.php
@@ -1100,7 +1100,7 @@ echo "</head>";
),
"configuration"=>array(
"label"=>S_CONFIGURATION,
- "pages"=>array("config.php","users.php","audit.php","hosts.php","items.php","triggers.php","sysmaps.php","graphs.php","screenconf.php","services.php","sysmap.php","media.php","screenedit.php","actions.php","graph.php","servers.php"),
+ "pages"=>array("config.php","users.php","audit.php","hosts.php","items.php","triggers.php","sysmaps.php","graphs.php","screenconf.php","services.php","sysmap.php","media.php","screenedit.php","actions.php","graph.php"),
"level2"=>array(
array("label"=>S_GENERAL,"url"=>"config.php"),
array("label"=>S_USERS,"url"=>"users.php"),
@@ -1111,7 +1111,6 @@ echo "</head>";
array("label"=>S_MAPS,"url"=>"sysmaps.php"),
array("label"=>S_GRAPHS,"url"=>"graphs.php"),
array("label"=>S_SCREENS,"url"=>"screenconf.php"),
- array("label"=>S_MENU_SERVERS,"url"=>"servers.php"),
array("label"=>S_IT_SERVICES,"url"=>"services.php"),
array("label"=>S_MENU_BULKLOADER,"url"=>"bulkloader.php")
)
diff --git a/frontends/php/include/locales/de_de.inc.php b/frontends/php/include/locales/de_de.inc.php
index 5ebf184a..e58ebab0 100644
--- a/frontends/php/include/locales/de_de.inc.php
+++ b/frontends/php/include/locales/de_de.inc.php
@@ -454,7 +454,6 @@
"S_MENU_GRAPHS"=> "GRAPHEN",
"S_MENU_SCREENS"=> "&Uuml;BERSICHTSPL&Auml;NE",
"S_MENU_IT_SERVICES"=> "IT DIENSTE",
- "S_MENU_SERVERS"=> "Zabbix Servers",
"S_MENU_HOME"=> "START",
"S_MENU_ABOUT"=> "&Uuml;BER",
"S_MENU_STATUS_OF_ZABBIX"=> "STATUS VON ZABBIX",
diff --git a/frontends/php/include/locales/en_gb.inc.php b/frontends/php/include/locales/en_gb.inc.php
index 957f36fe..1112b6b0 100644
--- a/frontends/php/include/locales/en_gb.inc.php
+++ b/frontends/php/include/locales/en_gb.inc.php
@@ -500,7 +500,6 @@
"S_MENU_GRAPHS"=> "GRAPHS",
"S_MENU_SCREENS"=> "SCREENS",
"S_MENU_IT_SERVICES"=> "IT SERVICES",
- "S_MENU_SERVERS"=> "Zabbix Servers",
"S_MENU_HOME"=> "HOME",
"S_MENU_ABOUT"=> "ABOUT",
"S_MENU_STATUS_OF_ZABBIX"=> "STATUS OF ZABBIX",
diff --git a/frontends/php/include/locales/fr_fr.inc.php b/frontends/php/include/locales/fr_fr.inc.php
index 15a01873..9a43c3b8 100644
--- a/frontends/php/include/locales/fr_fr.inc.php
+++ b/frontends/php/include/locales/fr_fr.inc.php
@@ -447,7 +447,6 @@
"S_MENU_GRAPHS"=> "GRAPHIQUES",
"S_MENU_SCREENS"=> "ÉCRANS",
"S_MENU_IT_SERVICES"=> "SERVICES TI",
- "S_MENU_SERVERS"=> "Zabbix Servers",
"S_MENU_HOME"=> "ACCUEIL",
"S_MENU_ABOUT"=> "A PROPOS",
"S_MENU_STATUS_OF_ZABBIX"=> "STATUT OF ZABBIX",
diff --git a/frontends/php/include/locales/it_it.inc.php b/frontends/php/include/locales/it_it.inc.php
index 0ee140f2..09489c31 100644
--- a/frontends/php/include/locales/it_it.inc.php
+++ b/frontends/php/include/locales/it_it.inc.php
@@ -449,7 +449,6 @@
"S_MENU_GRAPHS"=> "GRAFICI",
"S_MENU_SCREENS"=> "SCHERMATE",
"S_MENU_IT_SERVICES"=> "SERVIZI IT",
- "S_MENU_SERVERS"=> "Zabbix Servers",
"S_MENU_HOME"=> "HOME",
"S_MENU_ABOUT"=> "INFO",
"S_MENU_STATUS_OF_ZABBIX"=> "STATO",
diff --git a/frontends/php/include/locales/lv_lv.inc.php b/frontends/php/include/locales/lv_lv.inc.php
index d8d8130a..56755783 100644
--- a/frontends/php/include/locales/lv_lv.inc.php
+++ b/frontends/php/include/locales/lv_lv.inc.php
@@ -447,7 +447,6 @@
"S_MENU_GRAPHS"=> "GRAPHS",
"S_MENU_SCREENS"=> "SCREENS",
"S_MENU_IT_SERVICES"=> "IT SERVICES",
- "S_MENU_SERVERS"=> "Zabbix Servers",
"S_MENU_HOME"=> "HOME",
"S_MENU_ABOUT"=> "ABOUT",
"S_MENU_STATUS_OF_ZABBIX"=> "STATUS OF ZABBIX",
diff --git a/frontends/php/include/locales/ru_ru.inc.php b/frontends/php/include/locales/ru_ru.inc.php
index 7a081529..97b6af1a 100644
--- a/frontends/php/include/locales/ru_ru.inc.php
+++ b/frontends/php/include/locales/ru_ru.inc.php
@@ -447,7 +447,6 @@
"S_MENU_GRAPHS"=> "GRAPHS",
"S_MENU_SCREENS"=> "SCREENS",
"S_MENU_IT_SERVICES"=> "IT SERVICES",
- "S_MENU_SERVERS"=> "Zabbix Servers",
"S_MENU_HOME"=> "HOME",
"S_MENU_ABOUT"=> "ABOUT",
"S_MENU_STATUS_OF_ZABBIX"=> "STATUS OF ZABBIX",
diff --git a/frontends/php/include/locales/sp_sp.inc.php b/frontends/php/include/locales/sp_sp.inc.php
index f0bc6793..6ed67dcd 100644
--- a/frontends/php/include/locales/sp_sp.inc.php
+++ b/frontends/php/include/locales/sp_sp.inc.php
@@ -447,7 +447,6 @@
"S_MENU_GRAPHS"=> "GRAFICOS",
"S_MENU_SCREENS"=> "PANTALLAS",
"S_MENU_IT_SERVICES"=> "SERVICIOS TI",
- "S_MENU_SERVERS"=> "Zabbix Servers",
"S_MENU_HOME"=> "HOME",
"S_MENU_ABOUT"=> "ACERCA DE",
"S_MENU_STATUS_OF_ZABBIX"=> "ESTADO DE ZABBIX",