1 line
30 KiB
PHP
1 line
30 KiB
PHP
|
<?php
// Pandora - The Free Monitoring System
// This code is protected by GPL license.
// Este codigo esta protegido por la licencia GPL.
// Sancho Lerena <slerena@gmail.com>, 2003-2006
// Raul Mateos <raulofpandora@gmail.com>, 2004-2006
$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. From here you can manage its agents, alerts and incidents. Session will be 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"]="The Free Distributed Monitoring System";
$lang_label["gpl_notice"]="is a <b>GPL Software Project</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["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["date"]="Date";
$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"
|