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 |
145 |
// Language: Romanian (Română) |
22 |
|
|
|
23 |
joku |
63 |
// The DNS Extensions array |
24 |
|
|
$extensions = array( |
25 |
matthys |
145 |
"localdomain" => "Local", // needs to be translated |
26 |
|
|
"numeric" => "Numeric", // is this correct? |
27 |
|
|
"unknown" => "Necunoscut", |
28 |
|
|
"museum" => "Museum", // needs to be translated |
29 |
|
|
"travel" => "Travel", // needs to be translated |
30 |
|
|
"ipv4" => "IPv4", |
31 |
|
|
"ipv6" => "IPv6", |
32 |
joku |
63 |
|
33 |
matthys |
145 |
"aero" => "Aero", // needs to be translated |
34 |
|
|
"arpa" => "Greseli", |
35 |
|
|
"asia" => "Asia-Pacific", // needs to be translated |
36 |
|
|
"coop" => "Coop", |
37 |
|
|
"info" => "Information", // needs to be translated |
38 |
|
|
"jobs" => "Employment", // needs to be translated |
39 |
|
|
"mobi" => "Mobiles", // needs to be translated |
40 |
|
|
"name" => "Personal", // needs to be translated |
41 |
|
|
"post" => "Postal Services", // needs to be translated |
42 |
|
|
|
43 |
|
|
"biz" => "Business", // needs to be translated |
44 |
|
|
"cat" => "Catalan", // needs to be translated |
45 |
|
|
"com" => "Commercial", // is this correct? |
46 |
|
|
"edu" => "Educational", // is this correct? |
47 |
|
|
"gal" => "Galician", // needs to be translated |
48 |
|
|
"gov" => "Guvernamental", |
49 |
|
|
"int" => "Organizatii Internationale", |
50 |
|
|
"mil" => "US Militar", |
51 |
|
|
"net" => "Retele", |
52 |
|
|
"org" => "Organizatii", |
53 |
|
|
"pro" => "Professional", // is this correct? |
54 |
|
|
"tel" => "Contacts", // needs to be translated |
55 |
|
|
"xxx" => "Pornographic", // needs to be translated |
56 |
|
|
|
57 |
joku |
63 |
"ac" => "Insula Inaltarii", |
58 |
|
|
"ad" => "Andorra", |
59 |
|
|
"ae" => "Emiratele Arabe Unite", |
60 |
|
|
"af" => "Afganistan", |
61 |
|
|
"ag" => "Antigua si Barbuda", |
62 |
|
|
"ai" => "Angola", |
63 |
|
|
"al" => "Albania", |
64 |
|
|
"am" => "Armenia", |
65 |
|
|
"an" => "Antilele Olandeze", |
66 |
|
|
"ao" => "Angola", |
67 |
|
|
"aq" => "Antarctica", |
68 |
|
|
"ar" => "Argentina", |
69 |
|
|
"as" => "Samoa Americana", |
70 |
|
|
"at" => "Austria", |
71 |
|
|
"au" => "Australia", |
72 |
|
|
"aw" => "Aruba", |
73 |
|
|
"ax" => "Insulele Åland", |
74 |
|
|
"az" => "Azerbaijan", |
75 |
|
|
"ba" => "Bosnia si Hertegovina", |
76 |
|
|
"bb" => "Barbados", |
77 |
|
|
"bd" => "Banglades", |
78 |
|
|
"be" => "Belgia", |
79 |
|
|
"bf" => "Burkina Faso", |
80 |
|
|
"bg" => "Bulgaria", |
81 |
|
|
"bh" => "Bahrain", |
82 |
|
|
"bi" => "Burundi", |
83 |
|
|
"bj" => "Benin", |
84 |
|
|
"bm" => "Bermude", |
85 |
|
|
"bn" => "Brunei", |
86 |
|
|
"bo" => "Bolivia", |
87 |
|
|
"br" => "Brazilia", |
88 |
|
|
"bs" => "Bahamas", |
89 |
|
|
"bt" => "Bhutan", |
90 |
|
|
"bw" => "Botswana", |
91 |
|
|
"by" => "Belarus", |
92 |
|
|
"bz" => "Belize", |
93 |
|
|
"ca" => "Canada", |
94 |
|
|
"cc" => "Insulele Cocos", |
95 |
|
|
"cd" => "Congo", |
96 |
|
|
"cf" => "Republica Central-Africana", |
97 |
|
|
"cg" => "Congo", |
98 |
|
|
"ch" => "Elvetia", |
99 |
|
|
"ci" => "Coasta de Fildes", |
100 |
|
|
"ck" => "Insulele Cook", |
101 |
|
|
"cl" => "Chile", |
102 |
|
|
"cm" => "Camerun", |
103 |
|
|
"cn" => "China", |
104 |
|
|
"co" => "Columbia", |
105 |
|
|
"cr" => "Costa Rica", |
106 |
|
|
"cu" => "Cuba", |
107 |
|
|
"cv" => "Insula Capul Verde", |
108 |
matthys |
145 |
"cw" => "Curaçao", // needs to be translated |
109 |
joku |
63 |
"cx" => "Insula Craciunului", |
110 |
|
|
"cy" => "Cipru", |
111 |
|
|
"cz" => "Cehia", |
112 |
|
|
"de" => "Germania", |
113 |
|
|
"dj" => "Djibouti", |
114 |
|
|
"dk" => "Danemarca", |
115 |
|
|
"dm" => "Dominica", |
116 |
|
|
"do" => "Republica Dominicana", |
117 |
|
|
"dz" => "Algeria", |
118 |
|
|
"ec" => "Ecuador", |
119 |
|
|
"ee" => "Estonia", |
120 |
|
|
"eg" => "Egipt", |
121 |
|
|
"er" => "Eritrea", |
122 |
|
|
"es" => "Spania", |
123 |
|
|
"et" => "Etiopia", |
124 |
|
|
"eu" => "European Union", |
125 |
|
|
"fi" => "Finlanda", |
126 |
|
|
"fj" => "Fiji", |
127 |
|
|
"fk" => "Insulele Falkland", |
128 |
|
|
"fm" => "Micronezia", |
129 |
|
|
"fo" => "Insulele Faroe", |
130 |
|
|
"fr" => "Franta", |
131 |
|
|
"ga" => "Gabon", |
132 |
|
|
"gd" => "Grenada", |
133 |
|
|
"ge" => "Georgia", |
134 |
|
|
"gf" => "Guiana Franceza", |
135 |
|
|
"gg" => "Guernsey", |
136 |
|
|
"gh" => "Ghana", |
137 |
|
|
"gi" => "Gibraltar", |
138 |
|
|
"gl" => "Groenlanda", |
139 |
|
|
"gm" => "Gambia", |
140 |
|
|
"gn" => "Guineea", |
141 |
|
|
"gp" => "Guadeloupe", |
142 |
|
|
"gq" => "Guineea Ecuatoriala", |
143 |
|
|
"gr" => "Grecia", |
144 |
|
|
"gs" => "Georgia de Sud si Insulele Sandwich de Sud", |
145 |
|
|
"gt" => "Guatemala", |
146 |
|
|
"gu" => "Guam", |
147 |
|
|
"gw" => "Guineea-Bissau", |
148 |
|
|
"gy" => "Guyana", |
149 |
|
|
"hk" => "Hong Kong", |
150 |
|
|
"hm" => "Insulele Heard si Mc Donald", |
151 |
|
|
"hn" => "Honduras", |
152 |
|
|
"hr" => "Croatia", |
153 |
|
|
"ht" => "Haiti", |
154 |
|
|
"hu" => "Ungaria", |
155 |
|
|
"id" => "Indonezia", |
156 |
|
|
"ie" => "Irlanda", |
157 |
|
|
"il" => "Israel", |
158 |
|
|
"im" => "Insula Man", |
159 |
|
|
"in" => "India", |
160 |
|
|
"io" => "Teritoriile Engleze din Oceanul Indian", |
161 |
|
|
"iq" => "Irak", |
162 |
|
|
"ir" => "Iran", |
163 |
|
|
"is" => "Islanda", |
164 |
|
|
"it" => "Italia", |
165 |
|
|
"je" => "Jersey", |
166 |
|
|
"jm" => "Jamaica", |
167 |
|
|
"jo" => "Iordania", |
168 |
|
|
"jp" => "Japonia", |
169 |
|
|
"ke" => "Kenya", |
170 |
|
|
"kg" => "Kyrgyzstan", |
171 |
|
|
"kh" => "Cambodgia", |
172 |
|
|
"ki" => "Kiribati", |
173 |
|
|
"km" => "Comoros", |
174 |
|
|
"kn" => "Sf. Kitts si Nevis", |
175 |
|
|
"kp" => "North Korea", |
176 |
|
|
"kr" => "Corea", |
177 |
|
|
"kw" => "Kuwait", |
178 |
|
|
"ky" => "Insulele Cayman", |
179 |
|
|
"kz" => "Kazakhstan", |
180 |
|
|
"la" => "Laos", |
181 |
|
|
"lb" => "Liban", |
182 |
|
|
"lc" => "Sfanta Lucia", |
183 |
|
|
"li" => "Liechtenstein", |
184 |
|
|
"lk" => "Sri Lanka", |
185 |
|
|
"lr" => "Liberia", |
186 |
|
|
"ls" => "Lesoto", |
187 |
|
|
"lt" => "Lituania", |
188 |
|
|
"lu" => "Luxemburg", |
189 |
|
|
"lv" => "Letonia", |
190 |
|
|
"ly" => "Libia", |
191 |
|
|
"ma" => "Maroc", |
192 |
|
|
"mc" => "Monaco", |
193 |
|
|
"md" => "Moldova", |
194 |
|
|
"me" => "Montenegro", |
195 |
|
|
"mg" => "Madagascar", |
196 |
|
|
"mh" => "Insulele Marshall", |
197 |
|
|
"mk" => "Macedonia", |
198 |
|
|
"ml" => "Mali", |
199 |
|
|
"mm" => "Myanmar", |
200 |
|
|
"mn" => "Mongolia", |
201 |
|
|
"mo" => "Macao", |
202 |
|
|
"mp" => "Insulele Mariane de Nord", |
203 |
|
|
"mq" => "Martinica", |
204 |
|
|
"mr" => "Mauritania", |
205 |
|
|
"ms" => "Montserrat", |
206 |
|
|
"mt" => "Malta", |
207 |
|
|
"mu" => "Mauritius", |
208 |
|
|
"mv" => "Maldive", |
209 |
|
|
"mw" => "Malawi", |
210 |
|
|
"mx" => "Mexic", |
211 |
|
|
"my" => "Malaezia", |
212 |
|
|
"mz" => "Mozambic", |
213 |
|
|
"na" => "Namibia", |
214 |
|
|
"nc" => "Noua Caledonie", |
215 |
|
|
"ne" => "Niger", |
216 |
|
|
"nf" => "Insulele Norfolk", |
217 |
|
|
"ng" => "Nigeria", |
218 |
|
|
"ni" => "Nicaragua", |
219 |
|
|
"nl" => "Olanda", |
220 |
|
|
"no" => "Norvegia", |
221 |
|
|
"np" => "Nepal", |
222 |
|
|
"nr" => "Nauru", |
223 |
|
|
"nu" => "Niue", |
224 |
|
|
"nz" => "Noua Zeelanda", |
225 |
|
|
"om" => "Oman", |
226 |
|
|
"pa" => "Panama", |
227 |
|
|
"pe" => "Peru", |
228 |
|
|
"pf" => "Polinezia Franceza", |
229 |
|
|
"pg" => "Papua Noua Guinee", |
230 |
|
|
"ph" => "Filipine", |
231 |
|
|
"pk" => "Pakistan", |
232 |
|
|
"pl" => "Polonia", |
233 |
|
|
"pm" => "Sf. Pierre si Miquelon", |
234 |
|
|
"pn" => "Pitcairn", |
235 |
|
|
"pr" => "Porto Rico", |
236 |
|
|
"ps" => "Palestina", |
237 |
|
|
"pt" => "Portugalia", |
238 |
|
|
"pw" => "Palau", |
239 |
|
|
"py" => "Paraguay", |
240 |
|
|
"qa" => "Qatar", |
241 |
|
|
"re" => "Reunion", |
242 |
|
|
"ro" => "Romania", |
243 |
|
|
"rs" => "Serbia", |
244 |
|
|
"ru" => "Federatia Rusa", |
245 |
|
|
"rw" => "Rwanda", |
246 |
|
|
"sa" => "Arabia Saudita", |
247 |
|
|
"sb" => "Insulele Solomon", |
248 |
|
|
"sc" => "Seychelles", |
249 |
|
|
"sd" => "Sudan", |
250 |
|
|
"se" => "Suedia", |
251 |
|
|
"sg" => "Singapore", |
252 |
|
|
"sh" => "Sfanta Elena", |
253 |
|
|
"si" => "Slovenia", |
254 |
|
|
"sk" => "Slovacia", |
255 |
|
|
"sl" => "Sierra Leone", |
256 |
|
|
"sm" => "San Marino", |
257 |
|
|
"sn" => "Senegal", |
258 |
|
|
"so" => "Somalia", |
259 |
|
|
"sr" => "Surinam", |
260 |
|
|
"st" => "Sao Tome si Principe", |
261 |
|
|
"su" => "Uniunea Sovietica", |
262 |
|
|
"sv" => "Salvador", |
263 |
matthys |
145 |
"sx" => "Sint Maarten", // needs to be translated |
264 |
joku |
63 |
"sy" => "Siria", |
265 |
|
|
"sz" => "Swaziland", |
266 |
|
|
"tc" => "Insulele Turks si Caicos", |
267 |
|
|
"td" => "Ciad", |
268 |
|
|
"tf" => "Teritoriile Franceze de Sud", |
269 |
|
|
"tg" => "Togo", |
270 |
|
|
"th" => "Tailanda", |
271 |
|
|
"tj" => "Tadjikistan", |
272 |
|
|
"tk" => "Tokelau", |
273 |
|
|
"tl" => "Timorul de Est", |
274 |
|
|
"tm" => "Turkmenistan", |
275 |
|
|
"tn" => "Tunisia", |
276 |
|
|
"to" => "Tonga", |
277 |
|
|
"tp" => "Timorul de Est", |
278 |
|
|
"tr" => "Turcia", |
279 |
|
|
"tt" => "Trinidad Tobago", |
280 |
|
|
"tv" => "Tuvalu", |
281 |
|
|
"tw" => "Taiwan", |
282 |
|
|
"tz" => "Tanzania", |
283 |
|
|
"ua" => "Ucraina", |
284 |
|
|
"ug" => "Uganda", |
285 |
|
|
"uk" => "Marea Britanie", |
286 |
|
|
"us" => "Statele Unite", |
287 |
|
|
"uy" => "Uruguay", |
288 |
|
|
"uz" => "Uzbekistan", |
289 |
|
|
"va" => "Vatican", |
290 |
|
|
"vc" => "Sf. Vincent si Grenadine", |
291 |
|
|
"ve" => "Venezuela", |
292 |
|
|
"vg" => "Insulele Virgine (UK)", |
293 |
|
|
"vi" => "Insulele Virgine (US)", |
294 |
|
|
"vn" => "Vietnam", |
295 |
|
|
"vu" => "Vanuatu", |
296 |
|
|
"wf" => "Insulele Wallis si Futuna", |
297 |
|
|
"ws" => "Samoa", |
298 |
|
|
"ye" => "Yemen", |
299 |
|
|
"yt" => "Mayotte", |
300 |
|
|
"za" => "Africa de Sud", |
301 |
|
|
"zm" => "Zambia", |
302 |
|
|
"zw" => "Zimbabwe", |
303 |
matthys |
145 |
|
304 |
|
|
// No longer active but needed for history purpose |
305 |
|
|
"bl" => "Saint Barthélemy", // Unassigned |
306 |
|
|
"bv" => "Bouvet Island", // Inactive, but still in root (uses .no) |
307 |
|
|
"bq" => "Caribbean Netherlands", // Unassigned // needs to be translated |
308 |
|
|
"cs" => "Serbia and Montenegro", // Discontinued, No longer in root // needs to be translated |
309 |
|
|
"eh" => "Western Sahara", // Unassigned // needs to be translated |
310 |
|
|
"gb" => "Marea Britanie", // Unused (uses .uk) |
311 |
|
|
"mf" => "Saint Martin", // Unassigned |
312 |
|
|
"sj" => "Svalbard si Insulele Jan Mayen", // Inactive, but still in root (uses .no) |
313 |
|
|
"ss" => "South Sudan", // No longer in root // needs to be translated |
314 |
|
|
"um" => "Insulele Minor Outlying (US)", // Discontinued, No longer in root |
315 |
|
|
"yu" => "Serbia and Montenegro", // Discontinued, No longer in root // needs to be translated |
316 |
|
|
"zr" => "Zair" // Discontinued, No longer in root |
317 |
joku |
63 |
); |
318 |
|
|
|
319 |
|
|
// The main Translation array |
320 |
|
|
$translation = array( |
321 |
matthys |
145 |
|
322 |
joku |
63 |
// Specific charset |
323 |
|
|
"global_charset" => "utf-8", |
324 |
|
|
|
325 |
|
|
// Global translation |
326 |
matthys |
145 |
"global_titlebar"=> "Statistics for %SERVER generated on %DATE", // needs to be translated |
327 |
joku |
63 |
"global_bbclone_copyright" => "Echipa BBClone - licenta", |
328 |
matthys |
145 |
"global_last_reset" => "Statistics last reset on", // needs to be translated |
329 |
|
|
"global_yes" => "Da", |
330 |
|
|
"global_no" => "Nu", |
331 |
joku |
63 |
|
332 |
|
|
// The error messages |
333 |
|
|
"error_cannot_see_config" => |
334 |
|
|
"Nu ai dreptul sa vezi configuratia BBClone a acestui server.", |
335 |
|
|
|
336 |
|
|
// Date format (used with date()) |
337 |
|
|
"global_time_format" => "M jS, H:i:s", |
338 |
|
|
"global_day_format" => "l F jS, Y", |
339 |
|
|
"global_hours_format" => "l F jS, G:00", |
340 |
|
|
"global_month_format" => "F Y", |
341 |
|
|
|
342 |
|
|
// Miscellaneous translations |
343 |
|
|
"misc_other" => "Alt", |
344 |
|
|
"misc_unknown" => "Necunoscut", |
345 |
|
|
"misc_second_unit" => "s", |
346 |
matthys |
145 |
"misc_ignored" => "Ignored", // needs to be translated |
347 |
joku |
63 |
|
348 |
|
|
// The Navigation Bar |
349 |
|
|
"navbar_main_site" => "Situl Principal", |
350 |
|
|
"navbar_configuration" => "Configurare", |
351 |
|
|
"navbar_global_stats" => "Statistici Generale", |
352 |
|
|
"navbar_detailed_stats" => "Statistici Detaliate", |
353 |
|
|
"navbar_time_stats" => "Statistici in Timp", |
354 |
matthys |
145 |
"navbar_language" => "Language", // needs to be translated |
355 |
|
|
"navbar_go" => "Go", // needs to be translated |
356 |
joku |
63 |
|
357 |
matthys |
145 |
// Detailed Stats words |
358 |
joku |
63 |
"dstat_id" => "ID", |
359 |
|
|
"dstat_time" => "Timp", |
360 |
|
|
"dstat_visits" => "Vizite", |
361 |
|
|
"dstat_extension" => "Extensie", |
362 |
|
|
"dstat_dns" => "Hostname", |
363 |
|
|
"dstat_from" => "De la", |
364 |
|
|
"dstat_os" => "OS", |
365 |
|
|
"dstat_browser" => "Browser", |
366 |
|
|
"dstat_visible_rows" => "Accesari vizibile", |
367 |
|
|
"dstat_green_rows" => "randuri verzi", |
368 |
|
|
"dstat_blue_rows" => "randuri albastre", |
369 |
|
|
"dstat_red_rows" => "randuri rosii", |
370 |
|
|
"dstat_search" => "Search", |
371 |
|
|
"dstat_last_page" => "Ultima Pagina", |
372 |
|
|
"dstat_last_visit" => "ultima vizita", |
373 |
|
|
"dstat_robots" => "roboti", |
374 |
matthys |
145 |
"dstat_my_visit" => "Visits from your IP", // needs to be translated |
375 |
|
|
"dstat_no_data" => "No data available", // needs to be translated |
376 |
|
|
"dstat_prx" => "Proxy Server", // needs to be translated |
377 |
|
|
"dstat_ip" => "IP Address", // needs to be translated |
378 |
|
|
"dstat_user_agent" => "User Agent", // needs to be translated |
379 |
|
|
"dstat_nr" => "Nr", // needs to be translated |
380 |
|
|
"dstat_pages" => "Pages", // needs to be translated |
381 |
|
|
"dstat_visit_length" => "Visit Length", // needs to be translated |
382 |
|
|
"dstat_reloads" => "Reloads", // needs to be translated |
383 |
|
|
"dstat_whois_information" => "Look up information on this IP Adress", // needs to be translated |
384 |
joku |
63 |
|
385 |
matthys |
145 |
// Global Stats words |
386 |
joku |
63 |
"gstat_accesses" => "Accese", |
387 |
|
|
"gstat_total_visits" => "Total vizite", |
388 |
|
|
"gstat_total_unique" => "Total unici", |
389 |
|
|
"gstat_operating_systems" => "Sisteme de operare", |
390 |
|
|
"gstat_browsers" => "Browsere", |
391 |
|
|
"gstat_extensions" => "Primele %d extensii", |
392 |
|
|
"gstat_robots" => "Roboti", |
393 |
|
|
"gstat_pages" => "Primele %d pagini", |
394 |
|
|
"gstat_origins" => "Primele %d origini", |
395 |
|
|
"gstat_hosts" => "Top %d Hosts", |
396 |
|
|
"gstat_keys" => "Top %d Keywords", |
397 |
|
|
"gstat_total" => "Total", |
398 |
|
|
"gstat_not_specified" => "Nespecificat", |
399 |
|
|
|
400 |
matthys |
145 |
// Time Stats words |
401 |
joku |
63 |
"tstat_su" => "Du", |
402 |
|
|
"tstat_mo" => "Lu", |
403 |
|
|
"tstat_tu" => "Ma", |
404 |
|
|
"tstat_we" => "Mi", |
405 |
|
|
"tstat_th" => "Jo", |
406 |
|
|
"tstat_fr" => "Vi", |
407 |
|
|
"tstat_sa" => "Sa", |
408 |
|
|
|
409 |
matthys |
145 |
"tstat_full_su" => "Sunday", // needs to be translated |
410 |
|
|
"tstat_full_mo" => "Monday", // needs to be translated |
411 |
|
|
"tstat_full_tu" => "Tuesday", // needs to be translated |
412 |
|
|
"tstat_full_we" => "Wednesday", // needs to be translated |
413 |
|
|
"tstat_full_th" => "Thursday", // needs to be translated |
414 |
|
|
"tstat_full_fr" => "Friday", // needs to be translated |
415 |
|
|
"tstat_full_sa" => "Saturday", // needs to be translated |
416 |
joku |
63 |
|
417 |
|
|
"tstat_jan" => "Ian", |
418 |
|
|
"tstat_feb" => "Feb", |
419 |
|
|
"tstat_mar" => "Mar", |
420 |
|
|
"tstat_apr" => "Apr", |
421 |
|
|
"tstat_may" => "Mai", |
422 |
|
|
"tstat_jun" => "Iun", |
423 |
|
|
"tstat_jul" => "Iul", |
424 |
|
|
"tstat_aug" => "Aug", |
425 |
|
|
"tstat_sep" => "Sep", |
426 |
|
|
"tstat_oct" => "Oct", |
427 |
|
|
"tstat_nov" => "Nov", |
428 |
|
|
"tstat_dec" => "Dec", |
429 |
|
|
|
430 |
matthys |
145 |
"tstat_full_jan" => "January", // needs to be translated |
431 |
|
|
"tstat_full_feb" => "February", // needs to be translated |
432 |
|
|
"tstat_full_mar" => "March", // needs to be translated |
433 |
|
|
"tstat_full_apr" => "April", // needs to be translated |
434 |
|
|
"tstat_full_may" => "May", // needs to be translated |
435 |
|
|
"tstat_full_jun" => "June", // needs to be translated |
436 |
|
|
"tstat_full_jul" => "July", // needs to be translated |
437 |
|
|
"tstat_full_aug" => "August", // needs to be translated |
438 |
|
|
"tstat_full_sep" => "September", // needs to be translated |
439 |
|
|
"tstat_full_oct" => "October", // needs to be translated |
440 |
|
|
"tstat_full_nov" => "November", // needs to be translated |
441 |
|
|
"tstat_full_dec" => "December", // needs to be translated |
442 |
joku |
63 |
|
443 |
|
|
"tstat_last_day" => "Ultima zi", |
444 |
|
|
"tstat_last_week" => "Ultima saptamana", |
445 |
|
|
"tstat_last_month" => "Ultima luna", |
446 |
|
|
"tstat_last_year" => "Ultimul an", |
447 |
matthys |
145 |
"tstat_average" => "Average", // needs to be translated |
448 |
joku |
63 |
|
449 |
|
|
// Loadtime notice |
450 |
matthys |
145 |
"generated" => "page generated in ", // needs to be translated |
451 |
|
|
"seconds" => "secundă", |
452 |
joku |
63 |
|
453 |
|
|
// Configuration page words and sentences |
454 |
|
|
"config_variable_name" => "Nume variabila", |
455 |
|
|
"config_variable_value" => "Valoare variabila", |
456 |
|
|
"config_explanations" => "Explicatii", |
457 |
|
|
|
458 |
matthys |
145 |
// 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 |
|
|
"Titlul care apare in toate paginile contorului.<br /> |
478 |
|
|
Cuvintele cheie sunt:<br /> |
479 |
|
|
<ul> |
480 |
|
|
<li>%SERVER: numele server-ului,</li> |
481 |
|
|
<li>%DATE: data curenta.</li> |
482 |
|
|
</ul> |
483 |
|
|
Codul HTML este de asemenea permis.<br /> |
484 |
|
|
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 |
145 |
<p>ar, bg, bs, ca, cs, da, de, el, en, es, fi, fr, hu, id, it, ja, ko, lt, mk, nb, |
493 |
|
|
nl, pl, pt, pt-br, ro, ru, sk, sl, sv, th, tr, ua, zh-cn and 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 |
145 |
<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 |
matthys |
14 |
?> |