diff options
| author | james_wells <james_wells@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-11-05 03:28:01 +0000 |
|---|---|---|
| committer | james_wells <james_wells@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-11-05 03:28:01 +0000 |
| commit | b08a351860b379d09344887a4aa572be736be9b5 (patch) | |
| tree | 9f45bfe67fc1f6c4845b10e5094c2ceb0703962f /frontends/php/include/locales/fr_fr.inc.php | |
| parent | d98930885119abd5b9b21c1254d479857681acbb (diff) | |
| download | zabbix-b08a351860b379d09344887a4aa572be736be9b5.tar.gz zabbix-b08a351860b379d09344887a4aa572be736be9b5.tar.xz zabbix-b08a351860b379d09344887a4aa572be736be9b5.zip | |
Applied MySQL reconnect patch.
zabbix_tmp/src/libs/zbxdbhigh/db.c
Applied Multiple Server Patch.
zabbix/create/mysql/schema.sql
zabbix/create/postgresql/schema.sql
zabbix/frontends/php/include/config.inc.php
zabbix/frontends/php/include/forms.inc.php
zabbix/frontends/php/include/items.inc.php
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/lv_lv.inc.php
zabbix/frontends/php/include/locales/ru_ru.inc.php
zabbix/frontends/php/include/locales/sp_sp.inc.php
zabbix/frontends/php/items.php
zabbix/frontends/php/servers.php
zabbix/include/common.h
zabbix/misc/conf/zabbix_server.conf
zabbix/src/zabbix_server/housekeeper/housekeeper.c
zabbix/src/zabbix_server/housekeeper/housekeeper.h
zabbix/src/zabbix_server/pinger/pinger.c
zabbix/src/zabbix_server/pinger/pinger.h
zabbix/src/zabbix_server/poller/poller.c
zabbix/src/zabbix_server/poller/poller.h
zabbix/src/zabbix_server/server.c
zabbix/src/zabbix_server/timer/timer.c
zabbix/src/zabbix_server/timer/timer.h
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@2277 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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/php/include/locales/fr_fr.inc.php b/frontends/php/include/locales/fr_fr.inc.php index 6365bca7..b378202d 100644 --- a/frontends/php/include/locales/fr_fr.inc.php +++ b/frontends/php/include/locales/fr_fr.inc.php @@ -330,6 +330,7 @@ "S_ITEMS_ACTIVATED"=> "Items activés", "S_CANNOT_ACTIVATE_ITEMS"=> "Impossible d'activer les items", "S_ITEMS_DISABLED"=> "Items désactivés", + "S_SERVERNAME"=> "Server Name", "S_KEY"=> "Clé", "S_DESCRIPTION"=> "Description", "S_UPDATE_INTERVAL"=> "Invervale d'actualisation", @@ -446,6 +447,7 @@ "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", |
