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