⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 webalizer_lang.english

📁 统计日志的工具
💻 ENGLISH
📖 第 1 页 / 共 3 页
字号:
/*   webalizer_lang.english   Webalizer V2.0x Language Support file for English.   15-May-1998 by Bradford L. Barrett (brad@mrunix.net)   31-May-1998 Modified for level 1.1 support (brad@mrunix.net)   23-Jul-1998 Modified for level 1.2 support (brad@mrunix.net)   08-Mar-1999 Updated HTTP 1.1 response codes by Yves Lafon (ylafon@w3.org)   28-Jun-1999 Modified for level 1.3 support (brad@mrunix.net)   16-Feb-2000 Modified for level 2.0 support (brad@mrunix.net)   Language files are named using the following convention:   webalizer_lang.LANGUAGE   where 'LANGUAGE' is the name of the language the file is   translated into (ie: webalizer_lang.russian for russian).   Either copy the desired language file to webalizer_lang.h   or create a symbolic link, then re-compile.   If you translate this file into a different language, please   send a copy to brad@mrunix.net.*//***********************************************************************//* DEFINE LANGUAGE NAME here                                           *//***********************************************************************/char *language  = "English";/***********************************************************************//*                                                                     *//* Informational messages                                              *//*                                                                     *//* These messages are only displayed while The Webalizer is being run, *//* usually to the screen, and are not part of the HTML output.         *//*                                                                     *//***********************************************************************//* these are only used in timing totals *//* Format:   XXX records (XXX ignored, XXX bad) in X.XX seconds        */char *msg_records = "records";char *msg_addresses="addresses";char *msg_ignored = "ignored";char *msg_bad     = "bad";char *msg_in      = "in";char *msg_seconds = "seconds";/* progress and setup error messages */char *msg_log_err = "Error: Can't open log file";char *msg_log_use = "Using logfile";char *msg_dir_err = "Error: Can't change directory to";char *msg_dir_use = "Creating output in";char *msg_cur_dir = "current directory";char *msg_hostname= "Hostname for reports is";char *msg_ign_hist= "Ignoring previous history...";char *msg_no_hist = "History file not found...";char *msg_get_hist= "Reading history file...";char *msg_put_hist= "Saving history information...";char *msg_hist_err= "Error: Unable to write history file";char *msg_bad_hist= "Error: Ignoring invalid history record";char *msg_bad_conf= "Error: Unable to open configuration file";char *msg_bad_key = "Warning: Invalid keyword";char *msg_bad_date= "Error: Skipping record (bad date)";char *msg_ign_nscp= "Skipping Netscape header record";char *msg_bad_rec = "Skipping bad record";char *msg_no_vrec = "No valid records found!";char *msg_gen_rpt = "Generating report for";char *msg_gen_sum = "Generating summary report";char *msg_get_data= "Reading previous run data..";char *msg_put_data= "Saving current run data...";char *msg_no_data = "Previous run data not found...";char *msg_bad_data= "Error: Unable to restore run data";char *msg_data_err= "Error: Unable to save current run data";char *msg_dup_data= "Warning: Possible duplicate data found";/* DNS Stuff */char *msg_dns_nocf= "No cache file specified, aborting...";char *msg_dns_nodb= "Error: Unable to open DNS cache file";char *msg_dns_nolk= "Error: Unable to lock DNS cache file";char *msg_dns_usec= "Using DNS cache file";char *msg_dns_rslv= "DNS Lookup";char *msg_dns_none= "None to process";/* memory allocation errors */char *msg_nomem_ts= "Can't allocate enough memory, Top Sites disabled!";char *msg_nomem_tr= "Can't allocate enough memory, Top Referrers disabled!";char *msg_nomem_tu= "Can't allocate enough memory, Top URLs disabled!";char *msg_nomem_tc= "Can't allocate enough memory, Top Countries disabled!";char *msg_nomem_ta= "Can't allocate enough memory, Top User Agents disabled!";char *msg_nomem_tsr="Can't allocate enough memory, Top Search Strings disabled!";char *msg_nomem_ti= "Can't allocate enough memory, Top Usernames disabled!";char *msg_nomem_dh= "Error adding host node (daily), skipping";char *msg_nomem_mh= "Error adding host node (monthly), skipping";char *msg_nomem_u = "Error adding URL node, skipping";char *msg_nomem_a = "Error adding User Agent node, skipping";char *msg_nomem_r = "Error adding Referrer node, skipping";char *msg_nomem_sc= "Error adding Search String Node, skipping";char *msg_nomem_i = "Error adding Username node, skipping";/* log record errors */char *msg_big_rec = "Error: Skipping oversized log record";char *msg_big_host= "Warning: Truncating oversized hostname";char *msg_big_date= "Warning: Truncating oversized date field";char *msg_big_req = "Warning: Truncating oversized request field";char *msg_big_ref = "Warning: Truncating oversized referrer field";char *msg_big_user= "Warning: Truncating oversized username";char *msg_big_one = "Warning: String exceeds storage size";/* misc errors */char *msg_no_open = "Error: Unable to open file";/* Help display... */char *h_usage1 = "Usage";char *h_usage2 = "[options] [log file]";char *h_msg[]= {         "-h        = print this help message"             ,         "-v -V     = print version information"           ,         "-d        = print additional debug info"         ,         "-F type   = Log type.  type= (clf | ftp | squid)",         "-f        = Fold sequence errors"                ,         "-i        = ignore history file"                 ,         "-p        = preserve state (incremental)"        ,         "-q        = supress informational messages"      ,         "-Q        = supress _ALL_ messages"              ,         "-Y        = supress country graph"               ,         "-G        = supress hourly graph"                ,         "-H        = supress hourly stats"                ,         "-L        = supress color coded graph legends"   ,         "-l num    = use num background lines on graph"   ,         "-m num    = Visit timout value (seconds)"        ,         "-T        = print timing information"            ,         "-c file   = use configuration file 'file'"       ,         "-n name   = hostname to use"                     ,         "-o dir    = output directory to use"             ,         "-t name   = report title 'name'"                 ,         "-a name   = hide user agent 'name'"              ,         "-r name   = hide referrer 'name'"                ,         "-s name   = hide site 'name'"                    ,         "-u name   = hide URL 'name'"                     ,         "-x name   = Use filename extension 'name'"       ,         "-P name   = Page type extension 'name'"          ,         "-I name   = Index alias 'name'"                  ,         "-A num    = Display num top agents"              ,         "-C num    = Display num top countries"           ,         "-R num    = Display num top referrers"           ,         "-S num    = Display num top sites"               ,         "-U num    = Display num top URLs"                ,         "-e num    = Display num top Entry Pages"         ,         "-E num    = Display num top Exit Pages"          ,         "-g num    = Group Domains to 'num' levels"       ,         "-X        = Hide individual sites"               ,         "-D name   = Use DNS Cache file 'name'"           ,         "-N num    = Number of DNS processes (0=disable)" ,         NULL};/***********************************************************************//*                                                                     *//* HTML strings                                                        *//*                                                                     *//* These strings are used as part of the HTML output generated by The  *//* Webalizer.                                                          */ /*                                                                     *//***********************************************************************//* header strings */char *msg_hhdr_sp = "Summary Period";char *msg_hhdr_gt = "Generated";/* main index strings */char *msg_main_us = "Usage summary for";char *msg_main_per= "Last 12 Months";char *msg_main_sum= "Summary by Month";char *msg_main_da = "Daily Avg";char *msg_main_mt = "Monthly Totals";/* month HTML page strings */char *msg_hmth_du = "Daily usage for";char *msg_hmth_hu = "Hourly usage for";/* table header strings */char *msg_h_by    = "By";char *msg_h_avg   = "Avg";char *msg_h_max   = "Max";char *msg_h_total = "Total";char *msg_h_totals= "Totals";char *msg_h_day   = "Day";char *msg_h_mth   = "Month";char *msg_h_hour  = "Hour";char *msg_h_hits  = "Hits";char *msg_h_pages = "Pages";char *msg_h_visits= "Visits";

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -