2008-03-01 Raul Mateos <raulofpandora@gmail.com>

* include/languages/language_*.php: Updated and cleared header.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@735 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
raulmateos 2008-03-01 17:58:24 +00:00
parent 2dd2590a01
commit a7a68e008e
6 changed files with 40 additions and 78 deletions

View File

@ -1,3 +1,7 @@
2008-03-01 Raul Mateos <raulofpandora@gmail.com>
* include/languages/language_*.php: Updated and cleared header.
2008-02-28 Raul Mateos <raulofpandora@gmail.com>
* operation/agentes/estado_monitores.php: Improved usability adding titles

View File

@ -1,21 +1,14 @@
<?php
// Pandora - the Free monitoring system
// ====================================
// Copyright (c) 2004-2007 Sancho Lerena, slerena@gmail.com
// Copyright (c) 2005-2007 Artica Soluciones Tecnologicas S.L, info@artica.es
// Copyright (c) 2004-2007 Raul Mateos Martin, raulofpandora@gmail.com
// Pandora FMS - the Free Monitoring System
// ========================================
// 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
// German translation Copyright (c) 2006, 2007 Reiner Dassing, dassing <at> fs <dot> wettzell <dot> de
// 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; 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.
// 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.
$lang_label["view_agents"]="Agenten";
$lang_label["manage_incidents"]="Verwalte Ereignisse";
@ -620,7 +613,7 @@ $lang_label["lastupdate"]="Aktualisiert am ";
$lang_label["network"]="Netwerk";
$lang_label["server_detail"]="Konfigurationsdetails";
$lang_label["no_modules"]="Dieser Agent besitzt kein Modul";
$lang_label["no_monitors"]="Dieser Agent besitzt kein Überwachungssystem";
$lang_label["no_monitors"]="Dieser Agent besitzt kein Überwachungssystem mit Daten";
$lang_label["no_alerts"]="Diesem Agent ist kein Alarm zugewiesen";
$lang_label["server"]="Server";

View File

@ -596,7 +596,7 @@ $lang_label["lastupdate"]="Updated at";
$lang_label["network"]="Network";
$lang_label["server_detail"]="Configuration detail";
$lang_label["no_modules"]="This agent doesn't have any module";
$lang_label["no_monitors"]="This agent doesn't have any monitor";
$lang_label["no_monitors"]="This agent doesn't have any monitor with data";
$lang_label["no_alerts"]="This agent doesn't have any alert";
$lang_label["server"]="Server";

View File

@ -1,27 +1,12 @@
<?php
// Pandora FMS - the Free monitoring system
// Pandora FMS - the Free Monitoring System
// ========================================
// Copyright (c) 2004-2008 Sancho Lerena, slerena@gmail.com
// Main PHP/SQL code development and project architecture and management
// Main PHP/SQL code development, project architecture and management.
// Copyright (c) 2004-2008 Raul Mateos Martin, raulofpandora@gmail.com
// CSS and some PHP additions
// Copyright (c) 2006-2007 Jonathan Barajas, jonathan.barajas[AT]gmail[DOT]com
// Javascript Active Console code.
// Copyright (c) 2006 Jose Navarro <contacto@indiseg.net>
// Additions to Pandora FMS 1.2 graph code and new XML reporting template management
// 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.
// CSS and some PHP code additions
// Please see http://pandora.sourceforge.net for full contribution list
$lang_label["view_agents"]="Ver agentes";
$lang_label["manage_incidents"]="Gestión de incidentes";
$lang_label["view_users"]="Ver usuarios";
@ -610,7 +595,7 @@ $lang_label["lastupdate"]="Actualizado el";
$lang_label["network"]="Red";
$lang_label["server_detail"]="Detalle de configuración";
$lang_label["no_modules"]="Este agente no tiene ningún módulo definido";
$lang_label["no_monitors"]="Este agente no tiene ningún monitor definido";
$lang_label["no_monitors"]="Este agente no tiene ningún monitor con datos";
$lang_label["no_alerts"]="Este agente no tiene ninguna alerta definida";
$lang_label["server"]="Servidor";

View File

