english.php 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437
  1. <?php
  2. /* common variables */
  3. define("WEB_days","days");
  4. define("WEB_sec","seconds");
  5. define("WEB_date","Date");
  6. define("WEB_bytes","Byte");
  7. define("WEB_pkts","Pkt");
  8. define("WEB_log","Log");
  9. define("WEB_deleted","Deleted");
  10. define("WEB_status","Status");
  11. define("WEB_page_speed","Page generated for ");
  12. define("web_rows_at_page","Entries per page");
  13. define("WEB_nagios","Nagios");
  14. define("WEB_nagios_host_up","Host is active");
  15. define("WEB_nagios_host_down","Host is not available");
  16. define("WEB_nagios_host_unknown","Status unknown");
  17. /* error messages */
  18. define("WEB_auth_unknown","Client IP address is not set");
  19. define("WEB_msg_exists","already exists!");
  20. define("WEB_msg_ip_error","Address format is not correct!");
  21. /* common message */
  22. define("WEB_msg_IP","IP address");
  23. define("WEB_msg_ERROR","Error!");
  24. define("WEB_msg_enabled","Enabled");
  25. define("WEB_msg_disabled","Disabled");
  26. define("web_msg_login","Login");
  27. define("web_msg_fullname","Full name");
  28. define("WEB_msg_comment","Comment");
  29. define("WEB_msg_now","Now");
  30. define("WEB_msg_forbidden","Forbidden");
  31. define("WEB_msg_traffic_blocked","Blocked");
  32. define("WEB_msg_internet","Internet");
  33. define("WEB_msg_delete","Delete");
  34. define("WEB_msg_additional","Advanced");
  35. define("WEB_msg_unsupported","Not supported");
  36. define("WEB_msg_delete_filter","Remove Filter");
  37. define("WEB_msg_add_filter", "Add filter");
  38. define("WEB_msg_apply_selected","Apply to highlight");
  39. /* SNMP */
  40. define("WEB_snmp_version","SNMP version");
  41. define("WEB_snmp_v3_user_ro","Snmpv3 RO user");
  42. define("WEB_snmp_v3_user_rw","Snmpv3 RW user");
  43. define("WEB_snmp_v3_ro_password","Snmpv3 RO password");
  44. define("WEB_snmp_v3_rw_password","Snmpv3 RW password");
  45. define("WEB_snmp_community_ro","Snmp RO Community");
  46. define("WEB_snmp_community_rw","Snmp RW Community");
  47. define("WEB_snmp_interface_name","Interface name");
  48. define("WEB_snmp_interface_index","Interface index");
  49. /* color schema description */
  50. define("WEB_color_description","Color coding");
  51. define("WEB_color_user_disabled","User disabled");
  52. define("WEB_color_user_blocked","Blocked by traffic");
  53. define("WEB_color_device_description","Device Status");
  54. define("WEB_color_user_empty","Login is empty");
  55. /* device and port state */
  56. define("WEB_device_online","Online");
  57. define("WEB_device_down","Down");
  58. define("WEB_port_status","Port state");
  59. define("WEB_port_oper_down","Oper down");
  60. define("WEB_port_oper_up","Open up");
  61. define("WEB_port_admin_shutdown","Admin off");
  62. define("WEB_port_speed","Port speed");
  63. define("WEB_port_speed_10","10M");
  64. define("WEB_port_speed_100","100M");
  65. define("WEB_port_speed_1G","1G");
  66. define("WEB_port_speed_10G","10G");
  67. /* select items */
  68. define("WEB_select_item_yes","Yes");
  69. define("WEB_select_item_no","No");
  70. define("WEB_select_item_lease","Address rental");
  71. define("WEB_select_item_enabled","Enabled");
  72. define("WEB_select_item_wan","External");
  73. define("WEB_select_item_lan","Internal");
  74. define("WEB_select_item_all_ips","All ip");
  75. define("WEB_select_item_every","All");
  76. define("WEB_select_item_all","All");
  77. define("WEB_select_item_events","All events");
  78. define("WEB_select_item_disabled","Disabled");
  79. define("WEB_select_item_forbidden","Prohibit");
  80. define("WEB_select_item_more","A lot");
  81. define("WEB_select_item_lease_refresh","Lease renewal");
  82. define("WEB_select_item_lease_free","Lease released");
  83. define("WEB_select_item_allow","Allow");
  84. /* submenu */
  85. define("WEB_submenu_dhcp_log","dhcp Log");
  86. define("WEB_submenu_work_log","Work Log");
  87. define("WEB_submenu_mac_history","Mac Adventures");
  88. define("WEB_submenu_ip_history","ip Address History");
  89. define("WEB_submenu_mac_unknown", "Unknown");
  90. define("WEB_submenu_traffic","Traffic");
  91. define("WEB_submenu_syslog","syslog");
  92. define("WEB_submenu_control","Management");
  93. define("WEB_submenu_network","Networks");
  94. define("WEB_submenu_network_stats","Networks (Statistics)");
  95. define("web_submenu_options","Parameters");
  96. define("WEB_submenu_customers","Users");
  97. define("WEB_submenu_filter_list","Filter List");
  98. define("WEB_submenu_filter_group","Filter Groups");
  99. define("WEB_submenu_traffic_ip_report","Traffic report for ip");
  100. define("WEB_submenu_traffic_login_report","Traffic report for login");
  101. define("WEB_submenu_traffic_top10","TOP 10 in traffic");
  102. define("WEB_submenu_detail_log","Detailed log");
  103. define("WEB_submenu_net_devices","Network devices");
  104. define("WEB_submenu_passive_net_devices","Passive devices");
  105. define("WEB_submenu_buildings","Location");
  106. define("WEB_submenu_hierarchy","Structure");
  107. define("WEB_submenu_device_models","Device Models");
  108. define("WEB_submenu_vendors","Vendors");
  109. define("WEB_submenu_ports_vlan","Ports by vlans");
  110. define("WEB_submenu_ports","Ports");
  111. define("WEB_submenu_state","State");
  112. define("WEB_submenu_connections","Connections");
  113. define("WEB_submenu_ip_list","Address List");
  114. define("WEB_submenu_nagios","Information for nagios");
  115. define("WEB_submenu_doubles","Duplicates");
  116. define("WEB_submenu_deleted","Remote addresses");
  117. define("WEB_submenu_auto_rules","Auto-assignment rules");
  118. /* header title */
  119. define("WEB_site_title","Admin Panel");
  120. define("WEB_title_reports","Report");
  121. define("WEB_title_groups","Groups");
  122. define("WEB_title_users","Users");
  123. define("WEB_title_users_ips","All ip's");
  124. define("WEB_title_filters","Filters");
  125. define("WEB_title_shapers","Shapers");
  126. define("WEB_title_devices","Infrastructure");
  127. define("WEB_title_logs","Logs");
  128. define("WEB_title_control","Settings");
  129. define("WEB_title_exit","Exit");
  130. /* traffic headers */
  131. define("WEB_title_ip","Address");
  132. define("WEB_title_date","Date");
  133. define("WEB_title_input","Incoming");
  134. define("WEB_title_output","Outgoing");
  135. define("WEB_title_pktin","IN, pkt/s");
  136. define("WEB_title_pktout","OUT, pkt/s");
  137. define("WEB_title_maxpktin","Max IN, pkt/s");
  138. define("WEB_title_maxpktout","Max OUT, pkt/s");
  139. define("WEB_title_sum","SUM");
  140. define("WEB_title_itog","Total");
  141. /* table cell names */
  142. define("WEB_cell_login","Login");
  143. define("WEB_cell_fio","Full name");
  144. define("WEB_cell_ou","Group");
  145. define("WEB_cell_enabled","Enabled");
  146. define("WEB_cell_blocked","Blocking");
  147. define("WEB_cell_perday","Per day");
  148. define("WEB_cell_permonth","Per month");
  149. define("WEB_cell_report","Report");
  150. define("WEB_cell_name","Name");
  151. define("WEB_cell_ip","IP");
  152. define("WEB_cell_mac","MAC");
  153. define("WEB_cell_clientid","Client-id");
  154. define("WEB_cell_host_firmware","Firmware");
  155. define("WEB_cell_sn","SN");
  156. define("WEB_cell_comment","Comment");
  157. define("WEB_cell_wikiname","Wiki Name");
  158. define("WEB_cell_filter","Filter");
  159. define("WEB_cell_proxy","Proxy");
  160. define("WEB_cell_dhcp","Dhcp");
  161. define("WEB_cell_dhcp_hostname","DHCP-hostname");
  162. define("WEB_cell_nat","NAT");
  163. define("WEB_cell_transparent","Transparent");
  164. define("WEB_cell_shaper","Shaper");
  165. define("WEB_cell_connection","Connected");
  166. define("WEB_cell_last_found","Last activity");
  167. define("WEB_cell_dns_name","Dns Name");
  168. define("WEB_cell_host_model","Device Model");
  169. define("WEB_cell_nagios","Monitoring");
  170. define("WEB_cell_nagios_handler","Event response");
  171. define("WEB_cell_link","Link");
  172. define("WEB_cell_traf","Traffic recording");
  173. define("WEB_cell_acl","dhcp acl");
  174. define("WEB_cell_le","Rules");
  175. define("WEB_cell_login_quote_month","Quota by login, month");
  176. define("WEB_cell_ip_quote_month","Quota per ip, month");
  177. define("WEB_cell_login_quote_day","Quota by login, day");
  178. define("WEB_cell_ip_quote_day","Quota per ip, day");
  179. define("WEB_cell_type","Type");
  180. define("WEB_cell_skip","Skip");
  181. define("WEB_cell_vlan","Vlan");
  182. define("WEB_cell_mac_count","Mac count");
  183. define("WEB_cell_forename","Name");
  184. define("WEB_cell_flags","Flags");
  185. define("WEB_cell_created","Created");
  186. define("WEB_cell_deleted","Deleted");
  187. define("WEB_cell_gateway","Gateway");
  188. define("WEB_cell_rule", "Rules");
  189. /* lists name */
  190. define("WEB_list_ou","List of groups");
  191. define("WEB_list_subnet","List of Subnets");
  192. define("WEB_list_customers","List of administrators");
  193. define("WEB_list_filters","List of filters");
  194. define("WEB_list_users","List of users");
  195. define("WEB_list_models","List of device models");
  196. define("WEB_list_vendors","List of vendors");
  197. define("WEB_list_queues","List of shapers");
  198. /* button names */
  199. define("WEB_btn_remove","Delete");
  200. define("WEB_btn_add","Add");
  201. define("WEB_btn_save","Save");
  202. define("WEB_btn_move","Move");
  203. define("WEB_btn_config_apply","Apply Configuration");
  204. define("WEB_btn_device","+Device");
  205. define("WEB_btn_mac_add","+MAC");
  206. define("WEB_btn_mac_del","-MAC");
  207. define("WEB_btn_ip_add","+IP");
  208. define("WEB_btn_ip_del","-IP");
  209. define("WEB_btn_run","Execute");
  210. define("WEB_btn_refresh","Refresh");
  211. define("WEB_btn_delete","Delete");
  212. define("WEB_btn_apply","Apply");
  213. define("WEB_btn_show","Show");
  214. define("WEB_btn_reorder","Apply Order");
  215. define("WEB_btn_recover","Restore");
  216. define("WEB_btn_transfom","Transform");
  217. /* control options */
  218. define("WEB_config_remove_option","Parameter removed");
  219. define("WEB_config_set_option","Parameter changed");
  220. define("WEB_config_add_option","Parameter added");
  221. define("WEB_config_parameters","Settings");
  222. define("WEB_config_option","Parameter");
  223. define("WEB_config_value","Value");
  224. /* control-subnets-usage */
  225. define("WEB_network_usage_title","Usage statistics for the organization's networks");
  226. define("WEB_network_subnet","Network");
  227. define("WEB_network_all_ip","Total<br>addresses");
  228. define("WEB_network_used_ip","Busy");
  229. define("WEB_network_free_ip","Free<br>(total)");
  230. define("WEB_network_dhcp_size","Size<br>dhcp pool");
  231. define("WEB_network_dhcp_used","Used<br>in the pool");
  232. define("WEB_network_dhcp_free","Free<br>in the pool");
  233. define("WEB_network_static_free","Free<br>(static)");
  234. define("WEB_network_zombi_dhcp","Zombies, dhcp");
  235. define("WEB_network_zombi","Zombies, total");
  236. /* control subnets */
  237. define("WEB_network_org_title","Organization networks");
  238. define("WEB_network_gateway","Gateway");
  239. define("WEB_network_use_dhcp","DHCP");
  240. define("WEB_network_static","Static");
  241. define("WEB_network_dhcp_first","DHCP start");
  242. define("WEB_network_dhcp_last","DHCP end");
  243. define("WEB_network_dhcp_leasetime","Lease time,m");
  244. define("WEB_network_office_subnet","Office");
  245. define("WEB_network_hotspot","Hot Spot");
  246. define("WEB_network_vpn","VPN");
  247. define("WEB_network_free","Free");
  248. define("WEB_network_dyndns","Update dns<br>from dhcp");
  249. define("WEB_network_discovery","Discovery");
  250. define("WEB_network_create","New network");
  251. /* control */
  252. define("WEB_control_access","Access Control");
  253. define("WEB_control_dhcp","dhcp config");
  254. define("WEB_control_dns","dns config");
  255. define("WEB_control_nagios","Reconfigure Nagios");
  256. define("WEB_control_nagios_clear_alarm","Nagios - clear alarm");
  257. define("WEB_control_scan_network","Network scan");
  258. define("WEB_control_fping_scan_network","Active Scan");
  259. define("WEB_control_log_traffic_on","Enable traffic logging for everyone");
  260. define("WEB_control_log_traffic_off","Turn off traffic logging for everyone");
  261. define("WEB_control_clear_dns_cache","Clear DNS Cache");
  262. define("WEB_control_port_off","Port Control");
  263. /* editcustom */
  264. define("WEB_custom_titles","Administrator");
  265. define("WEB_custom_login","Login");
  266. define("WEB_custom_password","Password");
  267. define("WEB_custom_mode","View only");
  268. define("WEB_custom_api_key","API Key");
  269. /* custom index */
  270. define("WEB_custom_index_title","Administrators");
  271. /* ipcam */
  272. define("WEB_control_group","For group");
  273. define("WEB_control_port_poe_off","Turn off ports");
  274. define("WEB_control_port_poe_on","Enable ports");
  275. /* public user */
  276. define("WEB_msg_auth_unknown","not listed");
  277. define("WEB_msg_user_unknown","Owned by a non-existent user. Probably the entry has been deleted.");
  278. define("WEB_msg_traffic_for_ip","Traffic to address");
  279. define("WEB_msg_traffic_for_login","Client traffic");
  280. define("WEB_public_day_traffic","per day, (In/Out)");
  281. define("WEB_public_month_traffic","per month, (In/Out)");
  282. /* device models */
  283. define("WEB_model_vendor","Vendor");
  284. define("WEB_nagios_template","Nagios Template");
  285. /* edit_l3int */
  286. define("WEB_list_l3_interfaces","List of L3 interfaces");
  287. define("WEB_l3_interface_add","Add interface");
  288. /* editdevice */
  289. define("WEB_location_name","Location");
  290. define("WEB_device_access_control","Access Control");
  291. define("WEB_device_queues_enabled","Shapers");
  292. define("WEB_device_connected_only","Router networks only");
  293. define("WEB_device_dhcp_server","DHCP-Server");
  294. define("WEB_device_snmp_hint","Some devices give mac-table by port index in snmp, others - by number");
  295. define("WEB_device_mac_by_oid","Mac by snmp");
  296. define("WEB_device_mac_table","Show mac table");
  297. define("WEB_device_walk_port_list","Port Walk");
  298. define("WEB_device_port_count","Ports");
  299. /* editport */
  300. define("WEB_device_port_number","Port N");
  301. define("WEB_device_port_name","Port");
  302. define("WEB_device_port_snmp_index","Port number in snmp");
  303. define("WEB_device_port_uplink_device","Device");
  304. define("WEB_device_port_uplink","Uplink");
  305. define("WEB_device_port_allien","Don't check");
  306. /* devices: index-passive */
  307. define("WEB_device_type_show","Hardware type");
  308. define("WEB_device_hide_unknown","Hide unknowns");
  309. define("WEB_device_show_location","Hardware location");
  310. /* mac table */
  311. define("WEB_device_mac_table_show","List of active macs on hardware");
  312. define("WEB_device_port_mac_table_show","List of active macs on the hardware at port");
  313. define("WEB_device_port_mac_table_history","List of macs ever found on the port");
  314. /* portsbyvlan */
  315. define("WEB_device_ports_by_vlan","List of ports in vlan");
  316. /* switchport connection */
  317. define("WEB_device_port_connections","List of connections on ports");
  318. /* switchport */
  319. define("WEB_device_port_list","Port List");
  320. define("WEB_device_connected_endpoint","User/Device");
  321. define("WEB_device_first_port_snmp_value","SNMP index of the first port");
  322. define("WEB_device_recalc_snmp_port","Recalculate snmp indexes");
  323. /* switchport-status */
  324. define("WEB_device_port_state_list","Port State");
  325. define("WEB_device_snmp_port_oid_name","IfName");
  326. define("WEB_device_port_speed","Speed");
  327. define("WEB_device_port_errors","Errors");
  328. define("WEB_device_poe_control","POE control");
  329. define("WEB_device_port_control","Port control");
  330. define("WEB_device_port_on","Enable port");
  331. define("WEB_device_port_off","Turn off port");
  332. define("WEB_device_poe_on","Enable POE");
  333. define("WEB_device_poe_off","Turn off POE");
  334. /* edit filter */
  335. define("WEB_title_filter","Filter");
  336. define("Web_filter_type","Filter type");
  337. define("WEB_traffic_action","Action");
  338. define("WEB_traffic_dest_address","Dst ip");
  339. define("WEB_traffic_source_address","Src ip");
  340. define("WEB_traffic_proto","Proto");
  341. define("WEB_traffic_src_port","Src-port");
  342. define("WEB_traffic_dst_port","Dst-port");
  343. /* edit group filters */
  344. define("WEB_title_group","Group");
  345. define("WEB_groups_filter_list","Group filter list");
  346. define("WEB_group_filter_order","Rules order");
  347. define("WEB_group_filter_name","Filter name");
  348. /* edit OU */
  349. define("WEB_ou_autoclient_rules","Rules for autoclient clients");
  350. define("WEB_ou_rules_for_autoassigning","Rules for autoassigning addresses in");
  351. define("WEB_ou_rules_order","Apply order");
  352. define("WEB_ou_rule","Rule");
  353. define("WEB_ou_new_rule","New rule");
  354. /* auto rules */
  355. define("WEB_rules_target","User/Group");
  356. /* all ip list */
  357. define("WEB_ips_show_by_state","By activity");
  358. define("WEB_ips_search_host","Search ip or mac");
  359. define("WEB_selection_title","Apply to Selection");
  360. define("WEB_ips_search_full","Search by comment/ip/mac/dhcp hostname");
  361. /* logs */
  362. define("WEB_log_start_date","Start");
  363. define("WEB_log_stop_date","End");
  364. define("WEB_log_level_display","Log level");
  365. define("WEB_log_filter_source","Filter Source");
  366. define("WEB_log_filter_event","Filter - message");
  367. define("WEB_log_message","Message");
  368. define("WEB_log_time","Time");
  369. define("WEB_log_manager","Administrator");
  370. define("WEB_log_level","Level");
  371. define("WEB_log_event","Event");
  372. define("WEB_log_event_type","Event type");
  373. define("WEB_log_detail_for","Detail for");
  374. define("WEB_log_full","Full log");
  375. define("WEB_log_select_ip_mac","ip or mac");
  376. define("WEB_log_report_by_device","Device report");
  377. 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>");
  378. /* reports */
  379. define("WEB_report_user_traffic","User traffic");
  380. define("WEB_report_traffic_for_ip","for address");
  381. define("WEB_report_detail","Detail");
  382. define("WEB_report_top10_in","Top 10 by incoming traffic");
  383. define("WEB_report_top10_out","Top 10 by outgoing traffic");
  384. define("WEB_report_by_day","Traffic per day");
  385. /* user info */
  386. define("WEB_user_alias_for","Alias for");
  387. define("WEB_user_dns_add_alias","New alias");
  388. define("WEB_user_title","User access address");
  389. define("WEB_user_rules_for_autoassign","Parameters for autoassigned addresses");
  390. define("WEB_user_rule_list","List of rules");
  391. define("WEB_user_ip_list","List of access addresses");
  392. define("WEB_user_add_ip","New IP access address");
  393. define("WEB_user_add_mac","Mac (optional)");
  394. define("WEB_user_list_apply","Apply to list");
  395. define("WEB_new_user","New user");
  396. ?>