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