Imported Debian patch 2.23.05-1
[hcoop/zz_old/debian/webalizer.git] / lang / webalizer_lang.japanese
CommitLineData
e015f748
CE
1/*
2 webalizer_lang.japanese
3
4 Webalizer V2.0x Language Support file for Japanese.
5 09-Jun-2001 by Yasuhiko Takahashi<ty@club-e.co.jp>
6 26-Mar-2008 Updated to current IANA TLDs (brad@mrunix.net)
7 26-May-2008 Modified for level 2.2 support (brad@mrunix.net)
8
9
10 Language files are named using the following convention:
11
12 webalizer_lang.LANGUAGE
13
14 where 'LANGUAGE' is the name of the language the file is
15 translated into (ie: webalizer_lang.russian for russian).
16 Either copy the desired language file to webalizer_lang.h
17 or create a symbolic link, then re-compile.
18
19 If you translate this file into a different language, please
20 send a copy to brad@mrunix.net.
21
22*/
23
24/***********************************************************************/
25/* DEFINE LANGUAGE NAME here */
26/***********************************************************************/
27
28char *language = "Japanese";
29char *langcode = "ja";
30
31/***********************************************************************/
32/* */
33/* Informational messages */
34/* */
35/* These messages are only displayed while The Webalizer is being run, */
36/* usually to the screen, and are not part of the HTML output. */
37/* */
38/***********************************************************************/
39
40/* these are only used in timing totals */
41/* Format: XXX records (XXX ignored, XXX bad) in X.XX seconds */
42char *msg_records = "records";
43char *msg_addresses="addresses";
44char *msg_ignored = "ignored";
45char *msg_bad = "bad";
46char *msg_in = "in";
47char *msg_seconds = "seconds";
48
49/* progress and setup error messages */
50char *msg_log_err = "Error: Can't open log file";
51char *msg_log_use = "Using logfile";
52char *msg_dir_err = "Error: Can't change directory to";
53char *msg_dir_use = "Creating output in";
54char *msg_cur_dir = "current directory";
55char *msg_hostname= "Hostname for reports is";
56char *msg_ign_hist= "Ignoring previous history...";
57char *msg_no_hist = "History file not found...";
58char *msg_get_hist= "Reading history file...";
59char *msg_put_hist= "Saving history information...";
60char *msg_hist_err= "Error: Unable to write history file";
61char *msg_bad_hist= "Error: Ignoring invalid history record";
62char *msg_bad_conf= "Error: Unable to open configuration file";
63char *msg_bad_key = "Warning: Invalid keyword";
64char *msg_bad_date= "Error: Skipping record (bad date)";
65char *msg_ign_nscp= "Skipping Netscape header record";
66char *msg_bad_rec = "Skipping bad record";
67char *msg_no_vrec = "No valid records found!";
68char *msg_gen_rpt = "Generating report for";
69char *msg_gen_sum = "Generating summary report";
70char *msg_get_data= "Reading previous run data..";
71char *msg_put_data= "Saving current run data...";
72char *msg_no_data = "Previous run data not found...";
73char *msg_bad_data= "Error: Unable to restore run data";
74char *msg_data_err= "Error: Unable to save current run data";
75char *msg_dup_data= "Warning: Possible duplicate data found";
76
77/* DNS Stuff */
78char *msg_dns_nocf= "No cache file specified, aborting...";
79char *msg_dns_nodb= "Error: Unable to open DNS cache file";
80char *msg_dns_nolk= "Error: Unable to lock DNS cache file";
81char *msg_dns_usec= "Using DNS cache file";
82char *msg_dns_rslv= "DNS Lookup";
83char *msg_dns_none= "None to process";
84char *msg_dns_abrt= "DNS support not present, aborting...";
85
86/* Geolocation stuff */
87char *msg_geo_open= "Error opening file";
88char *msg_geo_use = "Using";
89char *msg_geo_nolu= "lookups disabled";
90char *msg_geo_dflt= "default";
91
92/* memory allocation errors */
93char *msg_nomem_ts= "Can't allocate enough memory, Top Sites disabled!";
94char *msg_nomem_tr= "Can't allocate enough memory, Top Referrers disabled!";
95char *msg_nomem_tu= "Can't allocate enough memory, Top URLs disabled!";
96char *msg_nomem_tc= "Can't allocate enough memory, Top Countries disabled!";
97char *msg_nomem_ta= "Can't allocate enough memory, Top User Agents disabled!";
98char *msg_nomem_tsr="Can't allocate enough memory, Top Search Strings disabled!";
99char *msg_nomem_ti= "Can't allocate enough memory, Top Usernames disabled!";
100char *msg_nomem_dh= "Error adding host node (daily), skipping";
101char *msg_nomem_mh= "Error adding host node (monthly), skipping";
102char *msg_nomem_u = "Error adding URL node, skipping";
103char *msg_nomem_a = "Error adding User Agent node, skipping";
104char *msg_nomem_r = "Error adding Referrer node, skipping";
105char *msg_nomem_sc= "Error adding Search String Node, skipping";
106char *msg_nomem_i = "Error adding Username node, skipping";
107
108/* log record errors */
109char *msg_big_rec = "Error: Skipping oversized log record";
110char *msg_big_host= "Warning: Truncating oversized hostname";
111char *msg_big_date= "Warning: Truncating oversized date field";
112char *msg_big_req = "Warning: Truncating oversized request field";
113char *msg_big_ref = "Warning: Truncating oversized referrer field";
114char *msg_big_user= "Warning: Truncating oversized username";
115char *msg_big_one = "Warning: String exceeds storage size";
116
117/* misc errors */
118char *msg_no_open = "Error: Unable to open file";
119
120/* Help display... */
121char *h_usage1 = "Usage";
122char *h_usage2 = "[options] [log file]";
123char *h_msg[]= {
124 "-h = print this help message" ,
125 "-V = print version information" ,
126 "-v = be verbose" ,
127 "-d = print additional debug info" ,
128 "-F type = Log type. type= (clf | ftp | squid | w3c)",
129 "-f = Fold sequence errors" ,
130 "-i = ignore history file" ,
131 "-p = preserve state (incremental)" ,
132 "-b = ignore state (incremental)" ,
133 "-q = supress informational messages" ,
134 "-Q = supress _ALL_ messages" ,
135 "-Y = supress country graph" ,
136 "-G = supress hourly graph" ,
137 "-H = supress hourly stats" ,
138 "-L = supress color coded graph legends" ,
139 "-l num = use num background lines on graph" ,
140 "-m num = Visit timout value (seconds)" ,
141 "-T = print timing information" ,
142 "-c file = use configuration file 'file'" ,
143 "-n name = hostname to use" ,
144 "-o dir = output directory to use" ,
145 "-t name = report title 'name'" ,
146 "-a name = hide user agent 'name'" ,
147 "-r name = hide referrer 'name'" ,
148 "-s name = hide site 'name'" ,
149 "-u name = hide URL 'name'" ,
150 "-x name = Use filename extension 'name'" ,
151 "-O name = Omit page 'name'" ,
152 "-P name = Page type extension 'name'" ,
153 "-I name = Index alias 'name'" ,
154 "-K num = num months in summary table" ,
155 "-k num = num months in summary graph" ,
156 "-A num = Display num top agents" ,
157 "-C num = Display num top countries" ,
158 "-R num = Display num top referrers" ,
159 "-S num = Display num top sites" ,
160 "-U num = Display num top URLs" ,
161 "-e num = Display num top Entry Pages" ,
162 "-E num = Display num top Exit Pages" ,
163 "-g num = Group Domains to 'num' levels" ,
164 "-X = Hide individual sites" ,
165 "-z dir = Use country flags in 'dir'" ,
166#ifdef USE_DNS
167 "-D name = Use DNS Cache file 'name'" ,
168 "-N num = Number of DNS processes (0=disable)" ,
169 "-j = Enable native GeoIP lookups" ,
170 "-J name = Use GeoDB database 'name'" ,
171#endif
172#ifdef USE_GEOIP
173 "-w = Enable GeoIP lookups" ,
174 "-W name = Use GeoIP database 'name'" ,
175#endif
176 NULL};
177
178/***********************************************************************/
179/* */
180/* HTML strings */
181/* */
182/* These strings are used as part of the HTML output generated by The */
183/* Webalizer. */
184/* */
185/***********************************************************************/
186
187/* header strings */
188/* char *msg_hhdr_sp = "Summary Period";*/
189