From 4c5d3e3add3309c5d9fa2d069a4eb05c1460ef7e Mon Sep 17 00:00:00 2001 From: raulmateos Date: Tue, 12 Feb 2008 19:44:02 +0000 Subject: [PATCH] 2008-02-12 Raul Mateos * include/languages/language_en.php: Corrected typo. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@716 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 6 ++++- .../include/languages/language_en.php | 27 +++++-------------- 2 files changed, 12 insertions(+), 21 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 3a5f8f81ad..84c6f81b40 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,6 +1,10 @@ +2008-02-12 Raul Mateos + + * include/languages/language_en.php: Corrected typo. + 2008-02-11 Raul Mateos - * pandora_console/godmode/agentes/module_manager.php: Closed some html tags. + * godmode/agentes/module_manager.php: Closed some html tags. Added title for the action icons. 2008-02-09 Raul Mateos diff --git a/pandora_console/include/languages/language_en.php b/pandora_console/include/languages/language_en.php index 0e9f12d7fb..f6bb764d35 100644 --- a/pandora_console/include/languages/language_en.php +++ b/pandora_console/include/languages/language_en.php @@ -1,24 +1,11 @@ -// Additions to Pandora FMS 1.2 graph code -// Copyright (c) 2005-2007 Artica Soluciones Tecnologicas, info@artica.es -// -// This program is free software; you can redistribute it and/or -// modify it under the terms of the GNU General Public License -// as published by the Free Software Foundation; version 2 -// 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. -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// Copyright (c) 2004-2008 Sancho Lerena, slerena@gmail.com +// Main PHP/SQL code development, project architecture and management. +// Copyright (c) 2004-2008 Raul Mateos Martin, raulofpandora@gmail.com +// CSS and some PHP code additions +// Please see http://pandora.sourceforge.net for full contribution list $lang_label["view_agents"]="View Agents"; $lang_label["manage_incidents"]="Manage Incidents"; @@ -840,7 +827,7 @@ $lang_label["five_days"]="Five days"; $lang_label["last_week"]="One week"; $lang_label["15_days"]="15 days"; $lang_label["last_month"]="One month"; -$lang_label["two_month"]="Two monts"; +$lang_label["two_month"]="Two months"; $lang_label["six_months"]="Six months"; $lang_label["min."]="Min."; $lang_label["max."]="Max.";