📄 webalizer_lang.english
字号:
char *msg_h_files = "Files";char *msg_h_sites = "Sites";char *msg_h_xfer = "KBytes";char *msg_h_hname = "Hostname";char *msg_h_url = "URL";char *msg_h_agent = "User Agent";char *msg_h_ref = "Referrer";char *msg_h_ctry = "Country";char *msg_h_search= "Search String";char *msg_h_uname = "Username";/* links along top of page */char *msg_hlnk_ds = "Daily Statistics";char *msg_hlnk_hs = "Hourly Statistics";char *msg_hlnk_u = "URLs";char *msg_hlnk_s = "Sites";char *msg_hlnk_a = "Agents";char *msg_hlnk_c = "Countries";char *msg_hlnk_r = "Referrers";char *msg_hlnk_en = "Entry";char *msg_hlnk_ex = "Exit";char *msg_hlnk_sr = "Search";char *msg_hlnk_i = "Users";/* monthly total table */char *msg_mtot_ms = "Monthly Statistics for";char *msg_mtot_th = "Total Hits";char *msg_mtot_tf = "Total Files";char *msg_mtot_tx = "Total KBytes";char *msg_mtot_us = "Total Unique Sites";char *msg_mtot_ur = "Total Unique Referrers";char *msg_mtot_ua = "Total Unique User Agents";char *msg_mtot_uu = "Total Unique URLs";char *msg_mtot_ui = "Total Unique Usernames";char *msg_mtot_mhd= "Hits per Day";char *msg_mtot_mhh= "Hits per Hour";char *msg_mtot_mfd= "Files per Day";char *msg_mtot_mpd= "Pages per Day";char *msg_mtot_mvd= "Visits per Day";char *msg_mtot_mkd= "KBytes per Day";char *msg_mtot_rc = "Hits by Response Code";/* daily total table */char *msg_dtot_ds = "Daily Statistics for";/* hourly total table */char *msg_htot_hs = "Hourly Statistics for";/* country pie chart */char *msg_ctry_use= "Usage by Country for";/* top tables *//* Formatted as "Top xxx of xxx Total something" */char *msg_top_top = "Top";char *msg_top_of = "of";char *msg_top_s = "Total Sites";char *msg_top_u = "Total URLs";char *msg_top_r = "Total Referrers";char *msg_top_a = "Total User Agents";char *msg_top_c = "Total Countries";char *msg_top_en = "Total Entry Pages";char *msg_top_ex = "Total Exit Pages";char *msg_top_sr = "Total Search Strings";char *msg_top_i = "Total Usernames";char *msg_v_sites = "View All Sites";char *msg_v_urls = "View All URLs";char *msg_v_refs = "View All Referrers";char *msg_v_agents= "View All User Agents";char *msg_v_search= "View All Search Strings";char *msg_v_users = "View All Usernames";/* short month names MUST BE 3 CHARS in size... pad if needed*/char *s_month[12]={ "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"};/* long month names - can be any length */char *l_month[12]={ "January", "February", "March", "April", "May", "June", "July", "August", "September","October", "November","December"};/* response code descriptions... order IS important! */struct response_code response[] = { { "Undefined response code", 0 }, { "Code 100 - Continue", 0 }, { "Code 101 - Switching Protocols", 0 }, { "Code 200 - OK", 0 }, { "Code 201 - Created", 0 }, { "Code 202 - Accepted", 0 }, { "Code 203 - Non-Authoritative Information", 0 }, { "Code 204 - No Content", 0 }, { "Code 205 - Reset Content", 0 }, { "Code 206 - Partial Content", 0 }, { "Code 300 - Multiple Choices", 0 }, { "Code 301 - Moved Permanently", 0 }, { "Code 302 - Found", 0 }, { "Code 303 - See Other", 0 }, { "Code 304 - Not Modified", 0 }, { "Code 305 - Use Proxy", 0 }, { "Code 307 - Moved Temporarily", 0 }, { "Code 400 - Bad Request", 0 }, { "Code 401 - Unauthorized", 0 }, { "Code 402 - Payment Required", 0 }, { "Code 403 - Forbidden", 0 }, { "Code 404 - Not Found", 0 }, { "Code 405 - Method Not Allowed", 0 }, { "Code 406 - Not Acceptable", 0 }, { "Code 407 - Proxy Authentication Required", 0 }, { "Code 408 - Request Timeout", 0 }, { "Code 409 - Conflict", 0 }, { "Code 410 - Gone", 0 }, { "Code 411 - Length Required", 0 }, { "Code 412 - Precondition Failed", 0 }, { "Code 413 - Request Entity Too Large", 0 }, { "Code 414 - Request-URI Too Long", 0 }, { "Code 415 - Unsupported Media Type", 0 }, { "Code 416 - Requested Range Not Satisfiable", 0 }, { "Code 417 - Expectation Failed", 0 }, { "Code 500 - Internal Server Error", 0 }, { "Code 501 - Not Implemented", 0 }, { "Code 502 - Bad Gateway", 0 }, { "Code 503 - Service Unavailable", 0 }, { "Code 504 - Gateway Timeout", 0 }, { "Code 505 - HTTP Version Not Supported", 0 } };char *msg_title = "Usage Statistics for";char *msg_h_other = "Other";/* Country codes (previously in ctry.h header file) */struct country_code ctry[] = {{ 0, "Unresolved/Unknown", 0,0,0 },{ IDX_3C('c','o','m'), "US Commercial", 0,0,0 },{ IDX_3C('e','d','u'), "US Educational", 0,0,0 },{ IDX_3C('g','o','v'), "US Government", 0,0,0 },{ IDX_3C('i','n','t'), "International (int)", 0,0,0 },{ IDX_3C('m','i','l'), "US Military", 0,0,0 },{ IDX_3C('n','e','t'), "Network", 0,0,0 },{ IDX_3C('o','r','g'), "Non-Profit Organization", 0,0,0 },{ IDX_4C('a','r','p','a'),"Old style Arpanet (arpa)", 0,0,0 },{ IDX_4C('n','a','t','o'),"Nato field (nato)", 0,0,0 },{ IDX_2C('a','d'), "Andorra", 0,0,0 },{ IDX_2C('a','e'), "United Arab Emirates", 0,0,0 },{ IDX_2C('a','f'), "Afghanistan", 0,0,0 },{ IDX_2C('a','g'), "Antigua and Barbuda", 0,0,0 },{ IDX_2C('a','i'), "Anguilla", 0,0,0 },{ IDX_2C('a','l'), "Albania", 0,0,0 },{ IDX_2C('a','m'), "Armenia", 0,0,0 },{ IDX_2C('a','n'), "Netherlands Antilles", 0,0,0 },{ IDX_2C('a','o'), "Angola", 0,0,0 },{ IDX_2C('a','q'), "Antarctica", 0,0,0 },{ IDX_2C('a','r'), "Argentina", 0,0,0 },{ IDX_2C('a','s'), "American Samoa", 0,0,0 },{ IDX_2C('a','t'), "Austria", 0,0,0 },{ IDX_2C('a','u'), "Australia", 0,0,0 },{ IDX_2C('a','w'), "Aruba", 0,0,0 },{ IDX_2C('a','z'), "Azerbaijan", 0,0,0 },{ IDX_2C('b','a'), "Bosnia and Herzegovina", 0,0,0 },{ IDX_2C('b','b'), "Barbados", 0,0,0 },{ IDX_2C('b','d'), "Bangladesh", 0,0,0 },{ IDX_2C('b','e'), "Belgium", 0,0,0 },{ IDX_2C('b','f'), "Burkina Faso", 0,0,0 },{ IDX_2C('b','g'), "Bulgaria", 0,0,0 },{ IDX_2C('b','h'), "Bahrain", 0,0,0 },{ IDX_2C('b','i'), "Burundi", 0,0,0 },{ IDX_2C('b','j'), "Benin", 0,0,0 },{ IDX_2C('b','m'), "Bermuda", 0,0,0 },{ IDX_2C('b','n'), "Brunei Darussalam", 0,0,0 },{ IDX_2C('b','o'), "Bolivia", 0,0,0 },{ IDX_2C('b','r'), "Brazil", 0,0,0 },{ IDX_2C('b','s'), "Bahamas", 0,0,0 },{ IDX_2C('b','t'), "Bhutan", 0,0,0 },{ IDX_2C('b','v'), "Bouvet Island", 0,0,0 },{ IDX_2C('b','w'), "Botswana", 0,0,0 },{ IDX_2C('b','y'), "Belarus", 0,0,0 },{ IDX_2C('b','z'), "Belize", 0,0,0 },{ IDX_2C('c','a'), "Canada", 0,0,0 },{ IDX_2C('c','c'), "Cocos (Keeling) Islands", 0,0,0 },{ IDX_2C('c','f'), "Central African Republic", 0,0,0 },{ IDX_2C('c','g'), "Congo", 0,0,0 },{ IDX_2C('c','h'), "Switzerland", 0,0,0 },{ IDX_2C('c','i'), "Cote D'Ivoire (Ivory Coast)", 0,0,0 },{ IDX_2C('c','k'), "Cook Islands", 0,0,0 },{ IDX_2C('c','l'), "Chile", 0,0,0 },{ IDX_2C('c','m'), "Cameroon", 0,0,0 },{ IDX_2C('c','n'), "China", 0,0,0 },{ IDX_2C('c','o'), "Colombia", 0,0,0 },{ IDX_2C('c','r'), "Costa Rica", 0,0,0 },{ IDX_2C('c','s'), "Czechoslovakia (former)", 0,0,0 },{ IDX_2C('c','u'), "Cuba", 0,0,0 },{ IDX_2C('c','v'), "Cape Verde", 0,0,0 },{ IDX_2C('c','x'), "Christmas Island", 0,0,0 },{ IDX_2C('c','y'), "Cyprus", 0,0,0 },
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -