1 |
matthys |
13 |
<?php |
2 |
matthys |
14 |
/* This file is part of BBClone (A PHP based Web Counter on Steroids) |
3 |
|
|
* |
4 |
|
|
* SVN FILE $Id$ |
5 |
matthys |
13 |
* |
6 |
matthys |
14 |
* Copyright (C) 2001-2013, the BBClone Team (see doc/authors.txt for details) |
7 |
matthys |
13 |
* |
8 |
|
|
* This program is free software: you can redistribute it and/or modify |
9 |
|
|
* it under the terms of the GNU General Public License as published by |
10 |
|
|
* the Free Software Foundation, either version 3 of the License, or |
11 |
|
|
* (at your option) any later version. |
12 |
|
|
* |
13 |
|
|
* This program is distributed in the hope that it will be useful, |
14 |
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
15 |
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
16 |
|
|
* GNU General Public License for more details. |
17 |
|
|
* |
18 |
|
|
* See doc/copying.txt for details |
19 |
|
|
*/ |
20 |
|
|
|
21 |
|
|
// The DNS Extensions array |
22 |
|
|
$extensions = array( |
23 |
|
|
"travel" => "Travel", |
24 |
|
|
"asia" => "Asia-Pacific", |
25 |
|
|
"jobs" => "Employment", |
26 |
|
|
"mobi" => "Mobiles", |
27 |
|
|
"cat" => "Catalan", |
28 |
|
|
"tel" => "Contacts", |
29 |
|
|
|
30 |
|
|
"ac" => "Ascension Saaret", |
31 |
|
|
"ad" => "Andorra", |
32 |
|
|
"ae" => "Yhdistyneet Arabi Emiraatit", |
33 |
|
|
"aero" => "Aero", |
34 |
|
|
"af" => "Afghanistani", |
35 |
|
|
"ag" => "Antigua and Barbuda", |
36 |
|
|
"ai" => "Anguilla", |
37 |
|
|
"al" => "Albania", |
38 |
|
|
"am" => "Armenia", |
39 |
|
|
"an" => "Alankomaiden Antilles", |
40 |
|
|
"ao" => "Angola", |
41 |
|
|
"aq" => "Etelämanner", |
42 |
|
|
"ar" => "Argentiina", |
43 |
|
|
"arpa" => "Arpanet", |
44 |
|
|
"as" => "Amerikan Samoa", |
45 |
|
|
"at" => "Itävalta", |
46 |
|
|
"au" => "Australia", |
47 |
|
|
"aw" => "Aruba", |
48 |
|
|
"ax" => "Ahvenanmaan maakunta", |
49 |
|
|
"az" => "Azerbaijan", |
50 |
|
|
"ba" => "Bosnia Herzegowina", |
51 |
|
|
"bb" => "Barbados", |
52 |
|
|
"bd" => "Bangladesh", |
53 |
|
|
"be" => "Belgia", |
54 |
|
|
"bf" => "Burkina Faso", |
55 |
|
|
"bg" => "Bulgaria", |
56 |
|
|
"bh" => "Bahrain", |
57 |
|
|
"bi" => "Burundi", |
58 |
|
|
"biz" => "Business", |
59 |
|
|
"bj" => "Benin", |
60 |
|
|
"bl" => "Saint-Barthélemy", |
61 |
|
|
"bm" => "Bermuda", |
62 |
|
|
"bn" => "Brunei", |
63 |
|
|
"bo" => "Bolivia", |
64 |
|
|
"br" => "Brasilia", |
65 |
|
|
"bs" => "Bahamas", |
66 |
|
|
"bt" => "Bhutan", |
67 |
|
|
"bv" => "Bouvet saari", |
68 |
|
|
"bw" => "Botswana", |
69 |
|
|
"by" => "Belarus", |
70 |
|
|
"bz" => "Belize", |
71 |
|
|
"ca" => "Kanada", |
72 |
|
|
"cc" => "Cocos Saaret", |
73 |
|
|
"cd" => "Kongo", |
74 |
|
|
"cf" => "Keskiafrikan tasavalta", |
75 |
|
|
"cg" => "Kongo", |
76 |
|
|
"ch" => "Sweitsi", |
77 |
|
|
"ci" => "Norsunluurannikko", |
78 |
|
|
"ck" => "Cook Saaret", |
79 |
|
|
"cl" => "Chile", |
80 |
|
|
"cm" => "Kameron", |
81 |
|
|
"cn" => "Kiina", |
82 |
|
|
"co" => "Kolumbia", |
83 |
|
|
"com" => "Kaupallinen", |
84 |
|
|
"coop" => "Coop", |
85 |
|
|
"cr" => "Costa Rica", |
86 |
|
|
"cs" => "Serbia and Montenegro", |
87 |
|
|
"cu" => "Kuuba", |
88 |
|
|
"cv" => "Cape Verde", |
89 |
|
|
"cx" => "Joulusaaret", |
90 |
|
|
"cy" => "Kypros", |
91 |
|
|
"cz" => "Tsekki", |
92 |
|
|
"de" => "Saksa", |
93 |
|
|
"dj" => "Djibouti", |
94 |
|
|
"dk" => "Tanska", |
95 |
|
|
"dm" => "Dominica", |
96 |
|
|
"do" => "Dominikaaninen Tasavalta", |
97 |
|
|
"dz" => "Algeria", |
98 |
|
|
"ec" => "Ecuadori", |
99 |
|
|
"edu" => "Oppilaitos", |
100 |
|
|
"ee" => "Eesti", |
101 |
|
|
"eg" => "Egypti", |
102 |
|
|
"eh" => "Western Sahara", |
103 |
|
|
"er" => "Eritrea", |
104 |
|
|
"es" => "Espanja", |
105 |
|
|
"et" => "Etiopia", |
106 |
|
|
"eu" => "European Union", |
107 |
|
|
"fi" => "Suomi", |
108 |
|
|
"fj" => "Fiji", |
109 |
|
|
"fk" => "Falklandit", |
110 |
|
|
"fm" => "Micronesia", |
111 |
|
|
"fo" => "Färsaaret", |
112 |
|
|
"fr" => "Ranska", |
113 |
|
|
"ga" => "Gabon", |
114 |
|
|
"gb" => "Yhdistyneet kuningaskunnat", |
115 |
|
|
"gd" => "Grenada", |
116 |
|
|
"ge" => "Georgia", |
117 |
|
|
"gf" => "Ranskan Guiana", |
118 |
|
|
"gg" => "Guernsey", |
119 |
|
|
"gh" => "Ghana", |
120 |
|
|
"gi" => "Gibraltari", |
121 |
|
|
"gl" => "Grönlanti", |
122 |
|
|
"gm" => "Gambia", |
123 |
|
|
"gn" => "Guinea", |
124 |
|
|
"gov" => "Hallitus", |
125 |
|
|
"gp" => "Guadeloupe", |
126 |
|
|
"gq" => "Päiväntasaajan Guinea", |
127 |
|
|
"gr" => "Kreikka", |
128 |
|
|
"gs" => "Etelä-Georgia ja Etelä-Sandwichin saaret", |
129 |
|
|
"gt" => "Guatemala", |
130 |
|
|
"gu" => "Guam", |
131 |
|
|
"gw" => "Guinea-Bissau", |
132 |
|
|
"gy" => "Guyana", |
133 |
|
|
"hk" => "Hong Kong", |
134 |
|
|
"hm" => "Heardin and Mc Donaldin Saaret", |
135 |
|
|
"hn" => "Honduras", |
136 |
|
|
"hr" => "Kroatia", |
137 |
|
|
"ht" => "Haiti", |
138 |
|
|
"hu" => "Unkari", |
139 |
|
|
"id" => "Indonesia", |
140 |
|
|
"ie" => "Irlanti", |
141 |
|
|
"il" => "Israel", |
142 |
|
|
"im" => "Man-saari", |
143 |
|
|
"in" => "Intia", |
144 |
|
|
"info" => "Information", |
145 |
|
|
"int" => "Kansainvälinen", |
146 |
|
|
"io" => "Britannian Intian valtameren territoriot", |
147 |
|
|
"iq" => "Iraq", |
148 |
|
|
"ir" => "Iran", |
149 |
|
|
"is" => "Islanti", |
150 |
|
|
"it" => "Italia", |
151 |
|
|
"je" => "Jersey", |
152 |
|
|
"jm" => "Jamaika", |
153 |
|
|
"jo" => "Jordania", |
154 |
|
|
"jp" => "Japani", |
155 |
|
|
"ke" => "Kenia", |
156 |
|
|
"kg" => "Kyrgyzstan", |
157 |
|
|
"kh" => "Kamputsea", |
158 |
|
|
"ki" => "Kiribati", |
159 |
|
|
"km" => "Comoros", |
160 |
|
|
"kn" => "Saint Kitts ja Nevis", |
161 |
|
|
"kp" => "North Korea", |
162 |
|
|
"kr" => "Korea", |
163 |
|
|
"kw" => "Kuwait", |
164 |
|
|
"ky" => "Cayman Saaret", |
165 |
|
|
"kz" => "Kazakhstan", |
166 |
|
|
"la" => "Laos", |
167 |
|
|
"lb" => "Libanon", |
168 |
|
|
"lc" => "Saint Lucia", |
169 |
|
|
"li" => "Liechtenstein", |
170 |
|
|
"lk" => "Sri Lanka", |
171 |
|
|
"lr" => "Liberia", |
172 |
|
|
"ls" => "Lesotho", |
173 |
|
|
"lt" => "Liettua", |
174 |
|
|
"lu" => "Luxemburg", |
175 |
|
|
"lv" => "Latvia", |
176 |
|
|
"ly" => "Libya", |
177 |
|
|
"ma" => "Marokko", |
178 |
|
|
"mc" => "Monako", |
179 |
|
|
"md" => "Moldova", |
180 |
|
|
"me" => "Montenegro", |
181 |
|
|
"mf" => "Saint-Martin", |
182 |
|
|
"mg" => "Madagascar", |
183 |
|
|
"mh" => "Marshall Saaret", |
184 |
|
|
"mil" => "USAn armeija", |
185 |
|
|
"mk" => "Makedonia", |
186 |
|
|
"ml" => "Mali", |
187 |
|
|
"mm" => "Myanmar", |
188 |
|
|
"mn" => "Mongolia", |
189 |
|
|
"mo" => "Macau", |
190 |
|
|
"mp" => "Pohjoiset Marianan saaret", |
191 |
|
|
"mq" => "Martinique", |
192 |
|
|
"mr" => "Mauritania", |
193 |
|
|
"ms" => "Montserrat", |
194 |
|
|
"mt" => "Malta", |
195 |
|
|
"mu" => "Mauritius", |
196 |
|
|
"museum" => "Museum", |
197 |
|
|
"mv" => "Maldiivit", |
198 |
|
|
"mw" => "Malawi", |
199 |
|
|
"mx" => "Meksiko", |
200 |
|
|
"my" => "Malesia", |
201 |
|
|
"mz" => "Mozambique", |
202 |
|
|
"na" => "Namibia", |
203 |
|
|
"name" => "Personal", |
204 |
|
|
"nc" => "Uusi Caledonia", |
205 |
|
|
"ne" => "Niger", |
206 |
|
|
"net" => "Verkko", |
207 |
|
|
"nf" => "Norfolk Saaret", |
208 |
|
|
"ng" => "Nigeria", |
209 |
|
|
"ni" => "Nicaragua", |
210 |
|
|
"nl" => "Alankomaat", |
211 |
|
|
"no" => "Norja", |
212 |
|
|
"np" => "Nepali", |
213 |
|
|
"nr" => "Nauru", |
214 |
|
|
"nu" => "Niue", |
215 |
|
|
"numeric" => "Numeerinen", |
216 |
|
|
"nz" => "Uusi Seelanti", |
217 |
|
|
"om" => "Oman", |
218 |
|
|
"org" => "Organisaatio", |
219 |
|
|
"pa" => "Panama", |
220 |
|
|
"pe" => "Peru", |
221 |
|
|
"pf" => "Ranskan Polynesia", |
222 |
|
|
"pg" => "Papua New Guinea", |
223 |
|
|
"ph" => "Philippiinit", |
224 |
|
|
"pk" => "Pakistan", |
225 |
|
|
"pl" => "Puola", |
226 |
|
|
"pm" => "St. Pierre ja Miquelon", |
227 |
|
|
"pn" => "Pitcairn", |
228 |
|
|
"pr" => "Puerto Rico", |
229 |
|
|
"pro" => "Professional", |
230 |
|
|
"ps" => "Palestina", |
231 |
|
|
"pt" => "Portugali", |
232 |
|
|
"pw" => "Palau", |
233 |
|
|
"py" => "Paraguay", |
234 |
|
|
"qa" => "Qatar", |
235 |
|
|
"re" => "Reunion", |
236 |
|
|
"ro" => "Romania", |
237 |
|
|
"rs" => "Serbia", |
238 |
|
|
"ru" => "Venäjä", |
239 |
|
|
"rw" => "Ruanda", |
240 |
|
|
"sa" => "Saudi Arabia", |
241 |
|
|
"sb" => "Solomon Islands", |
242 |
|
|
"sc" => "Seychellit", |
243 |
|
|
"sd" => "Sudan", |
244 |
|
|
"se" => "Ruotsi", |
245 |
|
|
"sg" => "Singapori", |
246 |
|
|
"sh" => "St. Helena", |
247 |
|
|
"si" => "Slovenia", |
248 |
|
|
"sj" => "Svalbard ja Jan Mayen Islands", |
249 |
|
|
"sk" => "Slovakia", |
250 |
|
|
"sl" => "Sierra Leone", |
251 |
|
|
"sm" => "San Marino", |
252 |
|
|
"sn" => "Senegal", |
253 |
|
|
"so" => "Somalia", |
254 |
|
|
"sr" => "Suriname", |
255 |
|
|
"st" => "Sao Tome ja Principe", |
256 |
|
|
"su" => "Neuvostoliitto", |
257 |
|
|
"sv" => "El Salvador", |
258 |
|
|
"sy" => "Syyria", |
259 |
|
|
"sz" => "Swazimaa", |
260 |
|
|
"tc" => "Turks and Caicos Saaret", |
261 |
|
|
"td" => "Chad", |
262 |
|
|
"tf" => "Ranskan eteläiset territoriot", |
263 |
|
|
"tg" => "Togo", |
264 |
|
|
"th" => "Thaimaa", |
265 |
|
|
"tj" => "Tajikistan", |
266 |
|
|
"tk" => "Tokelau", |
267 |
|
|
"tl" => "Itä-Timor", |
268 |
|
|
"tm" => "Turkmenistan", |
269 |
|
|
"tn" => "Tunisia", |
270 |
|
|
"to" => "Tonga", |
271 |
|
|
"tp" => "Itä-Timor", |
272 |
|
|
"tr" => "Turkki", |
273 |
|
|
"tt" => "Trinidad ja Tobago", |
274 |
|
|
"tv" => "Tuvalu", |
275 |
|
|
"tw" => "Taiwan", |
276 |
|
|
"tz" => "Tanzania", |
277 |
|
|
"ua" => "Ukraina", |
278 |
|
|
"ug" => "Uganda", |
279 |
|
|
"uk" => "Iso-Britannia", |
280 |
|
|
"um" => "Yhdysvaltojen Minor Outlying Islands", |
281 |
|
|
"unknown" => "Tuntematon", |
282 |
|
|
"us" => "Yhdysvallat", |
283 |
|
|
"uy" => "Uruguay", |
284 |
|
|
"uz" => "Uzbekistan", |
285 |
|
|
"va" => "Vatikaani", |
286 |
|
|
"vc" => "St. Vincent ja Grenadiinit", |
287 |
|
|
"ve" => "Venezuela", |
288 |
|
|
"vg" => "Neitsyt Saaret (UK)", |
289 |
|
|
"vi" => "Neitsyt Saaret (US)", |
290 |
|
|
"vn" => "Vietnam", |
291 |
|
|
"vu" => "Vanuatu", |
292 |
|
|
"wf" => "Wallis ja Futuna Islands", |
293 |
|
|
"ws" => "Samoa", |
294 |
|
|
"ye" => "Jemen", |
295 |
|
|
"yt" => "Mayotte", |
296 |
|
|
"yu" => "Serbia and Montenegro", |
297 |
|
|
"za" => "Etelä-Afrikka", |
298 |
|
|
"zm" => "Zambia", |
299 |
|
|
"zr" => "Zaire", |
300 |
|
|
"zw" => "Zimbabwe", |
301 |
|
|
); |
302 |
|
|
|
303 |
|
|
// The main Translation array |
304 |
|
|
$translation = array( |
305 |
|
|
// Specific charset |
306 |
|
|
"global_charset" => "utf-8", |
307 |
|
|
|
308 |
|
|
// Date format (used with date() ) |
309 |
|
|
"global_time_format" => "M jS, H:i:s", |
310 |
|
|
"global_day_format" => "l F jS, Y", |
311 |
|
|
"global_hours_format" => "l F jS, G:00", |
312 |
|
|
"global_month_format" => "F Y", |
313 |
|
|
|
314 |
|
|
// Global translation |
315 |
|
|
"global_titlebar"=> "Statistics for %SERVER generated on %DATE", |
316 |
|
|
"global_bbclone_copyright" => "BBclone tiimi - Lisenssi on", |
317 |
|
|
"global_last_reset" => "Statistics last reset on", |
318 |
|
|
"global_yes" => "kyllä", |
319 |
|
|
"global_no" => "ei", |
320 |
|
|
|
321 |
|
|
// The error messages |
322 |
|
|
"error_cannot_see_config" => |
323 |
|
|
"Sinulle ei ole annettu oikeuksia tarkastella BBClonen asetuksia tällä palvelimella.", |
324 |
|
|
|
325 |
|
|
// Miscellaneous translations |
326 |
|
|
"misc_other" => "Muu", |
327 |
|
|
"misc_unknown" => "Tuntematon", |
328 |
|
|
"misc_second_unit" => "s", |
329 |
|
|
"misc_ignored" => "Ignored", |
330 |
|
|
|
331 |
|
|
// The Navigation Bar |
332 |
|
|
"navbar_main_site" => "Seurattu sivusto", |
333 |
|
|
"navbar_configuration" => "Asetukset", |
334 |
|
|
"navbar_global_stats" => "Kokonaistilastot", |
335 |
|
|
"navbar_detailed_stats" => "Käyntikertakoht. tilastot", |
336 |
|
|
"navbar_time_stats" => "Aikatilastot", |
337 |
|
|
"navbar_language" => "Language", |
338 |
|
|
"navbar_go" => "Go", |
339 |
|
|
|
340 |
|
|
// Detailed stats words |
341 |
|
|
"dstat_id" => "Nro", |
342 |
|
|
"dstat_time" => "Aika", |
343 |
|
|
"dstat_visits" => "Lkm", |
344 |
|
|
"dstat_extension" => "Pääte", |
345 |
|
|
"dstat_dns" => "Osoite", |
346 |
|
|
"dstat_from" => "Lähdesivu", |
347 |
|
|
"dstat_os" => "Käyttöjärjestelmä", |
348 |
|
|
"dstat_browser" => "Selain", |
349 |
|
|
"dstat_visible_rows" => "Listassa vierailuja", |
350 |
|
|
"dstat_green_rows" => "vihreä rivi", |
351 |
|
|
"dstat_blue_rows" => "sininen rivi", |
352 |
|
|
"dstat_red_rows" => "punainen rivi", |
353 |
|
|
"dstat_search" => "Search", |
354 |
|
|
"dstat_last_page" => "Last Page", |
355 |
|
|
"dstat_last_visit" => "viimeinen vierailu", |
356 |
|
|
"dstat_robots" => "robotteja", |
357 |
|
|
"dstat_my_visit" => "Visits from your IP", |
358 |
|
|
"dstat_no_data" => "No data available", |
359 |
|
|
"dstat_prx" => "Proxy Server", |
360 |
|
|
"dstat_ip" => "IP Address", |
361 |
|
|
"dstat_user_agent" => "User Agent", |
362 |
|
|
"dstat_nr" => "Nr", |
363 |
|
|
"dstat_pages" => "Pages", |
364 |
|
|
"dstat_visit_length" => "Visit Length", |
365 |
|
|
"dstat_reloads" => "Reloads", |
366 |
|
|
"dstat_whois_information" => "Look up information on this IP Adress", |
367 |
|
|
|
368 |
|
|
// Global stats words |
369 |
|
|
"gstat_accesses" => "Vierailuja", |
370 |
|
|
"gstat_total_visits" => "Yhteensä", |
371 |
|
|
"gstat_total_unique" => "Eri osoitteista", |
372 |
|
|
"gstat_operating_systems" => "Top %d käyttöjärjestelmää", |
373 |
|
|
"gstat_browsers" => "Top %d selainta", |
374 |
|
|
"gstat_extensions" => "Top %d päätettä", |
375 |
|
|
"gstat_robots" => "Top %d robottia", |
376 |
|
|
"gstat_pages" => "Top %d sivua", |
377 |
|
|
"gstat_origins" => "Top %d viittaavaa sivua", |
378 |
|
|
"gstat_hosts" => "Top %d Hosts", |
379 |
|
|
"gstat_keys" => "Top %d Keywords", |
380 |
|
|
"gstat_total" => "Yhteensä", |
381 |
|
|
"gstat_not_specified" => "Ei määritelty", |
382 |
|
|
|
383 |
|
|
// Time stats words |
384 |
|
|
"tstat_su" => "Su", |
385 |
|
|
"tstat_mo" => "Ma", |
386 |
|
|
"tstat_tu" => "Ti", |
387 |
|
|
"tstat_we" => "Ke", |
388 |
|
|
"tstat_th" => "To", |
389 |
|
|
"tstat_fr" => "Pe", |
390 |
|
|
"tstat_sa" => "La", |
391 |
|
|
|
392 |
|
|
"tstat_full_su" => "Sunday", |
393 |
|
|
"tstat_full_mo" => "Monday", |
394 |
|
|
"tstat_full_tu" => "Tuesday", |
395 |
|
|
"tstat_full_we" => "Wednesday", |
396 |
|
|
"tstat_full_th" => "Thursday", |
397 |
|
|
"tstat_full_fr" => "Friday", |
398 |
|
|
"tstat_full_sa" => "Saturday", |
399 |
|
|
|
400 |
|
|
"tstat_jan" => "Tam", |
401 |
|
|
"tstat_feb" => "Hel", |
402 |
|
|
"tstat_mar" => "Maa", |
403 |
|
|
"tstat_apr" => "Huh", |
404 |
|
|
"tstat_may" => "Tou", |
405 |
|
|
"tstat_jun" => "Kes", |
406 |
|
|
"tstat_jul" => "Hei", |
407 |
|
|
"tstat_aug" => "Elo", |
408 |
|
|
"tstat_sep" => "Syy", |
409 |
|
|
"tstat_oct" => "Lok", |
410 |
|
|
"tstat_nov" => "Mar", |
411 |
|
|
"tstat_dec" => "Jou", |
412 |
|
|
|
413 |
|
|
"tstat_full_jan" => "January", |
414 |
|
|
"tstat_full_feb" => "February", |
415 |
|
|
"tstat_full_mar" => "March", |
416 |
|
|
"tstat_full_apr" => "April", |
417 |
|
|
"tstat_full_may" => "May", |
418 |
|
|
"tstat_full_jun" => "June", |
419 |
|
|
"tstat_full_jul" => "July", |
420 |
|
|
"tstat_full_aug" => "August", |
421 |
|
|
"tstat_full_sep" => "September", |
422 |
|
|
"tstat_full_oct" => "October", |
423 |
|
|
"tstat_full_nov" => "November", |
424 |
|
|
"tstat_full_dec" => "December", |
425 |
|
|
|
426 |
|
|
"tstat_last_day" => "Viimeisen vuorokauden aikana", |
427 |
|
|
"tstat_last_week" => "Viimeisen viikon aikana", |
428 |
|
|
"tstat_last_month" => "Viimeisen kuukauden aikana", |
429 |
|
|
"tstat_last_year" => "Viimeisen vuoden aikana", |
430 |
|
|
"tstat_average" => "Average", |
431 |
|
|
|
432 |
|
|
// Loadtime notice |
433 |
|
|
"generated" => "page generated in ", |
434 |
|
|
"seconds" => " seconds", |
435 |
|
|
|
436 |
|
|
// Configuration page words and sentences |
437 |
|
|
"config_variable_name" => "Muuttuja", |
438 |
|
|
"config_variable_value" => "Muuttujan arvo", |
439 |
|
|
"config_explanations" => "Kuvaus", |
440 |
|
|
|
441 |
|
|
"config_BBC_MAINSITE" => |
442 |
|
|
"If this variable has been set, a link to the specified location will be |
443 |
|
|
generated. The default value is pointing to the parent directory. In case your |
444 |
|
|
main site is located elsewhere, you probably want to adjust the value to suit |
445 |
|
|
your needs.<br /> |
446 |
|
|
Examples:<br /> |
447 |
|
|
\$BBC_MAINSITE = "http://www.myserver.com/"<br /> |
448 |
|
|
\$BBC_MAINSITE = ".."<br /> |
449 |
|
|
\$BBC_MAINSITE = "";", |
450 |
|
|
|
451 |
|
|
"config_BBC_SHOW_CONFIG" => |
452 |
|
|
"BBClone defaults to revealing the stats' settings. In case this behavior isn't |
453 |
|
|
desired you can deny access to it by deactivating the option.<br /> |
454 |
|
|
Examples:<br /> |
455 |
|
|
\$BBC_SHOW_CONFIG = 1;<br /> |
456 |
|
|
\$BBC_SHOW_CONFIG = "";", |
457 |
|
|
|
458 |
|
|
"config_BBC_TITLEBAR" => |
459 |
|
|
"Kaikilla BBClonen luomilla sivuilla näkyvä otsikko.<br /> |
460 |
|
|
Seuraavia muuttujia voi käyttää:<br /> |
461 |
|
|
<ul> |
462 |
|
|
<li>%SERVER: palvelimen nimi,</li> |
463 |
|
|
<li>%DATE: päivämäärä.</li> |
464 |
|
|
</ul> |
465 |
|
|
HTML-koodi on myös ok.<br /> |
466 |
|
|
Examples:<br /> |
467 |
|
|
\$BBC_TITLEBAR = "Statistics for %SERVER generated the %DATE";<br /> |
468 |
|
|
\$BBC_TITLEBAR = "My stats from %DATE look like this:"; |
469 |
|
|
<br />", |
470 |
|
|
|
471 |
|
|
"config_BBC_LANGUAGE" => |
472 |
|
|
"BBClone's default language, in case it hasn't been specified by the browser. |
473 |
|
|
The following languages are supported: |
474 |
|
|
<p>ar, bg, bs, ca, cs, da, de, el, en, es, fi, fr, hu, id, it, ja, ko, lt, mk, nb, nl, pl, pt, pt-br, ro, ru, |
475 |
|
|
sk, sl, sv, th, tr, ua, zh-cn and zh-tw</p>", |
476 |
|
|
|
477 |
|
|
"config_BBC_MAXTIME" => |
478 |
|
|
"This variable defines the length of an unique visit in seconds. Each hit from |
479 |
|
|
the same visitor within this period will be considered as one visit, as long as |
480 |
|
|
two successive hits don't exceed the specified limit. Default is the de facto |
481 |
|
|
web standard of 30 minutes (1800 seconds), but depending on your needs you may |
482 |
|
|
wish to assign a different value.<br /> |
483 |
|
|
Examples:<br /> |
484 |
|
|
\$BBC_MAXTIME = 0;<br /> |
485 |
|
|
\$BBC_MAXTIME = 1800;", |
486 |
|
|
|
487 |
|
|
"config_BBC_MAXVISIBLE" => |
488 |
|
|
"How many entries you want to have listed in the detailed stats? The default |
489 |
|
|
value is 100. It's recommended not to set it higher than 500 to avoid too heavy |
490 |
|
|
load.", |
491 |
|
|
|
492 |
|
|
"config_BBC_DETAILED_STAT_FIELDS" => |
493 |
|
|
"The variable \$BBC_DETAILED_STAT_FIELDS determines the columns to be displayed |
494 |
|
|
in the detailed statistics. Possible columns are: |
495 |
|
|
<ul> |
496 |
|
|
<li>id => The x-th visitor since you've started counting</li> |
497 |
|
|
<li>time => The time at which the last hit was registerred</li> |
498 |
|
|
<li>visits => The hits of one unique visitor</li> |
499 |
|
|
<li>dns => Visitor's hostname</li> |
500 |
|
|
<li>ip => Visitor's IP address</li> |
501 |
|
|
<li>os => the operating system (if available and/or no robot)</li> |
502 |
|
|
<li>browser => The software used for establishing the connection |
503 |
|
|
</li> |
504 |
|
|
<li>ext => Visitor's country or extension</li> |
505 |
|
|
<li>referer => The link from which a visitor came (if available) |
506 |
|
|
</li> |
507 |
|
|
<li>page => The last visited page</li> |
508 |
|
|
<li>search => The search query a visitor used (if available)</li> |
509 |
|
|
</ul> |
510 |
|
|
The same order you've arranged the columns will be used for display.<br /> |
511 |
|
|
Examples:<br /> |
512 |
|
|
\$BBC_DETAILED_STAT_FIELDS = "id, time, visits, ip, ext, os, browser"; |
513 |
|
|
<br /> |
514 |
|
|
\$BBC_DETAILED_STAT_FIELDS = "date, ext, browser, os, ip";<br />", |
515 |
|
|
|
516 |
|
|
"config_BBC_TIME_OFFSET" => |
517 |
|
|
"In case the server time doesn't match your local timezone, you can adjust the |
518 |
|
|
time in minutes by using this switch. Negative values will set back the time, |
519 |
|
|
positive ones will set it forth.<br /> |
520 |
|
|
Examples:<br /> |
521 |
|
|
\$BBC_TIME_OFFSET = 300;<br /> |
522 |
|
|
\$BBC_TIME_OFFSET = -300;<br /> |
523 |
|
|
\$BBC_TIME_OFFSET = 0;", |
524 |
|
|
|
525 |
|
|
"config_BBC_NO_DNS" => |
526 |
|
|
"This options defines, whether IP addresses should be resolved to hostnames or |
527 |
|
|
not. While hostnames tell a lot more about the visitor, resolving them may |
528 |
|
|
considerably slow down your site, if the DNS servers used are slow, limited in |
529 |
|
|
their capacity or otherwise unreliable. Setting this variable may solve the |
530 |
|
|
problem.<br /> |
531 |
|
|
Examples:<br /> |
532 |
|
|
\$BBC_NO_DNS = 1;<br /> |
533 |
|
|
\$BBC_NO_DNS = "";", |
534 |
|
|
|
535 |
|
|
"config_BBC_NO_HITS" => |
536 |
|
|
"BBClone's default is to show hits in the time stats, because it gives a quite |
537 |
|
|
useful Impression from the actual server load. If, however, you prefer to use |
538 |
|
|
unique visits as base for your time stats, you can change the way of counting |
539 |
|
|
by setting this variable.<br /> |
540 |
|
|
Examples:<br /> |
541 |
|
|
\$BBC_NO_HITS = 1;<br /> |
542 |
|
|
\$BBC_NO_HITS = "";", |
543 |
|
|
|
544 |
|
|
"config_BBC_IGNORE_IP" => |
545 |
|
|
"This option can be used to exclude particular IP addresses or address ranges |
546 |
|
|
from counting. In case you want to add several expressions use a comma as |
547 |
|
|
separator.<br /> |
548 |
|
|
Examples:<br /> |
549 |
|
|
\$BBC_IGNORE_IP = "127., 192.168.";<br /> |
550 |
|
|
\$BBC_IGNORE_IP = "";", |
551 |
|
|
|
552 |
|
|
"config_BBC_IGNORE_REFER" => |
553 |
|
|
"In case you don't want to have particular referrers from your visitors listed |
554 |
|
|
in your ranking or detailed stats, you can specify one or more keywords used |
555 |
|
|
for blocking if a referrer matches up against them. If you use more keywords, |
556 |
|
|
please use a comma as separator.<br /> |
557 |
|
|
Examples:<br /> |
558 |
|
|
\$BBC_IGNORE_REFER = "spambot.org, .escort.";<br /> |
559 |
|
|
\$BBC_IGNORE_REFER = "";", |
560 |
|
|
|
561 |
|
|
"config_BBC_IGNORE_BOTS" => |
562 |
|
|
"You can use this option to determine the treatment of robots. The default is |
563 |
|
|
to ignore them in the top hosts ranking but leave them in the remaining |
564 |
|
|
stats. If you don't want to see any robots at all you can set this option to |
565 |
|
|
"2", then only human visits will be taken into account.<br /> |
566 |
|
|
Examples:<br /> |
567 |
|
|
\$BBC_IGNORE_BOTS = 2;<br /> |
568 |
|
|
\$BBC_IGNORE_BOTS = 1;<br /> |
569 |
|
|
\$BBC_IGNORE_BOTS = "";", |
570 |
|
|
|
571 |
|
|
"config_BBC_IGNORE_AGENT" => |
572 |
|
|
"This option defines how BBClone tells one visitor from another. Default is to |
573 |
|
|
use the IP address only, which provides realistic figures in most cases. If, |
574 |
|
|
however, your visitors often are hidden behind proxy servers, deactivation of |
575 |
|
|
this option could provide more realistic figures, since a new visitor will be |
576 |
|
|
assumed by the time the user agent has changed.<br /> |
577 |
|
|
Examples:<br /> |
578 |
|
|
\$BBC_IGNORE_AGENT = 1;<br /> |
579 |
|
|
\$BBC_IGNORE_AGENT = "";", |
580 |
|
|
|
581 |
|
|
"config_BBC_KILL_STATS" => |
582 |
|
|
"Whenever you wish to reset your stats you can activate this switch and have |
583 |
|
|
them deleted by the next visit. Don't forget to deactivate it afterwards, else |
584 |
|
|
you'll probably experience unusually low traffic ;).<br /> |
585 |
|
|
Examples:<br /> |
586 |
|
|
\$BBC_KILL_STATS = 1;<br /> |
587 |
|
|
\$BBC_KILL_STATS = "";", |
588 |
|
|
|
589 |
|
|
"config_BBC_PURGE_SINGLE" => |
590 |
|
|
"Host and referrer stats can generate a huge amount of data, however mostly |
591 |
|
|
caused by one time visitors. By enabling this switch you can purge these |
592 |
|
|
entries and considerably shrink access.php in its size without affecting your |
593 |
|
|
actual visible host and referrer ranking. The amount of hits will be added to |
594 |
|
|
the "not_specified" entries to keep the overall score intact.<br /> |
595 |
|
|
Examples:<br /> |
596 |
|
|
\$BBC_PURGE_SINGLE = 1;<br /> |
597 |
|
|
\$BBC_PURGE_SINGLE = "";" |
598 |
|
|
|
599 |
|
|
); |
600 |
matthys |
14 |
?> |