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 |
matthys |
64 |
"edu" => "VS educatieve instellingen", |
47 |
joku |
63 |
"gal" => "Galicië", |
48 |
matthys |
64 |
"gov" => "VS overheid", |
49 |
joku |
63 |
"int" => "Internationaal", |
50 |
matthys |
64 |
"mil" => "VS militair", |
51 |
joku |
63 |
"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 |
matthys |
64 |
"ky" => "Kaaimaneilanden", |
179 |
|
|
"kz" => "Kazachstan", |
180 |
joku |
63 |
"la" => "Laos", |
181 |
|
|
"lb" => "Lebanon", |
182 |
|
|
"lc" => "Saint Lucia", |
183 |
|
|
"li" => "Liechtenstein", |
184 |
|
|
"lk" => "Sri Lanka", |
185 |
|
|
"lr" => "Liberia", |
186 |
|
|
"ls" => "Lesotho", |
187 |
matthys |
64 |
"lt" => "Litouwen", |
188 |
|
|
"lu" => "Luxemburg", |
189 |
|
|
"lv" => "Letland", |
190 |
|
|
"ly" => "Libië", |
191 |
|
|
"ma" => "Marokko", |
192 |
joku |
63 |
"mc" => "Monaco", |
193 |
matthys |
64 |
"md" => "Moldavië", |
194 |
joku |
63 |
"me" => "Montenegro", |
195 |
matthys |
64 |
"mg" => "Madagaskar", |
196 |
|
|
"mh" => "Marshalleilanden", |
197 |
|
|
"mk" => "Macedonië", |
198 |
joku |
63 |
"ml" => "Mali", |
199 |
|
|
"mm" => "Myanmar", |
200 |
matthys |
64 |
"mn" => "Mongolië", |
201 |
joku |
63 |
"mo" => "Macau", |
202 |
matthys |
64 |
"mp" => "Noordelijke Marianen", |
203 |
joku |
63 |
"mq" => "Martinique", |
204 |
matthys |
64 |
"mr" => "Mauritanië", |
205 |
joku |
63 |
"ms" => "Montserrat", |
206 |
|
|
"mt" => "Malta", |
207 |
|
|
"mu" => "Mauritius", |
208 |
matthys |
64 |
"mv" => "Maldiven", |
209 |
joku |
63 |
"mw" => "Malawi", |
210 |
|
|
"mx" => "Mexico", |
211 |
matthys |
64 |
"my" => "Maleisië", |
212 |
joku |
63 |
"mz" => "Mozambique", |
213 |
matthys |
64 |
"na" => "Namibië", |
214 |
|
|
"nc" => "Nieuw-Caledonië", |
215 |
joku |
63 |
"ne" => "Niger", |
216 |
matthys |
64 |
"nf" => "Norfolk", |
217 |
joku |
63 |
"ng" => "Nigeria", |
218 |
|
|
"ni" => "Nicaragua", |
219 |
|
|
"nl" => "Nederland", |
220 |
matthys |
64 |
"no" => "Noorwegen", |
221 |
joku |
63 |
"np" => "Nepal", |
222 |
|
|
"nr" => "Nauru", |
223 |
|
|
"nu" => "Niue", |
224 |
matthys |
64 |
"nz" => "Nieuw-Zeeland", |
225 |
joku |
63 |
"om" => "Oman", |
226 |
|
|
"pa" => "Panama", |
227 |
|
|
"pe" => "Peru", |
228 |
matthys |
64 |
"pf" => "Frans-Polynesië", |
229 |
|
|
"pg" => "Papoea-Nieuw-Guinea", |
230 |
|
|
"ph" => "Filipijnen", |
231 |
joku |
63 |
"pk" => "Pakistan", |
232 |
matthys |
64 |
"pl" => "Polen", |
233 |
|
|
"pm" => "Saint-Pierre en Miquelon", |
234 |
|
|
"pn" => "Pitcairneilanden", |
235 |
joku |
63 |
"pr" => "Puerto Rico", |
236 |
matthys |
64 |
"ps" => "Palestina", |
237 |
joku |
63 |
"pt" => "Portugal", |
238 |
|
|
"pw" => "Palau", |
239 |
|
|
"py" => "Paraguay", |
240 |
|
|
"qa" => "Qatar", |
241 |
matthys |
64 |
"re" => "Réunion", |
242 |
|
|
"ro" => "Roemenië", |
243 |
|
|
"rs" => "Servië", |
244 |
|
|
"ru" => "Rusland", |
245 |
joku |
63 |
"rw" => "Rwanda", |
246 |
matthys |
64 |
"sa" => "Saoedi-Arabië", |
247 |
|
|
"sb" => "Salomonseilanden", |
248 |
joku |
63 |
"sc" => "Seychelles", |
249 |
matthys |
64 |
"sd" => "Soedan", |
250 |
|
|
"se" => "Zweden", |
251 |
joku |
63 |
"sg" => "Singapore", |
252 |
matthys |
64 |
"sh" => "Sint-Helena", |
253 |
|
|
"si" => "Slovenië", |
254 |
|
|
"sk" => "Slowakije", |
255 |
joku |
63 |
"sl" => "Sierra Leone", |
256 |
|
|
"sm" => "San Marino", |
257 |
|
|
"sn" => "Senegal", |
258 |
matthys |
64 |
"so" => "Somalië", |
259 |
joku |
63 |
"sr" => "Suriname", |
260 |
matthys |
64 |
"st" => "Sao Tomé en Principe", |
261 |
|
|
"su" => "Sovjet-Unie", |
262 |
joku |
63 |
"sv" => "El Salvador", |
263 |
matthys |
64 |
"sx" => "Sint Maarten", |
264 |
|
|
"sy" => "Syrië", |
265 |
joku |
63 |
"sz" => "Swaziland", |
266 |
matthys |
64 |
"tc" => "Turks- en Caicoseilanden", |
267 |
|
|
"td" => "Tsjaad", |
268 |
|
|
"tf" => "Franse Zuidelijke gebieden", |
269 |
joku |
63 |
"tg" => "Togo", |
270 |
|
|
"th" => "Thailand", |
271 |
matthys |
64 |
"tj" => "Tadzjikistan", |
272 |
joku |
63 |
"tk" => "Tokelau", |
273 |
matthys |
64 |
"tl" => "Oost-Timor", |
274 |
joku |
63 |
"tm" => "Turkmenistan", |
275 |
matthys |
64 |
"tn" => "Tunesië", |
276 |
joku |
63 |
"to" => "Tonga", |
277 |
matthys |
64 |
"tp" => "Portugees Timor", |
278 |
|
|
"tr" => "Turkije", |
279 |
|
|
"tt" => "Trinidad en Tobago", |
280 |
joku |
63 |
"tv" => "Tuvalu", |
281 |
|
|
"tw" => "Taiwan", |
282 |
|
|
"tz" => "Tanzania", |
283 |
matthys |
64 |
"ua" => "Oekraïne", |
284 |
|
|
"ug" => "Oeganda", |
285 |
|
|
"uk" => "Verenigd Koninkrijk", |
286 |
|
|
"us" => "Verenigde Staten", |
287 |
joku |
63 |
"uy" => "Uruguay", |
288 |
matthys |
64 |
"uz" => "Oezbekistan", |
289 |
|
|
"va" => "Vaticaanstad", |
290 |
|
|
"vc" => "Saint Vincent en de Grenadines", |
291 |
joku |
63 |
"ve" => "Venezuela", |
292 |
matthys |
64 |
"vg" => "Britse Maagdeneilanden", |
293 |
|
|
"vi" => "Amerikaanse Maagdeneilanden", |
294 |
joku |
63 |
"vn" => "Vietnam", |
295 |
|
|
"vu" => "Vanuatu", |
296 |
matthys |
64 |
"wf" => "Wallis en Futuna", |
297 |
joku |
63 |
"ws" => "Samoa", |
298 |
matthys |
64 |
"ye" => "Jemen", |
299 |
joku |
63 |
"yt" => "Mayotte", |
300 |
matthys |
64 |
"za" => "Zuid-Afrika", |
301 |
joku |
63 |
"zm" => "Zambia", |
302 |
|
|
"zw" => "Zimbabwe", |
303 |
|
|
|
304 |
|
|
// No longer active but needed for history purpose |
305 |
|
|
"bl" => "Saint Barthélemy", // Unassigned |
306 |
matthys |
64 |
"bv" => "Bouvet", // Inactive, but still in root (uses .no) |
307 |
joku |
63 |
"bq" => "Caribbean Netherlands", // Unassigned |
308 |
matthys |
64 |
"cs" => "Servië en Montenegro", // Discontinued, No longer in root |
309 |
|
|
"eh" => "Westelijke Sahara", // Unassigned |
310 |
|
|
"gb" => "Groot-Brittannië", // Unused (uses .uk) |
311 |
|
|
"mf" => "Sint-Maarten (Franse Antillen)", // Unassigned |
312 |
|
|
"sj" => "Spitsbergen en Jan Mayen-eilanden",// Inactive, but still in root (uses .no) |
313 |
|
|
"ss" => "Zuid-Soedan", // No longer in root |
314 |
|
|
"um" => "Kleine afgelegen eilanden van de VS",// Discontinued, No longer in root |
315 |
|
|
"yu" => "Servië en Montenegro", // Discontinued, No longer in root |
316 |
joku |
63 |
"zr" => "Zaire" // Discontinued, No longer in root |
317 |
|
|
); |
318 |
|
|
|
319 |
|
|
// The main Translation array |
320 |
|
|
$translation = array( |
321 |
|
|
|
322 |
|
|
// Specific charset |
323 |
|
|
"global_charset" => "utf-8", |
324 |
|
|
|
325 |
|
|
// Date format (used with date()) |
326 |
|
|
"global_time_format" => "j M, H:i:s", |
327 |
|
|
"global_day_format" => "l j F Y", |
328 |
|
|
"global_hours_format" => "l j F Y G:00", |
329 |
|
|
"global_month_format" => "F Y", |
330 |
|
|
|
331 |
|
|
// Global translation |
332 |
|
|
"global_titlebar"=> "Statistieken voor %SERVER gegenereerd op %DATE", |
333 |
|
|
"global_bbclone_copyright" => "Het BBClone Team - licentie onder de", |
334 |
|
|
"global_last_reset" => "Statistieken laatst gewist op", |
335 |
|
|
"global_yes" => "Ja", |
336 |
|
|
"global_no" => "Nee", |
337 |
|
|
|
338 |
|
|
// The error messages |
339 |
|
|
"error_cannot_see_config" => |
340 |
matthys |
64 |
"Het is op deze server niet toegestaan om de BBClone configuratie weer te geven.", |
341 |
joku |
63 |
|
342 |
|
|
// Miscellaneous translations |
343 |
|
|
"misc_other" => "Anders", |
344 |
|
|
"misc_unknown" => "Onbekend", |
345 |
|
|
"misc_second_unit" => "sec", |
346 |
|
|
"misc_ignored" => "Genegeerd", |
347 |
|
|
|
348 |
|
|
// The Navigation Bar |
349 |
|
|
"navbar_main_site" => "Hoofdpagina", |
350 |
|
|
"navbar_configuration" => "Instellingen", |
351 |
|
|
"navbar_global_stats" => "Algemene Statistieken", |
352 |
|
|
"navbar_detailed_stats" => "Gedetailleerde Statistieken", |
353 |
|
|
"navbar_time_stats" => "Tijdstatistieken", |
354 |
|
|
"navbar_language" => "Taal", |
355 |
|
|
"navbar_go" => "Ga", |
356 |
|
|
|
357 |
|
|
// Detailed Stats words |
358 |
|
|
"dstat_id" => "ID", |
359 |
|
|
"dstat_time" => "Tijdstip", |
360 |
|
|
"dstat_visits" => "Bezoeken", |
361 |
|
|
"dstat_extension" => "Land", |
362 |
|
|
"dstat_dns" => "Hostnaam", |
363 |
|
|
"dstat_from" => "Herkomst", |
364 |
|
|
"dstat_os" => "Besturingssysteem", |
365 |
|
|
"dstat_browser" => "Browser", |
366 |
|
|
"dstat_visible_rows" => "Zichtbare bezoekers", |
367 |
|
|
"dstat_search" => "Zoekwoord(en)", |
368 |
|
|
"dstat_last_page" => "Laatste pagina", |
369 |
|
|
"dstat_last_visit" => "Laatste bezoek", |
370 |
|
|
"dstat_robots" => "Robots", |
371 |
|
|
"dstat_my_visit" => "Bezoek via eigen IP", |
372 |
|
|
"dstat_no_data" => "Geen gegevens beschikbaar", |
373 |
|
|
"dstat_prx" => "Proxy Server", |
374 |
|
|
"dstat_ip" => "IP adres", |
375 |
|
|
"dstat_user_agent" => "User Agent", |
376 |
|
|
"dstat_nr" => "Nr", |
377 |
|
|
"dstat_pages" => "Pagina's", |
378 |
|
|
"dstat_visit_length" => "Duur bezoek", |
379 |
|
|
"dstat_reloads" => "Aantal keer herladen", |
380 |
|
|
"dstat_whois_information" => "Zoek de informatie van dit IP adres op", |
381 |
|
|
|
382 |
|
|
// Global Stats words |
383 |
|
|
"gstat_accesses" => "Bezoekers", |
384 |
|
|
"gstat_total_visits" => "Totaal aantal bezoekers", |
385 |
|
|
"gstat_total_unique" => "Totaal aantal unieke bezoekers", |
386 |
|
|
"gstat_operating_systems" => "Top %d Besturingssystemen", |
387 |
|
|
"gstat_browsers" => "Top %d Browsers", |
388 |
|
|
"gstat_extensions" => "Top %d Landen", |
389 |
|
|
"gstat_robots" => "Top %d Robots", |
390 |
|
|
"gstat_pages" => "Top %d Bezochte pagina's", |
391 |
|
|
"gstat_origins" => "Top %d Herkomst", |
392 |
|
|
"gstat_hosts" => "Top %d Hostnamen", |
393 |
|
|
"gstat_keys" => "Top %d Zoekwoorden", |
394 |
|
|
"gstat_total" => "Totaal", |
395 |
|
|
"gstat_not_specified" => "Niet gespecificeerd", |
396 |
|
|
|
397 |
|
|
// Time Stats words |
398 |
|
|
"tstat_su" => "zo", |
399 |
|
|
"tstat_mo" => "ma", |
400 |
|
|
"tstat_tu" => "di", |
401 |
|
|
"tstat_we" => "wo", |
402 |
|
|
"tstat_th" => "do", |
403 |
|
|
"tstat_fr" => "vr", |
404 |
|
|
"tstat_sa" => "za", |
405 |
|
|
|
406 |
|
|
"tstat_full_su" => "zondag", |
407 |
|
|
"tstat_full_mo" => "maandag", |
408 |
|
|
"tstat_full_tu" => "dinsdag", |
409 |
|
|
"tstat_full_we" => "woensdag", |
410 |
|
|
"tstat_full_th" => "donderdag", |
411 |
|
|
"tstat_full_fr" => "vrijdag", |
412 |
|
|
"tstat_full_sa" => "zaterdag", |
413 |
|
|
|
414 |
|
|
"tstat_jan" => "Jan", |
415 |
|
|
"tstat_feb" => "Feb", |
416 |
|
|
"tstat_mar" => "Mrt", |
417 |
|
|
"tstat_apr" => "Apr", |
418 |
|
|
"tstat_may" => "Mei", |
419 |
|
|
"tstat_jun" => "Jun", |
420 |
|
|
"tstat_jul" => "Jul", |
421 |
|
|
"tstat_aug" => "Aug", |
422 |
|
|
"tstat_sep" => "Sep", |
423 |
|
|
"tstat_oct" => "Okt", |
424 |
|
|
"tstat_nov" => "Nov", |
425 |
|
|
"tstat_dec" => "Dec", |
426 |
|
|
|
427 |
|
|
"tstat_full_jan" => "Januari", |
428 |
|
|
"tstat_full_feb" => "Februari", |
429 |
|
|
"tstat_full_mar" => "Maart", |
430 |
|
|
"tstat_full_apr" => "April", |
431 |
|
|
"tstat_full_may" => "Mei", |
432 |
|
|
"tstat_full_jun" => "Juni", |
433 |
|
|
"tstat_full_jul" => "Juli", |
434 |
|
|
"tstat_full_aug" => "Augustus", |
435 |
|
|
"tstat_full_sep" => "September", |
436 |
|
|
"tstat_full_oct" => "Oktober", |
437 |
|
|
"tstat_full_nov" => "November", |
438 |
|
|
"tstat_full_dec" => "December", |
439 |
|
|
|
440 |
|
|
"tstat_last_day" => "Afgelopen 24 uur", |
441 |
|
|
"tstat_last_week" => "Afgelopen week", |
442 |
|
|
"tstat_last_month" => "Afgelopen maand", |
443 |
|
|
"tstat_last_year" => "Afgelopen jaar", |
444 |
|
|
"tstat_average" => "Gemiddeld", |
445 |
|
|
|
446 |
|
|
// Loadtime notice |
447 |
|
|
"generated" => "pagina gegenereerd in ", |
448 |
|
|
"seconds" => " seconden", |
449 |
|
|
|
450 |
|
|
// Configuration page words and sentences |
451 |
|
|
"config_variable_name" => "Naam variabele", |
452 |
|
|
"config_variable_value" => "Waarde variabele", |
453 |
|
|
"config_explanations" => "Uitleg", |
454 |
|
|
|
455 |
|
|
"config_BBC_MAINSITE" => |
456 |
|
|
"If this variable has been set, a link to the specified location will be |
457 |
|
|
generated. The default value is pointing to the parent directory. In case your |
458 |
|
|
main site is located elsewhere, you probably want to adjust the value to suit |
459 |
|
|
your needs.<br /> |
460 |
matthys |
64 |
Bijvoorbeeld:<br /> |
461 |
joku |
63 |
\$BBC_MAINSITE = "http://www.myserver.com/"<br /> |
462 |
|
|
\$BBC_MAINSITE = ".."<br /> |
463 |
|
|
\$BBC_MAINSITE = "";", |
464 |
|
|
|
465 |
|
|
"config_BBC_SHOW_CONFIG" => |
466 |
|
|
"BBClone defaults to revealing the stats' settings. In case this behavior isn't |
467 |
|
|
desired you can deny access to it by deactivating the option.<br /> |
468 |
matthys |
64 |
Bijvoorbeeld:<br /> |
469 |
joku |
63 |
\$BBC_SHOW_CONFIG = 1;<br /> |
470 |
|
|
\$BBC_SHOW_CONFIG = "";", |
471 |
|
|
|
472 |
|
|
"config_BBC_TITLEBAR" => |
473 |
|
|
"The title of your stats pages.<br /> |
474 |
|
|
It will be displayed in the navigation bar of all BBClone pages<br /> |
475 |
|
|
The following macros are recognised:<br /> |
476 |
|
|
<ul> |
477 |
|
|
<li>%SERVER: server name,</li> |
478 |
|
|
<li>%DATE: current date.</li> |
479 |
|
|
</ul> |
480 |
|
|
HTML Tags are allowed.<br /> |
481 |
matthys |
64 |
Bijvoorbeeld:<br /> |
482 |
joku |
63 |
\$BBC_TITLEBAR = "Statistics for %SERVER generated the %DATE";<br /> |
483 |
|
|
\$BBC_TITLEBAR = "My stats from %DATE look like this:";<br />", |
484 |
|
|
|
485 |
|
|
"config_BBC_LANGUAGE" => |
486 |
|
|
"BBClone's default language, in case it hasn't been specified by the browser. |
487 |
|
|
The following languages are supported: |
488 |
|
|
<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, |
489 |
|
|
sk, sl, sv, th, tr, ua, zh-cn and zh-tw</p>", |
490 |
|
|
|
491 |
|
|
"config_BBC_MAXTIME" => |
492 |
|
|
"This variable defines the length of an unique visit in seconds. Each hit from |
493 |
|
|
the same visitor within this period will be considered as one visit, as long as |
494 |
|
|
two successive hits don't exceed the specified limit. Default is 30 minutes (1800 seconds) |
495 |
|
|
but depending on your needs you may wish to assign a different value.<br /> |
496 |
matthys |
64 |
Bijvoorbeeld:<br /> |
497 |
joku |
63 |
\$BBC_MAXTIME = 0;<br /> |
498 |
|
|
\$BBC_MAXTIME = 1800;", |
499 |
|
|
|
500 |
|
|
"config_BBC_MAXVISIBLE" => |
501 |
|
|
"How many entries you want to have listed in the detailed stats? The default |
502 |
|
|
value is 100. It's recommended not to set it higher than 500 to avoid too heavy |
503 |
|
|
load.", |
504 |
|
|
|
505 |
|
|
"config_BBC_DETAILED_STAT_FIELDS" => |
506 |
|
|
"The variable \$BBC_DETAILED_STAT_FIELDS determines the columns to be displayed |
507 |
|
|
in the detailed statistics. Possible columns are: |
508 |
|
|
<ul> |
509 |
|
|
<li>id => The x-th visitor since you've started counting</li> |
510 |
|
|
<li>time => The time at which the last hit was registerred</li> |
511 |
|
|
<li>visits => The hits of one unique visitor</li> |
512 |
|
|
<li>dns => Visitor's hostname</li> |
513 |
|
|
<li>ip => Visitor's IP address</li> |
514 |
|
|
<li>os => The operating system (if available and/or no robot)</li> |
515 |
|
|
<li>browser => The software used for establishing the connection</li> |
516 |
|
|
<li>ext => Visitor's country or extension</li> |
517 |
|
|
<li>referer => The link from which a visitor came (if available)</li> |
518 |
|
|
<li>page => The last visited page</li> |
519 |
|
|
<li>search => The search query a visitor used (if available)</li> |
520 |
|
|
</ul> |
521 |
|
|
The same order you've arranged the columns will be used for display.<br /> |
522 |
matthys |
64 |
Bijvoorbeeld:<br /> |
523 |
joku |
63 |
\$BBC_DETAILED_STAT_FIELDS = "id, time, visits, ip, ext, os, browser"; |
524 |
|
|
<br /> |
525 |
|
|
\$BBC_DETAILED_STAT_FIELDS = "date, ext, browser, os, ip";<br />", |
526 |
|
|
|
527 |
|
|
"config_BBC_TIME_OFFSET" => |
528 |
|
|
"In case the server time doesn't match your local timezone, you can adjust the |
529 |
|
|
time in minutes by using this switch. Negative values will set back the time, |
530 |
|
|
positive ones will set it forth.<br /> |
531 |
matthys |
64 |
Bijvoorbeeld:<br /> |
532 |
joku |
63 |
\$BBC_TIME_OFFSET = 300;<br /> |
533 |
|
|
\$BBC_TIME_OFFSET = -300;<br /> |
534 |
|
|
\$BBC_TIME_OFFSET = 0;", |
535 |
|
|
|
536 |
|
|
"config_BBC_NO_DNS" => |
537 |
|
|
"This options defines, whether IP addresses should be resolved to hostnames or |
538 |
|
|
not. While hostnames tell a lot more about the visitor, resolving them may |
539 |
|
|
considerably slow down your site, if the DNS servers used are slow, limited in |
540 |
|
|
their capacity or otherwise unreliable. Setting this variable may solve the |
541 |
|
|
problem.<br /> |
542 |
matthys |
64 |
Bijvoorbeeld:<br /> |
543 |
joku |
63 |
\$BBC_NO_DNS = 1;<br /> |
544 |
|
|
\$BBC_NO_DNS = "";", |
545 |
|
|
|
546 |
|
|
"config_BBC_NO_HITS" => |
547 |
|
|
"BBClone's default is to show hits in the time stats, because it gives a quite |
548 |
|
|
useful Impression from the actual server load. If, however, you prefer to use |
549 |
|
|
unique visits as base for your time stats, you can change the way of counting |
550 |
|
|
by setting this variable.<br /> |
551 |
matthys |
64 |
Bijvoorbeeld:<br /> |
552 |
joku |
63 |
\$BBC_NO_HITS = 1;<br /> |
553 |
|
|
\$BBC_NO_HITS = "";", |
554 |
|
|
|
555 |
|
|
"config_BBC_IGNORE_IP" => |
556 |
|
|
"This option can be used to exclude particular IP addresses or address ranges |
557 |
|
|
from counting. In case you want to add several expressions use a comma as |
558 |
|
|
separator.<br /> |
559 |
matthys |
64 |
Bijvoorbeeld:<br /> |
560 |
joku |
63 |
\$BBC_IGNORE_IP = "127., 192.168.";<br /> |
561 |
|
|
\$BBC_IGNORE_IP = "";", |
562 |
|
|
|
563 |
|
|
"config_BBC_IGNORE_REFER" => |
564 |
|
|
"In case you don't want to have particular referrers from your visitors listed |
565 |
|
|
in your ranking or detailed stats, you can specify one or more keywords used |
566 |
|
|
for blocking if a referrer matches up against them. If you use more keywords, |
567 |
|
|
please use a comma as separator.<br /> |
568 |
matthys |
64 |
Bijvoorbeeld:<br /> |
569 |
joku |
63 |
\$BBC_IGNORE_REFER = "spambot.org, .escort.";<br /> |
570 |
|
|
\$BBC_IGNORE_REFER = "";", |
571 |
|
|
|
572 |
|
|
"config_BBC_IGNORE_BOTS" => |
573 |
|
|
"You can use this option to determine the treatment of robots. The default is |
574 |
|
|
to ignore them in the top hosts ranking but leave them in the remaining |
575 |
|
|
stats. If you don't want to see any robots at all you can set this option to |
576 |
|
|
"2", then only human visits will be taken into account.<br /> |
577 |
matthys |
64 |
Bijvoorbeeld:<br /> |
578 |
joku |
63 |
\$BBC_IGNORE_BOTS = 2;<br /> |
579 |
|
|
\$BBC_IGNORE_BOTS = 1;<br /> |
580 |
|
|
\$BBC_IGNORE_BOTS = "";", |
581 |
|
|
|
582 |
|
|
"config_BBC_IGNORE_AGENT" => |
583 |
|
|
"This option defines how BBClone tells one visitor from another. Default is to |
584 |
|
|
use the IP address only, which provides realistic figures in most cases. If, |
585 |
|
|
however, your visitors often are hidden behind proxy servers, deactivation of |
586 |
|
|
this option could provide more realistic figures, since a new visitor will be |
587 |
|
|
assumed by the time the user agent has changed.<br /> |
588 |
matthys |
64 |
Bijvoorbeeld:<br /> |
589 |
joku |
63 |
\$BBC_IGNORE_AGENT = 1;<br /> |
590 |
|
|
\$BBC_IGNORE_AGENT = "";", |
591 |
|
|
|
592 |
|
|
"config_BBC_KILL_STATS" => |
593 |
|
|
"Whenever you wish to reset your stats you can activate this switch and have |
594 |
|
|
them deleted by the next visit. Don't forget to deactivate it afterwards, else |
595 |
|
|
you'll probably experience unusually low traffic ;).<br /> |
596 |
matthys |
64 |
Bijvoorbeeld:<br /> |
597 |
joku |
63 |
\$BBC_KILL_STATS = 1;<br /> |
598 |
|
|
\$BBC_KILL_STATS = "";", |
599 |
|
|
|
600 |
|
|
"config_BBC_PURGE_SINGLE" => |
601 |
|
|
"Host and referrer stats can generate a huge amount of data, however mostly |
602 |
|
|
caused by one time visitors. By enabling this switch you can purge these |
603 |
|
|
entries and considerably shrink access.php in its size without affecting your |
604 |
|
|
actual visible host and referrer ranking. The amount of hits will be added to |
605 |
|
|
the "not_specified" entries to keep the overall score intact.<br /> |
606 |
matthys |
64 |
Bijvoorbeeld:<br /> |
607 |
joku |
63 |
\$BBC_PURGE_SINGLE = 1;<br /> |
608 |
|
|
\$BBC_PURGE_SINGLE = "";", |
609 |
|
|
|
610 |
|
|
); |
611 |
matthys |
14 |
?> |