| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528 |
- <?php
- /* common variables */
- define("WEB_days","days");
- define("WEB_sec","seconds");
- define("WEB_date","Date");
- define("WEB_bytes","Byte");
- define("WEB_pkts","Pkt");
- define("WEB_log","Log");
- define("WEB_deleted","Deleted");
- define("WEB_status","Status");
- define ("WEB_unknown","No data available");
- define("WEB_page_speed","Page generated for ");
- define("WEB_rows_at_page","Lines");
- define("WEB_nagios","Nagios");
- define("WEB_search","Search");
- define("WEB_nagios_host_up","Host is active");
- define("WEB_nagios_host_down","Host is not available");
- define("WEB_nagios_host_unknown","Status unknown");
- /* error messages */
- define("WEB_auth_unknown","Client IP address is not set");
- define("WEB_msg_exists","already exists!");
- define("WEB_msg_ip_error","Address format is not correct!");
- define("WEB_device_locked","Device is busy, try again later");
- /* common message */
- define("WEB_msg_IP","IP address");
- define("WEB_msg_ERROR","Error!");
- define("WEB_msg_enabled","Enabled");
- define("WEB_msg_disabled","Disabled");
- define("WEB_msg_login","Login");
- define("WEB_msg_username","Username");
- define("WEB_msg_password","Password");
- define("WEB_msg_fullname","Full name");
- define("WEB_msg_description","Description");
- define("WEB_msg_now","Now");
- define("WEB_msg_forbidden","Forbidden");
- define("WEB_msg_traffic_blocked","Blocked");
- define("WEB_msg_internet","Internet");
- define("WEB_msg_delete","Delete");
- define("WEB_msg_additional","Advanced");
- define("WEB_msg_unsupported","Not supported");
- define("WEB_msg_delete_filter","Remove Filter");
- define("WEB_msg_add_filter", "Add filter");
- define("WEB_msg_apply_selected","Apply to highlight");
- define("WEB_msg_login_hint","Please enter login");
- define("WEB_msg_password_hint","Please enter your password");
- define("WEB_msg_delete_selected","Delete selected?");
- define("WEB_msg_export_selected","Export only selected?");
- define("WEB_msg_processing","Processing...");
- /* SNMP */
- define("WEB_snmp_version","SNMP version");
- define("WEB_snmp_v3_user_ro","Snmpv3 RO user");
- define("WEB_snmp_v3_user_rw","Snmpv3 RW user");
- define("WEB_snmp_v3_auth_proto","Auth Proto");
- define("WEB_snmp_v3_priv_proto","Priv Proto");
- define("WEB_snmp_v3_ro_password","Snmpv3 RO password");
- define("WEB_snmp_v3_rw_password","Snmpv3 RW password");
- define("WEB_snmp_community_ro","Snmp RO Community");
- define("WEB_snmp_community_rw","Snmp RW Community");
- define("WEB_snmp_interface_name","Interface name");
- define("WEB_snmp_interface_index","Interface index");
- /* color schema description */
- define("WEB_color_description","Color coding");
- define("WEB_color_user_disabled","User disabled");
- define("WEB_color_auth_disabled","IP disabled");
- define("WEB_color_auth_enabled","IP enabled");
- define("WEB_color_user_blocked","Blocked by traffic");
- define("WEB_color_device_description","Device Status");
- define("WEB_color_user_empty","Login is empty");
- define("WEB_color_user_custom","Customised");
- define("WEB_color_user_permanent","Permanent");
- /* device and port state */
- define("WEB_device_online","Online");
- define("WEB_device_down","Down");
- define("WEB_port_status","Port state");
- define("WEB_port_oper_down","Oper down");
- define("WEB_port_oper_up","Open up");
- define("WEB_port_admin_shutdown","Admin off");
- define("WEB_port_speed","Port speed");
- define("WEB_port_speed_10","10M");
- define("WEB_port_speed_100","100M");
- define("WEB_port_speed_1G","1G");
- define("WEB_port_speed_10G","10G");
- /* select items */
- define("WEB_select_item_yes","Yes");
- define("WEB_select_item_no","No");
- define("WEB_select_item_lease","Lease added");
- define("WEB_select_item_enabled","Enabled");
- define("WEB_select_item_wan","External");
- define("WEB_select_item_lan","Internal");
- define("WEB_select_item_all_ips","All ip");
- define("WEB_select_item_static","Static IP");
- define("WEB_select_item_dhcp","Dhcp IP");
- define("WEB_select_item_suspicious","Suspicious IP");
- define("WEB_select_item_every","All");
- define("WEB_select_item_all","All");
- define("WEB_select_item_events","All events");
- define("WEB_select_item_disabled","Disabled");
- define("WEB_select_item_forbidden","Prohibit");
- define("WEB_select_item_more","A lot");
- define("WEB_select_item_lease_refresh","Lease renewal");
- define("WEB_select_item_lease_free","Lease released");
- define("WEB_select_item_allow","Allow");
- /* submenu */
- define("WEB_submenu_dhcp_log","dhcp Log");
- define("WEB_submenu_work_log","Work Log");
- define("WEB_submenu_mac_history","Mac Adventures");
- define("WEB_submenu_ip_history","ip Address History");
- define("WEB_submenu_mac_unknown", "Unknown");
- define("WEB_submenu_traffic","Traffic");
- define("WEB_submenu_syslog","syslog");
- define("WEB_submenu_control","Management");
- define("WEB_submenu_network","Networks");
- define("WEB_submenu_network_stats","Networks (Statistics)");
- define("WEB_submenu_options","Parameters");
- define("WEB_submenu_customers","Users");
- define("WEB_submenu_filter_list","Filter List");
- define("WEB_submenu_filter_group","Filter Groups");
- define("WEB_submenu_filter_instances","Filter instances");
- define("WEB_submenu_filter_instance","Filter instance");
- define("WEB_submenu_traffic_ip_report","Traffic report for ip");
- define("WEB_submenu_traffic_login_report","Traffic report for login");
- define("WEB_submenu_traffic_wan_report","WAN statistics");
- define("WEB_submenu_traffic_top10","TOP 10 in traffic");
- define("WEB_submenu_detail_log","Detailed log");
- define("WEB_submenu_net_devices","Network devices");
- define("WEB_submenu_passive_net_devices","Passive devices");
- define("WEB_submenu_buildings","Location");
- define("WEB_submenu_hierarchy","Structure");
- define("WEB_submenu_device_models","Device Models");
- define("WEB_submenu_vendors","Vendors");
- define("WEB_submenu_ports_vlan","Ports by vlans");
- define("WEB_submenu_ports","Ports");
- define("WEB_submenu_state","State");
- define("WEB_submenu_connections","Connections");
- define("WEB_submenu_ip_list","Address List");
- define("WEB_submenu_nagios","Information for nagios");
- define("WEB_submenu_doubles","Duplicates");
- define("WEB_submenu_deleted","Remote addresses");
- define("WEB_submenu_auto_rules","Auto-assignment rules");
- /* header title */
- define("WEB_site_title","Admin Panel");
- define("WEB_title_reports","Report");
- define("WEB_title_groups","Groups");
- define("WEB_title_users","Users");
- define("WEB_title_users_ips","All ip's");
- define("WEB_title_filters","Filters");
- define("WEB_title_shapers","Shapers");
- define("WEB_title_devices","Infrastructure");
- define("WEB_title_logs","Logs");
- define("WEB_title_control","Settings");
- define("WEB_title_exit","Exit");
- /* traffic headers */
- define("WEB_title_ip","Address");
- define("WEB_title_date","Date");
- define("WEB_title_input","Incoming");
- define("WEB_title_output","Outgoing");
- define("WEB_title_forward_input","Forward, in");
- define("WEB_title_forward_output","Forward, out");
- define("WEB_title_pktin","IN, pkt/s");
- define("WEB_title_pktout","OUT, pkt/s");
- define("WEB_title_maxpktin","Max IN, pkt/s");
- define("WEB_title_maxpktout","Max OUT, pkt/s");
- define("WEB_title_sum","SUM");
- define("WEB_title_itog","Total");
- /* table cell names */
- define("WEB_cell_login","Login");
- define("WEB_cell_ou","Group");
- define("WEB_cell_enabled","Enabled");
- define("WEB_cell_blocked","Blocking");
- define("WEB_cell_perday","Per day");
- define("WEB_cell_permonth","Per month");
- define("WEB_cell_report","Report");
- define("WEB_cell_name","Name");
- define("WEB_cell_ip","IP");
- define("WEB_cell_mac","MAC");
- define("WEB_cell_clientid","Client-id");
- define("WEB_cell_host_firmware","Firmware");
- define("WEB_cell_sn","SN");
- define("WEB_cell_description","Description");
- define("WEB_cell_wikiname","Wiki Name");
- define("WEB_cell_filter","Filter");
- define("WEB_cell_proxy","Proxy");
- define("WEB_cell_dhcp","Dhcp");
- define("WEB_cell_dhcp_hostname","DHCP-hostname");
- define("WEB_cell_nat","NAT");
- define("WEB_cell_transparent","Transparent");
- define("WEB_cell_shaper","Shaper");
- define("WEB_cell_connection","Connected");
- define("WEB_cell_last_found","Last MAC/ARP activity");
- define("WEB_cell_arp_found","Last ARP activity");
- define("WEB_cell_mac_found","Last MAC activity");
- define("WEB_cell_ptr_only","Create only PTR");
- define("WEB_cell_dns_name","Dns Name");
- define("WEB_cell_aliases","Aliases");
- define("WEB_cell_host_model","Device Model");
- define("WEB_cell_nagios","Monitoring");
- define("WEB_cell_nagios_handler","Event response");
- define("WEB_cell_link","Link");
- define("WEB_cell_traf","Traffic recording");
- define("WEB_cell_acl","dhcp acl");
- define("WEB_cell_option_set","dhcp option set");
- define("WEB_cell_le","Rules");
- define("WEB_cell_login_quote_month","Quota by login, month");
- define("WEB_cell_ip_quote_month","Quota per ip, month");
- define("WEB_cell_login_quote_day","Quota by login, day");
- define("WEB_cell_ip_quote_day","Quota per ip, day");
- define("WEB_cell_type","Type");
- define("WEB_cell_skip","Skip");
- define("WEB_cell_vlan","Vlan");
- define("WEB_cell_mac_count","Mac count");
- define("WEB_cell_forename","Name");
- define("WEB_cell_flags","Flags");
- define("WEB_cell_created","Created");
- define("WEB_cell_created_by","Created by");
- define("WEB_cell_deleted","Deleted");
- define("WEB_cell_gateway","Gateway");
- define("WEB_cell_rule", "Rules");
- define("WEB_cell_password","Password");
- define("WEB_cell_control_proto","Protocol");
- define("WEB_cell_control_port","Port");
- define("WEB_cell_poe_in","POE In");
- define("WEB_cell_poe_out","POE");
- define("WEB_cell_dynamic","Dynamic");
- define("WEB_cell_temporary","Temporary record");
- define("WEB_cell_end_life","The END time");
- define("WEB_cell_life_hours","Life duration,hours");
- /* lists name */
- define("WEB_list_ou","List of groups");
- define("WEB_list_subnet","List of Subnets");
- define("WEB_list_customers","List of administrators");
- define("WEB_list_filters","List of filters");
- define("WEB_list_users","List of users");
- define("WEB_list_models","List of device models");
- define("WEB_list_vendors","List of vendors");
- define("WEB_list_queues","List of shapers");
- /* button names */
- define("WEB_btn_remove","Delete");
- define("WEB_btn_add","Add");
- define("WEB_btn_save","Save");
- define("WEB_btn_move","Move");
- define("WEB_btn_config_apply","Apply Configuration");
- define("WEB_btn_device","+Device");
- define("WEB_btn_mac_add","+MAC");
- define("WEB_btn_mac_del","-MAC");
- define("WEB_btn_ip_add","+IP");
- define("WEB_btn_ip_del","-IP");
- define("WEB_btn_run","Execute");
- define("WEB_btn_refresh","Refresh");
- define("WEB_btn_delete","Delete");
- define("WEB_btn_export","Export");
- define("WEB_btn_apply","Apply");
- define("WEB_btn_show","Show");
- define("WEB_btn_reorder","Apply Order");
- define("WEB_btn_recover","Restore");
- define("WEB_btn_transfom","Transform");
- define("WEB_btn_login","Enter");
- define("WEB_btn_apply_selected","Apply for selected");
- define("WEB_btn_save_filters","Save filters");
- define("WEB_btn_on","On");
- define("WEB_btn_off","Off");
- define("WEB_btn_auto_clean","Auto clean");
- define("WEB_btn_auto_mark","Mark old");
- /* control options */
- define("WEB_config_remove_option","Parameter removed");
- define("WEB_config_set_option","Parameter changed");
- define("WEB_config_add_option","Parameter added");
- define("WEB_config_parameters","Settings");
- define("WEB_config_option","Parameter");
- define("WEB_config_value","Value");
- /* control-subnets-usage */
- define("WEB_network_usage_title","Usage statistics for the organization's networks");
- define("WEB_network_subnet","Network");
- define("WEB_network_vlan","Vlan");
- define("WEB_network_all_ip","Total<br>addresses");
- define("WEB_network_used_ip","Busy");
- define("WEB_network_free_ip","Free<br>(total)");
- define("WEB_network_dhcp_size","Size<br>dhcp pool");
- define("WEB_network_dhcp_used","Used<br>in the pool");
- define("WEB_network_dhcp_free","Free<br>in the pool");
- define("WEB_network_static_free","Free<br>(static)");
- define("WEB_network_zombi_dhcp","Zombies, dhcp");
- define("WEB_network_zombi","Zombies, total");
- define("WEB_network_notify","Notify");
- /* control subnets */
- define("WEB_network_org_title","Organization networks");
- define("WEB_network_gateway","Gateway");
- define("WEB_network_use_dhcp","DHCP");
- define("WEB_network_static","Static");
- define("WEB_network_dhcp_first","DHCP start");
- define("WEB_network_dhcp_last","DHCP end");
- define("WEB_network_dhcp_leasetime","Lease time,m");
- define("WEB_network_office_subnet","Office");
- define("WEB_network_hotspot","Hot Spot");
- define("WEB_network_vpn","VPN");
- define("WEB_network_free","Free");
- define("WEB_network_dyndns","Update dns<br>from dhcp");
- define("WEB_network_discovery","Discovery");
- define("WEB_network_create","New network");
- /* control */
- define("WEB_control_access","Access Control");
- define("WEB_control_dhcp","dhcp config");
- define("WEB_control_dns","dns config");
- define("WEB_control_nagios","Reconfigure Nagios");
- define("WEB_control_nagios_clear_alarm","Nagios - clear alarm");
- define("WEB_control_scan_network","Network scan");
- define("WEB_control_fping_scan_network","Active Scan");
- define("WEB_control_log_traffic_on","Enable traffic logging for everyone");
- define("WEB_control_log_traffic_off","Turn off traffic logging for everyone");
- define("WEB_control_clear_dns_cache","Clear DNS Cache");
- define("WEB_control_port_off","Port Control");
- define("WEB_control_edit_mode","Configuration Mode");
- /* editcustom */
- define("WEB_customer_titles","Administrator");
- define("WEB_customer_login","Login");
- define("WEB_customer_password","Password");
- define("WEB_customer_mode","Access rights");
- define("WEB_customer_api_key","API Key");
- /* custom index */
- define("WEB_customer_index_title","Administrators");
- /* ipcam */
- define("WEB_control_group","For group");
- define("WEB_control_port_poe_off","Turn off ports");
- define("WEB_control_port_poe_on","Enable ports");
- /* public user */
- define("WEB_msg_auth_unknown","not listed");
- define("WEB_msg_user_unknown","Owned by a non-existent user. Probably the entry has been deleted.");
- define("WEB_msg_traffic_for_ip","Traffic to address");
- define("WEB_msg_traffic_for_login","Client traffic");
- define("WEB_public_day_traffic","per day, (In/Out)");
- define("WEB_public_month_traffic","per month, (In/Out)");
- /* device models */
- define("WEB_model_vendor","Vendor");
- define("WEB_models","Models");
- define("WEB_nagios_template","Nagios Template");
- /* edit_l3int */
- define("WEB_list_l3_interfaces","List of L3 interfaces");
- define("WEB_l3_interface_add","Add interface");
- define("WEB_list_gateway_subnets","List of subnets that work through the gateway");
- define("WEB_list_l3_networks","List of networks");
- /* editdevice */
- define("WEB_location_name","Location");
- define("WEB_device_access_control","Access Control");
- define("WEB_device_queues_enabled","Shapers");
- define("WEB_device_connected_only","Router networks only");
- define("WEB_device_dhcp_server","DHCP-Server");
- define("WEB_device_snmp_hint","Some devices give mac-table by port index in snmp, others - by number");
- define("WEB_device_mac_by_oid","Mac by snmp");
- define("WEB_device_mac_table","Show mac table");
- define("WEB_device_walk_port_list","Port Walk");
- define("WEB_device_port_count","Ports");
- define("WEB_device_save_netflow","Save Netflow");
- /* editport */
- define("WEB_device_port_number","Port N");
- define("WEB_device_port_name","Port");
- define("WEB_device_port_snmp_index","Snmp index");
- define("WEB_device_port_uplink_device","Connected device");
- define("WEB_device_port_uplink","Uplink");
- define("WEB_device_port_allien","Don't check");
- /* devices: index-passive */
- define("WEB_device_type_show","Hardware type");
- define("WEB_device_hide_unknown","Hide unknowns");
- define("WEB_device_show_location","Hardware location");
- /* mac table */
- define("WEB_device_mac_table_show","List of active macs on hardware");
- define("WEB_device_port_mac_table_show","List of active macs on the hardware at port");
- define("WEB_device_port_mac_table_history","List of macs ever found on the port");
- /* portsbyvlan */
- define("WEB_device_ports_by_vlan","List of ports in vlan");
- /* switchport connection */
- define("WEB_device_port_connections","List of connections on ports");
- /* switchport */
- define("WEB_device_port_list","Port List");
- define("WEB_device_connected_endpoint","User/Device");
- define("WEB_device_first_port_snmp_value","SNMP index of the first port");
- define("WEB_device_recalc_snmp_port","Recalculate snmp indexes");
- /* switchport-status */
- define("WEB_device_port_state_list","Port State");
- define("WEB_device_snmp_port_oid_name","IfName");
- define("WEB_device_port_speed","Speed");
- define("WEB_device_port_errors","Errors");
- define("WEB_device_poe_control","POE control");
- define("WEB_device_port_control","Port control");
- define("WEB_device_port_on","Enable port");
- define("WEB_device_port_off","Turn off port");
- define("WEB_device_poe_on","Enable POE");
- define("WEB_device_poe_off","Turn off POE");
- /* edit filter */
- define("WEB_title_filter","Filter");
- define("Web_filter_type","Filter type");
- define("WEB_traffic_action","Action");
- define("WEB_traffic_dest_address","Dst ip");
- define("WEB_traffic_source_address","Src ip");
- define("WEB_traffic_proto","Proto");
- define("WEB_traffic_src_port","Src-port");
- define("WEB_traffic_dst_port","Dst-port");
- /* edit group filters */
- define("WEB_title_group","Group");
- define("WEB_group_instances","Filter instances");
- define("WEB_group_instance_name","Instance name");
- define("WEB_groups_filter_list","Group filter list");
- define("WEB_group_filter_order","Rules order");
- define("WEB_group_filter_name","Filter name");
- /* edit OU */
- define("WEB_ou_parent","Parent group");
- define("WEB_ou_autoclient_rules","Rules for autoclient clients");
- define("WEB_ou_rules_for_autoassigning","Rules for autoassigning addresses in");
- define("WEB_ou_rules_order","Apply order");
- define("WEB_ou_rule","Rule");
- define("WEB_ou_new_rule","New rule");
- /* auto rules */
- define("WEB_rules_target","User/Group");
- define("WEB_rules_target_user","User");
- define("WEB_rules_target_group","Group");
- define("WEB_rules_search_target","Rule target");
- define("WEB_rules_search_type","Rule type");
- define("WEB_rules_type_subnet","Subnet");
- define("WEB_rules_type_mac","Mac");
- define("WEB_rules_type_hostname","Hostname");
- /* all ip list */
- define("WEB_ips_show_by_state","By activity");
- define("WEB_ips_show_by_ip_type","By ip type");
- define("WEB_ips_search_host","Search ip,mac or description");
- define("WEB_ips_search","Search");
- define("WEB_selection_title","Apply to Selection");
- define("WEB_ips_search_full","Search by description/ip/mac/dhcp hostname");
- /* logs */
- define("WEB_log_start_date","Start");
- define("WEB_log_stop_date","End");
- define("WEB_date_shift","Time preset");
- define("WEB_date_shift_hour","Last hour");
- define("WEB_date_shift_8hour","Last 8 hour");
- define("WEB_date_shift_day","Last day");
- define("WEB_date_shift_month","Last month");
- define("WEB_log_level_display","Log level");
- define("WEB_log_filter_source","Source");
- define("WEB_log_filter_event","Event");
- define("WEB_log_message","Message");
- define("WEB_log_time","Time");
- define("WEB_log_manager","Administrator");
- define("WEB_log_level","Level");
- define("WEB_log_event","Event");
- define("WEB_log_event_type","Event type");
- define("WEB_log_detail_for","Detail for");
- define("WEB_log_full","Full log");
- define("WEB_log_select_ip_mac","ip or mac");
- define("WEB_log_report_by_device","Device report");
- define("WEB_log_mac_history_hint","Here is the history of all the macs/ip that used to work.<br>If you need to find a place to connect, watch mac adventures!<br>");
- define("WEB_log_dhcp_add","Create lease");
- define("WEB_log_dhcp_del","Release ip");
- define("WEB_log_dhcp_old","Refresh lease");
- /* reports */
- define("WEB_report_user_traffic","User traffic");
- define("WEB_report_traffic_for_ip","for address");
- define("WEB_report_detail","Detail");
- define("WEB_report_top10_in","Top 10 by incoming traffic");
- define("WEB_report_top10_out","Top 10 by outgoing traffic");
- define("WEB_report_by_day","Traffic per day");
- /* user info */
- define("WEB_user_alias_for","Alias for");
- define("WEB_user_dns_add_alias","New alias");
- define("WEB_user_title","User access address");
- define("WEB_user_rules_for_autoassign","Parameters for autoassigned addresses");
- define("WEB_user_rule_list","List of rules");
- define("WEB_user_ip_list","List of access addresses");
- define("WEB_user_add_ip","New IP access address");
- define("WEB_user_add_mac","Mac (optional)");
- define("WEB_user_list_apply","Apply to list");
- define("WEB_new_user","New user");
- define("WEB_user_deleted","belongs to a non-existent user. Probably the record has been deleted");
- define("WEB_user_bind_mac","Bind mac for login");
- define("WEB_user_unbind_mac","Unbind mac for login");
- define("WEB_user_bind_ip","Bind ip-address for login");
- define("WEB_user_unbind_ip","Unbind ip-address for login");
- define("WEB_user_create_netdev","Create network device");
- define("WEB_user_permanent","Permanent");
- /* public */
- define("WEB_msg_access_login","Internet for login");
- define("WEB_msg_access_ip","Internet for ip");
- define("WEB_traffic_stats","Current statisticks for");
- /* nofify */
- define("WEB_NOTIFY_NONE","Disabled");
- define("WEB_NOTIFY_CREATE","Create");
- define("WEB_NOTIFY_UPDATE","Change");
- define("WEB_NOTIFY_DELETE","Delete");
- ?>
|