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 |
|
|
// Language: Dutch (Nederlands) |
22 |
|
|
|
23 |
|
|
// The DNS Extensions array |
24 |
|
|
$extensions = array( |
25 |
|
|
"localdomain" => "Lokaal", |
26 |
|
|
"numeric" => "Numeriek", |
27 |
|
|
"unknown" => "Onbekend", |
28 |
|
|
"museum" => "Museum", |
29 |
|
|
"travel" => "Reizen", |
30 |
|
|
"ipv4" => "IPv4", |
31 |
|
|
"ipv6" => "IPv6", |
32 |
|
|
|
33 |
|
|
"aero" => "Luchtvaart", |
34 |
|
|
"arpa" => "Arpanet oude stijl", |
35 |
|
|
"asia" => "Azië en de Stille Oceaan", |
36 |
|
|
"coop" => "Coöperatief", |
37 |
|
|
"info" => "Informatie", |
38 |
|
|
"jobs" => "Vacatures", |
39 |
|
|
"mobi" => "Mobielen", |
40 |
|
|
"name" => "Individu", |
41 |
|
|
"post" => "Posterij", |
42 |
|
|
|
43 |
|
|
"biz" => "Bedrijven", |
44 |
|
|
"cat" => "Catalaans", |
45 |
|
|
"com" => "Commercieel", |
46 |
|
|
"edu" => "US educatieve instellingen", |
47 |
|
|
"gal" => "Galicië", |
48 |
|
|
"gov" => "US overheid", |
49 |
|
|
"int" => "Internationaal", |
50 |
|
|
"mil" => "US militair", |
51 |
|
|
"net" => "Netwerken", |
52 |
|
|
"org" => "Organisaties", |
53 |
|
|
"pro" => "Professionals", |
54 |
|
|
"tel" => "Contacten", |
55 |
|
|
"xxx" => "Pornografie", |
56 |
|
|
|
57 |
|
|
"ac" => "Ascension", |
58 |
|
|
"ad" => "Andorra", |
59 |
|
|
"ae" => "Verenigde Arabische Emiraten", |
60 |
|
|
"af" => "Afghanistan", |
61 |
|
|
"ag" => "Antigua en Barbuda", |
62 |
|
|
"ai" => "Anguilla", |
63 |
|
|
"al" => "Albanië", |
64 |
|
|
"am" => "Armenië", |
65 |
|
|
"an" => "Nederlandse Antillen", |
66 |
|
|
"ao" => "Angola", |
67 |
|
|
"aq" => "Antarctica", |
68 |
|
|
"ar" => "Argentinië", |
69 |
|
|
"as" => "Amerikaans-Samoa", |
70 |
|
|
"at" => "Oostenrijk", |
71 |
|
|
"au" => "Australië", |
72 |
|
|
"aw" => "Aruba", |
73 |
|
|
"ax" => "Åland", |
74 |
|
|
"az" => "Azerbeidzjan", |
75 |
|
|
"ba" => "Bosnië en Herzegovina", |
76 |
|
|
"bb" => "Barbados", |
77 |
|
|
"bd" => "Bangladesh", |
78 |
|
|
"be" => "België", |
79 |
|
|
"bf" => "Burkina Faso", |
80 |
|
|
"bg" => "Bulgarije", |
81 |
|
|
"bh" => "Bahrein", |
82 |
|
|
"bi" => "Burundi", |
83 |
|
|
"bj" => "Benin", |
84 |
|
|
"bm" => "Bermuda", |
85 |
|
|
"bn" => "Brunei", |
86 |
|
|
"bo" => "Bolivia", |
87 |
|
|
"bq" => "Caribisch Nederland", |
88 |
|
|
"br" => "Brazilië", |
89 |
|
|
"bs" => "Bahama's", |
90 |
|
|
"bt" => "Bhutan", |
91 |
|
|
"bw" => "Botswana", |
92 |
|
|
"by" => "Wit-Rusland", |
93 |
|
|
"bz" => "Belize", |
94 |
|
|
"ca" => "Canada", |
95 |
|
|
"cc" => "Cocoseilanden", |
96 |
|
|
"cd" => "Democratic Republic of the Congo", |
97 |
|
|
"cf" => "Centraal-Afrikaanse Republiek", |
98 |
|
|
"cg" => "Congo", |
99 |
|
|
"ch" => "Zwitserland", |
100 |
|
|
"ci" => "Ivoorkust", |
101 |
|
|
"ck" => "Cookeilanden", |
102 |
|
|
"cl" => "Chili", |
103 |
|
|
"cm" => "Kameroen", |
104 |
|
|
"cn" => "China", |
105 |
|
|
"co" => "Colombia", |
106 |
|
|
"cr" => "Costa Rica", |
107 |
|
|
"cu" => "Cuba", |
108 |
|
|
"cv" => "Kaapverdië", |
109 |
|
|
"cx" => "Christmaseiland", |
110 |
|
|
"cy" => "Cyprus", |
111 |
|
|
"cz" => "Tsjechië", |
112 |
|
|
"de" => "Duitsland", |
113 |
|
|
"dj" => "Djibouti", |
114 |
|
|
"dk" => "Denemarken", |
115 |
|
|
"dm" => "Dominica", |
116 |
|
|
"do" => "Dominicaanse Republiek", |
117 |
|
|
"dz" => "Algerije", |
118 |
|
|
"ec" => "Ecuador", |
119 |
|
|
"ee" => "Estland", |
120 |
|
|
"eg" => "Egypte", |
121 |
|
|
"er" => "Eritrea", |
122 |
|
|
"es" => "Spainje", |
123 |
|
|
"et" => "Ethiopië", |
124 |
|
|
"eu" => "Europese Unie", |
125 |
|
|
"fi" => "Finland", |
126 |
|
|
"fj" => "Fiji", |
127 |
|
|
"fk" => "Falklandeilanden", |
128 |
|
|
"fm" => "Micronesia", |
129 |
|
|
"fo" => "Faeröer", |
130 |
|
|
"fr" => "Frankrijk", |
131 |
|
|
"ga" => "Gabon", |
132 |
|
|
"gd" => "Grenada", |
133 |
|
|
"ge" => "Georgië", |
134 |
|
|
"gf" => "Frans-Guyana", |
135 |
|
|
"gg" => "Guernsey", |
136 |
|
|
"gh" => "Ghana", |
137 |
|
|
"gi" => "Gibraltar", |
138 |
|
|
"gl" => "Groenland", |
139 |
|
|
"gm" => "Gambia", |
140 |
|
|
"gn" => "Guinee", |
141 |
|
|
"gp" => "Guadeloupe", |
142 |
|
|
"gq" => "Equatoriaal-Guinea", |
143 |
|
|
"gr" => "Griekenland", |
144 |
|
|
"gs" => "Zuid-Georgië en de Zuidelijke Sandwicheilanden", |
145 |
|
|
"gt" => "Guatemala", |
146 |
|
|
"gu" => "Guam", |
147 |
|
|
"gw" => "Guinee-Bissau", |
148 |
|
|
"gy" => "Guyana", |
149 |
|
|
"hk" => "Hongkong", |
150 |
|
|
"hm" => "Heard en MacDonaldeilanden", |
151 |
|
|
"hn" => "Honduras", |
152 |
|
|
"hr" => "Kroatië", |
153 |
|
|
"ht" => "Haïti", |
154 |
|
|
"hu" => "Hongarije", |
155 |
|
|
"id" => "Indonesië", |
156 |
|
|
"ie" => "Ierland", |
157 |
|
|
"il" => "Israël", |
158 |
|
|
"im" => "Eiland Man", |
159 |
|
|
"in" => "India", |
160 |
|
|
"io" => "Brits Indische Oceaanterritorium", |
161 |
|
|
"iq" => "Irak", |
162 |
|
|
"ir" => "Iran", |
163 |
|
|
"is" => "IJsland", |
164 |
|
|
"it" => "Italië", |
165 |
|
|
"je" => "Jersey", |
166 |
|
|
"jm" => "Jamaica", |
167 |
|
|
"jo" => "Jordanië", |
168 |
|
|
"jp" => "Japan", |
169 |
|
|
"ke" => "Kenia", |
170 |
|
|
"kg" => "Kirgizië", |
171 |
|
|
"kh" => "Cambodja", |
172 |
|
|
"ki" => "Kiribati", |
173 |
|
|
"km" => "Comoren", |
174 |
|
|
"kn" => "Saint Kitts en Nevis", |
175 |
|
|
"kp" => "Noord-Korea", |
176 |
|
|
"kr" => "Zuid-Korea", |
177 |
|
|
"kw" => "Koeweit", |
178 |
|
|
"ky" => "Cayman Islands", |
179 |
|
|
"kz" => "Kazakhstan", |
180 |
|
|
"la" => "Laos", |
181 |
|
|
"lb" => "Lebanon", |
182 |
|
|
"lc" => "Saint Lucia", |
183 |
|
|
"li" => "Liechtenstein", |
184 |
|
|
"lk" => "Sri Lanka", |
185 |
|
|
"lr" => "Liberia", |
186 |
|
|
"ls" => "Lesotho", |
187 |
|
|
"lt" => "Lithuania", |
188 |
|
|
"lu" => "Luxembourg", |
189 |
|
|
"lv" => "Latvia", |
190 |
|
|
"ly" => "Libya", |
191 |
|
|
"ma" => "Morocco", |
192 |
|
|
"mc" => "Monaco", |
193 |
|
|
"md" => "Moldova", |
194 |
|
|
"me" => "Montenegro", |
195 |
|
|
"mg" => "Madagascar", |
196 |
|
|
"mh" => "Marshall Islands", |
197 |
|
|
"mk" => "Macedonia", |
198 |
|
|
"ml" => "Mali", |
199 |
|
|
"mm" => "Myanmar", |
200 |
|
|
"mn" => "Mongolia", |
201 |
|
|
"mo" => "Macau", |
202 |
|
|
"mp" => "Northern Mariana Islands", |
203 |
|
|
"mq" => "Martinique", |
204 |
|
|
"mr" => "Mauritania", |
205 |
|
|
"ms" => "Montserrat", |
206 |
|
|
"mt" => "Malta", |
207 |
|
|
"mu" => "Mauritius", |
208 |
|
|
"mv" => "Maldives", |
209 |
|
|
"mw" => "Malawi", |
210 |
|
|
"mx" => "Mexico", |
211 |
|
|
"my" => "Malaysia", |
212 |
|
|
"mz" => "Mozambique", |
213 |
|
|
"na" => "Namibia", |
214 |
|
|
"nc" => "New Caledonia", |
215 |
|
|
"ne" => "Niger", |
216 |
|
|
"nf" => "Norfolk Island", |
217 |
|
|
"ng" => "Nigeria", |
218 |
|
|
"ni" => "Nicaragua", |
219 |
|
|
"nl" => "Nederland", |
220 |
|
|
"no" => "Norway", |
221 |
|
|
"np" => "Nepal", |
222 |
|
|
"nr" => "Nauru", |
223 |
|
|
"nu" => "Niue", |
224 |
|
|
"nz" => "New Zealand", |
225 |
|
|
"om" => "Oman", |
226 |
|
|
"pa" => "Panama", |
227 |
|
|
"pe" => "Peru", |
228 |
|
|
"pf" => "French Polynesia", |
229 |
|
|
"pg" => "Papua New Guinea", |
230 |
|
|
"ph" => "Philippines", |
231 |
|
|
"pk" => "Pakistan", |
232 |
|
|
"pl" => "Poland", |
233 |
|
|
"pm" => "Saint Pierre and Miquelon", |
234 |
|
|
"pn" => "Pitcairn", |
235 |
|
|
"pr" => "Puerto Rico", |
236 |
|
|
"ps" => "Palestine", |
237 |
|
|
"pt" => "Portugal", |
238 |
|
|
"pw" => "Palau", |
239 |
|
|
"py" => "Paraguay", |
240 |
|
|
"qa" => "Qatar", |
241 |
|
|
"re" => "Reunion", |
242 |
|
|
"ro" => "Romania", |
243 |
|
|
"rs" => "Serbia", |
244 |
|
|
"ru" => "Russia", |
245 |
|
|
"rw" => "Rwanda", |
246 |
|
|
"sa" => "Saudi Arabia", |
247 |
|
|
"sb" => "Solomon Islands", |
248 |
|
|
"sc" => "Seychelles", |
249 |
|
|
"sd" => "Sudan", |
250 |
|
|
"se" => "Sweden", |
251 |
|
|
"sg" => "Singapore", |
252 |
|
|
"sh" => "Saint 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 and Principe", |
261 |
|
|
"su" => "Soviet Union", |
262 |
|
|
"sv" => "El Salvador", |
263 |
|
|
"sx" => "XXX MISSING TRANS XXX", |
264 |
|
|
"sy" => "Syria", |
265 |
|
|
"sz" => "Swaziland", |
266 |
|
|
"tc" => "Turks and Caicos Islands", |
267 |
|
|
"td" => "Chad", |
268 |
|
|
"tf" => "French Southern Territories", |
269 |
|
|
"tg" => "Togo", |
270 |
|
|
"th" => "Thailand", |
271 |
|
|
"tj" => "Tajikistan", |
272 |
|
|
"tk" => "Tokelau", |
273 |
|
|
"tl" => "East Timor", |
274 |
|
|
"tm" => "Turkmenistan", |
275 |
|
|
"tn" => "Tunisia", |
276 |
|
|
"to" => "Tonga", |
277 |
|
|
"tp" => "Portuguese Timor", |
278 |
|
|
"tr" => "Turkey", |
279 |
|
|
"tt" => "Trinidad and Tobago", |
280 |
|
|
"tv" => "Tuvalu", |
281 |
|
|
"tw" => "Taiwan", |
282 |
|
|
"tz" => "Tanzania", |
283 |
|
|
"ua" => "Ukraine", |
284 |
|
|
"ug" => "Uganda", |
285 |
|
|
"uk" => "United Kingdom", |
286 |
|
|
"us" => "United States", |
287 |
|
|
"uy" => "Uruguay", |
288 |
|
|
"uz" => "Uzbekistan", |
289 |
|
|
"va" => "Holy See (Vatican City State)", |
290 |
|
|
"vc" => "Saint Vincent and the Grenadines", |
291 |
|
|
"ve" => "Venezuela", |
292 |
|
|
"vg" => "Virgin Islands (British)", |
293 |
|
|
"vi" => "Virgin Islands (US)", |
294 |
|
|
"vn" => "Vietnam", |
295 |
|
|
"vu" => "Vanuatu", |
296 |
|
|
"wf" => "Wallis and Futuna Islands", |
297 |
|
|
"ws" => "Samoa", |
298 |
|
|
"ye" => "Yemen", |
299 |
|
|
"yt" => "Mayotte", |
300 |
|
|
"yu" => "Serbia and Montenegro", |
301 |
|
|
"za" => "South Africa", |
302 |
|
|
"zm" => "Zambia", |
303 |
|
|
"zw" => "Zimbabwe", |
304 |
|
|
|
305 |
|
|
// No longer active but needed for history purpose |
306 |
|
|
"bl" => "Saint Barthélemy", // Unassigned |
307 |
|
|
"bv" => "Bouvet Island", // Inactive, but still in root (uses .no) |
308 |
|
|
"bq" => "Caribbean Netherlands", // Unassigned |
309 |
|
|
"cs" => "Serbia and Montenegro", // Discontinued, No longer in root |
310 |
|
|
"eh" => "Western Sahara", // Unassigned |
311 |
|
|
"gb" => "Verenigd Koninkrijk", // Unused (uses .uk) |
312 |
|
|
"mf" => "Saint Martin", // Unassigned |
313 |
|
|
"sj" => "Svalbard and Jan Mayen Islands", // Inactive, but still in root (uses .no) |
314 |
|
|
"ss" => "South Sudan", // No longer in root |
315 |
|
|
"um" => "US Minor Outlying Islands", // Discontinued, No longer in root |
316 |
|
|
"yu" => "Serbia and Montenegro", // Discontinued, No longer in root |
317 |
|
|
"zr" => "Zaire" // Discontinued, No longer in root |
318 |
|
|
); |
319 |
|
|
|
320 |
|
|
// The main Translation array |
321 |
|
|
$translation = array( |
322 |
|
|
|
323 |
|
|
// Specific charset |
324 |
|
|
"global_charset" => "utf-8", |
325 |
|
|
|
326 |
|
|
// Date format (used with date()) |
327 |
|
|
"global_time_format" => "j M, H:i:s", |
328 |
|
|
"global_day_format" => "l j F Y", |
329 |
|
|
"global_hours_format" => "l j F Y G:00", |
330 |
|
|
"global_month_format" => "F Y", |
331 |
|
|
|
332 |
|
|
// Global translation |
333 |
|
|
"global_titlebar"=> "Statistieken voor %SERVER gegenereerd op %DATE", |
334 |
|
|
"global_bbclone_copyright" => "Het BBClone Team - licentie onder de", |
335 |
|
|
"global_last_reset" => "Statistieken laatst gewist op", |
336 |
|
|
"global_yes" => "Ja", |
337 |
|
|
"global_no" => "Nee", |
338 |
|
|
|
339 |
|
|
// The error messages |
340 |
|
|
"error_cannot_see_config" => |
341 |
|
|
"You are not allowed to see the BBClone configuration on this server.", |
342 |
|
|
|
343 |
|
|
// Miscellaneous translations |
344 |
|
|
"misc_other" => "Anders", |
345 |
|
|
"misc_unknown" => "Onbekend", |
346 |
|
|
"misc_second_unit" => "sec", |
347 |
|
|
"misc_ignored" => "Genegeerd", |
348 |
|
|
|
349 |
|
|
// The Navigation Bar |
350 |
|
|
"navbar_main_site" => "Hoofdpagina", |
351 |
|
|
"navbar_configuration" => "Instellingen", |
352 |
|
|
"navbar_global_stats" => "Algemene Statistieken", |
353 |
|
|
"navbar_detailed_stats" => "Gedetailleerde Statistieken", |
354 |
|
|
"navbar_time_stats" => "Tijdstatistieken", |
355 |
|
|
"navbar_language" => "Taal", |
356 |
|
|
"navbar_go" => "Ga", |
357 |
|
|
|
358 |
|
|
// Detailed Stats words |
359 |
|
|
"dstat_id" => "ID", |
360 |
|
|
"dstat_time" => "Tijdstip", |
361 |
|
|
"dstat_visits" => "Bezoeken", |
362 |
|
|
"dstat_extension" => "Land", |
363 |
|
|
"dstat_dns" => "Hostnaam", |
364 |
|
|
"dstat_from" => "Herkomst", |
365 |
|
|
"dstat_os" => "Besturingssysteem", |
366 |
|
|
"dstat_browser" => "Browser", |
367 |
|
|
"dstat_visible_rows" => "Zichtbare bezoekers", |
368 |
|
|
"dstat_search" => "Zoekwoord(en)", |
369 |
|
|
"dstat_last_page" => "Laatste pagina", |
370 |
|
|
"dstat_last_visit" => "Laatste bezoek", |
371 |
|
|
"dstat_robots" => "Robots", |
372 |
|
|
"dstat_my_visit" => "Bezoek via eigen IP", |
373 |
|
|
"dstat_no_data" => "Geen gegevens beschikbaar", |
374 |
|
|
"dstat_prx" => "Proxy Server", |
375 |
|
|
"dstat_ip" => "IP adres", |
376 |
|
|
"dstat_user_agent" => "User Agent", |
377 |
|
|
"dstat_nr" => "Nr", |
378 |
|
|
"dstat_pages" => "Pagina's", |
379 |
|
|
"dstat_visit_length" => "Duur bezoek", |
380 |
|
|
"dstat_reloads" => "Aantal keer herladen", |
381 |
|
|
"dstat_whois_information" => "Zoek de informatie van dit IP adres op", |
382 |
|
|
|
383 |
|
|
// Global Stats words |
384 |
|
|
"gstat_accesses" => "Bezoekers", |
385 |
|
|
"gstat_total_visits" => "Totaal aantal bezoekers", |
386 |
|
|
"gstat_total_unique" => "Totaal aantal unieke bezoekers", |
387 |
|
|
"gstat_operating_systems" => "Top %d Besturingssystemen", |
388 |
|
|
"gstat_browsers" => "Top %d Browsers", |
389 |
|
|
"gstat_extensions" => "Top %d Landen", |
390 |
|
|
"gstat_robots" => "Top %d Robots", |
391 |
|
|
"gstat_pages" => "Top %d Bezochte pagina's", |
392 |
|
|
"gstat_origins" => "Top %d Herkomst", |
393 |
|
|
"gstat_hosts" => "Top %d Hostnamen", |
394 |
|
|
"gstat_keys" => "Top %d Zoekwoorden", |
395 |
|
|
"gstat_total" => "Totaal", |
396 |
|
|
"gstat_not_specified" => "Niet gespecificeerd", |
397 |
|
|
|
398 |
|
|
// Time Stats words |
399 |
|
|
"tstat_su" => "zo", |
400 |
|
|
"tstat_mo" => "ma", |
401 |
|
|
"tstat_tu" => "di", |
402 |
|
|
"tstat_we" => "wo", |
403 |
|
|
"tstat_th" => "do", |
404 |
|
|
"tstat_fr" => "vr", |
405 |
|
|
"tstat_sa" => "za", |
406 |
|
|
|
407 |
|
|
"tstat_full_su" => "zondag", |
408 |
|
|
"tstat_full_mo" => "maandag", |
409 |
|
|
"tstat_full_tu" => "dinsdag", |
410 |
|
|
"tstat_full_we" => "woensdag", |
411 |
|
|
"tstat_full_th" => "donderdag", |
412 |
|
|
"tstat_full_fr" => "vrijdag", |
413 |
|
|
"tstat_full_sa" => "zaterdag", |
414 |
|
|
|
415 |
|
|
"tstat_jan" => "Jan", |
416 |
|
|
"tstat_feb" => "Feb", |
417 |
|
|
"tstat_mar" => "Mrt", |
418 |
|
|
"tstat_apr" => "Apr", |
419 |
|
|
"tstat_may" => "Mei", |
420 |
|
|
"tstat_jun" => "Jun", |
421 |
|
|
"tstat_jul" => "Jul", |
422 |
|
|
"tstat_aug" => "Aug", |
423 |
|
|
"tstat_sep" => "Sep", |
424 |
|
|
"tstat_oct" => "Okt", |
425 |
|
|
"tstat_nov" => "Nov", |
426 |
|
|
"tstat_dec" => "Dec", |
427 |
|
|
|
428 |
|
|
"tstat_full_jan" => "Januari", |
429 |
|
|
"tstat_full_feb" => "Februari", |
430 |
|
|
"tstat_full_mar" => "Maart", |
431 |
|
|
"tstat_full_apr" => "April", |
432 |
|
|
"tstat_full_may" => "Mei", |
433 |
|
|
"tstat_full_jun" => "Juni", |
434 |
|
|
"tstat_full_jul" => "Juli", |
435 |
|
|
"tstat_full_aug" => "Augustus", |
436 |
|
|
"tstat_full_sep" => "September", |
437 |
|
|
"tstat_full_oct" => "Oktober", |
438 |
|
|
"tstat_full_nov" => "November", |
439 |
|
|
"tstat_full_dec" => "December", |
440 |
|
|
|
441 |
|
|
"tstat_last_day" => "Afgelopen 24 uur", |
442 |
|
|
"tstat_last_week" => "Afgelopen week", |
443 |
|
|
"tstat_last_month" => "Afgelopen maand", |
444 |
|
|
"tstat_last_year" => "Afgelopen jaar", |
445 |
|
|
"tstat_average" => "Gemiddeld", |
446 |
|
|
|
447 |
|
|
// Loadtime notice |
448 |
|
|
"generated" => "pagina gegenereerd in ", |
449 |
|
|
"seconds" => " seconden", |
450 |
|
|
|
451 |
|
|
// Configuration page words and sentences |
452 |
|
|
"config_variable_name" => "Naam variabele", |
453 |
|
|
"config_variable_value" => "Waarde variabele", |
454 |
|
|
"config_explanations" => "Uitleg", |
455 |
|
|
|
456 |
|
|
"config_BBC_MAINSITE" => |
457 |
|
|
"If this variable has been set, a link to the specified location will be |
458 |
|
|
generated. The default value is pointing to the parent directory. In case your |
459 |
|
|
main site is located elsewhere, you probably want to adjust the value to suit |
460 |
|
|
your needs.<br /> |
461 |
|
|
Examples:<br /> |
462 |
|
|
\$BBC_MAINSITE = "http://www.myserver.com/"<br /> |
463 |
|
|
\$BBC_MAINSITE = ".."<br /> |
464 |
|
|
\$BBC_MAINSITE = "";", |
465 |
|
|
|
466 |
|
|
"config_BBC_SHOW_CONFIG" => |
467 |
|
|
"BBClone defaults to revealing the stats' settings. In case this behavior isn't |
468 |
|
|
desired you can deny access to it by deactivating the option.<br /> |
469 |
|
|
Examples:<br /> |
470 |
|
|
\$BBC_SHOW_CONFIG = 1;<br /> |
471 |
|
|
\$BBC_SHOW_CONFIG = "";", |
472 |
|
|
|
473 |
|
|
"config_BBC_TITLEBAR" => |
474 |
|
|
"The title of your stats pages.<br /> |
475 |
|
|
It will be displayed in the navigation bar of all BBClone pages<br /> |
476 |
|
|
The following macros are recognised:<br /> |
477 |
|
|
<ul> |
478 |
|
|
<li>%SERVER: server name,</li> |
479 |
|
|
<li>%DATE: current date.</li> |
480 |
|
|
</ul> |
481 |
|
|
HTML Tags are allowed.<br /> |
482 |
|
|
Examples:<br /> |
483 |
|
|
\$BBC_TITLEBAR = "Statistics for %SERVER generated the %DATE";<br /> |
484 |
|
|
\$BBC_TITLEBAR = "My stats from %DATE look like this:";<br />", |
485 |
|
|
|
486 |
|
|
"config_BBC_LANGUAGE" => |
487 |
|
|
"BBClone's default language, in case it hasn't been specified by the browser. |
488 |
|
|
The following languages are supported: |
489 |
|
|
<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, |
490 |
|
|
sk, sl, sv, th, tr, ua, zh-cn and zh-tw</p>", |
491 |
|
|
|
492 |
|
|
"config_BBC_MAXTIME" => |
493 |
|
|
"This variable defines the length of an unique visit in seconds. Each hit from |
494 |
|
|
the same visitor within this period will be considered as one visit, as long as |
495 |
|
|
two successive hits don't exceed the specified limit. Default is 30 minutes (1800 seconds) |
496 |
|
|
but depending on your needs you may wish to assign a different value.<br /> |
497 |
|
|
Examples:<br /> |
498 |
|
|
\$BBC_MAXTIME = 0;<br /> |
499 |
|
|
\$BBC_MAXTIME = 1800;", |
500 |
|
|
|
501 |
|
|
"config_BBC_MAXVISIBLE" => |
502 |
|
|
"How many entries you want to have listed in the detailed stats? The default |
503 |
|
|
value is 100. It's recommended not to set it higher than 500 to avoid too heavy |
504 |
|
|
load.", |
505 |
|
|
|
506 |
|
|
"config_BBC_DETAILED_STAT_FIELDS" => |
507 |
|
|
"The variable \$BBC_DETAILED_STAT_FIELDS determines the columns to be displayed |
508 |
|
|
in the detailed statistics. Possible columns are: |
509 |
|
|
<ul> |
510 |
|
|
<li>id => The x-th visitor since you've started counting</li> |
511 |
|
|
<li>time => The time at which the last hit was registerred</li> |
512 |
|
|
<li>visits => The hits of one unique visitor</li> |
513 |
|
|
<li>dns => Visitor's hostname</li> |
514 |
|
|
<li>ip => Visitor's IP address</li> |
515 |
|
|
<li>os => The operating system (if available and/or no robot)</li> |
516 |
|
|
<li>browser => The software used for establishing the connection</li> |
517 |
|
|
<li>ext => Visitor's country or extension</li> |
518 |
|
|
<li>referer => The link from which a visitor came (if available)</li> |
519 |
|
|
<li>page => The last visited page</li> |
520 |
|
|
<li>search => The search query a visitor used (if available)</li> |
521 |
|
|
</ul> |
522 |
|
|
The same order you've arranged the columns will be used for display.<br /> |
523 |
|
|
Examples:<br /> |
524 |
|
|
\$BBC_DETAILED_STAT_FIELDS = "id, time, visits, ip, ext, os, browser"; |
525 |
|
|
<br /> |
526 |
|
|
\$BBC_DETAILED_STAT_FIELDS = "date, ext, browser, os, ip";<br />", |
527 |
|
|
|
528 |
|
|
"config_BBC_TIME_OFFSET" => |
529 |
|
|
"In case the server time doesn't match your local timezone, you can adjust the |
530 |
|
|
time in minutes by using this switch. Negative values will set back the time, |
531 |
|
|
positive ones will set it forth.<br /> |
532 |
|
|
Examples:<br /> |
533 |
|
|
\$BBC_TIME_OFFSET = 300;<br /> |
534 |
|
|
\$BBC_TIME_OFFSET = -300;<br /> |
535 |
|
|
\$BBC_TIME_OFFSET = 0;", |
536 |
|
|
|
537 |
|
|
"config_BBC_NO_DNS" => |
538 |
|
|
"This options defines, whether IP addresses should be resolved to hostnames or |
539 |
|
|
not. While hostnames tell a lot more about the visitor, resolving them may |
540 |
|
|
considerably slow down your site, if the DNS servers used are slow, limited in |
541 |
|
|
their capacity or otherwise unreliable. Setting this variable may solve the |
542 |
|
|
problem.<br /> |
543 |
|
|
Examples:<br /> |
544 |
|
|
\$BBC_NO_DNS = 1;<br /> |
545 |
|
|
\$BBC_NO_DNS = "";", |
546 |
|
|
|
547 |
|
|
"config_BBC_NO_HITS" => |
548 |
|
|
"BBClone's default is to show hits in the time stats, because it gives a quite |
549 |
|
|
useful Impression from the actual server load. If, however, you prefer to use |
550 |
|
|
unique visits as base for your time stats, you can change the way of counting |
551 |
|
|
by setting this variable.<br /> |
552 |
|
|
Examples:<br /> |
553 |
|
|
\$BBC_NO_HITS = 1;<br /> |
554 |
|
|
\$BBC_NO_HITS = "";", |
555 |
|
|
|
556 |
|
|
"config_BBC_IGNORE_IP" => |
557 |
|
|
"This option can be used to exclude particular IP addresses or address ranges |
558 |
|
|
from counting. In case you want to add several expressions use a comma as |
559 |
|
|
separator.<br /> |
560 |
|
|
Examples:<br /> |
561 |
|
|
\$BBC_IGNORE_IP = "127., 192.168.";<br /> |
562 |
|
|
\$BBC_IGNORE_IP = "";", |
563 |
|
|
|
564 |
|
|
"config_BBC_IGNORE_REFER" => |
565 |
|
|
"In case you don't want to have particular referrers from your visitors listed |
566 |
|
|
in your ranking or detailed stats, you can specify one or more keywords used |
567 |
|
|
for blocking if a referrer matches up against them. If you use more keywords, |
568 |
|
|
please use a comma as separator.<br /> |
569 |
|
|
Examples:<br /> |
570 |
|
|
\$BBC_IGNORE_REFER = "spambot.org, .escort.";<br /> |
571 |
|
|
\$BBC_IGNORE_REFER = "";", |
572 |
|
|
|
573 |
|
|
"config_BBC_IGNORE_BOTS" => |
574 |
|
|
"You can use this option to determine the treatment of robots. The default is |
575 |
|
|
to ignore them in the top hosts ranking but leave them in the remaining |
576 |
|
|
stats. If you don't want to see any robots at all you can set this option to |
577 |
|
|
"2", then only human visits will be taken into account.<br /> |
578 |
|
|
Examples:<br /> |
579 |
|
|
\$BBC_IGNORE_BOTS = 2;<br /> |
580 |
|
|
\$BBC_IGNORE_BOTS = 1;<br /> |
581 |
|
|
\$BBC_IGNORE_BOTS = "";", |
582 |
|
|
|
583 |
|
|
"config_BBC_IGNORE_AGENT" => |
584 |
|
|
"This option defines how BBClone tells one visitor from another. Default is to |
585 |
|
|
use the IP address only, which provides realistic figures in most cases. If, |
586 |
|
|
however, your visitors often are hidden behind proxy servers, deactivation of |
587 |
|
|
this option could provide more realistic figures, since a new visitor will be |
588 |
|
|
assumed by the time the user agent has changed.<br /> |
589 |
|
|
Examples:<br /> |
590 |
|
|
\$BBC_IGNORE_AGENT = 1;<br /> |
591 |
|
|
\$BBC_IGNORE_AGENT = "";", |
592 |
|
|
|
593 |
|
|
"config_BBC_KILL_STATS" => |
594 |
|
|
"Whenever you wish to reset your stats you can activate this switch and have |
595 |
|
|
them deleted by the next visit. Don't forget to deactivate it afterwards, else |
596 |
|
|
you'll probably experience unusually low traffic ;).<br /> |
597 |
|
|
Examples:<br /> |
598 |
|
|
\$BBC_KILL_STATS = 1;<br /> |
599 |
|
|
\$BBC_KILL_STATS = "";", |
600 |
|
|
|
601 |
|
|
"config_BBC_PURGE_SINGLE" => |
602 |
|
|
"Host and referrer stats can generate a huge amount of data, however mostly |
603 |
|
|
caused by one time visitors. By enabling this switch you can purge these |
604 |
|
|
entries and considerably shrink access.php in its size without affecting your |
605 |
|
|
actual visible host and referrer ranking. The amount of hits will be added to |
606 |
|
|
the "not_specified" entries to keep the overall score intact.<br /> |
607 |
|
|
Examples:<br /> |
608 |
|
|
\$BBC_PURGE_SINGLE = 1;<br /> |
609 |
|
|
\$BBC_PURGE_SINGLE = "";", |
610 |
|
|
|
611 |
|
|
); |
612 |
matthys |
14 |
?> |