english.php 20 KB

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