diff options
| author | james_wells <james_wells@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-11-04 05:06:06 +0000 |
|---|---|---|
| committer | james_wells <james_wells@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-11-04 05:06:06 +0000 |
| commit | 188cc097b60423480f4bd578011d32fe6449d88c (patch) | |
| tree | 9b13f390142a2b2149bbd40630b999908fa9ab58 /frontends/php/include/locales/fr_fr.inc.php | |
| parent | d04389e9e64105f5f12f533302c5a58f9a756ab4 (diff) | |
| download | zabbix-188cc097b60423480f4bd578011d32fe6449d88c.tar.gz zabbix-188cc097b60423480f4bd578011d32fe6449d88c.tar.xz zabbix-188cc097b60423480f4bd578011d32fe6449d88c.zip | |
Updated displayed version in UI to 1.1beta3
zabbix/frontends/php/include/locales/de_de.inc.php
zabbix/frontends/php/include/locales/en_gb.inc.php
zabbix/frontends/php/include/locales/fr_fr.inc.php
zabbix/frontends/php/include/locales/it_it.inc.php
zabbix/frontends/php/include/locales/ja_jp.inc.php
zabbix/frontends/php/include/locales/lv_lv.inc.php
zabbix/frontends/php/include/locales/ru_ru.inc.php
zabbix/frontends/php/include/locales/sp_sp.inc.php
Applied span inconsistency patch.
zabbix/ChangeLog zabbix/frontends/php/screenedit.php
zabbix/frontends/php/screens.php
Added dbpatches to support 'User Configurable Refresh'
zabbix/upgrades/dbpatches/1.1beta2_to_1.1beta3/mysql/patch.sql
zabbix/upgrades/dbpatches/1.1beta2_to_1.1beta3/postgresql/patch.sql
git-svn-id: svn://svn.zabbix.com/trunk@2264 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/locales/fr_fr.inc.php')
| -rw-r--r-- | frontends/php/include/locales/fr_fr.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/include/locales/fr_fr.inc.php b/frontends/php/include/locales/fr_fr.inc.php index a73d6e25..6365bca7 100644 --- a/frontends/php/include/locales/fr_fr.inc.php +++ b/frontends/php/include/locales/fr_fr.inc.php @@ -29,7 +29,7 @@ // about.php "S_ABOUT_ZABBIX"=> "A propos de ZABBIX", - "S_INFORMATION_ABOUT_ZABBIX"=> "Informations à propos de ZABBIX (v1.1abeta1)", + "S_INFORMATION_ABOUT_ZABBIX"=> "Informations à propos de ZABBIX (v1.1beta3)", "S_HOMEPAGE_OF_ZABBIX"=> "Page d'accueil de ZABBIX", "S_HOMEPAGE_OF_ZABBIX_DETAILS"=> "Ceci est la page d'accueil de ZABBIX.", "S_LATEST_ZABBIX_MANUAL"=> "Manuel de ZABBIX le plus récent", @@ -218,7 +218,7 @@ "S_COMPARE"=> "Compare", // Footer - "S_ZABBIX_VER"=> "ZABBIX 1.1beta1", + "S_ZABBIX_VER"=> "ZABBIX 1.1beta3", "S_COPYRIGHT_BY"=> "Copyright 2001-2005 par ", "S_CONNECTED_AS"=> "Connecté au nom de", "S_SIA_ZABBIX"=> "SIA Zabbix", |
