summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-08 09:44:25 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-08 09:44:25 +0000
commit2a264d02b20ebdf8fd4eb1b144ee1d446c8da394 (patch)
treebb9cd932190b64989bbf9bcabde5f47e78b825ef
parent29dca6b924dca31f7ac93bafc24985810971ac05 (diff)
downloadzabbix-2a264d02b20ebdf8fd4eb1b144ee1d446c8da394.tar.gz
zabbix-2a264d02b20ebdf8fd4eb1b144ee1d446c8da394.tar.xz
zabbix-2a264d02b20ebdf8fd4eb1b144ee1d446c8da394.zip
- [DEV-137] ZABBIX version number moved to defines (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5684 97f52cf1-0a1b-0410-bd0e-c28be96e8082
-rw-r--r--frontends/php/include/defines.inc.php2
-rw-r--r--frontends/php/include/locales/de_de.inc.php1
-rw-r--r--frontends/php/include/locales/en_gb.inc.php2
-rw-r--r--frontends/php/include/locales/fr_fr.inc.php1
-rw-r--r--frontends/php/include/locales/hu_hu.inc.php1
-rw-r--r--frontends/php/include/locales/pt_br.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, 3 insertions, 7 deletions
diff --git a/frontends/php/include/defines.inc.php b/frontends/php/include/defines.inc.php
index 571386fb..c463ece2 100644
--- a/frontends/php/include/defines.inc.php
+++ b/frontends/php/include/defines.inc.php
@@ -19,6 +19,8 @@
**/
?>
<?php
+ define('ZABBIX_VERSION','1.5.3');
+
define('ZBX_AUTH_INTERNAL', 0);
define('ZBX_AUTH_LDAP', 1);
diff --git a/frontends/php/include/locales/de_de.inc.php b/frontends/php/include/locales/de_de.inc.php
index 54f225ed..584356f3 100644
--- a/frontends/php/include/locales/de_de.inc.php
+++ b/frontends/php/include/locales/de_de.inc.php
@@ -420,7 +420,6 @@
'S_GRAPH'=> 'Graph',
'S_TREND'=> 'Tendenz',
'S_COMPARE'=> 'vergleichen',
- 'S_ZABBIX_VER'=> 'ZABBIX 1.4.1',
'S_COPYRIGHT_BY'=> 'Copyright 2001-2006 by',
'S_CONNECTED_AS'=> 'Angemeldet:',
'S_SIA_ZABBIX'=> 'SIA Zabbix',
diff --git a/frontends/php/include/locales/en_gb.inc.php b/frontends/php/include/locales/en_gb.inc.php
index cca7ff9c..4e03888e 100644
--- a/frontends/php/include/locales/en_gb.inc.php
+++ b/frontends/php/include/locales/en_gb.inc.php
@@ -523,7 +523,7 @@
'S_COMPARE'=> 'Compare',
// Footer
- 'S_ZABBIX_VER'=> 'ZABBIX 1.5.2',
+ 'S_ZABBIX_VER'=> 'ZABBIX '.ZABBIX_VERSION,
'S_COPYRIGHT_BY'=> 'Copyright 2001-2008 by ',
'S_CONNECTED_AS'=> 'Connected as',
'S_NOT_CONNECTED'=> 'Not connected',
diff --git a/frontends/php/include/locales/fr_fr.inc.php b/frontends/php/include/locales/fr_fr.inc.php
index 374d736d..f4e4fa4d 100644
--- a/frontends/php/include/locales/fr_fr.inc.php
+++ b/frontends/php/include/locales/fr_fr.inc.php
@@ -419,7 +419,6 @@
'S_GRAPH'=> 'Graphique',
'S_TREND'=> 'Tendance',
'S_COMPARE'=> 'Comparaison',
- 'S_ZABBIX_VER'=> 'ZABBIX 1.4.1',
'S_COPYRIGHT_BY'=> 'Copyright 2001-2006 par',
'S_CONNECTED_AS'=> 'Connecté au nom de',
'S_SIA_ZABBIX'=> 'SIA Zabbix',
diff --git a/frontends/php/include/locales/hu_hu.inc.php b/frontends/php/include/locales/hu_hu.inc.php
index 0ae6dd04..2162b1f1 100644
--- a/frontends/php/include/locales/hu_hu.inc.php
+++ b/frontends/php/include/locales/hu_hu.inc.php
@@ -427,7 +427,6 @@
'S_GRAPH'=> 'Grafikon',
'S_TREND'=> 'Trend',
'S_COMPARE'=> 'Compare',
- 'S_ZABBIX_VER'=> 'ZABBIX 1.4.2',
'S_COPYRIGHT_BY'=> 'Copyright 2001-2007 by',
'S_CONNECTED_AS'=> 'Connected as',
'S_SIA_ZABBIX'=> 'SIA Zabbix',
diff --git a/frontends/php/include/locales/pt_br.inc.php b/frontends/php/include/locales/pt_br.inc.php
index e92bd70d..444f3163 100644
--- a/frontends/php/include/locales/pt_br.inc.php
+++ b/frontends/php/include/locales/pt_br.inc.php
@@ -427,7 +427,6 @@
'S_GRAPH'=> 'Gráfico',
'S_TREND'=> 'Trend',
'S_COMPARE'=> 'Comparar',
- 'S_ZABBIX_VER'=> 'ZABBIX 1.4.2',
'S_COPYRIGHT_BY'=> 'Copyright 2001-2007 by',
'S_CONNECTED_AS'=> 'Conectado como',
'S_SIA_ZABBIX'=> 'SIA Zabbix',
diff --git a/frontends/php/include/locales/ru_ru.inc.php b/frontends/php/include/locales/ru_ru.inc.php
index 740e0d6a..4750be73 100644
--- a/frontends/php/include/locales/ru_ru.inc.php
+++ b/frontends/php/include/locales/ru_ru.inc.php
@@ -242,7 +242,6 @@
'S_GRAPH'=> 'График',
'S_TREND'=> 'Динамика изменения',
'S_COMPARE'=> 'Сравнить',
- 'S_ZABBIX_VER'=> 'ZABBIX 1.1.5',
'S_COPYRIGHT_BY'=> 'Copyright 2001-2006 by',
'S_CONNECTED_AS'=> 'Подключен как',
'S_SIA_ZABBIX'=> 'SIA Zabbix',
diff --git a/frontends/php/include/locales/sp_sp.inc.php b/frontends/php/include/locales/sp_sp.inc.php
index e32816cc..380d401f 100644
--- a/frontends/php/include/locales/sp_sp.inc.php
+++ b/frontends/php/include/locales/sp_sp.inc.php
@@ -427,7 +427,6 @@
'S_GRAPH'=> 'Gráficos',
'S_TREND'=> 'Tendencia',
'S_COMPARE'=> 'Comparar',
- 'S_ZABBIX_VER'=> 'ZABBIX 1.4.2',
'S_COPYRIGHT_BY'=> 'Copyright 2001-2007 por',
'S_CONNECTED_AS'=> 'Conectado como',
'S_SIA_ZABBIX'=> 'SIA Zabbix',