@ -1,21 +1,11 @@
<?php
// Pandora - the Free monitoring system
// ====================================
// Copyright (c) 2004-2007 Sancho Lerena, slerena@gmail.com
// Copyright (c) 2005-2007 Artica Soluciones Tecnologicas S.L, info@artica.es
// Copyright (c) 2004-2007 Raul Mateos Martin, raulofpandora@gmail.com
// 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; 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.
// 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
// Translation to French
// Copyright (c) 2006, 2007 Aline Jorand <jorand.aline@laposte.net>
@ -580,7 +570,7 @@ $lang_label["no_profile"]="Cet usager n'a aucun profil/groupe associé";
$lang_label["no_agent"]="Aucun agent n'a été mis dans ce groupe";
$lang_label["no_change_field"]="Ce champ ne peut pas être modifié en mode édition";
$lang_label["no_alert"]="Aucun agent de ce groupe n'a d'alerte designée";
$lang_label["total_data"]="Total des Données";
$lang_label["total_data"]="Total des données";
$lang_label["no_incidents"]="Aucun incident ne correspond à votre recherche filtrée";
$lang_label["no_agent_alert"]=", par conséquent il n'y a pas d'alertes";
$lang_label["wrote"]=" a écrit";
@ -597,8 +587,8 @@ $lang_label["lastupdate"]="Actualisé le";
$lang_label["network"]="Réseau";
$lang_label["server_detail"]="Detail de la Configuration";
$lang_label["no_modules"]="Cet agent ne possède pas de module designé";
$lang_label["no_monitors"]=" Cet agent ne possède pas de moniteur designé";
$lang_label["no_alerts"]=" Cet agent ne possède pas d'alerte designée";
$lang_label["no_monitors"]="Cet agent ne possède pas de moniteur avec des données";
$lang_label["no_alerts"]="Cet agent ne possède pas d'alerte designée";
$lang_label["server"]="Serveur";
$lang_label["no_sel_mod"]="Aucun module n'a été sélectionné";
$lang_label["no_event"]="Il n'y a pas d'événements";
@ -657,10 +647,10 @@ $lang_label["snmp_modules"]="Modules SNMP";
$lang_label["network_components_groups"]="Groupes de composantes réseau ";
$lang_label["network_components"]="Composantes réseau";
$lang_label["create_ok"]="Création effectuée avec succès ";
$lang_label["create_no"]="Na pas été créé". Erreur lors de linsertion des données”;
$lang_label["create_no"]="Na pas été créé. Erreur lors de linsertion des données";
$lang_label["modify_ok"]="Actualisation effectuée avec succès";
$lang_label["modify_no"]="Non actualisé. Erreur lors de lactualisation des données”;
$lang_label["delete_no"]="Non éliminé. Erreur lors de lélimination des données”;
$lang_label["modify_no"]="Non actualisé. Erreur lors de lactualisation des données";
$lang_label["delete_no"]="Non éliminé. Erreur lors de lélimination des données";
$lang_label["delete_ok"]="Elimination effectuée avec succès";
$lang_label["network_component_group_management"]="Gestion des Groupes de composantes réseau ";
$lang_label["network_component_management"]="Gestion des composantes réseau ";

View File

@ -1,21 +1,11 @@
<?php
// Pandora - the Free monitoring system
// ====================================
// Copyright (c) 2004-2007 Sancho Lerena, slerena@gmail.com
// Copyright (c) 2005-2007 Artica Soluciones Tecnol<6F>gicas S.L, info@artica.es
// Copyright (c) 2004-2007 Raul Mateos Martin, raulofpandora@gmail.com
// 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; 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.
// 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.
// Pandora FMS - the Free Monitoring System
// ========================================
// 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
// Tradução para o Português do Brasil
// Copyright (c) 2006, 2007 Rodrigo J. Dutra <rodrigo.dutra@gmail.com>
@ -538,7 +528,7 @@ $lang_label["lastupdate"] = "Atualizado em";
$lang_label["network"] = "Rede";
$lang_label["server_detail"] = "Detalhe da configuração";
$lang_label["no_modules"] = "Este agente não tem nenhum módulo definido";
$lang_label["no_monitors"] = "Este agente não tem nenhum monitor definido";
$lang_label["no_monitors"] = "Este agente não tem nenhum monitor com dados";
$lang_label["no_alerts"] = "Este agente não tem nenhum alerta definido";
$lang_label["server"] = "Servidor";
$lang_label["no_sel_mod"] = "Não foi selecionado nenhum módulo";