pandorafms/pandora_console/include/languages/language_en.php

882 lines
39 KiB
PHP
Raw Normal View History

<?php
// Pandora FMS - the Free monitoring system
// ========================================
// Copyright (c) 2004-2007 Sancho Lerena, slerena@gmail.com
// Main PHP/SQL code development and project architecture and management
// Copyright (c) 2004-2007 Raul Mateos Martin, raulofpandora@gmail.com
// CSS and some PHP additions
// Copyright (c) 2006 Jose Navarro <contacto@indiseg.net>
2007-05-20 Sancho Lerena <slerena@artica.es> * pandoradb_data.sql: Uptated network component data. * include/styles/pandora.css: Few updates for style. * include/functions_db.php: Added functions for visual console features. * include/languages/language_en.php: New strings. * include/javascript: Moved all javascript files here. * include/javascript/x_slide.js, include/javascript/x_event.js: Copied from branch / console from Azabel. * include/javascript/wz_jsgraphics.js: New functions to draw lines. * pandoradb.sql: Created new tlayout and tlayout_data tables. * index.php: Small changes. Added support to refresh any page via POST. * operation/visual_console: Added Visual Console feature. * operation/agentes/estado_alertas.php: Updated styles and fixes damm bug when no alert available. * operation/agentes/status_monitor.php: Updated styles. * operation/agentes/estado_generalagente.php: Update styles. * operation/agentes/estado_agente.php: Updated style. * operation/servers/view_server.php: Updated style. * operation/reporting/graph_builder.php: Fixed some minor bugs. Needs to fix more bugs :( * operation/menu.php: Updated menu. Visual Console has dynamic items!. * images/pandora_logo_head.png: New header logo ! * images/pandora_logo.png: New Pandora FMS 1.3 logo ! :-)) * images/console/background: More samples added. * images/console/icons: Icons to be used in visual console. * reporting/fgraph.php: New feature added to simple graph to show only average values. * reporting/stat_win.php: Added support to avg_only and show avg, max and min values from each graph. Zoom factor is more usable now. * general/logoff.php: New style. * general/footer.php: Fixed style. * general/logon_failed.php: Fixed style. * general/login_page.php: New style. * general/header.php: Fixed style. * godmode/agentes/configurar_agente.php: Fixed styles. * godmode/agentes/agent_manager.php: Fixed styles. * operation/active_console: Removed from trunk: not ready to be used. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@459 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-05-20 19:12:31 +02:00
// 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.
2007-05-20 Sancho Lerena <slerena@artica.es> * pandoradb_data.sql: Uptated network component data. * include/styles/pandora.css: Few updates for style. * include/functions_db.php: Added functions for visual console features. * include/languages/language_en.php: New strings. * include/javascript: Moved all javascript files here. * include/javascript/x_slide.js, include/javascript/x_event.js: Copied from branch / console from Azabel. * include/javascript/wz_jsgraphics.js: New functions to draw lines. * pandoradb.sql: Created new tlayout and tlayout_data tables. * index.php: Small changes. Added support to refresh any page via POST. * operation/visual_console: Added Visual Console feature. * operation/agentes/estado_alertas.php: Updated styles and fixes damm bug when no alert available. * operation/agentes/status_monitor.php: Updated styles. * operation/agentes/estado_generalagente.php: Update styles. * operation/agentes/estado_agente.php: Updated style. * operation/servers/view_server.php: Updated style. * operation/reporting/graph_builder.php: Fixed some minor bugs. Needs to fix more bugs :( * operation/menu.php: Updated menu. Visual Console has dynamic items!. * images/pandora_logo_head.png: New header logo ! * images/pandora_logo.png: New Pandora FMS 1.3 logo ! :-)) * images/console/background: More samples added. * images/console/icons: Icons to be used in visual console. * reporting/fgraph.php: New feature added to simple graph to show only average values. * reporting/stat_win.php: Added support to avg_only and show avg, max and min values from each graph. Zoom factor is more usable now. * general/logoff.php: New style. * general/footer.php: Fixed style. * general/logon_failed.php: Fixed style. * general/login_page.php: New style. * general/header.php: Fixed style. * godmode/agentes/configurar_agente.php: Fixed styles. * godmode/agentes/agent_manager.php: Fixed styles. * operation/active_console: Removed from trunk: not ready to be used. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@459 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-05-20 19:12:31 +02:00
$lang_label["view_agents"]="View Agents";
$lang_label["manage_incidents"]="Manage Incidents";
$lang_label["view_users"]= "View Users";
$lang_label["new_incident"]="New Incident";
$lang_label["search_incident"]="Search Incident";
$lang_label["index_myuser"]="Edit my user";
$lang_label["manage_agents"]="Manage Agents";
$lang_label["manage_alerts"]="Manage Alerts";
$lang_label["manage_users"]="Manage Users";
$lang_label["manage_groups"]="Manage Groups";
$lang_label["system_audit"]="System Audit Log";
$lang_label["ag_title"]="Pandora Agents";
$lang_label["agent"]="Agent";
$lang_label["os"]="OS";
$lang_label["alert"]="Alert";
$lang_label["alerts"]="Alerts";
$lang_label["incident"]="Incident";
$lang_label["author"]="Author";
$lang_label["delete"]="Delete";
$lang_label["in_state_0"]="Open and Active";
$lang_label["in_state_1"]="Open with notes";
$lang_label["in_state_2"]="Not valid";
$lang_label["in_state_3"]="Out of date";
$lang_label["in_state_13"]="Closed";
$lang_label["in_modinc"]="Update incident";
$lang_label["in_delinc"]="Delete incident";
$lang_label["in_notas_t1"]="Notes attached to incident";
$lang_label["in_ipsrc"]="Source IP(s)";
$lang_label["in_ipdst"]="Destination IP(s)";
$lang_label["priority"]="Priority";
$lang_label["status"]="Status";
$lang_label["in_openedby"]="Owner";
$lang_label["in_openedwhen"]="Opened at";
$lang_label["updated_at"]="Updated at";
$lang_label["main_text"]="This is the Web Management System for Pandora FMS. From here you can manage its agents, alerts and incidents. Session is open while activity exists.";
$lang_label["id_user"]="User ID";
$lang_label["real_name"]="Real name";
$lang_label["telefono"]="Telephone";
$lang_label["comments"]="Comments";
$lang_label["listGroupUser"]="Profiles/Groups assigned to this user";
$lang_label["user_edit_title"]="User detail editor";
$lang_label["group_avail"]="Group(s) available";
$lang_label["none"]="None";
$lang_label["view_agent_title"]="Last received data from Agent";
$lang_label["view_agent_general_data"]="Agent general information";
$lang_label["module_definition"]="Module definition";
$lang_label["normal_mode"]="Normal mode";
$lang_label["update"]="Update";
$lang_label["create"]="Create";
$lang_label["module_name"]="Module name";
$lang_label["module_type"]="Module type";
$lang_label["module_update_create"]="Module Update/Create form";
$lang_label["field1"]="Field #1 (Alias, name)";
$lang_label["field2"]="Field #2 (Single Line)";
$lang_label["field3"]="Field #3 (Full Text)";
$lang_label["no_access_title"]="You don't have access to this page";
$lang_label["no_access_text"]="Access to this page is restricted to authorized users only, please contact system administrator if you need assistance. <br><br>Please know that all attempts to access this page are recorded in security logs of Pandora System Database";
$lang_label["header_title"]="Free Monitoring System";
$lang_label["gpl_notice"]="is a <b>Free Software Project, licensed under GPL terms</b>";
$lang_label["gpl_used"]="Designed using GPL software and tools";
$lang_label["gen_date"]="Page generated at";
$lang_label["informative"]="Informative";
$lang_label["low"]="Low";
$lang_label["medium"]="Medium";
$lang_label["serious"]="Serious";
$lang_label["very_serious"]="Very Serious";
$lang_label["maintenance"]="Maintenance";
$lang_label["date"]="Date";
$lang_label["incident_main_view"]="Incident Main view";
$lang_label["all_inc"]="All incidents";
$lang_label["opened_inc"]="Active incidents";
$lang_label["openedcom_inc"]="Active incidents, with comments";
$lang_label["closed_inc"]="Closed incidents";
$lang_label["rej_inc"]="Rejected incidents";
$lang_label["exp_inc"]="Expired incidents";
$lang_label["rev_incident"]="Review of incident";
$lang_label["note_title"]="Add note to incident";
$lang_label["audit_title"]="Review of Pandora audit logs";
$lang_label["user"]="User";
$lang_label["action"]="Action";
$lang_label["src_address"]="Source IP";
$lang_label["alert_listing"]="Full list of Alerts";
$lang_label["monitor_listing"]="Full list of Monitors";
$lang_label["times_fired"]="Times Fired";
$lang_label["description"]="Description";
$lang_label["last_fired"]="Last fired";
$lang_label["type"]="Type";
$lang_label["last_contact"]="Last contact";
$lang_label["last_data_chunk"]="Display of last data modules received by agent";
$lang_label["graph"]="Graph";
$lang_label["raw_data"]="Raw Data";
$lang_label["data"]="Data";
$lang_label["agent_name"]="Agent name";
$lang_label["ip_address"]="IP Address";
$lang_label["interval"]="Interval";
$lang_label["group"]="Group";
$lang_label["total_packets"]="Total packets";
$lang_label["main_agent_config"]="Agent main config screen";
$lang_label["agent_selection"]="Select agent to modify";
$lang_label["assigned_modules"]="Assigned modules";
$lang_label["learning_mode"]="Learning mode";
$lang_label["assigned_alerts"]="Assigned alerts";
$lang_label["alert_asociation_form"]="Alert association form";
$lang_label["module_asociation_form"]="Module assignment";
$lang_label["name_type"]="Name / Type";
$lang_label["min_max"]="Min/Max";
$lang_label["detailed_monitoragent_state"]="Monitor detail";
$lang_label["alert_detail"]="Alert detail";
$lang_label["detailed_alert_view"]="Detailed alert view";
$lang_label["detailed_monitor_view"]="Detailed monitor view";
$lang_label["detailed_full_view"]="Detailed full view";
$lang_label["setup_screen"]="Pandora Setup";
$lang_label["block_size"]="Block size for pagination";
$lang_label["agent_alert"]="Agent down default alert";
$lang_label["language_code"]="Language Code for Pandora";
$lang_label["setup_title"]="Pandora Main setup ";
$lang_label["db_maintenance"]="DB Maintenance";
$lang_label["aclog_pagination"]="Internal Audit Pages";
$lang_label["log_filter"]="Log type filter";
$lang_label["not_connected"]="You're not connected";
$lang_label["administrator"]="Administrator";
$lang_label["normal_user"]="Standard user";
$lang_label["has_connected"]="You are connected as";
$lang_label["logged_out"]="Logged Out";
$lang_label["logout_msg"]="Your session is over. Please close your browser window to close session on Pandora.<br><br>";
$lang_label["user_last_activity"]="This is your last activity in Pandora FMS console";
$lang_label["err_auth"]="Authentication Error";
$lang_label["err_auth_msg"]="Either, your password or your login are incorrect. Please check your CAPS LOCK key, username and password are case SeNSiTiVe.<br><br>All actions, included failed login attempts are logged in Pandora FMS System logs, and these can be reviewed by each user, please report to admin any incident or malfunction.";
$lang_label["find_crit"]="Please select a search criterion";
$lang_label["all"]="All";
$lang_label["free_text_search"]="Free text for search (*)";
$lang_label["free_text_search_msg"] ="(*) The text search will look for all words entered as substring, in index title or description of each incident";
$lang_label["confirmation"]="confirmation";
$lang_label["password"]="Password";
$lang_label["users"]="Users defined in Pandora";
$lang_label["user_ID"]="UserID";
$lang_label["profile"]="Profile";
$lang_label["update_agent"]="Update agent";
$lang_label["create_agent"]="Create agent";
$lang_label["create_alert"]="Create alert";
$lang_label["update_alert"]="Update_alert";
$lang_label["create_user"]="Create user";
$lang_label["update_user"]="Update user";
$lang_label["alert_config"]="Alert configuration";
$lang_label["alertname"]="Alert name";
$lang_label["command"]="Command";
$lang_label["group_management"]="Group management";
$lang_label["group_name"]="Group name";
$lang_label["user_management"]="User management";
$lang_label["alert_type"]="Alert type";
$lang_label["max_value"]="Max value";
$lang_label["min_value"]="Min value";
$lang_label["time_threshold"]="Time threshold";
$lang_label["assigned_module"]="Assigned module";
$lang_label["green_light"]="All Monitors OK";
$lang_label["red_light"]="At least one monitor fails";
$lang_label["yellow_light"]="Change between Green/Red state";
$lang_label["blue_light"]="Agent without data";
$lang_label["no_light"]="Agent without monitors";
$lang_label["broken_light"]="Agent down";
$lang_label["dbmain_title"]="Database Maintenance";
$lang_label["purge_30day"]="Purge data over 30 days";
$lang_label["purge_7day"]="Purge data over 7 days";
$lang_label["purge_90day"]="Purge data over 90 days";
$lang_label["purge_14day"]="Purge data over 14 days";
$lang_label["purge_3day"]="Purge data over 3 days";
$lang_label["purge_1day"]="Purge data over 1 day";
$lang_label["purge_all"]="Purge all data";
$lang_label["rango3"]="Packets three months old";
$lang_label["rango2"]="Packets one month old";
$lang_label["rango1"]="Packets one week old";
$lang_label["rango11"]="Packets two weeks old";
$lang_label["rango0"]="Packets three days old";
$lang_label["rango00"]="Packets one day old";
$lang_label["db_info"]="DB Information";
$lang_label["db_operation"]="Database Manipulation";
$lang_label["data_received"]="Received data from";
$lang_label["last_24"]="Last 24 Hours";
$lang_label["last_week"]="Last week";
$lang_label["last_month"]="Last month";
$lang_label["noagentselected"]="No agent selected";
$lang_label["agentversion"]="Agent Version";
$lang_label["deleting_data"]="Deleting data";
$lang_label["while_delete_data"]="while deleting data for ";
$lang_label["please_wait"]="Please wait";
$lang_label["all_agents"]="All agents";
$lang_label["db_purge"]="Database Purge";
$lang_label["db_compact"]="Database Compact";
$lang_label["db_stat_agent"]="Database Statistics per Agent";
$lang_label["configure"]="Configure";
$lang_label["event_main_view"]="Main Event View";
$lang_label["event_name"]="Event name";
$lang_label["view_events"]="View Events";
$lang_label["timestamp"]="Timestamp";
$lang_label["links_header"]="Links";
$lang_label["godmode_header"]="Administration";
$lang_label["operation_header"]="Operation";
$lang_label["db_audit"]="Database Audit";
$lang_label["db_purge_audit"]="Database Audit purge";
$lang_label["latest_date"]="Latest date";
$lang_label["first_date"]="First date";
$lang_label["records"]="Records";
$lang_label["total"]="Total";
$lang_label["checked_by"]="Checked by";
$lang_label["disabled"]="Disabled";
$lang_label["active"]="Active";
$lang_label["begin_date"]="Begin date (*)";
$lang_label["end_date"]="End date (*)";
$lang_label["resolution"]="Resolution (%)";
$lang_label["date_format"]="(*) Please enter date with format yyyy/mm/dd hh:mm:ss";
$lang_label["please_wait"]="Please be patient. This operation can be very long in time (5-10 minutes)";
$lang_label["welcome_title"]="Welcome to Pandora FMS Web Console";
$lang_label["incident_view_filter"]="Viewing incidents";
$lang_label["there_are"]="There are ";
$lang_label["user_defined"]="users defined in Pandora";
$lang_label["agent_defined"]="agents defined in Pandora";
$lang_label["agent_defined2"]="Agents defined in Pandora";
$lang_label["alert_defined"]="alerts defined in Pandora";
$lang_label["alert_defined2"]="Alerts defined in Pandora";
$lang_label["data_harvested"]="data modules stored in Pandora Database";
$lang_label["data_timestamp"]="Last data received at ";
$lang_label["stat_title"]="Pandora general statistics";
$lang_label["no_permission_text"]="You don't have enough permission to access this resource";
$lang_label["no_permission_title"]="You don't have access";
$lang_label["add_note"]="Add note";
$lang_label["search"]="Search";
$lang_label["login"]="Login";
$lang_label["logout"]="Logout";
$lang_label["show"]="Show";
$lang_label["doit"]="Do it!";
$lang_label["add"]="Add";
$lang_label["db_purge_event"]="Event Database cleanup";
$lang_label["db_event"]="Database Event";
$lang_label["max_min"]="Max/Min";
$lang_label["max"]="Maximum";
$lang_label["min"]="Minimum";
$lang_label["med"]="Average";
$lang_label["month_graph"]="Monthly graph";
$lang_label["week_graph"]="Weekly graph";
$lang_label["day_graph"]="Daily graph";
$lang_label["hour_graph"]="Hourly graph";
$lang_label["days_compact"]="Max. days before compact data";
$lang_label["days_purge"]="Max. days before purge";
$lang_label["fired"]="Alert fired";
$lang_label["not_fired"]="Alert not fired";
$lang_label["validate_event"]="Validate event";
$lang_label["validated_event"]="Validated event";
$lang_label["not_validated_event"]="Not validated event";
$lang_label["create_group"]="Create group";
$lang_label["create_group_ok"]="Group successfully created";
$lang_label["create_group_no"]="There was a problem creating group";
$lang_label["modify_group_no"]="There was a problem modifying group";
$lang_label["delete_group_no"]="There was a problem deleting group";
$lang_label["agent_error"]="There was a problem loading agent";
$lang_label["delete_alert"]="Delete Alert";
$lang_label["create_alert_no"]="There was a problem creating alert";
$lang_label["update_alert_no"]="There was a problem updating alert";
$lang_label["delete_alert_no"]="There was a problem deleting alert";
$lang_label["create_agent_no"]="There was a problem creating agent";
$lang_label["update_agent_no"]="There was a problem updating agent";
$lang_label["delete_agent_no"]="There was a problem deleting agent";
$lang_label["update_module_no"]="There was a problem updating module";
$lang_label["add_module_no"]="There was a problem adding module";
$lang_label["delete_module_no"]="There was a problem deleting module";
$lang_label["update_user_no"]="There was a problem updating user";
$lang_label["group_error"]="There was a problem loading group";
$lang_label["create_keep_no"]="There was a problem creating keepalive module in new agent";
$lang_label["pass_nomatch"]="Passwords don't match. Please repeat again";
$lang_label["purge_audit_30day"]="Purge audit data over 30 days";
$lang_label["purge_audit_7day"]="Purge audit data over 7 days";
$lang_label["purge_audit_90day"]="Purge audit data over 90 days";
$lang_label["purge_audit_14day"]="Purge audit data over 14 days";
$lang_label["purge_audit_3day"]="Purge audit data over 3 days";
$lang_label["purge_audit_1day"]="Purge audit data over 1 day";
$lang_label["purge_audit_all"]="Purge all audit data";
$lang_label["purge_event_30day"]="Purge event data over 30 days";
$lang_label["purge_event_7day"]="Purge event data over 7 days";
$lang_label["purge_event_90day"]="Purge event data over 90 days";
$lang_label["purge_event_14day"]="Purge event data over 14 days";
$lang_label["purge_event_3day"]="Purge event data over 3 days";
$lang_label["purge_event_1day"]="Purge event data over 1 day";
$lang_label["purge_event_all"]="Purge all event data";
$lang_label["deleting_records"]="Deleting records for module ";
$lang_label["purge_task"]="Purge task launched for agent id ";
$lang_label["manage_config"]="Manage Config.";
$lang_label["config_manage"]="Configuration Management";
$lang_label["get_info"]="Get Info";
$lang_label["are_you_sure"]="Are you sure?";
$lang_label["users_msg"]="User profiles in Pandora define which users can access Pandora as well as what each user can do. Groups define elements in common among various users. Each user could be in one or more groups at any one time. Each group has user profiles which are defined and attached to it. A profile is a list of things a user can do, such as view incidents, manage database or other. A list of available profiles is defined below by the local Pandora administrators";
$help_label["users_msg1"]="This user has permissions to manage all. This is admin user and overwrites all permissions given in profiles/groups.";
$help_label["users_msg2"]="This user has separated permissions to view data in his group agents, create incidents belong to his groups, add notes in another incidents, create personal assignments or reviews and other tasks, on different profiles";
$help_label["db_purge1"]="This button refresh info about database usage among time";
$help_label["db_purge0"]="Use this combo to select agent for operation. You need to select an agent to purge data and to get info about database usage";
$lang_label["profiles"] ="Profiles";
$lang_label["current_dbsetup"]="Current database maintenance setup";
$lang_label["dbsetup_info"]="Please check your Pandora Server setup and be sure that database maintenance daemon is running. It's very important to keep up-to-date database to get the best performance and results in Pandora";
$lang_label["profile_title"]="Profile management";
$lang_label["create_profile"]="Create profile";
$lang_label["profile_name"]="Profile name";
$lang_label["pandora_management"]="Pandora management";
$lang_label["manage_db"]="Manage Database";
$lang_label["incident_view"]="View incidents";
$lang_label["incident_edit"]="Edit incidents";
$lang_label["agent_edit"]="Edit agents";
$lang_label["alert_edit"]="Edit alerts";
$lang_label["global_profile"]="Global Profile";
$lang_label["name"]="Name";
$lang_label["manage_profiles"]="Manage Profiles";
$lang_label["error_profile"]="ERROR: At this moment only Global Admin can manage profiles";
$lang_label["never"]="Never";
$lang_label["graph_res"]="Graphic resolution (1-low, 5-high)";
$help_label["AR"]="Agents Reading rights";
$help_label["AW"]="Agents Writing rights";
$help_label["AM"]="Agents Management rights";
$help_label["IR"]="System Incidents Reading rights";
$help_label["IW"]="System Incidents Writing rights";
$help_label["IM"]="System Incidents Management rights";
$help_label["LW"]="Alerts Edition rights";
$help_label["LM"]="Alerts Management rights";
$help_label["UM"]="Users Management rights";
$help_label["DM"]="Database Management rights";
$help_label["PM"]="Pandora System Management rights";
$lang_label["copy_conf"]="Copy Configuration";
$lang_label["fromagent"]="From Agent";
$lang_label["toagent"]="To Agent(s):";
$lang_label["step_compact"]="Compact interpolation in hours (1 Fine-20 bad)";
$lang_label["setup_links"]="Links";
$lang_label["create_link_no"]="There was a problem creating link";
$lang_label["create_link_ok"]="Link successfully created";
$lang_label["modify_link_no"]="There was a problem modifying link";
$lang_label["delete_link_no"]="There was a problem deleting link";
$lang_label["link_management"]="Link management";
$lang_label["link_name"]="Link name";
$lang_label["link"]="Link";
$lang_label["attached_files"]="Attached files";
$lang_label["export_data"]="Export data";
$lang_label["date_range"]="Date range";
$lang_label["from"]="From";
$lang_label["to"]="To";
$lang_label["export"]="Export";
$lang_label["csv"]="CSV Format";
$lang_label["export_title"]="Database export results";
$lang_label["source_agent"]="Source agent";
$lang_label["definedprofiles"]="Profiles defined in Pandora";
$lang_label["attachfile"]="Attach file";
$lang_label["filename"]="Filename";
$lang_label["size"]="Size";
$lang_label["upload"]="Upload";
$lang_label["module"]="Module";
$lang_label["modules"]="Modules";
$lang_label["incident_status"]="Incidents status";
$lang_label["statistics"]="Statistics";
$lang_label["incident_priority"]="Incidents priorities";
$lang_label["copy"]="Copy";
$lang_label["choose_agent"]="Choose agent";
$lang_label["press_db_info"]="Press here to get DB Info as text";
$lang_label["event_statistics"]="Events statistics";
$lang_label["deletedata"]="Delete Data";
$lang_label["source"]="Source";
$lang_label["destination"]="Destination";
$lang_label["noagents_del"]="No selected agents to delete";
$lang_label["noagents_cp"]="No selected agents to copy";
$lang_label["datacopy"]="Data Copy";
$lang_label["copymod"]="Copying module";
$lang_label["copyale"]="Copying alert";
$lang_label["copyage"]="Copying agent";
$lang_label["notfoundmod"]="Not found module ";
$lang_label["inagent"]=" in agent ";
$lang_label["you_must_select_modules"]="You must select modules and/or alerts for copy operation";
$lang_label["packets_by_date"]="Packets by date range";
$lang_label["packets_by_agent"]="Packets per agent";
$lang_label["modules_per_agent"]="Modules per agent";
$lang_label["event_total"]="Total events";
$lang_label["events_per_user"]="Events per user";
$lang_label["events_per_group"]="Events per group";
$lang_label["multormod"]="Multiple source module";
$lang_label["db_refine"]="Database Debug";
$lang_label["filtering_datamodule"]="Filtering data module";
$lang_label["nomodules_selected"]="No modules has been selected";
$lang_label["purge_below_limits"]="Purge data out these limits";
$lang_label["max_eq_min"]="Maximum equal to minimum";
$lang_label["dbprohelp"]="The process of Database purge is used to delete those database entries that for any reason
(agent failure, real value but outside scale, tests, errors in the BD, etc) go out of the rank.
Deleting false, incorrect or simply annoying data allows a more 'real' graphic scale.";
$lang_label["valprohelp"]="The values of agent, module, minimum and maximum delimit the correct data. Any data out of the rank will be deleted.
As an example, in a type of module that registers the number of processes, important values are those between 0 and 100. Maybe we have data
with values higher that 100, but this will be an error, noise or special situations. Values like -1, 101 or 100000 will be deleted from Database.";
$lang_label["agent_conf"]="Agent configuration";
$lang_label["mod_alert"]="Modify alert";
$lang_label["filter"]="Filter";
$lang_label["summary"]="Summary";
$lang_label["users_"]="Pandora users";
$lang_label["incidents"]="Incidents";
$lang_label["events"]="Events";
$lang_label["definedgroups"]="Groups defined in Pandora";
$lang_label["update_profile"]="Update profile";
$lang_label["update_group"]="Update group";
$lang_label["create_incident"]="Create incident";
$lang_label["attach_error"]="File cannot be saved. Please contact Pandora administrator about this error <br>";
$lang_label["db_info2"]="Database Information";
$lang_label["db_agent_bra"]="Data from agent ";
$lang_label["db_agent_ket"]=" in the Database";
$lang_label["get_data"]="Get data";
$lang_label["get_data_agent"]="Get data from agent";
$lang_label["purge_data"]="Purge data";
$lang_label["group_detail"]="Group detail";
$lang_label["monitors"]="Monitors";
$lang_label["group_view"]="Agents Group detail";
$lang_label["agents"]="Agents";
$lang_label["down"]="Down";
$lang_label["ok"]="Ok";
$lang_label["fail"]="Fail";
$lang_label["pandora_db"]="Pandora Database";
$lang_label["create_profile_ok"]="Profile successfully created";
$lang_label["profile_upd"]="Profile successfully updated";
$lang_label["update_agent_ok"]="Agent successfully updated";
$lang_label["create_agent_ok"]="Agent successfully created";
$lang_label["delete_agent_ok"]="Agent successfully deleted";
$lang_label["update_alert_ok"]="Alert successfully updated";
$lang_label["create_alert_ok"]="Alert successfully created";
$lang_label["delete_alert_ok"]="Alert successfully deleted";
$lang_label["update_module_ok"]="Module successfully updated";
$lang_label["add_module_ok"]="Module successfully added";
$lang_label["delete_module_ok"]="Module successfully deleted";
$lang_label["update_user_ok"]="User successfully updated";
$lang_label["alert_error"]="There was a problem loading alert";
$lang_label["modify_group_ok"]="Group successfully updated";
$lang_label["delete_group_ok"]="Group successfully deleted";
$lang_label["modify_link_ok"]="Link successfully updated";
$lang_label["delete_link_ok"]="Link successfully deleted";
$lang_label["from2"]=" from ";
$lang_label["to2"]=" to ";
$lang_label["del_sel_err"]="It is necesary to select modules or alerts to delete";
$lang_label["graf_error"]="There was a problem locating the source of the graph";
$lang_label["create_user_ok"]="User successfully created";
$lang_label["create_user_no"]="There was a problem creating user";
$lang_label["delete_user_ok"]="User successfully deleted";
$lang_label["delete_user_no"]="There was a problem deleting user";
$lang_label["delete_profile_ok"]="Profile successfully deleted";
$lang_label["delete_profile_no"]="There was a problem deleting profile";
$lang_label["profile_error"]="There was a problem loading profile";
$lang_label["user_error"]="There was a problem loading user";
$lang_label["del_incid_ok"]="Incident successfully deleted";
$lang_label["del_incid_no"]="There was a problem deleting incident";
$lang_label["upd_incid_ok"]="Incident successfully updated";
$lang_label["upd_incid_no"]="There was a problem updating incident";
$lang_label["create_incid_ok"]="Incident successfully created";
$lang_label["create_note_ok"]="Note successfully added";
$lang_label["del_note_ok"]="Note successfully deleted";
$lang_label["del_note_no"]="There was a problem deleting note";
$lang_label["delete_event_ok"]="Event successfully deleted";
$lang_label["validate_event_ok"]="Event successfully validated";
$lang_label["delete_event"]="Delete event";
$lang_label["validate"]="Validate";
$lang_label["incident_user"]="Incident writers";
$lang_label["incident_source"]="Incident sources";
$lang_label["incident_group"]="Incident groups";
$lang_label["users_statistics"]="User activity statistics";
$lang_label["agent_detail"]="Agent detail";
$lang_label["snmp_console_alert"]="SNMP Alerts";
$lang_label["OID"]="OID";
$lang_label["SNMP_agent"]="SNMP Agent";
$lang_label["SNMP_console"]="SNMP Console";
$lang_label["customvalue"]="Custom value";
$lang_label["agent_type"]="Agent type";
$lang_label["snmp_assigned_alerts"]="SNMP alerts";
$lang_label["max_alerts"]="Max. number of alerts";
$lang_label["min_alerts"]="Min. number of alerts";
$lang_label["module_group"]="Module group";
$lang_label["ip_target"]="Target IP";
$lang_label["tcp_rcv"]="TCP receive";
$lang_label["tcp_send"]="TCP send";
$lang_label["tcp_port"]="TCP port";
$lang_label["maxdata"]="Maximum Data";
$lang_label["mindata"]="Minimum Data";
$lang_label["snmp_oid"]="SNMP OID";
$lang_label["module_interval"]="Module Interval";
$lang_label["snmp_community"]="SNMP Community";
$lang_label["server_asigned"]="Assigned Network Server";
$lang_label["remote"]="Remote";
$lang_label["default_server"]="Active Server";
$lang_label["incident_manag"]="Incident management";
$lang_label["del_message_ok"]="Message sucessfully deleted";
$lang_label["del_message_no"]="There was a problem deleting message";
$lang_label["read_mes"]="Read messages";
$lang_label["message"]="Message";
$lang_label["messages"]="Messages";
$lang_label["messages_g"]="Messages to groups";
$lang_label["subject"]="Subject";
$lang_label["new_message"]="New message";
$lang_label["new_message_g"]="New message to group";
$lang_label["send_mes"]="Send message";
$lang_label["m_from"]="From"; //from in messages
$lang_label["m_to"]="To"; //to in messages
$lang_label["sender"]="Sender";
$lang_label["message_ok"]="Message successfully sent";
$lang_label["message_no"]="There was a problem sending message";
$lang_label["no_messages"]="There are no messages";
$lang_label["new_message_bra"]="You have ";
$lang_label["new_message_ket"]=" unread message(s).";
$lang_label["no_subject"]="No subject";
$lang_label["read"]="Read";
$lang_label["reply"]="Reply";
$lang_label["general_config"]="General configuration";
$lang_label["no_profile"]="This user doesn't have any assigned profile/group";
$lang_label["no_agent"]="There are no agents included in this group";
$lang_label["no_change_field"]="This field can't be changed while in Edition mode";
$lang_label["no_alert"]="No agent included in this group has any assigned alert";
$lang_label["total_data"]="Total data";
$lang_label["no_incidents"]="No incident matches your search filter";
$lang_label["no_agent_alert"]=" so there are no alerts";
$lang_label["wrote"]=" wrote";
$lang_label["no_snmp_agent"]="There are no SNMP traps in database";
$lang_label["no_snmp_alert"]="There are no SNMP alerts";
$lang_label["no_agent_def"]="There are no defined agents";
$lang_label["view_servers"]="Pandora Servers";
$lang_label["no_server"]="There are no servers configured into the database";
$lang_label["master"]="Master";
$lang_label["checksum"]="Check";
$lang_label["snmp"]="SNMP";
$lang_label["laststart"]="Started at";
$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_alerts"]="This agent doesn't have any alert";
$lang_label["server"]="Server";
$lang_label["no_sel_mod"]="No module has been selected";
$lang_label["no_event"]="There are no events";
$lang_label["agent_access_rate"]="Agent access rate (24h)";
$lang_label["agent_module_shareout"]="Agent module share out";
$lang_label["int"]="Itv."; // Sort name for interval
$lang_label["manage_servers"]="Manage Servers";
$lang_label["update_server"]="Update Server";
$lang_label["upd_server_ok"]="Server updated successfully";
$lang_label["upd_server_no"]="There was a problem updating server";
$lang_label["del_server_ok"]="Server deleted successfully";
$lang_label["del_server_no"]="There was a problem deleting server";
$lang_label["groups"]="groups";
$lang_label["other"]="Other";
$lang_label["icon"]="Icon";
$lang_label["agent_exists"]="This agent already exists"; // BUG: WC-50518-2
$lang_label["graph_order"]="Graph order";
$lang_label["truetype"]="Truetype fonts";
$lang_label["right_left"]="Right to Left";
$lang_label["left_right"]="Left to Right";
$lang_label["cannot_read_snmp"]="Cannot read from SNMP source";
$lang_label["ok_read_snmp"]="SNMP source has been scanned";
$lang_label["cancel"]="Cancel";
$lang_label["network_module_refresh_exec"]="Network module refresh executed";
$lang_label["next_contact"]="Next agent contact";
$lang_label["out_of_limits"]="Out of limits";
$lang_label["background_image"]="Background image";
$lang_label["help"]="Help";
$lang_label["no_monitors_g"]="This group doesn't have any monitor";
// New strings for 1.3 version
$lang_label["reporting"]="Reporting";
$lang_label["agent_general_reporting"]="Agent overview";
$lang_label["validate_event_failed"]="Event validation failed";
$lang_label["load"]="Load";
$lang_label["information"]="General information";
$lang_label["parent"]="Parent";
$lang_label["show_unknown"]="Show unknown modules in global view";
$lang_label["show_lastalerts"]="Show last fired alerts in global view";
$lang_label["manage_modules"]="Manage modules";
$lang_label["modify_module_ok"]="Module updated successfully";
$lang_label["modify_module_no"]="Problem modifying module";
$lang_label["module_management"]="Module management";
$lang_label["defined_modules"]="Defined modules";
$lang_label["cat_0"] = "Software agent data";
$lang_label["cat_1"] = "Software agent monitor";
$lang_label["cat_2"] = "Network agent data";
$lang_label["cat_3"] = "Network agent monitor";
$lang_label["unknown"] = "Unknown";
$lang_label["create_module"]="Create module";
$lang_label["network_templates"]="Network templates";
$lang_label["snmp_modules"]="SNMP modules";
$lang_label["network_components_groups"]="Network components groups";
$lang_label["network_components"]="Network components";
$lang_label["create_ok"]="Created successfully";
$lang_label["create_no"]="Not created. Error inserting data";
$lang_label["modify_ok"]="Updated successfully";
$lang_label["modify_no"]="Not updated. Error updating data";
$lang_label["delete_no"]="Not deleted. Error deleting data";
$lang_label["delete_ok"]="Deleted successfully";
$lang_label["network_component_group_management"]="Network Component group management";
$lang_label["network_component_management"]="Network component management";
$lang_label["oid"]="OID";
$lang_label['recon_server']="Recon Server";
$lang_label['snmp_console']="SNMP Console";
$lang_label['network_server']="Network Server";
$lang_label['data_server']="Data Server";
$lang_label["md5_checksum"]="MD5 Check";
$lang_label["nc_groups"]="Component groups";
$lang_label["nc.group"]="NC.Group";
$lang_label["manual_config"]="Manual setup";
$lang_label["network_component"]="Network Component";
$lang_label["not_available_in_edit_mode"]="Not available in edition mode";
$lang_label["using_network_component"]="Using Network Component";
$lang_label["view_mode"]="View mode";
$lang_label["setup_mode"]="Setup mode";
$lang_label["refresh_data"]="Refresh data";
$lang_label["lag"]="LAG";
$lang_label["N/A"]="N/A";
$lang_label["done"]="Done";
$lang_label["pending"]="Pending";
$lang_label['progress']="Progress";
$lang_label['task_name']="Task name";
$lang_label["days"]="days";
$lang_label["day"]="day";
$lang_label["week"]="week";
$lang_label["weeks"]="weeks";
$lang_label["month"]="month";
$lang_label["months"]="months";
$lang_label["hours"]="hours";
$lang_label["hour"]="hour";
$lang_label['network_profile']="Network profile";
$lang_label["manage_recontask"]="Manage recontask";
$lang_label["yes"]="Yes";
$lang_label["no"]="No";
$lang_label["view"]="View";
$lang_label["number_of_modules"]="# Modules";
$lang_label["network_profile_management"]="Network profile management";
2007-03-28 Sancho Lerena <slerena@artica.es> * tip.css, pandora.css: Some updates to fix render in tooltips and datos3 background color. * config.php: Version update. * operation/menu.php: Added reporting suboption: Custom Graph Builder. * operation/reporting/graph_builder.php: New custom and combined graphic generator that uses new function from fgraph graphic_combined_module(). * reporting/fgraph.php: new function graphic_combined_module() to generate combined graphs. Needs to finish implementation to show alerts and evetns (most work done). Function grafico_db_agentes_purge() now uses Pear Graph instead jpgraph. * operation/agents/exportdata.php: Now uses indexes and improve the overall speed. * operation/agents/estado_grupo.php: Rewritten version, much more fast than previous. * operation/events/events.php: Fixed code to mass delete/update and added some audit control points. * pandora_db.php: audit_db() now uses utimestamp. event_insert() now uses utimestamp. Added function give_agent_id_from_module_id(). * operation/agents/estado_ultimopaquete.php: Now render in red timestamp for "outdated" data. Fixes some minor problems with module groups and interval rendering. * operation/agents/estado_monitores.php: now uses utimestamp. * operation/agents/ver_agente.php: Uses lang_label labels for some texts. Fixed image bug. * operation/servers/view_server.php: Added version of server and some cosmetic adjustments. * godmode/db/db_main.php: Applied new graphic. * godmode/agentes/module_manager.php: Now sort by modulegroup. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@405 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-03-28 18:07:29 +02:00
$lang_label["graph_builder"]="Graph builder";
$lang_label["combined_image"]="Combined image render";
$lang_label["redraw"]="Redraw";
$lang_label["graph_builder_modulelist"]="Graph builder module list";
$lang_label["seconds"]="Seconds";
$lang_name["custom_graph_name"]="Custom graph name";
$lang_label["save"]="Save";
$lang_label["Manage"]="Manage";
$lang_label["group_view_tab"]="Group view";
$lang_label["Alerts"]="Alerts";
$lang_label["Data"]="Data";
$lang_label["Main"]="Main";
$lang_label["version"]="Version";
$lang_label["tactical_server_information"]="Tactical server information";
2007-03-28 Sancho Lerena <slerena@artica.es> * tip.css, pandora.css: Some updates to fix render in tooltips and datos3 background color. * config.php: Version update. * operation/menu.php: Added reporting suboption: Custom Graph Builder. * operation/reporting/graph_builder.php: New custom and combined graphic generator that uses new function from fgraph graphic_combined_module(). * reporting/fgraph.php: new function graphic_combined_module() to generate combined graphs. Needs to finish implementation to show alerts and evetns (most work done). Function grafico_db_agentes_purge() now uses Pear Graph instead jpgraph. * operation/agents/exportdata.php: Now uses indexes and improve the overall speed. * operation/agents/estado_grupo.php: Rewritten version, much more fast than previous. * operation/events/events.php: Fixed code to mass delete/update and added some audit control points. * pandora_db.php: audit_db() now uses utimestamp. event_insert() now uses utimestamp. Added function give_agent_id_from_module_id(). * operation/agents/estado_ultimopaquete.php: Now render in red timestamp for "outdated" data. Fixes some minor problems with module groups and interval rendering. * operation/agents/estado_monitores.php: now uses utimestamp. * operation/agents/ver_agente.php: Uses lang_label labels for some texts. Fixed image bug. * operation/servers/view_server.php: Added version of server and some cosmetic adjustments. * godmode/db/db_main.php: Applied new graphic. * godmode/agentes/module_manager.php: Now sort by modulegroup. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@405 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-03-28 18:07:29 +02:00
//2 Apr 2007
$lang_label["no_rtask"]="There are no recon task configured";
//3 Apr 2007
$lang_label["no_netprofiles"]="There are no defined network profiles";
//11 Apr 207
$lang_label["site_news"]="Site news";
$lang_label["at"]="At";
$lang_label["says"]="says";
2007-04-18 Sancho Lerena <slerena@artica.es> * include/styles/pandora.css: Added frame and changed basic form input styles (fixed the old problem with radio and checkboxes). * include/functions_db.php: Finished function agent_add_address(). Added functions: agent_delete_address(), give_agent_address() and give_agent_address_from_list(). * include/languages/language_en.php: More strings ! * include/functions.php: Added numeric render for graph Y scale and for numeric data output in screen: format_for_graph(). * pandoradb.sql: Several small fixes and cleanup (deleted drop check). * operation/agentes/estado_alertas.php: Fixed old bug with visualization of alerts (min/max) vs (max/min). Now alert is a real value, not integer. * operation/agentes/datos_agente.php: Better render for numeric (float) data. * operation/agentes/estado_ultimopaquete.php: Better render for numeric (float) data and fixed a small costemic bug. * operation/agentes/estado_generalagente.php: Fixed a small costemic bug, list of ip's have some white space before and this have better visualization for user due to combo style stripping some space. * reporting/fgraph.php: Graph improvement: graphs now could show alerts associated to an agent and draw alert limits. Preprocessor function is now used to render axis label with (M,K) symbols and decimal commas. Title and subtitle has been improved. * reporting/stat_win.php: Graph menu improvement. Fully completed work. This should work for final version without more changes. * godmode/agentes/agent_template.php: Template/Wizard module assigment form for agent. * godmode/agentes/alert_manager.php: Several fixes (links) and alert max/min render. * godmode/agentes/configurar_agente.php: Fixed several navitation bugs. Added agent ip addition/deletion code. * godmode/agentes/agent_manager.php: Address list management code. * godmode/modules/module_list.php: Deleted link to "module type editor" and create button: This has no sense since there is no moduletype editor yet :-) git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@425 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-04-18 11:58:26 +02:00
$lang_label["delete_sel"]="Delete selected";
$lang_label["available_templates"]="Available templates";
$lang_label["assign"]="Assign";
2007-04-19 Sancho Lerena <slerena@artica.es> * pandora.css: added some classes for graphical input buttons. * languages/language_en.php: More strings to go ! * include/config.php: Deleted from repo, now has no sense. * pandoradb.sql: Added `alert_text` to talerta_agent for new text alerts. Added tables for custom graphs and reporting: tgraph, tgraph_source, treport, and treport_content. * operation/users/user.php: Fixed problem with last Raul's commit. * godmode/usuarios/lista_usuarios.php: Fixed problem with last Raul's commit. * operation/agentes/estado_alertas.php: Code cleanup. Implemented render for text alerts. * operation/agentes/datos_agente.php: Fixed small bug with text output. * operation/agentes/datos_agente_calendar.php: Added contribution from Leandro Doctors. Need to work on it before use several problems detected. * operation/servers/view_server.php: Fixed some bugs. * operation/reporting/graph_viewer.php: Added viewer for custom graphs. * operation/reporting/custom_reporting.php: Initial code, not finished yet. * operation/reporting/graph_builder.php: Work for modules in the same agent, several problems, but works. * operation/menu.php: Updated options for new reporting menu. * reporting/stat_win.php: New menu is great :-) * general/login_page.php: Updated login page. * godmode/agentes/alert_manager.php, configurar_agente.php: New code for text alerts and better user help. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@433 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-04-19 20:50:07 +02:00
$lang_label["graph_store"]="Custom graph store";
$lang_label["private"]="Private";
$lang_label["store"]="Store";
$lang_label["store_graph_suc"]="Graph stored successfully";
$lang_label["store_graph_error"]="There was a problem storing Graph";
2007-04-19 Sancho Lerena <slerena@artica.es> * pandora.css: added some classes for graphical input buttons. * languages/language_en.php: More strings to go ! * include/config.php: Deleted from repo, now has no sense. * pandoradb.sql: Added `alert_text` to talerta_agent for new text alerts. Added tables for custom graphs and reporting: tgraph, tgraph_source, treport, and treport_content. * operation/users/user.php: Fixed problem with last Raul's commit. * godmode/usuarios/lista_usuarios.php: Fixed problem with last Raul's commit. * operation/agentes/estado_alertas.php: Code cleanup. Implemented render for text alerts. * operation/agentes/datos_agente.php: Fixed small bug with text output. * operation/agentes/datos_agente_calendar.php: Added contribution from Leandro Doctors. Need to work on it before use several problems detected. * operation/servers/view_server.php: Fixed some bugs. * operation/reporting/graph_viewer.php: Added viewer for custom graphs. * operation/reporting/custom_reporting.php: Initial code, not finished yet. * operation/reporting/graph_builder.php: Work for modules in the same agent, several problems, but works. * operation/menu.php: Updated options for new reporting menu. * reporting/stat_win.php: New menu is great :-) * general/login_page.php: Updated login page. * godmode/agentes/alert_manager.php, configurar_agente.php: New code for text alerts and better user help. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@433 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-04-19 20:50:07 +02:00
$lang_label["custom_graph_viewer"]="Custom graph viewer";
$lang_label["graph_name"]="Graph name";
$lang_label["custom_graphs"]="Custom graphs";
$lang_label["custom_reporting"]="Custom reporting";
$lang_label["alert_text"]="Alert text";
$lang_label["text"]="Text";
$lang_label["delete_data_above"]="Deleted data above";
$lang_label["enabled"]="Enabled";
2007-05-03 Sancho Lerena <slerena@artica.es> * include/FreeSans.ttf: Added to repos, should be here to use in graphs. * include/functions_db.php: Deleted noaccess include from comprueba_login(). This should return value, not render pages or exit. * include/config.inc.php: Modified some typos. * include/calendar.js: Added generic calendar javascript, to be used on exportdata and incident management code. * include/languages/language_en.php: More strings. * install.php: In my render, box height is too low. PLEASE recheck before changing this kind of properties because in other browsers could have a bad render (Sophus!). * index.php: Added script call (need to be done on header). * operation/agentes/export_csv.php: Added new file to create a standalone CSV on download icon / link. * operation/agentes/exportdata.php: New export data code, used some code from Leando Doctors, and mixed with old code. Now have three options to render export data. * operation/agentes/datos_agente_calendar.php: Deleted old code from Leandro. * operation/active_console/lib/extra_functions.php: Solved a lot of warnings, but there are TONS of more warnings that need to be corrected. * operation/active_console/lib/db_functions.php:Solved a lot of warnings, but there are TONS of more warnings that need to be corrected. * operation/active_console/index.php: Solved a lot of warnings, but there are TONS of more warnings that need to be corrected. This code DONT work if you are showing warning/notice erros. This code is not ready for production usage, too buggy yet :( * pandora_graphical_console_data.sql: Cleanup. * godmode/agentes/module_manager.php: Added wizard button. * pandora_graphical_console.sql: Cleanup. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@448 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-05-03 04:08:00 +02:00
// 3 may 2007
$lang_label["csv"] = "Standalone CSV ascii file";
$lang_label["average_per_hourday"] = "Average per hour/day";
$lang_label["datatable"] = "Data table";
$lang_label["export_type"] = "Export type";
$lang_label["sunday"]="Sunday";
$lang_label["monday"]="Monday";
$lang_label["tuesday"]="Tuesday";
$lang_label["wednesday"]="Wednesday";
$lang_label["thurdsday"]="Thurdsday";
$lang_label["friday"]="Friday";
$lang_label["saturday"]="Saturday";
$lang_label["hr"]="Hr";
$lang_label["get_file"]="Download file";
2007-05-20 Sancho Lerena <slerena@artica.es> * pandoradb_data.sql: Uptated network component data. * include/styles/pandora.css: Few updates for style. * include/functions_db.php: Added functions for visual console features. * include/languages/language_en.php: New strings. * include/javascript: Moved all javascript files here. * include/javascript/x_slide.js, include/javascript/x_event.js: Copied from branch / console from Azabel. * include/javascript/wz_jsgraphics.js: New functions to draw lines. * pandoradb.sql: Created new tlayout and tlayout_data tables. * index.php: Small changes. Added support to refresh any page via POST. * operation/visual_console: Added Visual Console feature. * operation/agentes/estado_alertas.php: Updated styles and fixes damm bug when no alert available. * operation/agentes/status_monitor.php: Updated styles. * operation/agentes/estado_generalagente.php: Update styles. * operation/agentes/estado_agente.php: Updated style. * operation/servers/view_server.php: Updated style. * operation/reporting/graph_builder.php: Fixed some minor bugs. Needs to fix more bugs :( * operation/menu.php: Updated menu. Visual Console has dynamic items!. * images/pandora_logo_head.png: New header logo ! * images/pandora_logo.png: New Pandora FMS 1.3 logo ! :-)) * images/console/background: More samples added. * images/console/icons: Icons to be used in visual console. * reporting/fgraph.php: New feature added to simple graph to show only average values. * reporting/stat_win.php: Added support to avg_only and show avg, max and min values from each graph. Zoom factor is more usable now. * general/logoff.php: New style. * general/footer.php: Fixed style. * general/logon_failed.php: Fixed style. * general/login_page.php: New style. * general/header.php: Fixed style. * godmode/agentes/configurar_agente.php: Fixed styles. * godmode/agentes/agent_manager.php: Fixed styles. * operation/active_console: Removed from trunk: not ready to be used. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@459 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-05-20 19:12:31 +02:00
// 19 May
$lang_label["visual_console"]="Visual console";
$lang_label["elements"]="Elements";
$lang_label["minutes"]="minutes";
$lang_label["avg_only"]="Avg. Only";
2007-05-20 Sancho Lerena <slerena@artica.es> * pandoradb_data.sql: Uptated network component data. * include/styles/pandora.css: Few updates for style. * include/functions_db.php: Added functions for visual console features. * include/languages/language_en.php: New strings. * include/javascript: Moved all javascript files here. * include/javascript/x_slide.js, include/javascript/x_event.js: Copied from branch / console from Azabel. * include/javascript/wz_jsgraphics.js: New functions to draw lines. * pandoradb.sql: Created new tlayout and tlayout_data tables. * index.php: Small changes. Added support to refresh any page via POST. * operation/visual_console: Added Visual Console feature. * operation/agentes/estado_alertas.php: Updated styles and fixes damm bug when no alert available. * operation/agentes/status_monitor.php: Updated styles. * operation/agentes/estado_generalagente.php: Update styles. * operation/agentes/estado_agente.php: Updated style. * operation/servers/view_server.php: Updated style. * operation/reporting/graph_builder.php: Fixed some minor bugs. Needs to fix more bugs :( * operation/menu.php: Updated menu. Visual Console has dynamic items!. * images/pandora_logo_head.png: New header logo ! * images/pandora_logo.png: New Pandora FMS 1.3 logo ! :-)) * images/console/background: More samples added. * images/console/icons: Icons to be used in visual console. * reporting/fgraph.php: New feature added to simple graph to show only average values. * reporting/stat_win.php: Added support to avg_only and show avg, max and min values from each graph. Zoom factor is more usable now. * general/logoff.php: New style. * general/footer.php: Fixed style. * general/logon_failed.php: Fixed style. * general/login_page.php: New style. * general/header.php: Fixed style. * godmode/agentes/configurar_agente.php: Fixed styles. * godmode/agentes/agent_manager.php: Fixed styles. * operation/active_console: Removed from trunk: not ready to be used. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@459 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-05-20 19:12:31 +02:00
$lang_label["avg_value"]="Avg. Value";
$lang_label["auto_refresh_time"]="Autorefresh time";
$lang_label["refresh"]="Refresh";
$lang_label["threshold"]="Threshold";
$lang_label["min_valid_value_help"]="Min. possible value to consider 'valid' values, below this limit, Pandora FMS will fire the alert";
$lang_label["max_valid_value_help"]="Max. possible value to consider 'valid' values, above this limit, Pandora FMS will fire the alert";
$lang_label["alert_time_threshold_help"]="This value must be al least Module Interval * (Min.Number of Alerts + 1)";
$lang_label["style_template"]="Style template";
$lang_label["report_name"]="Report name";
$lang_label["custom_reporting_builder"]="Custom reporting builder";
$lang_label["report_builder"]="Report builder";
$lang_label["manage_reporting"]="Manage reports";
$lang_label["report_items"]="Report items";
$lang_label["period"]="Period";
$lang_label["reporting_item_add"]="Add item to report";
$lang_label["template"]="Template";
$lang_label["add_mod_ok"]="Modules successfully added ";
$lang_label["simple_graph"] = "Simple graph";
$lang_label["custom_graph"] = "Custom graph";
$lang_label["SLA"] = "S.L.A";
$lang_label["event_report"] = "Event report";
$lang_label["alert_report"] = "Alert report";
$lang_label["monitor_report"] = "Monitor report";
$lang_label["avg_value"]="Avg. Value";
$lang_label["max_value"]="Max. Value";
$lang_label["min_value"]="Min. Value";
$lang_label["reporting_type"]="Reporting type";
$lang_label["sla_max"] = "SLA Max. (value)";
$lang_label["sla_min"] = "SLA Min. (value)";
$lang_label["sla_limit"] = "SLA Limit (%)";
$lang_label["up"]="Up";
$lang_label["down"]="Down";
$lang_label["map_builder"]="Map builder";
$lang_label["map_name"]="Map name";
$lang_label["tactical_view"]="Tactical view";
$lang_label["tactical_indicator"]="Tactical indicator";
$lang_label["monitor_checks"]="Monitor checks";
$lang_label["data_checks"]="Data checks";
$lang_label["group_view_menu"]="Group view";
$lang_label["site_news"]="Site news";
$lang_label["site_news_management"]="Site news management";
$lang_label["Pandora_FMS_summary"]="Pandora FMS Overview";
$lang_label["by"]="by";
$lang_label["create_reporting_ok"]="Reporting successfully created";
$lang_label["create_reporting_no"]="There was a problem creating reporting";
$lang_label["delete_reporting_ok"]="Reporting successfully deleted";
$lang_label["delete_reporting_no"]="There was a problem deleting reporting";
$lang_label["hour"]="One hour";
$lang_label["2_hours"]="Two hours";
$lang_label["6_hours"]="Six hours";
$lang_label["12_hours"]="12 hours";
$lang_label["last_day"]="One day";
$lang_label["two_days"]="Two days";
$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["six_months"]="Six months";
$lang_label["min."]="Min.";
$lang_label["max."]="Max.";
$lang_label["alert_status"]="Alert status";
$lang_label["background"]="Background";
$lang_label["private"]="Private";
$lang_label["width"]="Width";
$lang_label["height"]="Height";
$lang_label["static_graph"]="Static graph";
$lang_label["line"]="Line";
$lang_label["pos_x"]="Position X";
$lang_label["pos_y"]="Position Y";
$lang_label["image"]="Image";
$lang_label["label"]="Label";
$lang_label["parent_item"]="Parent item";
$lang_label["map_linked"]="Map linked";
$lang_label["link_color"]="Link color";
$lang_label["label_color"]="Label color";
$lang_label["white"]="White";
$lang_label["black"]="Black";
$lang_label["time_from"]="Time from";
$lang_label["time_to"]="Time to";
$lang_label["time"]="Time";
$lang_label["module_graph"] = "Module graph";
$lang_label["map_item_add"] = "Add map item";
$lang_label["graph_event_total"] = "Event graph";
$lang_label["graph_event_group"] = "Event graph by group";
$lang_label["graph_event_user"] = "Event graph by user";
global $lang_label;
global $help_label;
?>