You are not logged in.
Pages: 1
Topic closed
create a file in glpi/plugins/nagios/locales called en_GB.php
paste the following code into it, save.
log out and then back into glpi for it to take effect.
<?php
/*
----------------------------------------------------------------------
GLPI - Gestionnaire Libre de Parc Informatique
Copyright (C) 2003-2005 by the INDEPNET Development Team.
http://indepnet.net/ http://glpi-project.org/
----------------------------------------------------------------------
LICENSE
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License (GPL)
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
To read the license please visit http://www.gnu.org/copyleft/gpl.html
----------------------------------------------------------------------
Original Author of file: GRISARD Jean Marc & CAILLAUD Xavier
English Translation by: innosys
Purpose of file:
----------------------------------------------------------------------
*/
/******************* PLugin Nagios ***************/
$title= "nagios";
$LANGNAGIOS["title"][0] = "".$title."";
$LANGNAGIOS["title"][1] = "Hosts being monitored by Nagios";
$LANGNAGIOS["title"][2] = "Service(s) smonitored by Nagios";
$LANGNAGIOS["title"][3] = "Information on controlss";
$LANGNAGIOS["title"][4] = "Information on status";
$LANGNAGIOS["title"][5] = "Service";
$LANGNAGIOS["title"][6] = "nagios";
$LANGNAGIOS["picAlt"][0] = "nagios logo";
$LANGNAGIOS["menu"][0] = "Menu plugin for Nagios";
$LANGNAGIOS["menu"][1] = "Logs";
$LANGNAGIOS["menu"][2] = "Tools";
$LANGNAGIOS["menu"][3] = "Configuration";
$LANGNAGIOS["menu"][4] = "Linking computers in GLPI to those of Nagios";
$LANGNAGIOS["menu"][5] = "";
$LANGNAGIOS["menu"][6] = "";
$LANGNAGIOS["config"][0] = "Configuration of the Nagios statusmap -> GLPI";
$LANGNAGIOS["config"][1] = "User";
$LANGNAGIOS["config"][2] = "Nagios hosts";
$LANGNAGIOS["config"][3] = "Password";
$LANGNAGIOS["config"][4] = "Name of the Nagios database";
$LANGNAGIOS["config"][5] = "Logging method";
$LANGNAGIOS["config"][6] = "Archived log files";
$LANGNAGIOS["config"][7] = "Nagios URL Configuration";
$LANGNAGIOS["config"][8] = "File path configuration";
$LANGNAGIOS["config"][9] = "Configuration of Nagios hosts -> GLPI";
$LANGNAGIOS["config"][10] = "Adding a Nagios address";
$LANGNAGIOS["nagios"][0] = "Read configuration file";
$LANGNAGIOS["nagios"][1] = "StatusMap";
$LANGNAGIOS["nagios"][2] = "StatusMap 3D";
$LANGNAGIOS["nagios"][3] = "Read the log archives";
$LANGNAGIOS["nagios"][4] = "Log file reading in progress";
$LANGNAGIOS["nagios"][5] = "Updated Computers";
$LANGNAGIOS["nagios"][6] = "Nagios host name";
$LANGNAGIOS["nagios"][7] = "Nagios status page";
$LANGNAGIOS["nagios"][8] = "Nagios configuration page";
$LANGNAGIOS["nagios"][9] = "Computers not updated in nagios";
$LANGNAGIOS["nagios"][10] = "Linking Successful";
$LANGNAGIOS["nagios"][11] = "No address found";
$LANGNAGIOS["nagios"][12] = "ID";
$LANGNAGIOS["profile"][0] = "Rights Management";
$LANGNAGIOS["profile"][1] = "$title";
$LANGNAGIOS["profile"][2] = "Configuration";
$LANGNAGIOS["profile"][3] = "Create ".$title."";
$LANGNAGIOS["profile"][4] = "Update ".$title."";
$LANGNAGIOS["profile"][5] = "Delete ".$title."";
$LANGNAGIOS["profile"][6] = "List profiles already configuredés";
$LANGNAGIOS["setup"][1] = "Add a type";
$LANGNAGIOS["setup"][2] = "Type of ".$title."";
$LANGNAGIOS["setup"][3] = "Configuration of plugin ".$title."";
$LANGNAGIOS["setup"][4] = "Installation of plugin $title";
$LANGNAGIOS["setup"][5] = "Upgrading thee plugin $title to version 1.3";
$LANGNAGIOS["setup"][6] = "Uninstall plugin $title";
$LANGNAGIOS["setup"][7] = "Attention, lathis update to the plugin is irreversible";
$LANGNAGIOS["setup"][8] = "Attention, removing the plugin is irreversible. <br> You will lose all related data.es.";
$LANGNAGIOS["setup"][9] = "Associate";
$LANGNAGIOS["setup"][10] = "Dissociate";
$LANGNAGIOS["setup"][11] = "Directions for use";
$LANGNAGIOS["setup"][12] = "FAQ";
?>
Offline
Has been added to svn version. Thanks for that
Xavier Caillaud
Blog GLPI Infotel
Offline
Pages: 1
Topic closed