WassUp Real Time Analytics - Version 1.8.4

Version Description

Download this release

Release Info

Developer michelem
Plugin Icon 128x128 WassUp Real Time Analytics
Version 1.8.4
Comparing to
See all releases

Code changes from version 1.8.3.1 to 1.8.4

Files changed (88) hide show
  1. css/wassup.css +5 -3
  2. language/ar_AR.mo +0 -0
  3. language/ar_AR.po +174 -185
  4. language/be_BE.mo +0 -0
  5. language/be_BE.po +2 -2
  6. language/bg_BG.mo +0 -0
  7. language/bg_BG.po +2 -2
  8. language/bn_BN.mo +0 -0
  9. language/bn_BN.po +5 -5
  10. language/ca_CA.mo +0 -0
  11. language/ca_CA.po +41 -39
  12. language/cs_CS.mo +0 -0
  13. language/cs_CS.po +9 -9
  14. language/da_DA.mo +0 -0
  15. language/da_DA.po +2 -2
  16. language/de_DE.mo +0 -0
  17. language/de_DE.po +8 -99
  18. language/el_EL.mo +0 -0
  19. language/el_EL.po +2 -2
  20. language/en_GB.mo +0 -0
  21. language/en_GB.po +1497 -0
  22. language/es_ES.mo +0 -0
  23. language/es_ES.po +19 -186
  24. language/fa_FA.mo +0 -0
  25. language/fa_FA.po +1473 -0
  26. language/fr_FR.mo +0 -0
  27. language/fr_FR.po +23 -194
  28. language/gl_GL.mo +0 -0
  29. language/gl_GL.po +1466 -0
  30. language/gu_GU.mo +0 -0
  31. language/gu_GU.po +1466 -0
  32. language/he_HE.mo +0 -0
  33. language/he_HE.po +2 -2
  34. language/hu_HU.mo +0 -0
  35. language/hu_HU.po +2 -2
  36. language/id_ID.mo +0 -0
  37. language/id_ID.po +2 -2
  38. language/it_IT.mo +0 -0
  39. language/it_IT.po +2 -2
  40. language/ja_JA.mo +0 -0
  41. language/ja_JA.po +6 -125
  42. language/lt_LT.mo +0 -0
  43. language/lt_LT.po +2 -2
  44. language/mk_MK.mo +0 -0
  45. language/mk_MK.po +2 -2
  46. language/ms_MS.mo +0 -0
  47. language/ms_MS.po +2 -2
  48. language/nb_NB.mo +0 -0
  49. language/nb_NB.po +2 -129
  50. language/nds_NDS.mo +0 -0
  51. language/nds_NDS.po +2 -2
  52. language/nl_NL.mo +0 -0
  53. language/nl_NL.po +150 -140
  54. language/pl_PL.mo +0 -0
  55. language/pl_PL.po +3 -101
  56. language/pt_BR.mo +0 -0
  57. language/pt_BR.po +9 -176
  58. language/pt_PT.mo +0 -0
  59. language/pt_PT.po +2 -172
  60. language/ro_RO.mo +0 -0
  61. language/ro_RO.po +8 -8
  62. language/ru_RU.mo +0 -0
  63. language/ru_RU.po +11 -8
  64. language/si_SI.mo +0 -0
  65. language/si_SI.po +1468 -0
  66. language/sk_SK.mo +0 -0
  67. language/sk_SK.po +2 -2
  68. language/sq_SQ.mo +0 -0
  69. language/sq_SQ.po +8 -8
  70. language/sr_SR.mo +0 -0
  71. language/sr_SR.po +2 -2
  72. language/sv_SV.mo +0 -0
  73. language/sv_SV.po +92 -85
  74. language/tr_TR.mo +0 -0
  75. language/tr_TR.po +6 -104
  76. language/uk_UK.mo +0 -0
  77. language/uk_UK.po +2 -2
  78. language/vi_VI.mo +0 -0
  79. language/vi_VI.po +1466 -0
  80. language/wassup.pot +2 -2
  81. language/zh_CN.mo +0 -0
  82. language/zh_CN.po +15 -15
  83. language/zh_TW.mo +0 -0
  84. language/zh_TW.po +2 -2
  85. lib/main.php +21 -14
  86. lib/settings.php +5 -2
  87. readme.txt +11 -2
  88. wassup.php +24 -17
css/wassup.css CHANGED
@@ -2,6 +2,7 @@
2
  * @package WassUP
3
  * wassup.css - stylesheet for WassUp plugin
4
  */
 
5
  #wassup-wrap {
6
  min-height: 500px;
7
  padding: 1px 7px 3px;
@@ -47,9 +48,9 @@
47
  float: right;
48
  font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;
49
  font-size: 12px;
50
- height: 22px;
51
  padding: 0;
52
- margin: 0 4px 0 0;
53
  text-decoration: none;
54
  text-align:center;
55
  text-shadow:rgba(255,255,221,0.3) 0 1px 0;
@@ -112,8 +113,9 @@
112
  border-left: 1px solid #c8c8c4;
113
  border-bottom: 0 none;
114
  }
 
115
  #wassup-menu li.current, #wassup-menu-link:active {
116
- height: 24px !important;
117
  margin-bottom: -2px !important;
118
  color: #00284a;
119
  background: url("images/link.png") no-repeat bottom center;
2
  * @package WassUP
3
  * wassup.css - stylesheet for WassUp plugin
4
  */
5
+ .wrap { margin: 0px 20px 0 2px; }
6
  #wassup-wrap {
7
  min-height: 500px;
8
  padding: 1px 7px 3px;
48
  float: right;
49
  font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;
50
  font-size: 12px;
51
+ height: 28px;
52
  padding: 0;
53
+ margin: 10px 4px 0 0;
54
  text-decoration: none;
55
  text-align:center;
56
  text-shadow:rgba(255,255,221,0.3) 0 1px 0;
113
  border-left: 1px solid #c8c8c4;
114
  border-bottom: 0 none;
115
  }
116
+ #wassup-menu li:first-child { margin-right: 20px; }
117
  #wassup-menu li.current, #wassup-menu-link:active {
118
+ height: 30px !important;
119
  margin-bottom: -2px !important;
120
  color: #00284a;
121
  background: url("images/link.png") no-repeat bottom center;
language/ar_AR.mo CHANGED
Binary file
language/ar_AR.po CHANGED
@@ -8,79 +8,77 @@ msgstr ""
8
  "Project-Id-Version: wassup\n"
9
  "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
  "POT-Creation-Date: 2009-05-18 12:28+0100\n"
11
- "PO-Revision-Date: 2010-08-15 16:22+0000\n"
12
- "Last-Translator: MaXeR <Unknown>\n"
13
  "Language-Team: Russian <Fat Cow>\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
- "X-Launchpad-Export-Date: 2010-10-09 11:12+0000\n"
18
- "X-Generator: Launchpad (build Unknown)\n"
19
  "X-Poedit-Country: BELARUS\n"
20
  "X-Poedit-Language: Belarusian\n"
21
  "X-Poedit-SourceCharset: utf-8\n"
22
 
23
  #: wassup.php:45
24
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
25
- msgstr ""
26
- "Нажаль, для правільнай працы ўбудовы Wassup патрабуецца WordPress версіі 2.2 "
27
- "ці вышэй"
28
 
29
  #: wassup.php:406
30
  msgid "Hide Search"
31
- msgstr "Схаваць пошук"
32
 
33
  #: wassup.php:409
34
  #: wassup.php:1209
35
  #: wassup.php:1290
36
  #: lib/action.php:183
37
  msgid "Search"
38
- msgstr "Пошук"
39
 
40
  #: wassup.php:414
41
  msgid "Hide TopTen"
42
- msgstr "Схаваць Топ-10"
43
 
44
  #: wassup.php:417
45
  msgid "Show TopTen"
46
- msgstr "Паказаць Топ-10"
47
 
48
  #: wassup.php:423
49
  msgid "Collapse All"
50
- msgstr "Згарнуць усё"
51
 
52
  #: wassup.php:426
53
  #: wassup.php:761
54
  #: wassup.php:857
55
  #: wassup.php:1165
56
  msgid "Expand All"
57
- msgstr "Разгарнуць усё"
58
 
59
  #: wassup.php:431
60
  msgid "Expand Cronology"
61
- msgstr "Разгарнуць храналогію"
62
 
63
  #: wassup.php:434
64
  msgid "Collapse Cronology"
65
- msgstr "Згарнуць храналогію"
66
 
67
  #: wassup.php:526
68
  msgid "Visitor Details"
69
- msgstr "Інфармацыя пра наведвальнікаў"
70
 
71
  #: wassup.php:529
72
  msgid "Spy Visitors"
73
- msgstr "Сачэнне за наведвальнікамі"
74
 
75
  #: wassup.php:529
76
  #: wassup.php:861
77
  msgid "SPY Visitors"
78
- msgstr "Сачэнне за наведвальнікамі"
79
 
80
  #: wassup.php:530
81
  #: wassup.php:759
82
  msgid "Current Visitors Online"
83
- msgstr "Наведвальнікаў анлайн"
84
 
85
  #: wassup.php:531
86
  #: wassup.php:917
@@ -94,162 +92,160 @@ msgstr "خيارات Wassup محدثة بنجاح"
94
 
95
  #: wassup.php:641
96
  msgid "Wassup uninstall option updated successfully"
97
- msgstr "Налады выдалення Wassup абноўлены"
98
 
99
  #: wassup.php:649
100
  msgid "Wassup spam options updated successfully"
101
- msgstr "Налады спаму Wassup абноўлены"
102
 
103
  #: wassup.php:750
104
  msgid "Warning"
105
- msgstr "Папярэджанне"
106
 
107
  #: wassup.php:750
108
  msgid "is NOT recording new statistics"
109
- msgstr "новая статыстыка НЕ запісана"
110
 
111
  #: wassup.php:750
112
  msgid ""
113
  "To collect data you must check \"Enable/Disable recording\" in \"Options: "
114
  "Statistics Recording\" tab"
115
  msgstr ""
116
- "Для збору дадзеных вы павінны адзначыць \"Уключэнне/Адключэнне запісу\" ва "
117
- "ўкладцы \"Налады: Запіс статыстыкі\""
118
 
119
  #: wassup.php:760
120
  #: wassup.php:862
121
  msgid "Legend"
122
- msgstr "Легенда"
123
 
124
  #: wassup.php:760
125
  #: wassup.php:862
126
  msgid "Logged-in Users"
127
- msgstr "Якія ўвайшлі карыстачы"
128
 
129
  #: wassup.php:760
130
  #: wassup.php:862
131
  msgid "Comments Authors"
132
- msgstr "Каментаванне аўтараў"
133
 
134
  #: wassup.php:760
135
  #: wassup.php:862
136
  msgid "Spiders/bots"
137
- msgstr "Павукі/боты"
138
 
139
  #: wassup.php:767
140
  msgid "Visitors online"
141
- msgstr "Наведвальнікаў анлайн"
142
 
143
  #: wassup.php:791
144
  #: wassup.php:1319
145
  #: lib/main.php:641
146
  msgid "From your blog"
147
- msgstr "З вашага блога"
148
 
149
  #: wassup.php:794
150
  #: wassup.php:1322
151
  #: lib/main.php:644
152
  msgid "Direct hit"
153
- msgstr "Прамых уваходаў"
154
 
155
  #: wassup.php:814
156
  #: wassup.php:1389
157
  msgid "LOGGED IN USER"
158
- msgstr "ЯКІ ЎВАЙШОЎ КАРЫСТАЧ"
159
 
160
  #: wassup.php:815
161
  #: wassup.php:818
162
  #: wassup.php:1405
163
  msgid "COMMENT AUTHOR"
164
- msgstr "АЎТАР КАМЕНТАРА"
165
 
166
  #: wassup.php:864
167
  msgid "Pause"
168
- msgstr "Паўза"
169
 
170
  #: wassup.php:865
171
  msgid "Play"
172
- msgstr "Гуляць"
173
 
174
  #: wassup.php:866
175
  msgid "Spy items by"
176
- msgstr "Шпіён па пунктах"
177
 
178
  #: wassup.php:918
179
  msgid ""
180
  "You can add a sidebar Widget with some useful statistics information by "
181
  "activating the"
182
- msgstr ""
183
- "Вы можаце дадаць бакавую панэль виджетов з некаторай карыснай статыстычнай "
184
- "інфармацыяй, актывуючы"
185
 
186
  #: wassup.php:919
187
  msgid "Wassup Widget in the Widgets menu option"
188
- msgstr "Wassup Widget у опцыі меню виджетов"
189
 
190
  #: wassup.php:927
191
  msgid "Latest hits"
192
- msgstr "Апошнія пераходы"
193
 
194
  #: wassup.php:929
195
  msgid "WassUp recording is disabled"
196
- msgstr "WassUp запіс адключана"
197
 
198
  #: wassup.php:1041
199
  msgid "records deleted"
200
- msgstr "запісы выдалены"
201
 
202
  #: wassup.php:1102
203
  msgid "hide chart"
204
- msgstr "схаваць чарт"
205
 
206
  #: wassup.php:1102
207
  msgid "Hide the chart"
208
- msgstr "Схаваць гэты чарт"
209
 
210
  #: wassup.php:1105
211
  msgid "show chart"
212
- msgstr "паказаць чарт"
213
 
214
  #: wassup.php:1105
215
  msgid "Show the chart"
216
- msgstr "Паказаць гэты чарт"
217
 
218
  #: wassup.php:1115
219
  msgid "Summary for the last"
220
- msgstr "Вытрымка для апошняга"
221
 
222
  #: wassup.php:1122
223
  msgid "Items per page"
224
- msgstr "Элементаў на старонку"
225
 
226
  #: wassup.php:1132
227
  msgid "Show items by"
228
- msgstr "Паказваць элементы"
229
 
230
  #: wassup.php:1151
231
  msgid "Visits"
232
- msgstr "Наведванняў"
233
 
234
  #: wassup.php:1152
235
  msgid "Pageviews"
236
- msgstr "Праглядаў старонак"
237
 
238
  #: wassup.php:1153
239
  msgid "Pages/Visits"
240
- msgstr "Старонак/наведванняў"
241
 
242
  #: wassup.php:1156
243
  msgid "Spams"
244
- msgstr "Спаму"
245
 
246
  #: wassup.php:1166
247
  msgid "Collapse Chronology"
248
- msgstr "Згарнуць храналогію"
249
 
250
  #: wassup.php:1185
251
  msgid "Spam Options"
252
- msgstr "Налады спаму"
253
 
254
  #: wassup.php:1187
255
  #: lib/settings.php:182
@@ -259,17 +255,17 @@ msgstr "Уключыць/адключыць праверку спаму пры
259
  #: wassup.php:1188
260
  #: lib/settings.php:185
261
  msgid "Record Akismet comment spam attempts"
262
- msgstr "Запіс Akismet спроб спаму ў каментарах"
263
 
264
  #: wassup.php:1189
265
  #: lib/settings.php:186
266
  msgid "Record referrer spam attempts"
267
- msgstr "Запіс спроб спаму пры пераходах"
268
 
269
  #: wassup.php:1190
270
  #: lib/settings.php:187
271
  msgid "Record admin break-in/hacker attempts"
272
- msgstr "Запіс спроб уваходу ў админку/спроб узлому"
273
 
274
  #: wassup.php:1191
275
  #: lib/settings.php:168
@@ -277,75 +273,75 @@ msgstr "Запіс спроб уваходу ў админку/спроб узл
277
  #: lib/settings.php:448
278
  #: lib/settings.php:462
279
  msgid "Save Settings"
280
- msgstr "Захаваць налады"
281
 
282
  #: wassup.php:1200
283
  msgid "Filter by marked IP"
284
- msgstr "Фільтр па адзначаных IP"
285
 
286
  #: wassup.php:1200
287
  msgid "show marked items"
288
- msgstr "паказаць адзначаныя элементы"
289
 
290
  #: wassup.php:1203
291
  msgid "Searched for"
292
- msgstr "Пошук для"
293
 
294
  #: wassup.php:1205
295
  msgid "Auto refresh in"
296
- msgstr "Аўтаабнаўленне ў"
297
 
298
  #: wassup.php:1205
299
  #: lib/settings.php:334
300
  #: lib/settings.php:423
301
  msgid "seconds"
302
- msgstr "секунд (ы)"
303
 
304
  #: wassup.php:1209
305
  msgid "Top Ten"
306
- msgstr "Топ-10"
307
 
308
  #: wassup.php:1209
309
  msgid "Show Top Ten"
310
- msgstr "Паказаць Топ-10"
311
 
312
  #: wassup.php:1263
313
  #: lib/action.php:175
314
  msgid "Raw data"
315
- msgstr "Зыходныя дадзеныя"
316
 
317
  #: wassup.php:1266
318
  msgid "Visit type"
319
- msgstr "Тып наведвання"
320
 
321
  #: wassup.php:1268
322
  msgid "Logged-in user"
323
- msgstr "Які ўвайшоў карыстач"
324
 
325
  #: wassup.php:1270
326
  msgid "Spammer/Hacker"
327
- msgstr "Спаммер/хакер"
328
 
329
  #: wassup.php:1272
330
  msgid "Spammer"
331
- msgstr "Спаммер"
332
 
333
  #: wassup.php:1274
334
  msgid "Comment author"
335
- msgstr "Аўтар каментара"
336
 
337
  #: wassup.php:1276
338
  msgid "Feed"
339
- msgstr "Стужка"
340
 
341
  #: wassup.php:1278
342
  #: lib/wassup.class.php:232
343
  msgid "Spider"
344
- msgstr "Павук"
345
 
346
  #: wassup.php:1280
347
  msgid "Regular visitor"
348
- msgstr "Рэгулярны наведвальнік"
349
 
350
  #: wassup.php:1283
351
  #: lib/action.php:178
@@ -356,441 +352,434 @@ msgstr "IP"
356
  #: wassup.php:1356
357
  #: lib/action.php:179
358
  msgid "Hostname"
359
- msgstr "Імя хаста"
360
 
361
  #: wassup.php:1285
362
  msgid "Url Requested"
363
- msgstr "Запыт Урла"
364
 
365
  #: wassup.php:1286
366
  #: wassup.php:1361
367
  #: lib/action.php:180
368
  msgid "User Agent"
369
- msgstr "User Agent"
370
 
371
  #: wassup.php:1287
372
  #: wassup.php:1356
373
  #: lib/action.php:181
374
  msgid "Referrer"
375
- msgstr "Пераход"
376
 
377
  #: wassup.php:1289
378
  msgid "Search Engine"
379
- msgstr "Пошукавік"
380
 
381
  #: wassup.php:1291
382
  msgid "Page"
383
- msgstr "Старонка"
384
 
385
  #: wassup.php:1294
386
  #: wassup.php:1450
387
  #: lib/action.php:186
388
  msgid "OS"
389
- msgstr "АС"
390
 
391
  #: wassup.php:1297
392
  #: lib/action.php:189
393
  msgid "Browser"
394
- msgstr "Браўзар"
395
 
396
  #: wassup.php:1300
397
  msgid "Locale/Language"
398
- msgstr "Лакаль/мова"
399
 
400
  #: wassup.php:1303
401
  msgid "Screen Resolution"
402
- msgstr "Дазвол экрана"
403
 
404
  #: wassup.php:1306
405
  msgid "End timestamp"
406
- msgstr "Канец пазнакі"
407
 
408
  #: wassup.php:1332
409
  #: wassup.php:1337
410
  msgid "delete"
411
- msgstr "выдаленне"
412
 
413
  #: wassup.php:1332
414
  msgid "Delete ALL marked records with this IP"
415
- msgstr "Выдаліць усе пазначаныя запісы з гэтага IP"
416
 
417
  #: wassup.php:1334
418
  msgid "unmark"
419
- msgstr "зняць"
420
 
421
  #: wassup.php:1334
422
  msgid "UnMark IP"
423
- msgstr "зняць IP"
424
 
425
  #: wassup.php:1337
426
  msgid "Delete this record"
427
- msgstr "Выдаліць гэты запіс"
428
 
429
  #: wassup.php:1339
430
  msgid "mark"
431
- msgstr "адзначыць"
432
 
433
  #: wassup.php:1339
434
  msgid "Mark IP"
435
- msgstr "Адзначыць IP"
436
 
437
  #: wassup.php:1342
438
  msgid "show raw table"
439
- msgstr "паказаць табліцу з зыходнымі дадзенымі"
440
 
441
  #: wassup.php:1342
442
  msgid "Show the items as raw table"
443
- msgstr "паказаць элементы як табліцу з зыходнымі дадзенымі"
444
 
445
  #: wassup.php:1380
446
  msgid "SEARCH ENGINE"
447
- msgstr "ПОШУКАВІК"
448
 
449
  #: wassup.php:1380
450
  msgid "page"
451
- msgstr "старонка"
452
 
453
  #: wassup.php:1381
454
  msgid "KEYWORDS"
455
- msgstr "КЛЮЧАВЫЯ СЛОВЫ"
456
 
457
  #: wassup.php:1399
458
  msgid "ADMINISTRATOR"
459
- msgstr "АДМІНІСТРАТАР"
460
 
461
  #: wassup.php:1417
462
  msgid "FEEDREADER"
463
- msgstr "ЧЫТАЧ СТУЖКІ"
464
 
465
  #: wassup.php:1419
466
  msgid "SUBSCRIBER(S)"
467
- msgstr "ПАДПІСАНТ (І)"
468
 
469
  #: wassup.php:1424
470
  msgid "SPIDER"
471
- msgstr "ПАВУК"
472
 
473
  #: wassup.php:1432
474
  msgid "Probably SPAM!"
475
- msgstr "Магчыма, СПАМ!"
476
 
477
  #: wassup.php:1433
478
  msgid "Referer Spam"
479
- msgstr "Спам пры пераходах"
480
 
481
  #: wassup.php:1434
482
  #: lib/wassup.class.php:234
483
  msgid "Spam"
484
- msgstr "Спам"
485
 
486
  #: wassup.php:1440
487
  msgid "Probably hack attempt!"
488
- msgstr "Магчыма, напад хакера!"
489
 
490
  #: wassup.php:1448
491
  #: lib/action.php:192
492
  msgid "Language"
493
- msgstr "Мова"
494
 
495
  #: wassup.php:1451
496
  msgid "BROWSER"
497
- msgstr "БРАЎЗАР"
498
 
499
  #: wassup.php:1453
500
  msgid "RESOLUTION"
501
- msgstr "ДАЗВОЛ"
502
 
503
  #: wassup.php:1509
504
  msgid "Graph of visitor hits"
505
- msgstr "Графік паказаў карыстачоў"
506
 
507
  #: wassup.php:1511
508
  msgid "Too few records to print chart"
509
- msgstr "Занадта мала запісаў для друку дыяграмы"
510
 
511
  #: wassup.php:1527
512
  msgid "Check the official"
513
- msgstr "Праверыць афіцыйную"
514
 
515
  #: wassup.php:1527
516
  msgid "page for updates, bug reports and your hints to improve it"
517
- msgstr ""
518
- "старонку для абнаўленняў, справаздач па памылках і вашх рад, каб яе палепшыць"
519
 
520
  #: wassup.php:1527
521
  msgid "User Guide documentation"
522
- msgstr "Дакументацыя"
523
 
524
  #: wassup.php:1528
525
  msgid "Exec time"
526
- msgstr "Час выканання"
527
 
528
  #: wassup.php:2349
529
  msgid "WassUp Plugin table has reached maximum size!"
530
- msgstr "WassUp табліца дасягнула максімальнага памеру!"
531
 
532
  #: wassup.php:2350
533
  msgid "Hi"
534
- msgstr "Прывітанне"
535
 
536
  #: wassup.php:2350
537
  msgid ""
538
  "you have received this email because your WassUp Database table at your "
539
  "Wordpress blog"
540
- msgstr ""
541
- "Вы атрымалі гэты ліст таму, што ваша WassUp табліца базы дадзеных на вашым "
542
- "блогу Wordpress"
543
 
544
  #: wassup.php:2350
545
  msgid "has reached the maximum value you set in the options menu"
546
- msgstr "дасягнуў максімальнага памеру, які вы ўсталявалі ў меню налад"
547
 
548
  #: wassup.php:2351
549
  msgid ""
550
  "This is only a reminder, please take the actions you want in the WassUp "
551
  "options menu"
552
- msgstr ""
553
- "Гэта толькі папярэджанне, просьба прыняць меры, трэба ўключыць у меню WassUp "
554
- "старонку"
555
 
556
  #: wassup.php:2351
557
  msgid "This alert now will be removed and you will be able to set a new one"
558
- msgstr "Гэта папярэджанне зараз будзе выдалена, і вы зможаце атрымаць новае"
559
 
560
  #: wassup.php:2352
561
  msgid ""
562
  "Thank you for using WassUp plugin. Check if there is a new version available "
563
  "here:"
564
- msgstr ""
565
- "Дзякуй вам за выкарыстанне ўбудовы WassUp. Праверце, ці даступная новая "
566
- "версія тут:"
567
 
568
  #: wassup.php:2352
569
  msgid "Have a nice day!"
570
- msgstr "Поспехі!"
571
 
572
  #: wassup.php:2480
573
  msgid "Stats"
574
- msgstr "Статыстыка"
575
 
576
  #: wassup.php:2480
577
  msgid "More"
578
- msgstr "Больш"
579
 
580
  #: wassup.php:2482
581
  #: wassup.php:3838
582
  msgid "visitor stats chart"
583
- msgstr "дыяграма наведванняў"
584
 
585
  #: wassup.php:2672
586
  msgid "encrypted search"
587
- msgstr "зашыфраваны пошук"
588
 
589
  #: wassup.php:3340
590
  msgid "Error getting table details"
591
- msgstr "Памылка атрымання падрабязнасцяў табліцы"
592
 
593
  #: wassup.php:3348
594
  #, php-format
595
  msgid "Delete any existing table %s"
596
- msgstr "Выдаліць любую існую табліцу %s"
597
 
598
  #: wassup.php:3359
599
  #, php-format
600
  msgid "Table structure of table %s"
601
- msgstr "Структура табліцы %s"
602
 
603
  #: wassup.php:3367
604
  #, php-format
605
  msgid "Error with SHOW CREATE TABLE for %s."
606
- msgstr "Памылка SHOW CREATE TABLE для %s."
607
 
608
  #: wassup.php:3374
609
  #, php-format
610
  msgid "Error getting table structure of %s"
611
- msgstr "Памылка атрымання структуры табліцы %s"
612
 
613
  #: wassup.php:3382
614
  #, php-format
615
  msgid "Data contents of table %s"
616
- msgstr "Дадзеныя табліцы %s"
617
 
618
  #: wassup.php:3443
619
  #, php-format
620
  msgid "End of data contents of table %s"
621
- msgstr "Канец дадзеных табліцы %s"
622
 
623
  #: wassup.php:3455
624
  msgid "If above timestamp is not current time, this page is cached"
625
- msgstr "Калі над пазнакай няма бягучага часу, старонка кэшуецца"
626
 
627
  #: wassup.php:3486
628
  #: wassup.php:3740
629
  msgid "No Data"
630
- msgstr "Няма дадзеных"
631
 
632
  #: wassup.php:3487
633
  #: wassup.php:3568
634
  #: wassup.php:3741
635
  #: wassup.php:3814
636
  msgid "powered by"
637
- msgstr "зроблена на"
638
 
639
  #: wassup.php:3487
640
  #: wassup.php:3568
641
  #: wassup.php:3741
642
  msgid "Real Time Visitors Tracking"
643
- msgstr "Адсочванне карыстачоў у рэальным часе"
644
 
645
  #: wassup.php:3497
646
  msgid "Last searched terms"
647
- msgstr "Апошнія пошукавыя запыты"
648
 
649
  #: wassup.php:3510
650
  msgid "Last referers"
651
- msgstr "Апошнія пераходы"
652
 
653
  #: wassup.php:3525
654
  #: lib/settings.php:149
655
  msgid "Top Browsers"
656
- msgstr "Топ браўзараў"
657
 
658
  #: wassup.php:3540
659
  #: lib/settings.php:150
660
  msgid "Top OS"
661
- msgstr "Топ АС"
662
 
663
  #: wassup.php:3559
664
  msgid "visitor(s) online"
665
- msgstr "наведвальнікаў анлайн"
666
 
667
  #: wassup.php:3562
668
  msgid "logged-in user(s)"
669
- msgstr "якія ўвайшлі карыстачоў"
670
 
671
  #: wassup.php:3566
672
  msgid "comment author(s)"
673
- msgstr "аўтараў каментароў"
674
 
675
  #: wassup.php:3632
676
  msgid "Title"
677
- msgstr "Назва"
678
 
679
  #: wassup.php:3634
680
  msgid "default \"Visitors Online\""
681
- msgstr "\"Карыстачоў анлайн\""
682
 
683
  #: wassup.php:3637
684
  msgid "Stylesheet class for &lt;ul&gt; attribute"
685
- msgstr "Стылявы клас для &lt;ul&gt; аттрибута"
686
 
687
  #: wassup.php:3639
688
  msgid "default \"links\""
689
- msgstr "\"спасылкі\""
690
 
691
  #: wassup.php:3642
692
  msgid "Number of characters to display from left"
693
- msgstr "Колькасць знакаў для адлюстравання злева"
694
 
695
  #: wassup.php:3644
696
  msgid "For template compatibility - default 18"
697
- msgstr "Сумяшчальна з шаблонам - па змаўчанні 18"
698
 
699
  #: wassup.php:3649
700
  msgid "Show number of logged-in users online"
701
- msgstr "Паказаць колькасць якія ўвайшлі карыстачоў анлайн"
702
 
703
  #: wassup.php:3650
704
  msgid "Stats recording must be enabled in WassUp options"
705
- msgstr "Запіс статыстыкі павінна быць уключана ў наладах WassUp"
706
 
707
  #: wassup.php:3651
708
  #: wassup.php:3657
709
  #: wassup.php:3663
710
  #: wassup.php:3675
711
  msgid "default Yes"
712
- msgstr "па змаўчанні - Так"
713
 
714
  #: wassup.php:3656
715
  msgid "Show number of comment authors online"
716
- msgstr "Паказаць колькасць каментавалых карыстачоў анлайн"
717
 
718
  #: wassup.php:3662
719
  msgid "Show latest searches"
720
- msgstr "Паказаць апошнія пошукавыя запыты"
721
 
722
  #: wassup.php:3666
723
  msgid "How many searches?"
724
- msgstr "Колькі пошукаў?"
725
 
726
  #: wassup.php:3668
727
  #: wassup.php:3680
728
  #: wassup.php:3692
729
  #: wassup.php:3704
730
  msgid "default 5"
731
- msgstr "па змаўчанні 5"
732
 
733
  #: wassup.php:3674
734
  msgid "Show latest external referrers"
735
- msgstr "Паказаць апошнія вонкавыя якія спасылаюцца старонкі"
736
 
737
  #: wassup.php:3678
738
  msgid "How many referrers?"
739
- msgstr "Колькі пераходаў?"
740
 
741
  #: wassup.php:3686
742
  msgid "Show top browsers"
743
- msgstr "Паказаць топ браўзараў"
744
 
745
  #: wassup.php:3686
746
  #: wassup.php:3698
747
  msgid "default No"
748
- msgstr "па змаўчанні Няма"
749
 
750
  #: wassup.php:3687
751
  #: wassup.php:3699
752
  msgid "Enabling it could slow down blog)"
753
- msgstr "Уключэнне гэтага можа замарудзіць блог)"
754
 
755
  #: wassup.php:3690
756
  msgid "How many browsers?"
757
- msgstr "Колькі браўзараў?"
758
 
759
  #: wassup.php:3698
760
  msgid "Show top operating systems"
761
- msgstr "Паказаць топ АС"
762
 
763
  #: wassup.php:3702
764
  msgid "How many operating systems?"
765
- msgstr "Колькі аперацыйных сістэм?"
766
 
767
  #: wassup.php:3713
768
  msgid "Wassup Widget"
769
- msgstr "Виджет Wassup"
770
 
771
  #: wassup.php:3839
772
  msgid "More Stats"
773
- msgstr "Больш статыстыкі"
774
 
775
  #: lib/action.php:125
776
  msgid "ERROR: file not found"
777
- msgstr "ПАМЫЛКА: файл не знойдзены"
778
 
779
  #: lib/action.php:143
780
  msgid "ERROR: bad date"
781
- msgstr "ПАМЫЛКА: няправільная дата"
782
 
783
  #: lib/action.php:257
784
  msgid "TOP QUERY"
785
- msgstr "ТОП ЗАПЫТАЎ"
786
 
787
  #: lib/action.php:276
788
  msgid "TOP REFERRER"
789
- msgstr "ТОП ПЕРАХОДАЎ"
790
 
791
  #: lib/action.php:302
792
  msgid "TOP REQUEST"
793
- msgstr "ТОП ЗАПЫТАЎ"
794
 
795
  #: lib/action.php:323
796
  msgid "TOP BROWSER"
@@ -1493,12 +1482,12 @@ msgstr "Нічога не выдаляць"
1493
 
1494
  #: lib/wassup.class.php:268
1495
  msgid "6 hours"
1496
- msgstr "6 гадзін"
1497
 
1498
  #: lib/wassup.class.php:270
1499
  msgid "7 days"
1500
- msgstr "7 дзён"
1501
 
1502
  #: lib/wassup.class.php:275
1503
  msgid "all time"
1504
- msgstr "увесь час"
8
  "Project-Id-Version: wassup\n"
9
  "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
  "POT-Creation-Date: 2009-05-18 12:28+0100\n"
11
+ "PO-Revision-Date: 2012-05-05 18:24+0000\n"
12
+ "Last-Translator: Salem Fituri <salim1870@yahoo.com>\n"
13
  "Language-Team: Russian <Fat Cow>\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Launchpad-Export-Date: 2014-01-12 09:52+0000\n"
18
+ "X-Generator: Launchpad (build 16890)\n"
19
  "X-Poedit-Country: BELARUS\n"
20
  "X-Poedit-Language: Belarusian\n"
21
  "X-Poedit-SourceCharset: utf-8\n"
22
 
23
  #: wassup.php:45
24
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
25
+ msgstr "عذرا,واساب يتطلب اصدا وردبريس 2.2 أو أعلى لكي يعمل"
 
 
26
 
27
  #: wassup.php:406
28
  msgid "Hide Search"
29
+ msgstr "إخفاء البحث"
30
 
31
  #: wassup.php:409
32
  #: wassup.php:1209
33
  #: wassup.php:1290
34
  #: lib/action.php:183
35
  msgid "Search"
36
+ msgstr "بحث"
37
 
38
  #: wassup.php:414
39
  msgid "Hide TopTen"
40
+ msgstr "أخفاء أعلى عشرة"
41
 
42
  #: wassup.php:417
43
  msgid "Show TopTen"
44
+ msgstr "عرض أعلى عشرة"
45
 
46
  #: wassup.php:423
47
  msgid "Collapse All"
48
+ msgstr "ضمّ الكل"
49
 
50
  #: wassup.php:426
51
  #: wassup.php:761
52
  #: wassup.php:857
53
  #: wassup.php:1165
54
  msgid "Expand All"
55
+ msgstr "إظهار الكل"
56
 
57
  #: wassup.php:431
58
  msgid "Expand Cronology"
59
+ msgstr "اظهار التسلسل الزمني"
60
 
61
  #: wassup.php:434
62
  msgid "Collapse Cronology"
63
+ msgstr "ضمّ التسلسل الزمني"
64
 
65
  #: wassup.php:526
66
  msgid "Visitor Details"
67
+ msgstr "تفاصيل الزائر"
68
 
69
  #: wassup.php:529
70
  msgid "Spy Visitors"
71
+ msgstr "زائر متخفي"
72
 
73
  #: wassup.php:529
74
  #: wassup.php:861
75
  msgid "SPY Visitors"
76
+ msgstr "زوار متخفون"
77
 
78
  #: wassup.php:530
79
  #: wassup.php:759
80
  msgid "Current Visitors Online"
81
+ msgstr "الزوار المتواجودن حاليا"
82
 
83
  #: wassup.php:531
84
  #: wassup.php:917
92
 
93
  #: wassup.php:641
94
  msgid "Wassup uninstall option updated successfully"
95
+ msgstr "خيارات إلغاء تتبيث واساب تمت بنجاح"
96
 
97
  #: wassup.php:649
98
  msgid "Wassup spam options updated successfully"
99
+ msgstr "تم تحديث خيارات السبام بنجاح"
100
 
101
  #: wassup.php:750
102
  msgid "Warning"
103
+ msgstr "تحذير"
104
 
105
  #: wassup.php:750
106
  msgid "is NOT recording new statistics"
107
+ msgstr "لا تعرض اي حالات جديدة"
108
 
109
  #: wassup.php:750
110
  msgid ""
111
  "To collect data you must check \"Enable/Disable recording\" in \"Options: "
112
  "Statistics Recording\" tab"
113
  msgstr ""
114
+ "لعرض المعلومات يجب ان تضغط على \"تفعيل/الغاء التسجيل\" في التبويب "
115
+ "\"خيارات:أوضاع التسجيل \""
116
 
117
  #: wassup.php:760
118
  #: wassup.php:862
119
  msgid "Legend"
120
+ msgstr "تسمية توضيحية"
121
 
122
  #: wassup.php:760
123
  #: wassup.php:862
124
  msgid "Logged-in Users"
125
+ msgstr "اعضاء مسجلين"
126
 
127
  #: wassup.php:760
128
  #: wassup.php:862
129
  msgid "Comments Authors"
130
+ msgstr "كاتب تعليق"
131
 
132
  #: wassup.php:760
133
  #: wassup.php:862
134
  msgid "Spiders/bots"
135
+ msgstr "عناكب/بوت"
136
 
137
  #: wassup.php:767
138
  msgid "Visitors online"
139
+ msgstr "زوار متواجدون"
140
 
141
  #: wassup.php:791
142
  #: wassup.php:1319
143
  #: lib/main.php:641
144
  msgid "From your blog"
145
+ msgstr "من مدونتك"
146
 
147
  #: wassup.php:794
148
  #: wassup.php:1322
149
  #: lib/main.php:644
150
  msgid "Direct hit"
151
+ msgstr "نقرة مباشرة"
152
 
153
  #: wassup.php:814
154
  #: wassup.php:1389
155
  msgid "LOGGED IN USER"
156
+ msgstr "عضو مسجل"
157
 
158
  #: wassup.php:815
159
  #: wassup.php:818
160
  #: wassup.php:1405
161
  msgid "COMMENT AUTHOR"
162
+ msgstr "كاتب تعليق"
163
 
164
  #: wassup.php:864
165
  msgid "Pause"
166
+ msgstr "إيقاف مؤقت"
167
 
168
  #: wassup.php:865
169
  msgid "Play"
170
+ msgstr "عرض"
171
 
172
  #: wassup.php:866
173
  msgid "Spy items by"
174
+ msgstr "عناص متخفية بواسطة"
175
 
176
  #: wassup.php:918
177
  msgid ""
178
  "You can add a sidebar Widget with some useful statistics information by "
179
  "activating the"
180
+ msgstr "تستطيع إضافة مربع عرض جانبي مع بينات الحالة من خلال تفعيل"
 
 
181
 
182
  #: wassup.php:919
183
  msgid "Wassup Widget in the Widgets menu option"
184
+ msgstr "خيارات قائمة مربع العرض جانبي لواساب"
185
 
186
  #: wassup.php:927
187
  msgid "Latest hits"
188
+ msgstr "آخر النقرات"
189
 
190
  #: wassup.php:929
191
  msgid "WassUp recording is disabled"
192
+ msgstr "سجل واساب معطل"
193
 
194
  #: wassup.php:1041
195
  msgid "records deleted"
196
+ msgstr "ثم حذف السجلات"
197
 
198
  #: wassup.php:1102
199
  msgid "hide chart"
200
+ msgstr "إخفاء شريط البيانات"
201
 
202
  #: wassup.php:1102
203
  msgid "Hide the chart"
204
+ msgstr "إخفاء شريط البيانات"
205
 
206
  #: wassup.php:1105
207
  msgid "show chart"
208
+ msgstr "عرض شريط البيانات"
209
 
210
  #: wassup.php:1105
211
  msgid "Show the chart"
212
+ msgstr "عرض شريط البيانات"
213
 
214
  #: wassup.php:1115
215
  msgid "Summary for the last"
216
+ msgstr "الملخص الاخير"
217
 
218
  #: wassup.php:1122
219
  msgid "Items per page"
220
+ msgstr "عنصر لكل صفحة"
221
 
222
  #: wassup.php:1132
223
  msgid "Show items by"
224
+ msgstr "عرض العناصر بحسب"
225
 
226
  #: wassup.php:1151
227
  msgid "Visits"
228
+ msgstr "زيارات"
229
 
230
  #: wassup.php:1152
231
  msgid "Pageviews"
232
+ msgstr "مشاهدات الصفجة"
233
 
234
  #: wassup.php:1153
235
  msgid "Pages/Visits"
236
+ msgstr "صفحة/زائر"
237
 
238
  #: wassup.php:1156
239
  msgid "Spams"
240
+ msgstr "الرسائل المزعجة"
241
 
242
  #: wassup.php:1166
243
  msgid "Collapse Chronology"
244
+ msgstr "اخفاء التسلسل الزمني"
245
 
246
  #: wassup.php:1185
247
  msgid "Spam Options"
248
+ msgstr "خيارات السبام"
249
 
250
  #: wassup.php:1187
251
  #: lib/settings.php:182
255
  #: wassup.php:1188
256
  #: lib/settings.php:185
257
  msgid "Record Akismet comment spam attempts"
258
+ msgstr "سجل Akismet لتعليقات السبام"
259
 
260
  #: wassup.php:1189
261
  #: lib/settings.php:186
262
  msgid "Record referrer spam attempts"
263
+ msgstr "سجل مراجع محاولات السبام"
264
 
265
  #: wassup.php:1190
266
  #: lib/settings.php:187
267
  msgid "Record admin break-in/hacker attempts"
268
+ msgstr "محاولات الوصل لصفحة الادارة /محاولات الاختراق"
269
 
270
  #: wassup.php:1191
271
  #: lib/settings.php:168
273
  #: lib/settings.php:448
274
  #: lib/settings.php:462
275
  msgid "Save Settings"
276
+ msgstr "حفظ الإعدادات"
277
 
278
  #: wassup.php:1200
279
  msgid "Filter by marked IP"
280
+ msgstr "تصنيف بحسب الآي بي المحدد"
281
 
282
  #: wassup.php:1200
283
  msgid "show marked items"
284
+ msgstr "اظهر العناصر المحددة"
285
 
286
  #: wassup.php:1203
287
  msgid "Searched for"
288
+ msgstr "بحث عن"
289
 
290
  #: wassup.php:1205
291
  msgid "Auto refresh in"
292
+ msgstr "تحديث تلقائي كل"
293
 
294
  #: wassup.php:1205
295
  #: lib/settings.php:334
296
  #: lib/settings.php:423
297
  msgid "seconds"
298
+ msgstr "ثانية/ثوان"
299
 
300
  #: wassup.php:1209
301
  msgid "Top Ten"
302
+ msgstr "العشرة الأوائل"
303
 
304
  #: wassup.php:1209
305
  msgid "Show Top Ten"
306
+ msgstr "اعرض العشرة الأوائل"
307
 
308
  #: wassup.php:1263
309
  #: lib/action.php:175
310
  msgid "Raw data"
311
+ msgstr "بينات فعلية"
312
 
313
  #: wassup.php:1266
314
  msgid "Visit type"
315
+ msgstr "نوع الزيارة"
316
 
317
  #: wassup.php:1268
318
  msgid "Logged-in user"
319
+ msgstr "مسخدم مسجل الدخول"
320
 
321
  #: wassup.php:1270
322
  msgid "Spammer/Hacker"
323
+ msgstr "سبام/هاكر"
324
 
325
  #: wassup.php:1272
326
  msgid "Spammer"
327
+ msgstr "رسائل مزعجة"
328
 
329
  #: wassup.php:1274
330
  msgid "Comment author"
331
+ msgstr "كاتب تعليق"
332
 
333
  #: wassup.php:1276
334
  msgid "Feed"
335
+ msgstr "الخلاصة"
336
 
337
  #: wassup.php:1278
338
  #: lib/wassup.class.php:232
339
  msgid "Spider"
340
+ msgstr "العنكبوت"
341
 
342
  #: wassup.php:1280
343
  msgid "Regular visitor"
344
+ msgstr "زائر عادي"
345
 
346
  #: wassup.php:1283
347
  #: lib/action.php:178
352
  #: wassup.php:1356
353
  #: lib/action.php:179
354
  msgid "Hostname"
355
+ msgstr "اسم المضيف"
356
 
357
  #: wassup.php:1285
358
  msgid "Url Requested"
359
+ msgstr "طلبات العنوان"
360
 
361
  #: wassup.php:1286
362
  #: wassup.php:1361
363
  #: lib/action.php:180
364
  msgid "User Agent"
365
+ msgstr "عميل المستخدم"
366
 
367
  #: wassup.php:1287
368
  #: wassup.php:1356
369
  #: lib/action.php:181
370
  msgid "Referrer"
371
+ msgstr "الإحالة من"
372
 
373
  #: wassup.php:1289
374
  msgid "Search Engine"
375
+ msgstr "محرك البحث"
376
 
377
  #: wassup.php:1291
378
  msgid "Page"
379
+ msgstr "صفحة"
380
 
381
  #: wassup.php:1294
382
  #: wassup.php:1450
383
  #: lib/action.php:186
384
  msgid "OS"
385
+ msgstr "نظام التشغيل"
386
 
387
  #: wassup.php:1297
388
  #: lib/action.php:189
389
  msgid "Browser"
390
+ msgstr "المتصفح"
391
 
392
  #: wassup.php:1300
393
  msgid "Locale/Language"
394
+ msgstr "الموقع/اللغة"
395
 
396
  #: wassup.php:1303
397
  msgid "Screen Resolution"
398
+ msgstr "دقة الشاشة"
399
 
400
  #: wassup.php:1306
401
  msgid "End timestamp"
402
+ msgstr "نهاية الطابع الزمني"
403
 
404
  #: wassup.php:1332
405
  #: wassup.php:1337
406
  msgid "delete"
407
+ msgstr "حذف"
408
 
409
  #: wassup.php:1332
410
  msgid "Delete ALL marked records with this IP"
411
+ msgstr "حذف كل السجلات المحدد لهذا الآي بي"
412
 
413
  #: wassup.php:1334
414
  msgid "unmark"
415
+ msgstr "الغاء التحديد"
416
 
417
  #: wassup.php:1334
418
  msgid "UnMark IP"
419
+ msgstr "الغاء تحديد ال آي بي"
420
 
421
  #: wassup.php:1337
422
  msgid "Delete this record"
423
+ msgstr "امسح السجل الحالي"
424
 
425
  #: wassup.php:1339
426
  msgid "mark"
427
+ msgstr "تحديد"
428
 
429
  #: wassup.php:1339
430
  msgid "Mark IP"
431
+ msgstr "تحديد ال آي بي"
432
 
433
  #: wassup.php:1342
434
  msgid "show raw table"
435
+ msgstr "اظهار جدول البينات الفعلية"
436
 
437
  #: wassup.php:1342
438
  msgid "Show the items as raw table"
439
+ msgstr "اعرض العناصر في جدول بينات الفعلية"
440
 
441
  #: wassup.php:1380
442
  msgid "SEARCH ENGINE"
443
+ msgstr "محرك البحث"
444
 
445
  #: wassup.php:1380
446
  msgid "page"
447
+ msgstr "صفحة"
448
 
449
  #: wassup.php:1381
450
  msgid "KEYWORDS"
451
+ msgstr "كلمة مفتاحية"
452
 
453
  #: wassup.php:1399
454
  msgid "ADMINISTRATOR"
455
+ msgstr "مدير الموقع"
456
 
457
  #: wassup.php:1417
458
  msgid "FEEDREADER"
459
+ msgstr "قاريء الاخبار"
460
 
461
  #: wassup.php:1419
462
  msgid "SUBSCRIBER(S)"
463
+ msgstr "مشترك"
464
 
465
  #: wassup.php:1424
466
  msgid "SPIDER"
467
+ msgstr "عنكبوت"
468
 
469
  #: wassup.php:1432
470
  msgid "Probably SPAM!"
471
+ msgstr "احتمال يكون سبام"
472
 
473
  #: wassup.php:1433
474
  msgid "Referer Spam"
475
+ msgstr "المرجع سبام"
476
 
477
  #: wassup.php:1434
478
  #: lib/wassup.class.php:234
479
  msgid "Spam"
480
+ msgstr "الرسائل المزعجة"
481
 
482
  #: wassup.php:1440
483
  msgid "Probably hack attempt!"
484
+ msgstr "احتمال تكون محاولة إختراق"
485
 
486
  #: wassup.php:1448
487
  #: lib/action.php:192
488
  msgid "Language"
489
+ msgstr "اللغة"
490
 
491
  #: wassup.php:1451
492
  msgid "BROWSER"
493
+ msgstr "المتصفح"
494
 
495
  #: wassup.php:1453
496
  msgid "RESOLUTION"
497
+ msgstr "ذقة الشاشة"
498
 
499
  #: wassup.php:1509
500
  msgid "Graph of visitor hits"
501
+ msgstr "صورة لنقرات الزوار"
502
 
503
  #: wassup.php:1511
504
  msgid "Too few records to print chart"
505
+ msgstr "بينات قليلة جدا لطباعة الرسم البياني"
506
 
507
  #: wassup.php:1527
508
  msgid "Check the official"
509
+ msgstr "انظر الى الرسمي"
510
 
511
  #: wassup.php:1527
512
  msgid "page for updates, bug reports and your hints to improve it"
513
+ msgstr "صفحة التحديثات،تقارير الأخطاء و تلميحات التصحيح الخاصة بك"
 
514
 
515
  #: wassup.php:1527
516
  msgid "User Guide documentation"
517
+ msgstr "مستندات ارشادات المستخدم"
518
 
519
  #: wassup.php:1528
520
  msgid "Exec time"
521
+ msgstr "وقت التنفيذ"
522
 
523
  #: wassup.php:2349
524
  msgid "WassUp Plugin table has reached maximum size!"
525
+ msgstr "جدول واساب وصل إلى الحجم الأقصى !"
526
 
527
  #: wassup.php:2350
528
  msgid "Hi"
529
+ msgstr "مرحباً"
530
 
531
  #: wassup.php:2350
532
  msgid ""
533
  "you have received this email because your WassUp Database table at your "
534
  "Wordpress blog"
535
+ msgstr "انت تتلقى هذا الايميل لأن جدول بينات واساب الخاص بك"
 
 
536
 
537
  #: wassup.php:2350
538
  msgid "has reached the maximum value you set in the options menu"
539
+ msgstr "قد وصل للحد الاقصى الذي وضعته في قائمة الخيارات"
540
 
541
  #: wassup.php:2351
542
  msgid ""
543
  "This is only a reminder, please take the actions you want in the WassUp "
544
  "options menu"
545
+ msgstr "هذا تذكير فقط, يرجى اخد الاجراء الذي تريد في صفحة خيارات واساب"
 
 
546
 
547
  #: wassup.php:2351
548
  msgid "This alert now will be removed and you will be able to set a new one"
549
+ msgstr "هذا التحذير سيتم حذفه وسيكون بامكانك وضعه من جديد"
550
 
551
  #: wassup.php:2352
552
  msgid ""
553
  "Thank you for using WassUp plugin. Check if there is a new version available "
554
  "here:"
555
+ msgstr "شكرا لإستخدامك واساب . بإمكانك التحقق ادا هناك اصدار جديد من هنا:"
 
 
556
 
557
  #: wassup.php:2352
558
  msgid "Have a nice day!"
559
+ msgstr "اقضي يوما جميلاً"
560
 
561
  #: wassup.php:2480
562
  msgid "Stats"
563
+ msgstr "الإحصائيات"
564
 
565
  #: wassup.php:2480
566
  msgid "More"
567
+ msgstr "المزيد"
568
 
569
  #: wassup.php:2482
570
  #: wassup.php:3838
571
  msgid "visitor stats chart"
572
+ msgstr "الرسم البياني لحالة الزوار"
573
 
574
  #: wassup.php:2672
575
  msgid "encrypted search"
576
+ msgstr "بحث مشفر"
577
 
578
  #: wassup.php:3340
579
  msgid "Error getting table details"
580
+ msgstr "خطاء في الحصول على البيانات"
581
 
582
  #: wassup.php:3348
583
  #, php-format
584
  msgid "Delete any existing table %s"
585
+ msgstr "احذف اي جداول موجودة %s"
586
 
587
  #: wassup.php:3359
588
  #, php-format
589
  msgid "Table structure of table %s"
590
+ msgstr "بنية الجدول من الجدول %s"
591
 
592
  #: wassup.php:3367
593
  #, php-format
594
  msgid "Error with SHOW CREATE TABLE for %s."
595
+ msgstr "خطأ مع إظهار/إنشاء الجدول %s."
596
 
597
  #: wassup.php:3374
598
  #, php-format
599
  msgid "Error getting table structure of %s"
600
+ msgstr "خطأ في الحصول على بنية الجدول %s"
601
 
602
  #: wassup.php:3382
603
  #, php-format
604
  msgid "Data contents of table %s"
605
+ msgstr "محتويات البيانات للجدول %s"
606
 
607
  #: wassup.php:3443
608
  #, php-format
609
  msgid "End of data contents of table %s"
610
+ msgstr "نهاية محتويات البيانات للجدول %s"
611
 
612
  #: wassup.php:3455
613
  msgid "If above timestamp is not current time, this page is cached"
614
+ msgstr "ادا التسلسل الزمني بالاعلى ليس بالوقت الحالي,هذه الصفحة صفحة الكش"
615
 
616
  #: wassup.php:3486
617
  #: wassup.php:3740
618
  msgid "No Data"
619
+ msgstr "لا يوجد بيانات"
620
 
621
  #: wassup.php:3487
622
  #: wassup.php:3568
623
  #: wassup.php:3741
624
  #: wassup.php:3814
625
  msgid "powered by"
626
+ msgstr "مدعوم من"
627
 
628
  #: wassup.php:3487
629
  #: wassup.php:3568
630
  #: wassup.php:3741
631
  msgid "Real Time Visitors Tracking"
632
+ msgstr "تعقب الزوار في الوفت الحقيقي"
633
 
634
  #: wassup.php:3497
635
  msgid "Last searched terms"
636
+ msgstr "آخر نمط بحث"
637
 
638
  #: wassup.php:3510
639
  msgid "Last referers"
640
+ msgstr "آخر مرجع"
641
 
642
  #: wassup.php:3525
643
  #: lib/settings.php:149
644
  msgid "Top Browsers"
645
+ msgstr "أعلى المتصفحات"
646
 
647
  #: wassup.php:3540
648
  #: lib/settings.php:150
649
  msgid "Top OS"
650
+ msgstr "أعلى أنظمة التشغيل"
651
 
652
  #: wassup.php:3559
653
  msgid "visitor(s) online"
654
+ msgstr "زاور متواجدون"
655
 
656
  #: wassup.php:3562
657
  msgid "logged-in user(s)"
658
+ msgstr "زوار مسجلين الدخول"
659
 
660
  #: wassup.php:3566
661
  msgid "comment author(s)"
662
+ msgstr "كاتبي تعليق"
663
 
664
  #: wassup.php:3632
665
  msgid "Title"
666
+ msgstr "العنوان"
667
 
668
  #: wassup.php:3634
669
  msgid "default \"Visitors Online\""
670
+ msgstr "الافتراضي \"الزوار المتواجدون\""
671
 
672
  #: wassup.php:3637
673
  msgid "Stylesheet class for &lt;ul&gt; attribute"
674
+ msgstr "عنصر الستايل للسمات &lt;ul&gt;"
675
 
676
  #: wassup.php:3639
677
  msgid "default \"links\""
678
+ msgstr "\"الرابط\" الافتراضي"
679
 
680
  #: wassup.php:3642
681
  msgid "Number of characters to display from left"
682
+ msgstr "عدد الاحرف لعرضها من اليسار"
683
 
684
  #: wassup.php:3644
685
  msgid "For template compatibility - default 18"
686
+ msgstr "لأجل توافق الثيم -الافتراضي 18"
687
 
688
  #: wassup.php:3649
689
  msgid "Show number of logged-in users online"
690
+ msgstr "عرض عدد الزوار المسجلين"
691
 
692
  #: wassup.php:3650
693
  msgid "Stats recording must be enabled in WassUp options"
694
+ msgstr "تسجيل الحالة يجب ان تفعيله في خيارات واساب"
695
 
696
  #: wassup.php:3651
697
  #: wassup.php:3657
698
  #: wassup.php:3663
699
  #: wassup.php:3675
700
  msgid "default Yes"
701
+ msgstr "الافتراضي نعم"
702
 
703
  #: wassup.php:3656
704
  msgid "Show number of comment authors online"
705
+ msgstr "عرض كاتبي التعليقات المتواجدين حاليا"
706
 
707
  #: wassup.php:3662
708
  msgid "Show latest searches"
709
+ msgstr "عر آخر عناصر البحث"
710
 
711
  #: wassup.php:3666
712
  msgid "How many searches?"
713
+ msgstr "عرض عمليات البحث؟"
714
 
715
  #: wassup.php:3668
716
  #: wassup.php:3680
717
  #: wassup.php:3692
718
  #: wassup.php:3704
719
  msgid "default 5"
720
+ msgstr "الافتراضي 5"
721
 
722
  #: wassup.php:3674
723
  msgid "Show latest external referrers"
724
+ msgstr "إظهر آخر المراجع"
725
 
726
  #: wassup.php:3678
727
  msgid "How many referrers?"
728
+ msgstr "كم عدد المراجع"
729
 
730
  #: wassup.php:3686
731
  msgid "Show top browsers"
732
+ msgstr "اعرض اعلى المتصفحات"
733
 
734
  #: wassup.php:3686
735
  #: wassup.php:3698
736
  msgid "default No"
737
+ msgstr "الافتراضي لا"
738
 
739
  #: wassup.php:3687
740
  #: wassup.php:3699
741
  msgid "Enabling it could slow down blog)"
742
+ msgstr "تفعيله قد يبطيء الموقع"
743
 
744
  #: wassup.php:3690
745
  msgid "How many browsers?"
746
+ msgstr "كم عدد المتصقحات؟"
747
 
748
  #: wassup.php:3698
749
  msgid "Show top operating systems"
750
+ msgstr "عرض نظام التشغيل"
751
 
752
  #: wassup.php:3702
753
  msgid "How many operating systems?"
754
+ msgstr "كم عدد انظمة التشغيل"
755
 
756
  #: wassup.php:3713
757
  msgid "Wassup Widget"
758
+ msgstr "مربع القوائم الجانبية واساب"
759
 
760
  #: wassup.php:3839
761
  msgid "More Stats"
762
+ msgstr "الزيد من الحالات"
763
 
764
  #: lib/action.php:125
765
  msgid "ERROR: file not found"
766
+ msgstr "خطاء: الملف غير موجود"
767
 
768
  #: lib/action.php:143
769
  msgid "ERROR: bad date"
770
+ msgstr "خطاء :بيانات تالفة"
771
 
772
  #: lib/action.php:257
773
  msgid "TOP QUERY"
774
+ msgstr "اعلى الاستعلامات"
775
 
776
  #: lib/action.php:276
777
  msgid "TOP REFERRER"
778
+ msgstr "اعلى المراجع"
779
 
780
  #: lib/action.php:302
781
  msgid "TOP REQUEST"
782
+ msgstr "اعلى الطلبات"
783
 
784
  #: lib/action.php:323
785
  msgid "TOP BROWSER"
1482
 
1483
  #: lib/wassup.class.php:268
1484
  msgid "6 hours"
1485
+ msgstr "6 ساعات"
1486
 
1487
  #: lib/wassup.class.php:270
1488
  msgid "7 days"
1489
+ msgstr "7 أيام"
1490
 
1491
  #: lib/wassup.class.php:275
1492
  msgid "all time"
1493
+ msgstr "كل الوقت"
language/be_BE.mo CHANGED
Binary file
language/be_BE.po CHANGED
@@ -14,8 +14,8 @@ msgstr ""
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
- "X-Launchpad-Export-Date: 2010-10-09 11:12+0000\n"
18
- "X-Generator: Launchpad (build Unknown)\n"
19
  "X-Poedit-Country: BELARUS\n"
20
  "X-Poedit-Language: Belarusian\n"
21
  "X-Poedit-SourceCharset: utf-8\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Launchpad-Export-Date: 2014-01-12 09:52+0000\n"
18
+ "X-Generator: Launchpad (build 16890)\n"
19
  "X-Poedit-Country: BELARUS\n"
20
  "X-Poedit-Language: Belarusian\n"
21
  "X-Poedit-SourceCharset: utf-8\n"
language/bg_BG.mo CHANGED
Binary file
language/bg_BG.po CHANGED
@@ -14,8 +14,8 @@ msgstr ""
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
- "X-Launchpad-Export-Date: 2010-10-09 11:12+0000\n"
18
- "X-Generator: Launchpad (build Unknown)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Launchpad-Export-Date: 2014-01-12 09:52+0000\n"
18
+ "X-Generator: Launchpad (build 16890)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
language/bn_BN.mo CHANGED
Binary file
language/bn_BN.po CHANGED
@@ -8,14 +8,14 @@ msgstr ""
8
  "Project-Id-Version: wassup\n"
9
  "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
  "POT-Creation-Date: 2009-05-18 12:28+0100\n"
11
- "PO-Revision-Date: 2009-06-08 07:14+0000\n"
12
- "Last-Translator: Mehdi Akram <Unknown>\n"
13
  "Language-Team: Bengali <bn@li.org>\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
- "X-Launchpad-Export-Date: 2010-10-09 11:12+0000\n"
18
- "X-Generator: Launchpad (build Unknown)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
@@ -30,7 +30,7 @@ msgstr "খোঁজ লুকান"
30
  #: wassup.php:1290
31
  #: lib/action.php:183
32
  msgid "Search"
33
- msgstr "খোঁজ"
34
 
35
  #: wassup.php:414
36
  msgid "Hide TopTen"
8
  "Project-Id-Version: wassup\n"
9
  "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
  "POT-Creation-Date: 2009-05-18 12:28+0100\n"
11
+ "PO-Revision-Date: 2011-02-23 14:36+0000\n"
12
+ "Last-Translator: Masud Alam <Unknown>\n"
13
  "Language-Team: Bengali <bn@li.org>\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Launchpad-Export-Date: 2014-01-12 09:52+0000\n"
18
+ "X-Generator: Launchpad (build 16890)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
30
  #: wassup.php:1290
31
  #: lib/action.php:183
32
  msgid "Search"
33
+ msgstr "অনুসন্ধান"
34
 
35
  #: wassup.php:414
36
  msgid "Hide TopTen"
language/ca_CA.mo CHANGED
Binary file
language/ca_CA.po CHANGED
@@ -8,14 +8,14 @@ msgstr ""
8
  "Project-Id-Version: wassup\n"
9
  "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
  "POT-Creation-Date: 2009-05-18 12:28+0100\n"
11
- "PO-Revision-Date: 2009-02-06 00:03+0000\n"
12
- "Last-Translator: wolffan <r.lapuente@gmail.com>\n"
13
  "Language-Team: Catalan <ca@li.org>\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
- "X-Launchpad-Export-Date: 2010-10-09 11:12+0000\n"
18
- "X-Generator: Launchpad (build Unknown)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
@@ -97,17 +97,19 @@ msgstr "Opcions de Spam de Wassup actualitzades correctament"
97
 
98
  #: wassup.php:750
99
  msgid "Warning"
100
- msgstr ""
101
 
102
  #: wassup.php:750
103
  msgid "is NOT recording new statistics"
104
- msgstr ""
105
 
106
  #: wassup.php:750
107
  msgid ""
108
  "To collect data you must check \"Enable/Disable recording\" in \"Options: "
109
  "Statistics Recording\" tab"
110
  msgstr ""
 
 
111
 
112
  #: wassup.php:760
113
  #: wassup.php:862
@@ -166,7 +168,7 @@ msgstr "Reprodueix"
166
 
167
  #: wassup.php:866
168
  msgid "Spy items by"
169
- msgstr ""
170
 
171
  #: wassup.php:918
172
  msgid ""
@@ -196,7 +198,7 @@ msgstr "Amaga gràfic"
196
 
197
  #: wassup.php:1102
198
  msgid "Hide the chart"
199
- msgstr ""
200
 
201
  #: wassup.php:1105
202
  msgid "show chart"
@@ -204,7 +206,7 @@ msgstr "Mostra gràfic"
204
 
205
  #: wassup.php:1105
206
  msgid "Show the chart"
207
- msgstr ""
208
 
209
  #: wassup.php:1115
210
  msgid "Summary for the last"
@@ -260,7 +262,7 @@ msgstr "Enregistra els intents de brossa"
260
  #: wassup.php:1190
261
  #: lib/settings.php:187
262
  msgid "Record admin break-in/hacker attempts"
263
- msgstr ""
264
 
265
  #: wassup.php:1191
266
  #: lib/settings.php:168
@@ -294,7 +296,7 @@ msgstr "segons"
294
 
295
  #: wassup.php:1209
296
  msgid "Top Ten"
297
- msgstr ""
298
 
299
  #: wassup.php:1209
300
  msgid "Show Top Ten"
@@ -307,11 +309,11 @@ msgstr "Dades"
307
 
308
  #: wassup.php:1266
309
  msgid "Visit type"
310
- msgstr ""
311
 
312
  #: wassup.php:1268
313
  msgid "Logged-in user"
314
- msgstr ""
315
 
316
  #: wassup.php:1270
317
  msgid "Spammer/Hacker"
@@ -323,20 +325,20 @@ msgstr ""
323
 
324
  #: wassup.php:1274
325
  msgid "Comment author"
326
- msgstr ""
327
 
328
  #: wassup.php:1276
329
  msgid "Feed"
330
- msgstr ""
331
 
332
  #: wassup.php:1278
333
  #: lib/wassup.class.php:232
334
  msgid "Spider"
335
- msgstr ""
336
 
337
  #: wassup.php:1280
338
  msgid "Regular visitor"
339
- msgstr ""
340
 
341
  #: wassup.php:1283
342
  #: lib/action.php:178
@@ -367,11 +369,11 @@ msgstr "Enllaç"
367
 
368
  #: wassup.php:1289
369
  msgid "Search Engine"
370
- msgstr ""
371
 
372
  #: wassup.php:1291
373
  msgid "Page"
374
- msgstr ""
375
 
376
  #: wassup.php:1294
377
  #: wassup.php:1450
@@ -386,11 +388,11 @@ msgstr "Navegador"
386
 
387
  #: wassup.php:1300
388
  msgid "Locale/Language"
389
- msgstr ""
390
 
391
  #: wassup.php:1303
392
  msgid "Screen Resolution"
393
- msgstr ""
394
 
395
  #: wassup.php:1306
396
  msgid "End timestamp"
@@ -447,7 +449,7 @@ msgstr "PARAULES CLAU"
447
 
448
  #: wassup.php:1399
449
  msgid "ADMINISTRATOR"
450
- msgstr ""
451
 
452
  #: wassup.php:1417
453
  msgid "FEEDREADER"
@@ -476,7 +478,7 @@ msgstr "Contingut brossa"
476
 
477
  #: wassup.php:1440
478
  msgid "Probably hack attempt!"
479
- msgstr ""
480
 
481
  #: wassup.php:1448
482
  #: lib/action.php:192
@@ -493,7 +495,7 @@ msgstr "RESSOLUCIÓ"
493
 
494
  #: wassup.php:1509
495
  msgid "Graph of visitor hits"
496
- msgstr ""
497
 
498
  #: wassup.php:1511
499
  msgid "Too few records to print chart"
@@ -515,7 +517,7 @@ msgstr "Guia d'Usuari"
515
 
516
  #: wassup.php:1528
517
  msgid "Exec time"
518
- msgstr ""
519
 
520
  #: wassup.php:2349
521
  msgid "WassUp Plugin table has reached maximum size!"
@@ -563,20 +565,20 @@ msgstr "Que tingui un bon dia!"
563
 
564
  #: wassup.php:2480
565
  msgid "Stats"
566
- msgstr ""
567
 
568
  #: wassup.php:2480
569
  msgid "More"
570
- msgstr ""
571
 
572
  #: wassup.php:2482
573
  #: wassup.php:3838
574
  msgid "visitor stats chart"
575
- msgstr ""
576
 
577
  #: wassup.php:2672
578
  msgid "encrypted search"
579
- msgstr ""
580
 
581
  #: wassup.php:3340
582
  msgid "Error getting table details"
@@ -619,7 +621,7 @@ msgstr ""
619
  #: wassup.php:3486
620
  #: wassup.php:3740
621
  msgid "No Data"
622
- msgstr ""
623
 
624
  #: wassup.php:3487
625
  #: wassup.php:3568
@@ -632,7 +634,7 @@ msgstr "funciona amb"
632
  #: wassup.php:3568
633
  #: wassup.php:3741
634
  msgid "Real Time Visitors Tracking"
635
- msgstr ""
636
 
637
  #: wassup.php:3497
638
  msgid "Last searched terms"
@@ -666,35 +668,35 @@ msgstr "Autors amb comentaris"
666
 
667
  #: wassup.php:3632
668
  msgid "Title"
669
- msgstr ""
670
 
671
  #: wassup.php:3634
672
  msgid "default \"Visitors Online\""
673
- msgstr ""
674
 
675
  #: wassup.php:3637
676
  msgid "Stylesheet class for &lt;ul&gt; attribute"
677
- msgstr ""
678
 
679
  #: wassup.php:3639
680
  msgid "default \"links\""
681
- msgstr ""
682
 
683
  #: wassup.php:3642
684
  msgid "Number of characters to display from left"
685
- msgstr ""
686
 
687
  #: wassup.php:3644
688
  msgid "For template compatibility - default 18"
689
- msgstr ""
690
 
691
  #: wassup.php:3649
692
  msgid "Show number of logged-in users online"
693
- msgstr ""
694
 
695
  #: wassup.php:3650
696
  msgid "Stats recording must be enabled in WassUp options"
697
- msgstr ""
698
 
699
  #: wassup.php:3651
700
  #: wassup.php:3657
8
  "Project-Id-Version: wassup\n"
9
  "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
  "POT-Creation-Date: 2009-05-18 12:28+0100\n"
11
+ "PO-Revision-Date: 2011-03-28 09:06+0000\n"
12
+ "Last-Translator: jmartin (Zikzakmedia) <jmartin@zikzakmedia.com>\n"
13
  "Language-Team: Catalan <ca@li.org>\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Launchpad-Export-Date: 2014-01-12 09:52+0000\n"
18
+ "X-Generator: Launchpad (build 16890)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
97
 
98
  #: wassup.php:750
99
  msgid "Warning"
100
+ msgstr "Advertiment"
101
 
102
  #: wassup.php:750
103
  msgid "is NOT recording new statistics"
104
+ msgstr "No enregistra noves dades"
105
 
106
  #: wassup.php:750
107
  msgid ""
108
  "To collect data you must check \"Enable/Disable recording\" in \"Options: "
109
  "Statistics Recording\" tab"
110
  msgstr ""
111
+ "Per recollir dades has de marcar \"Habilitar/Deshabilitar grabació\" a la "
112
+ "pestanya \"opcions: Enregistrament d'estadístiques\""
113
 
114
  #: wassup.php:760
115
  #: wassup.php:862
168
 
169
  #: wassup.php:866
170
  msgid "Spy items by"
171
+ msgstr "Espiar objectes per"
172
 
173
  #: wassup.php:918
174
  msgid ""
198
 
199
  #: wassup.php:1102
200
  msgid "Hide the chart"
201
+ msgstr "Amaga el gràfic"
202
 
203
  #: wassup.php:1105
204
  msgid "show chart"
206
 
207
  #: wassup.php:1105
208
  msgid "Show the chart"
209
+ msgstr "Mostra el gràfic"
210
 
211
  #: wassup.php:1115
212
  msgid "Summary for the last"
262
  #: wassup.php:1190
263
  #: lib/settings.php:187
264
  msgid "Record admin break-in/hacker attempts"
265
+ msgstr "Enregistra els intents fraudulents d'entrar com administrador"
266
 
267
  #: wassup.php:1191
268
  #: lib/settings.php:168
296
 
297
  #: wassup.php:1209
298
  msgid "Top Ten"
299
+ msgstr "Els deu primers"
300
 
301
  #: wassup.php:1209
302
  msgid "Show Top Ten"
309
 
310
  #: wassup.php:1266
311
  msgid "Visit type"
312
+ msgstr "Tipus de Visita"
313
 
314
  #: wassup.php:1268
315
  msgid "Logged-in user"
316
+ msgstr "Usuari amb accés"
317
 
318
  #: wassup.php:1270
319
  msgid "Spammer/Hacker"
325
 
326
  #: wassup.php:1274
327
  msgid "Comment author"
328
+ msgstr "Autor del comentari"
329
 
330
  #: wassup.php:1276
331
  msgid "Feed"
332
+ msgstr "Canal"
333
 
334
  #: wassup.php:1278
335
  #: lib/wassup.class.php:232
336
  msgid "Spider"
337
+ msgstr "Aranya"
338
 
339
  #: wassup.php:1280
340
  msgid "Regular visitor"
341
+ msgstr "Visitant habitual"
342
 
343
  #: wassup.php:1283
344
  #: lib/action.php:178
369
 
370
  #: wassup.php:1289
371
  msgid "Search Engine"
372
+ msgstr "Motor de cerca"
373
 
374
  #: wassup.php:1291
375
  msgid "Page"
376
+ msgstr "Pàgina"
377
 
378
  #: wassup.php:1294
379
  #: wassup.php:1450
388
 
389
  #: wassup.php:1300
390
  msgid "Locale/Language"
391
+ msgstr "Idioma"
392
 
393
  #: wassup.php:1303
394
  msgid "Screen Resolution"
395
+ msgstr "Resolució de Pantalla"
396
 
397
  #: wassup.php:1306
398
  msgid "End timestamp"
449
 
450
  #: wassup.php:1399
451
  msgid "ADMINISTRATOR"
452
+ msgstr "Administrador"
453
 
454
  #: wassup.php:1417
455
  msgid "FEEDREADER"
478
 
479
  #: wassup.php:1440
480
  msgid "Probably hack attempt!"
481
+ msgstr "Possible intent d'accés fraudulent"
482
 
483
  #: wassup.php:1448
484
  #: lib/action.php:192
495
 
496
  #: wassup.php:1509
497
  msgid "Graph of visitor hits"
498
+ msgstr "Gràfic dels accessos dels visitants"
499
 
500
  #: wassup.php:1511
501
  msgid "Too few records to print chart"
517
 
518
  #: wassup.php:1528
519
  msgid "Exec time"
520
+ msgstr "Temps d'execució"
521
 
522
  #: wassup.php:2349
523
  msgid "WassUp Plugin table has reached maximum size!"
565
 
566
  #: wassup.php:2480
567
  msgid "Stats"
568
+ msgstr "Estadístiques"
569
 
570
  #: wassup.php:2480
571
  msgid "More"
572
+ msgstr "Més"
573
 
574
  #: wassup.php:2482
575
  #: wassup.php:3838
576
  msgid "visitor stats chart"
577
+ msgstr "Gràfic d'estadístiques dels visitants"
578
 
579
  #: wassup.php:2672
580
  msgid "encrypted search"
581
+ msgstr "Cerca Encriptada."
582
 
583
  #: wassup.php:3340
584
  msgid "Error getting table details"
621
  #: wassup.php:3486
622
  #: wassup.php:3740
623
  msgid "No Data"
624
+ msgstr "No hi ha dades"
625
 
626
  #: wassup.php:3487
627
  #: wassup.php:3568
634
  #: wassup.php:3568
635
  #: wassup.php:3741
636
  msgid "Real Time Visitors Tracking"
637
+ msgstr "Seguiment dels visitants a temps real"
638
 
639
  #: wassup.php:3497
640
  msgid "Last searched terms"
668
 
669
  #: wassup.php:3632
670
  msgid "Title"
671
+ msgstr "Tí­tol"
672
 
673
  #: wassup.php:3634
674
  msgid "default \"Visitors Online\""
675
+ msgstr "\"Visitants connectats\" per defecte"
676
 
677
  #: wassup.php:3637
678
  msgid "Stylesheet class for &lt;ul&gt; attribute"
679
+ msgstr "Classe de full d'estils per l'atribut &lt;ul&gt;"
680
 
681
  #: wassup.php:3639
682
  msgid "default \"links\""
683
+ msgstr "\"Vincles\" per defecte"
684
 
685
  #: wassup.php:3642
686
  msgid "Number of characters to display from left"
687
+ msgstr "Número de caracters a mostrar des de l'esquerra"
688
 
689
  #: wassup.php:3644
690
  msgid "For template compatibility - default 18"
691
+ msgstr "Per compatibilitat de plantilles - 18 per defecte"
692
 
693
  #: wassup.php:3649
694
  msgid "Show number of logged-in users online"
695
+ msgstr "Mostra nombre d'usuaris registrats connectats"
696
 
697
  #: wassup.php:3650
698
  msgid "Stats recording must be enabled in WassUp options"
699
+ msgstr "L'enregistrament de dades ha d'estar activat a les opcions de Wassup"
700
 
701
  #: wassup.php:3651
702
  #: wassup.php:3657
language/cs_CS.mo CHANGED
Binary file
language/cs_CS.po CHANGED
@@ -8,18 +8,18 @@ msgstr ""
8
  "Project-Id-Version: wassup\n"
9
  "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
  "POT-Creation-Date: 2009-05-18 12:28+0100\n"
11
- "PO-Revision-Date: 2009-11-03 10:45+0000\n"
12
- "Last-Translator: Dred <Unknown>\n"
13
  "Language-Team: Czech <cs@li.org>\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
- "X-Launchpad-Export-Date: 2010-10-09 11:12+0000\n"
18
- "X-Generator: Launchpad (build Unknown)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
22
- msgstr "Je mi to líto ale Wassup potřebuje WordPress 2.2 nebo novejší"
23
 
24
  #: wassup.php:406
25
  msgid "Hide Search"
@@ -34,15 +34,15 @@ msgstr "Hledat"
34
 
35
  #: wassup.php:414
36
  msgid "Hide TopTen"
37
- msgstr "Skrýt Top deset"
38
 
39
  #: wassup.php:417
40
  msgid "Show TopTen"
41
- msgstr "Zobrazit Top deset"
42
 
43
  #: wassup.php:423
44
  msgid "Collapse All"
45
- msgstr "Svinout vše"
46
 
47
  #: wassup.php:426
48
  #: wassup.php:761
@@ -61,7 +61,7 @@ msgstr "Sbalit chronologicky"
61
 
62
  #: wassup.php:526
63
  msgid "Visitor Details"
64
- msgstr "Detaily Návštěvníků"
65
 
66
  #: wassup.php:529
67
  msgid "Spy Visitors"
8
  "Project-Id-Version: wassup\n"
9
  "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
  "POT-Creation-Date: 2009-05-18 12:28+0100\n"
11
+ "PO-Revision-Date: 2011-10-26 09:26+0000\n"
12
+ "Last-Translator: bengo <dominikmatus@seznam.cz>\n"
13
  "Language-Team: Czech <cs@li.org>\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Launchpad-Export-Date: 2014-01-12 09:52+0000\n"
18
+ "X-Generator: Launchpad (build 16890)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
22
+ msgstr "Je nám líto, Wassup pro práci vyžaduje WordPress 2.2 nebo vyšší."
23
 
24
  #: wassup.php:406
25
  msgid "Hide Search"
34
 
35
  #: wassup.php:414
36
  msgid "Hide TopTen"
37
+ msgstr "Skrýt Top 10"
38
 
39
  #: wassup.php:417
40
  msgid "Show TopTen"
41
+ msgstr "Zobrazit Top 10"
42
 
43
  #: wassup.php:423
44
  msgid "Collapse All"
45
+ msgstr "Sbalit vše"
46
 
47
  #: wassup.php:426
48
  #: wassup.php:761
61
 
62
  #: wassup.php:526
63
  msgid "Visitor Details"
64
+ msgstr "Detaily návštěvníků"
65
 
66
  #: wassup.php:529
67
  msgid "Spy Visitors"
language/da_DA.mo CHANGED
Binary file
language/da_DA.po CHANGED
@@ -14,8 +14,8 @@ msgstr ""
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
- "X-Launchpad-Export-Date: 2010-10-09 11:12+0000\n"
18
- "X-Generator: Launchpad (build Unknown)\n"
19
  "X-Poedit-Country: DENMARK\n"
20
  "X-Poedit-Language: Danish\n"
21
  "X-Poedit-SourceCharset: utf-8\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Launchpad-Export-Date: 2014-01-12 09:52+0000\n"
18
+ "X-Generator: Launchpad (build 16890)\n"
19
  "X-Poedit-Country: DENMARK\n"
20
  "X-Poedit-Language: Danish\n"
21
  "X-Poedit-SourceCharset: utf-8\n"
language/de_DE.mo CHANGED
Binary file
language/de_DE.po CHANGED
@@ -5,14 +5,14 @@ msgstr ""
5
  "Project-Id-Version: de_DE\n"
6
  "Report-Msgid-Bugs-To: \n"
7
  "POT-Creation-Date: 2009-05-18 12:28+0100\n"
8
- "PO-Revision-Date: 2009-05-21 22:20+0000\n"
9
- "Last-Translator: Mario Liedtke <mario.launchpad@7mm.de>\n"
10
  "Language-Team: Deutsch <cowboyofbottrop@gmail.com>\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
- "X-Launchpad-Export-Date: 2010-10-09 11:12+0000\n"
15
- "X-Generator: Launchpad (build Unknown)\n"
16
  "X-Poedit-SearchPath-0: /home/m1k/Desktop/wassup_translation/trunk\n"
17
  "X-Poedit-Basepath: .\n"
18
  "X-Poedit-KeywordsList: __;_e\n"
@@ -400,7 +400,7 @@ msgstr "Bildschirmauflösung"
400
 
401
  #: wassup.php:1306
402
  msgid "End timestamp"
403
- msgstr ""
404
 
405
  #: wassup.php:1332
406
  #: wassup.php:1337
@@ -880,7 +880,7 @@ msgstr "Alle"
880
 
881
  #: lib/main.php:1224
882
  msgid "Last 24 Hours"
883
- msgstr "Letzte 24 Stunden"
884
 
885
  #: lib/settings.php:31
886
  msgid ""
@@ -1366,7 +1366,7 @@ msgstr "installiert"
1366
 
1367
  #: lib/settings.php:351
1368
  msgid "Engine"
1369
- msgstr ""
1370
 
1371
  #: lib/settings.php:389
1372
  msgid "Query Cache"
@@ -1445,7 +1445,7 @@ msgstr "Bearbeiter"
1445
 
1446
  #: lib/wassup.class.php:210
1447
  msgid "Author"
1448
- msgstr "Author"
1449
 
1450
  #: lib/wassup.class.php:215
1451
  msgid "None - don't show chart"
@@ -1506,94 +1506,3 @@ msgstr "7 Tage"
1506
  #: lib/wassup.class.php:275
1507
  msgid "all time"
1508
  msgstr "Alle"
1509
-
1510
- #~ msgid "Hide the chart and site usage"
1511
- #~ msgstr "Grafik und Seiten-Nutzung ausblenden"
1512
-
1513
- #~ msgid "Show the chart and site usage"
1514
- #~ msgstr "Grafik und Seiten-Nutzung anzeigen"
1515
-
1516
- #~ msgid "Referer from search engine"
1517
- #~ msgstr "Herkunft über Suchmaschinen"
1518
-
1519
- #~ msgid "Referer from ext link"
1520
- #~ msgstr "Herkunft von externen Seiten"
1521
-
1522
- #~ msgid "What title for the widget (default \"Visitors Online\")"
1523
- #~ msgstr "Titel für das Widget (Standard: \"Besucher online\")"
1524
-
1525
- #~ msgid "What style sheet class for &lt;ul&gt; attribute (default \"links\")"
1526
- #~ msgstr "CSS-Klasse für das &lt;ul&gt;-Element (Standard: \"links\")"
1527
-
1528
- #~ msgid "How many characters left? (For template compatibility - default 18)"
1529
- #~ msgstr ""
1530
- #~ "Wie viele Zeichen anzeigen (Für Kompatiblität mit dem Theme - Standard: 18)"
1531
-
1532
- #~ msgid "Check if you want to show logged-in online users (default Yes)"
1533
- #~ msgstr "Angemeldete User online anzeigen (Standard: Ja)"
1534
-
1535
- #~ msgid "Check if you want to show comment-author online users (default Yes)"
1536
- #~ msgstr "Kommentar-Autoren online anzeigen (Standard: Ja)"
1537
-
1538
- #~ msgid "Check if you want to show some last search referers (default Yes)"
1539
- #~ msgstr "Letzte Suchmaschinen-Referrer anzeigen (Standard: Ja)"
1540
-
1541
- #~ msgid "How many search referers want to show (default 5)"
1542
- #~ msgstr "Wie viele Suchmaschinen-Referrer anzeigen (Standard: 5)"
1543
-
1544
- #~ msgid "Check if you want to show some last external referers (default Yes)"
1545
- #~ msgstr "Letzte externe Referrer anzeigen (Standard: Ja)"
1546
-
1547
- #~ msgid "How many external referers want to show (default 5)"
1548
- #~ msgstr "Wie viele externe Referrer anzeigen (Standard: 5)"
1549
-
1550
- #~ msgid "How many top browsers want to show (default 5)"
1551
- #~ msgstr "Wie viele Top Browser anzeigen (Standard: 5)"
1552
-
1553
- #~ msgid "How many top operating systems want to show (default 5)"
1554
- #~ msgstr "Wie viele Top Betriebssysteme anzeigen (Standard: 5)"
1555
-
1556
- #~ msgid "Administrators"
1557
- #~ msgstr "Administrator"
1558
-
1559
- #~ msgid "Contributors"
1560
- #~ msgstr "Herausgeber"
1561
-
1562
- #~ msgid "Authors"
1563
- #~ msgstr "Autor"
1564
-
1565
- #~ msgid "Visit Detail Settings"
1566
- #~ msgstr "Besucher Details einrichten:"
1567
-
1568
- #~ msgid "Spiders"
1569
- #~ msgstr "Spider"
1570
-
1571
- #~ msgid "Enter requested URLs to exclude from recording"
1572
- #~ msgstr ""
1573
- #~ "Gebe angeforderte URLs an, die von der Aufzeichnung ausgeschlossen werden "
1574
- #~ "sollen"
1575
-
1576
- #~ msgid ""
1577
- #~ "comma separated value, don't put the entire url, only the last path or some "
1578
- #~ "word to exclude (ex: /category/wordpress, 2007, etc...)"
1579
- #~ msgstr ""
1580
- #~ "Trenne mehrere URLs mit Komma, keine komplette URL, nur den letzten Tel des "
1581
- #~ "Pfades oder die letzten paar Worte (z.B. /category/wordpress, 2007, usw...)"
1582
-
1583
- #~ msgid "Temporary files location folder"
1584
- #~ msgstr "Verzeichnis für temporäre Dateien"
1585
-
1586
- #~ msgid ""
1587
- #~ "Directory does not exist or is not writable. Please enter a different path "
1588
- #~ "above or change \"session.save_path\" in \"php.ini\" to point to a valid, "
1589
- #~ "writable folder"
1590
- #~ msgstr ""
1591
- #~ "Das Verzeichnis existiert nicht, oder ist nicht schreibbar. Gib den "
1592
- #~ "korrekten Pfad oben an, oder ändere \"session.save_path\" in der \"php.ini\" "
1593
- #~ "auf einen gültigen, schreibbaren Pfad"
1594
-
1595
- #~ msgid "Use absolute directory paths only. This value is usually"
1596
- #~ msgstr "Verwende nur absolute Pfade. Für gewöhnlich ist das"
1597
-
1598
- #~ msgid "TOP REFERER"
1599
- #~ msgstr "TOP REFERRER"
5
  "Project-Id-Version: de_DE\n"
6
  "Report-Msgid-Bugs-To: \n"
7
  "POT-Creation-Date: 2009-05-18 12:28+0100\n"
8
+ "PO-Revision-Date: 2012-04-11 07:58+0000\n"
9
+ "Last-Translator: Daniel Winzen <d@winzen4.de>\n"
10
  "Language-Team: Deutsch <cowboyofbottrop@gmail.com>\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
+ "X-Launchpad-Export-Date: 2014-01-12 09:52+0000\n"
15
+ "X-Generator: Launchpad (build 16890)\n"
16
  "X-Poedit-SearchPath-0: /home/m1k/Desktop/wassup_translation/trunk\n"
17
  "X-Poedit-Basepath: .\n"
18
  "X-Poedit-KeywordsList: __;_e\n"
400
 
401
  #: wassup.php:1306
402
  msgid "End timestamp"
403
+ msgstr "Zeitstempel Ende"
404
 
405
  #: wassup.php:1332
406
  #: wassup.php:1337
880
 
881
  #: lib/main.php:1224
882
  msgid "Last 24 Hours"
883
+ msgstr "Letzten 24 Stunden"
884
 
885
  #: lib/settings.php:31
886
  msgid ""
1366
 
1367
  #: lib/settings.php:351
1368
  msgid "Engine"
1369
+ msgstr "Kernel"
1370
 
1371
  #: lib/settings.php:389
1372
  msgid "Query Cache"
1445
 
1446
  #: lib/wassup.class.php:210
1447
  msgid "Author"
1448
+ msgstr "Autor"
1449
 
1450
  #: lib/wassup.class.php:215
1451
  msgid "None - don't show chart"
1506
  #: lib/wassup.class.php:275
1507
  msgid "all time"
1508
  msgstr "Alle"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
language/el_EL.mo CHANGED
Binary file
language/el_EL.po CHANGED
@@ -14,8 +14,8 @@ msgstr ""
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
- "X-Launchpad-Export-Date: 2010-10-09 11:12+0000\n"
18
- "X-Generator: Launchpad (build Unknown)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Launchpad-Export-Date: 2014-01-12 09:52+0000\n"
18
+ "X-Generator: Launchpad (build 16890)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
language/en_GB.mo ADDED
Binary file
language/en_GB.po ADDED
@@ -0,0 +1,1497 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # English (United Kingdom) translation for wassup
2
+ # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
3
+ # This file is distributed under the same license as the wassup package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: wassup\n"
9
+ "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
+ "POT-Creation-Date: 2009-05-18 12:28+0100\n"
11
+ "PO-Revision-Date: 2012-09-19 12:29+0000\n"
12
+ "Last-Translator: Biffaboy <Unknown>\n"
13
+ "Language-Team: English (United Kingdom) <en_GB@li.org>\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Launchpad-Export-Date: 2014-01-12 09:52+0000\n"
18
+ "X-Generator: Launchpad (build 16890)\n"
19
+
20
+ #: wassup.php:45
21
+ msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
22
+ msgstr "Sorry, Wassup requires WordPress 2.2 or higher to work."
23
+
24
+ #: wassup.php:406
25
+ msgid "Hide Search"
26
+ msgstr "Hide Search"
27
+
28
+ #: wassup.php:409
29
+ #: wassup.php:1209
30
+ #: wassup.php:1290
31
+ #: lib/action.php:183
32
+ msgid "Search"
33
+ msgstr "Search"
34
+
35
+ #: wassup.php:414
36
+ msgid "Hide TopTen"
37
+ msgstr "Hide Top Ten"
38
+
39
+ #: wassup.php:417
40
+ msgid "Show TopTen"
41
+ msgstr "Show Top Ten"
42
+
43
+ #: wassup.php:423
44
+ msgid "Collapse All"
45
+ msgstr "Collapse All"
46
+
47
+ #: wassup.php:426
48
+ #: wassup.php:761
49
+ #: wassup.php:857
50
+ #: wassup.php:1165
51
+ msgid "Expand All"
52
+ msgstr "Expand All"
53
+
54
+ #: wassup.php:431
55
+ msgid "Expand Cronology"
56
+ msgstr "Expand Cronology"
57
+
58
+ #: wassup.php:434
59
+ msgid "Collapse Cronology"
60
+ msgstr "Collapse Cronology"
61
+
62
+ #: wassup.php:526
63
+ msgid "Visitor Details"
64
+ msgstr "Visitor Details"
65
+
66
+ #: wassup.php:529
67
+ msgid "Spy Visitors"
68
+ msgstr "Spy Visitors"
69
+
70
+ #: wassup.php:529
71
+ #: wassup.php:861
72
+ msgid "SPY Visitors"
73
+ msgstr "SPY Visitors"
74
+
75
+ #: wassup.php:530
76
+ #: wassup.php:759
77
+ msgid "Current Visitors Online"
78
+ msgstr "Current Visitors Online"
79
+
80
+ #: wassup.php:531
81
+ #: wassup.php:917
82
+ msgid "Options"
83
+ msgstr "Options"
84
+
85
+ #: wassup.php:629
86
+ #: wassup.php:654
87
+ msgid "Wassup options updated successfully"
88
+ msgstr "Wassup options updated successfully"
89
+
90
+ #: wassup.php:641
91
+ msgid "Wassup uninstall option updated successfully"
92
+ msgstr "Wassup uninstall option updated successfully"
93
+
94
+ #: wassup.php:649
95
+ msgid "Wassup spam options updated successfully"
96
+ msgstr "Wassup spam options updated successfully"
97
+
98
+ #: wassup.php:750
99
+ msgid "Warning"
100
+ msgstr "Warning"
101
+
102
+ #: wassup.php:750
103
+ msgid "is NOT recording new statistics"
104
+ msgstr "is NOT recording new statistics"
105
+
106
+ #: wassup.php:750
107
+ msgid ""
108
+ "To collect data you must check \"Enable/Disable recording\" in \"Options: "
109
+ "Statistics Recording\" tab"
110
+ msgstr ""
111
+ "To collect data you must first check \"Enable/Disable recording\" in the "
112
+ "\"Options: Statistics Recording\" tab"
113
+
114
+ #: wassup.php:760
115
+ #: wassup.php:862
116
+ msgid "Legend"
117
+ msgstr "Legend"
118
+
119
+ #: wassup.php:760
120
+ #: wassup.php:862
121
+ msgid "Logged-in Users"
122
+ msgstr "Logged-in Users"
123
+
124
+ #: wassup.php:760
125
+ #: wassup.php:862
126
+ msgid "Comments Authors"
127
+ msgstr "Comments Authors"
128
+
129
+ #: wassup.php:760
130
+ #: wassup.php:862
131
+ msgid "Spiders/bots"
132
+ msgstr "Spiders/bots"
133
+
134
+ #: wassup.php:767
135
+ msgid "Visitors online"
136
+ msgstr "Visitors online"
137
+
138
+ #: wassup.php:791
139
+ #: wassup.php:1319
140
+ #: lib/main.php:641
141
+ msgid "From your blog"
142
+ msgstr "From your blog"
143
+
144
+ #: wassup.php:794
145
+ #: wassup.php:1322
146
+ #: lib/main.php:644
147
+ msgid "Direct hit"
148
+ msgstr "Direct hit"
149
+
150
+ #: wassup.php:814
151
+ #: wassup.php:1389
152
+ msgid "LOGGED IN USER"
153
+ msgstr "LOGGED IN USER"
154
+
155
+ #: wassup.php:815
156
+ #: wassup.php:818
157
+ #: wassup.php:1405
158
+ msgid "COMMENT AUTHOR"
159
+ msgstr "COMMENT AUTHOR"
160
+
161
+ #: wassup.php:864
162
+ msgid "Pause"
163
+ msgstr "Pause"
164
+
165
+ #: wassup.php:865
166
+ msgid "Play"
167
+ msgstr "Play"
168
+
169
+ #: wassup.php:866
170
+ msgid "Spy items by"
171
+ msgstr "Spy items by"
172
+
173
+ #: wassup.php:918
174
+ msgid ""
175
+ "You can add a sidebar Widget with some useful statistics information by "
176
+ "activating the"
177
+ msgstr ""
178
+ "You can add a sidebar Widget with some useful statistics information by "
179
+ "activating the"
180
+
181
+ #: wassup.php:919
182
+ msgid "Wassup Widget in the Widgets menu option"
183
+ msgstr "Wassup Widget in the Widgets menu option"
184
+
185
+ #: wassup.php:927
186
+ msgid "Latest hits"
187
+ msgstr "Latest hits"
188
+
189
+ #: wassup.php:929
190
+ msgid "WassUp recording is disabled"
191
+ msgstr "WassUp recording is disabled"
192
+
193
+ #: wassup.php:1041
194
+ msgid "records deleted"
195
+ msgstr "records deleted"
196
+
197
+ #: wassup.php:1102
198
+ msgid "hide chart"
199
+ msgstr "hide chart"
200
+
201
+ #: wassup.php:1102
202
+ msgid "Hide the chart"
203
+ msgstr "Hide the chart"
204
+
205
+ #: wassup.php:1105
206
+ msgid "show chart"
207
+ msgstr "show chart"
208
+
209
+ #: wassup.php:1105
210
+ msgid "Show the chart"
211
+ msgstr "Show the chart"
212
+
213
+ #: wassup.php:1115
214
+ msgid "Summary for the last"
215
+ msgstr "Summary for the last"
216
+
217
+ #: wassup.php:1122
218
+ msgid "Items per page"
219
+ msgstr "Items per page"
220
+
221
+ #: wassup.php:1132
222
+ msgid "Show items by"
223
+ msgstr "Show items by"
224
+
225
+ #: wassup.php:1151
226
+ msgid "Visits"
227
+ msgstr "Visits"
228
+
229
+ #: wassup.php:1152
230
+ msgid "Pageviews"
231
+ msgstr "Pageviews"
232
+
233
+ #: wassup.php:1153
234
+ msgid "Pages/Visits"
235
+ msgstr "Pages/Visits"
236
+
237
+ #: wassup.php:1156
238
+ msgid "Spams"
239
+ msgstr "Spams"
240
+
241
+ #: wassup.php:1166
242
+ msgid "Collapse Chronology"
243
+ msgstr "Collapse Chronology"
244
+
245
+ #: wassup.php:1185
246
+ msgid "Spam Options"
247
+ msgstr "Spam Options"
248
+
249
+ #: wassup.php:1187
250
+ #: lib/settings.php:182
251
+ msgid "Enable/Disable Spam Check on Records"
252
+ msgstr "Enable/Disable Spam Check on Records"
253
+
254
+ #: wassup.php:1188
255
+ #: lib/settings.php:185
256
+ msgid "Record Akismet comment spam attempts"
257
+ msgstr "Record Akismet comment spam attempts"
258
+
259
+ #: wassup.php:1189
260
+ #: lib/settings.php:186
261
+ msgid "Record referrer spam attempts"
262
+ msgstr "Record referrer spam attempts"
263
+
264
+ #: wassup.php:1190
265
+ #: lib/settings.php:187
266
+ msgid "Record admin break-in/hacker attempts"
267
+ msgstr "Record admin break-in/hacker attempts"
268
+
269
+ #: wassup.php:1191
270
+ #: lib/settings.php:168
271
+ #: lib/settings.php:203
272
+ #: lib/settings.php:448
273
+ #: lib/settings.php:462
274
+ msgid "Save Settings"
275
+ msgstr "Save Settings"
276
+
277
+ #: wassup.php:1200
278
+ msgid "Filter by marked IP"
279
+ msgstr "Filter by marked IP"
280
+
281
+ #: wassup.php:1200
282
+ msgid "show marked items"
283
+ msgstr "show marked items"
284
+
285
+ #: wassup.php:1203
286
+ msgid "Searched for"
287
+ msgstr "Searched for"
288
+
289
+ #: wassup.php:1205
290
+ msgid "Auto refresh in"
291
+ msgstr "Auto refresh in"
292
+
293
+ #: wassup.php:1205
294
+ #: lib/settings.php:334
295
+ #: lib/settings.php:423
296
+ msgid "seconds"
297
+ msgstr "seconds"
298
+
299
+ #: wassup.php:1209
300
+ msgid "Top Ten"
301
+ msgstr "Top Ten"
302
+
303
+ #: wassup.php:1209
304
+ msgid "Show Top Ten"
305
+ msgstr "Show Top Ten"
306
+
307
+ #: wassup.php:1263
308
+ #: lib/action.php:175
309
+ msgid "Raw data"
310
+ msgstr "Raw data"
311
+
312
+ #: wassup.php:1266
313
+ msgid "Visit type"
314
+ msgstr "Visit type"
315
+
316
+ #: wassup.php:1268
317
+ msgid "Logged-in user"
318
+ msgstr "Logged-in user"
319
+
320
+ #: wassup.php:1270
321
+ msgid "Spammer/Hacker"
322
+ msgstr "Spammer/Hacker"
323
+
324
+ #: wassup.php:1272
325
+ msgid "Spammer"
326
+ msgstr "Spammer"
327
+
328
+ #: wassup.php:1274
329
+ msgid "Comment author"
330
+ msgstr "Comment author"
331
+
332
+ #: wassup.php:1276
333
+ msgid "Feed"
334
+ msgstr "Feed"
335
+
336
+ #: wassup.php:1278
337
+ #: lib/wassup.class.php:232
338
+ msgid "Spider"
339
+ msgstr "Spider"
340
+
341
+ #: wassup.php:1280
342
+ msgid "Regular visitor"
343
+ msgstr "Regular visitor"
344
+
345
+ #: wassup.php:1283
346
+ #: lib/action.php:178
347
+ msgid "IP"
348
+ msgstr "IP"
349
+
350
+ #: wassup.php:1284
351
+ #: wassup.php:1356
352
+ #: lib/action.php:179
353
+ msgid "Hostname"
354
+ msgstr "Hostname"
355
+
356
+ #: wassup.php:1285
357
+ msgid "Url Requested"
358
+ msgstr "Url Requested"
359
+
360
+ #: wassup.php:1286
361
+ #: wassup.php:1361
362
+ #: lib/action.php:180
363
+ msgid "User Agent"
364
+ msgstr "User Agent"
365
+
366
+ #: wassup.php:1287
367
+ #: wassup.php:1356
368
+ #: lib/action.php:181
369
+ msgid "Referrer"
370
+ msgstr "Referrer"
371
+
372
+ #: wassup.php:1289
373
+ msgid "Search Engine"
374
+ msgstr "Search Engine"
375
+
376
+ #: wassup.php:1291
377
+ msgid "Page"
378
+ msgstr "Page"
379
+
380
+ #: wassup.php:1294
381
+ #: wassup.php:1450
382
+ #: lib/action.php:186
383
+ msgid "OS"
384
+ msgstr "OS"
385
+
386
+ #: wassup.php:1297
387
+ #: lib/action.php:189
388
+ msgid "Browser"
389
+ msgstr "Browser"
390
+
391
+ #: wassup.php:1300
392
+ msgid "Locale/Language"
393
+ msgstr "Locale/Language"
394
+
395
+ #: wassup.php:1303
396
+ msgid "Screen Resolution"
397
+ msgstr "Screen Resolution"
398
+
399
+ #: wassup.php:1306
400
+ msgid "End timestamp"
401
+ msgstr "End timestamp"
402
+
403
+ #: wassup.php:1332
404
+ #: wassup.php:1337
405
+ msgid "delete"
406
+ msgstr "delete"
407
+
408
+ #: wassup.php:1332
409
+ msgid "Delete ALL marked records with this IP"
410
+ msgstr "Delete ALL marked records with this IP"
411
+
412
+ #: wassup.php:1334
413
+ msgid "unmark"
414
+ msgstr "unmark"
415
+
416
+ #: wassup.php:1334
417
+ msgid "UnMark IP"
418
+ msgstr "UnMark IP"
419
+
420
+ #: wassup.php:1337
421
+ msgid "Delete this record"
422
+ msgstr "Delete this record"
423
+
424
+ #: wassup.php:1339
425
+ msgid "mark"
426
+ msgstr "mark"
427
+
428
+ #: wassup.php:1339
429
+ msgid "Mark IP"
430
+ msgstr "Mark IP"
431
+
432
+ #: wassup.php:1342
433
+ msgid "show raw table"
434
+ msgstr "show raw table"
435
+
436
+ #: wassup.php:1342
437
+ msgid "Show the items as raw table"
438
+ msgstr "Show the items as raw table"
439
+
440
+ #: wassup.php:1380
441
+ msgid "SEARCH ENGINE"
442
+ msgstr "SEARCH ENGINE"
443
+
444
+ #: wassup.php:1380
445
+ msgid "page"
446
+ msgstr "page"
447
+
448
+ #: wassup.php:1381
449
+ msgid "KEYWORDS"
450
+ msgstr "KEYWORDS"
451
+
452
+ #: wassup.php:1399
453
+ msgid "ADMINISTRATOR"
454
+ msgstr "ADMINISTRATOR"
455
+
456
+ #: wassup.php:1417
457
+ msgid "FEEDREADER"
458
+ msgstr "FEEDREADER"
459
+
460
+ #: wassup.php:1419
461
+ msgid "SUBSCRIBER(S)"
462
+ msgstr "SUBSCRIBER(S)"
463
+
464
+ #: wassup.php:1424
465
+ msgid "SPIDER"
466
+ msgstr "SPIDER"
467
+
468
+ #: wassup.php:1432
469
+ msgid "Probably SPAM!"
470
+ msgstr "Probably SPAM!"
471
+
472
+ #: wassup.php:1433
473
+ msgid "Referer Spam"
474
+ msgstr "Referer Spam"
475
+
476
+ #: wassup.php:1434
477
+ #: lib/wassup.class.php:234
478
+ msgid "Spam"
479
+ msgstr "Spam"
480
+
481
+ #: wassup.php:1440
482
+ msgid "Probably hack attempt!"
483
+ msgstr "Probably hack attempt!"
484
+
485
+ #: wassup.php:1448
486
+ #: lib/action.php:192
487
+ msgid "Language"
488
+ msgstr "Language"
489
+
490
+ #: wassup.php:1451
491
+ msgid "BROWSER"
492
+ msgstr "BROWSER"
493
+
494
+ #: wassup.php:1453
495
+ msgid "RESOLUTION"
496
+ msgstr "RESOLUTION"
497
+
498
+ #: wassup.php:1509
499
+ msgid "Graph of visitor hits"
500
+ msgstr "Graph of visitor hits"
501
+
502
+ #: wassup.php:1511
503
+ msgid "Too few records to print chart"
504
+ msgstr "Too few records to print chart"
505
+
506
+ #: wassup.php:1527
507
+ msgid "Check the official"
508
+ msgstr "Check the official"
509
+
510
+ #: wassup.php:1527
511
+ msgid "page for updates, bug reports and your hints to improve it"
512
+ msgstr "page for updates, bug reports and your hints to improve it"
513
+
514
+ #: wassup.php:1527
515
+ msgid "User Guide documentation"
516
+ msgstr "User Guide documentation"
517
+
518
+ #: wassup.php:1528
519
+ msgid "Exec time"
520
+ msgstr "Exec time"
521
+
522
+ #: wassup.php:2349
523
+ msgid "WassUp Plugin table has reached maximum size!"
524
+ msgstr "WassUp Plugin table has reached maximum size!"
525
+
526
+ #: wassup.php:2350
527
+ msgid "Hi"
528
+ msgstr "Hi"
529
+
530
+ #: wassup.php:2350
531
+ msgid ""
532
+ "you have received this email because your WassUp Database table at your "
533
+ "Wordpress blog"
534
+ msgstr ""
535
+ "you have received this email because of your WassUp Database table at your "
536
+ "Wordpress blog"
537
+
538
+ #: wassup.php:2350
539
+ msgid "has reached the maximum value you set in the options menu"
540
+ msgstr "has reached the maximum value you set in the options menu"
541
+
542
+ #: wassup.php:2351
543
+ msgid ""
544
+ "This is only a reminder, please take the actions you want in the WassUp "
545
+ "options menu"
546
+ msgstr ""
547
+ "This is only a reminder, please take the actions you want in the WassUp "
548
+ "options menu"
549
+
550
+ #: wassup.php:2351
551
+ msgid "This alert now will be removed and you will be able to set a new one"
552
+ msgstr "This alert now will be removed and you will be able to set a new one"
553
+
554
+ #: wassup.php:2352
555
+ msgid ""
556
+ "Thank you for using WassUp plugin. Check if there is a new version available "
557
+ "here:"
558
+ msgstr ""
559
+ "Thank you for using WassUp plugin. Check if there is a new version available "
560
+ "here:"
561
+
562
+ #: wassup.php:2352
563
+ msgid "Have a nice day!"
564
+ msgstr "Have a nice day!"
565
+
566
+ #: wassup.php:2480
567
+ msgid "Stats"
568
+ msgstr "Stats"
569
+
570
+ #: wassup.php:2480
571
+ msgid "More"
572
+ msgstr "More"
573
+
574
+ #: wassup.php:2482
575
+ #: wassup.php:3838
576
+ msgid "visitor stats chart"
577
+ msgstr "visitor stats chart"
578
+
579
+ #: wassup.php:2672
580
+ msgid "encrypted search"
581
+ msgstr "encrypted search"
582
+
583
+ #: wassup.php:3340
584
+ msgid "Error getting table details"
585
+ msgstr "Error getting table details"
586
+
587
+ #: wassup.php:3348
588
+ #, php-format
589
+ msgid "Delete any existing table %s"
590
+ msgstr "Delete any existing table %s"
591
+
592
+ #: wassup.php:3359
593
+ #, php-format
594
+ msgid "Table structure of table %s"
595
+ msgstr "Table structure of table %s"
596
+
597
+ #: wassup.php:3367
598
+ #, php-format
599
+ msgid "Error with SHOW CREATE TABLE for %s."
600
+ msgstr "Error with SHOW CREATE TABLE for %s."
601
+
602
+ #: wassup.php:3374
603
+ #, php-format
604
+ msgid "Error getting table structure of %s"
605
+ msgstr "Error getting table structure of %s"
606
+
607
+ #: wassup.php:3382
608
+ #, php-format
609
+ msgid "Data contents of table %s"
610
+ msgstr "Data contents of table %s"
611
+
612
+ #: wassup.php:3443
613
+ #, php-format
614
+ msgid "End of data contents of table %s"
615
+ msgstr "End of data contents of table %s"
616
+
617
+ #: wassup.php:3455
618
+ msgid "If above timestamp is not current time, this page is cached"
619
+ msgstr "If above timestamp is not current time, this page is cached"
620
+
621
+ #: wassup.php:3486
622
+ #: wassup.php:3740
623
+ msgid "No Data"
624
+ msgstr "No Data"
625
+
626
+ #: wassup.php:3487
627
+ #: wassup.php:3568
628
+ #: wassup.php:3741
629
+ #: wassup.php:3814
630
+ msgid "powered by"
631
+ msgstr "powered by"
632
+
633
+ #: wassup.php:3487
634
+ #: wassup.php:3568
635
+ #: wassup.php:3741
636
+ msgid "Real Time Visitors Tracking"
637
+ msgstr "Real Time Visitors Tracking"
638
+
639
+ #: wassup.php:3497
640
+ msgid "Last searched terms"
641
+ msgstr "Last searched terms"
642
+
643
+ #: wassup.php:3510
644
+ msgid "Last referers"
645
+ msgstr "Last referers"
646
+
647
+ #: wassup.php:3525
648
+ #: lib/settings.php:149
649
+ msgid "Top Browsers"
650
+ msgstr "Top Browsers"
651
+
652
+ #: wassup.php:3540
653
+ #: lib/settings.php:150
654
+ msgid "Top OS"
655
+ msgstr "Top OS"
656
+
657
+ #: wassup.php:3559
658
+ msgid "visitor(s) online"
659
+ msgstr "visitor(s) online"
660
+
661
+ #: wassup.php:3562
662
+ msgid "logged-in user(s)"
663
+ msgstr "logged-in user(s)"
664
+
665
+ #: wassup.php:3566
666
+ msgid "comment author(s)"
667
+ msgstr "comment author(s)"
668
+
669
+ #: wassup.php:3632
670
+ msgid "Title"
671
+ msgstr "Title"
672
+
673
+ #: wassup.php:3634
674
+ msgid "default \"Visitors Online\""
675
+ msgstr "default \"Visitors Online\""
676
+
677
+ #: wassup.php:3637
678
+ msgid "Stylesheet class for &lt;ul&gt; attribute"
679
+ msgstr "Stylesheet class for &lt;ul&gt; attribute"
680
+
681
+ #: wassup.php:3639
682
+ msgid "default \"links\""
683
+ msgstr "default \"links\""
684
+
685
+ #: wassup.php:3642
686
+ msgid "Number of characters to display from left"
687
+ msgstr "Number of characters to display from left"
688
+
689
+ #: wassup.php:3644
690
+ msgid "For template compatibility - default 18"
691
+ msgstr "For template compatibility - default 18"
692
+
693
+ #: wassup.php:3649
694
+ msgid "Show number of logged-in users online"
695
+ msgstr "Show number of logged-in users online"
696
+
697
+ #: wassup.php:3650
698
+ msgid "Stats recording must be enabled in WassUp options"
699
+ msgstr "Stats recording must be enabled in WassUp options"
700
+
701
+ #: wassup.php:3651
702
+ #: wassup.php:3657
703
+ #: wassup.php:3663
704
+ #: wassup.php:3675
705
+ msgid "default Yes"
706
+ msgstr "default Yes"
707
+
708
+ #: wassup.php:3656
709
+ msgid "Show number of comment authors online"
710
+ msgstr "Show number of comment authors online"
711
+
712
+ #: wassup.php:3662
713
+ msgid "Show latest searches"
714
+ msgstr "Show latest searches"
715
+
716
+ #: wassup.php:3666
717
+ msgid "How many searches?"
718
+ msgstr "How many searches?"
719
+
720
+ #: wassup.php:3668
721
+ #: wassup.php:3680
722
+ #: wassup.php:3692
723
+ #: wassup.php:3704
724
+ msgid "default 5"
725
+ msgstr "default 5"
726
+
727
+ #: wassup.php:3674
728
+ msgid "Show latest external referrers"
729
+ msgstr "Show latest external referrers"
730
+
731
+ #: wassup.php:3678
732
+ msgid "How many referrers?"
733
+ msgstr "How many referrers?"
734
+
735
+ #: wassup.php:3686
736
+ msgid "Show top browsers"
737
+ msgstr "Show top browsers"
738
+
739
+ #: wassup.php:3686
740
+ #: wassup.php:3698
741
+ msgid "default No"
742
+ msgstr "default No"
743
+
744
+ #: wassup.php:3687
745
+ #: wassup.php:3699
746
+ msgid "Enabling it could slow down blog)"
747
+ msgstr "Enabling it could slow down blog)"
748
+
749
+ #: wassup.php:3690
750
+ msgid "How many browsers?"
751
+ msgstr "How many browsers?"
752
+
753
+ #: wassup.php:3698
754
+ msgid "Show top operating systems"
755
+ msgstr "Show top operating systems"
756
+
757
+ #: wassup.php:3702
758
+ msgid "How many operating systems?"
759
+ msgstr "How many operating systems?"
760
+
761
+ #: wassup.php:3713
762
+ msgid "Wassup Widget"
763
+ msgstr "Wassup Widget"
764
+
765
+ #: wassup.php:3839
766
+ msgid "More Stats"
767
+ msgstr "More Stats"
768
+
769
+ #: lib/action.php:125
770
+ msgid "ERROR: file not found"
771
+ msgstr "ERROR: file not found"
772
+
773
+ #: lib/action.php:143
774
+ msgid "ERROR: bad date"
775
+ msgstr "ERROR: bad date"
776
+
777
+ #: lib/action.php:257
778
+ msgid "TOP QUERY"
779
+ msgstr "TOP QUERY"
780
+
781
+ #: lib/action.php:276
782
+ msgid "TOP REFERRER"
783
+ msgstr "TOP REFERRER"
784
+
785
+ #: lib/action.php:302
786
+ msgid "TOP REQUEST"
787
+ msgstr "TOP REQUEST"
788
+
789
+ #: lib/action.php:323
790
+ msgid "TOP BROWSER"
791
+ msgstr "TOP BROWSER"
792
+
793
+ #: lib/action.php:343
794
+ msgid "TOP OS"
795
+ msgstr "TOP OS"
796
+
797
+ #: lib/action.php:364
798
+ msgid "TOP LOCALE"
799
+ msgstr "TOP LOCALE"
800
+
801
+ #: lib/action.php:391
802
+ msgid "TOP VISITOR"
803
+ msgstr "TOP VISITOR"
804
+
805
+ #: lib/action.php:409
806
+ msgid "This top ten doesn't include Spam records"
807
+ msgstr "This top ten doesn't include Spam records"
808
+
809
+ #: lib/action.php:414
810
+ msgid "ERROR: Missing or unknown parameters"
811
+ msgstr "ERROR: Missing or unknown parameters"
812
+
813
+ #: lib/action.php:423
814
+ msgid "ERROR: Nothing to do here"
815
+ msgstr "ERROR: Nothing to do here"
816
+
817
+ #: lib/main.php:85
818
+ msgid "Next"
819
+ msgstr "Next"
820
+
821
+ #: lib/main.php:87
822
+ msgid "Previous"
823
+ msgstr "Previous"
824
+
825
+ #: lib/main.php:120
826
+ #: lib/main.php:124
827
+ msgid "It is necessary to specify the"
828
+ msgstr "It is necessary to specify the"
829
+
830
+ #: lib/main.php:120
831
+ msgid "number of pages"
832
+ msgstr "number of pages"
833
+
834
+ #: lib/main.php:124
835
+ msgid "limit of items"
836
+ msgstr "limit of items"
837
+
838
+ #: lib/main.php:124
839
+ msgid "to show per page"
840
+ msgstr "to show per page"
841
+
842
+ #: lib/main.php:209
843
+ msgid "Pages"
844
+ msgstr "Pages"
845
+
846
+ #: lib/main.php:777
847
+ msgid "No visitor activity"
848
+ msgstr "No visitor activity"
849
+
850
+ #: lib/main.php:1179
851
+ msgid "Last 6 Hours"
852
+ msgstr "Last 6 Hours"
853
+
854
+ #: lib/main.php:1185
855
+ msgid "Last 7 Days"
856
+ msgstr "Last 7 Days"
857
+
858
+ #: lib/main.php:1192
859
+ msgid "Last Month"
860
+ msgstr "Last Month"
861
+
862
+ #: lib/main.php:1199
863
+ msgid "Last 3 Months"
864
+ msgstr "Last 3 Months"
865
+
866
+ #: lib/main.php:1205
867
+ msgid "Last 6 Months"
868
+ msgstr "Last 6 Months"
869
+
870
+ #: lib/main.php:1211
871
+ msgid "Last Year"
872
+ msgstr "Last Year"
873
+
874
+ #: lib/main.php:1217
875
+ msgid "All Time"
876
+ msgstr "All Time"
877
+
878
+ #: lib/main.php:1224
879
+ msgid "Last 24 Hours"
880
+ msgstr "Last 24 Hours"
881
+
882
+ #: lib/settings.php:31
883
+ msgid ""
884
+ "ATTENTION! Your WassUp table have reached the maximum value you set, I "
885
+ "disabled the alert, you can re-enable it here."
886
+ msgstr ""
887
+ "ATTENTION! Your WassUp table has reached the maximum value you set, I have "
888
+ "disabled the alert, you can re-enable it here."
889
+
890
+ #: lib/settings.php:55
891
+ msgid "Select the options you want for the WassUp plugin"
892
+ msgstr "Select the options you want for the WassUp plugin"
893
+
894
+ #: lib/settings.php:62
895
+ msgid "General Setup"
896
+ msgstr "General Setup"
897
+
898
+ #: lib/settings.php:63
899
+ msgid "Statistics Recording"
900
+ msgstr "Statistics Recording"
901
+
902
+ #: lib/settings.php:64
903
+ msgid "Manage Files & Database"
904
+ msgstr "Manage Files & Database"
905
+
906
+ #: lib/settings.php:65
907
+ msgid "Uninstall"
908
+ msgstr "Uninstall"
909
+
910
+ #: lib/settings.php:69
911
+ msgid "Your default screen resolution (browser width)"
912
+ msgstr "Your default screen resolution (browser width)"
913
+
914
+ #: lib/settings.php:70
915
+ msgid "Default screen resolution (in pixels)"
916
+ msgstr "Default screen resolution (in pixels)"
917
+
918
+ #: lib/settings.php:75
919
+ msgid ""
920
+ "Set minimum users level which can view and manage WassUp plugin (default "
921
+ "Administrators)"
922
+ msgstr ""
923
+ "Set minimum users level which can view and manage the WassUp plugin (default "
924
+ "Administrators)"
925
+
926
+ #: lib/settings.php:80
927
+ msgid "Dashboard Settings"
928
+ msgstr "Dashboard Settings"
929
+
930
+ #: lib/settings.php:81
931
+ msgid "Display small chart in the dashboard"
932
+ msgstr "Display small chart in the dashboard"
933
+
934
+ #: lib/settings.php:84
935
+ msgid "GEO IP Map (Spy view)"
936
+ msgstr "GEO IP Map (Spy view)"
937
+
938
+ #: lib/settings.php:89
939
+ msgid "Display a GEO IP Map in the spy visitors view"
940
+ msgstr "Display a GEO IP Map in the spy visitors view"
941
+
942
+ #: lib/settings.php:97
943
+ #: lib/settings.php:456
944
+ msgid "WARNING"
945
+ msgstr "WARNING"
946
+
947
+ #: lib/settings.php:97
948
+ msgid "Activation problem >> Error code"
949
+ msgstr "Activation problem >> Error code"
950
+
951
+ #: lib/settings.php:105
952
+ msgid "key"
953
+ msgstr "key"
954
+
955
+ #: lib/settings.php:105
956
+ msgid "signup for your key"
957
+ msgstr "signup for your key"
958
+
959
+ #: lib/settings.php:108
960
+ msgid "Geo IP Map requires"
961
+ msgstr "Geo IP Map requires"
962
+
963
+ #: lib/settings.php:108
964
+ msgid "Please install it to be able to activate this feature"
965
+ msgstr "Please install it to be able to activate this feature"
966
+
967
+ #: lib/settings.php:112
968
+ msgid "Time format"
969
+ msgstr "Time format"
970
+
971
+ #: lib/settings.php:113
972
+ msgid "Time format 12/24 hour"
973
+ msgstr "Time format 12/24 hour"
974
+
975
+ #: lib/settings.php:116
976
+ msgid "Visitor Detail Settings"
977
+ msgstr "Visitor Detail Settings"
978
+
979
+ #: lib/settings.php:117
980
+ msgid "Show chart type - How many axes"
981
+ msgstr "Show chart type - How many axes"
982
+
983
+ #: lib/settings.php:123
984
+ msgid "Set how many minutes wait for automatic page refresh"
985
+ msgstr "Set how many minutes wait for automatic page refresh"
986
+
987
+ #: lib/settings.php:123
988
+ msgid "Current Visitors Online and Visitors Details"
989
+ msgstr "Current Visitors Online and Visitors Details"
990
+
991
+ #: lib/settings.php:124
992
+ msgid "refresh minutes (default 3)"
993
+ msgstr "refresh minutes (default 3)"
994
+
995
+ #: lib/settings.php:126
996
+ msgid "Show visitor details for"
997
+ msgstr "Show visitor details for"
998
+
999
+ #: lib/settings.php:131
1000
+ msgid "Number of items per page"
1001
+ msgstr "Number of items per page"
1002
+
1003
+ #: lib/settings.php:140
1004
+ msgid "Customize Top Ten List"
1005
+ msgstr "Customize Top Ten List"
1006
+
1007
+ #: lib/settings.php:141
1008
+ msgid "Choose one or more items for your Top Ten list"
1009
+ msgstr "Choose one or more items for your Top Ten list"
1010
+
1011
+ #: lib/settings.php:141
1012
+ msgid "over 5 selections may cause horizontal scrolling"
1013
+ msgstr "over 5 selections may cause horizontal scrolling"
1014
+
1015
+ #: lib/settings.php:144
1016
+ msgid "Top Searches"
1017
+ msgstr "Top Searches"
1018
+
1019
+ #: lib/settings.php:145
1020
+ msgid "Top Referrers"
1021
+ msgstr "Top Referrers"
1022
+
1023
+ #: lib/settings.php:146
1024
+ msgid "Top Requests"
1025
+ msgstr "Top Requests"
1026
+
1027
+ #: lib/settings.php:151
1028
+ msgid "Top Locales"
1029
+ msgstr "Top Locales"
1030
+
1031
+ #: lib/settings.php:154
1032
+ msgid "Top Visitors"
1033
+ msgstr "Top Visitors"
1034
+
1035
+ #: lib/settings.php:156
1036
+ msgid "Top Feeds"
1037
+ msgstr "Top Feeds"
1038
+
1039
+ #: lib/settings.php:157
1040
+ msgid "Top Crawlers"
1041
+ msgstr "Top Crawlers"
1042
+
1043
+ #: lib/settings.php:161
1044
+ msgid "Websites/domains to exclude from top referrers"
1045
+ msgstr "Websites/domains to exclude from top referrers"
1046
+
1047
+ #: lib/settings.php:164
1048
+ msgid "Comma separated value"
1049
+ msgstr "Comma separated value"
1050
+
1051
+ #: lib/settings.php:165
1052
+ msgid "Don't list your website domain defined in WordPress"
1053
+ msgstr "Don't list your website domain defined in WordPress"
1054
+
1055
+ #: lib/settings.php:168
1056
+ #: lib/settings.php:203
1057
+ #: lib/settings.php:448
1058
+ #: lib/settings.php:462
1059
+ msgid "Reset"
1060
+ msgstr "Reset"
1061
+
1062
+ #: lib/settings.php:168
1063
+ #: lib/settings.php:203
1064
+ #: lib/settings.php:448
1065
+ #: lib/settings.php:462
1066
+ msgid "Reset to Default Settings"
1067
+ msgstr "Reset to Default Settings"
1068
+
1069
+ #: lib/settings.php:172
1070
+ msgid "Statistics Recording Settings"
1071
+ msgstr "Statistics Recording Settings"
1072
+
1073
+ #: lib/settings.php:173
1074
+ msgid "Enable/Disable Recording"
1075
+ msgstr "Enable/Disable Recording"
1076
+
1077
+ #: lib/settings.php:174
1078
+ msgid "Checkbox to record statistics for each type of \"visitor\""
1079
+ msgstr "Checkbox to record statistics for each type of \"visitor\""
1080
+
1081
+ #: lib/settings.php:176
1082
+ msgid "Record logged in users"
1083
+ msgstr "Record logged in users"
1084
+
1085
+ #: lib/settings.php:177
1086
+ msgid "Record logged in administrators"
1087
+ msgstr "Record logged in administrators"
1088
+
1089
+ #: lib/settings.php:178
1090
+ msgid "Record spiders and bots"
1091
+ msgstr "Record spiders and bots"
1092
+
1093
+ #: lib/settings.php:179
1094
+ msgid "Record attack/exploit attempts (libwww-perl agent)"
1095
+ msgstr "Record attack/exploit attempts (libwww-perl agent)"
1096
+
1097
+ #: lib/settings.php:183
1098
+ msgid "Checkbox to record statistics for each type of \"spam\""
1099
+ msgstr "Checkbox to record statistics for each type of \"spam\""
1100
+
1101
+ #: lib/settings.php:185
1102
+ msgid "check if an IP has previous comments as spam"
1103
+ msgstr "check if an IP has previous comments as spam"
1104
+
1105
+ #: lib/settings.php:191
1106
+ msgid "Statistics Recording Exceptions"
1107
+ msgstr "Statistics Recording Exceptions"
1108
+
1109
+ #: lib/settings.php:193
1110
+ msgid "Sites"
1111
+ msgstr "Sites"
1112
+
1113
+ #: lib/settings.php:193
1114
+ msgid "Enter source IPs to exclude from recording"
1115
+ msgstr "Enter source IPs to exclude from recording"
1116
+
1117
+ #: lib/settings.php:195
1118
+ msgid "comma separated value (ex: 127.0.0.1, 10.0.0.1, etc...)"
1119
+ msgstr "comma separated value (ex: 127.0.0.1, 10.0.0.1, etc...)"
1120
+
1121
+ #: lib/settings.php:197
1122
+ msgid "Users"
1123
+ msgstr "Users"
1124
+
1125
+ #: lib/settings.php:197
1126
+ msgid "Enter usernames to exclude from recording"
1127
+ msgstr "Enter usernames to exclude from recording"
1128
+
1129
+ #: lib/settings.php:199
1130
+ msgid ""
1131
+ "comma separated value, enter a registered user's login name (ex: bobmarley, "
1132
+ "enyabrennan, etc.)"
1133
+ msgstr ""
1134
+ "comma separated value, enter a registered user's login name (ex: bobmarley, "
1135
+ "enyabrennan, etc.)"
1136
+
1137
+ #: lib/settings.php:200
1138
+ msgid "Posts/pages"
1139
+ msgstr "Posts/pages"
1140
+
1141
+ #: lib/settings.php:200
1142
+ msgid "enter requested URLs to exclude from recording"
1143
+ msgstr "enter requested URLs to exclude from recording"
1144
+
1145
+ #: lib/settings.php:202
1146
+ msgid ""
1147
+ "comma separated value, don't enter entire url, only the last path or some "
1148
+ "word to exclude (ex: /category/wordpress, 2007, etc...)"
1149
+ msgstr ""
1150
+ "comma separated value, don't enter entire url, only the last path or some "
1151
+ "word to exclude (ex: /category/wordpress, 2007, etc...)"
1152
+
1153
+ #: lib/settings.php:231
1154
+ #: lib/settings.php:233
1155
+ msgid "Rescan Old Records"
1156
+ msgstr "Rescan Old Records"
1157
+
1158
+ #: lib/settings.php:232
1159
+ msgid ""
1160
+ "Statistical records collected by earlier versions of WassUp may not have the "
1161
+ "latest spider, search engine, and spam data properly identified. Click the "
1162
+ "\"Rescan\" button to retroactively scan and update old records"
1163
+ msgstr ""
1164
+ "Statistical records collected by earlier versions of WassUp may not have the "
1165
+ "latest spider, search engine, and spam data properly identified. Click the "
1166
+ "\"Rescan\" button to retroactively scan and update old records"
1167
+
1168
+ #: lib/settings.php:236
1169
+ msgid "Select actions for table growth"
1170
+ msgstr "Select actions for table growth"
1171
+
1172
+ #: lib/settings.php:237
1173
+ msgid ""
1174
+ "WassUp table grows very fast (especially if your blog is frequently "
1175
+ "visited), I recommend you to delete old records sometimes. You can select "
1176
+ "any option below to reset it, delete old records automatically or manually. "
1177
+ "(If you haven't database space problems you can leave the table as is)"
1178
+ msgstr ""
1179
+ "WassUp table grows very fast (especially if your blog is frequently "
1180
+ "visited), I recommend you to delete old records sometimes. You can select "
1181
+ "any option below to reset it, delete old records automatically or manually. "
1182
+ "(If you think you wont have database space problems you can leave the table "
1183
+ "as is)"
1184
+
1185
+ #: lib/settings.php:238
1186
+ msgid "Current WassUp table usage is"
1187
+ msgstr "Current WassUp table usage is"
1188
+
1189
+ #: lib/settings.php:244
1190
+ msgid "records"
1191
+ msgstr "records"
1192
+
1193
+ #: lib/settings.php:247
1194
+ msgid "Alert me"
1195
+ msgstr "Alert me"
1196
+
1197
+ #: lib/settings.php:247
1198
+ msgid "email to"
1199
+ msgstr "email to"
1200
+
1201
+ #: lib/settings.php:247
1202
+ msgid "when table reaches"
1203
+ msgstr "when table reaches"
1204
+
1205
+ #: lib/settings.php:249
1206
+ msgid "Empty table"
1207
+ msgstr "Empty table"
1208
+
1209
+ #: lib/settings.php:250
1210
+ msgid "export table in SQL format"
1211
+ msgstr "export table in SQL format"
1212
+
1213
+ #: lib/settings.php:252
1214
+ msgid "backup table to server file"
1215
+ msgstr "backup table to server file"
1216
+
1217
+ #: lib/settings.php:254
1218
+ msgid "Automatically delete records older than:"
1219
+ msgstr "Automatically delete records older than:"
1220
+
1221
+ #: lib/settings.php:258
1222
+ msgid "Delete NOW records older than:"
1223
+ msgstr "Delete NOW records older than:"
1224
+
1225
+ #: lib/settings.php:260
1226
+ msgid "Action is NOT undoable"
1227
+ msgstr "Action is NOT undoable"
1228
+
1229
+ #: lib/settings.php:261
1230
+ #: lib/wassup.class.php:259
1231
+ #: lib/wassup.class.php:269
1232
+ msgid "24 hours"
1233
+ msgstr "24 hours"
1234
+
1235
+ #: lib/settings.php:262
1236
+ #: lib/wassup.class.php:260
1237
+ msgid "1 week"
1238
+ msgstr "1 week"
1239
+
1240
+ #: lib/settings.php:263
1241
+ #: lib/wassup.class.php:261
1242
+ #: lib/wassup.class.php:271
1243
+ msgid "1 month"
1244
+ msgstr "1 month"
1245
+
1246
+ #: lib/settings.php:264
1247
+ #: lib/wassup.class.php:262
1248
+ #: lib/wassup.class.php:272
1249
+ msgid "3 months"
1250
+ msgstr "3 months"
1251
+
1252
+ #: lib/settings.php:265
1253
+ #: lib/wassup.class.php:263
1254
+ #: lib/wassup.class.php:273
1255
+ msgid "6 months"
1256
+ msgstr "6 months"
1257
+
1258
+ #: lib/settings.php:266
1259
+ #: lib/wassup.class.php:264
1260
+ #: lib/wassup.class.php:274
1261
+ msgid "1 year"
1262
+ msgstr "1 year"
1263
+
1264
+ #: lib/settings.php:270
1265
+ msgid "Server Settings and Memory Resources"
1266
+ msgstr "Server Settings and Memory Resources"
1267
+
1268
+ #: lib/settings.php:271
1269
+ msgid "For information only. Some values may be adjustable in startup files"
1270
+ msgstr "For information only. Some values may be adjustable in startup files"
1271
+
1272
+ #: lib/settings.php:271
1273
+ msgid "and"
1274
+ msgstr "and"
1275
+
1276
+ #: lib/settings.php:271
1277
+ msgid "or"
1278
+ msgstr "or"
1279
+
1280
+ #: lib/settings.php:272
1281
+ #: lib/settings.php:287
1282
+ #: lib/settings.php:350
1283
+ msgid "Version"
1284
+ msgstr "Version"
1285
+
1286
+ #: lib/settings.php:273
1287
+ msgid "Host Server"
1288
+ msgstr "Host Server"
1289
+
1290
+ #: lib/settings.php:283
1291
+ #: lib/settings.php:319
1292
+ #: lib/settings.php:329
1293
+ #: lib/settings.php:335
1294
+ #: lib/settings.php:350
1295
+ #: lib/settings.php:353
1296
+ #: lib/settings.php:397
1297
+ #: lib/settings.php:407
1298
+ #: lib/settings.php:418
1299
+ #: lib/settings.php:425
1300
+ #: lib/settings.php:434
1301
+ #: lib/settings.php:445
1302
+ msgid "unknown"
1303
+ msgstr "unknown"
1304
+
1305
+ #: lib/settings.php:285
1306
+ msgid "Time Offset"
1307
+ msgstr "Time Offset"
1308
+
1309
+ #: lib/settings.php:286
1310
+ msgid "hours"
1311
+ msgstr "hours"
1312
+
1313
+ #: lib/settings.php:288
1314
+ msgid "Safe Mode"
1315
+ msgstr "Safe Mode"
1316
+
1317
+ #: lib/settings.php:291
1318
+ #: lib/settings.php:300
1319
+ msgid "on"
1320
+ msgstr "on"
1321
+
1322
+ #: lib/settings.php:293
1323
+ #: lib/settings.php:298
1324
+ msgid "off"
1325
+ msgstr "off"
1326
+
1327
+ #: lib/settings.php:294
1328
+ msgid "File Open Restrictions"
1329
+ msgstr "File Open Restrictions"
1330
+
1331
+ #: lib/settings.php:304
1332
+ msgid "Memory Allocation"
1333
+ msgstr "Memory Allocation"
1334
+
1335
+ #: lib/settings.php:322
1336
+ msgid "Memory Usage"
1337
+ msgstr "Memory Usage"
1338
+
1339
+ #: lib/settings.php:332
1340
+ msgid "Script Timeout Limit"
1341
+ msgstr "Script Timeout Limit"
1342
+
1343
+ #: lib/settings.php:337
1344
+ msgid "Browser Capabilities File"
1345
+ msgstr "Browser Capabilities File"
1346
+
1347
+ #: lib/settings.php:339
1348
+ msgid "not set"
1349
+ msgstr "not set"
1350
+
1351
+ #: lib/settings.php:343
1352
+ msgid "not installed"
1353
+ msgstr "not installed"
1354
+
1355
+ #: lib/settings.php:344
1356
+ msgid "installed"
1357
+ msgstr "installed"
1358
+
1359
+ #: lib/settings.php:351
1360
+ msgid "Engine"
1361
+ msgstr "Engine"
1362
+
1363
+ #: lib/settings.php:389
1364
+ msgid "Query Cache"
1365
+ msgstr "Query Cache"
1366
+
1367
+ #: lib/settings.php:394
1368
+ #: lib/settings.php:404
1369
+ #: lib/settings.php:415
1370
+ msgid "disabled"
1371
+ msgstr "disabled"
1372
+
1373
+ #: lib/settings.php:399
1374
+ msgid "Index (Key) Buffer"
1375
+ msgstr "Index (Key) Buffer"
1376
+
1377
+ #: lib/settings.php:410
1378
+ msgid "Read Buffer"
1379
+ msgstr "Read Buffer"
1380
+
1381
+ #: lib/settings.php:421
1382
+ msgid "Wait Timeout"
1383
+ msgstr "Wait Timeout"
1384
+
1385
+ #: lib/settings.php:428
1386
+ msgid "Char Set/Collation"
1387
+ msgstr "Char Set/Collation"
1388
+
1389
+ #: lib/settings.php:437
1390
+ msgid "Timezone"
1391
+ msgstr "Timezone"
1392
+
1393
+ #: lib/settings.php:452
1394
+ msgid "Want to uninstall WassUp?"
1395
+ msgstr "Want to uninstall WassUp?"
1396
+
1397
+ #: lib/settings.php:453
1398
+ msgid ""
1399
+ "No problem. Before you deactivate this plugin, check the box below to "
1400
+ "cleanup any data that was collected by WassUp that could be left behind."
1401
+ msgstr ""
1402
+ "No problem. Before you deactivate this plugin, check the box below to "
1403
+ "cleanup any data that was collected by WassUp that could be left behind."
1404
+
1405
+ #: lib/settings.php:454
1406
+ msgid "Permanently remove WassUp data and settings from Wordpress"
1407
+ msgstr "Permanently remove WassUp data and settings from Wordpress"
1408
+
1409
+ #: lib/settings.php:456
1410
+ msgid ""
1411
+ "All WassUp data and settings will be DELETED upon deactivation of this plugin"
1412
+ msgstr ""
1413
+ "All WassUp data and settings will be DELETED upon deactivation of this plugin"
1414
+
1415
+ #: lib/settings.php:458
1416
+ msgid ""
1417
+ "This action cannot be undone. Before uninstalling WassUp, you should backup "
1418
+ "your Wordpress database first. WassUp data is stored in the table"
1419
+ msgstr ""
1420
+ "This action cannot be undone. Before uninstalling WassUp, you should backup "
1421
+ "your Wordpress database first. WassUp data is stored in the table"
1422
+
1423
+ #: lib/settings.php:460
1424
+ msgid "To help improve this plugin, we would appreciate your feedback at"
1425
+ msgstr "To help improve this plugin, we would appreciate your feedback at"
1426
+
1427
+ #: lib/wassup.class.php:208
1428
+ msgid "Administrator"
1429
+ msgstr "Administrator"
1430
+
1431
+ #: lib/wassup.class.php:209
1432
+ msgid "Editor"
1433
+ msgstr "Editor"
1434
+
1435
+ #: lib/wassup.class.php:210
1436
+ msgid "Author"
1437
+ msgstr "Author"
1438
+
1439
+ #: lib/wassup.class.php:215
1440
+ msgid "None - don't show chart"
1441
+ msgstr "None - don't show chart"
1442
+
1443
+ #: lib/wassup.class.php:216
1444
+ msgid "One - 2 lines chart 1 axis"
1445
+ msgstr "One - 2 lines chart 1 axis"
1446
+
1447
+ #: lib/wassup.class.php:217
1448
+ msgid "Two - 2 lines chart 2 axes"
1449
+ msgstr "Two - 2 lines chart 2 axes"
1450
+
1451
+ #: lib/wassup.class.php:231
1452
+ msgid "Everything"
1453
+ msgstr "Everything"
1454
+
1455
+ #: lib/wassup.class.php:233
1456
+ msgid "No spider"
1457
+ msgstr "No spider"
1458
+
1459
+ #: lib/wassup.class.php:235
1460
+ msgid "No Spam"
1461
+ msgstr "No Spam"
1462
+
1463
+ #: lib/wassup.class.php:236
1464
+ msgid "No Spam, No Spider"
1465
+ msgstr "No Spam, No Spider"
1466
+
1467
+ #: lib/wassup.class.php:237
1468
+ msgid "Users logged in"
1469
+ msgstr "Users logged in"
1470
+
1471
+ #: lib/wassup.class.php:238
1472
+ msgid "Comment authors"
1473
+ msgstr "Comment authors"
1474
+
1475
+ #: lib/wassup.class.php:239
1476
+ msgid "Referrer from search engine"
1477
+ msgstr "Referrer from search engine"
1478
+
1479
+ #: lib/wassup.class.php:240
1480
+ msgid "Referrer from ext link"
1481
+ msgstr "Referrer from ext link"
1482
+
1483
+ #: lib/wassup.class.php:258
1484
+ msgid "Don't delete anything"
1485
+ msgstr "Don't delete anything"
1486
+
1487
+ #: lib/wassup.class.php:268
1488
+ msgid "6 hours"
1489
+ msgstr "6 hours"
1490
+
1491
+ #: lib/wassup.class.php:270
1492
+ msgid "7 days"
1493
+ msgstr "7 days"
1494
+
1495
+ #: lib/wassup.class.php:275
1496
+ msgid "all time"
1497
+ msgstr "all time"
language/es_ES.mo CHANGED
Binary file
language/es_ES.po CHANGED
@@ -3,14 +3,14 @@ msgstr ""
3
  "Project-Id-Version: WassUp\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2009-05-18 12:28+0100\n"
6
- "PO-Revision-Date: 2010-08-11 00:43+0000\n"
7
- "Last-Translator: Miguel Gastelum <miguelgastelum@gmail.com>\n"
8
  "Language-Team: <michele@befree.it>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Launchpad-Export-Date: 2010-10-09 11:12+0000\n"
13
- "X-Generator: Launchpad (build Unknown)\n"
14
  "X-Poedit-SearchPath-0: /home/m1k/Desktop/wassup_translation/wassup\n"
15
  "X-Poedit-Basepath: .\n"
16
  "X-Poedit-KeywordsList: __;_e\n"
@@ -262,7 +262,7 @@ msgstr "Grabar intentos de acceso de spam"
262
  #: wassup.php:1190
263
  #: lib/settings.php:187
264
  msgid "Record admin break-in/hacker attempts"
265
- msgstr ""
266
 
267
  #: wassup.php:1191
268
  #: lib/settings.php:168
@@ -396,7 +396,7 @@ msgstr "Resolución de pantalla"
396
 
397
  #: wassup.php:1306
398
  msgid "End timestamp"
399
- msgstr ""
400
 
401
  #: wassup.php:1332
402
  #: wassup.php:1337
@@ -796,7 +796,7 @@ msgstr "TOP SISTEMA OPERATIVO"
796
 
797
  #: lib/action.php:364
798
  msgid "TOP LOCALE"
799
- msgstr ""
800
 
801
  #: lib/action.php:391
802
  msgid "TOP VISITOR"
@@ -1052,7 +1052,7 @@ msgstr "Separar valores por comas"
1052
 
1053
  #: lib/settings.php:165
1054
  msgid "Don't list your website domain defined in WordPress"
1055
- msgstr ""
1056
 
1057
  #: lib/settings.php:168
1058
  #: lib/settings.php:203
@@ -1234,36 +1234,36 @@ msgstr "La acción no se puede deshacer"
1234
  #: lib/wassup.class.php:259
1235
  #: lib/wassup.class.php:269
1236
  msgid "24 hours"
1237
- msgstr "las últimas 24 horas"
1238
 
1239
  #: lib/settings.php:262
1240
  #: lib/wassup.class.php:260
1241
  msgid "1 week"
1242
- msgstr "una semana"
1243
 
1244
  #: lib/settings.php:263
1245
  #: lib/wassup.class.php:261
1246
  #: lib/wassup.class.php:271
1247
  msgid "1 month"
1248
- msgstr "el último mes"
1249
 
1250
  #: lib/settings.php:264
1251
  #: lib/wassup.class.php:262
1252
  #: lib/wassup.class.php:272
1253
  msgid "3 months"
1254
- msgstr "tres meses"
1255
 
1256
  #: lib/settings.php:265
1257
  #: lib/wassup.class.php:263
1258
  #: lib/wassup.class.php:273
1259
  msgid "6 months"
1260
- msgstr "seis meses"
1261
 
1262
  #: lib/settings.php:266
1263
  #: lib/wassup.class.php:264
1264
  #: lib/wassup.class.php:274
1265
  msgid "1 year"
1266
- msgstr "el último año"
1267
 
1268
  #: lib/settings.php:270
1269
  msgid "Server Settings and Memory Resources"
@@ -1368,7 +1368,7 @@ msgstr "Motor"
1368
 
1369
  #: lib/settings.php:389
1370
  msgid "Query Cache"
1371
- msgstr ""
1372
 
1373
  #: lib/settings.php:394
1374
  #: lib/settings.php:404
@@ -1378,7 +1378,7 @@ msgstr "desactivado"
1378
 
1379
  #: lib/settings.php:399
1380
  msgid "Index (Key) Buffer"
1381
- msgstr ""
1382
 
1383
  #: lib/settings.php:410
1384
  msgid "Read Buffer"
@@ -1390,7 +1390,7 @@ msgstr "Tiempo de espera"
1390
 
1391
  #: lib/settings.php:428
1392
  msgid "Char Set/Collation"
1393
- msgstr ""
1394
 
1395
  #: lib/settings.php:437
1396
  msgid "Timezone"
@@ -1485,11 +1485,11 @@ msgstr "Autores de comentarios"
1485
 
1486
  #: lib/wassup.class.php:239
1487
  msgid "Referrer from search engine"
1488
- msgstr ""
1489
 
1490
  #: lib/wassup.class.php:240
1491
  msgid "Referrer from ext link"
1492
- msgstr ""
1493
 
1494
  #: lib/wassup.class.php:258
1495
  msgid "Don't delete anything"
@@ -1506,170 +1506,3 @@ msgstr "los últimos 7 días"
1506
  #: lib/wassup.class.php:275
1507
  msgid "all time"
1508
  msgstr "todos"
1509
-
1510
- #~ msgid ""
1511
- #~ "WassUp has detected a problem with \"session.save_path\" setting in your "
1512
- #~ "Wordpress/PHP configuration. Statistics logging has been disabled as a "
1513
- #~ "result. To fix, go to admin menu, \"Wassup-->Options-->Manage Files & "
1514
- #~ "Database\" and modify \"Temporary files location folder\"."
1515
- #~ msgstr ""
1516
- #~ "WassUp ha detectado un problema en la configuración de "
1517
- #~ "\"session.save_path\"en tu configuración PHP de Wordpress . Como resultado, "
1518
- #~ "se han desactivado las estadísticas de acceso. Para solucionarlo, accede al "
1519
- #~ "menú de administración, ve a \"Wassup-->Opciones-->Administrar archivos y "
1520
- #~ "base de datos\" y modifica la carpeta \"Archivos temporales\"."
1521
-
1522
- #~ msgid ""
1523
- #~ "WassUp has detected a problem with \"session.save_path\" setting in your "
1524
- #~ "Wordpress/PHP configuration. Please fix by modifying \"Temporary files "
1525
- #~ "location folder\" in admin menu, \"Wassup-->Options-->Manage Files & "
1526
- #~ "Database\"."
1527
- #~ msgstr ""
1528
- #~ "WassUp ha detectado un problema en la configuración de "
1529
- #~ "\"session.save_path\"en tu configuración PHP de Wordpress . Por favor, "
1530
- #~ "corrígelo modificando la carpeta \"Archivos temporales\" en el menú de "
1531
- #~ "administración, \"Wassup-->Opciones-->Administrar archivos y base de datos\"."
1532
-
1533
- #~ msgid "Hide the chart and site usage"
1534
- #~ msgstr "Esconder la lista y el uso del sitio"
1535
-
1536
- #~ msgid "Show the chart and site usage"
1537
- #~ msgstr "Mostrar la lista y el uso del sitio"
1538
-
1539
- #~ msgid "End Timestamp"
1540
- #~ msgstr "Terminar de mostrar fechas"
1541
-
1542
- #~ msgid "What title for the widget (default \"Visitors Online\")"
1543
- #~ msgstr "Título para el widget (por defecto \"Visitors Online\")"
1544
-
1545
- #~ msgid "What style sheet class for &lt;ul&gt; attribute (default \"links\")"
1546
- #~ msgstr ""
1547
- #~ "¿Qué clase de la hoja de estilos quieres para el atributo &lt;ul&gt;? "
1548
- #~ "(\"links\" por defecto)"
1549
-
1550
- #~ msgid "How many characters left? (For template compatibility - default 18)"
1551
- #~ msgstr ""
1552
- #~ "¿Cuántos caracteres faltan? (para la compatibilidad con la plantilla - 18 "
1553
- #~ "por defecto)"
1554
-
1555
- #~ msgid "Check if you want to show logged-in online users (default Yes)"
1556
- #~ msgstr ""
1557
- #~ "Comprueba si quieres mostrar los usuarios conectados en línea (Sí por "
1558
- #~ "defecto)"
1559
-
1560
- #~ msgid "Check if you want to show comment-author online users (default Yes)"
1561
- #~ msgstr ""
1562
- #~ "Comprueba si quieres mostrar los autores de comentarios en línea (Sí por "
1563
- #~ "defecto)"
1564
-
1565
- #~ msgid "Check if you want to show some last search referers (default Yes)"
1566
- #~ msgstr ""
1567
- #~ "Comprueba si quieres mostrar los últimos términos de búsqueda (Sí por "
1568
- #~ "defecto)"
1569
-
1570
- #~ msgid "How many search referers want to show (default 5)"
1571
- #~ msgstr "Cuántos enlaces de búsquedas quieres mostrar (5 por defecto)"
1572
-
1573
- #~ msgid "Check if you want to show some last external referers (default Yes)"
1574
- #~ msgstr ""
1575
- #~ "Comprueba si quieres mostrar los últimos accesos externos (Sí por defecto)"
1576
-
1577
- #~ msgid "How many external referers want to show (default 5)"
1578
- #~ msgstr "Cuántos accesos externos quieres mostrar (5 por defecto)"
1579
-
1580
- #~ msgid ""
1581
- #~ "Check if you want to show top browsers (default No - enabling it could slow "
1582
- #~ "down blog)"
1583
- #~ msgstr ""
1584
- #~ "Comprueba si quieres mostrar el top de navegadores (no se muestran por "
1585
- #~ "defecto, activarlo puede hacer más lento el blog)"
1586
-
1587
- #~ msgid "How many top browsers want to show (default 5)"
1588
- #~ msgstr "Cuántos sistemas operativos quieres mostrar (5 por defecto)"
1589
-
1590
- #~ msgid ""
1591
- #~ "Check if you want to show top operating systems (default No - enabling it "
1592
- #~ "could slow down blog)"
1593
- #~ msgstr ""
1594
- #~ "Comprueba si quieres mostrar el top de sistemas operativos (no se muestran "
1595
- #~ "por defecto, activarlo puede hacer más lento el blog)"
1596
-
1597
- #~ msgid "How many top operating systems want to show (default 5)"
1598
- #~ msgstr "Cuántos sistemas operativos quieres mostrar (5 por defecto)"
1599
-
1600
- #~ msgid "Visit Detail Settings"
1601
- #~ msgstr "Opciones de detalle de las visitas"
1602
-
1603
- #~ msgid "Chart type - How many axes"
1604
- #~ msgstr "Tipo de lista - How many axes"
1605
-
1606
- #~ msgid "users only"
1607
- #~ msgstr "usuarios sólo"
1608
-
1609
- #~ msgid "Enter requested URLs to exclude from recording"
1610
- #~ msgstr "Insertar direcciones solicitadas para excluirlas de la grabación"
1611
-
1612
- #~ msgid ""
1613
- #~ "comma separated value, don't put the entire url, only the last path or some "
1614
- #~ "word to exclude (ex: /category/wordpress, 2007, etc...)"
1615
- #~ msgstr ""
1616
- #~ "valores separados por comas, no insertes la dirección completa, sólo la "
1617
- #~ "última carpeta o alguna palabra que excluir (ejemplo: /category/wordpress, "
1618
- #~ "2007, etc.)"
1619
-
1620
- #~ msgid "Temporary files location folder"
1621
- #~ msgstr "Localización de la carpeta de archivos temporales"
1622
-
1623
- #~ msgid ""
1624
- #~ "Current \"Save path\" directory for storing temporary files used to track "
1625
- #~ "visitor activity"
1626
- #~ msgstr ""
1627
- #~ "Directorio actual de \"Guardar carpeta\" para almacenar archivos temporales "
1628
- #~ "usados para seguir la actividad del visitante"
1629
-
1630
- #~ msgid ""
1631
- #~ "Directory does not exist or is not writable. Please enter a different path "
1632
- #~ "above or change \"session.save_path\" in \"php.ini\" to point to a valid, "
1633
- #~ "writable folder"
1634
- #~ msgstr ""
1635
- #~ "El directorio no existe o no se puede escribir. Por favor, elige un "
1636
- #~ "directorio distinto superior o cambia el \"session.save_path\" en el archivo "
1637
- #~ "\"php.ini\" para elegir una carpeta modificable válida"
1638
-
1639
- #~ msgid ""
1640
- #~ "Note: To adjust, modify the directory shown in the box above or edit "
1641
- #~ "\"sessions.save_path\" in"
1642
- #~ msgstr ""
1643
- #~ "Nota: para ajustarlo, modifica el directorio mostrado en la caja de arriba o "
1644
- #~ "edita el archivo \"sessions.save_path\" en"
1645
-
1646
- #~ msgid "Use absolute directory paths only. This value is usually"
1647
- #~ msgstr ""
1648
- #~ "Usar un directorio de carpetas absoluto, sólo. Este valor es normalmente"
1649
-
1650
- #~ msgid ""
1651
- #~ "All WassUp data and settings will be deleted upon deactivation of this plugin"
1652
- #~ msgstr ""
1653
- #~ "Todos los datos y configuraciones de Wassup serán eliminados una vez hayas "
1654
- #~ "desactivado este plugin"
1655
-
1656
- #~ msgid "Administrators"
1657
- #~ msgstr "Administradores"
1658
-
1659
- #~ msgid "Contributors"
1660
- #~ msgstr "Colaboradores"
1661
-
1662
- #~ msgid "Authors"
1663
- #~ msgstr "Autores"
1664
-
1665
- #~ msgid "Spiders"
1666
- #~ msgstr "Arañas"
1667
-
1668
- #~ msgid "Referer from search engine"
1669
- #~ msgstr "Accesos desde un motor de búsqueda"
1670
-
1671
- #~ msgid "Referer from ext link"
1672
- #~ msgstr "Accesos de enlaces exteriores"
1673
-
1674
- #~ msgid "TOP REFERER"
1675
- #~ msgstr "TOP ACCESOS"
3
  "Project-Id-Version: WassUp\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2009-05-18 12:28+0100\n"
6
+ "PO-Revision-Date: 2012-09-06 14:55+0000\n"
7
+ "Last-Translator: Alfredo Hernández <Unknown>\n"
8
  "Language-Team: <michele@befree.it>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Launchpad-Export-Date: 2014-01-12 09:52+0000\n"
13
+ "X-Generator: Launchpad (build 16890)\n"
14
  "X-Poedit-SearchPath-0: /home/m1k/Desktop/wassup_translation/wassup\n"
15
  "X-Poedit-Basepath: .\n"
16
  "X-Poedit-KeywordsList: __;_e\n"
262
  #: wassup.php:1190
263
  #: lib/settings.php:187
264
  msgid "Record admin break-in/hacker attempts"
265
+ msgstr "Registro de intentos para robar cuenta de admin"
266
 
267
  #: wassup.php:1191
268
  #: lib/settings.php:168
396
 
397
  #: wassup.php:1306
398
  msgid "End timestamp"
399
+ msgstr "Fin de la marca de tiempo"
400
 
401
  #: wassup.php:1332
402
  #: wassup.php:1337
796
 
797
  #: lib/action.php:364
798
  msgid "TOP LOCALE"
799
+ msgstr "TOP LOCALE"
800
 
801
  #: lib/action.php:391
802
  msgid "TOP VISITOR"
1052
 
1053
  #: lib/settings.php:165
1054
  msgid "Don't list your website domain defined in WordPress"
1055
+ msgstr "No escriba el dominio de su sitio web definido en WordPress"
1056
 
1057
  #: lib/settings.php:168
1058
  #: lib/settings.php:203
1234
  #: lib/wassup.class.php:259
1235
  #: lib/wassup.class.php:269
1236
  msgid "24 hours"
1237
+ msgstr "24 horas"
1238
 
1239
  #: lib/settings.php:262
1240
  #: lib/wassup.class.php:260
1241
  msgid "1 week"
1242
+ msgstr "1 semana"
1243
 
1244
  #: lib/settings.php:263
1245
  #: lib/wassup.class.php:261
1246
  #: lib/wassup.class.php:271
1247
  msgid "1 month"
1248
+ msgstr "1 mes"
1249
 
1250
  #: lib/settings.php:264
1251
  #: lib/wassup.class.php:262
1252
  #: lib/wassup.class.php:272
1253
  msgid "3 months"
1254
+ msgstr "3 meses"
1255
 
1256
  #: lib/settings.php:265
1257
  #: lib/wassup.class.php:263
1258
  #: lib/wassup.class.php:273
1259
  msgid "6 months"
1260
+ msgstr "6 meses"
1261
 
1262
  #: lib/settings.php:266
1263
  #: lib/wassup.class.php:264
1264
  #: lib/wassup.class.php:274
1265
  msgid "1 year"
1266
+ msgstr "1 año"
1267
 
1268
  #: lib/settings.php:270
1269
  msgid "Server Settings and Memory Resources"
1368
 
1369
  #: lib/settings.php:389
1370
  msgid "Query Cache"
1371
+ msgstr "Caché de consultas"
1372
 
1373
  #: lib/settings.php:394
1374
  #: lib/settings.php:404
1378
 
1379
  #: lib/settings.php:399
1380
  msgid "Index (Key) Buffer"
1381
+ msgstr "Índice (clave) de buffer"
1382
 
1383
  #: lib/settings.php:410
1384
  msgid "Read Buffer"
1390
 
1391
  #: lib/settings.php:428
1392
  msgid "Char Set/Collation"
1393
+ msgstr "CharSet/Colección"
1394
 
1395
  #: lib/settings.php:437
1396
  msgid "Timezone"
1485
 
1486
  #: lib/wassup.class.php:239
1487
  msgid "Referrer from search engine"
1488
+ msgstr "Referente desde motores de búsqueda"
1489
 
1490
  #: lib/wassup.class.php:240
1491
  msgid "Referrer from ext link"
1492
+ msgstr "Referente desde enlaces externos"
1493
 
1494
  #: lib/wassup.class.php:258
1495
  msgid "Don't delete anything"
1506
  #: lib/wassup.class.php:275
1507
  msgid "all time"
1508
  msgstr "todos"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
language/fa_FA.mo ADDED
Binary file
language/fa_FA.po ADDED
@@ -0,0 +1,1473 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Persian translation for wassup
2
+ # Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
3
+ # This file is distributed under the same license as the wassup package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: wassup\n"
9
+ "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
+ "POT-Creation-Date: 2009-05-18 12:28+0100\n"
11
+ "PO-Revision-Date: 2011-06-10 12:32+0000\n"
12
+ "Last-Translator: Shahin Azad <Unknown>\n"
13
+ "Language-Team: Persian <fa@li.org>\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Launchpad-Export-Date: 2014-01-12 09:52+0000\n"
18
+ "X-Generator: Launchpad (build 16890)\n"
19
+
20
+ #: wassup.php:45
21
+ msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
22
+ msgstr "ببخشید‌، وس‌آپ برای کار به وردپرس 2.2 و یا بالاتر نیاز دارد‌."
23
+
24
+ #: wassup.php:406
25
+ msgid "Hide Search"
26
+ msgstr "جستجوی مخفی"
27
+
28
+ #: wassup.php:409
29
+ #: wassup.php:1209
30
+ #: wassup.php:1290
31
+ #: lib/action.php:183
32
+ msgid "Search"
33
+ msgstr "جستجو"
34
+
35
+ #: wassup.php:414
36
+ msgid "Hide TopTen"
37
+ msgstr "مخفی کردن ده‌تای برتر"
38
+
39
+ #: wassup.php:417
40
+ msgid "Show TopTen"
41
+ msgstr "نمایش ده‌تای برتر"
42
+
43
+ #: wassup.php:423
44
+ msgid "Collapse All"
45
+ msgstr "جمع کردن همه"
46
+
47
+ #: wassup.php:426
48
+ #: wassup.php:761
49
+ #: wassup.php:857
50
+ #: wassup.php:1165
51
+ msgid "Expand All"
52
+ msgstr "باز کردن همه"
53
+
54
+ #: wassup.php:431
55
+ msgid "Expand Cronology"
56
+ msgstr "باز کردن توضیحات"
57
+
58
+ #: wassup.php:434
59
+ msgid "Collapse Cronology"
60
+ msgstr "جمع کردن توضیحات"
61
+
62
+ #: wassup.php:526
63
+ msgid "Visitor Details"
64
+ msgstr "اطلاعات بازدیدکننده"
65
+
66
+ #: wassup.php:529
67
+ msgid "Spy Visitors"
68
+ msgstr "جاسوس‌های بازدیدکننده‌!"
69
+
70
+ #: wassup.php:529
71
+ #: wassup.php:861
72
+ msgid "SPY Visitors"
73
+ msgstr "جاسوس‌های بازدیدکننده‌!"
74
+
75
+ #: wassup.php:530
76
+ #: wassup.php:759
77
+ msgid "Current Visitors Online"
78
+ msgstr "بازدیدکنندگان حاضر در سایت"
79
+
80
+ #: wassup.php:531
81
+ #: wassup.php:917
82
+ msgid "Options"
83
+ msgstr "تنظیمات"
84
+
85
+ #: wassup.php:629
86
+ #: wassup.php:654
87
+ msgid "Wassup options updated successfully"
88
+ msgstr "تنظیمات وس‌آپ کاملا به روز‌رسانی شد"
89
+
90
+ #: wassup.php:641
91
+ msgid "Wassup uninstall option updated successfully"
92
+ msgstr "پاک‌سازی تنظیمات وس‌آپ کامل شد‌"
93
+
94
+ #: wassup.php:649
95
+ msgid "Wassup spam options updated successfully"
96
+ msgstr "تنظیمات اسپم وس‌آپ کامل شد"
97
+
98
+ #: wassup.php:750
99
+ msgid "Warning"
100
+ msgstr "هشدار"
101
+
102
+ #: wassup.php:750
103
+ msgid "is NOT recording new statistics"
104
+ msgstr "آمار جدیدی ذخیره نشده‌"
105
+
106
+ #: wassup.php:750
107
+ msgid ""
108
+ "To collect data you must check \"Enable/Disable recording\" in \"Options: "
109
+ "Statistics Recording\" tab"
110
+ msgstr "برای محاصبه‌ی اطلاعات باید گزینه‌ی «روشن/خاموش ذخیره‌» را فعال کنید"
111
+
112
+ #: wassup.php:760
113
+ #: wassup.php:862
114
+ msgid "Legend"
115
+ msgstr "راهنما"
116
+
117
+ #: wassup.php:760
118
+ #: wassup.php:862
119
+ msgid "Logged-in Users"
120
+ msgstr "کاربران وارد شده"
121
+
122
+ #: wassup.php:760
123
+ #: wassup.php:862
124
+ msgid "Comments Authors"
125
+ msgstr "نویسندگان دیدگاه‌ها"
126
+
127
+ #: wassup.php:760
128
+ #: wassup.php:862
129
+ msgid "Spiders/bots"
130
+ msgstr "عنکبوت‌ها/ربات‌ها"
131
+
132
+ #: wassup.php:767
133
+ msgid "Visitors online"
134
+ msgstr "بازدیدکنندگان بر خط"
135
+
136
+ #: wassup.php:791
137
+ #: wassup.php:1319
138
+ #: lib/main.php:641
139
+ msgid "From your blog"
140
+ msgstr "از وبلاگ شما"
141
+
142
+ #: wassup.php:794
143
+ #: wassup.php:1322
144
+ #: lib/main.php:644
145
+ msgid "Direct hit"
146
+ msgstr "بازدید مستقیم"
147
+
148
+ #: wassup.php:814
149
+ #: wassup.php:1389
150
+ msgid "LOGGED IN USER"
151
+ msgstr "کاربران وارد شده"
152
+
153
+ #: wassup.php:815
154
+ #: wassup.php:818
155
+ #: wassup.php:1405
156
+ msgid "COMMENT AUTHOR"
157
+ msgstr "نویسند نظر"
158
+
159
+ #: wassup.php:864
160
+ msgid "Pause"
161
+ msgstr "توقف"
162
+
163
+ #: wassup.php:865
164
+ msgid "Play"
165
+ msgstr "اجرا"
166
+
167
+ #: wassup.php:866
168
+ msgid "Spy items by"
169
+ msgstr "زیر نظر گرفتن گزینه‌ها توسط"
170
+
171
+ #: wassup.php:918
172
+ msgid ""
173
+ "You can add a sidebar Widget with some useful statistics information by "
174
+ "activating the"
175
+ msgstr ""
176
+ "شما می‌توانید اضافه کردن ابزارک ساید بار اطلاعات کاربردی‌ای را به نمایش "
177
+ "بگذارید‌. با ابزار روبرو این قابلیت را اضافه کنید‌:"
178
+
179
+ #: wassup.php:919
180
+ msgid "Wassup Widget in the Widgets menu option"
181
+ msgstr "ابزارک وس‌آپ در منوی‌ ابزارک قابل دسترسی است"
182
+
183
+ #: wassup.php:927
184
+ msgid "Latest hits"
185
+ msgstr "آخرین بازدید‌ها"
186
+
187
+ #: wassup.php:929
188
+ msgid "WassUp recording is disabled"
189
+ msgstr "ذخیره‌سازی وس‌آپ خاموش است"
190
+
191
+ #: wassup.php:1041
192
+ msgid "records deleted"
193
+ msgstr "ذخیره‌ها پاکسازی شده‌اند"
194
+
195
+ #: wassup.php:1102
196
+ msgid "hide chart"
197
+ msgstr "مخفی‌سازی نمودار"
198
+
199
+ #: wassup.php:1102
200
+ msgid "Hide the chart"
201
+ msgstr "نمودار را مخفی کن"
202
+
203
+ #: wassup.php:1105
204
+ msgid "show chart"
205
+ msgstr "نمایش نمودار"
206
+
207
+ #: wassup.php:1105
208
+ msgid "Show the chart"
209
+ msgstr "نمودار را نمایش بده"
210
+
211
+ #: wassup.php:1115
212
+ msgid "Summary for the last"
213
+ msgstr "جمع‌بندی آخر"
214
+
215
+ #: wassup.php:1122
216
+ msgid "Items per page"
217
+ msgstr "گزینه‌ برای هر صفحه"
218
+
219
+ #: wassup.php:1132
220
+ msgid "Show items by"
221
+ msgstr "نمایش گزینه‌ها توسط"
222
+
223
+ #: wassup.php:1151
224
+ msgid "Visits"
225
+ msgstr "بازدید‌ها"
226
+
227
+ #: wassup.php:1152
228
+ msgid "Pageviews"
229
+ msgstr "بازدید از صفحه"
230
+
231
+ #: wassup.php:1153
232
+ msgid "Pages/Visits"
233
+ msgstr "صفحات‌/‌بازدید‌ها"
234
+
235
+ #: wassup.php:1156
236
+ msgid "Spams"
237
+ msgstr "جفنگ‌ها"
238
+
239
+ #: wassup.php:1166
240
+ msgid "Collapse Chronology"
241
+ msgstr "جمع‌آوری وقایع نگار"
242
+
243
+ #: wassup.php:1185
244
+ msgid "Spam Options"
245
+ msgstr "تنظیمات جفنگ"
246
+
247
+ #: wassup.php:1187
248
+ #: lib/settings.php:182
249
+ msgid "Enable/Disable Spam Check on Records"
250
+ msgstr "روشن/خاموش بررسی جفنگ‌ها در ذخیره‌سازی"
251
+
252
+ #: wassup.php:1188
253
+ #: lib/settings.php:185
254
+ msgid "Record Akismet comment spam attempts"
255
+ msgstr "ذخیره‌ ورودی اطلاعات اکیسمت"
256
+
257
+ #: wassup.php:1189
258
+ #: lib/settings.php:186
259
+ msgid "Record referrer spam attempts"
260
+ msgstr "ذخیره ورودی اطلاعات ارجاع دهنده"
261
+
262
+ #: wassup.php:1190
263
+ #: lib/settings.php:187
264
+ msgid "Record admin break-in/hacker attempts"
265
+ msgstr "ذخیره اطلاعات کاربر اصلی برای اقدامات شکننده‌ها/‌هکرها"
266
+
267
+ #: wassup.php:1191
268
+ #: lib/settings.php:168
269
+ #: lib/settings.php:203
270
+ #: lib/settings.php:448
271
+ #: lib/settings.php:462
272
+ msgid "Save Settings"
273
+ msgstr "ذخیره تنظیمات"
274
+
275
+ #: wassup.php:1200
276
+ msgid "Filter by marked IP"
277
+ msgstr "فیلتر توسط IP‌های برچسب شده"
278
+
279
+ #: wassup.php:1200
280
+ msgid "show marked items"
281
+ msgstr "نمایش گزینه‌های برچسب شده"
282
+
283
+ #: wassup.php:1203
284
+ msgid "Searched for"
285
+ msgstr "جستجو برای"
286
+
287
+ #: wassup.php:1205
288
+ msgid "Auto refresh in"
289
+ msgstr "به‌روزرسانی اتوماتیک در"
290
+
291
+ #: wassup.php:1205
292
+ #: lib/settings.php:334
293
+ #: lib/settings.php:423
294
+ msgid "seconds"
295
+ msgstr "ثانیه"
296
+
297
+ #: wassup.php:1209
298
+ msgid "Top Ten"
299
+ msgstr "ده برتر"
300
+
301
+ #: wassup.php:1209
302
+ msgid "Show Top Ten"
303
+ msgstr "نمایش ده برتر"
304
+
305
+ #: wassup.php:1263
306
+ #: lib/action.php:175
307
+ msgid "Raw data"
308
+ msgstr "اطلاعات ناخالص"
309
+
310
+ #: wassup.php:1266
311
+ msgid "Visit type"
312
+ msgstr "نوع بازدید"
313
+
314
+ #: wassup.php:1268
315
+ msgid "Logged-in user"
316
+ msgstr "کاربر وارد شده"
317
+
318
+ #: wassup.php:1270
319
+ msgid "Spammer/Hacker"
320
+ msgstr "جفنگ‌گو/هکر"
321
+
322
+ #: wassup.php:1272
323
+ msgid "Spammer"
324
+ msgstr "جفنگ‌گو"
325
+
326
+ #: wassup.php:1274
327
+ msgid "Comment author"
328
+ msgstr "نویسنده دیدگاه"
329
+
330
+ #: wassup.php:1276
331
+ msgid "Feed"
332
+ msgstr "خوراک"
333
+
334
+ #: wassup.php:1278
335
+ #: lib/wassup.class.php:232
336
+ msgid "Spider"
337
+ msgstr "عنکبوت"
338
+
339
+ #: wassup.php:1280
340
+ msgid "Regular visitor"
341
+ msgstr "بازدید‌کننده منظم"
342
+
343
+ #: wassup.php:1283
344
+ #: lib/action.php:178
345
+ msgid "IP"
346
+ msgstr "IP - آدرس اینترنتی"
347
+
348
+ #: wassup.php:1284
349
+ #: wassup.php:1356
350
+ #: lib/action.php:179
351
+ msgid "Hostname"
352
+ msgstr "نام میزبان"
353
+
354
+ #: wassup.php:1285
355
+ msgid "Url Requested"
356
+ msgstr "آدرس در‌خواست شده"
357
+
358
+ #: wassup.php:1286
359
+ #: wassup.php:1361
360
+ #: lib/action.php:180
361
+ msgid "User Agent"
362
+ msgstr "عامل کاربر"
363
+
364
+ #: wassup.php:1287
365
+ #: wassup.php:1356
366
+ #: lib/action.php:181
367
+ msgid "Referrer"
368
+ msgstr "ارجاع دهنده"
369
+
370
+ #: wassup.php:1289
371
+ msgid "Search Engine"
372
+ msgstr "موتور جستجو"
373
+
374
+ #: wassup.php:1291
375
+ msgid "Page"
376
+ msgstr "صفحه"
377
+
378
+ #: wassup.php:1294
379
+ #: wassup.php:1450
380
+ #: lib/action.php:186
381
+ msgid "OS"
382
+ msgstr "سیستم عامل"
383
+
384
+ #: wassup.php:1297
385
+ #: lib/action.php:189
386
+ msgid "Browser"
387
+ msgstr "مرورگر"
388
+
389
+ #: wassup.php:1300
390
+ msgid "Locale/Language"
391
+ msgstr "زبان/منطقه"
392
+
393
+ #: wassup.php:1303
394
+ msgid "Screen Resolution"
395
+ msgstr "بزرگنمایی صفحه نمایش"
396
+
397
+ #: wassup.php:1306
398
+ msgid "End timestamp"
399
+ msgstr "برچسب زمان پایانی"
400
+
401
+ #: wassup.php:1332
402
+ #: wassup.php:1337
403
+ msgid "delete"
404
+ msgstr "پاک کردن"
405
+
406
+ #: wassup.php:1332
407
+ msgid "Delete ALL marked records with this IP"
408
+ msgstr "تمامی اطلاعات برچسب شده توسط این IP پاک شود"
409
+
410
+ #: wassup.php:1334
411
+ msgid "unmark"
412
+ msgstr "برچسب نشده"
413
+
414
+ #: wassup.php:1334
415
+ msgid "UnMark IP"
416
+ msgstr "برداشتن برچسب IP"
417
+
418
+ #: wassup.php:1337
419
+ msgid "Delete this record"
420
+ msgstr "پاک کردن این اطلاعات"
421
+
422
+ #: wassup.php:1339
423
+ msgid "mark"
424
+ msgstr "برچسب"
425
+
426
+ #: wassup.php:1339
427
+ msgid "Mark IP"
428
+ msgstr "برچسب زدن IP"
429
+
430
+ #: wassup.php:1342
431
+ msgid "show raw table"
432
+ msgstr "نمایش ناخالص جدول"
433
+
434
+ #: wassup.php:1342
435
+ msgid "Show the items as raw table"
436
+ msgstr "نمایش اطلاعات به صورت جدول ناخالص"
437
+
438
+ #: wassup.php:1380
439
+ msgid "SEARCH ENGINE"
440
+ msgstr "موتور جستجو"
441
+
442
+ #: wassup.php:1380
443
+ msgid "page"
444
+ msgstr "صفحه"
445
+
446
+ #: wassup.php:1381
447
+ msgid "KEYWORDS"
448
+ msgstr "کلمات کلیدی"
449
+
450
+ #: wassup.php:1399
451
+ msgid "ADMINISTRATOR"
452
+ msgstr "کاربر اصلی"
453
+
454
+ #: wassup.php:1417
455
+ msgid "FEEDREADER"
456
+ msgstr "خوراک‌خوان"
457
+
458
+ #: wassup.php:1419
459
+ msgid "SUBSCRIBER(S)"
460
+ msgstr "دنبال کننده‌(ها)"
461
+
462
+ #: wassup.php:1424
463
+ msgid "SPIDER"
464
+ msgstr "عنکبوت"
465
+
466
+ #: wassup.php:1432
467
+ msgid "Probably SPAM!"
468
+ msgstr "جفنگ احتمالی‌!"
469
+
470
+ #: wassup.php:1433
471
+ msgid "Referer Spam"
472
+ msgstr "ارجاع دهنده‌ هرز!"
473
+
474
+ #: wassup.php:1434
475
+ #: lib/wassup.class.php:234
476
+ msgid "Spam"
477
+ msgstr "جفنگ"
478
+
479
+ #: wassup.php:1440
480
+ msgid "Probably hack attempt!"
481
+ msgstr "احتمال تلاش برای هک‌!"
482
+
483
+ #: wassup.php:1448
484
+ #: lib/action.php:192
485
+ msgid "Language"
486
+ msgstr "زبان"
487
+
488
+ #: wassup.php:1451
489
+ msgid "BROWSER"
490
+ msgstr "جستجو‌گر"
491
+
492
+ #: wassup.php:1453
493
+ msgid "RESOLUTION"
494
+ msgstr "بزرگنمایی"
495
+
496
+ #: wassup.php:1509
497
+ msgid "Graph of visitor hits"
498
+ msgstr "گراف بازدید‌ها"
499
+
500
+ #: wassup.php:1511
501
+ msgid "Too few records to print chart"
502
+ msgstr "اطلاعات برای چاپ نمودار کم است"
503
+
504
+ #: wassup.php:1527
505
+ msgid "Check the official"
506
+ msgstr "بررسی رسمی"
507
+
508
+ #: wassup.php:1527
509
+ msgid "page for updates, bug reports and your hints to improve it"
510
+ msgstr "صفحه برای به‌روز رسانی‌، گزارش باگ‌ها و تذکرات شما برای اثبات‌شان"
511
+
512
+ #: wassup.php:1527
513
+ msgid "User Guide documentation"
514
+ msgstr "مجموعه اسناد راهنمای کاربر"
515
+
516
+ #: wassup.php:1528
517
+ msgid "Exec time"
518
+ msgstr ""
519
+
520
+ #: wassup.php:2349
521
+ msgid "WassUp Plugin table has reached maximum size!"
522
+ msgstr "میز پلاگین وس‌آپ به اندازه حداکثر سایز پر شده‌!"
523
+
524
+ #: wassup.php:2350
525
+ msgid "Hi"
526
+ msgstr "سلام"
527
+
528
+ #: wassup.php:2350
529
+ msgid ""
530
+ "you have received this email because your WassUp Database table at your "
531
+ "Wordpress blog"
532
+ msgstr ""
533
+ "شما این ایمیل رو دریافت کرده‌اید به خاطر این‌که میز بانک اطلاعاتی وس‌آپ شما"
534
+
535
+ #: wassup.php:2350
536
+ msgid "has reached the maximum value you set in the options menu"
537
+ msgstr "به اندازه بیشترین مقداری که در منوی تنظیمات قرار داده‌اید پر شده‌!"
538
+
539
+ #: wassup.php:2351
540
+ msgid ""
541
+ "This is only a reminder, please take the actions you want in the WassUp "
542
+ "options menu"
543
+ msgstr ""
544
+ "این فقط یک یاد‌آوری است‌، لطفا منوی آپشن وس‌آپ را در این زمینه تنظیم کنید‌."
545
+
546
+ #: wassup.php:2351
547
+ msgid "This alert now will be removed and you will be able to set a new one"
548
+ msgstr ""
549
+ "این هشدار الان پاک خواهد شد‌ و شما خواهید خواست تا یک نمونه جدید بسازید"
550
+
551
+ #: wassup.php:2352
552
+ msgid ""
553
+ "Thank you for using WassUp plugin. Check if there is a new version available "
554
+ "here:"
555
+ msgstr ""
556
+ "از شما به خاطر استفاده از پلاگین وس‌آپ متشکریم‌. اگر نسخه‌ی جدیدی آماده "
557
+ "است‌، اینجا را تیک بزنید‌:"
558
+
559
+ #: wassup.php:2352
560
+ msgid "Have a nice day!"
561
+ msgstr "روز خوبی داشته باشید"
562
+
563
+ #: wassup.php:2480
564
+ msgid "Stats"
565
+ msgstr "آمار"
566
+
567
+ #: wassup.php:2480
568
+ msgid "More"
569
+ msgstr "بیشتر"
570
+
571
+ #: wassup.php:2482
572
+ #: wassup.php:3838
573
+ msgid "visitor stats chart"
574
+ msgstr "نمودار آمار بازدیدکنندگان"
575
+
576
+ #: wassup.php:2672
577
+ msgid "encrypted search"
578
+ msgstr "جستجوی رمز شده"
579
+
580
+ #: wassup.php:3340
581
+ msgid "Error getting table details"
582
+ msgstr "اخطار در دریافت جزئیات"
583
+
584
+ #: wassup.php:3348
585
+ #, php-format
586
+ msgid "Delete any existing table %s"
587
+ msgstr "پاک کردن هر میز اطلاعات موجودی %s"
588
+
589
+ #: wassup.php:3359
590
+ #, php-format
591
+ msgid "Table structure of table %s"
592
+ msgstr ""
593
+
594
+ #: wassup.php:3367
595
+ #, php-format
596
+ msgid "Error with SHOW CREATE TABLE for %s."
597
+ msgstr ""
598
+
599
+ #: wassup.php:3374
600
+ #, php-format
601
+ msgid "Error getting table structure of %s"
602
+ msgstr ""
603
+
604
+ #: wassup.php:3382
605
+ #, php-format
606
+ msgid "Data contents of table %s"
607
+ msgstr ""
608
+
609
+ #: wassup.php:3443
610
+ #, php-format
611
+ msgid "End of data contents of table %s"
612
+ msgstr ""
613
+
614
+ #: wassup.php:3455
615
+ msgid "If above timestamp is not current time, this page is cached"
616
+ msgstr ""
617
+
618
+ #: wassup.php:3486
619
+ #: wassup.php:3740
620
+ msgid "No Data"
621
+ msgstr ""
622
+
623
+ #: wassup.php:3487
624
+ #: wassup.php:3568
625
+ #: wassup.php:3741
626
+ #: wassup.php:3814
627
+ msgid "powered by"
628
+ msgstr ""
629
+
630
+ #: wassup.php:3487
631
+ #: wassup.php:3568
632
+ #: wassup.php:3741
633
+ msgid "Real Time Visitors Tracking"
634
+ msgstr ""
635
+
636
+ #: wassup.php:3497
637
+ msgid "Last searched terms"
638
+ msgstr ""
639
+
640
+ #: wassup.php:3510
641
+ msgid "Last referers"
642
+ msgstr ""
643
+
644
+ #: wassup.php:3525
645
+ #: lib/settings.php:149
646
+ msgid "Top Browsers"
647
+ msgstr ""
648
+
649
+ #: wassup.php:3540
650
+ #: lib/settings.php:150
651
+ msgid "Top OS"
652
+ msgstr ""
653
+
654
+ #: wassup.php:3559
655
+ msgid "visitor(s) online"
656
+ msgstr ""
657
+
658
+ #: wassup.php:3562
659
+ msgid "logged-in user(s)"
660
+ msgstr ""
661
+
662
+ #: wassup.php:3566
663
+ msgid "comment author(s)"
664
+ msgstr ""
665
+
666
+ #: wassup.php:3632
667
+ msgid "Title"
668
+ msgstr ""
669
+
670
+ #: wassup.php:3634
671
+ msgid "default \"Visitors Online\""
672
+ msgstr ""
673
+
674
+ #: wassup.php:3637
675
+ msgid "Stylesheet class for &lt;ul&gt; attribute"
676
+ msgstr ""
677
+
678
+ #: wassup.php:3639
679
+ msgid "default \"links\""
680
+ msgstr ""
681
+
682
+ #: wassup.php:3642
683
+ msgid "Number of characters to display from left"
684
+ msgstr ""
685
+
686
+ #: wassup.php:3644
687
+ msgid "For template compatibility - default 18"
688
+ msgstr ""
689
+
690
+ #: wassup.php:3649
691
+ msgid "Show number of logged-in users online"
692
+ msgstr ""
693
+
694
+ #: wassup.php:3650
695
+ msgid "Stats recording must be enabled in WassUp options"
696
+ msgstr ""
697
+
698
+ #: wassup.php:3651
699
+ #: wassup.php:3657
700
+ #: wassup.php:3663
701
+ #: wassup.php:3675
702
+ msgid "default Yes"
703
+ msgstr ""
704
+
705
+ #: wassup.php:3656
706
+ msgid "Show number of comment authors online"
707
+ msgstr ""
708
+
709
+ #: wassup.php:3662
710
+ msgid "Show latest searches"
711
+ msgstr ""
712
+
713
+ #: wassup.php:3666
714
+ msgid "How many searches?"
715
+ msgstr ""
716
+
717
+ #: wassup.php:3668
718
+ #: wassup.php:3680
719
+ #: wassup.php:3692
720
+ #: wassup.php:3704
721
+ msgid "default 5"
722
+ msgstr ""
723
+
724
+ #: wassup.php:3674
725
+ msgid "Show latest external referrers"
726
+ msgstr ""
727
+
728
+ #: wassup.php:3678
729
+ msgid "How many referrers?"
730
+ msgstr ""
731
+
732
+ #: wassup.php:3686
733
+ msgid "Show top browsers"
734
+ msgstr ""
735
+
736
+ #: wassup.php:3686
737
+ #: wassup.php:3698
738
+ msgid "default No"
739
+ msgstr ""
740
+
741
+ #: wassup.php:3687
742
+ #: wassup.php:3699
743
+ msgid "Enabling it could slow down blog)"
744
+ msgstr ""
745
+
746
+ #: wassup.php:3690
747
+ msgid "How many browsers?"
748
+ msgstr ""
749
+
750
+ #: wassup.php:3698
751
+ msgid "Show top operating systems"
752
+ msgstr ""
753
+
754
+ #: wassup.php:3702
755
+ msgid "How many operating systems?"
756
+ msgstr ""
757
+
758
+ #: wassup.php:3713
759
+ msgid "Wassup Widget"
760
+ msgstr ""
761
+
762
+ #: wassup.php:3839
763
+ msgid "More Stats"
764
+ msgstr ""
765
+
766
+ #: lib/action.php:125
767
+ msgid "ERROR: file not found"
768
+ msgstr ""
769
+
770
+ #: lib/action.php:143
771
+ msgid "ERROR: bad date"
772
+ msgstr ""
773
+
774
+ #: lib/action.php:257
775
+ msgid "TOP QUERY"
776
+ msgstr ""
777
+
778
+ #: lib/action.php:276
779
+ msgid "TOP REFERRER"
780
+ msgstr ""
781
+
782
+ #: lib/action.php:302
783
+ msgid "TOP REQUEST"
784
+ msgstr ""
785
+
786
+ #: lib/action.php:323
787
+ msgid "TOP BROWSER"
788
+ msgstr ""
789
+
790
+ #: lib/action.php:343
791
+ msgid "TOP OS"
792
+ msgstr ""
793
+
794
+ #: lib/action.php:364
795
+ msgid "TOP LOCALE"
796
+ msgstr ""
797
+
798
+ #: lib/action.php:391
799
+ msgid "TOP VISITOR"
800
+ msgstr ""
801
+
802
+ #: lib/action.php:409
803
+ msgid "This top ten doesn't include Spam records"
804
+ msgstr ""
805
+
806
+ #: lib/action.php:414
807
+ msgid "ERROR: Missing or unknown parameters"
808
+ msgstr ""
809
+
810
+ #: lib/action.php:423
811
+ msgid "ERROR: Nothing to do here"
812
+ msgstr ""
813
+
814
+ #: lib/main.php:85
815
+ msgid "Next"
816
+ msgstr ""
817
+
818
+ #: lib/main.php:87
819
+ msgid "Previous"
820
+ msgstr ""
821
+
822
+ #: lib/main.php:120
823
+ #: lib/main.php:124
824
+ msgid "It is necessary to specify the"
825
+ msgstr ""
826
+
827
+ #: lib/main.php:120
828
+ msgid "number of pages"
829
+ msgstr ""
830
+
831
+ #: lib/main.php:124
832
+ msgid "limit of items"
833
+ msgstr ""
834
+
835
+ #: lib/main.php:124
836
+ msgid "to show per page"
837
+ msgstr ""
838
+
839
+ #: lib/main.php:209
840
+ msgid "Pages"
841
+ msgstr ""
842
+
843
+ #: lib/main.php:777
844
+ msgid "No visitor activity"
845
+ msgstr ""
846
+
847
+ #: lib/main.php:1179
848
+ msgid "Last 6 Hours"
849
+ msgstr ""
850
+
851
+ #: lib/main.php:1185
852
+ msgid "Last 7 Days"
853
+ msgstr ""
854
+
855
+ #: lib/main.php:1192
856
+ msgid "Last Month"
857
+ msgstr ""
858
+
859
+ #: lib/main.php:1199
860
+ msgid "Last 3 Months"
861
+ msgstr ""
862
+
863
+ #: lib/main.php:1205
864
+ msgid "Last 6 Months"
865
+ msgstr ""
866
+
867
+ #: lib/main.php:1211
868
+ msgid "Last Year"
869
+ msgstr ""
870
+
871
+ #: lib/main.php:1217
872
+ msgid "All Time"
873
+ msgstr ""
874
+
875
+ #: lib/main.php:1224
876
+ msgid "Last 24 Hours"
877
+ msgstr ""
878
+
879
+ #: lib/settings.php:31
880
+ msgid ""
881
+ "ATTENTION! Your WassUp table have reached the maximum value you set, I "
882
+ "disabled the alert, you can re-enable it here."
883
+ msgstr ""
884
+
885
+ #: lib/settings.php:55
886
+ msgid "Select the options you want for the WassUp plugin"
887
+ msgstr ""
888
+
889
+ #: lib/settings.php:62
890
+ msgid "General Setup"
891
+ msgstr ""
892
+
893
+ #: lib/settings.php:63
894
+ msgid "Statistics Recording"
895
+ msgstr ""
896
+
897
+ #: lib/settings.php:64
898
+ msgid "Manage Files & Database"
899
+ msgstr ""
900
+
901
+ #: lib/settings.php:65
902
+ msgid "Uninstall"
903
+ msgstr ""
904
+
905
+ #: lib/settings.php:69
906
+ msgid "Your default screen resolution (browser width)"
907
+ msgstr ""
908
+
909
+ #: lib/settings.php:70
910
+ msgid "Default screen resolution (in pixels)"
911
+ msgstr ""
912
+
913
+ #: lib/settings.php:75
914
+ msgid ""
915
+ "Set minimum users level which can view and manage WassUp plugin (default "
916
+ "Administrators)"
917
+ msgstr ""
918
+
919
+ #: lib/settings.php:80
920
+ msgid "Dashboard Settings"
921
+ msgstr ""
922
+
923
+ #: lib/settings.php:81
924
+ msgid "Display small chart in the dashboard"
925
+ msgstr ""
926
+
927
+ #: lib/settings.php:84
928
+ msgid "GEO IP Map (Spy view)"
929
+ msgstr ""
930
+
931
+ #: lib/settings.php:89
932
+ msgid "Display a GEO IP Map in the spy visitors view"
933
+ msgstr ""
934
+
935
+ #: lib/settings.php:97
936
+ #: lib/settings.php:456
937
+ msgid "WARNING"
938
+ msgstr ""
939
+
940
+ #: lib/settings.php:97
941
+ msgid "Activation problem >> Error code"
942
+ msgstr ""
943
+
944
+ #: lib/settings.php:105
945
+ msgid "key"
946
+ msgstr ""
947
+
948
+ #: lib/settings.php:105
949
+ msgid "signup for your key"
950
+ msgstr ""
951
+
952
+ #: lib/settings.php:108
953
+ msgid "Geo IP Map requires"
954
+ msgstr ""
955
+
956
+ #: lib/settings.php:108
957
+ msgid "Please install it to be able to activate this feature"
958
+ msgstr ""
959
+
960
+ #: lib/settings.php:112
961
+ msgid "Time format"
962
+ msgstr ""
963
+
964
+ #: lib/settings.php:113
965
+ msgid "Time format 12/24 hour"
966
+ msgstr ""
967
+
968
+ #: lib/settings.php:116
969
+ msgid "Visitor Detail Settings"
970
+ msgstr ""
971
+
972
+ #: lib/settings.php:117
973
+ msgid "Show chart type - How many axes"
974
+ msgstr ""
975
+
976
+ #: lib/settings.php:123
977
+ msgid "Set how many minutes wait for automatic page refresh"
978
+ msgstr ""
979
+
980
+ #: lib/settings.php:123
981
+ msgid "Current Visitors Online and Visitors Details"
982
+ msgstr ""
983
+
984
+ #: lib/settings.php:124
985
+ msgid "refresh minutes (default 3)"
986
+ msgstr ""
987
+
988
+ #: lib/settings.php:126
989
+ msgid "Show visitor details for"
990
+ msgstr ""
991
+
992
+ #: lib/settings.php:131
993
+ msgid "Number of items per page"
994
+ msgstr ""
995
+
996
+ #: lib/settings.php:140
997
+ msgid "Customize Top Ten List"
998
+ msgstr ""
999
+
1000
+ #: lib/settings.php:141
1001
+ msgid "Choose one or more items for your Top Ten list"
1002
+ msgstr ""
1003
+
1004
+ #: lib/settings.php:141
1005
+ msgid "over 5 selections may cause horizontal scrolling"
1006
+ msgstr ""
1007
+
1008
+ #: lib/settings.php:144
1009
+ msgid "Top Searches"
1010
+ msgstr ""
1011
+
1012
+ #: lib/settings.php:145
1013
+ msgid "Top Referrers"
1014
+ msgstr ""
1015
+
1016
+ #: lib/settings.php:146
1017
+ msgid "Top Requests"
1018
+ msgstr ""
1019
+
1020
+ #: lib/settings.php:151
1021
+ msgid "Top Locales"
1022
+ msgstr ""
1023
+
1024
+ #: lib/settings.php:154
1025
+ msgid "Top Visitors"
1026
+ msgstr ""
1027
+
1028
+ #: lib/settings.php:156
1029
+ msgid "Top Feeds"
1030
+ msgstr ""
1031
+
1032
+ #: lib/settings.php:157
1033
+ msgid "Top Crawlers"
1034
+ msgstr ""
1035
+
1036
+ #: lib/settings.php:161
1037
+ msgid "Websites/domains to exclude from top referrers"
1038
+ msgstr ""
1039
+
1040
+ #: lib/settings.php:164
1041
+ msgid "Comma separated value"
1042
+ msgstr ""
1043
+
1044
+ #: lib/settings.php:165
1045
+ msgid "Don't list your website domain defined in WordPress"
1046
+ msgstr ""
1047
+
1048
+ #: lib/settings.php:168
1049
+ #: lib/settings.php:203
1050
+ #: lib/settings.php:448
1051
+ #: lib/settings.php:462
1052
+ msgid "Reset"
1053
+ msgstr ""
1054
+
1055
+ #: lib/settings.php:168
1056
+ #: lib/settings.php:203
1057
+ #: lib/settings.php:448
1058
+ #: lib/settings.php:462
1059
+ msgid "Reset to Default Settings"
1060
+ msgstr ""
1061
+
1062
+ #: lib/settings.php:172
1063
+ msgid "Statistics Recording Settings"
1064
+ msgstr ""
1065
+
1066
+ #: lib/settings.php:173
1067
+ msgid "Enable/Disable Recording"
1068
+ msgstr ""
1069
+
1070
+ #: lib/settings.php:174
1071
+ msgid "Checkbox to record statistics for each type of \"visitor\""
1072
+ msgstr ""
1073
+
1074
+ #: lib/settings.php:176
1075
+ msgid "Record logged in users"
1076
+ msgstr ""
1077
+
1078
+ #: lib/settings.php:177
1079
+ msgid "Record logged in administrators"
1080
+ msgstr ""
1081
+
1082
+ #: lib/settings.php:178
1083
+ msgid "Record spiders and bots"
1084
+ msgstr ""
1085
+
1086
+ #: lib/settings.php:179
1087
+ msgid "Record attack/exploit attempts (libwww-perl agent)"
1088
+ msgstr ""
1089
+
1090
+ #: lib/settings.php:183
1091
+ msgid "Checkbox to record statistics for each type of \"spam\""
1092
+ msgstr ""
1093
+
1094
+ #: lib/settings.php:185
1095
+ msgid "check if an IP has previous comments as spam"
1096
+ msgstr ""
1097
+
1098
+ #: lib/settings.php:191
1099
+ msgid "Statistics Recording Exceptions"
1100
+ msgstr ""
1101
+
1102
+ #: lib/settings.php:193
1103
+ msgid "Sites"
1104
+ msgstr ""
1105
+
1106
+ #: lib/settings.php:193
1107
+ msgid "Enter source IPs to exclude from recording"
1108
+ msgstr ""
1109
+
1110
+ #: lib/settings.php:195
1111
+ msgid "comma separated value (ex: 127.0.0.1, 10.0.0.1, etc...)"
1112
+ msgstr ""
1113
+
1114
+ #: lib/settings.php:197
1115
+ msgid "Users"
1116
+ msgstr ""
1117
+
1118
+ #: lib/settings.php:197
1119
+ msgid "Enter usernames to exclude from recording"
1120
+ msgstr ""
1121
+
1122
+ #: lib/settings.php:199
1123
+ msgid ""
1124
+ "comma separated value, enter a registered user's login name (ex: bobmarley, "
1125
+ "enyabrennan, etc.)"
1126
+ msgstr ""
1127
+
1128
+ #: lib/settings.php:200
1129
+ msgid "Posts/pages"
1130
+ msgstr ""
1131
+
1132
+ #: lib/settings.php:200
1133
+ msgid "enter requested URLs to exclude from recording"
1134
+ msgstr ""
1135
+
1136
+ #: lib/settings.php:202
1137
+ msgid ""
1138
+ "comma separated value, don't enter entire url, only the last path or some "
1139
+ "word to exclude (ex: /category/wordpress, 2007, etc...)"
1140
+ msgstr ""
1141
+
1142
+ #: lib/settings.php:231
1143
+ #: lib/settings.php:233
1144
+ msgid "Rescan Old Records"
1145
+ msgstr ""
1146
+
1147
+ #: lib/settings.php:232
1148
+ msgid ""
1149
+ "Statistical records collected by earlier versions of WassUp may not have the "
1150
+ "latest spider, search engine, and spam data properly identified. Click the "
1151
+ "\"Rescan\" button to retroactively scan and update old records"
1152
+ msgstr ""
1153
+
1154
+ #: lib/settings.php:236
1155
+ msgid "Select actions for table growth"
1156
+ msgstr ""
1157
+
1158
+ #: lib/settings.php:237
1159
+ msgid ""
1160
+ "WassUp table grows very fast (especially if your blog is frequently "
1161
+ "visited), I recommend you to delete old records sometimes. You can select "
1162
+ "any option below to reset it, delete old records automatically or manually. "
1163
+ "(If you haven't database space problems you can leave the table as is)"
1164
+ msgstr ""
1165
+
1166
+ #: lib/settings.php:238
1167
+ msgid "Current WassUp table usage is"
1168
+ msgstr ""
1169
+
1170
+ #: lib/settings.php:244
1171
+ msgid "records"
1172
+ msgstr ""
1173
+
1174
+ #: lib/settings.php:247
1175
+ msgid "Alert me"
1176
+ msgstr ""
1177
+
1178
+ #: lib/settings.php:247
1179
+ msgid "email to"
1180
+ msgstr ""
1181
+
1182
+ #: lib/settings.php:247
1183
+ msgid "when table reaches"
1184
+ msgstr ""
1185
+
1186
+ #: lib/settings.php:249
1187
+ msgid "Empty table"
1188
+ msgstr ""
1189
+
1190
+ #: lib/settings.php:250
1191
+ msgid "export table in SQL format"
1192
+ msgstr ""
1193
+
1194
+ #: lib/settings.php:252
1195
+ msgid "backup table to server file"
1196
+ msgstr ""
1197
+
1198
+ #: lib/settings.php:254
1199
+ msgid "Automatically delete records older than:"
1200
+ msgstr ""
1201
+
1202
+ #: lib/settings.php:258
1203
+ msgid "Delete NOW records older than:"
1204
+ msgstr ""
1205
+
1206
+ #: lib/settings.php:260
1207
+ msgid "Action is NOT undoable"
1208
+ msgstr ""
1209
+
1210
+ #: lib/settings.php:261
1211
+ #: lib/wassup.class.php:259
1212
+ #: lib/wassup.class.php:269
1213
+ msgid "24 hours"
1214
+ msgstr ""
1215
+
1216
+ #: lib/settings.php:262
1217
+ #: lib/wassup.class.php:260
1218
+ msgid "1 week"
1219
+ msgstr ""
1220
+
1221
+ #: lib/settings.php:263
1222
+ #: lib/wassup.class.php:261
1223
+ #: lib/wassup.class.php:271
1224
+ msgid "1 month"
1225
+ msgstr ""
1226
+
1227
+ #: lib/settings.php:264
1228
+ #: lib/wassup.class.php:262
1229
+ #: lib/wassup.class.php:272
1230
+ msgid "3 months"
1231
+ msgstr ""
1232
+
1233
+ #: lib/settings.php:265
1234
+ #: lib/wassup.class.php:263
1235
+ #: lib/wassup.class.php:273
1236
+ msgid "6 months"
1237
+ msgstr ""
1238
+
1239
+ #: lib/settings.php:266
1240
+ #: lib/wassup.class.php:264
1241
+ #: lib/wassup.class.php:274
1242
+ msgid "1 year"
1243
+ msgstr ""
1244
+
1245
+ #: lib/settings.php:270
1246
+ msgid "Server Settings and Memory Resources"
1247
+ msgstr ""
1248
+
1249
+ #: lib/settings.php:271
1250
+ msgid "For information only. Some values may be adjustable in startup files"
1251
+ msgstr ""
1252
+
1253
+ #: lib/settings.php:271
1254
+ msgid "and"
1255
+ msgstr ""
1256
+
1257
+ #: lib/settings.php:271
1258
+ msgid "or"
1259
+ msgstr ""
1260
+
1261
+ #: lib/settings.php:272
1262
+ #: lib/settings.php:287
1263
+ #: lib/settings.php:350
1264
+ msgid "Version"
1265
+ msgstr ""
1266
+
1267
+ #: lib/settings.php:273
1268
+ msgid "Host Server"
1269
+ msgstr ""
1270
+
1271
+ #: lib/settings.php:283
1272
+ #: lib/settings.php:319
1273
+ #: lib/settings.php:329
1274
+ #: lib/settings.php:335
1275
+ #: lib/settings.php:350
1276
+ #: lib/settings.php:353
1277
+ #: lib/settings.php:397
1278
+ #: lib/settings.php:407
1279
+ #: lib/settings.php:418
1280
+ #: lib/settings.php:425
1281
+ #: lib/settings.php:434
1282
+ #: lib/settings.php:445
1283
+ msgid "unknown"
1284
+ msgstr ""
1285
+
1286
+ #: lib/settings.php:285
1287
+ msgid "Time Offset"
1288
+ msgstr ""
1289
+
1290
+ #: lib/settings.php:286
1291
+ msgid "hours"
1292
+ msgstr ""
1293
+
1294
+ #: lib/settings.php:288
1295
+ msgid "Safe Mode"
1296
+ msgstr ""
1297
+
1298
+ #: lib/settings.php:291
1299
+ #: lib/settings.php:300
1300
+ msgid "on"
1301
+ msgstr ""
1302
+
1303
+ #: lib/settings.php:293
1304
+ #: lib/settings.php:298
1305
+ msgid "off"
1306
+ msgstr ""
1307
+
1308
+ #: lib/settings.php:294
1309
+ msgid "File Open Restrictions"
1310
+ msgstr ""
1311
+
1312
+ #: lib/settings.php:304
1313
+ msgid "Memory Allocation"
1314
+ msgstr ""
1315
+
1316
+ #: lib/settings.php:322
1317
+ msgid "Memory Usage"
1318
+ msgstr ""
1319
+
1320
+ #: lib/settings.php:332
1321
+ msgid "Script Timeout Limit"
1322
+ msgstr ""
1323
+
1324
+ #: lib/settings.php:337
1325
+ msgid "Browser Capabilities File"
1326
+ msgstr ""
1327
+
1328
+ #: lib/settings.php:339
1329
+ msgid "not set"
1330
+ msgstr ""
1331
+
1332
+ #: lib/settings.php:343
1333
+ msgid "not installed"
1334
+ msgstr ""
1335
+
1336
+ #: lib/settings.php:344
1337
+ msgid "installed"
1338
+ msgstr ""
1339
+
1340
+ #: lib/settings.php:351
1341
+ msgid "Engine"
1342
+ msgstr ""
1343
+
1344
+ #: lib/settings.php:389
1345
+ msgid "Query Cache"
1346
+ msgstr ""
1347
+
1348
+ #: lib/settings.php:394
1349
+ #: lib/settings.php:404
1350
+ #: lib/settings.php:415
1351
+ msgid "disabled"
1352
+ msgstr ""
1353
+
1354
+ #: lib/settings.php:399
1355
+ msgid "Index (Key) Buffer"
1356
+ msgstr ""
1357
+
1358
+ #: lib/settings.php:410
1359
+ msgid "Read Buffer"
1360
+ msgstr ""
1361
+
1362
+ #: lib/settings.php:421
1363
+ msgid "Wait Timeout"
1364
+ msgstr ""
1365
+
1366
+ #: lib/settings.php:428
1367
+ msgid "Char Set/Collation"
1368
+ msgstr ""
1369
+
1370
+ #: lib/settings.php:437
1371
+ msgid "Timezone"
1372
+ msgstr ""
1373
+
1374
+ #: lib/settings.php:452
1375
+ msgid "Want to uninstall WassUp?"
1376
+ msgstr ""
1377
+
1378
+ #: lib/settings.php:453
1379
+ msgid ""
1380
+ "No problem. Before you deactivate this plugin, check the box below to "
1381
+ "cleanup any data that was collected by WassUp that could be left behind."
1382
+ msgstr ""
1383
+
1384
+ #: lib/settings.php:454
1385
+ msgid "Permanently remove WassUp data and settings from Wordpress"
1386
+ msgstr ""
1387
+
1388
+ #: lib/settings.php:456
1389
+ msgid ""
1390
+ "All WassUp data and settings will be DELETED upon deactivation of this plugin"
1391
+ msgstr ""
1392
+
1393
+ #: lib/settings.php:458
1394
+ msgid ""
1395
+ "This action cannot be undone. Before uninstalling WassUp, you should backup "
1396
+ "your Wordpress database first. WassUp data is stored in the table"
1397
+ msgstr ""
1398
+
1399
+ #: lib/settings.php:460
1400
+ msgid "To help improve this plugin, we would appreciate your feedback at"
1401
+ msgstr ""
1402
+
1403
+ #: lib/wassup.class.php:208
1404
+ msgid "Administrator"
1405
+ msgstr ""
1406
+
1407
+ #: lib/wassup.class.php:209
1408
+ msgid "Editor"
1409
+ msgstr ""
1410
+
1411
+ #: lib/wassup.class.php:210
1412
+ msgid "Author"
1413
+ msgstr ""
1414
+
1415
+ #: lib/wassup.class.php:215
1416
+ msgid "None - don't show chart"
1417
+ msgstr ""
1418
+
1419
+ #: lib/wassup.class.php:216
1420
+ msgid "One - 2 lines chart 1 axis"
1421
+ msgstr ""
1422
+
1423
+ #: lib/wassup.class.php:217
1424
+ msgid "Two - 2 lines chart 2 axes"
1425
+ msgstr ""
1426
+
1427
+ #: lib/wassup.class.php:231
1428
+ msgid "Everything"
1429
+ msgstr ""
1430
+
1431
+ #: lib/wassup.class.php:233
1432
+ msgid "No spider"
1433
+ msgstr ""
1434
+
1435
+ #: lib/wassup.class.php:235
1436
+ msgid "No Spam"
1437
+ msgstr ""
1438
+
1439
+ #: lib/wassup.class.php:236
1440
+ msgid "No Spam, No Spider"
1441
+ msgstr ""
1442
+
1443
+ #: lib/wassup.class.php:237
1444
+ msgid "Users logged in"
1445
+ msgstr ""
1446
+
1447
+ #: lib/wassup.class.php:238
1448
+ msgid "Comment authors"
1449
+ msgstr ""
1450
+
1451
+ #: lib/wassup.class.php:239
1452
+ msgid "Referrer from search engine"
1453
+ msgstr ""
1454
+
1455
+ #: lib/wassup.class.php:240
1456
+ msgid "Referrer from ext link"
1457
+ msgstr ""
1458
+
1459
+ #: lib/wassup.class.php:258
1460
+ msgid "Don't delete anything"
1461
+ msgstr ""
1462
+
1463
+ #: lib/wassup.class.php:268
1464
+ msgid "6 hours"
1465
+ msgstr ""
1466
+
1467
+ #: lib/wassup.class.php:270
1468
+ msgid "7 days"
1469
+ msgstr ""
1470
+
1471
+ #: lib/wassup.class.php:275
1472
+ msgid "all time"
1473
+ msgstr ""
language/fr_FR.mo CHANGED
Binary file
language/fr_FR.po CHANGED
@@ -8,14 +8,14 @@ msgstr ""
8
  "Project-Id-Version: PACKAGE VERSION\n"
9
  "Report-Msgid-Bugs-To: \n"
10
  "POT-Creation-Date: 2009-05-18 12:28+0100\n"
11
- "PO-Revision-Date: 2009-12-14 12:43+0000\n"
12
- "Last-Translator: Wellens Ludovic <Unknown>\n"
13
  "Language-Team: LANGUAGE <LL@li.org>\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
- "X-Launchpad-Export-Date: 2010-10-09 11:12+0000\n"
18
- "X-Generator: Launchpad (build Unknown)\n"
19
 
20
  #: wassup.php:3634
21
  msgid "default \"Visitors Online\""
@@ -272,7 +272,7 @@ msgstr "Enregistrer les spam renvoyés en attente"
272
  #: wassup.php:1190
273
  #: lib/settings.php:187
274
  msgid "Record admin break-in/hacker attempts"
275
- msgstr ""
276
 
277
  #: wassup.php:1191
278
  #: lib/settings.php:168
@@ -327,11 +327,11 @@ msgstr "Utilisateur enregistré"
327
 
328
  #: wassup.php:1270
329
  msgid "Spammer/Hacker"
330
- msgstr ""
331
 
332
  #: wassup.php:1272
333
  msgid "Spammer"
334
- msgstr ""
335
 
336
  #: wassup.php:1274
337
  msgid "Comment author"
@@ -344,7 +344,7 @@ msgstr "Flux"
344
  #: wassup.php:1278
345
  #: lib/wassup.class.php:232
346
  msgid "Spider"
347
- msgstr ""
348
 
349
  #: wassup.php:1280
350
  msgid "Regular visitor"
@@ -398,7 +398,7 @@ msgstr "Navigateur"
398
 
399
  #: wassup.php:1300
400
  msgid "Locale/Language"
401
- msgstr ""
402
 
403
  #: wassup.php:1303
404
  msgid "Screen Resolution"
@@ -615,7 +615,7 @@ msgstr "Erreur avec SHOW CREATE TABLE pour %s"
615
  #: wassup.php:3374
616
  #, php-format
617
  msgid "Error getting table structure of %s"
618
- msgstr "Erreur provenat de la structure de la table %s"
619
 
620
  #: wassup.php:3382
621
  #, php-format
@@ -630,6 +630,8 @@ msgstr "Fin du contenu de la table %s"
630
  #: wassup.php:3455
631
  msgid "If above timestamp is not current time, this page is cached"
632
  msgstr ""
 
 
633
 
634
  #: wassup.php:3486
635
  #: wassup.php:3740
@@ -685,7 +687,7 @@ msgstr "Titre"
685
 
686
  #: wassup.php:3637
687
  msgid "Stylesheet class for &lt;ul&gt; attribute"
688
- msgstr ""
689
 
690
  #: wassup.php:3642
691
  msgid "Number of characters to display from left"
@@ -801,7 +803,7 @@ msgstr "TOP OS"
801
 
802
  #: lib/action.php:364
803
  msgid "TOP LOCALE"
804
- msgstr ""
805
 
806
  #: lib/action.php:391
807
  msgid "TOP VISITOR"
@@ -830,7 +832,7 @@ msgstr "Précédent"
830
  #: lib/main.php:120
831
  #: lib/main.php:124
832
  msgid "It is necessary to specify the"
833
- msgstr "Il est nééessaire de spécifier le"
834
 
835
  #: lib/main.php:120
836
  msgid "number of pages"
@@ -858,7 +860,7 @@ msgstr "Dernieres 6 heures"
858
 
859
  #: lib/main.php:1185
860
  msgid "Last 7 Days"
861
- msgstr "Dernier 7 jours"
862
 
863
  #: lib/main.php:1192
864
  msgid "Last Month"
@@ -878,7 +880,7 @@ msgstr "Derniere année"
878
 
879
  #: lib/main.php:1217
880
  msgid "All Time"
881
- msgstr ""
882
 
883
  #: lib/main.php:1224
884
  msgid "Last 24 Hours"
@@ -1092,7 +1094,7 @@ msgstr "Enregistrer le\" logage\" des utilisateurs"
1092
 
1093
  #: lib/settings.php:177
1094
  msgid "Record logged in administrators"
1095
- msgstr "Enregistrer les administrateurs identifiés"
1096
 
1097
  #: lib/settings.php:178
1098
  msgid "Record spiders and bots"
@@ -1319,7 +1321,7 @@ msgstr "Inconnu"
1319
 
1320
  #: lib/settings.php:285
1321
  msgid "Time Offset"
1322
- msgstr ""
1323
 
1324
  #: lib/settings.php:286
1325
  msgid "hours"
@@ -1327,7 +1329,7 @@ msgstr "heure"
1327
 
1328
  #: lib/settings.php:288
1329
  msgid "Safe Mode"
1330
- msgstr ""
1331
 
1332
  #: lib/settings.php:291
1333
  #: lib/settings.php:300
@@ -1399,7 +1401,7 @@ msgstr "Attendre la fin de l'execution"
1399
 
1400
  #: lib/settings.php:428
1401
  msgid "Char Set/Collation"
1402
- msgstr ""
1403
 
1404
  #: lib/settings.php:437
1405
  msgid "Timezone"
@@ -1459,11 +1461,11 @@ msgstr "Rien - Ne pas afficher le graph"
1459
 
1460
  #: lib/wassup.class.php:216
1461
  msgid "One - 2 lines chart 1 axis"
1462
- msgstr ""
1463
 
1464
  #: lib/wassup.class.php:217
1465
  msgid "Two - 2 lines chart 2 axes"
1466
- msgstr ""
1467
 
1468
  #: lib/wassup.class.php:231
1469
  msgid "Everything"
@@ -1512,176 +1514,3 @@ msgstr "7 jours"
1512
  #: lib/wassup.class.php:275
1513
  msgid "all time"
1514
  msgstr "Tout"
1515
-
1516
- #~ msgid ""
1517
- #~ "WassUp has detected a problem with \"session.save_path\" setting in your "
1518
- #~ "Wordpress/PHP configuration. Statistics logging has been disabled as a "
1519
- #~ "result. To fix, go to admin menu, \"Wassup-->Options-->Manage Files & "
1520
- #~ "Database\" and modify \"Temporary files location folder\"."
1521
- #~ msgstr ""
1522
- #~ "Wassup a détécté un probleme avec le paramétrage de \"session.save_path\" "
1523
- #~ "dans votre configuration de Wordpress/PHP. Pour résoudre le problème allez "
1524
- #~ "dans le menu d'admin, \"Wassup-->Options-->Manage Files & Database\" and "
1525
- #~ "modify \"Temporary files location folder\"."
1526
-
1527
- #~ msgid ""
1528
- #~ "WassUp has detected a problem with \"session.save_path\" setting in your "
1529
- #~ "Wordpress/PHP configuration. Please fix by modifying \"Temporary files "
1530
- #~ "location folder\" in admin menu, \"Wassup-->Options-->Manage Files & "
1531
- #~ "Database\"."
1532
- #~ msgstr ""
1533
- #~ "Wassup a détécté un probleme avec le paramétrage de \"session.save_path\" "
1534
- #~ "dans votre configuration de Wordpress/PHP. Le probléme peut être résolu en "
1535
- #~ "modifiant \"Temporary files location folder\" dans le menu d'admin \"Wassup--"
1536
- #~ ">Options-->Manage Files & Database\"."
1537
-
1538
- #~ msgid "Hide the chart and site usage"
1539
- #~ msgstr "Caché le graphique et l'utilisation du site"
1540
-
1541
- #~ msgid "Show the chart and site usage"
1542
- #~ msgstr "Montrer le graphique et l'utilisation du site"
1543
-
1544
- #~ msgid "End Timestamp"
1545
- #~ msgstr "Horodatage de Fin"
1546
-
1547
- #~ msgid "What title for the widget (default \"Visitors Online\")"
1548
- #~ msgstr "Quel titre pur le widget (par défaut \"Visitors Online\")"
1549
-
1550
- #~ msgid "What style sheet class for &lt;ul&gt; attribute (default \"links\")"
1551
- #~ msgstr "Quelle CSS pour &lt;ul&gt; (défaut \"links\")"
1552
-
1553
- #~ msgid "How many characters left? (For template compatibility - default 18)"
1554
- #~ msgstr ""
1555
- #~ "Laisser combien de caractères? (18 par défaut pour la compatibilité des "
1556
- #~ "Templates)"
1557
-
1558
- #~ msgid "Check if you want to show logged-in online users (default Yes)"
1559
- #~ msgstr ""
1560
- #~ "Vérifier si vous voulez montrer les utilisateurs connectés (Oui par défaut)"
1561
-
1562
- #~ msgid "Check if you want to show comment-author online users (default Yes)"
1563
- #~ msgstr ""
1564
- #~ "Vérifier si vous voulez montrer les commentaires de l'auteur pour les "
1565
- #~ "utilisateurs en ligne (Oui par défaut)"
1566
-
1567
- #~ msgid "Check if you want to show some last search referers (default Yes)"
1568
- #~ msgstr ""
1569
- #~ "Vérifier si vous voulez montrer les dernières références de recherche (Oui "
1570
- #~ "par défaut)"
1571
-
1572
- #~ msgid "How many search referers want to show (default 5)"
1573
- #~ msgstr ""
1574
- #~ "Combien de références de recherche voulez vous montrer (5 par défaut)"
1575
-
1576
- #~ msgid "Check if you want to show some last external referers (default Yes)"
1577
- #~ msgstr ""
1578
- #~ "Vérifier si vous voulez montrer les dernières références extérieur (Oui par "
1579
- #~ "défaut)"
1580
-
1581
- #~ msgid "How many external referers want to show (default 5)"
1582
- #~ msgstr "Combien de références extérieur voulez vous montrer (5 par défaut)"
1583
-
1584
- #~ msgid ""
1585
- #~ "Check if you want to show top browsers (default No - enabling it could slow "
1586
- #~ "down blog)"
1587
- #~ msgstr ""
1588
- #~ "Vérifier si vous voulez montrer les navigateurs les plus utilisés (Non par "
1589
- #~ "défaut-activer peut ralentir votre blog)"
1590
-
1591
- #~ msgid "How many top browsers want to show (default 5)"
1592
- #~ msgstr ""
1593
- #~ "Combien de navigateurs les plus utilisés voulez vous afficher (5 par défaut)"
1594
-
1595
- #~ msgid ""
1596
- #~ "Check if you want to show top operating systems (default No - enabling it "
1597
- #~ "could slow down blog)"
1598
- #~ msgstr ""
1599
- #~ "Vérifier si vous voulez montrer les OS les plus utilisés (Non par défaut-"
1600
- #~ "activer peut ralentir votre blog)"
1601
-
1602
- #~ msgid "How many top operating systems want to show (default 5)"
1603
- #~ msgstr ""
1604
- #~ "Combien de navigateur les plus utilisés voulez vous afficher (5 par défaut)"
1605
-
1606
- #~ msgid "Visit Detail Settings"
1607
- #~ msgstr "Visitez les Paramétres Avancés"
1608
-
1609
- #~ msgid "Chart type - How many axes"
1610
- #~ msgstr "Type de Graphique - Combien d'axes"
1611
-
1612
- #~ msgid "users only"
1613
- #~ msgstr "utilisateurs seulement"
1614
-
1615
- #~ msgid "Enter requested URLs to exclude from recording"
1616
- #~ msgstr "Entrez les URL de requete à exclure de l'enregistrement"
1617
-
1618
- #~ msgid ""
1619
- #~ "comma separated value, don't put the entire url, only the last path or some "
1620
- #~ "word to exclude (ex: /category/wordpress, 2007, etc...)"
1621
- #~ msgstr ""
1622
- #~ "valeur séparé par des virgules, ne pas mettre l'URL en entier, seulement la "
1623
- #~ "fin du chemin ou quelques mots à exclure (ex: /category/wordpress, 2007, "
1624
- #~ "etc...)"
1625
-
1626
- #~ msgid "Temporary files location folder"
1627
- #~ msgstr "Localisation du dossier des Fichiers Temporaires"
1628
-
1629
- #~ msgid ""
1630
- #~ "Current \"Save path\" directory for storing temporary files used to track "
1631
- #~ "visitor activity"
1632
- #~ msgstr ""
1633
- #~ "Chemin actuel \"Save path\" pour stocker les fichiers temporaires utilisés "
1634
- #~ "pour traquer l'activité des visiteurs"
1635
-
1636
- #~ msgid ""
1637
- #~ "Directory does not exist or is not writable. Please enter a different path "
1638
- #~ "above or change \"session.save_path\" in \"php.ini\" to point to a valid, "
1639
- #~ "writable folder"
1640
- #~ msgstr ""
1641
- #~ "Le chemin n'existe pas ou n'est pas \"writable\". Merci de spécifier un "
1642
- #~ "chemin différent ou de changer \"session.save_path\" en \"php.ini\" pour "
1643
- #~ "pointer vers un dossier valide"
1644
-
1645
- #~ msgid ""
1646
- #~ "Note: To adjust, modify the directory shown in the box above or edit "
1647
- #~ "\"sessions.save_path\" in"
1648
- #~ msgstr ""
1649
- #~ "Note: Pour ajuster, modifier le chemin affiché dans lazone ci-dessous éditer "
1650
- #~ "\"sessions.save_path\" dans"
1651
-
1652
- #~ msgid "Use absolute directory paths only. This value is usually"
1653
- #~ msgstr ""
1654
- #~ "Utilisez des chemins absolus seulement. Cette valeur est habituellement"
1655
-
1656
- #~ msgid ""
1657
- #~ "All WassUp data and settings will be deleted upon deactivation of this plugin"
1658
- #~ msgstr ""
1659
- #~ "Toutes les données et les paramétres vont étre effacés à la déactivation de "
1660
- #~ "ce plugin"
1661
-
1662
- #~ msgid "Administrators"
1663
- #~ msgstr "Administrateurs"
1664
-
1665
- #~ msgid "Contributors"
1666
- #~ msgstr "Contributeurs"
1667
-
1668
- #~ msgid "Authors"
1669
- #~ msgstr "Auteurs"
1670
-
1671
- #~ msgid "One - two lines chart one axis"
1672
- #~ msgstr "Une - deux lignes de graphique un axe"
1673
-
1674
- #~ msgid "Two - two lines chart two axes"
1675
- #~ msgstr "Deux - deux lignes de graphique et deux axes"
1676
-
1677
- #~ msgid "Spiders"
1678
- #~ msgstr "Robots de crawle"
1679
-
1680
- #~ msgid "Referer from search engine"
1681
- #~ msgstr "Trafic issue des moteurs de recherche"
1682
-
1683
- #~ msgid "Referer from ext link"
1684
- #~ msgstr "Trafic issue de liens externes"
1685
-
1686
- #~ msgid "TOP REFERER"
1687
- #~ msgstr "TOP REFERENCE"
8
  "Project-Id-Version: PACKAGE VERSION\n"
9
  "Report-Msgid-Bugs-To: \n"
10
  "POT-Creation-Date: 2009-05-18 12:28+0100\n"
11
+ "PO-Revision-Date: 2012-02-25 16:11+0000\n"
12
+ "Last-Translator: Kevin DUQUENNE <postmaster@iced.fr>\n"
13
  "Language-Team: LANGUAGE <LL@li.org>\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Launchpad-Export-Date: 2014-01-12 09:52+0000\n"
18
+ "X-Generator: Launchpad (build 16890)\n"
19
 
20
  #: wassup.php:3634
21
  msgid "default \"Visitors Online\""
272
  #: wassup.php:1190
273
  #: lib/settings.php:187
274
  msgid "Record admin break-in/hacker attempts"
275
+ msgstr "Enregistrer les tentatives de bruteforce ou de piratage."
276
 
277
  #: wassup.php:1191
278
  #: lib/settings.php:168
327
 
328
  #: wassup.php:1270
329
  msgid "Spammer/Hacker"
330
+ msgstr "Spammeur/Hacker"
331
 
332
  #: wassup.php:1272
333
  msgid "Spammer"
334
+ msgstr "Spammeur"
335
 
336
  #: wassup.php:1274
337
  msgid "Comment author"
344
  #: wassup.php:1278
345
  #: lib/wassup.class.php:232
346
  msgid "Spider"
347
+ msgstr "Spider"
348
 
349
  #: wassup.php:1280
350
  msgid "Regular visitor"
398
 
399
  #: wassup.php:1300
400
  msgid "Locale/Language"
401
+ msgstr "Langage"
402
 
403
  #: wassup.php:1303
404
  msgid "Screen Resolution"
615
  #: wassup.php:3374
616
  #, php-format
617
  msgid "Error getting table structure of %s"
618
+ msgstr "Erreur provenant de la structure de la table %s"
619
 
620
  #: wassup.php:3382
621
  #, php-format
630
  #: wassup.php:3455
631
  msgid "If above timestamp is not current time, this page is cached"
632
  msgstr ""
633
+ "Si l'horodatage ne correspond pas à l'heure courante, cette page sera mise "
634
+ "en cache"
635
 
636
  #: wassup.php:3486
637
  #: wassup.php:3740
687
 
688
  #: wassup.php:3637
689
  msgid "Stylesheet class for &lt;ul&gt; attribute"
690
+ msgstr "Feuille de style classe pour &lt;ul&gt; attribute"
691
 
692
  #: wassup.php:3642
693
  msgid "Number of characters to display from left"
803
 
804
  #: lib/action.php:364
805
  msgid "TOP LOCALE"
806
+ msgstr "Top Langages"
807
 
808
  #: lib/action.php:391
809
  msgid "TOP VISITOR"
832
  #: lib/main.php:120
833
  #: lib/main.php:124
834
  msgid "It is necessary to specify the"
835
+ msgstr "Il est nécessaire de spécifier le"
836
 
837
  #: lib/main.php:120
838
  msgid "number of pages"
860
 
861
  #: lib/main.php:1185
862
  msgid "Last 7 Days"
863
+ msgstr "7 derniers jours"
864
 
865
  #: lib/main.php:1192
866
  msgid "Last Month"
880
 
881
  #: lib/main.php:1217
882
  msgid "All Time"
883
+ msgstr "Tout les temps"
884
 
885
  #: lib/main.php:1224
886
  msgid "Last 24 Hours"
1094
 
1095
  #: lib/settings.php:177
1096
  msgid "Record logged in administrators"
1097
+ msgstr "Enregistrer les connexions des administrateurs"
1098
 
1099
  #: lib/settings.php:178
1100
  msgid "Record spiders and bots"
1321
 
1322
  #: lib/settings.php:285
1323
  msgid "Time Offset"
1324
+ msgstr "Décalage horaire"
1325
 
1326
  #: lib/settings.php:286
1327
  msgid "hours"
1329
 
1330
  #: lib/settings.php:288
1331
  msgid "Safe Mode"
1332
+ msgstr "Mode sécurisé"
1333
 
1334
  #: lib/settings.php:291
1335
  #: lib/settings.php:300
1401
 
1402
  #: lib/settings.php:428
1403
  msgid "Char Set/Collation"
1404
+ msgstr "Jeu de caractères"
1405
 
1406
  #: lib/settings.php:437
1407
  msgid "Timezone"
1461
 
1462
  #: lib/wassup.class.php:216
1463
  msgid "One - 2 lines chart 1 axis"
1464
+ msgstr "Un - 2 lignes 1 axe"
1465
 
1466
  #: lib/wassup.class.php:217
1467
  msgid "Two - 2 lines chart 2 axes"
1468
+ msgstr "Deux - 2 lignes 2 axes"
1469
 
1470
  #: lib/wassup.class.php:231
1471
  msgid "Everything"
1514
  #: lib/wassup.class.php:275
1515
  msgid "all time"
1516
  msgstr "Tout"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
language/gl_GL.mo ADDED
Binary file
language/gl_GL.po ADDED
@@ -0,0 +1,1466 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Galician translation for wassup
2
+ # Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
3
+ # This file is distributed under the same license as the wassup package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: wassup\n"
9
+ "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
+ "POT-Creation-Date: 2009-05-18 12:28+0100\n"
11
+ "PO-Revision-Date: 2011-08-03 17:10+0000\n"
12
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
+ "Language-Team: Galician <gl@li.org>\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Launchpad-Export-Date: 2014-01-12 09:52+0000\n"
18
+ "X-Generator: Launchpad (build 16890)\n"
19
+
20
+ #: wassup.php:45
21
+ msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
22
+ msgstr ""
23
+
24
+ #: wassup.php:406
25
+ msgid "Hide Search"
26
+ msgstr ""
27
+
28
+ #: wassup.php:409
29
+ #: wassup.php:1209
30
+ #: wassup.php:1290
31
+ #: lib/action.php:183
32
+ msgid "Search"
33
+ msgstr ""
34
+
35
+ #: wassup.php:414
36
+ msgid "Hide TopTen"
37
+ msgstr ""
38
+
39
+ #: wassup.php:417
40
+ msgid "Show TopTen"
41
+ msgstr ""
42
+
43
+ #: wassup.php:423
44
+ msgid "Collapse All"
45
+ msgstr ""
46
+
47
+ #: wassup.php:426
48
+ #: wassup.php:761
49
+ #: wassup.php:857
50
+ #: wassup.php:1165
51
+ msgid "Expand All"
52
+ msgstr ""
53
+
54
+ #: wassup.php:431
55
+ msgid "Expand Cronology"
56
+ msgstr ""
57
+
58
+ #: wassup.php:434
59
+ msgid "Collapse Cronology"
60
+ msgstr ""
61
+
62
+ #: wassup.php:526
63
+ msgid "Visitor Details"
64
+ msgstr ""
65
+
66
+ #: wassup.php:529
67
+ msgid "Spy Visitors"
68
+ msgstr ""
69
+
70
+ #: wassup.php:529
71
+ #: wassup.php:861
72
+ msgid "SPY Visitors"
73
+ msgstr ""
74
+
75
+ #: wassup.php:530
76
+ #: wassup.php:759
77
+ msgid "Current Visitors Online"
78
+ msgstr ""
79
+
80
+ #: wassup.php:531
81
+ #: wassup.php:917
82
+ msgid "Options"
83
+ msgstr ""
84
+
85
+ #: wassup.php:629
86
+ #: wassup.php:654
87
+ msgid "Wassup options updated successfully"
88
+ msgstr ""
89
+
90
+ #: wassup.php:641
91
+ msgid "Wassup uninstall option updated successfully"
92
+ msgstr ""
93
+
94
+ #: wassup.php:649
95
+ msgid "Wassup spam options updated successfully"
96
+ msgstr ""
97
+
98
+ #: wassup.php:750
99
+ msgid "Warning"
100
+ msgstr ""
101
+
102
+ #: wassup.php:750
103
+ msgid "is NOT recording new statistics"
104
+ msgstr ""
105
+
106
+ #: wassup.php:750
107
+ msgid ""
108
+ "To collect data you must check \"Enable/Disable recording\" in \"Options: "
109
+ "Statistics Recording\" tab"
110
+ msgstr ""
111
+
112
+ #: wassup.php:760
113
+ #: wassup.php:862
114
+ msgid "Legend"
115
+ msgstr ""
116
+
117
+ #: wassup.php:760
118
+ #: wassup.php:862
119
+ msgid "Logged-in Users"
120
+ msgstr ""
121
+
122
+ #: wassup.php:760
123
+ #: wassup.php:862
124
+ msgid "Comments Authors"
125
+ msgstr ""
126
+
127
+ #: wassup.php:760
128
+ #: wassup.php:862
129
+ msgid "Spiders/bots"
130
+ msgstr ""
131
+
132
+ #: wassup.php:767
133
+ msgid "Visitors online"
134
+ msgstr ""
135
+
136
+ #: wassup.php:791
137
+ #: wassup.php:1319
138
+ #: lib/main.php:641
139
+ msgid "From your blog"
140
+ msgstr ""
141
+
142
+ #: wassup.php:794
143
+ #: wassup.php:1322
144
+ #: lib/main.php:644
145
+ msgid "Direct hit"
146
+ msgstr ""
147
+
148
+ #: wassup.php:814
149
+ #: wassup.php:1389
150
+ msgid "LOGGED IN USER"
151
+ msgstr ""
152
+
153
+ #: wassup.php:815
154
+ #: wassup.php:818
155
+ #: wassup.php:1405
156
+ msgid "COMMENT AUTHOR"
157
+ msgstr ""
158
+
159
+ #: wassup.php:864
160
+ msgid "Pause"
161
+ msgstr ""
162
+
163
+ #: wassup.php:865
164
+ msgid "Play"
165
+ msgstr ""
166
+
167
+ #: wassup.php:866
168
+ msgid "Spy items by"
169
+ msgstr ""
170
+
171
+ #: wassup.php:918
172
+ msgid ""
173
+ "You can add a sidebar Widget with some useful statistics information by "
174
+ "activating the"
175
+ msgstr ""
176
+
177
+ #: wassup.php:919
178
+ msgid "Wassup Widget in the Widgets menu option"
179
+ msgstr ""
180
+
181
+ #: wassup.php:927
182
+ msgid "Latest hits"
183
+ msgstr ""
184
+
185
+ #: wassup.php:929
186
+ msgid "WassUp recording is disabled"
187
+ msgstr ""
188
+
189
+ #: wassup.php:1041
190
+ msgid "records deleted"
191
+ msgstr ""
192
+
193
+ #: wassup.php:1102
194
+ msgid "hide chart"
195
+ msgstr ""
196
+
197
+ #: wassup.php:1102
198
+ msgid "Hide the chart"
199
+ msgstr ""
200
+
201
+ #: wassup.php:1105
202
+ msgid "show chart"
203
+ msgstr ""
204
+
205
+ #: wassup.php:1105
206
+ msgid "Show the chart"
207
+ msgstr ""
208
+
209
+ #: wassup.php:1115
210
+ msgid "Summary for the last"
211
+ msgstr ""
212
+
213
+ #: wassup.php:1122
214
+ msgid "Items per page"
215
+ msgstr ""
216
+
217
+ #: wassup.php:1132
218
+ msgid "Show items by"
219
+ msgstr ""
220
+
221
+ #: wassup.php:1151
222
+ msgid "Visits"
223
+ msgstr ""
224
+
225
+ #: wassup.php:1152
226
+ msgid "Pageviews"
227
+ msgstr ""
228
+
229
+ #: wassup.php:1153
230
+ msgid "Pages/Visits"
231
+ msgstr ""
232
+
233
+ #: wassup.php:1156
234
+ msgid "Spams"
235
+ msgstr ""
236
+
237
+ #: wassup.php:1166
238
+ msgid "Collapse Chronology"
239
+ msgstr ""
240
+
241
+ #: wassup.php:1185
242
+ msgid "Spam Options"
243
+ msgstr ""
244
+
245
+ #: wassup.php:1187
246
+ #: lib/settings.php:182
247
+ msgid "Enable/Disable Spam Check on Records"
248
+ msgstr ""
249
+
250
+ #: wassup.php:1188
251
+ #: lib/settings.php:185
252
+ msgid "Record Akismet comment spam attempts"
253
+ msgstr ""
254
+
255
+ #: wassup.php:1189
256
+ #: lib/settings.php:186
257
+ msgid "Record referrer spam attempts"
258
+ msgstr ""
259
+
260
+ #: wassup.php:1190
261
+ #: lib/settings.php:187
262
+ msgid "Record admin break-in/hacker attempts"
263
+ msgstr ""
264
+
265
+ #: wassup.php:1191
266
+ #: lib/settings.php:168
267
+ #: lib/settings.php:203
268
+ #: lib/settings.php:448
269
+ #: lib/settings.php:462
270
+ msgid "Save Settings"
271
+ msgstr ""
272
+
273
+ #: wassup.php:1200
274
+ msgid "Filter by marked IP"
275
+ msgstr ""
276
+
277
+ #: wassup.php:1200
278
+ msgid "show marked items"
279
+ msgstr ""
280
+
281
+ #: wassup.php:1203
282
+ msgid "Searched for"
283
+ msgstr ""
284
+
285
+ #: wassup.php:1205
286
+ msgid "Auto refresh in"
287
+ msgstr ""
288
+
289
+ #: wassup.php:1205
290
+ #: lib/settings.php:334
291
+ #: lib/settings.php:423
292
+ msgid "seconds"
293
+ msgstr ""
294
+
295
+ #: wassup.php:1209
296
+ msgid "Top Ten"
297
+ msgstr ""
298
+
299
+ #: wassup.php:1209
300
+ msgid "Show Top Ten"
301
+ msgstr ""
302
+
303
+ #: wassup.php:1263
304
+ #: lib/action.php:175
305
+ msgid "Raw data"
306
+ msgstr ""
307
+
308
+ #: wassup.php:1266
309
+ msgid "Visit type"
310
+ msgstr ""
311
+
312
+ #: wassup.php:1268
313
+ msgid "Logged-in user"
314
+ msgstr ""
315
+
316
+ #: wassup.php:1270
317
+ msgid "Spammer/Hacker"
318
+ msgstr ""
319
+
320
+ #: wassup.php:1272
321
+ msgid "Spammer"
322
+ msgstr ""
323
+
324
+ #: wassup.php:1274
325
+ msgid "Comment author"
326
+ msgstr ""
327
+
328
+ #: wassup.php:1276
329
+ msgid "Feed"
330
+ msgstr ""
331
+
332
+ #: wassup.php:1278
333
+ #: lib/wassup.class.php:232
334
+ msgid "Spider"
335
+ msgstr ""
336
+
337
+ #: wassup.php:1280
338
+ msgid "Regular visitor"
339
+ msgstr ""
340
+
341
+ #: wassup.php:1283
342
+ #: lib/action.php:178
343
+ msgid "IP"
344
+ msgstr ""
345
+
346
+ #: wassup.php:1284
347
+ #: wassup.php:1356
348
+ #: lib/action.php:179
349
+ msgid "Hostname"
350
+ msgstr ""
351
+
352
+ #: wassup.php:1285
353
+ msgid "Url Requested"
354
+ msgstr ""
355
+
356
+ #: wassup.php:1286
357
+ #: wassup.php:1361
358
+ #: lib/action.php:180
359
+ msgid "User Agent"
360
+ msgstr ""
361
+
362
+ #: wassup.php:1287
363
+ #: wassup.php:1356
364
+ #: lib/action.php:181
365
+ msgid "Referrer"
366
+ msgstr ""
367
+
368
+ #: wassup.php:1289
369
+ msgid "Search Engine"
370
+ msgstr ""
371
+
372
+ #: wassup.php:1291
373
+ msgid "Page"
374
+ msgstr ""
375
+
376
+ #: wassup.php:1294
377
+ #: wassup.php:1450
378
+ #: lib/action.php:186
379
+ msgid "OS"
380
+ msgstr ""
381
+
382
+ #: wassup.php:1297
383
+ #: lib/action.php:189
384
+ msgid "Browser"
385
+ msgstr ""
386
+
387
+ #: wassup.php:1300
388
+ msgid "Locale/Language"
389
+ msgstr ""
390
+
391
+ #: wassup.php:1303
392
+ msgid "Screen Resolution"
393
+ msgstr ""
394
+
395
+ #: wassup.php:1306
396
+ msgid "End timestamp"
397
+ msgstr ""
398
+
399
+ #: wassup.php:1332
400
+ #: wassup.php:1337
401
+ msgid "delete"
402
+ msgstr ""
403
+
404
+ #: wassup.php:1332
405
+ msgid "Delete ALL marked records with this IP"
406
+ msgstr ""
407
+
408
+ #: wassup.php:1334
409
+ msgid "unmark"
410
+ msgstr ""
411
+
412
+ #: wassup.php:1334
413
+ msgid "UnMark IP"
414
+ msgstr ""
415
+
416
+ #: wassup.php:1337
417
+ msgid "Delete this record"
418
+ msgstr ""
419
+
420
+ #: wassup.php:1339
421
+ msgid "mark"
422
+ msgstr ""
423
+
424
+ #: wassup.php:1339
425
+ msgid "Mark IP"
426
+ msgstr ""
427
+
428
+ #: wassup.php:1342
429
+ msgid "show raw table"
430
+ msgstr ""
431
+
432
+ #: wassup.php:1342
433
+ msgid "Show the items as raw table"
434
+ msgstr ""
435
+
436
+ #: wassup.php:1380
437
+ msgid "SEARCH ENGINE"
438
+ msgstr ""
439
+
440
+ #: wassup.php:1380
441
+ msgid "page"
442
+ msgstr ""
443
+
444
+ #: wassup.php:1381
445
+ msgid "KEYWORDS"
446
+ msgstr ""
447
+
448
+ #: wassup.php:1399
449
+ msgid "ADMINISTRATOR"
450
+ msgstr ""
451
+
452
+ #: wassup.php:1417
453
+ msgid "FEEDREADER"
454
+ msgstr ""
455
+
456
+ #: wassup.php:1419
457
+ msgid "SUBSCRIBER(S)"
458
+ msgstr ""
459
+
460
+ #: wassup.php:1424
461
+ msgid "SPIDER"
462
+ msgstr ""
463
+
464
+ #: wassup.php:1432
465
+ msgid "Probably SPAM!"
466
+ msgstr ""
467
+
468
+ #: wassup.php:1433
469
+ msgid "Referer Spam"
470
+ msgstr ""
471
+
472
+ #: wassup.php:1434
473
+ #: lib/wassup.class.php:234
474
+ msgid "Spam"
475
+ msgstr ""
476
+
477
+ #: wassup.php:1440
478
+ msgid "Probably hack attempt!"
479
+ msgstr ""
480
+
481
+ #: wassup.php:1448
482
+ #: lib/action.php:192
483
+ msgid "Language"
484
+ msgstr ""
485
+
486
+ #: wassup.php:1451
487
+ msgid "BROWSER"
488
+ msgstr ""
489
+
490
+ #: wassup.php:1453
491
+ msgid "RESOLUTION"
492
+ msgstr ""
493
+
494
+ #: wassup.php:1509
495
+ msgid "Graph of visitor hits"
496
+ msgstr ""
497
+
498
+ #: wassup.php:1511
499
+ msgid "Too few records to print chart"
500
+ msgstr ""
501
+
502
+ #: wassup.php:1527
503
+ msgid "Check the official"
504
+ msgstr ""
505
+
506
+ #: wassup.php:1527
507
+ msgid "page for updates, bug reports and your hints to improve it"
508
+ msgstr ""
509
+
510
+ #: wassup.php:1527
511
+ msgid "User Guide documentation"
512
+ msgstr ""
513
+
514
+ #: wassup.php:1528
515
+ msgid "Exec time"
516
+ msgstr ""
517
+
518
+ #: wassup.php:2349
519
+ msgid "WassUp Plugin table has reached maximum size!"
520
+ msgstr ""
521
+
522
+ #: wassup.php:2350
523
+ msgid "Hi"
524
+ msgstr ""
525
+
526
+ #: wassup.php:2350
527
+ msgid ""
528
+ "you have received this email because your WassUp Database table at your "
529
+ "Wordpress blog"
530
+ msgstr ""
531
+
532
+ #: wassup.php:2350
533
+ msgid "has reached the maximum value you set in the options menu"
534
+ msgstr ""
535
+
536
+ #: wassup.php:2351
537
+ msgid ""
538
+ "This is only a reminder, please take the actions you want in the WassUp "
539
+ "options menu"
540
+ msgstr ""
541
+
542
+ #: wassup.php:2351
543
+ msgid "This alert now will be removed and you will be able to set a new one"
544
+ msgstr ""
545
+
546
+ #: wassup.php:2352
547
+ msgid ""
548
+ "Thank you for using WassUp plugin. Check if there is a new version available "
549
+ "here:"
550
+ msgstr ""
551
+
552
+ #: wassup.php:2352
553
+ msgid "Have a nice day!"
554
+ msgstr ""
555
+
556
+ #: wassup.php:2480
557
+ msgid "Stats"
558
+ msgstr ""
559
+
560
+ #: wassup.php:2480
561
+ msgid "More"
562
+ msgstr ""
563
+
564
+ #: wassup.php:2482
565
+ #: wassup.php:3838
566
+ msgid "visitor stats chart"
567
+ msgstr ""
568
+
569
+ #: wassup.php:2672
570
+ msgid "encrypted search"
571
+ msgstr ""
572
+
573
+ #: wassup.php:3340
574
+ msgid "Error getting table details"
575
+ msgstr ""
576
+
577
+ #: wassup.php:3348
578
+ #, php-format
579
+ msgid "Delete any existing table %s"
580
+ msgstr ""
581
+
582
+ #: wassup.php:3359
583
+ #, php-format
584
+ msgid "Table structure of table %s"
585
+ msgstr ""
586
+
587
+ #: wassup.php:3367
588
+ #, php-format
589
+ msgid "Error with SHOW CREATE TABLE for %s."
590
+ msgstr ""
591
+
592
+ #: wassup.php:3374
593
+ #, php-format
594
+ msgid "Error getting table structure of %s"
595
+ msgstr ""
596
+
597
+ #: wassup.php:3382
598
+ #, php-format
599
+ msgid "Data contents of table %s"
600
+ msgstr ""
601
+
602
+ #: wassup.php:3443
603
+ #, php-format
604
+ msgid "End of data contents of table %s"
605
+ msgstr ""
606
+
607
+ #: wassup.php:3455
608
+ msgid "If above timestamp is not current time, this page is cached"
609
+ msgstr ""
610
+
611
+ #: wassup.php:3486
612
+ #: wassup.php:3740
613
+ msgid "No Data"
614
+ msgstr ""
615
+
616
+ #: wassup.php:3487
617
+ #: wassup.php:3568
618
+ #: wassup.php:3741
619
+ #: wassup.php:3814
620
+ msgid "powered by"
621
+ msgstr ""
622
+
623
+ #: wassup.php:3487
624
+ #: wassup.php:3568
625
+ #: wassup.php:3741
626
+ msgid "Real Time Visitors Tracking"
627
+ msgstr ""
628
+
629
+ #: wassup.php:3497
630
+ msgid "Last searched terms"
631
+ msgstr ""
632
+
633
+ #: wassup.php:3510
634
+ msgid "Last referers"
635
+ msgstr ""
636
+
637
+ #: wassup.php:3525
638
+ #: lib/settings.php:149
639
+ msgid "Top Browsers"
640
+ msgstr ""
641
+
642
+ #: wassup.php:3540
643
+ #: lib/settings.php:150
644
+ msgid "Top OS"
645
+ msgstr ""
646
+
647
+ #: wassup.php:3559
648
+ msgid "visitor(s) online"
649
+ msgstr ""
650
+
651
+ #: wassup.php:3562
652
+ msgid "logged-in user(s)"
653
+ msgstr ""
654
+
655
+ #: wassup.php:3566
656
+ msgid "comment author(s)"
657
+ msgstr ""
658
+
659
+ #: wassup.php:3632
660
+ msgid "Title"
661
+ msgstr ""
662
+
663
+ #: wassup.php:3634
664
+ msgid "default \"Visitors Online\""
665
+ msgstr ""
666
+
667
+ #: wassup.php:3637
668
+ msgid "Stylesheet class for &lt;ul&gt; attribute"
669
+ msgstr ""
670
+
671
+ #: wassup.php:3639
672
+ msgid "default \"links\""
673
+ msgstr ""
674
+
675
+ #: wassup.php:3642
676
+ msgid "Number of characters to display from left"
677
+ msgstr ""
678
+
679
+ #: wassup.php:3644
680
+ msgid "For template compatibility - default 18"
681
+ msgstr ""
682
+
683
+ #: wassup.php:3649
684
+ msgid "Show number of logged-in users online"
685
+ msgstr ""
686
+
687
+ #: wassup.php:3650
688
+ msgid "Stats recording must be enabled in WassUp options"
689
+ msgstr ""
690
+
691
+ #: wassup.php:3651
692
+ #: wassup.php:3657
693
+ #: wassup.php:3663
694
+ #: wassup.php:3675
695
+ msgid "default Yes"
696
+ msgstr ""
697
+
698
+ #: wassup.php:3656
699
+ msgid "Show number of comment authors online"
700
+ msgstr ""
701
+
702
+ #: wassup.php:3662
703
+ msgid "Show latest searches"
704
+ msgstr ""
705
+
706
+ #: wassup.php:3666
707
+ msgid "How many searches?"
708
+ msgstr ""
709
+
710
+ #: wassup.php:3668
711
+ #: wassup.php:3680
712
+ #: wassup.php:3692
713
+ #: wassup.php:3704
714
+ msgid "default 5"
715
+ msgstr ""
716
+
717
+ #: wassup.php:3674
718
+ msgid "Show latest external referrers"
719
+ msgstr ""
720
+
721
+ #: wassup.php:3678
722
+ msgid "How many referrers?"
723
+ msgstr ""
724
+
725
+ #: wassup.php:3686
726
+ msgid "Show top browsers"
727
+ msgstr ""
728
+
729
+ #: wassup.php:3686
730
+ #: wassup.php:3698
731
+ msgid "default No"
732
+ msgstr ""
733
+
734
+ #: wassup.php:3687
735
+ #: wassup.php:3699
736
+ msgid "Enabling it could slow down blog)"
737
+ msgstr ""
738
+
739
+ #: wassup.php:3690
740
+ msgid "How many browsers?"
741
+ msgstr ""
742
+
743
+ #: wassup.php:3698
744
+ msgid "Show top operating systems"
745
+ msgstr ""
746
+
747
+ #: wassup.php:3702
748
+ msgid "How many operating systems?"
749
+ msgstr ""
750
+
751
+ #: wassup.php:3713
752
+ msgid "Wassup Widget"
753
+ msgstr ""
754
+
755
+ #: wassup.php:3839
756
+ msgid "More Stats"
757
+ msgstr ""
758
+
759
+ #: lib/action.php:125
760
+ msgid "ERROR: file not found"
761
+ msgstr ""
762
+
763
+ #: lib/action.php:143
764
+ msgid "ERROR: bad date"
765
+ msgstr ""
766
+
767
+ #: lib/action.php:257
768
+ msgid "TOP QUERY"
769
+ msgstr ""
770
+
771
+ #: lib/action.php:276
772
+ msgid "TOP REFERRER"
773
+ msgstr ""
774
+
775
+ #: lib/action.php:302
776
+ msgid "TOP REQUEST"
777
+ msgstr ""
778
+
779
+ #: lib/action.php:323
780
+ msgid "TOP BROWSER"
781
+ msgstr ""
782
+
783
+ #: lib/action.php:343
784
+ msgid "TOP OS"
785
+ msgstr ""
786
+
787
+ #: lib/action.php:364
788
+ msgid "TOP LOCALE"
789
+ msgstr ""
790
+
791
+ #: lib/action.php:391
792
+ msgid "TOP VISITOR"
793
+ msgstr ""
794
+
795
+ #: lib/action.php:409
796
+ msgid "This top ten doesn't include Spam records"
797
+ msgstr ""
798
+
799
+ #: lib/action.php:414
800
+ msgid "ERROR: Missing or unknown parameters"
801
+ msgstr ""
802
+
803
+ #: lib/action.php:423
804
+ msgid "ERROR: Nothing to do here"
805
+ msgstr ""
806
+
807
+ #: lib/main.php:85
808
+ msgid "Next"
809
+ msgstr ""
810
+
811
+ #: lib/main.php:87
812
+ msgid "Previous"
813
+ msgstr ""
814
+
815
+ #: lib/main.php:120
816
+ #: lib/main.php:124
817
+ msgid "It is necessary to specify the"
818
+ msgstr ""
819
+
820
+ #: lib/main.php:120
821
+ msgid "number of pages"
822
+ msgstr ""
823
+
824
+ #: lib/main.php:124
825
+ msgid "limit of items"
826
+ msgstr ""
827
+
828
+ #: lib/main.php:124
829
+ msgid "to show per page"
830
+ msgstr ""
831
+
832
+ #: lib/main.php:209
833
+ msgid "Pages"
834
+ msgstr ""
835
+
836
+ #: lib/main.php:777
837
+ msgid "No visitor activity"
838
+ msgstr ""
839
+
840
+ #: lib/main.php:1179
841
+ msgid "Last 6 Hours"
842
+ msgstr ""
843
+
844
+ #: lib/main.php:1185
845
+ msgid "Last 7 Days"
846
+ msgstr ""
847
+
848
+ #: lib/main.php:1192
849
+ msgid "Last Month"
850
+ msgstr ""
851
+
852
+ #: lib/main.php:1199
853
+ msgid "Last 3 Months"
854
+ msgstr ""
855
+
856
+ #: lib/main.php:1205
857
+ msgid "Last 6 Months"
858
+ msgstr ""
859
+
860
+ #: lib/main.php:1211
861
+ msgid "Last Year"
862
+ msgstr ""
863
+
864
+ #: lib/main.php:1217
865
+ msgid "All Time"
866
+ msgstr ""
867
+
868
+ #: lib/main.php:1224
869
+ msgid "Last 24 Hours"
870
+ msgstr ""
871
+
872
+ #: lib/settings.php:31
873
+ msgid ""
874
+ "ATTENTION! Your WassUp table have reached the maximum value you set, I "
875
+ "disabled the alert, you can re-enable it here."
876
+ msgstr ""
877
+
878
+ #: lib/settings.php:55
879
+ msgid "Select the options you want for the WassUp plugin"
880
+ msgstr ""
881
+
882
+ #: lib/settings.php:62
883
+ msgid "General Setup"
884
+ msgstr ""
885
+
886
+ #: lib/settings.php:63
887
+ msgid "Statistics Recording"
888
+ msgstr ""
889
+
890
+ #: lib/settings.php:64
891
+ msgid "Manage Files & Database"
892
+ msgstr ""
893
+
894
+ #: lib/settings.php:65
895
+ msgid "Uninstall"
896
+ msgstr ""
897
+
898
+ #: lib/settings.php:69
899
+ msgid "Your default screen resolution (browser width)"
900
+ msgstr ""
901
+
902
+ #: lib/settings.php:70
903
+ msgid "Default screen resolution (in pixels)"
904
+ msgstr ""
905
+
906
+ #: lib/settings.php:75
907
+ msgid ""
908
+ "Set minimum users level which can view and manage WassUp plugin (default "
909
+ "Administrators)"
910
+ msgstr ""
911
+
912
+ #: lib/settings.php:80
913
+ msgid "Dashboard Settings"
914
+ msgstr ""
915
+
916
+ #: lib/settings.php:81
917
+ msgid "Display small chart in the dashboard"
918
+ msgstr ""
919
+
920
+ #: lib/settings.php:84
921
+ msgid "GEO IP Map (Spy view)"
922
+ msgstr ""
923
+
924
+ #: lib/settings.php:89
925
+ msgid "Display a GEO IP Map in the spy visitors view"
926
+ msgstr ""
927
+
928
+ #: lib/settings.php:97
929
+ #: lib/settings.php:456
930
+ msgid "WARNING"
931
+ msgstr ""
932
+
933
+ #: lib/settings.php:97
934
+ msgid "Activation problem >> Error code"
935
+ msgstr ""
936
+
937
+ #: lib/settings.php:105
938
+ msgid "key"
939
+ msgstr ""
940
+
941
+ #: lib/settings.php:105
942
+ msgid "signup for your key"
943
+ msgstr ""
944
+
945
+ #: lib/settings.php:108
946
+ msgid "Geo IP Map requires"
947
+ msgstr ""
948
+
949
+ #: lib/settings.php:108
950
+ msgid "Please install it to be able to activate this feature"
951
+ msgstr ""
952
+
953
+ #: lib/settings.php:112
954
+ msgid "Time format"
955
+ msgstr ""
956
+
957
+ #: lib/settings.php:113
958
+ msgid "Time format 12/24 hour"
959
+ msgstr ""
960
+
961
+ #: lib/settings.php:116
962
+ msgid "Visitor Detail Settings"
963
+ msgstr ""
964
+
965
+ #: lib/settings.php:117
966
+ msgid "Show chart type - How many axes"
967
+ msgstr ""
968
+
969
+ #: lib/settings.php:123
970
+ msgid "Set how many minutes wait for automatic page refresh"
971
+ msgstr ""
972
+
973
+ #: lib/settings.php:123
974
+ msgid "Current Visitors Online and Visitors Details"
975
+ msgstr ""
976
+
977
+ #: lib/settings.php:124
978
+ msgid "refresh minutes (default 3)"
979
+ msgstr ""
980
+
981
+ #: lib/settings.php:126
982
+ msgid "Show visitor details for"
983
+ msgstr ""
984
+
985
+ #: lib/settings.php:131
986
+ msgid "Number of items per page"
987
+ msgstr ""
988
+
989
+ #: lib/settings.php:140
990
+ msgid "Customize Top Ten List"
991
+ msgstr ""
992
+
993
+ #: lib/settings.php:141
994
+ msgid "Choose one or more items for your Top Ten list"
995
+ msgstr ""
996
+
997
+ #: lib/settings.php:141
998
+ msgid "over 5 selections may cause horizontal scrolling"
999
+ msgstr ""
1000
+
1001
+ #: lib/settings.php:144
1002
+ msgid "Top Searches"
1003
+ msgstr ""
1004
+
1005
+ #: lib/settings.php:145
1006
+ msgid "Top Referrers"
1007
+ msgstr ""
1008
+
1009
+ #: lib/settings.php:146
1010
+ msgid "Top Requests"
1011
+ msgstr ""
1012
+
1013
+ #: lib/settings.php:151
1014
+ msgid "Top Locales"
1015
+ msgstr ""
1016
+
1017
+ #: lib/settings.php:154
1018
+ msgid "Top Visitors"
1019
+ msgstr ""
1020
+
1021
+ #: lib/settings.php:156
1022
+ msgid "Top Feeds"
1023
+ msgstr ""
1024
+
1025
+ #: lib/settings.php:157
1026
+ msgid "Top Crawlers"
1027
+ msgstr ""
1028
+
1029
+ #: lib/settings.php:161
1030
+ msgid "Websites/domains to exclude from top referrers"
1031
+ msgstr ""
1032
+
1033
+ #: lib/settings.php:164
1034
+ msgid "Comma separated value"
1035
+ msgstr ""
1036
+
1037
+ #: lib/settings.php:165
1038
+ msgid "Don't list your website domain defined in WordPress"
1039
+ msgstr ""
1040
+
1041
+ #: lib/settings.php:168
1042
+ #: lib/settings.php:203
1043
+ #: lib/settings.php:448
1044
+ #: lib/settings.php:462
1045
+ msgid "Reset"
1046
+ msgstr ""
1047
+
1048
+ #: lib/settings.php:168
1049
+ #: lib/settings.php:203
1050
+ #: lib/settings.php:448
1051
+ #: lib/settings.php:462
1052
+ msgid "Reset to Default Settings"
1053
+ msgstr ""
1054
+
1055
+ #: lib/settings.php:172
1056
+ msgid "Statistics Recording Settings"
1057
+ msgstr ""
1058
+
1059
+ #: lib/settings.php:173
1060
+ msgid "Enable/Disable Recording"
1061
+ msgstr ""
1062
+
1063
+ #: lib/settings.php:174
1064
+ msgid "Checkbox to record statistics for each type of \"visitor\""
1065
+ msgstr ""
1066
+
1067
+ #: lib/settings.php:176
1068
+ msgid "Record logged in users"
1069
+ msgstr ""
1070
+
1071
+ #: lib/settings.php:177
1072
+ msgid "Record logged in administrators"
1073
+ msgstr ""
1074
+
1075
+ #: lib/settings.php:178
1076
+ msgid "Record spiders and bots"
1077
+ msgstr ""
1078
+
1079
+ #: lib/settings.php:179
1080
+ msgid "Record attack/exploit attempts (libwww-perl agent)"
1081
+ msgstr ""
1082
+
1083
+ #: lib/settings.php:183
1084
+ msgid "Checkbox to record statistics for each type of \"spam\""
1085
+ msgstr ""
1086
+
1087
+ #: lib/settings.php:185
1088
+ msgid "check if an IP has previous comments as spam"
1089
+ msgstr ""
1090
+
1091
+ #: lib/settings.php:191
1092
+ msgid "Statistics Recording Exceptions"
1093
+ msgstr ""
1094
+
1095
+ #: lib/settings.php:193
1096
+ msgid "Sites"
1097
+ msgstr ""
1098
+
1099
+ #: lib/settings.php:193
1100
+ msgid "Enter source IPs to exclude from recording"
1101
+ msgstr ""
1102
+
1103
+ #: lib/settings.php:195
1104
+ msgid "comma separated value (ex: 127.0.0.1, 10.0.0.1, etc...)"
1105
+ msgstr ""
1106
+
1107
+ #: lib/settings.php:197
1108
+ msgid "Users"
1109
+ msgstr ""
1110
+
1111
+ #: lib/settings.php:197
1112
+ msgid "Enter usernames to exclude from recording"
1113
+ msgstr ""
1114
+
1115
+ #: lib/settings.php:199
1116
+ msgid ""
1117
+ "comma separated value, enter a registered user's login name (ex: bobmarley, "
1118
+ "enyabrennan, etc.)"
1119
+ msgstr ""
1120
+
1121
+ #: lib/settings.php:200
1122
+ msgid "Posts/pages"
1123
+ msgstr ""
1124
+
1125
+ #: lib/settings.php:200
1126
+ msgid "enter requested URLs to exclude from recording"
1127
+ msgstr ""
1128
+
1129
+ #: lib/settings.php:202
1130
+ msgid ""
1131
+ "comma separated value, don't enter entire url, only the last path or some "
1132
+ "word to exclude (ex: /category/wordpress, 2007, etc...)"
1133
+ msgstr ""
1134
+
1135
+ #: lib/settings.php:231
1136
+ #: lib/settings.php:233
1137
+ msgid "Rescan Old Records"
1138
+ msgstr ""
1139
+
1140
+ #: lib/settings.php:232
1141
+ msgid ""
1142
+ "Statistical records collected by earlier versions of WassUp may not have the "
1143
+ "latest spider, search engine, and spam data properly identified. Click the "
1144
+ "\"Rescan\" button to retroactively scan and update old records"
1145
+ msgstr ""
1146
+
1147
+ #: lib/settings.php:236
1148
+ msgid "Select actions for table growth"
1149
+ msgstr ""
1150
+
1151
+ #: lib/settings.php:237
1152
+ msgid ""
1153
+ "WassUp table grows very fast (especially if your blog is frequently "
1154
+ "visited), I recommend you to delete old records sometimes. You can select "
1155
+ "any option below to reset it, delete old records automatically or manually. "
1156
+ "(If you haven't database space problems you can leave the table as is)"
1157
+ msgstr ""
1158
+
1159
+ #: lib/settings.php:238
1160
+ msgid "Current WassUp table usage is"
1161
+ msgstr ""
1162
+
1163
+ #: lib/settings.php:244
1164
+ msgid "records"
1165
+ msgstr ""
1166
+
1167
+ #: lib/settings.php:247
1168
+ msgid "Alert me"
1169
+ msgstr ""
1170
+
1171
+ #: lib/settings.php:247
1172
+ msgid "email to"
1173
+ msgstr ""
1174
+
1175
+ #: lib/settings.php:247
1176
+ msgid "when table reaches"
1177
+ msgstr ""
1178
+
1179
+ #: lib/settings.php:249
1180
+ msgid "Empty table"
1181
+ msgstr ""
1182
+
1183
+ #: lib/settings.php:250
1184
+ msgid "export table in SQL format"
1185
+ msgstr ""
1186
+
1187
+ #: lib/settings.php:252
1188
+ msgid "backup table to server file"
1189
+ msgstr ""
1190
+
1191
+ #: lib/settings.php:254
1192
+ msgid "Automatically delete records older than:"
1193
+ msgstr ""
1194
+
1195
+ #: lib/settings.php:258
1196
+ msgid "Delete NOW records older than:"
1197
+ msgstr ""
1198
+
1199
+ #: lib/settings.php:260
1200
+ msgid "Action is NOT undoable"
1201
+ msgstr ""
1202
+
1203
+ #: lib/settings.php:261
1204
+ #: lib/wassup.class.php:259
1205
+ #: lib/wassup.class.php:269
1206
+ msgid "24 hours"
1207
+ msgstr ""
1208
+
1209
+ #: lib/settings.php:262
1210
+ #: lib/wassup.class.php:260
1211
+ msgid "1 week"
1212
+ msgstr ""
1213
+
1214
+ #: lib/settings.php:263
1215
+ #: lib/wassup.class.php:261
1216
+ #: lib/wassup.class.php:271
1217
+ msgid "1 month"
1218
+ msgstr ""
1219
+
1220
+ #: lib/settings.php:264
1221
+ #: lib/wassup.class.php:262
1222
+ #: lib/wassup.class.php:272
1223
+ msgid "3 months"
1224
+ msgstr ""
1225
+
1226
+ #: lib/settings.php:265
1227
+ #: lib/wassup.class.php:263
1228
+ #: lib/wassup.class.php:273
1229
+ msgid "6 months"
1230
+ msgstr ""
1231
+
1232
+ #: lib/settings.php:266
1233
+ #: lib/wassup.class.php:264
1234
+ #: lib/wassup.class.php:274
1235
+ msgid "1 year"
1236
+ msgstr ""
1237
+
1238
+ #: lib/settings.php:270
1239
+ msgid "Server Settings and Memory Resources"
1240
+ msgstr ""
1241
+
1242
+ #: lib/settings.php:271
1243
+ msgid "For information only. Some values may be adjustable in startup files"
1244
+ msgstr ""
1245
+
1246
+ #: lib/settings.php:271
1247
+ msgid "and"
1248
+ msgstr ""
1249
+
1250
+ #: lib/settings.php:271
1251
+ msgid "or"
1252
+ msgstr ""
1253
+
1254
+ #: lib/settings.php:272
1255
+ #: lib/settings.php:287
1256
+ #: lib/settings.php:350
1257
+ msgid "Version"
1258
+ msgstr ""
1259
+
1260
+ #: lib/settings.php:273
1261
+ msgid "Host Server"
1262
+ msgstr ""
1263
+
1264
+ #: lib/settings.php:283
1265
+ #: lib/settings.php:319
1266
+ #: lib/settings.php:329
1267
+ #: lib/settings.php:335
1268
+ #: lib/settings.php:350
1269
+ #: lib/settings.php:353
1270
+ #: lib/settings.php:397
1271
+ #: lib/settings.php:407
1272
+ #: lib/settings.php:418
1273
+ #: lib/settings.php:425
1274
+ #: lib/settings.php:434
1275
+ #: lib/settings.php:445
1276
+ msgid "unknown"
1277
+ msgstr ""
1278
+
1279
+ #: lib/settings.php:285
1280
+ msgid "Time Offset"
1281
+ msgstr ""
1282
+
1283
+ #: lib/settings.php:286
1284
+ msgid "hours"
1285
+ msgstr ""
1286
+
1287
+ #: lib/settings.php:288
1288
+ msgid "Safe Mode"
1289
+ msgstr ""
1290
+
1291
+ #: lib/settings.php:291
1292
+ #: lib/settings.php:300
1293
+ msgid "on"
1294
+ msgstr ""
1295
+
1296
+ #: lib/settings.php:293
1297
+ #: lib/settings.php:298
1298
+ msgid "off"
1299
+ msgstr ""
1300
+
1301
+ #: lib/settings.php:294
1302
+ msgid "File Open Restrictions"
1303
+ msgstr ""
1304
+
1305
+ #: lib/settings.php:304
1306
+ msgid "Memory Allocation"
1307
+ msgstr ""
1308
+
1309
+ #: lib/settings.php:322
1310
+ msgid "Memory Usage"
1311
+ msgstr ""
1312
+
1313
+ #: lib/settings.php:332
1314
+ msgid "Script Timeout Limit"
1315
+ msgstr ""
1316
+
1317
+ #: lib/settings.php:337
1318
+ msgid "Browser Capabilities File"
1319
+ msgstr ""
1320
+
1321
+ #: lib/settings.php:339
1322
+ msgid "not set"
1323
+ msgstr ""
1324
+
1325
+ #: lib/settings.php:343
1326
+ msgid "not installed"
1327
+ msgstr ""
1328
+
1329
+ #: lib/settings.php:344
1330
+ msgid "installed"
1331
+ msgstr ""
1332
+
1333
+ #: lib/settings.php:351
1334
+ msgid "Engine"
1335
+ msgstr ""
1336
+
1337
+ #: lib/settings.php:389
1338
+ msgid "Query Cache"
1339
+ msgstr ""
1340
+
1341
+ #: lib/settings.php:394
1342
+ #: lib/settings.php:404
1343
+ #: lib/settings.php:415
1344
+ msgid "disabled"
1345
+ msgstr ""
1346
+
1347
+ #: lib/settings.php:399
1348
+ msgid "Index (Key) Buffer"
1349
+ msgstr ""
1350
+
1351
+ #: lib/settings.php:410
1352
+ msgid "Read Buffer"
1353
+ msgstr ""
1354
+
1355
+ #: lib/settings.php:421
1356
+ msgid "Wait Timeout"
1357
+ msgstr ""
1358
+
1359
+ #: lib/settings.php:428
1360
+ msgid "Char Set/Collation"
1361
+ msgstr ""
1362
+
1363
+ #: lib/settings.php:437
1364
+ msgid "Timezone"
1365
+ msgstr ""
1366
+
1367
+ #: lib/settings.php:452
1368
+ msgid "Want to uninstall WassUp?"
1369
+ msgstr ""
1370
+
1371
+ #: lib/settings.php:453
1372
+ msgid ""
1373
+ "No problem. Before you deactivate this plugin, check the box below to "
1374
+ "cleanup any data that was collected by WassUp that could be left behind."
1375
+ msgstr ""
1376
+
1377
+ #: lib/settings.php:454
1378
+ msgid "Permanently remove WassUp data and settings from Wordpress"
1379
+ msgstr ""
1380
+
1381
+ #: lib/settings.php:456
1382
+ msgid ""
1383
+ "All WassUp data and settings will be DELETED upon deactivation of this plugin"
1384
+ msgstr ""
1385
+
1386
+ #: lib/settings.php:458
1387
+ msgid ""
1388
+ "This action cannot be undone. Before uninstalling WassUp, you should backup "
1389
+ "your Wordpress database first. WassUp data is stored in the table"
1390
+ msgstr ""
1391
+
1392
+ #: lib/settings.php:460
1393
+ msgid "To help improve this plugin, we would appreciate your feedback at"
1394
+ msgstr ""
1395
+
1396
+ #: lib/wassup.class.php:208
1397
+ msgid "Administrator"
1398
+ msgstr ""
1399
+
1400
+ #: lib/wassup.class.php:209
1401
+ msgid "Editor"
1402
+ msgstr ""
1403
+
1404
+ #: lib/wassup.class.php:210
1405
+ msgid "Author"
1406
+ msgstr ""
1407
+
1408
+ #: lib/wassup.class.php:215
1409
+ msgid "None - don't show chart"
1410
+ msgstr ""
1411
+
1412
+ #: lib/wassup.class.php:216
1413
+ msgid "One - 2 lines chart 1 axis"
1414
+ msgstr ""
1415
+
1416
+ #: lib/wassup.class.php:217
1417
+ msgid "Two - 2 lines chart 2 axes"
1418
+ msgstr ""
1419
+
1420
+ #: lib/wassup.class.php:231
1421
+ msgid "Everything"
1422
+ msgstr ""
1423
+
1424
+ #: lib/wassup.class.php:233
1425
+ msgid "No spider"
1426
+ msgstr ""
1427
+
1428
+ #: lib/wassup.class.php:235
1429
+ msgid "No Spam"
1430
+ msgstr ""
1431
+
1432
+ #: lib/wassup.class.php:236
1433
+ msgid "No Spam, No Spider"
1434
+ msgstr ""
1435
+
1436
+ #: lib/wassup.class.php:237
1437
+ msgid "Users logged in"
1438
+ msgstr ""
1439
+
1440
+ #: lib/wassup.class.php:238
1441
+ msgid "Comment authors"
1442
+ msgstr ""
1443
+
1444
+ #: lib/wassup.class.php:239
1445
+ msgid "Referrer from search engine"
1446
+ msgstr ""
1447
+
1448
+ #: lib/wassup.class.php:240
1449
+ msgid "Referrer from ext link"
1450
+ msgstr ""
1451
+
1452
+ #: lib/wassup.class.php:258
1453
+ msgid "Don't delete anything"
1454
+ msgstr ""
1455
+
1456
+ #: lib/wassup.class.php:268
1457
+ msgid "6 hours"
1458
+ msgstr ""
1459
+
1460
+ #: lib/wassup.class.php:270
1461
+ msgid "7 days"
1462
+ msgstr ""
1463
+
1464
+ #: lib/wassup.class.php:275
1465
+ msgid "all time"
1466
+ msgstr ""
language/gu_GU.mo ADDED
Binary file
language/gu_GU.po ADDED
@@ -0,0 +1,1466 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Gujarati translation for wassup
2
+ # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
3
+ # This file is distributed under the same license as the wassup package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: wassup\n"
9
+ "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
+ "POT-Creation-Date: 2009-05-18 12:28+0100\n"
11
+ "PO-Revision-Date: 2012-06-18 08:21+0000\n"
12
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
+ "Language-Team: Gujarati <gu@li.org>\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Launchpad-Export-Date: 2014-01-12 09:52+0000\n"
18
+ "X-Generator: Launchpad (build 16890)\n"
19
+
20
+ #: wassup.php:45
21
+ msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
22
+ msgstr ""
23
+
24
+ #: wassup.php:406
25
+ msgid "Hide Search"
26
+ msgstr ""
27
+
28
+ #: wassup.php:409
29
+ #: wassup.php:1209
30
+ #: wassup.php:1290
31
+ #: lib/action.php:183
32
+ msgid "Search"
33
+ msgstr ""
34
+
35
+ #: wassup.php:414
36
+ msgid "Hide TopTen"
37
+ msgstr ""
38
+
39
+ #: wassup.php:417
40
+ msgid "Show TopTen"
41
+ msgstr ""
42
+
43
+ #: wassup.php:423
44
+ msgid "Collapse All"
45
+ msgstr ""
46
+
47
+ #: wassup.php:426
48
+ #: wassup.php:761
49
+ #: wassup.php:857
50
+ #: wassup.php:1165
51
+ msgid "Expand All"
52
+ msgstr ""
53
+
54
+ #: wassup.php:431
55
+ msgid "Expand Cronology"
56
+ msgstr ""
57
+
58
+ #: wassup.php:434
59
+ msgid "Collapse Cronology"
60
+ msgstr ""
61
+
62
+ #: wassup.php:526
63
+ msgid "Visitor Details"
64
+ msgstr ""
65
+
66
+ #: wassup.php:529
67
+ msgid "Spy Visitors"
68
+ msgstr ""
69
+
70
+ #: wassup.php:529
71
+ #: wassup.php:861
72
+ msgid "SPY Visitors"
73
+ msgstr ""
74
+
75
+ #: wassup.php:530
76
+ #: wassup.php:759
77
+ msgid "Current Visitors Online"
78
+ msgstr ""
79
+
80
+ #: wassup.php:531
81
+ #: wassup.php:917
82
+ msgid "Options"
83
+ msgstr ""
84
+
85
+ #: wassup.php:629
86
+ #: wassup.php:654
87
+ msgid "Wassup options updated successfully"
88
+ msgstr ""
89
+
90
+ #: wassup.php:641
91
+ msgid "Wassup uninstall option updated successfully"
92
+ msgstr ""
93
+
94
+ #: wassup.php:649
95
+ msgid "Wassup spam options updated successfully"
96
+ msgstr ""
97
+
98
+ #: wassup.php:750
99
+ msgid "Warning"
100
+ msgstr ""
101
+
102
+ #: wassup.php:750
103
+ msgid "is NOT recording new statistics"
104
+ msgstr ""
105
+
106
+ #: wassup.php:750
107
+ msgid ""
108
+ "To collect data you must check \"Enable/Disable recording\" in \"Options: "
109
+ "Statistics Recording\" tab"
110
+ msgstr ""
111
+
112
+ #: wassup.php:760
113
+ #: wassup.php:862
114
+ msgid "Legend"
115
+ msgstr ""
116
+
117
+ #: wassup.php:760
118
+ #: wassup.php:862
119
+ msgid "Logged-in Users"
120
+ msgstr ""
121
+
122
+ #: wassup.php:760
123
+ #: wassup.php:862
124
+ msgid "Comments Authors"
125
+ msgstr ""
126
+
127
+ #: wassup.php:760
128
+ #: wassup.php:862
129
+ msgid "Spiders/bots"
130
+ msgstr ""
131
+
132
+ #: wassup.php:767
133
+ msgid "Visitors online"
134
+ msgstr ""
135
+
136
+ #: wassup.php:791
137
+ #: wassup.php:1319
138
+ #: lib/main.php:641
139
+ msgid "From your blog"
140
+ msgstr ""
141
+
142
+ #: wassup.php:794
143
+ #: wassup.php:1322
144
+ #: lib/main.php:644
145
+ msgid "Direct hit"
146
+ msgstr ""
147
+
148
+ #: wassup.php:814
149
+ #: wassup.php:1389
150
+ msgid "LOGGED IN USER"
151
+ msgstr ""
152
+
153
+ #: wassup.php:815
154
+ #: wassup.php:818
155
+ #: wassup.php:1405
156
+ msgid "COMMENT AUTHOR"
157
+ msgstr ""
158
+
159
+ #: wassup.php:864
160
+ msgid "Pause"
161
+ msgstr ""
162
+
163
+ #: wassup.php:865
164
+ msgid "Play"
165
+ msgstr ""
166
+
167
+ #: wassup.php:866
168
+ msgid "Spy items by"
169
+ msgstr ""
170
+
171
+ #: wassup.php:918
172
+ msgid ""
173
+ "You can add a sidebar Widget with some useful statistics information by "
174
+ "activating the"
175
+ msgstr ""
176
+
177
+ #: wassup.php:919
178
+ msgid "Wassup Widget in the Widgets menu option"
179
+ msgstr ""
180
+
181
+ #: wassup.php:927
182
+ msgid "Latest hits"
183
+ msgstr ""
184
+
185
+ #: wassup.php:929
186
+ msgid "WassUp recording is disabled"
187
+ msgstr ""
188
+
189
+ #: wassup.php:1041
190
+ msgid "records deleted"
191
+ msgstr ""
192
+
193
+ #: wassup.php:1102
194
+ msgid "hide chart"
195
+ msgstr ""
196
+
197
+ #: wassup.php:1102
198
+ msgid "Hide the chart"
199
+ msgstr ""
200
+
201
+ #: wassup.php:1105
202
+ msgid "show chart"
203
+ msgstr ""
204
+
205
+ #: wassup.php:1105
206
+ msgid "Show the chart"
207
+ msgstr ""
208
+
209
+ #: wassup.php:1115
210
+ msgid "Summary for the last"
211
+ msgstr ""
212
+
213
+ #: wassup.php:1122
214
+ msgid "Items per page"
215
+ msgstr ""
216
+
217
+ #: wassup.php:1132
218
+ msgid "Show items by"
219
+ msgstr ""
220
+
221
+ #: wassup.php:1151
222
+ msgid "Visits"
223
+ msgstr ""
224
+
225
+ #: wassup.php:1152
226
+ msgid "Pageviews"
227
+ msgstr ""
228
+
229
+ #: wassup.php:1153
230
+ msgid "Pages/Visits"
231
+ msgstr ""
232
+
233
+ #: wassup.php:1156
234
+ msgid "Spams"
235
+ msgstr ""
236
+
237
+ #: wassup.php:1166
238
+ msgid "Collapse Chronology"
239
+ msgstr ""
240
+
241
+ #: wassup.php:1185
242
+ msgid "Spam Options"
243
+ msgstr ""
244
+
245
+ #: wassup.php:1187
246
+ #: lib/settings.php:182
247
+ msgid "Enable/Disable Spam Check on Records"
248
+ msgstr ""
249
+
250
+ #: wassup.php:1188
251
+ #: lib/settings.php:185
252
+ msgid "Record Akismet comment spam attempts"
253
+ msgstr ""
254
+
255
+ #: wassup.php:1189
256
+ #: lib/settings.php:186
257
+ msgid "Record referrer spam attempts"
258
+ msgstr ""
259
+
260
+ #: wassup.php:1190
261
+ #: lib/settings.php:187
262
+ msgid "Record admin break-in/hacker attempts"
263
+ msgstr ""
264
+
265
+ #: wassup.php:1191
266
+ #: lib/settings.php:168
267
+ #: lib/settings.php:203
268
+ #: lib/settings.php:448
269
+ #: lib/settings.php:462
270
+ msgid "Save Settings"
271
+ msgstr ""
272
+
273
+ #: wassup.php:1200
274
+ msgid "Filter by marked IP"
275
+ msgstr ""
276
+
277
+ #: wassup.php:1200
278
+ msgid "show marked items"
279
+ msgstr ""
280
+
281
+ #: wassup.php:1203
282
+ msgid "Searched for"
283
+ msgstr ""
284
+
285
+ #: wassup.php:1205
286
+ msgid "Auto refresh in"
287
+ msgstr ""
288
+
289
+ #: wassup.php:1205
290
+ #: lib/settings.php:334
291
+ #: lib/settings.php:423
292
+ msgid "seconds"
293
+ msgstr ""
294
+
295
+ #: wassup.php:1209
296
+ msgid "Top Ten"
297
+ msgstr ""
298
+
299
+ #: wassup.php:1209
300
+ msgid "Show Top Ten"
301
+ msgstr ""
302
+
303
+ #: wassup.php:1263
304
+ #: lib/action.php:175
305
+ msgid "Raw data"
306
+ msgstr ""
307
+
308
+ #: wassup.php:1266
309
+ msgid "Visit type"
310
+ msgstr ""
311
+
312
+ #: wassup.php:1268
313
+ msgid "Logged-in user"
314
+ msgstr ""
315
+
316
+ #: wassup.php:1270
317
+ msgid "Spammer/Hacker"
318
+ msgstr ""
319
+
320
+ #: wassup.php:1272
321
+ msgid "Spammer"
322
+ msgstr ""
323
+
324
+ #: wassup.php:1274
325
+ msgid "Comment author"
326
+ msgstr ""
327
+
328
+ #: wassup.php:1276
329
+ msgid "Feed"
330
+ msgstr ""
331
+
332
+ #: wassup.php:1278
333
+ #: lib/wassup.class.php:232
334
+ msgid "Spider"
335
+ msgstr ""
336
+
337
+ #: wassup.php:1280
338
+ msgid "Regular visitor"
339
+ msgstr ""
340
+
341
+ #: wassup.php:1283
342
+ #: lib/action.php:178
343
+ msgid "IP"
344
+ msgstr ""
345
+
346
+ #: wassup.php:1284
347
+ #: wassup.php:1356
348
+ #: lib/action.php:179
349
+ msgid "Hostname"
350
+ msgstr ""
351
+
352
+ #: wassup.php:1285
353
+ msgid "Url Requested"
354
+ msgstr ""
355
+
356
+ #: wassup.php:1286
357
+ #: wassup.php:1361
358
+ #: lib/action.php:180
359
+ msgid "User Agent"
360
+ msgstr ""
361
+
362
+ #: wassup.php:1287
363
+ #: wassup.php:1356
364
+ #: lib/action.php:181
365
+ msgid "Referrer"
366
+ msgstr ""
367
+
368
+ #: wassup.php:1289
369
+ msgid "Search Engine"
370
+ msgstr ""
371
+
372
+ #: wassup.php:1291
373
+ msgid "Page"
374
+ msgstr ""
375
+
376
+ #: wassup.php:1294
377
+ #: wassup.php:1450
378
+ #: lib/action.php:186
379
+ msgid "OS"
380
+ msgstr ""
381
+
382
+ #: wassup.php:1297
383
+ #: lib/action.php:189
384
+ msgid "Browser"
385
+ msgstr ""
386
+
387
+ #: wassup.php:1300
388
+ msgid "Locale/Language"
389
+ msgstr ""
390
+
391
+ #: wassup.php:1303
392
+ msgid "Screen Resolution"
393
+ msgstr ""
394
+
395
+ #: wassup.php:1306
396
+ msgid "End timestamp"
397
+ msgstr ""
398
+
399
+ #: wassup.php:1332
400
+ #: wassup.php:1337
401
+ msgid "delete"
402
+ msgstr ""
403
+
404
+ #: wassup.php:1332
405
+ msgid "Delete ALL marked records with this IP"
406
+ msgstr ""
407
+
408
+ #: wassup.php:1334
409
+ msgid "unmark"
410
+ msgstr ""
411
+
412
+ #: wassup.php:1334
413
+ msgid "UnMark IP"
414
+ msgstr ""
415
+
416
+ #: wassup.php:1337
417
+ msgid "Delete this record"
418
+ msgstr ""
419
+
420
+ #: wassup.php:1339
421
+ msgid "mark"
422
+ msgstr ""
423
+
424
+ #: wassup.php:1339
425
+ msgid "Mark IP"
426
+ msgstr ""
427
+
428
+ #: wassup.php:1342
429
+ msgid "show raw table"
430
+ msgstr ""
431
+
432
+ #: wassup.php:1342
433
+ msgid "Show the items as raw table"
434
+ msgstr ""
435
+
436
+ #: wassup.php:1380
437
+ msgid "SEARCH ENGINE"
438
+ msgstr ""
439
+
440
+ #: wassup.php:1380
441
+ msgid "page"
442
+ msgstr ""
443
+
444
+ #: wassup.php:1381
445
+ msgid "KEYWORDS"
446
+ msgstr ""
447
+
448
+ #: wassup.php:1399
449
+ msgid "ADMINISTRATOR"
450
+ msgstr ""
451
+
452
+ #: wassup.php:1417
453
+ msgid "FEEDREADER"
454
+ msgstr ""
455
+
456
+ #: wassup.php:1419
457
+ msgid "SUBSCRIBER(S)"
458
+ msgstr ""
459
+
460
+ #: wassup.php:1424
461
+ msgid "SPIDER"
462
+ msgstr ""
463
+
464
+ #: wassup.php:1432
465
+ msgid "Probably SPAM!"
466
+ msgstr ""
467
+
468
+ #: wassup.php:1433
469
+ msgid "Referer Spam"
470
+ msgstr ""
471
+
472
+ #: wassup.php:1434
473
+ #: lib/wassup.class.php:234
474
+ msgid "Spam"
475
+ msgstr ""
476
+
477
+ #: wassup.php:1440
478
+ msgid "Probably hack attempt!"
479
+ msgstr ""
480
+
481
+ #: wassup.php:1448
482
+ #: lib/action.php:192
483
+ msgid "Language"
484
+ msgstr ""
485
+
486
+ #: wassup.php:1451
487
+ msgid "BROWSER"
488
+ msgstr ""
489
+
490
+ #: wassup.php:1453
491
+ msgid "RESOLUTION"
492
+ msgstr ""
493
+
494
+ #: wassup.php:1509
495
+ msgid "Graph of visitor hits"
496
+ msgstr ""
497
+
498
+ #: wassup.php:1511
499
+ msgid "Too few records to print chart"
500
+ msgstr ""
501
+
502
+ #: wassup.php:1527
503
+ msgid "Check the official"
504
+ msgstr ""
505
+
506
+ #: wassup.php:1527
507
+ msgid "page for updates, bug reports and your hints to improve it"
508
+ msgstr ""
509
+
510
+ #: wassup.php:1527
511
+ msgid "User Guide documentation"
512
+ msgstr ""
513
+
514
+ #: wassup.php:1528
515
+ msgid "Exec time"
516
+ msgstr ""
517
+
518
+ #: wassup.php:2349
519
+ msgid "WassUp Plugin table has reached maximum size!"
520
+ msgstr ""
521
+
522
+ #: wassup.php:2350
523
+ msgid "Hi"
524
+ msgstr ""
525
+
526
+ #: wassup.php:2350
527
+ msgid ""
528
+ "you have received this email because your WassUp Database table at your "
529
+ "Wordpress blog"
530
+ msgstr ""
531
+
532
+ #: wassup.php:2350
533
+ msgid "has reached the maximum value you set in the options menu"
534
+ msgstr ""
535
+
536
+ #: wassup.php:2351
537
+ msgid ""
538
+ "This is only a reminder, please take the actions you want in the WassUp "
539
+ "options menu"
540
+ msgstr ""
541
+
542
+ #: wassup.php:2351
543
+ msgid "This alert now will be removed and you will be able to set a new one"
544
+ msgstr ""
545
+
546
+ #: wassup.php:2352
547
+ msgid ""
548
+ "Thank you for using WassUp plugin. Check if there is a new version available "
549
+ "here:"
550
+ msgstr ""
551
+
552
+ #: wassup.php:2352
553
+ msgid "Have a nice day!"
554
+ msgstr ""
555
+
556
+ #: wassup.php:2480
557
+ msgid "Stats"
558
+ msgstr ""
559
+
560
+ #: wassup.php:2480
561
+ msgid "More"
562
+ msgstr ""
563
+
564
+ #: wassup.php:2482
565
+ #: wassup.php:3838
566
+ msgid "visitor stats chart"
567
+ msgstr ""
568
+
569
+ #: wassup.php:2672
570
+ msgid "encrypted search"
571
+ msgstr ""
572
+
573
+ #: wassup.php:3340
574
+ msgid "Error getting table details"
575
+ msgstr ""
576
+
577
+ #: wassup.php:3348
578
+ #, php-format
579
+ msgid "Delete any existing table %s"
580
+ msgstr ""
581
+
582
+ #: wassup.php:3359
583
+ #, php-format
584
+ msgid "Table structure of table %s"
585
+ msgstr ""
586
+
587
+ #: wassup.php:3367
588
+ #, php-format
589
+ msgid "Error with SHOW CREATE TABLE for %s."
590
+ msgstr ""
591
+
592
+ #: wassup.php:3374
593
+ #, php-format
594
+ msgid "Error getting table structure of %s"
595
+ msgstr ""
596
+
597
+ #: wassup.php:3382
598
+ #, php-format
599
+ msgid "Data contents of table %s"
600
+ msgstr ""
601
+
602
+ #: wassup.php:3443
603
+ #, php-format
604
+ msgid "End of data contents of table %s"
605
+ msgstr ""
606
+
607
+ #: wassup.php:3455
608
+ msgid "If above timestamp is not current time, this page is cached"
609
+ msgstr ""
610
+
611
+ #: wassup.php:3486
612
+ #: wassup.php:3740
613
+ msgid "No Data"
614
+ msgstr ""
615
+
616
+ #: wassup.php:3487
617
+ #: wassup.php:3568
618
+ #: wassup.php:3741
619
+ #: wassup.php:3814
620
+ msgid "powered by"
621
+ msgstr ""
622
+
623
+ #: wassup.php:3487
624
+ #: wassup.php:3568
625
+ #: wassup.php:3741
626
+ msgid "Real Time Visitors Tracking"
627
+ msgstr ""
628
+
629
+ #: wassup.php:3497
630
+ msgid "Last searched terms"
631
+ msgstr ""
632
+
633
+ #: wassup.php:3510
634
+ msgid "Last referers"
635
+ msgstr ""
636
+
637
+ #: wassup.php:3525
638
+ #: lib/settings.php:149
639
+ msgid "Top Browsers"
640
+ msgstr ""
641
+
642
+ #: wassup.php:3540
643
+ #: lib/settings.php:150
644
+ msgid "Top OS"
645
+ msgstr ""
646
+
647
+ #: wassup.php:3559
648
+ msgid "visitor(s) online"
649
+ msgstr ""
650
+
651
+ #: wassup.php:3562
652
+ msgid "logged-in user(s)"
653
+ msgstr ""
654
+
655
+ #: wassup.php:3566
656
+ msgid "comment author(s)"
657
+ msgstr ""
658
+
659
+ #: wassup.php:3632
660
+ msgid "Title"
661
+ msgstr ""
662
+
663
+ #: wassup.php:3634
664
+ msgid "default \"Visitors Online\""
665
+ msgstr ""
666
+
667
+ #: wassup.php:3637
668
+ msgid "Stylesheet class for &lt;ul&gt; attribute"
669
+ msgstr ""
670
+
671
+ #: wassup.php:3639
672
+ msgid "default \"links\""
673
+ msgstr ""
674
+
675
+ #: wassup.php:3642
676
+ msgid "Number of characters to display from left"
677
+ msgstr ""
678
+
679
+ #: wassup.php:3644
680
+ msgid "For template compatibility - default 18"
681
+ msgstr ""
682
+
683
+ #: wassup.php:3649
684
+ msgid "Show number of logged-in users online"
685
+ msgstr ""
686
+
687
+ #: wassup.php:3650
688
+ msgid "Stats recording must be enabled in WassUp options"
689
+ msgstr ""
690
+
691
+ #: wassup.php:3651
692
+ #: wassup.php:3657
693
+ #: wassup.php:3663
694
+ #: wassup.php:3675
695
+ msgid "default Yes"
696
+ msgstr ""
697
+
698
+ #: wassup.php:3656
699
+ msgid "Show number of comment authors online"
700
+ msgstr ""
701
+
702
+ #: wassup.php:3662
703
+ msgid "Show latest searches"
704
+ msgstr ""
705
+
706
+ #: wassup.php:3666
707
+ msgid "How many searches?"
708
+ msgstr ""
709
+
710
+ #: wassup.php:3668
711
+ #: wassup.php:3680
712
+ #: wassup.php:3692
713
+ #: wassup.php:3704
714
+ msgid "default 5"
715
+ msgstr ""
716
+
717
+ #: wassup.php:3674
718
+ msgid "Show latest external referrers"
719
+ msgstr ""
720
+
721
+ #: wassup.php:3678
722
+ msgid "How many referrers?"
723
+ msgstr ""
724
+
725
+ #: wassup.php:3686
726
+ msgid "Show top browsers"
727
+ msgstr ""
728
+
729
+ #: wassup.php:3686
730
+ #: wassup.php:3698
731
+ msgid "default No"
732
+ msgstr ""
733
+
734
+ #: wassup.php:3687
735
+ #: wassup.php:3699
736
+ msgid "Enabling it could slow down blog)"
737
+ msgstr ""
738
+
739
+ #: wassup.php:3690
740
+ msgid "How many browsers?"
741
+ msgstr ""
742
+
743
+ #: wassup.php:3698
744
+ msgid "Show top operating systems"
745
+ msgstr ""
746
+
747
+ #: wassup.php:3702
748
+ msgid "How many operating systems?"
749
+ msgstr ""
750
+
751
+ #: wassup.php:3713
752
+ msgid "Wassup Widget"
753
+ msgstr ""
754
+
755
+ #: wassup.php:3839
756
+ msgid "More Stats"
757
+ msgstr ""
758
+
759
+ #: lib/action.php:125
760
+ msgid "ERROR: file not found"
761
+ msgstr ""
762
+
763
+ #: lib/action.php:143
764
+ msgid "ERROR: bad date"
765
+ msgstr ""
766
+
767
+ #: lib/action.php:257
768
+ msgid "TOP QUERY"
769
+ msgstr ""
770
+
771
+ #: lib/action.php:276
772
+ msgid "TOP REFERRER"
773
+ msgstr ""
774
+
775
+ #: lib/action.php:302
776
+ msgid "TOP REQUEST"
777
+ msgstr ""
778
+
779
+ #: lib/action.php:323
780
+ msgid "TOP BROWSER"
781
+ msgstr ""
782
+
783
+ #: lib/action.php:343
784
+ msgid "TOP OS"
785
+ msgstr ""
786
+
787
+ #: lib/action.php:364
788
+ msgid "TOP LOCALE"
789
+ msgstr ""
790
+
791
+ #: lib/action.php:391
792
+ msgid "TOP VISITOR"
793
+ msgstr ""
794
+
795
+ #: lib/action.php:409
796
+ msgid "This top ten doesn't include Spam records"
797
+ msgstr ""
798
+
799
+ #: lib/action.php:414
800
+ msgid "ERROR: Missing or unknown parameters"
801
+ msgstr ""
802
+
803
+ #: lib/action.php:423
804
+ msgid "ERROR: Nothing to do here"
805
+ msgstr ""
806
+
807
+ #: lib/main.php:85
808
+ msgid "Next"
809
+ msgstr ""
810
+
811
+ #: lib/main.php:87
812
+ msgid "Previous"
813
+ msgstr ""
814
+
815
+ #: lib/main.php:120
816
+ #: lib/main.php:124
817
+ msgid "It is necessary to specify the"
818
+ msgstr ""
819
+
820
+ #: lib/main.php:120
821
+ msgid "number of pages"
822
+ msgstr ""
823
+
824
+ #: lib/main.php:124
825
+ msgid "limit of items"
826
+ msgstr ""
827
+
828
+ #: lib/main.php:124
829
+ msgid "to show per page"
830
+ msgstr ""
831
+
832
+ #: lib/main.php:209
833
+ msgid "Pages"
834
+ msgstr ""
835
+
836
+ #: lib/main.php:777
837
+ msgid "No visitor activity"
838
+ msgstr ""
839
+
840
+ #: lib/main.php:1179
841
+ msgid "Last 6 Hours"
842
+ msgstr ""
843
+
844
+ #: lib/main.php:1185
845
+ msgid "Last 7 Days"
846
+ msgstr ""
847
+
848
+ #: lib/main.php:1192
849
+ msgid "Last Month"
850
+ msgstr ""
851
+
852
+ #: lib/main.php:1199
853
+ msgid "Last 3 Months"
854
+ msgstr ""
855
+
856
+ #: lib/main.php:1205
857
+ msgid "Last 6 Months"
858
+ msgstr ""
859
+
860
+ #: lib/main.php:1211
861
+ msgid "Last Year"
862
+ msgstr ""
863
+
864
+ #: lib/main.php:1217
865
+ msgid "All Time"
866
+ msgstr ""
867
+
868
+ #: lib/main.php:1224
869
+ msgid "Last 24 Hours"
870
+ msgstr ""
871
+
872
+ #: lib/settings.php:31
873
+ msgid ""
874
+ "ATTENTION! Your WassUp table have reached the maximum value you set, I "
875
+ "disabled the alert, you can re-enable it here."
876
+ msgstr ""
877
+
878
+ #: lib/settings.php:55
879
+ msgid "Select the options you want for the WassUp plugin"
880
+ msgstr ""
881
+
882
+ #: lib/settings.php:62
883
+ msgid "General Setup"
884
+ msgstr ""
885
+
886
+ #: lib/settings.php:63
887
+ msgid "Statistics Recording"
888
+ msgstr ""
889
+
890
+ #: lib/settings.php:64
891
+ msgid "Manage Files & Database"
892
+ msgstr ""
893
+
894
+ #: lib/settings.php:65
895
+ msgid "Uninstall"
896
+ msgstr ""
897
+
898
+ #: lib/settings.php:69
899
+ msgid "Your default screen resolution (browser width)"
900
+ msgstr ""
901
+
902
+ #: lib/settings.php:70
903
+ msgid "Default screen resolution (in pixels)"
904
+ msgstr ""
905
+
906
+ #: lib/settings.php:75
907
+ msgid ""
908
+ "Set minimum users level which can view and manage WassUp plugin (default "
909
+ "Administrators)"
910
+ msgstr ""
911
+
912
+ #: lib/settings.php:80
913
+ msgid "Dashboard Settings"
914
+ msgstr ""
915
+
916
+ #: lib/settings.php:81
917
+ msgid "Display small chart in the dashboard"
918
+ msgstr ""
919
+
920
+ #: lib/settings.php:84
921
+ msgid "GEO IP Map (Spy view)"
922
+ msgstr ""
923
+
924
+ #: lib/settings.php:89
925
+ msgid "Display a GEO IP Map in the spy visitors view"
926
+ msgstr ""
927
+
928
+ #: lib/settings.php:97
929
+ #: lib/settings.php:456
930
+ msgid "WARNING"
931
+ msgstr ""
932
+
933
+ #: lib/settings.php:97
934
+ msgid "Activation problem >> Error code"
935
+ msgstr ""
936
+
937
+ #: lib/settings.php:105
938
+ msgid "key"
939
+ msgstr ""
940
+
941
+ #: lib/settings.php:105
942
+ msgid "signup for your key"
943
+ msgstr ""
944
+
945
+ #: lib/settings.php:108
946
+ msgid "Geo IP Map requires"
947
+ msgstr ""
948
+
949
+ #: lib/settings.php:108
950
+ msgid "Please install it to be able to activate this feature"
951
+ msgstr ""
952
+
953
+ #: lib/settings.php:112
954
+ msgid "Time format"
955
+ msgstr ""
956
+
957
+ #: lib/settings.php:113
958
+ msgid "Time format 12/24 hour"
959
+ msgstr ""
960
+
961
+ #: lib/settings.php:116
962
+ msgid "Visitor Detail Settings"
963
+ msgstr ""
964
+
965
+ #: lib/settings.php:117
966
+ msgid "Show chart type - How many axes"
967
+ msgstr ""
968
+
969
+ #: lib/settings.php:123
970
+ msgid "Set how many minutes wait for automatic page refresh"
971
+ msgstr ""
972
+
973
+ #: lib/settings.php:123
974
+ msgid "Current Visitors Online and Visitors Details"
975
+ msgstr ""
976
+
977
+ #: lib/settings.php:124
978
+ msgid "refresh minutes (default 3)"
979
+ msgstr ""
980
+
981
+ #: lib/settings.php:126
982
+ msgid "Show visitor details for"
983
+ msgstr ""
984
+
985
+ #: lib/settings.php:131
986
+ msgid "Number of items per page"
987
+ msgstr ""
988
+
989
+ #: lib/settings.php:140
990
+ msgid "Customize Top Ten List"
991
+ msgstr ""
992
+
993
+ #: lib/settings.php:141
994
+ msgid "Choose one or more items for your Top Ten list"
995
+ msgstr ""
996
+
997
+ #: lib/settings.php:141
998
+ msgid "over 5 selections may cause horizontal scrolling"
999
+ msgstr ""
1000
+
1001
+ #: lib/settings.php:144
1002
+ msgid "Top Searches"
1003
+ msgstr ""
1004
+
1005
+ #: lib/settings.php:145
1006
+ msgid "Top Referrers"
1007
+ msgstr ""
1008
+
1009
+ #: lib/settings.php:146
1010
+ msgid "Top Requests"
1011
+ msgstr ""
1012
+
1013
+ #: lib/settings.php:151
1014
+ msgid "Top Locales"
1015
+ msgstr ""
1016
+
1017
+ #: lib/settings.php:154
1018
+ msgid "Top Visitors"
1019
+ msgstr ""
1020
+
1021
+ #: lib/settings.php:156
1022
+ msgid "Top Feeds"
1023
+ msgstr ""
1024
+
1025
+ #: lib/settings.php:157
1026
+ msgid "Top Crawlers"
1027
+ msgstr ""
1028
+
1029
+ #: lib/settings.php:161
1030
+ msgid "Websites/domains to exclude from top referrers"
1031
+ msgstr ""
1032
+
1033
+ #: lib/settings.php:164
1034
+ msgid "Comma separated value"
1035
+ msgstr ""
1036
+
1037
+ #: lib/settings.php:165
1038
+ msgid "Don't list your website domain defined in WordPress"
1039
+ msgstr ""
1040
+
1041
+ #: lib/settings.php:168
1042
+ #: lib/settings.php:203
1043
+ #: lib/settings.php:448
1044
+ #: lib/settings.php:462
1045
+ msgid "Reset"
1046
+ msgstr ""
1047
+
1048
+ #: lib/settings.php:168
1049
+ #: lib/settings.php:203
1050
+ #: lib/settings.php:448
1051
+ #: lib/settings.php:462
1052
+ msgid "Reset to Default Settings"
1053
+ msgstr ""
1054
+
1055
+ #: lib/settings.php:172
1056
+ msgid "Statistics Recording Settings"
1057
+ msgstr ""
1058
+
1059
+ #: lib/settings.php:173
1060
+ msgid "Enable/Disable Recording"
1061
+ msgstr ""
1062
+
1063
+ #: lib/settings.php:174
1064
+ msgid "Checkbox to record statistics for each type of \"visitor\""
1065
+ msgstr ""
1066
+
1067
+ #: lib/settings.php:176
1068
+ msgid "Record logged in users"
1069
+ msgstr ""
1070
+
1071
+ #: lib/settings.php:177
1072
+ msgid "Record logged in administrators"
1073
+ msgstr ""
1074
+
1075
+ #: lib/settings.php:178
1076
+ msgid "Record spiders and bots"
1077
+ msgstr ""
1078
+
1079
+ #: lib/settings.php:179
1080
+ msgid "Record attack/exploit attempts (libwww-perl agent)"
1081
+ msgstr ""
1082
+
1083
+ #: lib/settings.php:183
1084
+ msgid "Checkbox to record statistics for each type of \"spam\""
1085
+ msgstr ""
1086
+
1087
+ #: lib/settings.php:185
1088
+ msgid "check if an IP has previous comments as spam"
1089
+ msgstr ""
1090
+
1091
+ #: lib/settings.php:191
1092
+ msgid "Statistics Recording Exceptions"
1093
+ msgstr ""
1094
+
1095
+ #: lib/settings.php:193
1096
+ msgid "Sites"
1097
+ msgstr ""
1098
+
1099
+ #: lib/settings.php:193
1100
+ msgid "Enter source IPs to exclude from recording"
1101
+ msgstr ""
1102
+
1103
+ #: lib/settings.php:195
1104
+ msgid "comma separated value (ex: 127.0.0.1, 10.0.0.1, etc...)"
1105
+ msgstr ""
1106
+
1107
+ #: lib/settings.php:197
1108
+ msgid "Users"
1109
+ msgstr ""
1110
+
1111
+ #: lib/settings.php:197
1112
+ msgid "Enter usernames to exclude from recording"
1113
+ msgstr ""
1114
+
1115
+ #: lib/settings.php:199
1116
+ msgid ""
1117
+ "comma separated value, enter a registered user's login name (ex: bobmarley, "
1118
+ "enyabrennan, etc.)"
1119
+ msgstr ""
1120
+
1121
+ #: lib/settings.php:200
1122
+ msgid "Posts/pages"
1123
+ msgstr ""
1124
+
1125
+ #: lib/settings.php:200
1126
+ msgid "enter requested URLs to exclude from recording"
1127
+ msgstr ""
1128
+
1129
+ #: lib/settings.php:202
1130
+ msgid ""
1131
+ "comma separated value, don't enter entire url, only the last path or some "
1132
+ "word to exclude (ex: /category/wordpress, 2007, etc...)"
1133
+ msgstr ""
1134
+
1135
+ #: lib/settings.php:231
1136
+ #: lib/settings.php:233
1137
+ msgid "Rescan Old Records"
1138
+ msgstr ""
1139
+
1140
+ #: lib/settings.php:232
1141
+ msgid ""
1142
+ "Statistical records collected by earlier versions of WassUp may not have the "
1143
+ "latest spider, search engine, and spam data properly identified. Click the "
1144
+ "\"Rescan\" button to retroactively scan and update old records"
1145
+ msgstr ""
1146
+
1147
+ #: lib/settings.php:236
1148
+ msgid "Select actions for table growth"
1149
+ msgstr ""
1150
+
1151
+ #: lib/settings.php:237
1152
+ msgid ""
1153
+ "WassUp table grows very fast (especially if your blog is frequently "
1154
+ "visited), I recommend you to delete old records sometimes. You can select "
1155
+ "any option below to reset it, delete old records automatically or manually. "
1156
+ "(If you haven't database space problems you can leave the table as is)"
1157
+ msgstr ""
1158
+
1159
+ #: lib/settings.php:238
1160
+ msgid "Current WassUp table usage is"
1161
+ msgstr ""
1162
+
1163
+ #: lib/settings.php:244
1164
+ msgid "records"
1165
+ msgstr ""
1166
+
1167
+ #: lib/settings.php:247
1168
+ msgid "Alert me"
1169
+ msgstr ""
1170
+
1171
+ #: lib/settings.php:247
1172
+ msgid "email to"
1173
+ msgstr ""
1174
+
1175
+ #: lib/settings.php:247
1176
+ msgid "when table reaches"
1177
+ msgstr ""
1178
+
1179
+ #: lib/settings.php:249
1180
+ msgid "Empty table"
1181
+ msgstr ""
1182
+
1183
+ #: lib/settings.php:250
1184
+ msgid "export table in SQL format"
1185
+ msgstr ""
1186
+
1187
+ #: lib/settings.php:252
1188
+ msgid "backup table to server file"
1189
+ msgstr ""
1190
+
1191
+ #: lib/settings.php:254
1192
+ msgid "Automatically delete records older than:"
1193
+ msgstr ""
1194
+
1195
+ #: lib/settings.php:258
1196
+ msgid "Delete NOW records older than:"
1197
+ msgstr ""
1198
+
1199
+ #: lib/settings.php:260
1200
+ msgid "Action is NOT undoable"
1201
+ msgstr ""
1202
+
1203
+ #: lib/settings.php:261
1204
+ #: lib/wassup.class.php:259
1205
+ #: lib/wassup.class.php:269
1206
+ msgid "24 hours"
1207
+ msgstr ""
1208
+
1209
+ #: lib/settings.php:262
1210
+ #: lib/wassup.class.php:260
1211
+ msgid "1 week"
1212
+ msgstr ""
1213
+
1214
+ #: lib/settings.php:263
1215
+ #: lib/wassup.class.php:261
1216
+ #: lib/wassup.class.php:271
1217
+ msgid "1 month"
1218
+ msgstr ""
1219
+
1220
+ #: lib/settings.php:264
1221
+ #: lib/wassup.class.php:262
1222
+ #: lib/wassup.class.php:272
1223
+ msgid "3 months"
1224
+ msgstr ""
1225
+
1226
+ #: lib/settings.php:265
1227
+ #: lib/wassup.class.php:263
1228
+ #: lib/wassup.class.php:273
1229
+ msgid "6 months"
1230
+ msgstr ""
1231
+
1232
+ #: lib/settings.php:266
1233
+ #: lib/wassup.class.php:264
1234
+ #: lib/wassup.class.php:274
1235
+ msgid "1 year"
1236
+ msgstr ""
1237
+
1238
+ #: lib/settings.php:270
1239
+ msgid "Server Settings and Memory Resources"
1240
+ msgstr ""
1241
+
1242
+ #: lib/settings.php:271
1243
+ msgid "For information only. Some values may be adjustable in startup files"
1244
+ msgstr ""
1245
+
1246
+ #: lib/settings.php:271
1247
+ msgid "and"
1248
+ msgstr ""
1249
+
1250
+ #: lib/settings.php:271
1251
+ msgid "or"
1252
+ msgstr ""
1253
+
1254
+ #: lib/settings.php:272
1255
+ #: lib/settings.php:287
1256
+ #: lib/settings.php:350
1257
+ msgid "Version"
1258
+ msgstr ""
1259
+
1260
+ #: lib/settings.php:273
1261
+ msgid "Host Server"
1262
+ msgstr ""
1263
+
1264
+ #: lib/settings.php:283
1265
+ #: lib/settings.php:319
1266
+ #: lib/settings.php:329
1267
+ #: lib/settings.php:335
1268
+ #: lib/settings.php:350
1269
+ #: lib/settings.php:353
1270
+ #: lib/settings.php:397
1271
+ #: lib/settings.php:407
1272
+ #: lib/settings.php:418
1273
+ #: lib/settings.php:425
1274
+ #: lib/settings.php:434
1275
+ #: lib/settings.php:445
1276
+ msgid "unknown"
1277
+ msgstr ""
1278
+
1279
+ #: lib/settings.php:285
1280
+ msgid "Time Offset"
1281
+ msgstr ""
1282
+
1283
+ #: lib/settings.php:286
1284
+ msgid "hours"
1285
+ msgstr ""
1286
+
1287
+ #: lib/settings.php:288
1288
+ msgid "Safe Mode"
1289
+ msgstr ""
1290
+
1291
+ #: lib/settings.php:291
1292
+ #: lib/settings.php:300
1293
+ msgid "on"
1294
+ msgstr ""
1295
+
1296
+ #: lib/settings.php:293
1297
+ #: lib/settings.php:298
1298
+ msgid "off"
1299
+ msgstr ""
1300
+
1301
+ #: lib/settings.php:294
1302
+ msgid "File Open Restrictions"
1303
+ msgstr ""
1304
+
1305
+ #: lib/settings.php:304
1306
+ msgid "Memory Allocation"
1307
+ msgstr ""
1308
+
1309
+ #: lib/settings.php:322
1310
+ msgid "Memory Usage"
1311
+ msgstr ""
1312
+
1313
+ #: lib/settings.php:332
1314
+ msgid "Script Timeout Limit"
1315
+ msgstr ""
1316
+
1317
+ #: lib/settings.php:337
1318
+ msgid "Browser Capabilities File"
1319
+ msgstr ""
1320
+
1321
+ #: lib/settings.php:339
1322
+ msgid "not set"
1323
+ msgstr ""
1324
+
1325
+ #: lib/settings.php:343
1326
+ msgid "not installed"
1327
+ msgstr ""
1328
+
1329
+ #: lib/settings.php:344
1330
+ msgid "installed"
1331
+ msgstr ""
1332
+
1333
+ #: lib/settings.php:351
1334
+ msgid "Engine"
1335
+ msgstr ""
1336
+
1337
+ #: lib/settings.php:389
1338
+ msgid "Query Cache"
1339
+ msgstr ""
1340
+
1341
+ #: lib/settings.php:394
1342
+ #: lib/settings.php:404
1343
+ #: lib/settings.php:415
1344
+ msgid "disabled"
1345
+ msgstr ""
1346
+
1347
+ #: lib/settings.php:399
1348
+ msgid "Index (Key) Buffer"
1349
+ msgstr ""
1350
+
1351
+ #: lib/settings.php:410
1352
+ msgid "Read Buffer"
1353
+ msgstr ""
1354
+
1355
+ #: lib/settings.php:421
1356
+ msgid "Wait Timeout"
1357
+ msgstr ""
1358
+
1359
+ #: lib/settings.php:428
1360
+ msgid "Char Set/Collation"
1361
+ msgstr ""
1362
+
1363
+ #: lib/settings.php:437
1364
+ msgid "Timezone"
1365
+ msgstr ""
1366
+
1367
+ #: lib/settings.php:452
1368
+ msgid "Want to uninstall WassUp?"
1369
+ msgstr ""
1370
+
1371
+ #: lib/settings.php:453
1372
+ msgid ""
1373
+ "No problem. Before you deactivate this plugin, check the box below to "
1374
+ "cleanup any data that was collected by WassUp that could be left behind."
1375
+ msgstr ""
1376
+
1377
+ #: lib/settings.php:454
1378
+ msgid "Permanently remove WassUp data and settings from Wordpress"
1379
+ msgstr ""
1380
+
1381
+ #: lib/settings.php:456
1382
+ msgid ""
1383
+ "All WassUp data and settings will be DELETED upon deactivation of this plugin"
1384
+ msgstr ""
1385
+
1386
+ #: lib/settings.php:458
1387
+ msgid ""
1388
+ "This action cannot be undone. Before uninstalling WassUp, you should backup "
1389
+ "your Wordpress database first. WassUp data is stored in the table"
1390
+ msgstr ""
1391
+
1392
+ #: lib/settings.php:460
1393
+ msgid "To help improve this plugin, we would appreciate your feedback at"
1394
+ msgstr ""
1395
+
1396
+ #: lib/wassup.class.php:208
1397
+ msgid "Administrator"
1398
+ msgstr ""
1399
+
1400
+ #: lib/wassup.class.php:209
1401
+ msgid "Editor"
1402
+ msgstr ""
1403
+
1404
+ #: lib/wassup.class.php:210
1405
+ msgid "Author"
1406
+ msgstr ""
1407
+
1408
+ #: lib/wassup.class.php:215
1409
+ msgid "None - don't show chart"
1410
+ msgstr ""
1411
+
1412
+ #: lib/wassup.class.php:216
1413
+ msgid "One - 2 lines chart 1 axis"
1414
+ msgstr ""
1415
+
1416
+ #: lib/wassup.class.php:217
1417
+ msgid "Two - 2 lines chart 2 axes"
1418
+ msgstr ""
1419
+
1420
+ #: lib/wassup.class.php:231
1421
+ msgid "Everything"
1422
+ msgstr ""
1423
+
1424
+ #: lib/wassup.class.php:233
1425
+ msgid "No spider"
1426
+ msgstr ""
1427
+
1428
+ #: lib/wassup.class.php:235
1429
+ msgid "No Spam"
1430
+ msgstr ""
1431
+
1432
+ #: lib/wassup.class.php:236
1433
+ msgid "No Spam, No Spider"
1434
+ msgstr ""
1435
+
1436
+ #: lib/wassup.class.php:237
1437
+ msgid "Users logged in"
1438
+ msgstr ""
1439
+
1440
+ #: lib/wassup.class.php:238
1441
+ msgid "Comment authors"
1442
+ msgstr ""
1443
+
1444
+ #: lib/wassup.class.php:239
1445
+ msgid "Referrer from search engine"
1446
+ msgstr ""
1447
+
1448
+ #: lib/wassup.class.php:240
1449
+ msgid "Referrer from ext link"
1450
+ msgstr ""
1451
+
1452
+ #: lib/wassup.class.php:258
1453
+ msgid "Don't delete anything"
1454
+ msgstr ""
1455
+
1456
+ #: lib/wassup.class.php:268
1457
+ msgid "6 hours"
1458
+ msgstr ""
1459
+
1460
+ #: lib/wassup.class.php:270
1461
+ msgid "7 days"
1462
+ msgstr ""
1463
+
1464
+ #: lib/wassup.class.php:275
1465
+ msgid "all time"
1466
+ msgstr ""
language/he_HE.mo CHANGED
Binary file
language/he_HE.po CHANGED
@@ -14,8 +14,8 @@ msgstr ""
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
- "X-Launchpad-Export-Date: 2010-10-09 11:12+0000\n"
18
- "X-Generator: Launchpad (build Unknown)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Launchpad-Export-Date: 2014-01-12 09:52+0000\n"
18
+ "X-Generator: Launchpad (build 16890)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
language/hu_HU.mo CHANGED
Binary file
language/hu_HU.po CHANGED
@@ -14,8 +14,8 @@ msgstr ""
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
- "X-Launchpad-Export-Date: 2010-10-09 11:12+0000\n"
18
- "X-Generator: Launchpad (build Unknown)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Launchpad-Export-Date: 2014-01-12 09:52+0000\n"
18
+ "X-Generator: Launchpad (build 16890)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
language/id_ID.mo CHANGED
Binary file
language/id_ID.po CHANGED
@@ -14,8 +14,8 @@ msgstr ""
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
- "X-Launchpad-Export-Date: 2010-10-09 11:12+0000\n"
18
- "X-Generator: Launchpad (build Unknown)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Launchpad-Export-Date: 2014-01-12 09:52+0000\n"
18
+ "X-Generator: Launchpad (build 16890)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
language/it_IT.mo CHANGED
Binary file
language/it_IT.po CHANGED
@@ -14,8 +14,8 @@ msgstr ""
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
- "X-Launchpad-Export-Date: 2010-10-09 11:12+0000\n"
18
- "X-Generator: Launchpad (build Unknown)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Launchpad-Export-Date: 2014-01-12 09:52+0000\n"
18
+ "X-Generator: Launchpad (build 16890)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
language/ja_JA.mo CHANGED
Binary file
language/ja_JA.po CHANGED
@@ -3,14 +3,14 @@ msgstr ""
3
  "Project-Id-Version: \n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2009-05-18 12:28+0100\n"
6
- "PO-Revision-Date: 2009-10-25 23:16+0000\n"
7
- "Last-Translator: matsuoka <Unknown>\n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Launchpad-Export-Date: 2010-10-09 11:12+0000\n"
13
- "X-Generator: Launchpad (build Unknown)\n"
14
  "X-Poedit-Country: JAPAN\n"
15
  "X-Poedit-Language: Japanese\n"
16
  "X-Poedit-SourceCharset: utf-8\n"
@@ -96,7 +96,7 @@ msgstr "Wassup のスパム オプションは更新されました"
96
 
97
  #: wassup.php:750
98
  msgid "Warning"
99
- msgstr ""
100
 
101
  #: wassup.php:750
102
  msgid "is NOT recording new statistics"
@@ -293,7 +293,7 @@ msgstr "秒"
293
 
294
  #: wassup.php:1209
295
  msgid "Top Ten"
296
- msgstr ""
297
 
298
  #: wassup.php:1209
299
  msgid "Show Top Ten"
@@ -1470,122 +1470,3 @@ msgstr "7日間"
1470
  #: lib/wassup.class.php:275
1471
  msgid "all time"
1472
  msgstr ""
1473
-
1474
- #~ msgid ""
1475
- #~ "WassUp has detected a problem with \"session.save_path\" setting in your "
1476
- #~ "Wordpress/PHP configuration. Statistics logging has been disabled as a "
1477
- #~ "result. To fix, go to admin menu, \"Wassup-->Options-->Manage Files & "
1478
- #~ "Database\" and modify \"Temporary files location folder\"."
1479
- #~ msgstr ""
1480
- #~ "WassUp は \"session.save_path\" に問題を検知しました。結果として集計記録が無効となりました。直すには、\"Wassup--"
1481
- #~ ">Options-->Manage Files & Database\" の \"Temporary files location folder\" "
1482
- #~ "を修正してください。"
1483
-
1484
- #~ msgid ""
1485
- #~ "WassUp has detected a problem with \"session.save_path\" setting in your "
1486
- #~ "Wordpress/PHP configuration. Please fix by modifying \"Temporary files "
1487
- #~ "location folder\" in admin menu, \"Wassup-->Options-->Manage Files & "
1488
- #~ "Database\"."
1489
- #~ msgstr ""
1490
- #~ "WassUp は \"session.save_path\" に問題を検知しました。\"Wassup-->Options-->Manage Files "
1491
- #~ "& Database\" の \"Temporary files location folder\" を修正してください。"
1492
-
1493
- #~ msgid "Hide the chart and site usage"
1494
- #~ msgstr "図表とサイト状況を表示しない"
1495
-
1496
- #~ msgid "Show the chart and site usage"
1497
- #~ msgstr "図表とサイト状況を表示する"
1498
-
1499
- #~ msgid "Referer from search engine"
1500
- #~ msgstr "検索エンジンのリフェラー"
1501
-
1502
- #~ msgid "Referer from ext link"
1503
- #~ msgstr "外部リンクのリフェラー"
1504
-
1505
- #~ msgid "What title for the widget (default \"Visitors Online\")"
1506
- #~ msgstr "ウィジェットのタイトル(デフォルトは \"Visitors Online\")"
1507
-
1508
- #~ msgid "What style sheet class for &lt;ul&gt; attribute (default \"links\")"
1509
- #~ msgstr "&lt;ul&gt; 属性のスタイルシートのクラス(デフォルトは \"links\")"
1510
-
1511
- #~ msgid "How many characters left? (For template compatibility - default 18)"
1512
- #~ msgstr "残りの文字数(デフォルトは 18)"
1513
-
1514
- #~ msgid "Check if you want to show logged-in online users (default Yes)"
1515
- #~ msgstr "ログインしているユーザー数の表示(デフォルトは 表示)"
1516
-
1517
- #~ msgid "Check if you want to show comment-author online users (default Yes)"
1518
- #~ msgstr "コメント投稿者数の表示(デフォルトは 表示)"
1519
-
1520
- #~ msgid "Check if you want to show some last search referers (default Yes)"
1521
- #~ msgstr "直近の検索リフェラーの表示(デフォルトは 表示)"
1522
-
1523
- #~ msgid "How many search referers want to show (default 5)"
1524
- #~ msgstr "検索リフェラーの表示数(デフォルトは 5)"
1525
-
1526
- #~ msgid "Check if you want to show some last external referers (default Yes)"
1527
- #~ msgstr "直近の外部リフェラーの表示(デフォルトは 表示)"
1528
-
1529
- #~ msgid "How many external referers want to show (default 5)"
1530
- #~ msgstr "外部リフェラーの表示数(デフォルトは 5)"
1531
-
1532
- #~ msgid "How many top browsers want to show (default 5)"
1533
- #~ msgstr "トップ・ブラウザの表示数(デフォルトは 5)"
1534
-
1535
- #~ msgid "How many top operating systems want to show (default 5)"
1536
- #~ msgstr "トップOSの表示数(デフォルトは 5)"
1537
-
1538
- #~ msgid "Visit Detail Settings"
1539
- #~ msgstr "ビジター詳細の設定"
1540
-
1541
- #~ msgid "Chart type - How many axes"
1542
- #~ msgstr "図表タイプ - 縦軸の数"
1543
-
1544
- #~ msgid "Enter requested URLs to exclude from recording"
1545
- #~ msgstr "記録から除外する URL を入力"
1546
-
1547
- #~ msgid ""
1548
- #~ "comma separated value, don't put the entire url, only the last path or some "
1549
- #~ "word to exclude (ex: /category/wordpress, 2007, etc...)"
1550
- #~ msgstr ""
1551
- #~ "カンマで区切る。URL全部は入力しないでください。除外する最後のパスまたは文字を入力してください(例: /category/wordpress, "
1552
- #~ "2007, など)"
1553
-
1554
- #~ msgid "Temporary files location folder"
1555
- #~ msgstr "一時ファイル保存フォルダー"
1556
-
1557
- #~ msgid ""
1558
- #~ "Directory does not exist or is not writable. Please enter a different path "
1559
- #~ "above or change \"session.save_path\" in \"php.ini\" to point to a valid, "
1560
- #~ "writable folder"
1561
- #~ msgstr ""
1562
- #~ "ディレクトリーが存在しないか書き込み可能ではありません。違うパスを入力するか \"php.ini\" の中の \"session.save_path\" "
1563
- #~ "を変更してください。"
1564
-
1565
- #~ msgid "Use absolute directory paths only. This value is usually"
1566
- #~ msgstr "絶対パスのみお使いください。通常は"
1567
-
1568
- #~ msgid ""
1569
- #~ "All WassUp data and settings will be deleted upon deactivation of this plugin"
1570
- #~ msgstr "すべての WassUp のデータと設定はこのプラグインの使用停止と共に消去されます"
1571
-
1572
- #~ msgid "Administrators"
1573
- #~ msgstr "管理者"
1574
-
1575
- #~ msgid "Contributors"
1576
- #~ msgstr "作成者"
1577
-
1578
- #~ msgid "Authors"
1579
- #~ msgstr "投稿者"
1580
-
1581
- #~ msgid "One - two lines chart one axis"
1582
- #~ msgstr "一つ - 縦軸は一つ"
1583
-
1584
- #~ msgid "Two - two lines chart two axes"
1585
- #~ msgstr "二つ - 縦軸は二つ"
1586
-
1587
- #~ msgid "Spiders"
1588
- #~ msgstr "スパイダー"
1589
-
1590
- #~ msgid "TOP REFERER"
1591
- #~ msgstr "トップ・リフェラー"
3
  "Project-Id-Version: \n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2009-05-18 12:28+0100\n"
6
+ "PO-Revision-Date: 2011-12-15 00:54+0000\n"
7
+ "Last-Translator: misari <Unknown>\n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Launchpad-Export-Date: 2014-01-12 09:52+0000\n"
13
+ "X-Generator: Launchpad (build 16890)\n"
14
  "X-Poedit-Country: JAPAN\n"
15
  "X-Poedit-Language: Japanese\n"
16
  "X-Poedit-SourceCharset: utf-8\n"
96
 
97
  #: wassup.php:750
98
  msgid "Warning"
99
+ msgstr "警告"
100
 
101
  #: wassup.php:750
102
  msgid "is NOT recording new statistics"
293
 
294
  #: wassup.php:1209
295
  msgid "Top Ten"
296
+ msgstr "トップ10"
297
 
298
  #: wassup.php:1209
299
  msgid "Show Top Ten"
1470
  #: lib/wassup.class.php:275
1471
  msgid "all time"
1472
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
language/lt_LT.mo CHANGED
Binary file
language/lt_LT.po CHANGED
@@ -14,8 +14,8 @@ msgstr ""
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
- "X-Launchpad-Export-Date: 2010-10-09 11:12+0000\n"
18
- "X-Generator: Launchpad (build Unknown)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Launchpad-Export-Date: 2014-01-12 09:52+0000\n"
18
+ "X-Generator: Launchpad (build 16890)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
language/mk_MK.mo CHANGED
Binary file
language/mk_MK.po CHANGED
@@ -14,8 +14,8 @@ msgstr ""
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
- "X-Launchpad-Export-Date: 2010-10-09 11:12+0000\n"
18
- "X-Generator: Launchpad (build Unknown)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Launchpad-Export-Date: 2014-01-12 09:52+0000\n"
18
+ "X-Generator: Launchpad (build 16890)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
language/ms_MS.mo CHANGED
Binary file
language/ms_MS.po CHANGED
@@ -14,8 +14,8 @@ msgstr ""
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
- "X-Launchpad-Export-Date: 2010-10-09 11:12+0000\n"
18
- "X-Generator: Launchpad (build Unknown)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Launchpad-Export-Date: 2014-01-12 09:52+0000\n"
18
+ "X-Generator: Launchpad (build 16890)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
language/nb_NB.mo CHANGED
Binary file
language/nb_NB.po CHANGED
@@ -9,8 +9,8 @@ msgstr ""
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Launchpad-Export-Date: 2010-10-09 11:12+0000\n"
13
- "X-Generator: Launchpad (build Unknown)\n"
14
  "X-Poedit-Country: NORWAY\n"
15
  "X-Poedit-Language: Norwegian Bokmal\n"
16
  "X-Poedit-SearchPath-0: /home/m1k/Desktop/wassup_translation/wassup\n"
@@ -1488,130 +1488,3 @@ msgstr "7 dager"
1488
  #: lib/wassup.class.php:275
1489
  msgid "all time"
1490
  msgstr ""
1491
-
1492
- #~ msgid ""
1493
- #~ "WassUp has detected a problem with \"session.save_path\" setting in your "
1494
- #~ "Wordpress/PHP configuration. Statistics logging has been disabled as a "
1495
- #~ "result. To fix, go to admin menu, \"Wassup-->Options-->Manage Files & "
1496
- #~ "Database\" and modify \"Temporary files location folder\"."
1497
- #~ msgstr ""
1498
- #~ "WassUp har oppdaget et problem med \"session.save_path\" innstillingene i "
1499
- #~ "din Wordpress/PHP konfigurasjon. Statistikklogging har blitt slått av på "
1500
- #~ "grunn av dette. For å ordne problemet, må du gå til \"Wassup-->Innstillinger-"
1501
- #~ "->Behandle Filer & Database\" og endre \"Mappe for midlertidige filer\"."
1502
-
1503
- #~ msgid ""
1504
- #~ "WassUp has detected a problem with \"session.save_path\" setting in your "
1505
- #~ "Wordpress/PHP configuration. Please fix by modifying \"Temporary files "
1506
- #~ "location folder\" in admin menu, \"Wassup-->Options-->Manage Files & "
1507
- #~ "Database\"."
1508
- #~ msgstr ""
1509
- #~ "WassUp har oppdaget et problem med \"session.save_path\" innnstillingene i "
1510
- #~ "din Wordpress/PHP konfigurasjon. Vennligst ordne dette ved å å endre \"Mappe "
1511
- #~ "for midlertidige filer\" i admin menyen, \"Wassup-->Innstillinger-->Behandle "
1512
- #~ "Filer & Database\"."
1513
-
1514
- #~ msgid "Hide the chart and site usage"
1515
- #~ msgstr "Skjul diagram over bruk av nettstedet"
1516
-
1517
- #~ msgid "Show the chart and site usage"
1518
- #~ msgstr "Vis diagram over bruken av nettstedet"
1519
-
1520
- #~ msgid "Referer from search engine"
1521
- #~ msgstr "Henvisning fra søkemotor"
1522
-
1523
- #~ msgid "Referer from ext link"
1524
- #~ msgstr "Henvisning fra ekstern lenke"
1525
-
1526
- #~ msgid "What title for the widget (default \"Visitors Online\")"
1527
- #~ msgstr ""
1528
- #~ "Hvilken tittel skal widgeten ha (standard er \"Besøkende tilkoblet\")"
1529
-
1530
- #~ msgid "What style sheet class for &lt;ul&gt; attribute (default \"links\")"
1531
- #~ msgstr ""
1532
- #~ "Hvilket stilsett ønsker du på &lt;ul&gt; egenskapen (standard \"lenker\")"
1533
-
1534
- #~ msgid "How many characters left? (For template compatibility - default 18)"
1535
- #~ msgstr "Hvor mange tegn er det igjen? (For å passe stilsettet - standard 18)"
1536
-
1537
- #~ msgid "Check if you want to show logged-in online users (default Yes)"
1538
- #~ msgstr "Kryss av viss du vil vise innloggede brukere (standard JA)"
1539
-
1540
- #~ msgid "Check if you want to show comment-author online users (default Yes)"
1541
- #~ msgstr ""
1542
- #~ "Kryss av viss du vil vise kommentarforfattere tilkoblet (standard Ja)"
1543
-
1544
- #~ msgid "Check if you want to show some last search referers (default Yes)"
1545
- #~ msgstr "Kryss av viss du vil vise siste treff fra søkemotor (standard På)"
1546
-
1547
- #~ msgid "How many search referers want to show (default 5)"
1548
- #~ msgstr "Hvor mange treff fra søkemotor vil du vise (standard 5)"
1549
-
1550
- #~ msgid "Check if you want to show some last external referers (default Yes)"
1551
- #~ msgstr "Kryss av viss du vil vise siste henvisere (standard JA)"
1552
-
1553
- #~ msgid "How many external referers want to show (default 5)"
1554
- #~ msgstr "Hvor mange henvisere ønsker du å vise (standard 5)"
1555
-
1556
- #~ msgid "How many top browsers want to show (default 5)"
1557
- #~ msgstr "Hvor mange topp nettlesere ønsker du å vise (standard 5)"
1558
-
1559
- #~ msgid "How many top operating systems want to show (default 5)"
1560
- #~ msgstr ""
1561
- #~ "Hvor mange av de mest populære operativsystemene vil du vise (standard 5)"
1562
-
1563
- #~ msgid "Visit Detail Settings"
1564
- #~ msgstr "Innstillinger for Besøksdetaljer"
1565
-
1566
- #~ msgid "Chart type - How many axes"
1567
- #~ msgstr "Diagramtype - Hvor mange akser"
1568
-
1569
- #~ msgid "Enter requested URLs to exclude from recording"
1570
- #~ msgstr "Skriv URL-er som skal utelates fra registreringen"
1571
-
1572
- #~ msgid ""
1573
- #~ "comma separated value, don't put the entire url, only the last path or some "
1574
- #~ "word to exclude (ex: /category/wordpress, 2007, etc...)"
1575
- #~ msgstr ""
1576
- #~ "bruk komma mellom verdiene. Ikke skriv hele URL-en, bare stien eller noen "
1577
- #~ "ord som skal utelates (eks: /catagory/wordpress, 2007, osv...)"
1578
-
1579
- #~ msgid "Temporary files location folder"
1580
- #~ msgstr "Mappen hvor midlertidige filer lagres"
1581
-
1582
- #~ msgid ""
1583
- #~ "Directory does not exist or is not writable. Please enter a different path "
1584
- #~ "above or change \"session.save_path\" in \"php.ini\" to point to a valid, "
1585
- #~ "writable folder"
1586
- #~ msgstr ""
1587
- #~ "Mappen finnes ikke eller er skrivebeskyttet. Vennligst velg e nannen mappe, "
1588
- #~ "eller rediger \"session.save_path\" i \"php.ini\" slik at denne peker til en "
1589
- #~ "mappe som er skrivbar"
1590
-
1591
- #~ msgid "Use absolute directory paths only. This value is usually"
1592
- #~ msgstr "Bruk kun absolutte mappestier. Denne stien er vanligvis"
1593
-
1594
- #~ msgid ""
1595
- #~ "All WassUp data and settings will be deleted upon deactivation of this plugin"
1596
- #~ msgstr "Alle data og innstillinger i WassUp vil bli fjernet permanent"
1597
-
1598
- #~ msgid "Administrators"
1599
- #~ msgstr "Administratorer"
1600
-
1601
- #~ msgid "Contributors"
1602
- #~ msgstr "Bidragsytere"
1603
-
1604
- #~ msgid "Authors"
1605
- #~ msgstr "Forfattere"
1606
-
1607
- #~ msgid "One - two lines chart one axis"
1608
- #~ msgstr "En - to linjers diagram, en akse"
1609
-
1610
- #~ msgid "Two - two lines chart two axes"
1611
- #~ msgstr "To - to linjers diagram, to akser"
1612
-
1613
- #~ msgid "Spiders"
1614
- #~ msgstr "Spidere"
1615
-
1616
- #~ msgid "TOP REFERER"
1617
- #~ msgstr "Henvisere"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Launchpad-Export-Date: 2014-01-12 09:52+0000\n"
13
+ "X-Generator: Launchpad (build 16890)\n"
14
  "X-Poedit-Country: NORWAY\n"
15
  "X-Poedit-Language: Norwegian Bokmal\n"
16
  "X-Poedit-SearchPath-0: /home/m1k/Desktop/wassup_translation/wassup\n"
1488
  #: lib/wassup.class.php:275
1489
  msgid "all time"
1490
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
language/nds_NDS.mo CHANGED
Binary file
language/nds_NDS.po CHANGED
@@ -14,8 +14,8 @@ msgstr ""
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
- "X-Launchpad-Export-Date: 2010-10-09 11:12+0000\n"
18
- "X-Generator: Launchpad (build Unknown)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Launchpad-Export-Date: 2014-01-12 09:52+0000\n"
18
+ "X-Generator: Launchpad (build 16890)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
language/nl_NL.mo CHANGED
Binary file
language/nl_NL.po CHANGED
@@ -8,14 +8,14 @@ msgstr ""
8
  "Project-Id-Version: wassup\n"
9
  "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
  "POT-Creation-Date: 2009-05-18 12:28+0100\n"
11
- "PO-Revision-Date: 2010-04-20 10:03+0000\n"
12
- "Last-Translator: FrankB <Unknown>\n"
13
  "Language-Team: Dutch <nl@li.org>\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
- "X-Launchpad-Export-Date: 2010-10-09 11:12+0000\n"
18
- "X-Generator: Launchpad (build Unknown)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
@@ -34,11 +34,11 @@ msgstr "Zoeken"
34
 
35
  #: wassup.php:414
36
  msgid "Hide TopTen"
37
- msgstr "TopTien verbergen"
38
 
39
  #: wassup.php:417
40
  msgid "Show TopTen"
41
- msgstr "TopTien tonen"
42
 
43
  #: wassup.php:423
44
  msgid "Collapse All"
@@ -53,15 +53,15 @@ msgstr "Alles uitklappen"
53
 
54
  #: wassup.php:431
55
  msgid "Expand Cronology"
56
- msgstr ""
57
 
58
  #: wassup.php:434
59
  msgid "Collapse Cronology"
60
- msgstr ""
61
 
62
  #: wassup.php:526
63
  msgid "Visitor Details"
64
- msgstr "Bezoekers details"
65
 
66
  #: wassup.php:529
67
  msgid "Spy Visitors"
@@ -70,12 +70,12 @@ msgstr "Bespied bezoekers"
70
  #: wassup.php:529
71
  #: wassup.php:861
72
  msgid "SPY Visitors"
73
- msgstr "BESPIED bezoekers"
74
 
75
  #: wassup.php:530
76
  #: wassup.php:759
77
  msgid "Current Visitors Online"
78
- msgstr "Huidig bezoekers online"
79
 
80
  #: wassup.php:531
81
  #: wassup.php:917
@@ -124,7 +124,7 @@ msgstr "Ingelogde gebruikers"
124
  #: wassup.php:760
125
  #: wassup.php:862
126
  msgid "Comments Authors"
127
- msgstr "Opmerking auteurs"
128
 
129
  #: wassup.php:760
130
  #: wassup.php:862
@@ -156,7 +156,7 @@ msgstr "INGELOGDE GEBRUIKER"
156
  #: wassup.php:818
157
  #: wassup.php:1405
158
  msgid "COMMENT AUTHOR"
159
- msgstr "OPMERKING AUTEUR"
160
 
161
  #: wassup.php:864
162
  msgid "Pause"
@@ -168,7 +168,7 @@ msgstr "Afspelen"
168
 
169
  #: wassup.php:866
170
  msgid "Spy items by"
171
- msgstr "Bespied punten bij"
172
 
173
  #: wassup.php:918
174
  msgid ""
@@ -199,7 +199,7 @@ msgstr "Verberg grafiek"
199
 
200
  #: wassup.php:1102
201
  msgid "Hide the chart"
202
- msgstr ""
203
 
204
  #: wassup.php:1105
205
  msgid "show chart"
@@ -215,7 +215,7 @@ msgstr "Gemiddelde van de laatste"
215
 
216
  #: wassup.php:1122
217
  msgid "Items per page"
218
- msgstr "Punten per pagina"
219
 
220
  #: wassup.php:1132
221
  msgid "Show items by"
@@ -239,7 +239,7 @@ msgstr "Spams"
239
 
240
  #: wassup.php:1166
241
  msgid "Collapse Chronology"
242
- msgstr "Klap chronologisch in"
243
 
244
  #: wassup.php:1185
245
  msgid "Spam Options"
@@ -248,22 +248,22 @@ msgstr "Spam opties"
248
  #: wassup.php:1187
249
  #: lib/settings.php:182
250
  msgid "Enable/Disable Spam Check on Records"
251
- msgstr "Schakel Spam verslagen in/uit"
252
 
253
  #: wassup.php:1188
254
  #: lib/settings.php:185
255
  msgid "Record Akismet comment spam attempts"
256
- msgstr "Sla Akismet opmerking spam pogingen op"
257
 
258
  #: wassup.php:1189
259
  #: lib/settings.php:186
260
  msgid "Record referrer spam attempts"
261
- msgstr ""
262
 
263
  #: wassup.php:1190
264
  #: lib/settings.php:187
265
  msgid "Record admin break-in/hacker attempts"
266
- msgstr ""
267
 
268
  #: wassup.php:1191
269
  #: lib/settings.php:168
@@ -297,11 +297,11 @@ msgstr "seconden"
297
 
298
  #: wassup.php:1209
299
  msgid "Top Ten"
300
- msgstr "Top Tien"
301
 
302
  #: wassup.php:1209
303
  msgid "Show Top Ten"
304
- msgstr "Laat top tien zien"
305
 
306
  #: wassup.php:1263
307
  #: lib/action.php:175
@@ -326,7 +326,7 @@ msgstr "Spammer"
326
 
327
  #: wassup.php:1274
328
  msgid "Comment author"
329
- msgstr "Opmerking auteur"
330
 
331
  #: wassup.php:1276
332
  msgid "Feed"
@@ -434,7 +434,7 @@ msgstr "toon ruwe tabel"
434
 
435
  #: wassup.php:1342
436
  msgid "Show the items as raw table"
437
- msgstr ""
438
 
439
  #: wassup.php:1380
440
  msgid "SEARCH ENGINE"
@@ -470,7 +470,7 @@ msgstr "Waarschijnlijk SPAM!"
470
 
471
  #: wassup.php:1433
472
  msgid "Referer Spam"
473
- msgstr ""
474
 
475
  #: wassup.php:1434
476
  #: lib/wassup.class.php:234
@@ -500,23 +500,23 @@ msgstr "Grafiek van bezoekers"
500
 
501
  #: wassup.php:1511
502
  msgid "Too few records to print chart"
503
- msgstr "Te weinig verslagen om grafiek te maken"
504
 
505
  #: wassup.php:1527
506
  msgid "Check the official"
507
- msgstr "Bekijke de officiele"
508
 
509
  #: wassup.php:1527
510
  msgid "page for updates, bug reports and your hints to improve it"
511
- msgstr "pagina voor updates, bug verslagen en je hits om te verbeteren"
512
 
513
  #: wassup.php:1527
514
  msgid "User Guide documentation"
515
- msgstr "Gebruikers gids documentatie"
516
 
517
  #: wassup.php:1528
518
  msgid "Exec time"
519
- msgstr "Tijd om uit te voeren"
520
 
521
  #: wassup.php:2349
522
  msgid "WassUp Plugin table has reached maximum size!"
@@ -582,7 +582,7 @@ msgstr "gecodeerde zoekopdracht"
582
 
583
  #: wassup.php:3340
584
  msgid "Error getting table details"
585
- msgstr "Error bij het verkrijgen van tabel details"
586
 
587
  #: wassup.php:3348
588
  #, php-format
@@ -592,12 +592,12 @@ msgstr "Verwijder elke tabel %s"
592
  #: wassup.php:3359
593
  #, php-format
594
  msgid "Table structure of table %s"
595
- msgstr "Tabel structuur van tabel %s"
596
 
597
  #: wassup.php:3367
598
  #, php-format
599
  msgid "Error with SHOW CREATE TABLE for %s."
600
- msgstr ""
601
 
602
  #: wassup.php:3374
603
  #, php-format
@@ -607,12 +607,12 @@ msgstr "Fout bij het verkrijgen van de tabel structuur van %s"
607
  #: wassup.php:3382
608
  #, php-format
609
  msgid "Data contents of table %s"
610
- msgstr "Data content van tabel %s"
611
 
612
  #: wassup.php:3443
613
  #, php-format
614
  msgid "End of data contents of table %s"
615
- msgstr ""
616
 
617
  #: wassup.php:3455
618
  msgid "If above timestamp is not current time, this page is cached"
@@ -635,7 +635,7 @@ msgstr "powered by"
635
  #: wassup.php:3568
636
  #: wassup.php:3741
637
  msgid "Real Time Visitors Tracking"
638
- msgstr ""
639
 
640
  #: wassup.php:3497
641
  msgid "Last searched terms"
@@ -643,7 +643,7 @@ msgstr "Laatst gezochte termen"
643
 
644
  #: wassup.php:3510
645
  msgid "Last referers"
646
- msgstr ""
647
 
648
  #: wassup.php:3525
649
  #: lib/settings.php:149
@@ -657,15 +657,15 @@ msgstr "Top OS"
657
 
658
  #: wassup.php:3559
659
  msgid "visitor(s) online"
660
- msgstr "bezoeker(s) online"
661
 
662
  #: wassup.php:3562
663
  msgid "logged-in user(s)"
664
- msgstr "ingelogde gebruikers"
665
 
666
  #: wassup.php:3566
667
  msgid "comment author(s)"
668
- msgstr ""
669
 
670
  #: wassup.php:3632
671
  msgid "Title"
@@ -677,15 +677,15 @@ msgstr "standaard \"Bezoekers online\""
677
 
678
  #: wassup.php:3637
679
  msgid "Stylesheet class for &lt;ul&gt; attribute"
680
- msgstr ""
681
 
682
  #: wassup.php:3639
683
  msgid "default \"links\""
684
- msgstr ""
685
 
686
  #: wassup.php:3642
687
  msgid "Number of characters to display from left"
688
- msgstr ""
689
 
690
  #: wassup.php:3644
691
  msgid "For template compatibility - default 18"
@@ -697,7 +697,7 @@ msgstr "Toon aantal ingelogde gebruikers"
697
 
698
  #: wassup.php:3650
699
  msgid "Stats recording must be enabled in WassUp options"
700
- msgstr ""
701
 
702
  #: wassup.php:3651
703
  #: wassup.php:3657
@@ -708,7 +708,7 @@ msgstr "standaard Ja"
708
 
709
  #: wassup.php:3656
710
  msgid "Show number of comment authors online"
711
- msgstr ""
712
 
713
  #: wassup.php:3662
714
  msgid "Show latest searches"
@@ -716,7 +716,7 @@ msgstr "Toon laatste zoekopdrachten"
716
 
717
  #: wassup.php:3666
718
  msgid "How many searches?"
719
- msgstr ""
720
 
721
  #: wassup.php:3668
722
  #: wassup.php:3680
@@ -727,15 +727,15 @@ msgstr "standaard 5"
727
 
728
  #: wassup.php:3674
729
  msgid "Show latest external referrers"
730
- msgstr ""
731
 
732
  #: wassup.php:3678
733
  msgid "How many referrers?"
734
- msgstr ""
735
 
736
  #: wassup.php:3686
737
  msgid "Show top browsers"
738
- msgstr ""
739
 
740
  #: wassup.php:3686
741
  #: wassup.php:3698
@@ -745,19 +745,19 @@ msgstr "standaard Nee"
745
  #: wassup.php:3687
746
  #: wassup.php:3699
747
  msgid "Enabling it could slow down blog)"
748
- msgstr ""
749
 
750
  #: wassup.php:3690
751
  msgid "How many browsers?"
752
- msgstr ""
753
 
754
  #: wassup.php:3698
755
  msgid "Show top operating systems"
756
- msgstr ""
757
 
758
  #: wassup.php:3702
759
  msgid "How many operating systems?"
760
- msgstr ""
761
 
762
  #: wassup.php:3713
763
  msgid "Wassup Widget"
@@ -777,43 +777,43 @@ msgstr "FOUT: onjuiste datum"
777
 
778
  #: lib/action.php:257
779
  msgid "TOP QUERY"
780
- msgstr ""
781
 
782
  #: lib/action.php:276
783
  msgid "TOP REFERRER"
784
- msgstr ""
785
 
786
  #: lib/action.php:302
787
  msgid "TOP REQUEST"
788
- msgstr ""
789
 
790
  #: lib/action.php:323
791
  msgid "TOP BROWSER"
792
- msgstr ""
793
 
794
  #: lib/action.php:343
795
  msgid "TOP OS"
796
- msgstr ""
797
 
798
  #: lib/action.php:364
799
  msgid "TOP LOCALE"
800
- msgstr ""
801
 
802
  #: lib/action.php:391
803
  msgid "TOP VISITOR"
804
- msgstr ""
805
 
806
  #: lib/action.php:409
807
  msgid "This top ten doesn't include Spam records"
808
- msgstr ""
809
 
810
  #: lib/action.php:414
811
  msgid "ERROR: Missing or unknown parameters"
812
- msgstr ""
813
 
814
  #: lib/action.php:423
815
  msgid "ERROR: Nothing to do here"
816
- msgstr ""
817
 
818
  #: lib/main.php:85
819
  msgid "Next"
@@ -826,19 +826,19 @@ msgstr "Vorige"
826
  #: lib/main.php:120
827
  #: lib/main.php:124
828
  msgid "It is necessary to specify the"
829
- msgstr ""
830
 
831
  #: lib/main.php:120
832
  msgid "number of pages"
833
- msgstr ""
834
 
835
  #: lib/main.php:124
836
  msgid "limit of items"
837
- msgstr ""
838
 
839
  #: lib/main.php:124
840
  msgid "to show per page"
841
- msgstr ""
842
 
843
  #: lib/main.php:209
844
  msgid "Pages"
@@ -846,7 +846,7 @@ msgstr "Pagina's"
846
 
847
  #: lib/main.php:777
848
  msgid "No visitor activity"
849
- msgstr "Geen bezoeker activiteit"
850
 
851
  #: lib/main.php:1179
852
  msgid "Last 6 Hours"
@@ -890,7 +890,7 @@ msgstr ""
890
 
891
  #: lib/settings.php:55
892
  msgid "Select the options you want for the WassUp plugin"
893
- msgstr ""
894
 
895
  #: lib/settings.php:62
896
  msgid "General Setup"
@@ -898,11 +898,11 @@ msgstr "Algemene instellingen"
898
 
899
  #: lib/settings.php:63
900
  msgid "Statistics Recording"
901
- msgstr ""
902
 
903
  #: lib/settings.php:64
904
  msgid "Manage Files & Database"
905
- msgstr "Beheer bestanden en database"
906
 
907
  #: lib/settings.php:65
908
  msgid "Uninstall"
@@ -910,25 +910,27 @@ msgstr "Deïnstalleren"
910
 
911
  #: lib/settings.php:69
912
  msgid "Your default screen resolution (browser width)"
913
- msgstr "Je standaard scherm resolutie (browser breedte)"
914
 
915
  #: lib/settings.php:70
916
  msgid "Default screen resolution (in pixels)"
917
- msgstr "Standaard scherm resolutie (in pixels)"
918
 
919
  #: lib/settings.php:75
920
  msgid ""
921
  "Set minimum users level which can view and manage WassUp plugin (default "
922
  "Administrators)"
923
  msgstr ""
 
 
924
 
925
  #: lib/settings.php:80
926
  msgid "Dashboard Settings"
927
- msgstr "Dashboard instellingen"
928
 
929
  #: lib/settings.php:81
930
  msgid "Display small chart in the dashboard"
931
- msgstr ""
932
 
933
  #: lib/settings.php:84
934
  msgid "GEO IP Map (Spy view)"
@@ -936,7 +938,7 @@ msgstr "Geo IP kaart (Spy view)"
936
 
937
  #: lib/settings.php:89
938
  msgid "Display a GEO IP Map in the spy visitors view"
939
- msgstr "Toon een Geo IP kaart in het Spy bezoekers scherm"
940
 
941
  #: lib/settings.php:97
942
  #: lib/settings.php:456
@@ -961,7 +963,7 @@ msgstr "Geo IP kaart benodigt"
961
 
962
  #: lib/settings.php:108
963
  msgid "Please install it to be able to activate this feature"
964
- msgstr ""
965
 
966
  #: lib/settings.php:112
967
  msgid "Time format"
@@ -973,19 +975,19 @@ msgstr "Tijdformaat 12/24 uur"
973
 
974
  #: lib/settings.php:116
975
  msgid "Visitor Detail Settings"
976
- msgstr ""
977
 
978
  #: lib/settings.php:117
979
  msgid "Show chart type - How many axes"
980
- msgstr ""
981
 
982
  #: lib/settings.php:123
983
  msgid "Set how many minutes wait for automatic page refresh"
984
- msgstr "Stel in hoeveel minuten tussen automatisch pagina verversen"
985
 
986
  #: lib/settings.php:123
987
  msgid "Current Visitors Online and Visitors Details"
988
- msgstr "Huidige bezoekers online en bezoeker details"
989
 
990
  #: lib/settings.php:124
991
  msgid "refresh minutes (default 3)"
@@ -993,63 +995,63 @@ msgstr "ververs minuten (standaard 3)"
993
 
994
  #: lib/settings.php:126
995
  msgid "Show visitor details for"
996
- msgstr "Toon bezoeker details voor"
997
 
998
  #: lib/settings.php:131
999
  msgid "Number of items per page"
1000
- msgstr ""
1001
 
1002
  #: lib/settings.php:140
1003
  msgid "Customize Top Ten List"
1004
- msgstr ""
1005
 
1006
  #: lib/settings.php:141
1007
  msgid "Choose one or more items for your Top Ten list"
1008
- msgstr ""
1009
 
1010
  #: lib/settings.php:141
1011
  msgid "over 5 selections may cause horizontal scrolling"
1012
- msgstr ""
1013
 
1014
  #: lib/settings.php:144
1015
  msgid "Top Searches"
1016
- msgstr ""
1017
 
1018
  #: lib/settings.php:145
1019
  msgid "Top Referrers"
1020
- msgstr ""
1021
 
1022
  #: lib/settings.php:146
1023
  msgid "Top Requests"
1024
- msgstr ""
1025
 
1026
  #: lib/settings.php:151
1027
  msgid "Top Locales"
1028
- msgstr ""
1029
 
1030
  #: lib/settings.php:154
1031
  msgid "Top Visitors"
1032
- msgstr ""
1033
 
1034
  #: lib/settings.php:156
1035
  msgid "Top Feeds"
1036
- msgstr ""
1037
 
1038
  #: lib/settings.php:157
1039
  msgid "Top Crawlers"
1040
- msgstr ""
1041
 
1042
  #: lib/settings.php:161
1043
  msgid "Websites/domains to exclude from top referrers"
1044
- msgstr ""
1045
 
1046
  #: lib/settings.php:164
1047
  msgid "Comma separated value"
1048
- msgstr ""
1049
 
1050
  #: lib/settings.php:165
1051
  msgid "Don't list your website domain defined in WordPress"
1052
- msgstr ""
1053
 
1054
  #: lib/settings.php:168
1055
  #: lib/settings.php:203
@@ -1067,73 +1069,75 @@ msgstr "Herstel naar standaard instellingen"
1067
 
1068
  #: lib/settings.php:172
1069
  msgid "Statistics Recording Settings"
1070
- msgstr ""
1071
 
1072
  #: lib/settings.php:173
1073
  msgid "Enable/Disable Recording"
1074
- msgstr ""
1075
 
1076
  #: lib/settings.php:174
1077
  msgid "Checkbox to record statistics for each type of \"visitor\""
1078
- msgstr ""
1079
 
1080
  #: lib/settings.php:176
1081
  msgid "Record logged in users"
1082
- msgstr ""
1083
 
1084
  #: lib/settings.php:177
1085
  msgid "Record logged in administrators"
1086
- msgstr ""
1087
 
1088
  #: lib/settings.php:178
1089
  msgid "Record spiders and bots"
1090
- msgstr ""
1091
 
1092
  #: lib/settings.php:179
1093
  msgid "Record attack/exploit attempts (libwww-perl agent)"
1094
- msgstr ""
1095
 
1096
  #: lib/settings.php:183
1097
  msgid "Checkbox to record statistics for each type of \"spam\""
1098
- msgstr ""
1099
 
1100
  #: lib/settings.php:185
1101
  msgid "check if an IP has previous comments as spam"
1102
- msgstr ""
1103
 
1104
  #: lib/settings.php:191
1105
  msgid "Statistics Recording Exceptions"
1106
- msgstr ""
1107
 
1108
  #: lib/settings.php:193
1109
  msgid "Sites"
1110
- msgstr ""
1111
 
1112
  #: lib/settings.php:193
1113
  msgid "Enter source IPs to exclude from recording"
1114
- msgstr ""
1115
 
1116
  #: lib/settings.php:195
1117
  msgid "comma separated value (ex: 127.0.0.1, 10.0.0.1, etc...)"
1118
- msgstr ""
1119
 
1120
  #: lib/settings.php:197
1121
  msgid "Users"
1122
- msgstr ""
1123
 
1124
  #: lib/settings.php:197
1125
  msgid "Enter usernames to exclude from recording"
1126
- msgstr ""
1127
 
1128
  #: lib/settings.php:199
1129
  msgid ""
1130
  "comma separated value, enter a registered user's login name (ex: bobmarley, "
1131
  "enyabrennan, etc.)"
1132
  msgstr ""
 
 
1133
 
1134
  #: lib/settings.php:200
1135
  msgid "Posts/pages"
1136
- msgstr ""
1137
 
1138
  #: lib/settings.php:200
1139
  msgid "enter requested URLs to exclude from recording"
@@ -1144,11 +1148,14 @@ msgid ""
1144
  "comma separated value, don't enter entire url, only the last path or some "
1145
  "word to exclude (ex: /category/wordpress, 2007, etc...)"
1146
  msgstr ""
 
 
 
1147
 
1148
  #: lib/settings.php:231
1149
  #: lib/settings.php:233
1150
  msgid "Rescan Old Records"
1151
- msgstr ""
1152
 
1153
  #: lib/settings.php:232
1154
  msgid ""
@@ -1156,10 +1163,13 @@ msgid ""
1156
  "latest spider, search engine, and spam data properly identified. Click the "
1157
  "\"Rescan\" button to retroactively scan and update old records"
1158
  msgstr ""
 
 
 
1159
 
1160
  #: lib/settings.php:236
1161
  msgid "Select actions for table growth"
1162
- msgstr ""
1163
 
1164
  #: lib/settings.php:237
1165
  msgid ""
@@ -1192,19 +1202,19 @@ msgstr "email naar"
1192
 
1193
  #: lib/settings.php:247
1194
  msgid "when table reaches"
1195
- msgstr "indien de tabel de volgende grootte bereikt:"
1196
 
1197
  #: lib/settings.php:249
1198
  msgid "Empty table"
1199
- msgstr "Lege tabel"
1200
 
1201
  #: lib/settings.php:250
1202
  msgid "export table in SQL format"
1203
- msgstr "Exporteer tabel in SQL formaat"
1204
 
1205
  #: lib/settings.php:252
1206
  msgid "backup table to server file"
1207
- msgstr ""
1208
 
1209
  #: lib/settings.php:254
1210
  msgid "Automatically delete records older than:"
@@ -1255,7 +1265,7 @@ msgstr "1 jaar"
1255
 
1256
  #: lib/settings.php:270
1257
  msgid "Server Settings and Memory Resources"
1258
- msgstr "Server instellingen en geheugen gebruik"
1259
 
1260
  #: lib/settings.php:271
1261
  msgid "For information only. Some values may be adjustable in startup files"
@@ -1297,7 +1307,7 @@ msgstr "onbekend"
1297
 
1298
  #: lib/settings.php:285
1299
  msgid "Time Offset"
1300
- msgstr ""
1301
 
1302
  #: lib/settings.php:286
1303
  msgid "hours"
@@ -1319,7 +1329,7 @@ msgstr "uitgeschakeld"
1319
 
1320
  #: lib/settings.php:294
1321
  msgid "File Open Restrictions"
1322
- msgstr ""
1323
 
1324
  #: lib/settings.php:304
1325
  msgid "Memory Allocation"
@@ -1331,11 +1341,11 @@ msgstr "geheugen gebruik"
1331
 
1332
  #: lib/settings.php:332
1333
  msgid "Script Timeout Limit"
1334
- msgstr ""
1335
 
1336
  #: lib/settings.php:337
1337
  msgid "Browser Capabilities File"
1338
- msgstr ""
1339
 
1340
  #: lib/settings.php:339
1341
  msgid "not set"
@@ -1351,7 +1361,7 @@ msgstr "geïnstalleerd"
1351
 
1352
  #: lib/settings.php:351
1353
  msgid "Engine"
1354
- msgstr ""
1355
 
1356
  #: lib/settings.php:389
1357
  msgid "Query Cache"
@@ -1365,15 +1375,15 @@ msgstr "uitgeschakeld"
1365
 
1366
  #: lib/settings.php:399
1367
  msgid "Index (Key) Buffer"
1368
- msgstr ""
1369
 
1370
  #: lib/settings.php:410
1371
  msgid "Read Buffer"
1372
- msgstr ""
1373
 
1374
  #: lib/settings.php:421
1375
  msgid "Wait Timeout"
1376
- msgstr ""
1377
 
1378
  #: lib/settings.php:428
1379
  msgid "Char Set/Collation"
@@ -1434,47 +1444,47 @@ msgstr "Auteur"
1434
 
1435
  #: lib/wassup.class.php:215
1436
  msgid "None - don't show chart"
1437
- msgstr ""
1438
 
1439
  #: lib/wassup.class.php:216
1440
  msgid "One - 2 lines chart 1 axis"
1441
- msgstr ""
1442
 
1443
  #: lib/wassup.class.php:217
1444
  msgid "Two - 2 lines chart 2 axes"
1445
- msgstr ""
1446
 
1447
  #: lib/wassup.class.php:231
1448
  msgid "Everything"
1449
- msgstr "alles"
1450
 
1451
  #: lib/wassup.class.php:233
1452
  msgid "No spider"
1453
- msgstr "geen spider"
1454
 
1455
  #: lib/wassup.class.php:235
1456
  msgid "No Spam"
1457
- msgstr "geen spam"
1458
 
1459
  #: lib/wassup.class.php:236
1460
  msgid "No Spam, No Spider"
1461
- msgstr "geen spam, geen spider"
1462
 
1463
  #: lib/wassup.class.php:237
1464
  msgid "Users logged in"
1465
- msgstr "ingelogde gebruikers"
1466
 
1467
  #: lib/wassup.class.php:238
1468
  msgid "Comment authors"
1469
- msgstr ""
1470
 
1471
  #: lib/wassup.class.php:239
1472
  msgid "Referrer from search engine"
1473
- msgstr ""
1474
 
1475
  #: lib/wassup.class.php:240
1476
  msgid "Referrer from ext link"
1477
- msgstr ""
1478
 
1479
  #: lib/wassup.class.php:258
1480
  msgid "Don't delete anything"
@@ -1490,4 +1500,4 @@ msgstr "7 dagen"
1490
 
1491
  #: lib/wassup.class.php:275
1492
  msgid "all time"
1493
- msgstr ""
8
  "Project-Id-Version: wassup\n"
9
  "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
  "POT-Creation-Date: 2009-05-18 12:28+0100\n"
11
+ "PO-Revision-Date: 2013-01-19 19:17+0000\n"
12
+ "Last-Translator: Erwin <earvdl@gmail.com>\n"
13
  "Language-Team: Dutch <nl@li.org>\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Launchpad-Export-Date: 2014-01-12 09:52+0000\n"
18
+ "X-Generator: Launchpad (build 16890)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
34
 
35
  #: wassup.php:414
36
  msgid "Hide TopTen"
37
+ msgstr "Top-10 verbergen"
38
 
39
  #: wassup.php:417
40
  msgid "Show TopTen"
41
+ msgstr "Toon Top-10"
42
 
43
  #: wassup.php:423
44
  msgid "Collapse All"
53
 
54
  #: wassup.php:431
55
  msgid "Expand Cronology"
56
+ msgstr "Toon chronologische lijst bezochte pagina's"
57
 
58
  #: wassup.php:434
59
  msgid "Collapse Cronology"
60
+ msgstr "Maskeer chronologische lijst van bezochte pagina's"
61
 
62
  #: wassup.php:526
63
  msgid "Visitor Details"
64
+ msgstr "Bezoekersdetails"
65
 
66
  #: wassup.php:529
67
  msgid "Spy Visitors"
70
  #: wassup.php:529
71
  #: wassup.php:861
72
  msgid "SPY Visitors"
73
+ msgstr "Bespied bezoekers"
74
 
75
  #: wassup.php:530
76
  #: wassup.php:759
77
  msgid "Current Visitors Online"
78
+ msgstr "Huidige bezoekers"
79
 
80
  #: wassup.php:531
81
  #: wassup.php:917
124
  #: wassup.php:760
125
  #: wassup.php:862
126
  msgid "Comments Authors"
127
+ msgstr "Auteurs van reacties"
128
 
129
  #: wassup.php:760
130
  #: wassup.php:862
156
  #: wassup.php:818
157
  #: wassup.php:1405
158
  msgid "COMMENT AUTHOR"
159
+ msgstr "AUTEURS VAN REACTIES"
160
 
161
  #: wassup.php:864
162
  msgid "Pause"
168
 
169
  #: wassup.php:866
170
  msgid "Spy items by"
171
+ msgstr "Bespied het volgende"
172
 
173
  #: wassup.php:918
174
  msgid ""
199
 
200
  #: wassup.php:1102
201
  msgid "Hide the chart"
202
+ msgstr "Verberg de grafiek"
203
 
204
  #: wassup.php:1105
205
  msgid "show chart"
215
 
216
  #: wassup.php:1122
217
  msgid "Items per page"
218
+ msgstr "Items per pagina"
219
 
220
  #: wassup.php:1132
221
  msgid "Show items by"
239
 
240
  #: wassup.php:1166
241
  msgid "Collapse Chronology"
242
+ msgstr "Maskeer chronologische lijst van bezochte pagina's"
243
 
244
  #: wassup.php:1185
245
  msgid "Spam Options"
248
  #: wassup.php:1187
249
  #: lib/settings.php:182
250
  msgid "Enable/Disable Spam Check on Records"
251
+ msgstr "Schakel controle op spam in/uit"
252
 
253
  #: wassup.php:1188
254
  #: lib/settings.php:185
255
  msgid "Record Akismet comment spam attempts"
256
+ msgstr "Sla spampogingen via reacties op"
257
 
258
  #: wassup.php:1189
259
  #: lib/settings.php:186
260
  msgid "Record referrer spam attempts"
261
+ msgstr "Sla spampogingen door verwijzer op"
262
 
263
  #: wassup.php:1190
264
  #: lib/settings.php:187
265
  msgid "Record admin break-in/hacker attempts"
266
+ msgstr "Sla inbraakpogingen op"
267
 
268
  #: wassup.php:1191
269
  #: lib/settings.php:168
297
 
298
  #: wassup.php:1209
299
  msgid "Top Ten"
300
+ msgstr "Top-10"
301
 
302
  #: wassup.php:1209
303
  msgid "Show Top Ten"
304
+ msgstr "Laat top-10 zien"
305
 
306
  #: wassup.php:1263
307
  #: lib/action.php:175
326
 
327
  #: wassup.php:1274
328
  msgid "Comment author"
329
+ msgstr "Auteurs van reacties"
330
 
331
  #: wassup.php:1276
332
  msgid "Feed"
434
 
435
  #: wassup.php:1342
436
  msgid "Show the items as raw table"
437
+ msgstr "Toon de items als een kale tabel"
438
 
439
  #: wassup.php:1380
440
  msgid "SEARCH ENGINE"
470
 
471
  #: wassup.php:1433
472
  msgid "Referer Spam"
473
+ msgstr "Spam van doorverwijzer"
474
 
475
  #: wassup.php:1434
476
  #: lib/wassup.class.php:234
500
 
501
  #: wassup.php:1511
502
  msgid "Too few records to print chart"
503
+ msgstr "Te weinig gegevens om grafiek te maken"
504
 
505
  #: wassup.php:1527
506
  msgid "Check the official"
507
+ msgstr "Bekijk de officiële"
508
 
509
  #: wassup.php:1527
510
  msgid "page for updates, bug reports and your hints to improve it"
511
+ msgstr "pagina voor updates, bugverslagen en om je hits te verbeteren"
512
 
513
  #: wassup.php:1527
514
  msgid "User Guide documentation"
515
+ msgstr "gebruikersgids"
516
 
517
  #: wassup.php:1528
518
  msgid "Exec time"
519
+ msgstr "Benodige executietijd"
520
 
521
  #: wassup.php:2349
522
  msgid "WassUp Plugin table has reached maximum size!"
582
 
583
  #: wassup.php:3340
584
  msgid "Error getting table details"
585
+ msgstr "Fout bij het verkrijgen van tabeldetails"
586
 
587
  #: wassup.php:3348
588
  #, php-format
592
  #: wassup.php:3359
593
  #, php-format
594
  msgid "Table structure of table %s"
595
+ msgstr "Tabelstructuur van tabel %s"
596
 
597
  #: wassup.php:3367
598
  #, php-format
599
  msgid "Error with SHOW CREATE TABLE for %s."
600
+ msgstr "Fout voor SHOW CREATE TABLE voor %s"
601
 
602
  #: wassup.php:3374
603
  #, php-format
607
  #: wassup.php:3382
608
  #, php-format
609
  msgid "Data contents of table %s"
610
+ msgstr "Inhoud van tabel %s"
611
 
612
  #: wassup.php:3443
613
  #, php-format
614
  msgid "End of data contents of table %s"
615
+ msgstr "Einde van de data in tabel %s"
616
 
617
  #: wassup.php:3455
618
  msgid "If above timestamp is not current time, this page is cached"
635
  #: wassup.php:3568
636
  #: wassup.php:3741
637
  msgid "Real Time Visitors Tracking"
638
+ msgstr "Volg bezoekers in echttijd"
639
 
640
  #: wassup.php:3497
641
  msgid "Last searched terms"
643
 
644
  #: wassup.php:3510
645
  msgid "Last referers"
646
+ msgstr "Laatste verwijzers"
647
 
648
  #: wassup.php:3525
649
  #: lib/settings.php:149
657
 
658
  #: wassup.php:3559
659
  msgid "visitor(s) online"
660
+ msgstr "Huidige bezoeker(s)"
661
 
662
  #: wassup.php:3562
663
  msgid "logged-in user(s)"
664
+ msgstr "Ingelogde gebruikers"
665
 
666
  #: wassup.php:3566
667
  msgid "comment author(s)"
668
+ msgstr "auteur(s) van reacties"
669
 
670
  #: wassup.php:3632
671
  msgid "Title"
677
 
678
  #: wassup.php:3637
679
  msgid "Stylesheet class for &lt;ul&gt; attribute"
680
+ msgstr "Stylesheet class voor &lt;ul&gt; attribuut"
681
 
682
  #: wassup.php:3639
683
  msgid "default \"links\""
684
+ msgstr "Standaard \"link\""
685
 
686
  #: wassup.php:3642
687
  msgid "Number of characters to display from left"
688
+ msgstr "Aantal karakters om vanaf links te tonen"
689
 
690
  #: wassup.php:3644
691
  msgid "For template compatibility - default 18"
697
 
698
  #: wassup.php:3650
699
  msgid "Stats recording must be enabled in WassUp options"
700
+ msgstr "Opnemen van statistieken moet aangezet worden in WassUp-opties"
701
 
702
  #: wassup.php:3651
703
  #: wassup.php:3657
708
 
709
  #: wassup.php:3656
710
  msgid "Show number of comment authors online"
711
+ msgstr "Toon huidige aantal auteurs van reacties"
712
 
713
  #: wassup.php:3662
714
  msgid "Show latest searches"
716
 
717
  #: wassup.php:3666
718
  msgid "How many searches?"
719
+ msgstr "Hoeveel zoekopdrachten?"
720
 
721
  #: wassup.php:3668
722
  #: wassup.php:3680
727
 
728
  #: wassup.php:3674
729
  msgid "Show latest external referrers"
730
+ msgstr "Toon laatse verwijzers"
731
 
732
  #: wassup.php:3678
733
  msgid "How many referrers?"
734
+ msgstr "Hoeveel verwijzers?"
735
 
736
  #: wassup.php:3686
737
  msgid "Show top browsers"
738
+ msgstr "Toon meest gebruikte browsers"
739
 
740
  #: wassup.php:3686
741
  #: wassup.php:3698
745
  #: wassup.php:3687
746
  #: wassup.php:3699
747
  msgid "Enabling it could slow down blog)"
748
+ msgstr "Aanzetten kan snelheid blog verlagen)"
749
 
750
  #: wassup.php:3690
751
  msgid "How many browsers?"
752
+ msgstr "Hoeveel browsers?"
753
 
754
  #: wassup.php:3698
755
  msgid "Show top operating systems"
756
+ msgstr "Toon meest gebruikte operating systems"
757
 
758
  #: wassup.php:3702
759
  msgid "How many operating systems?"
760
+ msgstr "Hoeveel operating systems?"
761
 
762
  #: wassup.php:3713
763
  msgid "Wassup Widget"
777
 
778
  #: lib/action.php:257
779
  msgid "TOP QUERY"
780
+ msgstr "Meest gebruikte zoekopdracht"
781
 
782
  #: lib/action.php:276
783
  msgid "TOP REFERRER"
784
+ msgstr "Meest gebruikte verwijzer"
785
 
786
  #: lib/action.php:302
787
  msgid "TOP REQUEST"
788
+ msgstr "Bets gelezen pagina"
789
 
790
  #: lib/action.php:323
791
  msgid "TOP BROWSER"
792
+ msgstr "Meest gebruikte browser"
793
 
794
  #: lib/action.php:343
795
  msgid "TOP OS"
796
+ msgstr "Meest gebruikte OS"
797
 
798
  #: lib/action.php:364
799
  msgid "TOP LOCALE"
800
+ msgstr "Meest voorkomende land"
801
 
802
  #: lib/action.php:391
803
  msgid "TOP VISITOR"
804
+ msgstr "Beste bezoeker"
805
 
806
  #: lib/action.php:409
807
  msgid "This top ten doesn't include Spam records"
808
+ msgstr "Deze top-10 bevat geen spam"
809
 
810
  #: lib/action.php:414
811
  msgid "ERROR: Missing or unknown parameters"
812
+ msgstr "Fout: missende of onbekende parameters"
813
 
814
  #: lib/action.php:423
815
  msgid "ERROR: Nothing to do here"
816
+ msgstr "Fout: Er is hier niets te doen"
817
 
818
  #: lib/main.php:85
819
  msgid "Next"
826
  #: lib/main.php:120
827
  #: lib/main.php:124
828
  msgid "It is necessary to specify the"
829
+ msgstr "Specificeer het volgende:"
830
 
831
  #: lib/main.php:120
832
  msgid "number of pages"
833
+ msgstr "Aantal pagina's"
834
 
835
  #: lib/main.php:124
836
  msgid "limit of items"
837
+ msgstr "maximum aantal items"
838
 
839
  #: lib/main.php:124
840
  msgid "to show per page"
841
+ msgstr "om per pagina te tonen"
842
 
843
  #: lib/main.php:209
844
  msgid "Pages"
846
 
847
  #: lib/main.php:777
848
  msgid "No visitor activity"
849
+ msgstr "Geen bezoekersactiviteit"
850
 
851
  #: lib/main.php:1179
852
  msgid "Last 6 Hours"
890
 
891
  #: lib/settings.php:55
892
  msgid "Select the options you want for the WassUp plugin"
893
+ msgstr "Selecteer de WassUp-opties die u wenst"
894
 
895
  #: lib/settings.php:62
896
  msgid "General Setup"
898
 
899
  #: lib/settings.php:63
900
  msgid "Statistics Recording"
901
+ msgstr "Gegevensopslag"
902
 
903
  #: lib/settings.php:64
904
  msgid "Manage Files & Database"
905
+ msgstr "Databasebeheer"
906
 
907
  #: lib/settings.php:65
908
  msgid "Uninstall"
910
 
911
  #: lib/settings.php:69
912
  msgid "Your default screen resolution (browser width)"
913
+ msgstr "Je standaard schermresolutie (browserbreedte)"
914
 
915
  #: lib/settings.php:70
916
  msgid "Default screen resolution (in pixels)"
917
+ msgstr "Standaard schermresolutie (in pixels)"
918
 
919
  #: lib/settings.php:75
920
  msgid ""
921
  "Set minimum users level which can view and manage WassUp plugin (default "
922
  "Administrators)"
923
  msgstr ""
924
+ "Stel minimum gebruikersniveau in voor het bekijken en aanpassen van de "
925
+ "WassUp-plugin (standaard: Beheerder)"
926
 
927
  #: lib/settings.php:80
928
  msgid "Dashboard Settings"
929
+ msgstr "Dashboard-instellingen"
930
 
931
  #: lib/settings.php:81
932
  msgid "Display small chart in the dashboard"
933
+ msgstr "Toon kleine grafiek op het dashboard"
934
 
935
  #: lib/settings.php:84
936
  msgid "GEO IP Map (Spy view)"
938
 
939
  #: lib/settings.php:89
940
  msgid "Display a GEO IP Map in the spy visitors view"
941
+ msgstr "Toon een Geo IP-kaart in het Spy bezoekersscherm"
942
 
943
  #: lib/settings.php:97
944
  #: lib/settings.php:456
963
 
964
  #: lib/settings.php:108
965
  msgid "Please install it to be able to activate this feature"
966
+ msgstr "Installeer het om deze optie te kunnen activeren"
967
 
968
  #: lib/settings.php:112
969
  msgid "Time format"
975
 
976
  #: lib/settings.php:116
977
  msgid "Visitor Detail Settings"
978
+ msgstr "Instellingen voor bezoekersdetails"
979
 
980
  #: lib/settings.php:117
981
  msgid "Show chart type - How many axes"
982
+ msgstr "Grafiektype - aantal assen"
983
 
984
  #: lib/settings.php:123
985
  msgid "Set how many minutes wait for automatic page refresh"
986
+ msgstr "Stel in na hoeveel minuten pagina's moeten worden ververst"
987
 
988
  #: lib/settings.php:123
989
  msgid "Current Visitors Online and Visitors Details"
990
+ msgstr "Huidige bezoekers online en bezoekerdetails"
991
 
992
  #: lib/settings.php:124
993
  msgid "refresh minutes (default 3)"
995
 
996
  #: lib/settings.php:126
997
  msgid "Show visitor details for"
998
+ msgstr "Toon bezoekerdetails voor"
999
 
1000
  #: lib/settings.php:131
1001
  msgid "Number of items per page"
1002
+ msgstr "Aantal items per pagina"
1003
 
1004
  #: lib/settings.php:140
1005
  msgid "Customize Top Ten List"
1006
+ msgstr "Pas top-10 lijst aan"
1007
 
1008
  #: lib/settings.php:141
1009
  msgid "Choose one or more items for your Top Ten list"
1010
+ msgstr "Kies een of meer items voor je top-10 lijst"
1011
 
1012
  #: lib/settings.php:141
1013
  msgid "over 5 selections may cause horizontal scrolling"
1014
+ msgstr "meer dan 5 selecties kan horizontaal scrollen veroorzaken"
1015
 
1016
  #: lib/settings.php:144
1017
  msgid "Top Searches"
1018
+ msgstr "Top zoekopdrachten"
1019
 
1020
  #: lib/settings.php:145
1021
  msgid "Top Referrers"
1022
+ msgstr "Top verwijzers"
1023
 
1024
  #: lib/settings.php:146
1025
  msgid "Top Requests"
1026
+ msgstr "Top pagina's"
1027
 
1028
  #: lib/settings.php:151
1029
  msgid "Top Locales"
1030
+ msgstr "Top landen"
1031
 
1032
  #: lib/settings.php:154
1033
  msgid "Top Visitors"
1034
+ msgstr "Top bezoekers"
1035
 
1036
  #: lib/settings.php:156
1037
  msgid "Top Feeds"
1038
+ msgstr "Top feeds"
1039
 
1040
  #: lib/settings.php:157
1041
  msgid "Top Crawlers"
1042
+ msgstr "Top crawlers"
1043
 
1044
  #: lib/settings.php:161
1045
  msgid "Websites/domains to exclude from top referrers"
1046
+ msgstr "Websites/domeinen die uitgesloten worden van de topverwijzers"
1047
 
1048
  #: lib/settings.php:164
1049
  msgid "Comma separated value"
1050
+ msgstr "Door komma gescheiden waarde"
1051
 
1052
  #: lib/settings.php:165
1053
  msgid "Don't list your website domain defined in WordPress"
1054
+ msgstr "Vul niet uw websitedomein in zoals gedefinieerd in WordPress"
1055
 
1056
  #: lib/settings.php:168
1057
  #: lib/settings.php:203
1069
 
1070
  #: lib/settings.php:172
1071
  msgid "Statistics Recording Settings"
1072
+ msgstr "Instellingen voor het opslaan van gegevens"
1073
 
1074
  #: lib/settings.php:173
1075
  msgid "Enable/Disable Recording"
1076
+ msgstr "Schakel gegevensopslag in/uit"
1077
 
1078
  #: lib/settings.php:174
1079
  msgid "Checkbox to record statistics for each type of \"visitor\""
1080
+ msgstr "Selecteer de bezoekersgegevens die opgeslagen moeten worden"
1081
 
1082
  #: lib/settings.php:176
1083
  msgid "Record logged in users"
1084
+ msgstr "Sla ingelogde gebruikers op"
1085
 
1086
  #: lib/settings.php:177
1087
  msgid "Record logged in administrators"
1088
+ msgstr "Sla ingelogde beheerders op"
1089
 
1090
  #: lib/settings.php:178
1091
  msgid "Record spiders and bots"
1092
+ msgstr "Sla spiders en bots op"
1093
 
1094
  #: lib/settings.php:179
1095
  msgid "Record attack/exploit attempts (libwww-perl agent)"
1096
+ msgstr "Sla aanval- en misbruikpogingen op (libwww-perl agent)"
1097
 
1098
  #: lib/settings.php:183
1099
  msgid "Checkbox to record statistics for each type of \"spam\""
1100
+ msgstr "Selecteer de spamgegevens die opgeslagen moet en worden"
1101
 
1102
  #: lib/settings.php:185
1103
  msgid "check if an IP has previous comments as spam"
1104
+ msgstr "controleer met Akismet of een IP-adres eerder een spamreactie gaf"
1105
 
1106
  #: lib/settings.php:191
1107
  msgid "Statistics Recording Exceptions"
1108
+ msgstr "Uitzonderingen bij het opslaan van gegevens"
1109
 
1110
  #: lib/settings.php:193
1111
  msgid "Sites"
1112
+ msgstr "Websites"
1113
 
1114
  #: lib/settings.php:193
1115
  msgid "Enter source IPs to exclude from recording"
1116
+ msgstr "Vul IP-adressen in die genegeerd moeten worden"
1117
 
1118
  #: lib/settings.php:195
1119
  msgid "comma separated value (ex: 127.0.0.1, 10.0.0.1, etc...)"
1120
+ msgstr "door komma gescheiden waarde (bijv. 127.0.0.1, 10.0.0.1, etc...)"
1121
 
1122
  #: lib/settings.php:197
1123
  msgid "Users"
1124
+ msgstr "Gebruikers"
1125
 
1126
  #: lib/settings.php:197
1127
  msgid "Enter usernames to exclude from recording"
1128
+ msgstr "Vul gebruikersnamen in die genegeerd moeten worden"
1129
 
1130
  #: lib/settings.php:199
1131
  msgid ""
1132
  "comma separated value, enter a registered user's login name (ex: bobmarley, "
1133
  "enyabrennan, etc.)"
1134
  msgstr ""
1135
+ "door komma gescheiden waarde, vul een geregistreerde gebruiksnaam in (bijv. "
1136
+ "bobmarley, enyabrennan, etc.)"
1137
 
1138
  #: lib/settings.php:200
1139
  msgid "Posts/pages"
1140
+ msgstr "Berichten/pagina's"
1141
 
1142
  #: lib/settings.php:200
1143
  msgid "enter requested URLs to exclude from recording"
1148
  "comma separated value, don't enter entire url, only the last path or some "
1149
  "word to exclude (ex: /category/wordpress, 2007, etc...)"
1150
  msgstr ""
1151
+ "door komma gescheiden waarde, vul geen volledige url in, alleen het laatste "
1152
+ "deel of enkele uit te sluiten woorden (bijv. /category/wordpress, 2007, "
1153
+ "etc...)"
1154
 
1155
  #: lib/settings.php:231
1156
  #: lib/settings.php:233
1157
  msgid "Rescan Old Records"
1158
+ msgstr "Scan eerder opgeslagen gegevens opnieuw"
1159
 
1160
  #: lib/settings.php:232
1161
  msgid ""
1163
  "latest spider, search engine, and spam data properly identified. Click the "
1164
  "\"Rescan\" button to retroactively scan and update old records"
1165
  msgstr ""
1166
+ "Opgeslagen statistieken van eerdere WassUp-versies gebruikten wellicht niet "
1167
+ "de laatste spider-, zoekmachine- en spamdefinities. Klik op de Rescan-knop "
1168
+ "om de oude statistieken te updaten."
1169
 
1170
  #: lib/settings.php:236
1171
  msgid "Select actions for table growth"
1172
+ msgstr "Beheer de grootte van de database"
1173
 
1174
  #: lib/settings.php:237
1175
  msgid ""
1202
 
1203
  #: lib/settings.php:247
1204
  msgid "when table reaches"
1205
+ msgstr "indien de database de volgende grootte bereikt:"
1206
 
1207
  #: lib/settings.php:249
1208
  msgid "Empty table"
1209
+ msgstr "Leeg de database"
1210
 
1211
  #: lib/settings.php:250
1212
  msgid "export table in SQL format"
1213
+ msgstr "Exporteer database in SQL-formaat"
1214
 
1215
  #: lib/settings.php:252
1216
  msgid "backup table to server file"
1217
+ msgstr "maak backup van tabel naar serverbestand"
1218
 
1219
  #: lib/settings.php:254
1220
  msgid "Automatically delete records older than:"
1265
 
1266
  #: lib/settings.php:270
1267
  msgid "Server Settings and Memory Resources"
1268
+ msgstr "Serverinstellingen en geheugengebruik"
1269
 
1270
  #: lib/settings.php:271
1271
  msgid "For information only. Some values may be adjustable in startup files"
1307
 
1308
  #: lib/settings.php:285
1309
  msgid "Time Offset"
1310
+ msgstr "Offsettijd"
1311
 
1312
  #: lib/settings.php:286
1313
  msgid "hours"
1329
 
1330
  #: lib/settings.php:294
1331
  msgid "File Open Restrictions"
1332
+ msgstr "Restricties voor openen van bestanden"
1333
 
1334
  #: lib/settings.php:304
1335
  msgid "Memory Allocation"
1341
 
1342
  #: lib/settings.php:332
1343
  msgid "Script Timeout Limit"
1344
+ msgstr "Script"
1345
 
1346
  #: lib/settings.php:337
1347
  msgid "Browser Capabilities File"
1348
+ msgstr "Bestand met browsereigenschappen"
1349
 
1350
  #: lib/settings.php:339
1351
  msgid "not set"
1361
 
1362
  #: lib/settings.php:351
1363
  msgid "Engine"
1364
+ msgstr "Engine"
1365
 
1366
  #: lib/settings.php:389
1367
  msgid "Query Cache"
1375
 
1376
  #: lib/settings.php:399
1377
  msgid "Index (Key) Buffer"
1378
+ msgstr "Indexbuffer"
1379
 
1380
  #: lib/settings.php:410
1381
  msgid "Read Buffer"
1382
+ msgstr "Leesbuffer"
1383
 
1384
  #: lib/settings.php:421
1385
  msgid "Wait Timeout"
1386
+ msgstr "Wachttijd"
1387
 
1388
  #: lib/settings.php:428
1389
  msgid "Char Set/Collation"
1444
 
1445
  #: lib/wassup.class.php:215
1446
  msgid "None - don't show chart"
1447
+ msgstr "geen - toon geen grafiek"
1448
 
1449
  #: lib/wassup.class.php:216
1450
  msgid "One - 2 lines chart 1 axis"
1451
+ msgstr "één - grafiek met twee lijnen en één as"
1452
 
1453
  #: lib/wassup.class.php:217
1454
  msgid "Two - 2 lines chart 2 axes"
1455
+ msgstr "twee - grafiek met twee lijnen en twee assen"
1456
 
1457
  #: lib/wassup.class.php:231
1458
  msgid "Everything"
1459
+ msgstr "Alles"
1460
 
1461
  #: lib/wassup.class.php:233
1462
  msgid "No spider"
1463
+ msgstr "Geen spider"
1464
 
1465
  #: lib/wassup.class.php:235
1466
  msgid "No Spam"
1467
+ msgstr "Geen spam"
1468
 
1469
  #: lib/wassup.class.php:236
1470
  msgid "No Spam, No Spider"
1471
+ msgstr "Geen spam, geen spider"
1472
 
1473
  #: lib/wassup.class.php:237
1474
  msgid "Users logged in"
1475
+ msgstr "Ingelogde gebruikers"
1476
 
1477
  #: lib/wassup.class.php:238
1478
  msgid "Comment authors"
1479
+ msgstr "Auteurs van reacties"
1480
 
1481
  #: lib/wassup.class.php:239
1482
  msgid "Referrer from search engine"
1483
+ msgstr "Doorverwezen via zoekmachine"
1484
 
1485
  #: lib/wassup.class.php:240
1486
  msgid "Referrer from ext link"
1487
+ msgstr "Doorverwezen vanaf externe link"
1488
 
1489
  #: lib/wassup.class.php:258
1490
  msgid "Don't delete anything"
1500
 
1501
  #: lib/wassup.class.php:275
1502
  msgid "all time"
1503
+ msgstr "van alle tijden"
language/pl_PL.mo CHANGED
Binary file
language/pl_PL.po CHANGED
@@ -4,13 +4,13 @@ msgstr ""
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2009-05-18 12:28+0100\n"
6
  "PO-Revision-Date: 2010-04-07 12:57+0000\n"
7
- "Last-Translator: Marcin Szymkowski <Unknown>\n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Launchpad-Export-Date: 2010-10-09 11:12+0000\n"
13
- "X-Generator: Launchpad (build Unknown)\n"
14
  "X-Poedit-SearchPath-0: /home/m1k/Desktop/wassup_translation/wassup\n"
15
  "X-Poedit-Basepath: .\n"
16
  "X-Poedit-KeywordsList: __;_e\n"
@@ -1493,101 +1493,3 @@ msgstr "7 dni"
1493
  #: lib/wassup.class.php:275
1494
  msgid "all time"
1495
  msgstr ""
1496
-
1497
- #~ msgid "Hide the chart and site usage"
1498
- #~ msgstr "Ukryj wykres i statystyki użytkowania"
1499
-
1500
- #~ msgid "Show the chart and site usage"
1501
- #~ msgstr "Pokaż wykres i statystyki użytkowania"
1502
-
1503
- #~ msgid "Referer from search engine"
1504
- #~ msgstr "Źródło z wyszukiwarki"
1505
-
1506
- #~ msgid "Referer from ext link"
1507
- #~ msgstr "Źródło z zewnętrznego odnośnika"
1508
-
1509
- #~ msgid "What title for the widget (default \"Visitors Online\")"
1510
- #~ msgstr "Tytuł dla wiggetu (domyślnie \"Użytkowników Online\")"
1511
-
1512
- #~ msgid "What style sheet class for &lt;ul&gt; attribute (default \"links\")"
1513
- #~ msgstr ""
1514
- #~ "Którą klasę z arkuszy stylów dla znacznika &lt;ul&gt; użyć (domyślnie "
1515
- #~ "\"links\")"
1516
-
1517
- #~ msgid "How many characters left? (For template compatibility - default 18)"
1518
- #~ msgstr ""
1519
- #~ "Ile pokazywać znaków w lini? (Dla kompatybilności z szablonami - domyślnie "
1520
- #~ "18)"
1521
-
1522
- #~ msgid "Check if you want to show logged-in online users (default Yes)"
1523
- #~ msgstr ""
1524
- #~ "Zaznacz, jeśli chcesz pokazywać zalogowanych użytkowników (domyślnie Tak)"
1525
-
1526
- #~ msgid "Check if you want to show comment-author online users (default Yes)"
1527
- #~ msgstr ""
1528
- #~ "Zaznacz, jeśli chcesz pokazywać koemntujących użytkowników (domyślnie Tak)"
1529
-
1530
- #~ msgid "Check if you want to show some last search referers (default Yes)"
1531
- #~ msgstr ""
1532
- #~ "Zaznacz, jeśli chcesz pokazywać ostatnio wyszukiwane frazy (domyślnie Tak)"
1533
-
1534
- #~ msgid "How many search referers want to show (default 5)"
1535
- #~ msgstr "Ile ostatnich wyszukiwań pokazywać (domyślnie 5)"
1536
-
1537
- #~ msgid "Check if you want to show some last external referers (default Yes)"
1538
- #~ msgstr "Zaznacz, jeśli chcesz pokazywać źródła odwiedzin (domyślnie Tak)"
1539
-
1540
- #~ msgid "How many external referers want to show (default 5)"
1541
- #~ msgstr "Ile ostatnich źródeł pokazywać (domyślnie 5)"
1542
-
1543
- #~ msgid "How many top browsers want to show (default 5)"
1544
- #~ msgstr "Ile pokazywać najpopularniejszych przeglądarek (domyślnie 5)"
1545
-
1546
- #~ msgid "How many top operating systems want to show (default 5)"
1547
- #~ msgstr ""
1548
- #~ "Ile pokazywać najpopularniejszych systemów operacyjnych (domyślnie 5)"
1549
-
1550
- #~ msgid "Visit Detail Settings"
1551
- #~ msgstr "Ustawienia"
1552
-
1553
- #~ msgid "Chart type - How many axes"
1554
- #~ msgstr "Rodzaj wykresu - ile osi"
1555
-
1556
- #~ msgid "Enter requested URLs to exclude from recording"
1557
- #~ msgstr ""
1558
- #~ "Wpisz URLe żądanych stron, które mają być wykluczone z rejestowania odwiedzin"
1559
-
1560
- #~ msgid ""
1561
- #~ "comma separated value, don't put the entire url, only the last path or some "
1562
- #~ "word to exclude (ex: /category/wordpress, 2007, etc...)"
1563
- #~ msgstr ""
1564
- #~ "oddzielone przecinkami, nie wpisuj całego adresu, jedynie ciąg po adresie "
1565
- #~ "(http://www.site.com) lub jakieś słowo (np. /category/wordpress, 2007, "
1566
- #~ "etc...)"
1567
-
1568
- #~ msgid "Temporary files location folder"
1569
- #~ msgstr "Folder plików tymczasowych"
1570
-
1571
- #~ msgid "Use absolute directory paths only. This value is usually"
1572
- #~ msgstr "Użyj ścieżki bezwzględnej. Zazwyczaj jest to"
1573
-
1574
- #~ msgid "Administrators"
1575
- #~ msgstr "Administratorzy"
1576
-
1577
- #~ msgid "Contributors"
1578
- #~ msgstr "Felietoniści"
1579
-
1580
- #~ msgid "Authors"
1581
- #~ msgstr "Autorzy"
1582
-
1583
- #~ msgid "One - two lines chart one axis"
1584
- #~ msgstr "Jedna - dwie linie wykresu, jedna oś"
1585
-
1586
- #~ msgid "Two - two lines chart two axes"
1587
- #~ msgstr "Dwie - dwie linie wykresu, dwie osie"
1588
-
1589
- #~ msgid "Spiders"
1590
- #~ msgstr "Wyszukiwarki"
1591
-
1592
- #~ msgid "TOP REFERER"
1593
- #~ msgstr "TOP ŹRÓDEŁ"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2009-05-18 12:28+0100\n"
6
  "PO-Revision-Date: 2010-04-07 12:57+0000\n"
7
+ "Last-Translator: sector <Unknown>\n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Launchpad-Export-Date: 2014-01-12 09:52+0000\n"
13
+ "X-Generator: Launchpad (build 16890)\n"
14
  "X-Poedit-SearchPath-0: /home/m1k/Desktop/wassup_translation/wassup\n"
15
  "X-Poedit-Basepath: .\n"
16
  "X-Poedit-KeywordsList: __;_e\n"
1493
  #: lib/wassup.class.php:275
1494
  msgid "all time"
1495
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
language/pt_BR.mo CHANGED
Binary file
language/pt_BR.po CHANGED
@@ -3,14 +3,14 @@ msgstr ""
3
  "Project-Id-Version: WassUp\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2009-05-18 12:28+0100\n"
6
- "PO-Revision-Date: 2010-08-19 19:44+0000\n"
7
- "Last-Translator: Barbara <baarbara@gmail.com>\n"
8
  "Language-Team: <info@clauber.com.br>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Launchpad-Export-Date: 2010-10-09 11:12+0000\n"
13
- "X-Generator: Launchpad (build Unknown)\n"
14
  "X-Poedit-Country: BRAZIL\n"
15
  "X-Poedit-Language: Portuguese\n"
16
  "X-Poedit-SourceCharset: utf-8\n"
@@ -67,22 +67,22 @@ msgstr "Detalhes do visitante"
67
 
68
  #: wassup.php:529
69
  msgid "Spy Visitors"
70
- msgstr "Monitorar visitantes"
71
 
72
  #: wassup.php:529
73
  #: wassup.php:861
74
  msgid "SPY Visitors"
75
- msgstr "Monitorar visitantes"
76
 
77
  #: wassup.php:530
78
  #: wassup.php:759
79
  msgid "Current Visitors Online"
80
- msgstr "Visitantes online agora"
81
 
82
  #: wassup.php:531
83
  #: wassup.php:917
84
  msgid "Options"
85
- msgstr "Opções"
86
 
87
  #: wassup.php:629
88
  #: wassup.php:654
@@ -214,7 +214,7 @@ msgstr "Mostra o gráfico"
214
 
215
  #: wassup.php:1115
216
  msgid "Summary for the last"
217
- msgstr "Resumo para o último"
218
 
219
  #: wassup.php:1122
220
  msgid "Items per page"
@@ -1510,170 +1510,3 @@ msgstr "7 dias"
1510
  #: lib/wassup.class.php:275
1511
  msgid "all time"
1512
  msgstr "todo período"
1513
-
1514
- #~ msgid ""
1515
- #~ "WassUp has detected a problem with \"session.save_path\" setting in your "
1516
- #~ "Wordpress/PHP configuration. Statistics logging has been disabled as a "
1517
- #~ "result. To fix, go to admin menu, \"Wassup-->Options-->Manage Files & "
1518
- #~ "Database\" and modify \"Temporary files location folder\"."
1519
- #~ msgstr ""
1520
- #~ "WassUp detectou um problema com as configurações \"session.save_path\" no "
1521
- #~ "seu WordPress/configuração do PHP. Registro das estatísticas serão "
1522
- #~ "desabilitadas do resultado. Para corrigir, vá para o menu de administração, "
1523
- #~ "\"Wassup-->Opções-->Gerenciar arquivos & Banco de dados\" e modifique "
1524
- #~ "\"Pasta de arquivos temporários\"."
1525
-
1526
- #~ msgid ""
1527
- #~ "WassUp has detected a problem with \"session.save_path\" setting in your "
1528
- #~ "Wordpress/PHP configuration. Please fix by modifying \"Temporary files "
1529
- #~ "location folder\" in admin menu, \"Wassup-->Options-->Manage Files & "
1530
- #~ "Database\"."
1531
- #~ msgstr ""
1532
- #~ "WassUp detectou um problema com as configurações \"session.save_path\" no "
1533
- #~ "seu WordPress/configuração do PHP. Por favor, corrija modificando a \"Pasta "
1534
- #~ "de arquivos temporários\" no menu de administração, \"Wassup-->Opções--"
1535
- #~ ">Gerenciar arquivos & Banco de dados\"."
1536
-
1537
- #~ msgid "Hide the chart and site usage"
1538
- #~ msgstr "Ocultar gráfico e uso do site"
1539
-
1540
- #~ msgid "Show the chart and site usage"
1541
- #~ msgstr "Mostrar o gráfico e o uso do site"
1542
-
1543
- #~ msgid "End Timestamp"
1544
- #~ msgstr "Fim período"
1545
-
1546
- #~ msgid "What title for the widget (default \"Visitors Online\")"
1547
- #~ msgstr "Qual título para o widget (\"Visitantes Online\" é o padrão)"
1548
-
1549
- #~ msgid "What style sheet class for &lt;ul&gt; attribute (default \"links\")"
1550
- #~ msgstr ""
1551
- #~ "Qual a classe de estilo para o atributo &lt;ul&gt; (\"links\" é o padrão)"
1552
-
1553
- #~ msgid "How many characters left? (For template compatibility - default 18)"
1554
- #~ msgstr ""
1555
- #~ "Com quantos caracteres quebrar? (Para compatibilidade com seu template - o "
1556
- #~ "padrão são 18)"
1557
-
1558
- #~ msgid "Check if you want to show logged-in online users (default Yes)"
1559
- #~ msgstr ""
1560
- #~ "Marque se você quer mostrar os usuários online atualmente (Sim é o padrão)"
1561
-
1562
- #~ msgid "Check if you want to show comment-author online users (default Yes)"
1563
- #~ msgstr ""
1564
- #~ "Marque se você que mostrar os usuários que comentaram que estão online "
1565
- #~ "atualmente (Sim é o padrão)"
1566
-
1567
- #~ msgid "Check if you want to show some last search referers (default Yes)"
1568
- #~ msgstr ""
1569
- #~ "Marque se você quer mostrar as últimas referências de procura (Sim é o "
1570
- #~ "padrão)"
1571
-
1572
- #~ msgid "How many search referers want to show (default 5)"
1573
- #~ msgstr "Quantas referências de procura você quer mostrar (5 é o padrão)"
1574
-
1575
- #~ msgid "Check if you want to show some last external referers (default Yes)"
1576
- #~ msgstr ""
1577
- #~ "Marque se você quer mostrar as últimas referências externas (Sim é o padrão)"
1578
-
1579
- #~ msgid "How many external referers want to show (default 5)"
1580
- #~ msgstr "Quantas referências externas você quer mostrar (5 é o padrão)"
1581
-
1582
- #~ msgid ""
1583
- #~ "Check if you want to show top browsers (default No - enabling it could slow "
1584
- #~ "down blog)"
1585
- #~ msgstr ""
1586
- #~ "Marque se você quer mostrar a lista dos navegadores (Não é o padrão - "
1587
- #~ "habilitá-lo pode fazer travar o seu blog)"
1588
-
1589
- #~ msgid "How many top browsers want to show (default 5)"
1590
- #~ msgstr "Quantos navegadores você quer mostrar na lista (5 é o padrão)"
1591
-
1592
- #~ msgid ""
1593
- #~ "Check if you want to show top operating systems (default No - enabling it "
1594
- #~ "could slow down blog)"
1595
- #~ msgstr ""
1596
- #~ "Marque se você quer mostrar a lista de sistemas operacionais (Não é o padrão "
1597
- #~ "- habilitando-o você pode travar o seu blog)"
1598
-
1599
- #~ msgid "How many top operating systems want to show (default 5)"
1600
- #~ msgstr "Quantos sistemas operacionais você quer mostrar (5 é o padrão)"
1601
-
1602
- #~ msgid "Visit Detail Settings"
1603
- #~ msgstr "Configuração de detalhes do visitante"
1604
-
1605
- #~ msgid "Chart type - How many axes"
1606
- #~ msgstr "Tipo de gráfico - Quantos eixos"
1607
-
1608
- #~ msgid "users only"
1609
- #~ msgstr "apenas usuários"
1610
-
1611
- #~ msgid "Enter requested URLs to exclude from recording"
1612
- #~ msgstr "Defina as URLs requisitadas para excluir do registro"
1613
-
1614
- #~ msgid ""
1615
- #~ "comma separated value, don't put the entire url, only the last path or some "
1616
- #~ "word to exclude (ex: /category/wordpress, 2007, etc...)"
1617
- #~ msgstr ""
1618
- #~ "use vírgula para separar os valores, não coloque a URL completa. Apenas "
1619
- #~ "coloque a última parte da URL para excluir (ex: /category/wordpress, 2007, "
1620
- #~ "etc...)"
1621
-
1622
- #~ msgid "Temporary files location folder"
1623
- #~ msgstr "Pasta de arquivos temporários"
1624
-
1625
- #~ msgid ""
1626
- #~ "Current \"Save path\" directory for storing temporary files used to track "
1627
- #~ "visitor activity"
1628
- #~ msgstr ""
1629
- #~ "Pasta de salvamento dos arquivos temporarários usados para as atividades dos "
1630
- #~ "visitantes"
1631
-
1632
- #~ msgid ""
1633
- #~ "Directory does not exist or is not writable. Please enter a different path "
1634
- #~ "above or change \"session.save_path\" in \"php.ini\" to point to a valid, "
1635
- #~ "writable folder"
1636
- #~ msgstr ""
1637
- #~ "Pasta não existe ou não é permitida a escrita. Por favor, informe uma pasta "
1638
- #~ "diferente acima ou mude \"session.save_path\" no \"php.ini\" para apontar "
1639
- #~ "para um local válido e com direitos de escrita"
1640
-
1641
- #~ msgid ""
1642
- #~ "Note: To adjust, modify the directory shown in the box above or edit "
1643
- #~ "\"sessions.save_path\" in"
1644
- #~ msgstr ""
1645
- #~ "Nota: para ajustar, modifique o diretório mostrado na caixa acima ou edite "
1646
- #~ "\"sessions.save_path\" no"
1647
-
1648
- #~ msgid "Use absolute directory paths only. This value is usually"
1649
- #~ msgstr "Use um caminho de pasta completo apenas. Este valor é comumente"
1650
-
1651
- #~ msgid ""
1652
- #~ "All WassUp data and settings will be deleted upon deactivation of this plugin"
1653
- #~ msgstr ""
1654
- #~ "Todos os dados e configurações do WassUp serão deletados após a desativação "
1655
- #~ "deste plugin"
1656
-
1657
- #~ msgid "Administrators"
1658
- #~ msgstr "Administradores"
1659
-
1660
- #~ msgid "Contributors"
1661
- #~ msgstr "Colaboradores"
1662
-
1663
- #~ msgid "Authors"
1664
- #~ msgstr "Autores"
1665
-
1666
- #~ msgid "One - two lines chart one axis"
1667
- #~ msgstr "1 - gráfico de um eixo e uma linha"
1668
-
1669
- #~ msgid "Two - two lines chart two axes"
1670
- #~ msgstr "2 - gráfico de dois eixos e duas linhas"
1671
-
1672
- #~ msgid "Referer from search engine"
1673
- #~ msgstr "Referência para site de procura"
1674
-
1675
- #~ msgid "Referer from ext link"
1676
- #~ msgstr "Referência para link externo"
1677
-
1678
- #~ msgid "TOP REFERER"
1679
- #~ msgstr "Classif. por referência"
3
  "Project-Id-Version: WassUp\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2009-05-18 12:28+0100\n"
6
+ "PO-Revision-Date: 2011-09-02 13:03+0000\n"
7
+ "Last-Translator: Benediyo <Unknown>\n"
8
  "Language-Team: <info@clauber.com.br>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Launchpad-Export-Date: 2014-01-12 09:52+0000\n"
13
+ "X-Generator: Launchpad (build 16890)\n"
14
  "X-Poedit-Country: BRAZIL\n"
15
  "X-Poedit-Language: Portuguese\n"
16
  "X-Poedit-SourceCharset: utf-8\n"
67
 
68
  #: wassup.php:529
69
  msgid "Spy Visitors"
70
+ msgstr "Mon. de visitantes"
71
 
72
  #: wassup.php:529
73
  #: wassup.php:861
74
  msgid "SPY Visitors"
75
+ msgstr "Mon. de visitantes"
76
 
77
  #: wassup.php:530
78
  #: wassup.php:759
79
  msgid "Current Visitors Online"
80
+ msgstr "Visitantes Actuais online"
81
 
82
  #: wassup.php:531
83
  #: wassup.php:917
84
  msgid "Options"
85
+ msgstr "Preferências"
86
 
87
  #: wassup.php:629
88
  #: wassup.php:654
214
 
215
  #: wassup.php:1115
216
  msgid "Summary for the last"
217
+ msgstr "Sumário para último(s)"
218
 
219
  #: wassup.php:1122
220
  msgid "Items per page"
1510
  #: lib/wassup.class.php:275
1511
  msgid "all time"
1512
  msgstr "todo período"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
language/pt_PT.mo CHANGED
Binary file
language/pt_PT.po CHANGED
@@ -9,8 +9,8 @@ msgstr ""
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Launchpad-Export-Date: 2010-10-09 11:12+0000\n"
13
- "X-Generator: Launchpad (build Unknown)\n"
14
  "X-Poedit-Country: PORTUGAL\n"
15
  "X-Poedit-Language: Portuguese\n"
16
  "X-Poedit-SourceCharset: utf-8\n"
@@ -1512,173 +1512,3 @@ msgstr "7 dias"
1512
  #: lib/wassup.class.php:275
1513
  msgid "all time"
1514
  msgstr "Sempre"
1515
-
1516
- #~ msgid ""
1517
- #~ "WassUp has detected a problem with \"session.save_path\" setting in your "
1518
- #~ "Wordpress/PHP configuration. Statistics logging has been disabled as a "
1519
- #~ "result. To fix, go to admin menu, \"Wassup-->Options-->Manage Files & "
1520
- #~ "Database\" and modify \"Temporary files location folder\"."
1521
- #~ msgstr ""
1522
- #~ "WassUp detectou um problema com as configurações \"session.save_path\" no "
1523
- #~ "seu WordPress/configuração do PHP. Registro das estatísticas serão "
1524
- #~ "desabilitadas do resultado. Para corrigir, vá para o menu de administração, "
1525
- #~ "\"Wassup-->Opções-->Gerenciar arquivos & Banco de dados\" e modifique "
1526
- #~ "\"Pasta de arquivos temporários\"."
1527
-
1528
- #~ msgid ""
1529
- #~ "WassUp has detected a problem with \"session.save_path\" setting in your "
1530
- #~ "Wordpress/PHP configuration. Please fix by modifying \"Temporary files "
1531
- #~ "location folder\" in admin menu, \"Wassup-->Options-->Manage Files & "
1532
- #~ "Database\"."
1533
- #~ msgstr ""
1534
- #~ "WassUp detectou um problema com as configurações \"session.save_path\" no "
1535
- #~ "seu WordPress/configuração do PHP. Por favor, corrija modificando a \"Pasta "
1536
- #~ "de arquivos temporários\" no menu de administração, \"Wassup-->Opções--"
1537
- #~ ">Gerenciar arquivos & Banco de dados\"."
1538
-
1539
- #~ msgid "Hide the chart and site usage"
1540
- #~ msgstr "Ocultar gráfico e uso do site"
1541
-
1542
- #~ msgid "Show the chart and site usage"
1543
- #~ msgstr "Mostrar o gráfico e o uso do site"
1544
-
1545
- #~ msgid "End Timestamp"
1546
- #~ msgstr "Fim período"
1547
-
1548
- #~ msgid "What title for the widget (default \"Visitors Online\")"
1549
- #~ msgstr "Qual título para o widget (\"Visitantes Online\" é o padrão)"
1550
-
1551
- #~ msgid "What style sheet class for &lt;ul&gt; attribute (default \"links\")"
1552
- #~ msgstr ""
1553
- #~ "Qual a classe de estilo para o atributo &lt;ul&gt; (\"links\" é o padrão)"
1554
-
1555
- #~ msgid "How many characters left? (For template compatibility - default 18)"
1556
- #~ msgstr ""
1557
- #~ "Com quantos caracteres quebrar? (Para compatibilidade com seu template - o "
1558
- #~ "padrão são 18)"
1559
-
1560
- #~ msgid "Check if you want to show logged-in online users (default Yes)"
1561
- #~ msgstr ""
1562
- #~ "Marque se você quer mostrar os usuários online atualmente (Sim é o padrão)"
1563
-
1564
- #~ msgid "Check if you want to show comment-author online users (default Yes)"
1565
- #~ msgstr ""
1566
- #~ "Marque se você que mostrar os usuários que comentaram que estão online "
1567
- #~ "atualmente (Sim é o padrão)"
1568
-
1569
- #~ msgid "Check if you want to show some last search referers (default Yes)"
1570
- #~ msgstr ""
1571
- #~ "Marque se você quer mostrar as últimas referências de procura (Sim é o "
1572
- #~ "padrão)"
1573
-
1574
- #~ msgid "How many search referers want to show (default 5)"
1575
- #~ msgstr "Quantas referências de procura você quer mostrar (5 é o padrão)"
1576
-
1577
- #~ msgid "Check if you want to show some last external referers (default Yes)"
1578
- #~ msgstr ""
1579
- #~ "Marque se você quer mostrar as últimas referências externas (Sim é o padrão)"
1580
-
1581
- #~ msgid "How many external referers want to show (default 5)"
1582
- #~ msgstr "Quantas referências externas você quer mostrar (5 é o padrão)"
1583
-
1584
- #~ msgid ""
1585
- #~ "Check if you want to show top browsers (default No - enabling it could slow "
1586
- #~ "down blog)"
1587
- #~ msgstr ""
1588
- #~ "Marque se você quer mostrar a lista dos navegadores (Não é o padrão - "
1589
- #~ "habilitá-lo pode fazer travar o seu blog)"
1590
-
1591
- #~ msgid "How many top browsers want to show (default 5)"
1592
- #~ msgstr "Quantos navegadores você quer mostrar na lista (5 é o padrão)"
1593
-
1594
- #~ msgid ""
1595
- #~ "Check if you want to show top operating systems (default No - enabling it "
1596
- #~ "could slow down blog)"
1597
- #~ msgstr ""
1598
- #~ "Marque se você quer mostrar a lista de sistemas operacionais (Não é o padrão "
1599
- #~ "- habilitando-o você pode travar o seu blog)"
1600
-
1601
- #~ msgid "How many top operating systems want to show (default 5)"
1602
- #~ msgstr "Quantos sistemas operacionais você quer mostrar (5 é o padrão)"
1603
-
1604
- #~ msgid "Visit Detail Settings"
1605
- #~ msgstr "Configuração de detalhes do visitante"
1606
-
1607
- #~ msgid "Chart type - How many axes"
1608
- #~ msgstr "Tipo de gráfico - Quantos eixos"
1609
-
1610
- #~ msgid "users only"
1611
- #~ msgstr "apenas usuários"
1612
-
1613
- #~ msgid "Enter requested URLs to exclude from recording"
1614
- #~ msgstr "Defina as URLs requisitadas para excluir do registro"
1615
-
1616
- #~ msgid ""
1617
- #~ "comma separated value, don't put the entire url, only the last path or some "
1618
- #~ "word to exclude (ex: /category/wordpress, 2007, etc...)"
1619
- #~ msgstr ""
1620
- #~ "use vírgula para separar os valores, não coloque a URL completa. Apenas "
1621
- #~ "coloque a última parte da URL para excluir (ex: /category/wordpress, 2007, "
1622
- #~ "etc...)"
1623
-
1624
- #~ msgid "Temporary files location folder"
1625
- #~ msgstr "Pasta de arquivos temporários"
1626
-
1627
- #~ msgid ""
1628
- #~ "Current \"Save path\" directory for storing temporary files used to track "
1629
- #~ "visitor activity"
1630
- #~ msgstr ""
1631
- #~ "Pasta de salvamento dos arquivos temporarários usados para as atividades dos "
1632
- #~ "visitantes"
1633
-
1634
- #~ msgid ""
1635
- #~ "Directory does not exist or is not writable. Please enter a different path "
1636
- #~ "above or change \"session.save_path\" in \"php.ini\" to point to a valid, "
1637
- #~ "writable folder"
1638
- #~ msgstr ""
1639
- #~ "Pasta não existe ou não é permitida a escrita. Por favor, informe uma pasta "
1640
- #~ "diferente acima ou mude \"session.save_path\" no \"php.ini\" para apontar "
1641
- #~ "para um local válido e com direitos de escrita"
1642
-
1643
- #~ msgid ""
1644
- #~ "Note: To adjust, modify the directory shown in the box above or edit "
1645
- #~ "\"sessions.save_path\" in"
1646
- #~ msgstr ""
1647
- #~ "Nota: para ajustar, modifique o diretório mostrado na caixa acima ou edite "
1648
- #~ "\"sessions.save_path\" no"
1649
-
1650
- #~ msgid "Use absolute directory paths only. This value is usually"
1651
- #~ msgstr "Use um caminho de pasta completo apenas. Este valor é comumente"
1652
-
1653
- #~ msgid ""
1654
- #~ "All WassUp data and settings will be deleted upon deactivation of this plugin"
1655
- #~ msgstr ""
1656
- #~ "Todos os dados e configurações do WassUp serão deletados após a desativação "
1657
- #~ "deste plugin"
1658
-
1659
- #~ msgid "Administrators"
1660
- #~ msgstr "Administradores"
1661
-
1662
- #~ msgid "Contributors"
1663
- #~ msgstr "Colaboradores"
1664
-
1665
- #~ msgid "Authors"
1666
- #~ msgstr "Autores"
1667
-
1668
- #~ msgid "One - two lines chart one axis"
1669
- #~ msgstr "1 - gráfico de um eixo e uma linha"
1670
-
1671
- #~ msgid "Two - two lines chart two axes"
1672
- #~ msgstr "2 - gráfico de dois eixos e duas linhas"
1673
-
1674
- #~ msgid "Spiders"
1675
- #~ msgstr "Aranhas"
1676
-
1677
- #~ msgid "Referer from search engine"
1678
- #~ msgstr "Referência para site de procura"
1679
-
1680
- #~ msgid "Referer from ext link"
1681
- #~ msgstr "Referência para link externo"
1682
-
1683
- #~ msgid "TOP REFERER"
1684
- #~ msgstr "Classif. por referência"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Launchpad-Export-Date: 2014-01-12 09:52+0000\n"
13
+ "X-Generator: Launchpad (build 16890)\n"
14
  "X-Poedit-Country: PORTUGAL\n"
15
  "X-Poedit-Language: Portuguese\n"
16
  "X-Poedit-SourceCharset: utf-8\n"
1512
  #: lib/wassup.class.php:275
1513
  msgid "all time"
1514
  msgstr "Sempre"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
language/ro_RO.mo CHANGED
Binary file
language/ro_RO.po CHANGED
@@ -8,14 +8,14 @@ msgstr ""
8
  "Project-Id-Version: wassup\n"
9
  "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
  "POT-Creation-Date: 2009-05-18 12:28+0100\n"
11
- "PO-Revision-Date: 2010-06-07 22:19+0000\n"
12
- "Last-Translator: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>\n"
13
  "Language-Team: Romanian <ro@li.org>\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
- "X-Launchpad-Export-Date: 2010-10-09 11:12+0000\n"
18
- "X-Generator: Launchpad (build Unknown)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
@@ -201,7 +201,7 @@ msgstr "Ascunde graficul"
201
 
202
  #: wassup.php:1102
203
  msgid "Hide the chart"
204
- msgstr ""
205
 
206
  #: wassup.php:1105
207
  msgid "show chart"
@@ -209,7 +209,7 @@ msgstr "arata graficul"
209
 
210
  #: wassup.php:1105
211
  msgid "Show the chart"
212
- msgstr ""
213
 
214
  #: wassup.php:1115
215
  msgid "Summary for the last"
@@ -550,7 +550,7 @@ msgstr ""
550
 
551
  #: wassup.php:2351
552
  msgid "This alert now will be removed and you will be able to set a new one"
553
- msgstr ""
554
 
555
  #: wassup.php:2352
556
  msgid ""
@@ -588,7 +588,7 @@ msgstr ""
588
  #: wassup.php:3348
589
  #, php-format
590
  msgid "Delete any existing table %s"
591
- msgstr ""
592
 
593
  #: wassup.php:3359
594
  #, php-format
8
  "Project-Id-Version: wassup\n"
9
  "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
  "POT-Creation-Date: 2009-05-18 12:28+0100\n"
11
+ "PO-Revision-Date: 2010-11-25 14:45+0000\n"
12
+ "Last-Translator: Cristi Marin <Unknown>\n"
13
  "Language-Team: Romanian <ro@li.org>\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Launchpad-Export-Date: 2014-01-12 09:52+0000\n"
18
+ "X-Generator: Launchpad (build 16890)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
201
 
202
  #: wassup.php:1102
203
  msgid "Hide the chart"
204
+ msgstr "Ascunde diagrama"
205
 
206
  #: wassup.php:1105
207
  msgid "show chart"
209
 
210
  #: wassup.php:1105
211
  msgid "Show the chart"
212
+ msgstr "Arata diagrama"
213
 
214
  #: wassup.php:1115
215
  msgid "Summary for the last"
550
 
551
  #: wassup.php:2351
552
  msgid "This alert now will be removed and you will be able to set a new one"
553
+ msgstr "Acum aceasta alerta va fi eliminata apoi vei putea seta una noua"
554
 
555
  #: wassup.php:2352
556
  msgid ""
588
  #: wassup.php:3348
589
  #, php-format
590
  msgid "Delete any existing table %s"
591
+ msgstr "Sterge orice tabel existent %s"
592
 
593
  #: wassup.php:3359
594
  #, php-format
language/ru_RU.mo CHANGED
Binary file
language/ru_RU.po CHANGED
@@ -8,20 +8,20 @@ msgstr ""
8
  "Project-Id-Version: wassup\n"
9
  "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
  "POT-Creation-Date: 2009-05-18 12:28+0100\n"
11
- "PO-Revision-Date: 2010-09-30 07:22+0000\n"
12
- "Last-Translator: Alexander 'FONTER' Zinin <spore_09@mail.ru>\n"
13
  "Language-Team: Russian <ru@li.org>\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
- "X-Launchpad-Export-Date: 2010-10-09 11:12+0000\n"
18
- "X-Generator: Launchpad (build Unknown)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
22
  msgstr ""
23
- "Увы, для правильной работы плагина Wassup требуется WordPress версии 2.2 или "
24
- "выше"
25
 
26
  #: wassup.php:406
27
  msgid "Hide Search"
@@ -929,7 +929,7 @@ msgstr "Панель Настройки"
929
 
930
  #: lib/settings.php:81
931
  msgid "Display small chart in the dashboard"
932
- msgstr ""
933
 
934
  #: lib/settings.php:84
935
  msgid "GEO IP Map (Spy view)"
@@ -1149,6 +1149,9 @@ msgid ""
1149
  "comma separated value, don't enter entire url, only the last path or some "
1150
  "word to exclude (ex: /category/wordpress, 2007, etc...)"
1151
  msgstr ""
 
 
 
1152
 
1153
  #: lib/settings.php:231
1154
  #: lib/settings.php:233
@@ -1384,7 +1387,7 @@ msgstr "Таймаут Ожидания"
1384
 
1385
  #: lib/settings.php:428
1386
  msgid "Char Set/Collation"
1387
- msgstr ""
1388
 
1389
  #: lib/settings.php:437
1390
  msgid "Timezone"
8
  "Project-Id-Version: wassup\n"
9
  "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
  "POT-Creation-Date: 2009-05-18 12:28+0100\n"
11
+ "PO-Revision-Date: 2011-03-18 10:59+0000\n"
12
+ "Last-Translator: Tor-Björn Fjellner <Unknown>\n"
13
  "Language-Team: Russian <ru@li.org>\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Launchpad-Export-Date: 2014-01-12 09:52+0000\n"
18
+ "X-Generator: Launchpad (build 16890)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
22
  msgstr ""
23
+ "Увы, для правильной работы плагина Wassup требуется WordPress версии 2.2, "
24
+ "или выше"
25
 
26
  #: wassup.php:406
27
  msgid "Hide Search"
929
 
930
  #: lib/settings.php:81
931
  msgid "Display small chart in the dashboard"
932
+ msgstr "Показывать график на консоле"
933
 
934
  #: lib/settings.php:84
935
  msgid "GEO IP Map (Spy view)"
1149
  "comma separated value, don't enter entire url, only the last path or some "
1150
  "word to exclude (ex: /category/wordpress, 2007, etc...)"
1151
  msgstr ""
1152
+ "значения, разделенные запятыми, не надо указать URL целиком, внесите только "
1153
+ "название каталога или слово, которое следует исключить (например: "
1154
+ "/category/wordpress, 2007, и.т.д)"
1155
 
1156
  #: lib/settings.php:231
1157
  #: lib/settings.php:233
1387
 
1388
  #: lib/settings.php:428
1389
  msgid "Char Set/Collation"
1390
+ msgstr "кодировка/Сверка"
1391
 
1392
  #: lib/settings.php:437
1393
  msgid "Timezone"
language/si_SI.mo ADDED
Binary file
language/si_SI.po ADDED
@@ -0,0 +1,1468 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Sinhalese translation for wassup
2
+ # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
3
+ # This file is distributed under the same license as the wassup package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: wassup\n"
9
+ "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
+ "POT-Creation-Date: 2009-05-18 12:28+0100\n"
11
+ "PO-Revision-Date: 2012-01-26 07:07+0000\n"
12
+ "Last-Translator: Kasun Indi <mailtokasun@gmail.com>\n"
13
+ "Language-Team: Sinhalese <si@li.org>\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Launchpad-Export-Date: 2014-01-12 09:52+0000\n"
18
+ "X-Generator: Launchpad (build 16890)\n"
19
+
20
+ #: wassup.php:45
21
+ msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
22
+ msgstr ""
23
+ "කණගාටුයි!. Wassup මෘදුකාංගය සඳහා WordPress 2.2 හෝ ඉන් ඉහල අනුවාදයක් "
24
+ "අවශ්‍යයයි."
25
+
26
+ #: wassup.php:406
27
+ msgid "Hide Search"
28
+ msgstr "සගවන්න"
29
+
30
+ #: wassup.php:409
31
+ #: wassup.php:1209
32
+ #: wassup.php:1290
33
+ #: lib/action.php:183
34
+ msgid "Search"
35
+ msgstr "සොයන්න"
36
+
37
+ #: wassup.php:414
38
+ msgid "Hide TopTen"
39
+ msgstr ""
40
+
41
+ #: wassup.php:417
42
+ msgid "Show TopTen"
43
+ msgstr ""
44
+
45
+ #: wassup.php:423
46
+ msgid "Collapse All"
47
+ msgstr "සියල්ල හකුළන්න"
48
+
49
+ #: wassup.php:426
50
+ #: wassup.php:761
51
+ #: wassup.php:857
52
+ #: wassup.php:1165
53
+ msgid "Expand All"
54
+ msgstr "සියල්ල දිගහරින්න"
55
+
56
+ #: wassup.php:431
57
+ msgid "Expand Cronology"
58
+ msgstr ""
59
+
60
+ #: wassup.php:434
61
+ msgid "Collapse Cronology"
62
+ msgstr ""
63
+
64
+ #: wassup.php:526
65
+ msgid "Visitor Details"
66
+ msgstr "අමුත්තන්ගේ තොරතුරු"
67
+
68
+ #: wassup.php:529
69
+ msgid "Spy Visitors"
70
+ msgstr ""
71
+
72
+ #: wassup.php:529
73
+ #: wassup.php:861
74
+ msgid "SPY Visitors"
75
+ msgstr ""
76
+
77
+ #: wassup.php:530
78
+ #: wassup.php:759
79
+ msgid "Current Visitors Online"
80
+ msgstr ""
81
+
82
+ #: wassup.php:531
83
+ #: wassup.php:917
84
+ msgid "Options"
85
+ msgstr "විකල්ප"
86
+
87
+ #: wassup.php:629
88
+ #: wassup.php:654
89
+ msgid "Wassup options updated successfully"
90
+ msgstr ""
91
+
92
+ #: wassup.php:641
93
+ msgid "Wassup uninstall option updated successfully"
94
+ msgstr ""
95
+
96
+ #: wassup.php:649
97
+ msgid "Wassup spam options updated successfully"
98
+ msgstr ""
99
+
100
+ #: wassup.php:750
101
+ msgid "Warning"
102
+ msgstr "අවවාදයයි"
103
+
104
+ #: wassup.php:750
105
+ msgid "is NOT recording new statistics"
106
+ msgstr ""
107
+
108
+ #: wassup.php:750
109
+ msgid ""
110
+ "To collect data you must check \"Enable/Disable recording\" in \"Options: "
111
+ "Statistics Recording\" tab"
112
+ msgstr ""
113
+
114
+ #: wassup.php:760
115
+ #: wassup.php:862
116
+ msgid "Legend"
117
+ msgstr ""
118
+
119
+ #: wassup.php:760
120
+ #: wassup.php:862
121
+ msgid "Logged-in Users"
122
+ msgstr ""
123
+
124
+ #: wassup.php:760
125
+ #: wassup.php:862
126
+ msgid "Comments Authors"
127
+ msgstr ""
128
+
129
+ #: wassup.php:760
130
+ #: wassup.php:862
131
+ msgid "Spiders/bots"
132
+ msgstr ""
133
+
134
+ #: wassup.php:767
135
+ msgid "Visitors online"
136
+ msgstr ""
137
+
138
+ #: wassup.php:791
139
+ #: wassup.php:1319
140
+ #: lib/main.php:641
141
+ msgid "From your blog"
142
+ msgstr ""
143
+
144
+ #: wassup.php:794
145
+ #: wassup.php:1322
146
+ #: lib/main.php:644
147
+ msgid "Direct hit"
148
+ msgstr ""
149
+
150
+ #: wassup.php:814
151
+ #: wassup.php:1389
152
+ msgid "LOGGED IN USER"
153
+ msgstr ""
154
+
155
+ #: wassup.php:815
156
+ #: wassup.php:818
157
+ #: wassup.php:1405
158
+ msgid "COMMENT AUTHOR"
159
+ msgstr ""
160
+
161
+ #: wassup.php:864
162
+ msgid "Pause"
163
+ msgstr ""
164
+
165
+ #: wassup.php:865
166
+ msgid "Play"
167
+ msgstr ""
168
+
169
+ #: wassup.php:866
170
+ msgid "Spy items by"
171
+ msgstr ""
172
+
173
+ #: wassup.php:918
174
+ msgid ""
175
+ "You can add a sidebar Widget with some useful statistics information by "
176
+ "activating the"
177
+ msgstr ""
178
+
179
+ #: wassup.php:919
180
+ msgid "Wassup Widget in the Widgets menu option"
181
+ msgstr ""
182
+
183
+ #: wassup.php:927
184
+ msgid "Latest hits"
185
+ msgstr ""
186
+
187
+ #: wassup.php:929
188
+ msgid "WassUp recording is disabled"
189
+ msgstr ""
190
+
191
+ #: wassup.php:1041
192
+ msgid "records deleted"
193
+ msgstr "තොරතුරු මකා දැමුවා"
194
+
195
+ #: wassup.php:1102
196
+ msgid "hide chart"
197
+ msgstr "ප්‍රස්තාරය සඟවන්න"
198
+
199
+ #: wassup.php:1102
200
+ msgid "Hide the chart"
201
+ msgstr ""
202
+
203
+ #: wassup.php:1105
204
+ msgid "show chart"
205
+ msgstr "ප්‍රස්තාරය පෙන්වන්න"
206
+
207
+ #: wassup.php:1105
208
+ msgid "Show the chart"
209
+ msgstr ""
210
+
211
+ #: wassup.php:1115
212
+ msgid "Summary for the last"
213
+ msgstr ""
214
+
215
+ #: wassup.php:1122
216
+ msgid "Items per page"
217
+ msgstr ""
218
+
219
+ #: wassup.php:1132
220
+ msgid "Show items by"
221
+ msgstr ""
222
+
223
+ #: wassup.php:1151
224
+ msgid "Visits"
225
+ msgstr ""
226
+
227
+ #: wassup.php:1152
228
+ msgid "Pageviews"
229
+ msgstr ""
230
+
231
+ #: wassup.php:1153
232
+ msgid "Pages/Visits"
233
+ msgstr ""
234
+
235
+ #: wassup.php:1156
236
+ msgid "Spams"
237
+ msgstr ""
238
+
239
+ #: wassup.php:1166
240
+ msgid "Collapse Chronology"
241
+ msgstr ""
242
+
243
+ #: wassup.php:1185
244
+ msgid "Spam Options"
245
+ msgstr "ස්පෑම් විකල්ප"
246
+
247
+ #: wassup.php:1187
248
+ #: lib/settings.php:182
249
+ msgid "Enable/Disable Spam Check on Records"
250
+ msgstr ""
251
+
252
+ #: wassup.php:1188
253
+ #: lib/settings.php:185
254
+ msgid "Record Akismet comment spam attempts"
255
+ msgstr ""
256
+
257
+ #: wassup.php:1189
258
+ #: lib/settings.php:186
259
+ msgid "Record referrer spam attempts"
260
+ msgstr ""
261
+
262
+ #: wassup.php:1190
263
+ #: lib/settings.php:187
264
+ msgid "Record admin break-in/hacker attempts"
265
+ msgstr ""
266
+
267
+ #: wassup.php:1191
268
+ #: lib/settings.php:168
269
+ #: lib/settings.php:203
270
+ #: lib/settings.php:448
271
+ #: lib/settings.php:462
272
+ msgid "Save Settings"
273
+ msgstr "සැකසුම් සුරකින්න"
274
+
275
+ #: wassup.php:1200
276
+ msgid "Filter by marked IP"
277
+ msgstr ""
278
+
279
+ #: wassup.php:1200
280
+ msgid "show marked items"
281
+ msgstr ""
282
+
283
+ #: wassup.php:1203
284
+ msgid "Searched for"
285
+ msgstr ""
286
+
287
+ #: wassup.php:1205
288
+ msgid "Auto refresh in"
289
+ msgstr ""
290
+
291
+ #: wassup.php:1205
292
+ #: lib/settings.php:334
293
+ #: lib/settings.php:423
294
+ msgid "seconds"
295
+ msgstr "තත්පර"
296
+
297
+ #: wassup.php:1209
298
+ msgid "Top Ten"
299
+ msgstr ""
300
+
301
+ #: wassup.php:1209
302
+ msgid "Show Top Ten"
303
+ msgstr ""
304
+
305
+ #: wassup.php:1263
306
+ #: lib/action.php:175
307
+ msgid "Raw data"
308
+ msgstr ""
309
+
310
+ #: wassup.php:1266
311
+ msgid "Visit type"
312
+ msgstr ""
313
+
314
+ #: wassup.php:1268
315
+ msgid "Logged-in user"
316
+ msgstr ""
317
+
318
+ #: wassup.php:1270
319
+ msgid "Spammer/Hacker"
320
+ msgstr ""
321
+
322
+ #: wassup.php:1272
323
+ msgid "Spammer"
324
+ msgstr ""
325
+
326
+ #: wassup.php:1274
327
+ msgid "Comment author"
328
+ msgstr ""
329
+
330
+ #: wassup.php:1276
331
+ msgid "Feed"
332
+ msgstr ""
333
+
334
+ #: wassup.php:1278
335
+ #: lib/wassup.class.php:232
336
+ msgid "Spider"
337
+ msgstr ""
338
+
339
+ #: wassup.php:1280
340
+ msgid "Regular visitor"
341
+ msgstr ""
342
+
343
+ #: wassup.php:1283
344
+ #: lib/action.php:178
345
+ msgid "IP"
346
+ msgstr ""
347
+
348
+ #: wassup.php:1284
349
+ #: wassup.php:1356
350
+ #: lib/action.php:179
351
+ msgid "Hostname"
352
+ msgstr ""
353
+
354
+ #: wassup.php:1285
355
+ msgid "Url Requested"
356
+ msgstr ""
357
+
358
+ #: wassup.php:1286
359
+ #: wassup.php:1361
360
+ #: lib/action.php:180
361
+ msgid "User Agent"
362
+ msgstr ""
363
+
364
+ #: wassup.php:1287
365
+ #: wassup.php:1356
366
+ #: lib/action.php:181
367
+ msgid "Referrer"
368
+ msgstr ""
369
+
370
+ #: wassup.php:1289
371
+ msgid "Search Engine"
372
+ msgstr ""
373
+
374
+ #: wassup.php:1291
375
+ msgid "Page"
376
+ msgstr ""
377
+
378
+ #: wassup.php:1294
379
+ #: wassup.php:1450
380
+ #: lib/action.php:186
381
+ msgid "OS"
382
+ msgstr ""
383
+
384
+ #: wassup.php:1297
385
+ #: lib/action.php:189
386
+ msgid "Browser"
387
+ msgstr ""
388
+
389
+ #: wassup.php:1300
390
+ msgid "Locale/Language"
391
+ msgstr ""
392
+
393
+ #: wassup.php:1303
394
+ msgid "Screen Resolution"
395
+ msgstr ""
396
+
397
+ #: wassup.php:1306
398
+ msgid "End timestamp"
399
+ msgstr ""
400
+
401
+ #: wassup.php:1332
402
+ #: wassup.php:1337
403
+ msgid "delete"
404
+ msgstr ""
405
+
406
+ #: wassup.php:1332
407
+ msgid "Delete ALL marked records with this IP"
408
+ msgstr ""
409
+
410
+ #: wassup.php:1334
411
+ msgid "unmark"
412
+ msgstr ""
413
+
414
+ #: wassup.php:1334
415
+ msgid "UnMark IP"
416
+ msgstr ""
417
+
418
+ #: wassup.php:1337
419
+ msgid "Delete this record"
420
+ msgstr ""
421
+
422
+ #: wassup.php:1339
423
+ msgid "mark"
424
+ msgstr ""
425
+
426
+ #: wassup.php:1339
427
+ msgid "Mark IP"
428
+ msgstr ""
429
+
430
+ #: wassup.php:1342
431
+ msgid "show raw table"
432
+ msgstr ""
433
+
434
+ #: wassup.php:1342
435
+ msgid "Show the items as raw table"
436
+ msgstr ""
437
+
438
+ #: wassup.php:1380
439
+ msgid "SEARCH ENGINE"
440
+ msgstr ""
441
+
442
+ #: wassup.php:1380
443
+ msgid "page"
444
+ msgstr ""
445
+
446
+ #: wassup.php:1381
447
+ msgid "KEYWORDS"
448
+ msgstr ""
449
+
450
+ #: wassup.php:1399
451
+ msgid "ADMINISTRATOR"
452
+ msgstr ""
453
+
454
+ #: wassup.php:1417
455
+ msgid "FEEDREADER"
456
+ msgstr ""
457
+
458
+ #: wassup.php:1419
459
+ msgid "SUBSCRIBER(S)"
460
+ msgstr ""
461
+
462
+ #: wassup.php:1424
463
+ msgid "SPIDER"
464
+ msgstr ""
465
+
466
+ #: wassup.php:1432
467
+ msgid "Probably SPAM!"
468
+ msgstr ""
469
+
470
+ #: wassup.php:1433
471
+ msgid "Referer Spam"
472
+ msgstr ""
473
+
474
+ #: wassup.php:1434
475
+ #: lib/wassup.class.php:234
476
+ msgid "Spam"
477
+ msgstr ""
478
+
479
+ #: wassup.php:1440
480
+ msgid "Probably hack attempt!"
481
+ msgstr ""
482
+
483
+ #: wassup.php:1448
484
+ #: lib/action.php:192
485
+ msgid "Language"
486
+ msgstr ""
487
+
488
+ #: wassup.php:1451
489
+ msgid "BROWSER"
490
+ msgstr ""
491
+
492
+ #: wassup.php:1453
493
+ msgid "RESOLUTION"
494
+ msgstr ""
495
+
496
+ #: wassup.php:1509
497
+ msgid "Graph of visitor hits"
498
+ msgstr ""
499
+
500
+ #: wassup.php:1511
501
+ msgid "Too few records to print chart"
502
+ msgstr ""
503
+
504
+ #: wassup.php:1527
505
+ msgid "Check the official"
506
+ msgstr ""
507
+
508
+ #: wassup.php:1527
509
+ msgid "page for updates, bug reports and your hints to improve it"
510
+ msgstr ""
511
+
512
+ #: wassup.php:1527
513
+ msgid "User Guide documentation"
514
+ msgstr ""
515
+
516
+ #: wassup.php:1528
517
+ msgid "Exec time"
518
+ msgstr ""
519
+
520
+ #: wassup.php:2349
521
+ msgid "WassUp Plugin table has reached maximum size!"
522
+ msgstr ""
523
+
524
+ #: wassup.php:2350
525
+ msgid "Hi"
526
+ msgstr ""
527
+
528
+ #: wassup.php:2350
529
+ msgid ""
530
+ "you have received this email because your WassUp Database table at your "
531
+ "Wordpress blog"
532
+ msgstr ""
533
+
534
+ #: wassup.php:2350
535
+ msgid "has reached the maximum value you set in the options menu"
536
+ msgstr ""
537
+
538
+ #: wassup.php:2351
539
+ msgid ""
540
+ "This is only a reminder, please take the actions you want in the WassUp "
541
+ "options menu"
542
+ msgstr ""
543
+
544
+ #: wassup.php:2351
545
+ msgid "This alert now will be removed and you will be able to set a new one"
546
+ msgstr ""
547
+
548
+ #: wassup.php:2352
549
+ msgid ""
550
+ "Thank you for using WassUp plugin. Check if there is a new version available "
551
+ "here:"
552
+ msgstr ""
553
+
554
+ #: wassup.php:2352
555
+ msgid "Have a nice day!"
556
+ msgstr ""
557
+
558
+ #: wassup.php:2480
559
+ msgid "Stats"
560
+ msgstr ""
561
+
562
+ #: wassup.php:2480
563
+ msgid "More"
564
+ msgstr ""
565
+
566
+ #: wassup.php:2482
567
+ #: wassup.php:3838
568
+ msgid "visitor stats chart"
569
+ msgstr ""
570
+
571
+ #: wassup.php:2672
572
+ msgid "encrypted search"
573
+ msgstr ""
574
+
575
+ #: wassup.php:3340
576
+ msgid "Error getting table details"
577
+ msgstr ""
578
+
579
+ #: wassup.php:3348
580
+ #, php-format
581
+ msgid "Delete any existing table %s"
582
+ msgstr ""
583
+
584
+ #: wassup.php:3359
585
+ #, php-format
586
+ msgid "Table structure of table %s"
587
+ msgstr ""
588
+
589
+ #: wassup.php:3367
590
+ #, php-format
591
+ msgid "Error with SHOW CREATE TABLE for %s."
592
+ msgstr ""
593
+
594
+ #: wassup.php:3374
595
+ #, php-format
596
+ msgid "Error getting table structure of %s"
597
+ msgstr ""
598
+
599
+ #: wassup.php:3382
600
+ #, php-format
601
+ msgid "Data contents of table %s"
602
+ msgstr ""
603
+
604
+ #: wassup.php:3443
605
+ #, php-format
606
+ msgid "End of data contents of table %s"
607
+ msgstr ""
608
+
609
+ #: wassup.php:3455
610
+ msgid "If above timestamp is not current time, this page is cached"
611
+ msgstr ""
612
+
613
+ #: wassup.php:3486
614
+ #: wassup.php:3740
615
+ msgid "No Data"
616
+ msgstr ""
617
+
618
+ #: wassup.php:3487
619
+ #: wassup.php:3568
620
+ #: wassup.php:3741
621
+ #: wassup.php:3814
622
+ msgid "powered by"
623
+ msgstr ""
624
+
625
+ #: wassup.php:3487
626
+ #: wassup.php:3568
627
+ #: wassup.php:3741
628
+ msgid "Real Time Visitors Tracking"
629
+ msgstr ""
630
+
631
+ #: wassup.php:3497
632
+ msgid "Last searched terms"
633
+ msgstr ""
634
+
635
+ #: wassup.php:3510
636
+ msgid "Last referers"
637
+ msgstr ""
638
+
639
+ #: wassup.php:3525
640
+ #: lib/settings.php:149
641
+ msgid "Top Browsers"
642
+ msgstr ""
643
+
644
+ #: wassup.php:3540
645
+ #: lib/settings.php:150
646
+ msgid "Top OS"
647
+ msgstr ""
648
+
649
+ #: wassup.php:3559
650
+ msgid "visitor(s) online"
651
+ msgstr ""
652
+
653
+ #: wassup.php:3562
654
+ msgid "logged-in user(s)"
655
+ msgstr ""
656
+
657
+ #: wassup.php:3566
658
+ msgid "comment author(s)"
659
+ msgstr ""
660
+
661
+ #: wassup.php:3632
662
+ msgid "Title"
663
+ msgstr ""
664
+
665
+ #: wassup.php:3634
666
+ msgid "default \"Visitors Online\""
667
+ msgstr ""
668
+
669
+ #: wassup.php:3637
670
+ msgid "Stylesheet class for &lt;ul&gt; attribute"
671
+ msgstr ""
672
+
673
+ #: wassup.php:3639
674
+ msgid "default \"links\""
675
+ msgstr ""
676
+
677
+ #: wassup.php:3642
678
+ msgid "Number of characters to display from left"
679
+ msgstr ""
680
+
681
+ #: wassup.php:3644
682
+ msgid "For template compatibility - default 18"
683
+ msgstr ""
684
+
685
+ #: wassup.php:3649
686
+ msgid "Show number of logged-in users online"
687
+ msgstr ""
688
+
689
+ #: wassup.php:3650
690
+ msgid "Stats recording must be enabled in WassUp options"
691
+ msgstr ""
692
+
693
+ #: wassup.php:3651
694
+ #: wassup.php:3657
695
+ #: wassup.php:3663
696
+ #: wassup.php:3675
697
+ msgid "default Yes"
698
+ msgstr ""
699
+
700
+ #: wassup.php:3656
701
+ msgid "Show number of comment authors online"
702
+ msgstr ""
703
+
704
+ #: wassup.php:3662
705
+ msgid "Show latest searches"
706
+ msgstr ""
707
+
708
+ #: wassup.php:3666
709
+ msgid "How many searches?"
710
+ msgstr ""
711
+
712
+ #: wassup.php:3668
713
+ #: wassup.php:3680
714
+ #: wassup.php:3692
715
+ #: wassup.php:3704
716
+ msgid "default 5"
717
+ msgstr ""
718
+
719
+ #: wassup.php:3674
720
+ msgid "Show latest external referrers"
721
+ msgstr ""
722
+
723
+ #: wassup.php:3678
724
+ msgid "How many referrers?"
725
+ msgstr ""
726
+
727
+ #: wassup.php:3686
728
+ msgid "Show top browsers"
729
+ msgstr ""
730
+
731
+ #: wassup.php:3686
732
+ #: wassup.php:3698
733
+ msgid "default No"
734
+ msgstr ""
735
+
736
+ #: wassup.php:3687
737
+ #: wassup.php:3699
738
+ msgid "Enabling it could slow down blog)"
739
+ msgstr ""
740
+
741
+ #: wassup.php:3690
742
+ msgid "How many browsers?"
743
+ msgstr ""
744
+
745
+ #: wassup.php:3698
746
+ msgid "Show top operating systems"
747
+ msgstr ""
748
+
749
+ #: wassup.php:3702
750
+ msgid "How many operating systems?"
751
+ msgstr ""
752
+
753
+ #: wassup.php:3713
754
+ msgid "Wassup Widget"
755
+ msgstr ""
756
+
757
+ #: wassup.php:3839
758
+ msgid "More Stats"
759
+ msgstr ""
760
+
761
+ #: lib/action.php:125
762
+ msgid "ERROR: file not found"
763
+ msgstr ""
764
+
765
+ #: lib/action.php:143
766
+ msgid "ERROR: bad date"
767
+ msgstr ""
768
+
769
+ #: lib/action.php:257
770
+ msgid "TOP QUERY"
771
+ msgstr ""
772
+
773
+ #: lib/action.php:276
774
+ msgid "TOP REFERRER"
775
+ msgstr ""
776
+
777
+ #: lib/action.php:302
778
+ msgid "TOP REQUEST"
779
+ msgstr ""
780
+
781
+ #: lib/action.php:323
782
+ msgid "TOP BROWSER"
783
+ msgstr ""
784
+
785
+ #: lib/action.php:343
786
+ msgid "TOP OS"
787
+ msgstr ""
788
+
789
+ #: lib/action.php:364
790
+ msgid "TOP LOCALE"
791
+ msgstr ""
792
+
793
+ #: lib/action.php:391
794
+ msgid "TOP VISITOR"
795
+ msgstr ""
796
+
797
+ #: lib/action.php:409
798
+ msgid "This top ten doesn't include Spam records"
799
+ msgstr ""
800
+
801
+ #: lib/action.php:414
802
+ msgid "ERROR: Missing or unknown parameters"
803
+ msgstr ""
804
+
805
+ #: lib/action.php:423
806
+ msgid "ERROR: Nothing to do here"
807
+ msgstr ""
808
+
809
+ #: lib/main.php:85
810
+ msgid "Next"
811
+ msgstr ""
812
+
813
+ #: lib/main.php:87
814
+ msgid "Previous"
815
+ msgstr ""
816
+
817
+ #: lib/main.php:120
818
+ #: lib/main.php:124
819
+ msgid "It is necessary to specify the"
820
+ msgstr ""
821
+
822
+ #: lib/main.php:120
823
+ msgid "number of pages"
824
+ msgstr ""
825
+
826
+ #: lib/main.php:124
827
+ msgid "limit of items"
828
+ msgstr ""
829
+
830
+ #: lib/main.php:124
831
+ msgid "to show per page"
832
+ msgstr ""
833
+
834
+ #: lib/main.php:209
835
+ msgid "Pages"
836
+ msgstr ""
837
+
838
+ #: lib/main.php:777
839
+ msgid "No visitor activity"
840
+ msgstr ""
841
+
842
+ #: lib/main.php:1179
843
+ msgid "Last 6 Hours"
844
+ msgstr ""
845
+
846
+ #: lib/main.php:1185
847
+ msgid "Last 7 Days"
848
+ msgstr ""
849
+
850
+ #: lib/main.php:1192
851
+ msgid "Last Month"
852
+ msgstr ""
853
+
854
+ #: lib/main.php:1199
855
+ msgid "Last 3 Months"
856
+ msgstr ""
857
+
858
+ #: lib/main.php:1205
859
+ msgid "Last 6 Months"
860
+ msgstr ""
861
+
862
+ #: lib/main.php:1211
863
+ msgid "Last Year"
864
+ msgstr ""
865
+
866
+ #: lib/main.php:1217
867
+ msgid "All Time"
868
+ msgstr ""
869
+
870
+ #: lib/main.php:1224
871
+ msgid "Last 24 Hours"
872
+ msgstr ""
873
+
874
+ #: lib/settings.php:31
875
+ msgid ""
876
+ "ATTENTION! Your WassUp table have reached the maximum value you set, I "
877
+ "disabled the alert, you can re-enable it here."
878
+ msgstr ""
879
+
880
+ #: lib/settings.php:55
881
+ msgid "Select the options you want for the WassUp plugin"
882
+ msgstr ""
883
+
884
+ #: lib/settings.php:62
885
+ msgid "General Setup"
886
+ msgstr ""
887
+
888
+ #: lib/settings.php:63
889
+ msgid "Statistics Recording"
890
+ msgstr ""
891
+
892
+ #: lib/settings.php:64
893
+ msgid "Manage Files & Database"
894
+ msgstr ""
895
+
896
+ #: lib/settings.php:65
897
+ msgid "Uninstall"
898
+ msgstr ""
899
+
900
+ #: lib/settings.php:69
901
+ msgid "Your default screen resolution (browser width)"
902
+ msgstr ""
903
+
904
+ #: lib/settings.php:70
905
+ msgid "Default screen resolution (in pixels)"
906
+ msgstr ""
907
+
908
+ #: lib/settings.php:75
909
+ msgid ""
910
+ "Set minimum users level which can view and manage WassUp plugin (default "
911
+ "Administrators)"
912
+ msgstr ""
913
+
914
+ #: lib/settings.php:80
915
+ msgid "Dashboard Settings"
916
+ msgstr ""
917
+
918
+ #: lib/settings.php:81
919
+ msgid "Display small chart in the dashboard"
920
+ msgstr ""
921
+
922
+ #: lib/settings.php:84
923
+ msgid "GEO IP Map (Spy view)"
924
+ msgstr ""
925
+
926
+ #: lib/settings.php:89
927
+ msgid "Display a GEO IP Map in the spy visitors view"
928
+ msgstr ""
929
+
930
+ #: lib/settings.php:97
931
+ #: lib/settings.php:456
932
+ msgid "WARNING"
933
+ msgstr ""
934
+
935
+ #: lib/settings.php:97
936
+ msgid "Activation problem >> Error code"
937
+ msgstr ""
938
+
939
+ #: lib/settings.php:105
940
+ msgid "key"
941
+ msgstr ""
942
+
943
+ #: lib/settings.php:105
944
+ msgid "signup for your key"
945
+ msgstr ""
946
+
947
+ #: lib/settings.php:108
948
+ msgid "Geo IP Map requires"
949
+ msgstr ""
950
+
951
+ #: lib/settings.php:108
952
+ msgid "Please install it to be able to activate this feature"
953
+ msgstr ""
954
+
955
+ #: lib/settings.php:112
956
+ msgid "Time format"
957
+ msgstr ""
958
+
959
+ #: lib/settings.php:113
960
+ msgid "Time format 12/24 hour"
961
+ msgstr ""
962
+
963
+ #: lib/settings.php:116
964
+ msgid "Visitor Detail Settings"
965
+ msgstr ""
966
+
967
+ #: lib/settings.php:117
968
+ msgid "Show chart type - How many axes"
969
+ msgstr ""
970
+
971
+ #: lib/settings.php:123
972
+ msgid "Set how many minutes wait for automatic page refresh"
973
+ msgstr ""
974
+
975
+ #: lib/settings.php:123
976
+ msgid "Current Visitors Online and Visitors Details"
977
+ msgstr ""
978
+
979
+ #: lib/settings.php:124
980
+ msgid "refresh minutes (default 3)"
981
+ msgstr ""
982
+
983
+ #: lib/settings.php:126
984
+ msgid "Show visitor details for"
985
+ msgstr ""
986
+
987
+ #: lib/settings.php:131
988
+ msgid "Number of items per page"
989
+ msgstr ""
990
+
991
+ #: lib/settings.php:140
992
+ msgid "Customize Top Ten List"
993
+ msgstr ""
994
+
995
+ #: lib/settings.php:141
996
+ msgid "Choose one or more items for your Top Ten list"
997
+ msgstr ""
998
+
999
+ #: lib/settings.php:141
1000
+ msgid "over 5 selections may cause horizontal scrolling"
1001
+ msgstr ""
1002
+
1003
+ #: lib/settings.php:144
1004
+ msgid "Top Searches"
1005
+ msgstr ""
1006
+
1007
+ #: lib/settings.php:145
1008
+ msgid "Top Referrers"
1009
+ msgstr ""
1010
+
1011
+ #: lib/settings.php:146
1012
+ msgid "Top Requests"
1013
+ msgstr ""
1014
+
1015
+ #: lib/settings.php:151
1016
+ msgid "Top Locales"
1017
+ msgstr ""
1018
+
1019
+ #: lib/settings.php:154
1020
+ msgid "Top Visitors"
1021
+ msgstr ""
1022
+
1023
+ #: lib/settings.php:156
1024
+ msgid "Top Feeds"
1025
+ msgstr ""
1026
+
1027
+ #: lib/settings.php:157
1028
+ msgid "Top Crawlers"
1029
+ msgstr ""
1030
+
1031
+ #: lib/settings.php:161
1032
+ msgid "Websites/domains to exclude from top referrers"
1033
+ msgstr ""
1034
+
1035
+ #: lib/settings.php:164
1036
+ msgid "Comma separated value"
1037
+ msgstr ""
1038
+
1039
+ #: lib/settings.php:165
1040
+ msgid "Don't list your website domain defined in WordPress"
1041
+ msgstr ""
1042
+
1043
+ #: lib/settings.php:168
1044
+ #: lib/settings.php:203
1045
+ #: lib/settings.php:448
1046
+ #: lib/settings.php:462
1047
+ msgid "Reset"
1048
+ msgstr ""
1049
+
1050
+ #: lib/settings.php:168
1051
+ #: lib/settings.php:203
1052
+ #: lib/settings.php:448
1053
+ #: lib/settings.php:462
1054
+ msgid "Reset to Default Settings"
1055
+ msgstr ""
1056
+
1057
+ #: lib/settings.php:172
1058
+ msgid "Statistics Recording Settings"
1059
+ msgstr ""
1060
+
1061
+ #: lib/settings.php:173
1062
+ msgid "Enable/Disable Recording"
1063
+ msgstr ""
1064
+
1065
+ #: lib/settings.php:174
1066
+ msgid "Checkbox to record statistics for each type of \"visitor\""
1067
+ msgstr ""
1068
+
1069
+ #: lib/settings.php:176
1070
+ msgid "Record logged in users"
1071
+ msgstr ""
1072
+
1073
+ #: lib/settings.php:177
1074
+ msgid "Record logged in administrators"
1075
+ msgstr ""
1076
+
1077
+ #: lib/settings.php:178
1078
+ msgid "Record spiders and bots"
1079
+ msgstr ""
1080
+
1081
+ #: lib/settings.php:179
1082
+ msgid "Record attack/exploit attempts (libwww-perl agent)"
1083
+ msgstr ""
1084
+
1085
+ #: lib/settings.php:183
1086
+ msgid "Checkbox to record statistics for each type of \"spam\""
1087
+ msgstr ""
1088
+
1089
+ #: lib/settings.php:185
1090
+ msgid "check if an IP has previous comments as spam"
1091
+ msgstr ""
1092
+
1093
+ #: lib/settings.php:191
1094
+ msgid "Statistics Recording Exceptions"
1095
+ msgstr ""
1096
+
1097
+ #: lib/settings.php:193
1098
+ msgid "Sites"
1099
+ msgstr ""
1100
+
1101
+ #: lib/settings.php:193
1102
+ msgid "Enter source IPs to exclude from recording"
1103
+ msgstr ""
1104
+
1105
+ #: lib/settings.php:195
1106
+ msgid "comma separated value (ex: 127.0.0.1, 10.0.0.1, etc...)"
1107
+ msgstr ""
1108
+
1109
+ #: lib/settings.php:197
1110
+ msgid "Users"
1111
+ msgstr ""
1112
+
1113
+ #: lib/settings.php:197
1114
+ msgid "Enter usernames to exclude from recording"
1115
+ msgstr ""
1116
+
1117
+ #: lib/settings.php:199
1118
+ msgid ""
1119
+ "comma separated value, enter a registered user's login name (ex: bobmarley, "
1120
+ "enyabrennan, etc.)"
1121
+ msgstr ""
1122
+
1123
+ #: lib/settings.php:200
1124
+ msgid "Posts/pages"
1125
+ msgstr ""
1126
+
1127
+ #: lib/settings.php:200
1128
+ msgid "enter requested URLs to exclude from recording"
1129
+ msgstr ""
1130
+
1131
+ #: lib/settings.php:202
1132
+ msgid ""
1133
+ "comma separated value, don't enter entire url, only the last path or some "
1134
+ "word to exclude (ex: /category/wordpress, 2007, etc...)"
1135
+ msgstr ""
1136
+
1137
+ #: lib/settings.php:231
1138
+ #: lib/settings.php:233
1139
+ msgid "Rescan Old Records"
1140
+ msgstr ""
1141
+
1142
+ #: lib/settings.php:232
1143
+ msgid ""
1144
+ "Statistical records collected by earlier versions of WassUp may not have the "
1145
+ "latest spider, search engine, and spam data properly identified. Click the "
1146
+ "\"Rescan\" button to retroactively scan and update old records"
1147
+ msgstr ""
1148
+
1149
+ #: lib/settings.php:236
1150
+ msgid "Select actions for table growth"
1151
+ msgstr ""
1152
+
1153
+ #: lib/settings.php:237
1154
+ msgid ""
1155
+ "WassUp table grows very fast (especially if your blog is frequently "
1156
+ "visited), I recommend you to delete old records sometimes. You can select "
1157
+ "any option below to reset it, delete old records automatically or manually. "
1158
+ "(If you haven't database space problems you can leave the table as is)"
1159
+ msgstr ""
1160
+
1161
+ #: lib/settings.php:238
1162
+ msgid "Current WassUp table usage is"
1163
+ msgstr ""
1164
+
1165
+ #: lib/settings.php:244
1166
+ msgid "records"
1167
+ msgstr ""
1168
+
1169
+ #: lib/settings.php:247
1170
+ msgid "Alert me"
1171
+ msgstr ""
1172
+
1173
+ #: lib/settings.php:247
1174
+ msgid "email to"
1175
+ msgstr ""
1176
+
1177
+ #: lib/settings.php:247
1178
+ msgid "when table reaches"
1179
+ msgstr ""
1180
+
1181
+ #: lib/settings.php:249
1182
+ msgid "Empty table"
1183
+ msgstr ""
1184
+
1185
+ #: lib/settings.php:250
1186
+ msgid "export table in SQL format"
1187
+ msgstr ""
1188
+
1189
+ #: lib/settings.php:252
1190
+ msgid "backup table to server file"
1191
+ msgstr ""
1192
+
1193
+ #: lib/settings.php:254
1194
+ msgid "Automatically delete records older than:"
1195
+ msgstr ""
1196
+
1197
+ #: lib/settings.php:258
1198
+ msgid "Delete NOW records older than:"
1199
+ msgstr ""
1200
+
1201
+ #: lib/settings.php:260
1202
+ msgid "Action is NOT undoable"
1203
+ msgstr ""
1204
+
1205
+ #: lib/settings.php:261
1206
+ #: lib/wassup.class.php:259
1207
+ #: lib/wassup.class.php:269
1208
+ msgid "24 hours"
1209
+ msgstr ""
1210
+
1211
+ #: lib/settings.php:262
1212
+ #: lib/wassup.class.php:260
1213
+ msgid "1 week"
1214
+ msgstr ""
1215
+
1216
+ #: lib/settings.php:263
1217
+ #: lib/wassup.class.php:261
1218
+ #: lib/wassup.class.php:271
1219
+ msgid "1 month"
1220
+ msgstr ""
1221
+
1222
+ #: lib/settings.php:264
1223
+ #: lib/wassup.class.php:262
1224
+ #: lib/wassup.class.php:272
1225
+ msgid "3 months"
1226
+ msgstr ""
1227
+
1228
+ #: lib/settings.php:265
1229
+ #: lib/wassup.class.php:263
1230
+ #: lib/wassup.class.php:273
1231
+ msgid "6 months"
1232
+ msgstr ""
1233
+
1234
+ #: lib/settings.php:266
1235
+ #: lib/wassup.class.php:264
1236
+ #: lib/wassup.class.php:274
1237
+ msgid "1 year"
1238
+ msgstr ""
1239
+
1240
+ #: lib/settings.php:270
1241
+ msgid "Server Settings and Memory Resources"
1242
+ msgstr ""
1243
+
1244
+ #: lib/settings.php:271
1245
+ msgid "For information only. Some values may be adjustable in startup files"
1246
+ msgstr ""
1247
+
1248
+ #: lib/settings.php:271
1249
+ msgid "and"
1250
+ msgstr ""
1251
+
1252
+ #: lib/settings.php:271
1253
+ msgid "or"
1254
+ msgstr ""
1255
+
1256
+ #: lib/settings.php:272
1257
+ #: lib/settings.php:287
1258
+ #: lib/settings.php:350
1259
+ msgid "Version"
1260
+ msgstr ""
1261
+
1262
+ #: lib/settings.php:273
1263
+ msgid "Host Server"
1264
+ msgstr ""
1265
+
1266
+ #: lib/settings.php:283
1267
+ #: lib/settings.php:319
1268
+ #: lib/settings.php:329
1269
+ #: lib/settings.php:335
1270
+ #: lib/settings.php:350
1271
+ #: lib/settings.php:353
1272
+ #: lib/settings.php:397
1273
+ #: lib/settings.php:407
1274
+ #: lib/settings.php:418
1275
+ #: lib/settings.php:425
1276
+ #: lib/settings.php:434
1277
+ #: lib/settings.php:445
1278
+ msgid "unknown"
1279
+ msgstr ""
1280
+
1281
+ #: lib/settings.php:285
1282
+ msgid "Time Offset"
1283
+ msgstr ""
1284
+
1285
+ #: lib/settings.php:286
1286
+ msgid "hours"
1287
+ msgstr ""
1288
+
1289
+ #: lib/settings.php:288
1290
+ msgid "Safe Mode"
1291
+ msgstr ""
1292
+
1293
+ #: lib/settings.php:291
1294
+ #: lib/settings.php:300
1295
+ msgid "on"
1296
+ msgstr ""
1297
+
1298
+ #: lib/settings.php:293
1299
+ #: lib/settings.php:298
1300
+ msgid "off"
1301
+ msgstr ""
1302
+
1303
+ #: lib/settings.php:294
1304
+ msgid "File Open Restrictions"
1305
+ msgstr ""
1306
+
1307
+ #: lib/settings.php:304
1308
+ msgid "Memory Allocation"
1309
+ msgstr ""
1310
+
1311
+ #: lib/settings.php:322
1312
+ msgid "Memory Usage"
1313
+ msgstr ""
1314
+
1315
+ #: lib/settings.php:332
1316
+ msgid "Script Timeout Limit"
1317
+ msgstr ""
1318
+
1319
+ #: lib/settings.php:337
1320
+ msgid "Browser Capabilities File"
1321
+ msgstr ""
1322
+
1323
+ #: lib/settings.php:339
1324
+ msgid "not set"
1325
+ msgstr ""
1326
+
1327
+ #: lib/settings.php:343
1328
+ msgid "not installed"
1329
+ msgstr ""
1330
+
1331
+ #: lib/settings.php:344
1332
+ msgid "installed"
1333
+ msgstr ""
1334
+
1335
+ #: lib/settings.php:351
1336
+ msgid "Engine"
1337
+ msgstr ""
1338
+
1339
+ #: lib/settings.php:389
1340
+ msgid "Query Cache"
1341
+ msgstr ""
1342
+
1343
+ #: lib/settings.php:394
1344
+ #: lib/settings.php:404
1345
+ #: lib/settings.php:415
1346
+ msgid "disabled"
1347
+ msgstr ""
1348
+
1349
+ #: lib/settings.php:399
1350
+ msgid "Index (Key) Buffer"
1351
+ msgstr ""
1352
+
1353
+ #: lib/settings.php:410
1354
+ msgid "Read Buffer"
1355
+ msgstr ""
1356
+
1357
+ #: lib/settings.php:421
1358
+ msgid "Wait Timeout"
1359
+ msgstr ""
1360
+
1361
+ #: lib/settings.php:428
1362
+ msgid "Char Set/Collation"
1363
+ msgstr ""
1364
+
1365
+ #: lib/settings.php:437
1366
+ msgid "Timezone"
1367
+ msgstr ""
1368
+
1369
+ #: lib/settings.php:452
1370
+ msgid "Want to uninstall WassUp?"
1371
+ msgstr ""
1372
+
1373
+ #: lib/settings.php:453
1374
+ msgid ""
1375
+ "No problem. Before you deactivate this plugin, check the box below to "
1376
+ "cleanup any data that was collected by WassUp that could be left behind."
1377
+ msgstr ""
1378
+
1379
+ #: lib/settings.php:454
1380
+ msgid "Permanently remove WassUp data and settings from Wordpress"
1381
+ msgstr ""
1382
+
1383
+ #: lib/settings.php:456
1384
+ msgid ""
1385
+ "All WassUp data and settings will be DELETED upon deactivation of this plugin"
1386
+ msgstr ""
1387
+
1388
+ #: lib/settings.php:458
1389
+ msgid ""
1390
+ "This action cannot be undone. Before uninstalling WassUp, you should backup "
1391
+ "your Wordpress database first. WassUp data is stored in the table"
1392
+ msgstr ""
1393
+
1394
+ #: lib/settings.php:460
1395
+ msgid "To help improve this plugin, we would appreciate your feedback at"
1396
+ msgstr ""
1397
+
1398
+ #: lib/wassup.class.php:208
1399
+ msgid "Administrator"
1400
+ msgstr ""
1401
+
1402
+ #: lib/wassup.class.php:209
1403
+ msgid "Editor"
1404
+ msgstr ""
1405
+
1406
+ #: lib/wassup.class.php:210
1407
+ msgid "Author"
1408
+ msgstr ""
1409
+
1410
+ #: lib/wassup.class.php:215
1411
+ msgid "None - don't show chart"
1412
+ msgstr ""
1413
+
1414
+ #: lib/wassup.class.php:216
1415
+ msgid "One - 2 lines chart 1 axis"
1416
+ msgstr ""
1417
+
1418
+ #: lib/wassup.class.php:217
1419
+ msgid "Two - 2 lines chart 2 axes"
1420
+ msgstr ""
1421
+
1422
+ #: lib/wassup.class.php:231
1423
+ msgid "Everything"
1424
+ msgstr ""
1425
+
1426
+ #: lib/wassup.class.php:233
1427
+ msgid "No spider"
1428
+ msgstr ""
1429
+
1430
+ #: lib/wassup.class.php:235
1431
+ msgid "No Spam"
1432
+ msgstr ""
1433
+
1434
+ #: lib/wassup.class.php:236
1435
+ msgid "No Spam, No Spider"
1436
+ msgstr ""
1437
+
1438
+ #: lib/wassup.class.php:237
1439
+ msgid "Users logged in"
1440
+ msgstr ""
1441
+
1442
+ #: lib/wassup.class.php:238
1443
+ msgid "Comment authors"
1444
+ msgstr ""
1445
+
1446
+ #: lib/wassup.class.php:239
1447
+ msgid "Referrer from search engine"
1448
+ msgstr ""
1449
+
1450
+ #: lib/wassup.class.php:240
1451
+ msgid "Referrer from ext link"
1452
+ msgstr ""
1453
+
1454
+ #: lib/wassup.class.php:258
1455
+ msgid "Don't delete anything"
1456
+ msgstr ""
1457
+
1458
+ #: lib/wassup.class.php:268
1459
+ msgid "6 hours"
1460
+ msgstr ""
1461
+
1462
+ #: lib/wassup.class.php:270
1463
+ msgid "7 days"
1464
+ msgstr ""
1465
+
1466
+ #: lib/wassup.class.php:275
1467
+ msgid "all time"
1468
+ msgstr ""
language/sk_SK.mo CHANGED
Binary file
language/sk_SK.po CHANGED
@@ -14,8 +14,8 @@ msgstr ""
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
- "X-Launchpad-Export-Date: 2010-10-09 11:12+0000\n"
18
- "X-Generator: Launchpad (build Unknown)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Launchpad-Export-Date: 2014-01-12 09:52+0000\n"
18
+ "X-Generator: Launchpad (build 16890)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
language/sq_SQ.mo CHANGED
Binary file
language/sq_SQ.po CHANGED
@@ -8,14 +8,14 @@ msgstr ""
8
  "Project-Id-Version: wassup\n"
9
  "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
  "POT-Creation-Date: 2009-05-18 12:28+0100\n"
11
- "PO-Revision-Date: 2009-06-10 09:50+0000\n"
12
- "Last-Translator: Krokodili <info@krokodili.com>\n"
13
  "Language-Team: Albanian <sq@li.org>\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
- "X-Launchpad-Export-Date: 2010-10-09 11:12+0000\n"
18
- "X-Generator: Launchpad (build Unknown)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
@@ -24,7 +24,7 @@ msgstr ""
24
 
25
  #: wassup.php:406
26
  msgid "Hide Search"
27
- msgstr "Fshih Kërkimin"
28
 
29
  #: wassup.php:409
30
  #: wassup.php:1209
@@ -35,7 +35,7 @@ msgstr "Kërko"
35
 
36
  #: wassup.php:414
37
  msgid "Hide TopTen"
38
- msgstr "Fshi 10 më të mirat"
39
 
40
  #: wassup.php:417
41
  msgid "Show TopTen"
@@ -54,11 +54,11 @@ msgstr "Shpalosi të gjitha"
54
 
55
  #: wassup.php:431
56
  msgid "Expand Cronology"
57
- msgstr "Kronologjia e shpalosjes"
58
 
59
  #: wassup.php:434
60
  msgid "Collapse Cronology"
61
- msgstr "Kronologjia e palosjes"
62
 
63
  #: wassup.php:526
64
  msgid "Visitor Details"
8
  "Project-Id-Version: wassup\n"
9
  "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
  "POT-Creation-Date: 2009-05-18 12:28+0100\n"
11
+ "PO-Revision-Date: 2013-04-04 07:13+0000\n"
12
+ "Last-Translator: Getoar <getoar@mjeku-ks.com>\n"
13
  "Language-Team: Albanian <sq@li.org>\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Launchpad-Export-Date: 2014-01-12 09:52+0000\n"
18
+ "X-Generator: Launchpad (build 16890)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
24
 
25
  #: wassup.php:406
26
  msgid "Hide Search"
27
+ msgstr "Fshih kërkimin"
28
 
29
  #: wassup.php:409
30
  #: wassup.php:1209
35
 
36
  #: wassup.php:414
37
  msgid "Hide TopTen"
38
+ msgstr "Fshih 10 më të mirat"
39
 
40
  #: wassup.php:417
41
  msgid "Show TopTen"
54
 
55
  #: wassup.php:431
56
  msgid "Expand Cronology"
57
+ msgstr "Shpalos kronologjinë"
58
 
59
  #: wassup.php:434
60
  msgid "Collapse Cronology"
61
+ msgstr "Palos kronologjinë"
62
 
63
  #: wassup.php:526
64
  msgid "Visitor Details"
language/sr_SR.mo CHANGED
Binary file
language/sr_SR.po CHANGED
@@ -14,8 +14,8 @@ msgstr ""
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
- "X-Launchpad-Export-Date: 2010-10-09 11:12+0000\n"
18
- "X-Generator: Launchpad (build Unknown)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Launchpad-Export-Date: 2014-01-12 09:52+0000\n"
18
+ "X-Generator: Launchpad (build 16890)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
language/sv_SV.mo CHANGED
Binary file
language/sv_SV.po CHANGED
@@ -8,14 +8,14 @@ msgstr ""
8
  "Project-Id-Version: wassup\n"
9
  "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
  "POT-Creation-Date: 2009-05-18 12:28+0100\n"
11
- "PO-Revision-Date: 2010-10-02 22:14+0000\n"
12
- "Last-Translator: Thomas <Unknown>\n"
13
  "Language-Team: Swedish <sv@li.org>\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
- "X-Launchpad-Export-Date: 2010-10-09 11:12+0000\n"
18
- "X-Generator: Launchpad (build Unknown)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
@@ -53,11 +53,11 @@ msgstr "Expandera alla"
53
 
54
  #: wassup.php:431
55
  msgid "Expand Cronology"
56
- msgstr ""
57
 
58
  #: wassup.php:434
59
  msgid "Collapse Cronology"
60
- msgstr ""
61
 
62
  #: wassup.php:526
63
  msgid "Visitor Details"
@@ -129,7 +129,7 @@ msgstr "Kommentarsförfattare"
129
  #: wassup.php:760
130
  #: wassup.php:862
131
  msgid "Spiders/bots"
132
- msgstr ""
133
 
134
  #: wassup.php:767
135
  msgid "Visitors online"
@@ -168,7 +168,7 @@ msgstr "Spela upp"
168
 
169
  #: wassup.php:866
170
  msgid "Spy items by"
171
- msgstr ""
172
 
173
  #: wassup.php:918
174
  msgid ""
@@ -196,27 +196,27 @@ msgstr "poster raderade"
196
 
197
  #: wassup.php:1102
198
  msgid "hide chart"
199
- msgstr ""
200
 
201
  #: wassup.php:1102
202
  msgid "Hide the chart"
203
- msgstr ""
204
 
205
  #: wassup.php:1105
206
  msgid "show chart"
207
- msgstr ""
208
 
209
  #: wassup.php:1105
210
  msgid "Show the chart"
211
- msgstr ""
212
 
213
  #: wassup.php:1115
214
  msgid "Summary for the last"
215
- msgstr ""
216
 
217
  #: wassup.php:1122
218
  msgid "Items per page"
219
- msgstr ""
220
 
221
  #: wassup.php:1132
222
  msgid "Show items by"
@@ -240,7 +240,7 @@ msgstr "Skräppost"
240
 
241
  #: wassup.php:1166
242
  msgid "Collapse Chronology"
243
- msgstr ""
244
 
245
  #: wassup.php:1185
246
  msgid "Spam Options"
@@ -249,22 +249,22 @@ msgstr "Skräppost alternativ"
249
  #: wassup.php:1187
250
  #: lib/settings.php:182
251
  msgid "Enable/Disable Spam Check on Records"
252
- msgstr ""
253
 
254
  #: wassup.php:1188
255
  #: lib/settings.php:185
256
  msgid "Record Akismet comment spam attempts"
257
- msgstr ""
258
 
259
  #: wassup.php:1189
260
  #: lib/settings.php:186
261
  msgid "Record referrer spam attempts"
262
- msgstr ""
263
 
264
  #: wassup.php:1190
265
  #: lib/settings.php:187
266
  msgid "Record admin break-in/hacker attempts"
267
- msgstr ""
268
 
269
  #: wassup.php:1191
270
  #: lib/settings.php:168
@@ -276,7 +276,7 @@ msgstr "Spara inställningar"
276
 
277
  #: wassup.php:1200
278
  msgid "Filter by marked IP"
279
- msgstr ""
280
 
281
  #: wassup.php:1200
282
  msgid "show marked items"
@@ -284,7 +284,7 @@ msgstr "visa markerade objekt"
284
 
285
  #: wassup.php:1203
286
  msgid "Searched for"
287
- msgstr ""
288
 
289
  #: wassup.php:1205
290
  msgid "Auto refresh in"
@@ -307,11 +307,11 @@ msgstr "Visa top tio"
307
  #: wassup.php:1263
308
  #: lib/action.php:175
309
  msgid "Raw data"
310
- msgstr ""
311
 
312
  #: wassup.php:1266
313
  msgid "Visit type"
314
- msgstr ""
315
 
316
  #: wassup.php:1268
317
  msgid "Logged-in user"
@@ -319,11 +319,11 @@ msgstr "Inloggad användare"
319
 
320
  #: wassup.php:1270
321
  msgid "Spammer/Hacker"
322
- msgstr ""
323
 
324
  #: wassup.php:1272
325
  msgid "Spammer"
326
- msgstr ""
327
 
328
  #: wassup.php:1274
329
  msgid "Comment author"
@@ -331,12 +331,12 @@ msgstr "Kommentarsförfattare"
331
 
332
  #: wassup.php:1276
333
  msgid "Feed"
334
- msgstr ""
335
 
336
  #: wassup.php:1278
337
  #: lib/wassup.class.php:232
338
  msgid "Spider"
339
- msgstr ""
340
 
341
  #: wassup.php:1280
342
  msgid "Regular visitor"
@@ -351,79 +351,79 @@ msgstr "IP"
351
  #: wassup.php:1356
352
  #: lib/action.php:179
353
  msgid "Hostname"
354
- msgstr ""
355
 
356
  #: wassup.php:1285
357
  msgid "Url Requested"
358
- msgstr ""
359
 
360
  #: wassup.php:1286
361
  #: wassup.php:1361
362
  #: lib/action.php:180
363
  msgid "User Agent"
364
- msgstr ""
365
 
366
  #: wassup.php:1287
367
  #: wassup.php:1356
368
  #: lib/action.php:181
369
  msgid "Referrer"
370
- msgstr ""
371
 
372
  #: wassup.php:1289
373
  msgid "Search Engine"
374
- msgstr ""
375
 
376
  #: wassup.php:1291
377
  msgid "Page"
378
- msgstr ""
379
 
380
  #: wassup.php:1294
381
  #: wassup.php:1450
382
  #: lib/action.php:186
383
  msgid "OS"
384
- msgstr ""
385
 
386
  #: wassup.php:1297
387
  #: lib/action.php:189
388
  msgid "Browser"
389
- msgstr ""
390
 
391
  #: wassup.php:1300
392
  msgid "Locale/Language"
393
- msgstr ""
394
 
395
  #: wassup.php:1303
396
  msgid "Screen Resolution"
397
- msgstr ""
398
 
399
  #: wassup.php:1306
400
  msgid "End timestamp"
401
- msgstr ""
402
 
403
  #: wassup.php:1332
404
  #: wassup.php:1337
405
  msgid "delete"
406
- msgstr ""
407
 
408
  #: wassup.php:1332
409
  msgid "Delete ALL marked records with this IP"
410
- msgstr ""
411
 
412
  #: wassup.php:1334
413
  msgid "unmark"
414
- msgstr ""
415
 
416
  #: wassup.php:1334
417
  msgid "UnMark IP"
418
- msgstr ""
419
 
420
  #: wassup.php:1337
421
  msgid "Delete this record"
422
- msgstr ""
423
 
424
  #: wassup.php:1339
425
  msgid "mark"
426
- msgstr ""
427
 
428
  #: wassup.php:1339
429
  msgid "Mark IP"
@@ -431,11 +431,11 @@ msgstr "Markera IP"
431
 
432
  #: wassup.php:1342
433
  msgid "show raw table"
434
- msgstr ""
435
 
436
  #: wassup.php:1342
437
  msgid "Show the items as raw table"
438
- msgstr ""
439
 
440
  #: wassup.php:1380
441
  msgid "SEARCH ENGINE"
@@ -443,19 +443,19 @@ msgstr "SÖKMOTOR"
443
 
444
  #: wassup.php:1380
445
  msgid "page"
446
- msgstr ""
447
 
448
  #: wassup.php:1381
449
  msgid "KEYWORDS"
450
- msgstr ""
451
 
452
  #: wassup.php:1399
453
  msgid "ADMINISTRATOR"
454
- msgstr ""
455
 
456
  #: wassup.php:1417
457
  msgid "FEEDREADER"
458
- msgstr ""
459
 
460
  #: wassup.php:1419
461
  msgid "SUBSCRIBER(S)"
@@ -463,95 +463,102 @@ msgstr "PRENUMERANT(ER)"
463
 
464
  #: wassup.php:1424
465
  msgid "SPIDER"
466
- msgstr ""
467
 
468
  #: wassup.php:1432
469
  msgid "Probably SPAM!"
470
- msgstr ""
471
 
472
  #: wassup.php:1433
473
  msgid "Referer Spam"
474
- msgstr ""
475
 
476
  #: wassup.php:1434
477
  #: lib/wassup.class.php:234
478
  msgid "Spam"
479
- msgstr ""
480
 
481
  #: wassup.php:1440
482
  msgid "Probably hack attempt!"
483
- msgstr ""
484
 
485
  #: wassup.php:1448
486
  #: lib/action.php:192
487
  msgid "Language"
488
- msgstr ""
489
 
490
  #: wassup.php:1451
491
  msgid "BROWSER"
492
- msgstr ""
493
 
494
  #: wassup.php:1453
495
  msgid "RESOLUTION"
496
- msgstr ""
497
 
498
  #: wassup.php:1509
499
  msgid "Graph of visitor hits"
500
- msgstr ""
501
 
502
  #: wassup.php:1511
503
  msgid "Too few records to print chart"
504
- msgstr ""
505
 
506
  #: wassup.php:1527
507
  msgid "Check the official"
508
- msgstr ""
509
 
510
  #: wassup.php:1527
511
  msgid "page for updates, bug reports and your hints to improve it"
512
- msgstr ""
513
 
514
  #: wassup.php:1527
515
  msgid "User Guide documentation"
516
- msgstr ""
517
 
518
  #: wassup.php:1528
519
  msgid "Exec time"
520
- msgstr ""
521
 
522
  #: wassup.php:2349
523
  msgid "WassUp Plugin table has reached maximum size!"
524
- msgstr ""
525
 
526
  #: wassup.php:2350
527
  msgid "Hi"
528
- msgstr ""
529
 
530
  #: wassup.php:2350
531
  msgid ""
532
  "you have received this email because your WassUp Database table at your "
533
  "Wordpress blog"
534
  msgstr ""
 
 
535
 
536
  #: wassup.php:2350
537
  msgid "has reached the maximum value you set in the options menu"
538
  msgstr ""
 
539
 
540
  #: wassup.php:2351
541
  msgid ""
542
  "This is only a reminder, please take the actions you want in the WassUp "
543
  "options menu"
544
  msgstr ""
 
 
545
 
546
  #: wassup.php:2351
547
  msgid "This alert now will be removed and you will be able to set a new one"
548
- msgstr ""
549
 
550
  #: wassup.php:2352
551
  msgid ""
552
  "Thank you for using WassUp plugin. Check if there is a new version available "
553
  "here:"
554
  msgstr ""
 
 
555
 
556
  #: wassup.php:2352
557
  msgid "Have a nice day!"
@@ -568,25 +575,25 @@ msgstr "Mer"
568
  #: wassup.php:2482
569
  #: wassup.php:3838
570
  msgid "visitor stats chart"
571
- msgstr ""
572
 
573
  #: wassup.php:2672
574
  msgid "encrypted search"
575
- msgstr ""
576
 
577
  #: wassup.php:3340
578
  msgid "Error getting table details"
579
- msgstr ""
580
 
581
  #: wassup.php:3348
582
  #, php-format
583
  msgid "Delete any existing table %s"
584
- msgstr ""
585
 
586
  #: wassup.php:3359
587
  #, php-format
588
  msgid "Table structure of table %s"
589
- msgstr ""
590
 
591
  #: wassup.php:3367
592
  #, php-format
@@ -641,12 +648,12 @@ msgstr ""
641
  #: wassup.php:3525
642
  #: lib/settings.php:149
643
  msgid "Top Browsers"
644
- msgstr ""
645
 
646
  #: wassup.php:3540
647
  #: lib/settings.php:150
648
  msgid "Top OS"
649
- msgstr ""
650
 
651
  #: wassup.php:3559
652
  msgid "visitor(s) online"
@@ -697,11 +704,11 @@ msgstr ""
697
  #: wassup.php:3663
698
  #: wassup.php:3675
699
  msgid "default Yes"
700
- msgstr ""
701
 
702
  #: wassup.php:3656
703
  msgid "Show number of comment authors online"
704
- msgstr ""
705
 
706
  #: wassup.php:3662
707
  msgid "Show latest searches"
@@ -728,7 +735,7 @@ msgstr ""
728
 
729
  #: wassup.php:3686
730
  msgid "Show top browsers"
731
- msgstr ""
732
 
733
  #: wassup.php:3686
734
  #: wassup.php:3698
@@ -742,19 +749,19 @@ msgstr ""
742
 
743
  #: wassup.php:3690
744
  msgid "How many browsers?"
745
- msgstr ""
746
 
747
  #: wassup.php:3698
748
  msgid "Show top operating systems"
749
- msgstr ""
750
 
751
  #: wassup.php:3702
752
  msgid "How many operating systems?"
753
- msgstr ""
754
 
755
  #: wassup.php:3713
756
  msgid "Wassup Widget"
757
- msgstr ""
758
 
759
  #: wassup.php:3839
760
  msgid "More Stats"
@@ -762,11 +769,11 @@ msgstr "Mer statistik"
762
 
763
  #: lib/action.php:125
764
  msgid "ERROR: file not found"
765
- msgstr ""
766
 
767
  #: lib/action.php:143
768
  msgid "ERROR: bad date"
769
- msgstr ""
770
 
771
  #: lib/action.php:257
772
  msgid "TOP QUERY"
@@ -802,7 +809,7 @@ msgstr ""
802
 
803
  #: lib/action.php:414
804
  msgid "ERROR: Missing or unknown parameters"
805
- msgstr ""
806
 
807
  #: lib/action.php:423
808
  msgid "ERROR: Nothing to do here"
@@ -839,7 +846,7 @@ msgstr "Sidor"
839
 
840
  #: lib/main.php:777
841
  msgid "No visitor activity"
842
- msgstr ""
843
 
844
  #: lib/main.php:1179
845
  msgid "Last 6 Hours"
8
  "Project-Id-Version: wassup\n"
9
  "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
  "POT-Creation-Date: 2009-05-18 12:28+0100\n"
11
+ "PO-Revision-Date: 2011-03-18 11:27+0000\n"
12
+ "Last-Translator: Ulf Landgren <Unknown>\n"
13
  "Language-Team: Swedish <sv@li.org>\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Launchpad-Export-Date: 2014-01-12 09:52+0000\n"
18
+ "X-Generator: Launchpad (build 16890)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
53
 
54
  #: wassup.php:431
55
  msgid "Expand Cronology"
56
+ msgstr "Öppna tidsaxel"
57
 
58
  #: wassup.php:434
59
  msgid "Collapse Cronology"
60
+ msgstr "Stäng tidsaxel"
61
 
62
  #: wassup.php:526
63
  msgid "Visitor Details"
129
  #: wassup.php:760
130
  #: wassup.php:862
131
  msgid "Spiders/bots"
132
+ msgstr "Spindlar/robotar"
133
 
134
  #: wassup.php:767
135
  msgid "Visitors online"
168
 
169
  #: wassup.php:866
170
  msgid "Spy items by"
171
+ msgstr "Spion program från"
172
 
173
  #: wassup.php:918
174
  msgid ""
196
 
197
  #: wassup.php:1102
198
  msgid "hide chart"
199
+ msgstr "dölj diagram"
200
 
201
  #: wassup.php:1102
202
  msgid "Hide the chart"
203
+ msgstr "Dölj diagrammet"
204
 
205
  #: wassup.php:1105
206
  msgid "show chart"
207
+ msgstr "visa diagram"
208
 
209
  #: wassup.php:1105
210
  msgid "Show the chart"
211
+ msgstr "Visa diagrammet"
212
 
213
  #: wassup.php:1115
214
  msgid "Summary for the last"
215
+ msgstr "Sammandrag för senaste"
216
 
217
  #: wassup.php:1122
218
  msgid "Items per page"
219
+ msgstr "Antal per sida"
220
 
221
  #: wassup.php:1132
222
  msgid "Show items by"
240
 
241
  #: wassup.php:1166
242
  msgid "Collapse Chronology"
243
+ msgstr "Stäng tidsaxel"
244
 
245
  #: wassup.php:1185
246
  msgid "Spam Options"
249
  #: wassup.php:1187
250
  #: lib/settings.php:182
251
  msgid "Enable/Disable Spam Check on Records"
252
+ msgstr "Sätt på/Stäng av spamkontroll på data"
253
 
254
  #: wassup.php:1188
255
  #: lib/settings.php:185
256
  msgid "Record Akismet comment spam attempts"
257
+ msgstr "Försök till kommentarspam, registrerade av Akismet"
258
 
259
  #: wassup.php:1189
260
  #: lib/settings.php:186
261
  msgid "Record referrer spam attempts"
262
+ msgstr "Registrerade försök till länkningsspam"
263
 
264
  #: wassup.php:1190
265
  #: lib/settings.php:187
266
  msgid "Record admin break-in/hacker attempts"
267
+ msgstr "Registrerade försök att få admin-status"
268
 
269
  #: wassup.php:1191
270
  #: lib/settings.php:168
276
 
277
  #: wassup.php:1200
278
  msgid "Filter by marked IP"
279
+ msgstr "Visa bara markerade IP-adress"
280
 
281
  #: wassup.php:1200
282
  msgid "show marked items"
284
 
285
  #: wassup.php:1203
286
  msgid "Searched for"
287
+ msgstr "Sökt"
288
 
289
  #: wassup.php:1205
290
  msgid "Auto refresh in"
307
  #: wassup.php:1263
308
  #: lib/action.php:175
309
  msgid "Raw data"
310
+ msgstr "Rådata"
311
 
312
  #: wassup.php:1266
313
  msgid "Visit type"
314
+ msgstr "Besökstyp"
315
 
316
  #: wassup.php:1268
317
  msgid "Logged-in user"
319
 
320
  #: wassup.php:1270
321
  msgid "Spammer/Hacker"
322
+ msgstr "Spammeare/Hacker"
323
 
324
  #: wassup.php:1272
325
  msgid "Spammer"
326
+ msgstr "Spammare"
327
 
328
  #: wassup.php:1274
329
  msgid "Comment author"
331
 
332
  #: wassup.php:1276
333
  msgid "Feed"
334
+ msgstr "Webbkanal"
335
 
336
  #: wassup.php:1278
337
  #: lib/wassup.class.php:232
338
  msgid "Spider"
339
+ msgstr "Spindel"
340
 
341
  #: wassup.php:1280
342
  msgid "Regular visitor"
351
  #: wassup.php:1356
352
  #: lib/action.php:179
353
  msgid "Hostname"
354
+ msgstr "Datornamn"
355
 
356
  #: wassup.php:1285
357
  msgid "Url Requested"
358
+ msgstr "Efterfrågad URL"
359
 
360
  #: wassup.php:1286
361
  #: wassup.php:1361
362
  #: lib/action.php:180
363
  msgid "User Agent"
364
+ msgstr "Klienttyp"
365
 
366
  #: wassup.php:1287
367
  #: wassup.php:1356
368
  #: lib/action.php:181
369
  msgid "Referrer"
370
+ msgstr "Hänvisad från"
371
 
372
  #: wassup.php:1289
373
  msgid "Search Engine"
374
+ msgstr "Sökmotor"
375
 
376
  #: wassup.php:1291
377
  msgid "Page"
378
+ msgstr "Sida"
379
 
380
  #: wassup.php:1294
381
  #: wassup.php:1450
382
  #: lib/action.php:186
383
  msgid "OS"
384
+ msgstr "Operativsystem"
385
 
386
  #: wassup.php:1297
387
  #: lib/action.php:189
388
  msgid "Browser"
389
+ msgstr "Webbläsare"
390
 
391
  #: wassup.php:1300
392
  msgid "Locale/Language"
393
+ msgstr "Region/Språk"
394
 
395
  #: wassup.php:1303
396
  msgid "Screen Resolution"
397
+ msgstr "Skärmupplösning"
398
 
399
  #: wassup.php:1306
400
  msgid "End timestamp"
401
+ msgstr "Tidsstämpel för slutet"
402
 
403
  #: wassup.php:1332
404
  #: wassup.php:1337
405
  msgid "delete"
406
+ msgstr "ta bort"
407
 
408
  #: wassup.php:1332
409
  msgid "Delete ALL marked records with this IP"
410
+ msgstr "Ta bort alla markerade poster med denna IP-adress"
411
 
412
  #: wassup.php:1334
413
  msgid "unmark"
414
+ msgstr "avmarkera"
415
 
416
  #: wassup.php:1334
417
  msgid "UnMark IP"
418
+ msgstr "Avmarkera IP-adress"
419
 
420
  #: wassup.php:1337
421
  msgid "Delete this record"
422
+ msgstr "Radera denna post"
423
 
424
  #: wassup.php:1339
425
  msgid "mark"
426
+ msgstr "markera"
427
 
428
  #: wassup.php:1339
429
  msgid "Mark IP"
431
 
432
  #: wassup.php:1342
433
  msgid "show raw table"
434
+ msgstr "Visa tabell med rådata"
435
 
436
  #: wassup.php:1342
437
  msgid "Show the items as raw table"
438
+ msgstr "Visa dessa som tabell med rådata"
439
 
440
  #: wassup.php:1380
441
  msgid "SEARCH ENGINE"
443
 
444
  #: wassup.php:1380
445
  msgid "page"
446
+ msgstr "sida"
447
 
448
  #: wassup.php:1381
449
  msgid "KEYWORDS"
450
+ msgstr "NYCKELORD"
451
 
452
  #: wassup.php:1399
453
  msgid "ADMINISTRATOR"
454
+ msgstr "ADMINISTRATÖR"
455
 
456
  #: wassup.php:1417
457
  msgid "FEEDREADER"
458
+ msgstr "MOTTAGARE AV WEBBKANAL"
459
 
460
  #: wassup.php:1419
461
  msgid "SUBSCRIBER(S)"
463
 
464
  #: wassup.php:1424
465
  msgid "SPIDER"
466
+ msgstr "SPINDEL"
467
 
468
  #: wassup.php:1432
469
  msgid "Probably SPAM!"
470
+ msgstr "Troligtvis SPAM!"
471
 
472
  #: wassup.php:1433
473
  msgid "Referer Spam"
474
+ msgstr "Länkningsspam"
475
 
476
  #: wassup.php:1434
477
  #: lib/wassup.class.php:234
478
  msgid "Spam"
479
+ msgstr "Spam"
480
 
481
  #: wassup.php:1440
482
  msgid "Probably hack attempt!"
483
+ msgstr "Befarad hacker-attack"
484
 
485
  #: wassup.php:1448
486
  #: lib/action.php:192
487
  msgid "Language"
488
+ msgstr "Språk"
489
 
490
  #: wassup.php:1451
491
  msgid "BROWSER"
492
+ msgstr "WEBBLÄSARPROGRAM"
493
 
494
  #: wassup.php:1453
495
  msgid "RESOLUTION"
496
+ msgstr "UPPLÖSNING"
497
 
498
  #: wassup.php:1509
499
  msgid "Graph of visitor hits"
500
+ msgstr "Graf över besök"
501
 
502
  #: wassup.php:1511
503
  msgid "Too few records to print chart"
504
+ msgstr "Alltför få post för att skapa diagram"
505
 
506
  #: wassup.php:1527
507
  msgid "Check the official"
508
+ msgstr "Kontrollera den officiella"
509
 
510
  #: wassup.php:1527
511
  msgid "page for updates, bug reports and your hints to improve it"
512
+ msgstr "sidan för uppdateringar, felrapporter och dina förbättringsförslag"
513
 
514
  #: wassup.php:1527
515
  msgid "User Guide documentation"
516
+ msgstr "Användaramanual"
517
 
518
  #: wassup.php:1528
519
  msgid "Exec time"
520
+ msgstr "Exekveringstid"
521
 
522
  #: wassup.php:2349
523
  msgid "WassUp Plugin table has reached maximum size!"
524
+ msgstr "Maximal storlek uppnådd för WassUp Plugin"
525
 
526
  #: wassup.php:2350
527
  msgid "Hi"
528
+ msgstr "Hej!"
529
 
530
  #: wassup.php:2350
531
  msgid ""
532
  "you have received this email because your WassUp Database table at your "
533
  "Wordpress blog"
534
  msgstr ""
535
+ "du har inte fått detta mejl eftersom Wassup' databas-tabell på din Wordpress "
536
+ "blogg"
537
 
538
  #: wassup.php:2350
539
  msgid "has reached the maximum value you set in the options menu"
540
  msgstr ""
541
+ "har uppnått den maximala storlek du angett under menyn för inställningar"
542
 
543
  #: wassup.php:2351
544
  msgid ""
545
  "This is only a reminder, please take the actions you want in the WassUp "
546
  "options menu"
547
  msgstr ""
548
+ "Detta är bara en påminnelse, välj vad du vill göra i WassUps meny för "
549
+ "inställningar"
550
 
551
  #: wassup.php:2351
552
  msgid "This alert now will be removed and you will be able to set a new one"
553
+ msgstr "Denna varning tas nu bort och du kan ställa in en ny"
554
 
555
  #: wassup.php:2352
556
  msgid ""
557
  "Thank you for using WassUp plugin. Check if there is a new version available "
558
  "here:"
559
  msgstr ""
560
+ "Tack för att du använder modulen WassUp. Här kan du kontrollera om det finns "
561
+ "en ny version tillgänglig:"
562
 
563
  #: wassup.php:2352
564
  msgid "Have a nice day!"
575
  #: wassup.php:2482
576
  #: wassup.php:3838
577
  msgid "visitor stats chart"
578
+ msgstr "diagra över besökare"
579
 
580
  #: wassup.php:2672
581
  msgid "encrypted search"
582
+ msgstr "Krypterad sökning"
583
 
584
  #: wassup.php:3340
585
  msgid "Error getting table details"
586
+ msgstr "Fel vid hämtning av tabelldata"
587
 
588
  #: wassup.php:3348
589
  #, php-format
590
  msgid "Delete any existing table %s"
591
+ msgstr "Radera varje befintlig tabell %s"
592
 
593
  #: wassup.php:3359
594
  #, php-format
595
  msgid "Table structure of table %s"
596
+ msgstr "Tabellstruktur för tabell %s"
597
 
598
  #: wassup.php:3367
599
  #, php-format
648
  #: wassup.php:3525
649
  #: lib/settings.php:149
650
  msgid "Top Browsers"
651
+ msgstr "Mest använda webbläsare"
652
 
653
  #: wassup.php:3540
654
  #: lib/settings.php:150
655
  msgid "Top OS"
656
+ msgstr "Mest använda operativsystem"
657
 
658
  #: wassup.php:3559
659
  msgid "visitor(s) online"
704
  #: wassup.php:3663
705
  #: wassup.php:3675
706
  msgid "default Yes"
707
+ msgstr "Standard JA"
708
 
709
  #: wassup.php:3656
710
  msgid "Show number of comment authors online"
711
+ msgstr "Visa antal inloggade kommentarsförfattare"
712
 
713
  #: wassup.php:3662
714
  msgid "Show latest searches"
735
 
736
  #: wassup.php:3686
737
  msgid "Show top browsers"
738
+ msgstr "Visa vanligaste webbläsare"
739
 
740
  #: wassup.php:3686
741
  #: wassup.php:3698
749
 
750
  #: wassup.php:3690
751
  msgid "How many browsers?"
752
+ msgstr "Hur många webbläsare?"
753
 
754
  #: wassup.php:3698
755
  msgid "Show top operating systems"
756
+ msgstr "Visa vanligaste operativsystem"
757
 
758
  #: wassup.php:3702
759
  msgid "How many operating systems?"
760
+ msgstr "Hur många operativsystem?"
761
 
762
  #: wassup.php:3713
763
  msgid "Wassup Widget"
764
+ msgstr "Wassup Widget"
765
 
766
  #: wassup.php:3839
767
  msgid "More Stats"
769
 
770
  #: lib/action.php:125
771
  msgid "ERROR: file not found"
772
+ msgstr "ERROR: Filen hittades inte"
773
 
774
  #: lib/action.php:143
775
  msgid "ERROR: bad date"
776
+ msgstr "ERROR: felaktigt datum"
777
 
778
  #: lib/action.php:257
779
  msgid "TOP QUERY"
809
 
810
  #: lib/action.php:414
811
  msgid "ERROR: Missing or unknown parameters"
812
+ msgstr "ERROR: Saknade eller felaktiga parametrar"
813
 
814
  #: lib/action.php:423
815
  msgid "ERROR: Nothing to do here"
846
 
847
  #: lib/main.php:777
848
  msgid "No visitor activity"
849
+ msgstr "Ingen besökaraktivitet"
850
 
851
  #: lib/main.php:1179
852
  msgid "Last 6 Hours"
language/tr_TR.mo CHANGED
Binary file
language/tr_TR.po CHANGED
@@ -3,14 +3,14 @@ msgstr ""
3
  "Project-Id-Version: WassUp 1.4.6\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2009-05-18 12:28+0100\n"
6
- "PO-Revision-Date: 2010-05-07 14:21+0000\n"
7
- "Last-Translator: Angel Spy <melissadilara@yahoo.com>\n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Launchpad-Export-Date: 2010-10-09 11:12+0000\n"
13
- "X-Generator: Launchpad (build Unknown)\n"
14
  "X-Poedit-SearchPath-0: /home/m1k/Desktop/wassup_translation/trunk\n"
15
  "X-Poedit-Basepath: .\n"
16
  "X-Poedit-KeywordsList: __;_e\n"
@@ -38,7 +38,7 @@ msgstr "En Çok Kullanılan 10'u Gizle"
38
 
39
  #: wassup.php:417
40
  msgid "Show TopTen"
41
- msgstr "En Çok Kullanılan 10'u Göster"
42
 
43
  #: wassup.php:423
44
  msgid "Collapse All"
@@ -168,7 +168,7 @@ msgstr "Yürüt"
168
 
169
  #: wassup.php:866
170
  msgid "Spy items by"
171
- msgstr ""
172
 
173
  #: wassup.php:918
174
  msgid ""
@@ -1505,101 +1505,3 @@ msgstr "7 gün"
1505
  #: lib/wassup.class.php:275
1506
  msgid "all time"
1507
  msgstr "tüm zamanlar"
1508
-
1509
- #~ msgid "Hide the chart and site usage"
1510
- #~ msgstr "Grafik ve site kullanımını gizle"
1511
-
1512
- #~ msgid "Show the chart and site usage"
1513
- #~ msgstr "Grafik ve site kullanımını göster"
1514
-
1515
- #~ msgid "Referer from search engine"
1516
- #~ msgstr "Arama motorlarından gelenler"
1517
-
1518
- #~ msgid "Referer from ext link"
1519
- #~ msgstr "Harici bağlantıdan gelenler"
1520
-
1521
- #~ msgid "What title for the widget (default \"Visitors Online\")"
1522
- #~ msgstr "Bileşenin başlığı ne olsun (varsayılan \"Çevrimiçi Ziyaretçiler\")"
1523
-
1524
- #~ msgid "What style sheet class for &lt;ul&gt; attribute (default \"links\")"
1525
- #~ msgstr ""
1526
- #~ "&lt;ul&gt; verisi için hangi stil şablonu kullanılsın (varsayılan \"links\")"
1527
-
1528
- #~ msgid "How many characters left? (For template compatibility - default 18)"
1529
- #~ msgstr "Kaç karakter kaldı? (Tema uyumluluğu için - varsayılan 18)"
1530
-
1531
- #~ msgid "Check if you want to show logged-in online users (default Yes)"
1532
- #~ msgstr ""
1533
- #~ "Eğer giriş yapmış kullanıcıları görüntülemek istiyorsanız işaretleyin "
1534
- #~ "(varsayılan Evet)."
1535
-
1536
- #~ msgid "Check if you want to show comment-author online users (default Yes)"
1537
- #~ msgstr ""
1538
- #~ "Yorum sahibi kullanıcıları görüntülemek istiyorsanız işaretleyin (varsayılan "
1539
- #~ "Evet)"
1540
-
1541
- #~ msgid "Check if you want to show some last search referers (default Yes)"
1542
- #~ msgstr ""
1543
- #~ "Arama motorundan gelen ziyaretçileri görüntülemek istiyorsanız işaretleyin "
1544
- #~ "(varsayılan Evet)"
1545
-
1546
- #~ msgid "How many search referers want to show (default 5)"
1547
- #~ msgstr "Kaç adet arama motoru referansı göstermek istersiniz (varsayılan 5)"
1548
-
1549
- #~ msgid "Check if you want to show some last external referers (default Yes)"
1550
- #~ msgstr ""
1551
- #~ "Harici yönlendiricileri görüntülemek istiyorsanız işaretleyin (varsayılan "
1552
- #~ "Evet)"
1553
-
1554
- #~ msgid "How many external referers want to show (default 5)"
1555
- #~ msgstr ""
1556
- #~ "Kaç adet harici yönlendiren site görüntülemek istersiniz (varsayılan 5)"
1557
-
1558
- #~ msgid "How many top browsers want to show (default 5)"
1559
- #~ msgstr "Kaç adet arama motoru göstermek istersiniz (varsayılan 5)"
1560
-
1561
- #~ msgid "How many top operating systems want to show (default 5)"
1562
- #~ msgstr "Kaç adet işletim sistemi görüntülemek istersiniz (varsayılan 5)"
1563
-
1564
- #~ msgid "Administrators"
1565
- #~ msgstr "Yöneticiler"
1566
-
1567
- #~ msgid "Contributors"
1568
- #~ msgstr "Katılımcılar"
1569
-
1570
- #~ msgid "Authors"
1571
- #~ msgstr "Yazarlar"
1572
-
1573
- #~ msgid "Visit Detail Settings"
1574
- #~ msgstr "Ziyaret Detayı Ayarları"
1575
-
1576
- #~ msgid "Spiders"
1577
- #~ msgstr "Örümcekler"
1578
-
1579
- #~ msgid "Enter requested URLs to exclude from recording"
1580
- #~ msgstr "Kayıt edilmeyecek URLleri girin"
1581
-
1582
- #~ msgid ""
1583
- #~ "comma separated value, don't put the entire url, only the last path or some "
1584
- #~ "word to exclude (ex: /category/wordpress, 2007, etc...)"
1585
- #~ msgstr ""
1586
- #~ "verileri virgülle ayırın, tam adresi girmeyin, sadece adresin son kısmı ya "
1587
- #~ "da kayıt edilmeyecek kelimeleri girin (ör: /category/wordpress, 2007, vb.)"
1588
-
1589
- #~ msgid "Temporary files location folder"
1590
- #~ msgstr "Geçici dosyaların kaydedileceği klasör"
1591
-
1592
- #~ msgid ""
1593
- #~ "Directory does not exist or is not writable. Please enter a different path "
1594
- #~ "above or change \"session.save_path\" in \"php.ini\" to point to a valid, "
1595
- #~ "writable folder"
1596
- #~ msgstr ""
1597
- #~ "Belirlediğiniz klasör ya yok ya da yazılabilir değil. Lütfen yukarıya başka "
1598
- #~ "bir adres girin ya da \"php.ini\" dosyasındaki \"session.save_path\" "
1599
- #~ "verisini geçerli yazılabilir bir klasöre yöneltin"
1600
-
1601
- #~ msgid "Use absolute directory paths only. This value is usually"
1602
- #~ msgstr "Direkt klasör yolu kullanın. Bu veri genellikle"
1603
-
1604
- #~ msgid "TOP REFERER"
1605
- #~ msgstr "EN ÇOK YÖNLENDİREN"
3
  "Project-Id-Version: WassUp 1.4.6\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2009-05-18 12:28+0100\n"
6
+ "PO-Revision-Date: 2012-09-26 10:30+0000\n"
7
+ "Last-Translator: Biffaboy <Unknown>\n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Launchpad-Export-Date: 2014-01-12 09:52+0000\n"
13
+ "X-Generator: Launchpad (build 16890)\n"
14
  "X-Poedit-SearchPath-0: /home/m1k/Desktop/wassup_translation/trunk\n"
15
  "X-Poedit-Basepath: .\n"
16
  "X-Poedit-KeywordsList: __;_e\n"
38
 
39
  #: wassup.php:417
40
  msgid "Show TopTen"
41
+ msgstr "Show TopTen"
42
 
43
  #: wassup.php:423
44
  msgid "Collapse All"
168
 
169
  #: wassup.php:866
170
  msgid "Spy items by"
171
+ msgstr "Öğeleri bunlarla incele,"
172
 
173
  #: wassup.php:918
174
  msgid ""
1505
  #: lib/wassup.class.php:275
1506
  msgid "all time"
1507
  msgstr "tüm zamanlar"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
language/uk_UK.mo CHANGED
Binary file
language/uk_UK.po CHANGED
@@ -14,8 +14,8 @@ msgstr ""
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
- "X-Launchpad-Export-Date: 2010-10-09 11:12+0000\n"
18
- "X-Generator: Launchpad (build Unknown)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Launchpad-Export-Date: 2014-01-12 09:52+0000\n"
18
+ "X-Generator: Launchpad (build 16890)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
language/vi_VI.mo ADDED
Binary file
language/vi_VI.po ADDED
@@ -0,0 +1,1466 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Vietnamese translation for wassup
2
+ # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
3
+ # This file is distributed under the same license as the wassup package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: wassup\n"
9
+ "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
+ "POT-Creation-Date: 2009-05-18 12:28+0100\n"
11
+ "PO-Revision-Date: 2012-10-02 13:20+0000\n"
12
+ "Last-Translator: Lê Viết Lâm <yoblooc295@yahoo.com>\n"
13
+ "Language-Team: Vietnamese <vi@li.org>\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Launchpad-Export-Date: 2014-01-12 09:52+0000\n"
18
+ "X-Generator: Launchpad (build 16890)\n"
19
+
20
+ #: wassup.php:45
21
+ msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
22
+ msgstr ""
23
+
24
+ #: wassup.php:406
25
+ msgid "Hide Search"
26
+ msgstr ""
27
+
28
+ #: wassup.php:409
29
+ #: wassup.php:1209
30
+ #: wassup.php:1290
31
+ #: lib/action.php:183
32
+ msgid "Search"
33
+ msgstr ""
34
+
35
+ #: wassup.php:414
36
+ msgid "Hide TopTen"
37
+ msgstr "Ẩn Topten"
38
+
39
+ #: wassup.php:417
40
+ msgid "Show TopTen"
41
+ msgstr "Hiện Topten"
42
+
43
+ #: wassup.php:423
44
+ msgid "Collapse All"
45
+ msgstr "Thu gọn tất cả"
46
+
47
+ #: wassup.php:426
48
+ #: wassup.php:761
49
+ #: wassup.php:857
50
+ #: wassup.php:1165
51
+ msgid "Expand All"
52
+ msgstr "Mở rộng tất cả"
53
+
54
+ #: wassup.php:431
55
+ msgid "Expand Cronology"
56
+ msgstr ""
57
+
58
+ #: wassup.php:434
59
+ msgid "Collapse Cronology"
60
+ msgstr "Thu gọn Cronology"
61
+
62
+ #: wassup.php:526
63
+ msgid "Visitor Details"
64
+ msgstr "Thông tin khách viến thăm"
65
+
66
+ #: wassup.php:529
67
+ msgid "Spy Visitors"
68
+ msgstr ""
69
+
70
+ #: wassup.php:529
71
+ #: wassup.php:861
72
+ msgid "SPY Visitors"
73
+ msgstr ""
74
+
75
+ #: wassup.php:530
76
+ #: wassup.php:759
77
+ msgid "Current Visitors Online"
78
+ msgstr ""
79
+
80
+ #: wassup.php:531
81
+ #: wassup.php:917
82
+ msgid "Options"
83
+ msgstr ""
84
+
85
+ #: wassup.php:629
86
+ #: wassup.php:654
87
+ msgid "Wassup options updated successfully"
88
+ msgstr ""
89
+
90
+ #: wassup.php:641
91
+ msgid "Wassup uninstall option updated successfully"
92
+ msgstr ""
93
+
94
+ #: wassup.php:649
95
+ msgid "Wassup spam options updated successfully"
96
+ msgstr ""
97
+
98
+ #: wassup.php:750
99
+ msgid "Warning"
100
+ msgstr ""
101
+
102
+ #: wassup.php:750
103
+ msgid "is NOT recording new statistics"
104
+ msgstr ""
105
+
106
+ #: wassup.php:750
107
+ msgid ""
108
+ "To collect data you must check \"Enable/Disable recording\" in \"Options: "
109
+ "Statistics Recording\" tab"
110
+ msgstr ""
111
+
112
+ #: wassup.php:760
113
+ #: wassup.php:862
114
+ msgid "Legend"
115
+ msgstr ""
116
+
117
+ #: wassup.php:760
118
+ #: wassup.php:862
119
+ msgid "Logged-in Users"
120
+ msgstr ""
121
+
122
+ #: wassup.php:760
123
+ #: wassup.php:862
124
+ msgid "Comments Authors"
125
+ msgstr ""
126
+
127
+ #: wassup.php:760
128
+ #: wassup.php:862
129
+ msgid "Spiders/bots"
130
+ msgstr ""
131
+
132
+ #: wassup.php:767
133
+ msgid "Visitors online"
134
+ msgstr ""
135
+
136
+ #: wassup.php:791
137
+ #: wassup.php:1319
138
+ #: lib/main.php:641
139
+ msgid "From your blog"
140
+ msgstr ""
141
+
142
+ #: wassup.php:794
143
+ #: wassup.php:1322
144
+ #: lib/main.php:644
145
+ msgid "Direct hit"
146
+ msgstr ""
147
+
148
+ #: wassup.php:814
149
+ #: wassup.php:1389
150
+ msgid "LOGGED IN USER"
151
+ msgstr ""
152
+
153
+ #: wassup.php:815
154
+ #: wassup.php:818
155
+ #: wassup.php:1405
156
+ msgid "COMMENT AUTHOR"
157
+ msgstr ""
158
+
159
+ #: wassup.php:864
160
+ msgid "Pause"
161
+ msgstr ""
162
+
163
+ #: wassup.php:865
164
+ msgid "Play"
165
+ msgstr ""
166
+
167
+ #: wassup.php:866
168
+ msgid "Spy items by"
169
+ msgstr ""
170
+
171
+ #: wassup.php:918
172
+ msgid ""
173
+ "You can add a sidebar Widget with some useful statistics information by "
174
+ "activating the"
175
+ msgstr ""
176
+
177
+ #: wassup.php:919
178
+ msgid "Wassup Widget in the Widgets menu option"
179
+ msgstr ""
180
+
181
+ #: wassup.php:927
182
+ msgid "Latest hits"
183
+ msgstr ""
184
+
185
+ #: wassup.php:929
186
+ msgid "WassUp recording is disabled"
187
+ msgstr ""
188
+
189
+ #: wassup.php:1041
190
+ msgid "records deleted"
191
+ msgstr ""
192
+
193
+ #: wassup.php:1102
194
+ msgid "hide chart"
195
+ msgstr ""
196
+
197
+ #: wassup.php:1102
198
+ msgid "Hide the chart"
199
+ msgstr ""
200
+
201
+ #: wassup.php:1105
202
+ msgid "show chart"
203
+ msgstr ""
204
+
205
+ #: wassup.php:1105
206
+ msgid "Show the chart"
207
+ msgstr ""
208
+
209
+ #: wassup.php:1115
210
+ msgid "Summary for the last"
211
+ msgstr ""
212
+
213
+ #: wassup.php:1122
214
+ msgid "Items per page"
215
+ msgstr ""
216
+
217
+ #: wassup.php:1132
218
+ msgid "Show items by"
219
+ msgstr ""
220
+
221
+ #: wassup.php:1151
222
+ msgid "Visits"
223
+ msgstr ""
224
+
225
+ #: wassup.php:1152
226
+ msgid "Pageviews"
227
+ msgstr ""
228
+
229
+ #: wassup.php:1153
230
+ msgid "Pages/Visits"
231
+ msgstr ""
232
+
233
+ #: wassup.php:1156
234
+ msgid "Spams"
235
+ msgstr ""
236
+
237
+ #: wassup.php:1166
238
+ msgid "Collapse Chronology"
239
+ msgstr ""
240
+
241
+ #: wassup.php:1185
242
+ msgid "Spam Options"
243
+ msgstr ""
244
+
245
+ #: wassup.php:1187
246
+ #: lib/settings.php:182
247
+ msgid "Enable/Disable Spam Check on Records"
248
+ msgstr ""
249
+
250
+ #: wassup.php:1188
251
+ #: lib/settings.php:185
252
+ msgid "Record Akismet comment spam attempts"
253
+ msgstr ""
254
+
255
+ #: wassup.php:1189
256
+ #: lib/settings.php:186
257
+ msgid "Record referrer spam attempts"
258
+ msgstr ""
259
+
260
+ #: wassup.php:1190
261
+ #: lib/settings.php:187
262
+ msgid "Record admin break-in/hacker attempts"
263
+ msgstr ""
264
+
265
+ #: wassup.php:1191
266
+ #: lib/settings.php:168
267
+ #: lib/settings.php:203
268
+ #: lib/settings.php:448
269
+ #: lib/settings.php:462
270
+ msgid "Save Settings"
271
+ msgstr ""
272
+
273
+ #: wassup.php:1200
274
+ msgid "Filter by marked IP"
275
+ msgstr ""
276
+
277
+ #: wassup.php:1200
278
+ msgid "show marked items"
279
+ msgstr ""
280
+
281
+ #: wassup.php:1203
282
+ msgid "Searched for"
283
+ msgstr ""
284
+
285
+ #: wassup.php:1205
286
+ msgid "Auto refresh in"
287
+ msgstr ""
288
+
289
+ #: wassup.php:1205
290
+ #: lib/settings.php:334
291
+ #: lib/settings.php:423
292
+ msgid "seconds"
293
+ msgstr ""
294
+
295
+ #: wassup.php:1209
296
+ msgid "Top Ten"
297
+ msgstr ""
298
+
299
+ #: wassup.php:1209
300
+ msgid "Show Top Ten"
301
+ msgstr ""
302
+
303
+ #: wassup.php:1263
304
+ #: lib/action.php:175
305
+ msgid "Raw data"
306
+ msgstr ""
307
+
308
+ #: wassup.php:1266
309
+ msgid "Visit type"
310
+ msgstr ""
311
+
312
+ #: wassup.php:1268
313
+ msgid "Logged-in user"
314
+ msgstr ""
315
+
316
+ #: wassup.php:1270
317
+ msgid "Spammer/Hacker"
318
+ msgstr ""
319
+
320
+ #: wassup.php:1272
321
+ msgid "Spammer"
322
+ msgstr ""
323
+
324
+ #: wassup.php:1274
325
+ msgid "Comment author"
326
+ msgstr ""
327
+
328
+ #: wassup.php:1276
329
+ msgid "Feed"
330
+ msgstr ""
331
+
332
+ #: wassup.php:1278
333
+ #: lib/wassup.class.php:232
334
+ msgid "Spider"
335
+ msgstr ""
336
+
337
+ #: wassup.php:1280
338
+ msgid "Regular visitor"
339
+ msgstr ""
340
+
341
+ #: wassup.php:1283
342
+ #: lib/action.php:178
343
+ msgid "IP"
344
+ msgstr ""
345
+
346
+ #: wassup.php:1284
347
+ #: wassup.php:1356
348
+ #: lib/action.php:179
349
+ msgid "Hostname"
350
+ msgstr ""
351
+
352
+ #: wassup.php:1285
353
+ msgid "Url Requested"
354
+ msgstr ""
355
+
356
+ #: wassup.php:1286
357
+ #: wassup.php:1361
358
+ #: lib/action.php:180
359
+ msgid "User Agent"
360
+ msgstr ""
361
+
362
+ #: wassup.php:1287
363
+ #: wassup.php:1356
364
+ #: lib/action.php:181
365
+ msgid "Referrer"
366
+ msgstr ""
367
+
368
+ #: wassup.php:1289
369
+ msgid "Search Engine"
370
+ msgstr ""
371
+
372
+ #: wassup.php:1291
373
+ msgid "Page"
374
+ msgstr ""
375
+
376
+ #: wassup.php:1294
377
+ #: wassup.php:1450
378
+ #: lib/action.php:186
379
+ msgid "OS"
380
+ msgstr ""
381
+
382
+ #: wassup.php:1297
383
+ #: lib/action.php:189
384
+ msgid "Browser"
385
+ msgstr ""
386
+
387
+ #: wassup.php:1300
388
+ msgid "Locale/Language"
389
+ msgstr ""
390
+
391
+ #: wassup.php:1303
392
+ msgid "Screen Resolution"
393
+ msgstr ""
394
+
395
+ #: wassup.php:1306
396
+ msgid "End timestamp"
397
+ msgstr ""
398
+
399
+ #: wassup.php:1332
400
+ #: wassup.php:1337
401
+ msgid "delete"
402
+ msgstr ""
403
+
404
+ #: wassup.php:1332
405
+ msgid "Delete ALL marked records with this IP"
406
+ msgstr ""
407
+
408
+ #: wassup.php:1334
409
+ msgid "unmark"
410
+ msgstr ""
411
+
412
+ #: wassup.php:1334
413
+ msgid "UnMark IP"
414
+ msgstr ""
415
+
416
+ #: wassup.php:1337
417
+ msgid "Delete this record"
418
+ msgstr ""
419
+
420
+ #: wassup.php:1339
421
+ msgid "mark"
422
+ msgstr ""
423
+
424
+ #: wassup.php:1339
425
+ msgid "Mark IP"
426
+ msgstr ""
427
+
428
+ #: wassup.php:1342
429
+ msgid "show raw table"
430
+ msgstr ""
431
+
432
+ #: wassup.php:1342
433
+ msgid "Show the items as raw table"
434
+ msgstr ""
435
+
436
+ #: wassup.php:1380
437
+ msgid "SEARCH ENGINE"
438
+ msgstr ""
439
+
440
+ #: wassup.php:1380
441
+ msgid "page"
442
+ msgstr ""
443
+
444
+ #: wassup.php:1381
445
+ msgid "KEYWORDS"
446
+ msgstr ""
447
+
448
+ #: wassup.php:1399
449
+ msgid "ADMINISTRATOR"
450
+ msgstr ""
451
+
452
+ #: wassup.php:1417
453
+ msgid "FEEDREADER"
454
+ msgstr ""
455
+
456
+ #: wassup.php:1419
457
+ msgid "SUBSCRIBER(S)"
458
+ msgstr ""
459
+
460
+ #: wassup.php:1424
461
+ msgid "SPIDER"
462
+ msgstr ""
463
+
464
+ #: wassup.php:1432
465
+ msgid "Probably SPAM!"
466
+ msgstr ""
467
+
468
+ #: wassup.php:1433
469
+ msgid "Referer Spam"
470
+ msgstr ""
471
+
472
+ #: wassup.php:1434
473
+ #: lib/wassup.class.php:234
474
+ msgid "Spam"
475
+ msgstr ""
476
+
477
+ #: wassup.php:1440
478
+ msgid "Probably hack attempt!"
479
+ msgstr ""
480
+
481
+ #: wassup.php:1448
482
+ #: lib/action.php:192
483
+ msgid "Language"
484
+ msgstr ""
485
+
486
+ #: wassup.php:1451
487
+ msgid "BROWSER"
488
+ msgstr ""
489
+
490
+ #: wassup.php:1453
491
+ msgid "RESOLUTION"
492
+ msgstr ""
493
+
494
+ #: wassup.php:1509
495
+ msgid "Graph of visitor hits"
496
+ msgstr ""
497
+
498
+ #: wassup.php:1511
499
+ msgid "Too few records to print chart"
500
+ msgstr ""
501
+
502
+ #: wassup.php:1527
503
+ msgid "Check the official"
504
+ msgstr ""
505
+
506
+ #: wassup.php:1527
507
+ msgid "page for updates, bug reports and your hints to improve it"
508
+ msgstr ""
509
+
510
+ #: wassup.php:1527
511
+ msgid "User Guide documentation"
512
+ msgstr ""
513
+
514
+ #: wassup.php:1528
515
+ msgid "Exec time"
516
+ msgstr ""
517
+
518
+ #: wassup.php:2349
519
+ msgid "WassUp Plugin table has reached maximum size!"
520
+ msgstr ""
521
+
522
+ #: wassup.php:2350
523
+ msgid "Hi"
524
+ msgstr ""
525
+
526
+ #: wassup.php:2350
527
+ msgid ""
528
+ "you have received this email because your WassUp Database table at your "
529
+ "Wordpress blog"
530
+ msgstr ""
531
+
532
+ #: wassup.php:2350
533
+ msgid "has reached the maximum value you set in the options menu"
534
+ msgstr ""
535
+
536
+ #: wassup.php:2351
537
+ msgid ""
538
+ "This is only a reminder, please take the actions you want in the WassUp "
539
+ "options menu"
540
+ msgstr ""
541
+
542
+ #: wassup.php:2351
543
+ msgid "This alert now will be removed and you will be able to set a new one"
544
+ msgstr ""
545
+
546
+ #: wassup.php:2352
547
+ msgid ""
548
+ "Thank you for using WassUp plugin. Check if there is a new version available "
549
+ "here:"
550
+ msgstr ""
551
+
552
+ #: wassup.php:2352
553
+ msgid "Have a nice day!"
554
+ msgstr ""
555
+
556
+ #: wassup.php:2480
557
+ msgid "Stats"
558
+ msgstr ""
559
+
560
+ #: wassup.php:2480
561
+ msgid "More"
562
+ msgstr ""
563
+
564
+ #: wassup.php:2482
565
+ #: wassup.php:3838
566
+ msgid "visitor stats chart"
567
+ msgstr ""
568
+
569
+ #: wassup.php:2672
570
+ msgid "encrypted search"
571
+ msgstr ""
572
+
573
+ #: wassup.php:3340
574
+ msgid "Error getting table details"
575
+ msgstr ""
576
+
577
+ #: wassup.php:3348
578
+ #, php-format
579
+ msgid "Delete any existing table %s"
580
+ msgstr ""
581
+
582
+ #: wassup.php:3359
583
+ #, php-format
584
+ msgid "Table structure of table %s"
585
+ msgstr ""
586
+
587
+ #: wassup.php:3367
588
+ #, php-format
589
+ msgid "Error with SHOW CREATE TABLE for %s."
590
+ msgstr ""
591
+
592
+ #: wassup.php:3374
593
+ #, php-format
594
+ msgid "Error getting table structure of %s"
595
+ msgstr ""
596
+
597
+ #: wassup.php:3382
598
+ #, php-format
599
+ msgid "Data contents of table %s"
600
+ msgstr ""
601
+
602
+ #: wassup.php:3443
603
+ #, php-format
604
+ msgid "End of data contents of table %s"
605
+ msgstr ""
606
+
607
+ #: wassup.php:3455
608
+ msgid "If above timestamp is not current time, this page is cached"
609
+ msgstr ""
610
+
611
+ #: wassup.php:3486
612
+ #: wassup.php:3740
613
+ msgid "No Data"
614
+ msgstr ""
615
+
616
+ #: wassup.php:3487
617
+ #: wassup.php:3568
618
+ #: wassup.php:3741
619
+ #: wassup.php:3814
620
+ msgid "powered by"
621
+ msgstr ""
622
+
623
+ #: wassup.php:3487
624
+ #: wassup.php:3568
625
+ #: wassup.php:3741
626
+ msgid "Real Time Visitors Tracking"
627
+ msgstr ""
628
+
629
+ #: wassup.php:3497
630
+ msgid "Last searched terms"
631
+ msgstr ""
632
+
633
+ #: wassup.php:3510
634
+ msgid "Last referers"
635
+ msgstr ""
636
+
637
+ #: wassup.php:3525
638
+ #: lib/settings.php:149
639
+ msgid "Top Browsers"
640
+ msgstr ""
641
+
642
+ #: wassup.php:3540
643
+ #: lib/settings.php:150
644
+ msgid "Top OS"
645
+ msgstr ""
646
+
647
+ #: wassup.php:3559
648
+ msgid "visitor(s) online"
649
+ msgstr ""
650
+
651
+ #: wassup.php:3562
652
+ msgid "logged-in user(s)"
653
+ msgstr ""
654
+
655
+ #: wassup.php:3566
656
+ msgid "comment author(s)"
657
+ msgstr ""
658
+
659
+ #: wassup.php:3632
660
+ msgid "Title"
661
+ msgstr ""
662
+
663
+ #: wassup.php:3634
664
+ msgid "default \"Visitors Online\""
665
+ msgstr ""
666
+
667
+ #: wassup.php:3637
668
+ msgid "Stylesheet class for &lt;ul&gt; attribute"
669
+ msgstr ""
670
+
671
+ #: wassup.php:3639
672
+ msgid "default \"links\""
673
+ msgstr ""
674
+
675
+ #: wassup.php:3642
676
+ msgid "Number of characters to display from left"
677
+ msgstr ""
678
+
679
+ #: wassup.php:3644
680
+ msgid "For template compatibility - default 18"
681
+ msgstr ""
682
+
683
+ #: wassup.php:3649
684
+ msgid "Show number of logged-in users online"
685
+ msgstr ""
686
+
687
+ #: wassup.php:3650
688
+ msgid "Stats recording must be enabled in WassUp options"
689
+ msgstr ""
690
+
691
+ #: wassup.php:3651
692
+ #: wassup.php:3657
693
+ #: wassup.php:3663
694
+ #: wassup.php:3675
695
+ msgid "default Yes"
696
+ msgstr ""
697
+
698
+ #: wassup.php:3656
699
+ msgid "Show number of comment authors online"
700
+ msgstr ""
701
+
702
+ #: wassup.php:3662
703
+ msgid "Show latest searches"
704
+ msgstr ""
705
+
706
+ #: wassup.php:3666
707
+ msgid "How many searches?"
708
+ msgstr ""
709
+
710
+ #: wassup.php:3668
711
+ #: wassup.php:3680
712
+ #: wassup.php:3692
713
+ #: wassup.php:3704
714
+ msgid "default 5"
715
+ msgstr ""
716
+
717
+ #: wassup.php:3674
718
+ msgid "Show latest external referrers"
719
+ msgstr ""
720
+
721
+ #: wassup.php:3678
722
+ msgid "How many referrers?"
723
+ msgstr ""
724
+
725
+ #: wassup.php:3686
726
+ msgid "Show top browsers"
727
+ msgstr ""
728
+
729
+ #: wassup.php:3686
730
+ #: wassup.php:3698
731
+ msgid "default No"
732
+ msgstr ""
733
+
734
+ #: wassup.php:3687
735
+ #: wassup.php:3699
736
+ msgid "Enabling it could slow down blog)"
737
+ msgstr ""
738
+
739
+ #: wassup.php:3690
740
+ msgid "How many browsers?"
741
+ msgstr ""
742
+
743
+ #: wassup.php:3698
744
+ msgid "Show top operating systems"
745
+ msgstr ""
746
+
747
+ #: wassup.php:3702
748
+ msgid "How many operating systems?"
749
+ msgstr ""
750
+
751
+ #: wassup.php:3713
752
+ msgid "Wassup Widget"
753
+ msgstr ""
754
+
755
+ #: wassup.php:3839
756
+ msgid "More Stats"
757
+ msgstr ""
758
+
759
+ #: lib/action.php:125
760
+ msgid "ERROR: file not found"
761
+ msgstr ""
762
+
763
+ #: lib/action.php:143
764
+ msgid "ERROR: bad date"
765
+ msgstr ""
766
+
767
+ #: lib/action.php:257
768
+ msgid "TOP QUERY"
769
+ msgstr ""
770
+
771
+ #: lib/action.php:276
772
+ msgid "TOP REFERRER"
773
+ msgstr ""
774
+
775
+ #: lib/action.php:302
776
+ msgid "TOP REQUEST"
777
+ msgstr ""
778
+
779
+ #: lib/action.php:323
780
+ msgid "TOP BROWSER"
781
+ msgstr ""
782
+
783
+ #: lib/action.php:343
784
+ msgid "TOP OS"
785
+ msgstr ""
786
+
787
+ #: lib/action.php:364
788
+ msgid "TOP LOCALE"
789
+ msgstr ""
790
+
791
+ #: lib/action.php:391
792
+ msgid "TOP VISITOR"
793
+ msgstr ""
794
+
795
+ #: lib/action.php:409
796
+ msgid "This top ten doesn't include Spam records"
797
+ msgstr ""
798
+
799
+ #: lib/action.php:414
800
+ msgid "ERROR: Missing or unknown parameters"
801
+ msgstr ""
802
+
803
+ #: lib/action.php:423
804
+ msgid "ERROR: Nothing to do here"
805
+ msgstr ""
806
+
807
+ #: lib/main.php:85
808
+ msgid "Next"
809
+ msgstr ""
810
+
811
+ #: lib/main.php:87
812
+ msgid "Previous"
813
+ msgstr ""
814
+
815
+ #: lib/main.php:120
816
+ #: lib/main.php:124
817
+ msgid "It is necessary to specify the"
818
+ msgstr ""
819
+
820
+ #: lib/main.php:120
821
+ msgid "number of pages"
822
+ msgstr ""
823
+
824
+ #: lib/main.php:124
825
+ msgid "limit of items"
826
+ msgstr ""
827
+
828
+ #: lib/main.php:124
829
+ msgid "to show per page"
830
+ msgstr ""
831
+
832
+ #: lib/main.php:209
833
+ msgid "Pages"
834
+ msgstr ""
835
+
836
+ #: lib/main.php:777
837
+ msgid "No visitor activity"
838
+ msgstr ""
839
+
840
+ #: lib/main.php:1179
841
+ msgid "Last 6 Hours"
842
+ msgstr ""
843
+
844
+ #: lib/main.php:1185
845
+ msgid "Last 7 Days"
846
+ msgstr ""
847
+
848
+ #: lib/main.php:1192
849
+ msgid "Last Month"
850
+ msgstr ""
851
+
852
+ #: lib/main.php:1199
853
+ msgid "Last 3 Months"
854
+ msgstr ""
855
+
856
+ #: lib/main.php:1205
857
+ msgid "Last 6 Months"
858
+ msgstr ""
859
+
860
+ #: lib/main.php:1211
861
+ msgid "Last Year"
862
+ msgstr ""
863
+
864
+ #: lib/main.php:1217
865
+ msgid "All Time"
866
+ msgstr ""
867
+
868
+ #: lib/main.php:1224
869
+ msgid "Last 24 Hours"
870
+ msgstr ""
871
+
872
+ #: lib/settings.php:31
873
+ msgid ""
874
+ "ATTENTION! Your WassUp table have reached the maximum value you set, I "
875
+ "disabled the alert, you can re-enable it here."
876
+ msgstr ""
877
+
878
+ #: lib/settings.php:55
879
+ msgid "Select the options you want for the WassUp plugin"
880
+ msgstr ""
881
+
882
+ #: lib/settings.php:62
883
+ msgid "General Setup"
884
+ msgstr ""
885
+
886
+ #: lib/settings.php:63
887
+ msgid "Statistics Recording"
888
+ msgstr ""
889
+
890
+ #: lib/settings.php:64
891
+ msgid "Manage Files & Database"
892
+ msgstr ""
893
+
894
+ #: lib/settings.php:65
895
+ msgid "Uninstall"
896
+ msgstr ""
897
+
898
+ #: lib/settings.php:69
899
+ msgid "Your default screen resolution (browser width)"
900
+ msgstr ""
901
+
902
+ #: lib/settings.php:70
903
+ msgid "Default screen resolution (in pixels)"
904
+ msgstr ""
905
+
906
+ #: lib/settings.php:75
907
+ msgid ""
908
+ "Set minimum users level which can view and manage WassUp plugin (default "
909
+ "Administrators)"
910
+ msgstr ""
911
+
912
+ #: lib/settings.php:80
913
+ msgid "Dashboard Settings"
914
+ msgstr ""
915
+
916
+ #: lib/settings.php:81
917
+ msgid "Display small chart in the dashboard"
918
+ msgstr ""
919
+
920
+ #: lib/settings.php:84
921
+ msgid "GEO IP Map (Spy view)"
922
+ msgstr ""
923
+
924
+ #: lib/settings.php:89
925
+ msgid "Display a GEO IP Map in the spy visitors view"
926
+ msgstr ""
927
+
928
+ #: lib/settings.php:97
929
+ #: lib/settings.php:456
930
+ msgid "WARNING"
931
+ msgstr ""
932
+
933
+ #: lib/settings.php:97
934
+ msgid "Activation problem >> Error code"
935
+ msgstr ""
936
+
937
+ #: lib/settings.php:105
938
+ msgid "key"
939
+ msgstr ""
940
+
941
+ #: lib/settings.php:105
942
+ msgid "signup for your key"
943
+ msgstr ""
944
+
945
+ #: lib/settings.php:108
946
+ msgid "Geo IP Map requires"
947
+ msgstr ""
948
+
949
+ #: lib/settings.php:108
950
+ msgid "Please install it to be able to activate this feature"
951
+ msgstr ""
952
+
953
+ #: lib/settings.php:112
954
+ msgid "Time format"
955
+ msgstr ""
956
+
957
+ #: lib/settings.php:113
958
+ msgid "Time format 12/24 hour"
959
+ msgstr ""
960
+
961
+ #: lib/settings.php:116
962
+ msgid "Visitor Detail Settings"
963
+ msgstr ""
964
+
965
+ #: lib/settings.php:117
966
+ msgid "Show chart type - How many axes"
967
+ msgstr ""
968
+
969
+ #: lib/settings.php:123
970
+ msgid "Set how many minutes wait for automatic page refresh"
971
+ msgstr ""
972
+
973
+ #: lib/settings.php:123
974
+ msgid "Current Visitors Online and Visitors Details"
975
+ msgstr ""
976
+
977
+ #: lib/settings.php:124
978
+ msgid "refresh minutes (default 3)"
979
+ msgstr ""
980
+
981
+ #: lib/settings.php:126
982
+ msgid "Show visitor details for"
983
+ msgstr ""
984
+
985
+ #: lib/settings.php:131
986
+ msgid "Number of items per page"
987
+ msgstr ""
988
+
989
+ #: lib/settings.php:140
990
+ msgid "Customize Top Ten List"
991
+ msgstr ""
992
+
993
+ #: lib/settings.php:141
994
+ msgid "Choose one or more items for your Top Ten list"
995
+ msgstr ""
996
+
997
+ #: lib/settings.php:141
998
+ msgid "over 5 selections may cause horizontal scrolling"
999
+ msgstr ""
1000
+
1001
+ #: lib/settings.php:144
1002
+ msgid "Top Searches"
1003
+ msgstr ""
1004
+
1005
+ #: lib/settings.php:145
1006
+ msgid "Top Referrers"
1007
+ msgstr ""
1008
+
1009
+ #: lib/settings.php:146
1010
+ msgid "Top Requests"
1011
+ msgstr ""
1012
+
1013
+ #: lib/settings.php:151
1014
+ msgid "Top Locales"
1015
+ msgstr ""
1016
+
1017
+ #: lib/settings.php:154
1018
+ msgid "Top Visitors"
1019
+ msgstr ""
1020
+
1021
+ #: lib/settings.php:156
1022
+ msgid "Top Feeds"
1023
+ msgstr ""
1024
+
1025
+ #: lib/settings.php:157
1026
+ msgid "Top Crawlers"
1027
+ msgstr ""
1028
+
1029
+ #: lib/settings.php:161
1030
+ msgid "Websites/domains to exclude from top referrers"
1031
+ msgstr ""
1032
+
1033
+ #: lib/settings.php:164
1034
+ msgid "Comma separated value"
1035
+ msgstr ""
1036
+
1037
+ #: lib/settings.php:165
1038
+ msgid "Don't list your website domain defined in WordPress"
1039
+ msgstr ""
1040
+
1041
+ #: lib/settings.php:168
1042
+ #: lib/settings.php:203
1043
+ #: lib/settings.php:448
1044
+ #: lib/settings.php:462
1045
+ msgid "Reset"
1046
+ msgstr ""
1047
+
1048
+ #: lib/settings.php:168
1049
+ #: lib/settings.php:203
1050
+ #: lib/settings.php:448
1051
+ #: lib/settings.php:462
1052
+ msgid "Reset to Default Settings"
1053
+ msgstr ""
1054
+
1055
+ #: lib/settings.php:172
1056
+ msgid "Statistics Recording Settings"
1057
+ msgstr ""
1058
+
1059
+ #: lib/settings.php:173
1060
+ msgid "Enable/Disable Recording"
1061
+ msgstr ""
1062
+
1063
+ #: lib/settings.php:174
1064
+ msgid "Checkbox to record statistics for each type of \"visitor\""
1065
+ msgstr ""
1066
+
1067
+ #: lib/settings.php:176
1068
+ msgid "Record logged in users"
1069
+ msgstr ""
1070
+
1071
+ #: lib/settings.php:177
1072
+ msgid "Record logged in administrators"
1073
+ msgstr ""
1074
+
1075
+ #: lib/settings.php:178
1076
+ msgid "Record spiders and bots"
1077
+ msgstr ""
1078
+
1079
+ #: lib/settings.php:179
1080
+ msgid "Record attack/exploit attempts (libwww-perl agent)"
1081
+ msgstr ""
1082
+
1083
+ #: lib/settings.php:183
1084
+ msgid "Checkbox to record statistics for each type of \"spam\""
1085
+ msgstr ""
1086
+
1087
+ #: lib/settings.php:185
1088
+ msgid "check if an IP has previous comments as spam"
1089
+ msgstr ""
1090
+
1091
+ #: lib/settings.php:191
1092
+ msgid "Statistics Recording Exceptions"
1093
+ msgstr ""
1094
+
1095
+ #: lib/settings.php:193
1096
+ msgid "Sites"
1097
+ msgstr ""
1098
+
1099
+ #: lib/settings.php:193
1100
+ msgid "Enter source IPs to exclude from recording"
1101
+ msgstr ""
1102
+
1103
+ #: lib/settings.php:195
1104
+ msgid "comma separated value (ex: 127.0.0.1, 10.0.0.1, etc...)"
1105
+ msgstr ""
1106
+
1107
+ #: lib/settings.php:197
1108
+ msgid "Users"
1109
+ msgstr ""
1110
+
1111
+ #: lib/settings.php:197
1112
+ msgid "Enter usernames to exclude from recording"
1113
+ msgstr ""
1114
+
1115
+ #: lib/settings.php:199
1116
+ msgid ""
1117
+ "comma separated value, enter a registered user's login name (ex: bobmarley, "
1118
+ "enyabrennan, etc.)"
1119
+ msgstr ""
1120
+
1121
+ #: lib/settings.php:200
1122
+ msgid "Posts/pages"
1123
+ msgstr ""
1124
+
1125
+ #: lib/settings.php:200
1126
+ msgid "enter requested URLs to exclude from recording"
1127
+ msgstr ""
1128
+
1129
+ #: lib/settings.php:202
1130
+ msgid ""
1131
+ "comma separated value, don't enter entire url, only the last path or some "
1132
+ "word to exclude (ex: /category/wordpress, 2007, etc...)"
1133
+ msgstr ""
1134
+
1135
+ #: lib/settings.php:231
1136
+ #: lib/settings.php:233
1137
+ msgid "Rescan Old Records"
1138
+ msgstr ""
1139
+
1140
+ #: lib/settings.php:232
1141
+ msgid ""
1142
+ "Statistical records collected by earlier versions of WassUp may not have the "
1143
+ "latest spider, search engine, and spam data properly identified. Click the "
1144
+ "\"Rescan\" button to retroactively scan and update old records"
1145
+ msgstr ""
1146
+
1147
+ #: lib/settings.php:236
1148
+ msgid "Select actions for table growth"
1149
+ msgstr ""
1150
+
1151
+ #: lib/settings.php:237
1152
+ msgid ""
1153
+ "WassUp table grows very fast (especially if your blog is frequently "
1154
+ "visited), I recommend you to delete old records sometimes. You can select "
1155
+ "any option below to reset it, delete old records automatically or manually. "
1156
+ "(If you haven't database space problems you can leave the table as is)"
1157
+ msgstr ""
1158
+
1159
+ #: lib/settings.php:238
1160
+ msgid "Current WassUp table usage is"
1161
+ msgstr ""
1162
+
1163
+ #: lib/settings.php:244
1164
+ msgid "records"
1165
+ msgstr ""
1166
+
1167
+ #: lib/settings.php:247
1168
+ msgid "Alert me"
1169
+ msgstr ""
1170
+
1171
+ #: lib/settings.php:247
1172
+ msgid "email to"
1173
+ msgstr ""
1174
+
1175
+ #: lib/settings.php:247
1176
+ msgid "when table reaches"
1177
+ msgstr ""
1178
+
1179
+ #: lib/settings.php:249
1180
+ msgid "Empty table"
1181
+ msgstr ""
1182
+
1183
+ #: lib/settings.php:250
1184
+ msgid "export table in SQL format"
1185
+ msgstr ""
1186
+
1187
+ #: lib/settings.php:252
1188
+ msgid "backup table to server file"
1189
+ msgstr ""
1190
+
1191
+ #: lib/settings.php:254
1192
+ msgid "Automatically delete records older than:"
1193
+ msgstr ""
1194
+
1195
+ #: lib/settings.php:258
1196
+ msgid "Delete NOW records older than:"
1197
+ msgstr ""
1198
+
1199
+ #: lib/settings.php:260
1200
+ msgid "Action is NOT undoable"
1201
+ msgstr ""
1202
+
1203
+ #: lib/settings.php:261
1204
+ #: lib/wassup.class.php:259
1205
+ #: lib/wassup.class.php:269
1206
+ msgid "24 hours"
1207
+ msgstr ""
1208
+
1209
+ #: lib/settings.php:262
1210
+ #: lib/wassup.class.php:260
1211
+ msgid "1 week"
1212
+ msgstr ""
1213
+
1214
+ #: lib/settings.php:263
1215
+ #: lib/wassup.class.php:261
1216
+ #: lib/wassup.class.php:271
1217
+ msgid "1 month"
1218
+ msgstr ""
1219
+
1220
+ #: lib/settings.php:264
1221
+ #: lib/wassup.class.php:262
1222
+ #: lib/wassup.class.php:272
1223
+ msgid "3 months"
1224
+ msgstr ""
1225
+
1226
+ #: lib/settings.php:265
1227
+ #: lib/wassup.class.php:263
1228
+ #: lib/wassup.class.php:273
1229
+ msgid "6 months"
1230
+ msgstr ""
1231
+
1232
+ #: lib/settings.php:266
1233
+ #: lib/wassup.class.php:264
1234
+ #: lib/wassup.class.php:274
1235
+ msgid "1 year"
1236
+ msgstr ""
1237
+
1238
+ #: lib/settings.php:270
1239
+ msgid "Server Settings and Memory Resources"
1240
+ msgstr ""
1241
+
1242
+ #: lib/settings.php:271
1243
+ msgid "For information only. Some values may be adjustable in startup files"
1244
+ msgstr ""
1245
+
1246
+ #: lib/settings.php:271
1247
+ msgid "and"
1248
+ msgstr ""
1249
+
1250
+ #: lib/settings.php:271
1251
+ msgid "or"
1252
+ msgstr ""
1253
+
1254
+ #: lib/settings.php:272
1255
+ #: lib/settings.php:287
1256
+ #: lib/settings.php:350
1257
+ msgid "Version"
1258
+ msgstr ""
1259
+
1260
+ #: lib/settings.php:273
1261
+ msgid "Host Server"
1262
+ msgstr ""
1263
+
1264
+ #: lib/settings.php:283
1265
+ #: lib/settings.php:319
1266
+ #: lib/settings.php:329
1267
+ #: lib/settings.php:335
1268
+ #: lib/settings.php:350
1269
+ #: lib/settings.php:353
1270
+ #: lib/settings.php:397
1271
+ #: lib/settings.php:407
1272
+ #: lib/settings.php:418
1273
+ #: lib/settings.php:425
1274
+ #: lib/settings.php:434
1275
+ #: lib/settings.php:445
1276
+ msgid "unknown"
1277
+ msgstr ""
1278
+
1279
+ #: lib/settings.php:285
1280
+ msgid "Time Offset"
1281
+ msgstr ""
1282
+
1283
+ #: lib/settings.php:286
1284
+ msgid "hours"
1285
+ msgstr ""
1286
+
1287
+ #: lib/settings.php:288
1288
+ msgid "Safe Mode"
1289
+ msgstr ""
1290
+
1291
+ #: lib/settings.php:291
1292
+ #: lib/settings.php:300
1293
+ msgid "on"
1294
+ msgstr ""
1295
+
1296
+ #: lib/settings.php:293
1297
+ #: lib/settings.php:298
1298
+ msgid "off"
1299
+ msgstr ""
1300
+
1301
+ #: lib/settings.php:294
1302
+ msgid "File Open Restrictions"
1303
+ msgstr ""
1304
+
1305
+ #: lib/settings.php:304
1306
+ msgid "Memory Allocation"
1307
+ msgstr ""
1308
+
1309
+ #: lib/settings.php:322
1310
+ msgid "Memory Usage"
1311
+ msgstr ""
1312
+
1313
+ #: lib/settings.php:332
1314
+ msgid "Script Timeout Limit"
1315
+ msgstr ""
1316
+
1317
+ #: lib/settings.php:337
1318
+ msgid "Browser Capabilities File"
1319
+ msgstr ""
1320
+
1321
+ #: lib/settings.php:339
1322
+ msgid "not set"
1323
+ msgstr ""
1324
+
1325
+ #: lib/settings.php:343
1326
+ msgid "not installed"
1327
+ msgstr ""
1328
+
1329
+ #: lib/settings.php:344
1330
+ msgid "installed"
1331
+ msgstr ""
1332
+
1333
+ #: lib/settings.php:351
1334
+ msgid "Engine"
1335
+ msgstr ""
1336
+
1337
+ #: lib/settings.php:389
1338
+ msgid "Query Cache"
1339
+ msgstr ""
1340
+
1341
+ #: lib/settings.php:394
1342
+ #: lib/settings.php:404
1343
+ #: lib/settings.php:415
1344
+ msgid "disabled"
1345
+ msgstr ""
1346
+
1347
+ #: lib/settings.php:399
1348
+ msgid "Index (Key) Buffer"
1349
+ msgstr ""
1350
+
1351
+ #: lib/settings.php:410
1352
+ msgid "Read Buffer"
1353
+ msgstr ""
1354
+
1355
+ #: lib/settings.php:421
1356
+ msgid "Wait Timeout"
1357
+ msgstr ""
1358
+
1359
+ #: lib/settings.php:428
1360
+ msgid "Char Set/Collation"
1361
+ msgstr ""
1362
+
1363
+ #: lib/settings.php:437
1364
+ msgid "Timezone"
1365
+ msgstr ""
1366
+
1367
+ #: lib/settings.php:452
1368
+ msgid "Want to uninstall WassUp?"
1369
+ msgstr ""
1370
+
1371
+ #: lib/settings.php:453
1372
+ msgid ""
1373
+ "No problem. Before you deactivate this plugin, check the box below to "
1374
+ "cleanup any data that was collected by WassUp that could be left behind."
1375
+ msgstr ""
1376
+
1377
+ #: lib/settings.php:454
1378
+ msgid "Permanently remove WassUp data and settings from Wordpress"
1379
+ msgstr ""
1380
+
1381
+ #: lib/settings.php:456
1382
+ msgid ""
1383
+ "All WassUp data and settings will be DELETED upon deactivation of this plugin"
1384
+ msgstr ""
1385
+
1386
+ #: lib/settings.php:458
1387
+ msgid ""
1388
+ "This action cannot be undone. Before uninstalling WassUp, you should backup "
1389
+ "your Wordpress database first. WassUp data is stored in the table"
1390
+ msgstr ""
1391
+
1392
+ #: lib/settings.php:460
1393
+ msgid "To help improve this plugin, we would appreciate your feedback at"
1394
+ msgstr ""
1395
+
1396
+ #: lib/wassup.class.php:208
1397
+ msgid "Administrator"
1398
+ msgstr ""
1399
+
1400
+ #: lib/wassup.class.php:209
1401
+ msgid "Editor"
1402
+ msgstr ""
1403
+
1404
+ #: lib/wassup.class.php:210
1405
+ msgid "Author"
1406
+ msgstr ""
1407
+
1408
+ #: lib/wassup.class.php:215
1409
+ msgid "None - don't show chart"
1410
+ msgstr ""
1411
+
1412
+ #: lib/wassup.class.php:216
1413
+ msgid "One - 2 lines chart 1 axis"
1414
+ msgstr ""
1415
+
1416
+ #: lib/wassup.class.php:217
1417
+ msgid "Two - 2 lines chart 2 axes"
1418
+ msgstr ""
1419
+
1420
+ #: lib/wassup.class.php:231
1421
+ msgid "Everything"
1422
+ msgstr ""
1423
+
1424
+ #: lib/wassup.class.php:233
1425
+ msgid "No spider"
1426
+ msgstr ""
1427
+
1428
+ #: lib/wassup.class.php:235
1429
+ msgid "No Spam"
1430
+ msgstr ""
1431
+
1432
+ #: lib/wassup.class.php:236
1433
+ msgid "No Spam, No Spider"
1434
+ msgstr ""
1435
+
1436
+ #: lib/wassup.class.php:237
1437
+ msgid "Users logged in"
1438
+ msgstr ""
1439
+
1440
+ #: lib/wassup.class.php:238
1441
+ msgid "Comment authors"
1442
+ msgstr ""
1443
+
1444
+ #: lib/wassup.class.php:239
1445
+ msgid "Referrer from search engine"
1446
+ msgstr ""
1447
+
1448
+ #: lib/wassup.class.php:240
1449
+ msgid "Referrer from ext link"
1450
+ msgstr ""
1451
+
1452
+ #: lib/wassup.class.php:258
1453
+ msgid "Don't delete anything"
1454
+ msgstr ""
1455
+
1456
+ #: lib/wassup.class.php:268
1457
+ msgid "6 hours"
1458
+ msgstr ""
1459
+
1460
+ #: lib/wassup.class.php:270
1461
+ msgid "7 days"
1462
+ msgstr ""
1463
+
1464
+ #: lib/wassup.class.php:275
1465
+ msgid "all time"
1466
+ msgstr ""
language/wassup.pot CHANGED
@@ -10,8 +10,8 @@ msgstr ""
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Launchpad-Export-Date: 2010-10-09 11:12+0000\n"
14
- "X-Generator: Launchpad (build Unknown)\n"
15
  "X-Poedit-Language: English\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
  "X-Poedit-Basepath: /Users/michele/Desktop/wassup\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Launchpad-Export-Date: 2014-01-12 09:52+0000\n"
14
+ "X-Generator: Launchpad (build 16890)\n"
15
  "X-Poedit-Language: English\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
  "X-Poedit-Basepath: /Users/michele/Desktop/wassup\n"
language/zh_CN.mo CHANGED
Binary file
language/zh_CN.po CHANGED
@@ -8,14 +8,14 @@ msgstr ""
8
  "Project-Id-Version: wassup\n"
9
  "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
  "POT-Creation-Date: 2009-05-18 12:28+0100\n"
11
- "PO-Revision-Date: 2009-08-05 09:11+0000\n"
12
- "Last-Translator: Yuri <orc_tar_orga@yahoo.com.cn>\n"
13
  "Language-Team: Simplified Chinese <zh_CN@li.org>\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
- "X-Launchpad-Export-Date: 2010-10-09 11:12+0000\n"
18
- "X-Generator: Launchpad (build Unknown)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
@@ -952,7 +952,7 @@ msgstr ""
952
 
953
  #: lib/settings.php:112
954
  msgid "Time format"
955
- msgstr ""
956
 
957
  #: lib/settings.php:113
958
  msgid "Time format 12/24 hour"
@@ -1094,7 +1094,7 @@ msgstr ""
1094
 
1095
  #: lib/settings.php:193
1096
  msgid "Sites"
1097
- msgstr ""
1098
 
1099
  #: lib/settings.php:193
1100
  msgid "Enter source IPs to exclude from recording"
@@ -1257,7 +1257,7 @@ msgstr ""
1257
  #: lib/settings.php:287
1258
  #: lib/settings.php:350
1259
  msgid "Version"
1260
- msgstr ""
1261
 
1262
  #: lib/settings.php:273
1263
  msgid "Host Server"
@@ -1288,7 +1288,7 @@ msgstr ""
1288
 
1289
  #: lib/settings.php:288
1290
  msgid "Safe Mode"
1291
- msgstr ""
1292
 
1293
  #: lib/settings.php:291
1294
  #: lib/settings.php:300
@@ -1310,7 +1310,7 @@ msgstr ""
1310
 
1311
  #: lib/settings.php:322
1312
  msgid "Memory Usage"
1313
- msgstr ""
1314
 
1315
  #: lib/settings.php:332
1316
  msgid "Script Timeout Limit"
@@ -1322,7 +1322,7 @@ msgstr ""
1322
 
1323
  #: lib/settings.php:339
1324
  msgid "not set"
1325
- msgstr ""
1326
 
1327
  #: lib/settings.php:343
1328
  msgid "not installed"
@@ -1330,7 +1330,7 @@ msgstr ""
1330
 
1331
  #: lib/settings.php:344
1332
  msgid "installed"
1333
- msgstr ""
1334
 
1335
  #: lib/settings.php:351
1336
  msgid "Engine"
@@ -1344,7 +1344,7 @@ msgstr ""
1344
  #: lib/settings.php:404
1345
  #: lib/settings.php:415
1346
  msgid "disabled"
1347
- msgstr ""
1348
 
1349
  #: lib/settings.php:399
1350
  msgid "Index (Key) Buffer"
@@ -1364,7 +1364,7 @@ msgstr ""
1364
 
1365
  #: lib/settings.php:437
1366
  msgid "Timezone"
1367
- msgstr ""
1368
 
1369
  #: lib/settings.php:452
1370
  msgid "Want to uninstall WassUp?"
@@ -1397,7 +1397,7 @@ msgstr "如果你愿意帮助改进这个插件,我们将非常感谢你提供
1397
 
1398
  #: lib/wassup.class.php:208
1399
  msgid "Administrator"
1400
- msgstr ""
1401
 
1402
  #: lib/wassup.class.php:209
1403
  msgid "Editor"
@@ -1405,7 +1405,7 @@ msgstr ""
1405
 
1406
  #: lib/wassup.class.php:210
1407
  msgid "Author"
1408
- msgstr ""
1409
 
1410
  #: lib/wassup.class.php:215
1411
  msgid "None - don't show chart"
8
  "Project-Id-Version: wassup\n"
9
  "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
  "POT-Creation-Date: 2009-05-18 12:28+0100\n"
11
+ "PO-Revision-Date: 2011-06-23 10:39+0000\n"
12
+ "Last-Translator: tmpplus <Unknown>\n"
13
  "Language-Team: Simplified Chinese <zh_CN@li.org>\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Launchpad-Export-Date: 2014-01-12 09:52+0000\n"
18
+ "X-Generator: Launchpad (build 16890)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
952
 
953
  #: lib/settings.php:112
954
  msgid "Time format"
955
+ msgstr "时间格式"
956
 
957
  #: lib/settings.php:113
958
  msgid "Time format 12/24 hour"
1094
 
1095
  #: lib/settings.php:193
1096
  msgid "Sites"
1097
+ msgstr "站点"
1098
 
1099
  #: lib/settings.php:193
1100
  msgid "Enter source IPs to exclude from recording"
1257
  #: lib/settings.php:287
1258
  #: lib/settings.php:350
1259
  msgid "Version"
1260
+ msgstr "版本"
1261
 
1262
  #: lib/settings.php:273
1263
  msgid "Host Server"
1288
 
1289
  #: lib/settings.php:288
1290
  msgid "Safe Mode"
1291
+ msgstr "安全模式"
1292
 
1293
  #: lib/settings.php:291
1294
  #: lib/settings.php:300
1310
 
1311
  #: lib/settings.php:322
1312
  msgid "Memory Usage"
1313
+ msgstr "内存使用"
1314
 
1315
  #: lib/settings.php:332
1316
  msgid "Script Timeout Limit"
1322
 
1323
  #: lib/settings.php:339
1324
  msgid "not set"
1325
+ msgstr "未设置"
1326
 
1327
  #: lib/settings.php:343
1328
  msgid "not installed"
1330
 
1331
  #: lib/settings.php:344
1332
  msgid "installed"
1333
+ msgstr "已安装"
1334
 
1335
  #: lib/settings.php:351
1336
  msgid "Engine"
1344
  #: lib/settings.php:404
1345
  #: lib/settings.php:415
1346
  msgid "disabled"
1347
+ msgstr "已禁用"
1348
 
1349
  #: lib/settings.php:399
1350
  msgid "Index (Key) Buffer"
1364
 
1365
  #: lib/settings.php:437
1366
  msgid "Timezone"
1367
+ msgstr "时区"
1368
 
1369
  #: lib/settings.php:452
1370
  msgid "Want to uninstall WassUp?"
1397
 
1398
  #: lib/wassup.class.php:208
1399
  msgid "Administrator"
1400
+ msgstr "管理员"
1401
 
1402
  #: lib/wassup.class.php:209
1403
  msgid "Editor"
1405
 
1406
  #: lib/wassup.class.php:210
1407
  msgid "Author"
1408
+ msgstr "作者"
1409
 
1410
  #: lib/wassup.class.php:215
1411
  msgid "None - don't show chart"
language/zh_TW.mo CHANGED
Binary file
language/zh_TW.po CHANGED
@@ -14,8 +14,8 @@ msgstr ""
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
- "X-Launchpad-Export-Date: 2010-10-09 11:12+0000\n"
18
- "X-Generator: Launchpad (build Unknown)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Launchpad-Export-Date: 2014-01-12 09:52+0000\n"
18
+ "X-Generator: Launchpad (build 16890)\n"
19
 
20
  #: wassup.php:45
21
  msgid "Sorry, Wassup requires WordPress 2.2 or higher to work"
lib/main.php CHANGED
@@ -769,22 +769,29 @@ function wAdd_GeoMarker($item_id, $lat, $lon, $markerHtml, $marker_icon, $pan=tr
769
  $img_dir = WASSUPURL.'/img';
770
 
771
  echo "\n<script type=\"text/javascript\">\n//<![CDATA[
772
- var icon$item_id = new GIcon();
773
- icon$item_id.image = \"$img_dir/$marker_icon\";
774
- icon$item_id.shadow = \"$img_dir/shadow.png\";
775
- icon$item_id.iconSize = new GSize(20.0, 34.0);
776
- icon$item_id.shadowSize = new GSize(38.0, 34.0);
777
- icon$item_id.iconAnchor = new GPoint(10.0, 17.0);
778
- icon$item_id.infoWindowAnchor = new GPoint(10.0, 17.0);
779
- var point = new GLatLng($lat,$lon);
780
- var marker$item_id = new GMarker(point, icon$item_id);
781
- map.addOverlay(marker$item_id);
782
- GEvent.addListener(marker$item_id, 'click', function() {
783
- marker$item_id.openInfoWindowHtml('$markerHtml');
784
- });";
 
 
 
 
 
 
 
785
  if ($pan) {
786
  echo "\n
787
- map.panTo(new GLatLng($lat,$lon),3);";
788
  }
789
  echo "
790
  //]]>\n</script>";
769
  $img_dir = WASSUPURL.'/img';
770
 
771
  echo "\n<script type=\"text/javascript\">\n//<![CDATA[
772
+
773
+ var point = new google.maps.LatLng($lat,$lon);
774
+ var pinImage = new google.maps.MarkerImage('$img_dir/$marker_icon');
775
+
776
+ var marker$item_id = new google.maps.Marker({
777
+ position: point,
778
+ icon: pinImage,
779
+ animation: google.maps.Animation.DROP,
780
+ map: map
781
+ });
782
+
783
+ infowindow$item_id = new google.maps.InfoWindow({
784
+ content: '$markerHtml'
785
+ });
786
+
787
+ google.maps.event.addListener(marker$item_id, 'click', function() {
788
+ infowindow$item_id.open(map, this);
789
+ });
790
+ ";
791
+
792
  if ($pan) {
793
  echo "\n
794
+ map.panTo(point);";
795
  }
796
  echo "
797
  //]]>\n</script>";
lib/settings.php CHANGED
@@ -98,6 +98,7 @@ function wassup_optionsView() {
98
  // Test Google Maps Key If test fails deactivate *map option
99
  //if (function_exists('curl_init')) { //can work without cURL
100
  $code_error="";
 
101
  if ($wassup_options->wassup_geoip_map == 1) {
102
  $code = geocodeWassUp("Ancona", $wassup_options->wassup_googlemaps_key);
103
  if ((int)$code[0] != 200) {
@@ -107,8 +108,10 @@ function wassup_optionsView() {
107
  $wassup_options->saveSettings();
108
  echo "$code_error\n";
109
  }
110
- } ?>
111
- <p> <strong>Google Maps API <?php _e("key","wassup"); ?>:</strong> <input type="text" name="wassup_googlemaps_key" size="40" value="<?php print $wassup_options->wassup_googlemaps_key; ?>" /> - <a href="<?php echo $GMapsAPI.'/signup.html?url='.get_bloginfo('wpurl'); ?>"><?php _e("signup for your key","wassup"); ?></a></p> <?php
 
 
112
  //no curl - now works without cUrl using 'wp_remote_get'
113
  //} else {
114
  //echo '<p class="small">'.__("Geo IP Map requires","wassup")." PHP <strong>Curl</strong>. ".__("Please install it to be able to activate this feature","wassup").".</p>";
98
  // Test Google Maps Key If test fails deactivate *map option
99
  //if (function_exists('curl_init')) { //can work without cURL
100
  $code_error="";
101
+ /*
102
  if ($wassup_options->wassup_geoip_map == 1) {
103
  $code = geocodeWassUp("Ancona", $wassup_options->wassup_googlemaps_key);
104
  if ((int)$code[0] != 200) {
108
  $wassup_options->saveSettings();
109
  echo "$code_error\n";
110
  }
111
+ }
112
+ */ ?>
113
+ <!-- p> <strong>Google Maps API <?php _e("key","wassup"); ?>:</strong> <input type="text" name="wassup_googlemaps_key" size="40" value="<?php print $wassup_options->wassup_googlemaps_key; ?>" /> - <a href="<?php echo $GMapsAPI.'/signup.html?url='.get_bloginfo('wpurl'); ?>"><?php _e("signup for your key","wassup"); ?></a></p -->
114
+ <?php
115
  //no curl - now works without cUrl using 'wp_remote_get'
116
  //} else {
117
  //echo '<p class="small">'.__("Geo IP Map requires","wassup")." PHP <strong>Curl</strong>. ".__("Please install it to be able to activate this feature","wassup").".</p>";
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: michelem, helened
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=michele%40befree%2eit&item_name=WassUp&no_shipping=0&no_note=1&tax=0&currency_code=EUR&lc=IT&bn=PP%2dDonationsBF&charset=UTF%2d8
4
  Tags: tracker, tracking, statistics, analyze, web, realtime, stats, ajax, visitors, visits, online users, details, seo, admin, spy, visitors, widgets, widget, sidebar, monitor, stalker, detector, webmaster, tool, geolocation, chart, google!charts, spammers, exploits, injection, security, useragent, browser, spider, detection, pageviews
5
  Requires at least: 2.2
6
- Tested up to: 3.2.1
7
- Stable tag: 1.8.3.1
8
 
9
  Analyze your visitors traffic with real-time statistics, a lot of chronological information, charts, a sidebar widget.
10
 
@@ -144,6 +144,15 @@ IMPORTANT: WassUp is incompatible with page-based caching plugins such as "WP Su
144
 
145
  == Changelog ==
146
 
 
 
 
 
 
 
 
 
 
147
  = 1.8.3.1 =
148
  = Urgent bugfix =
149
  * fixed security issue: Change the UserAgent of the browser to include html tags, and by accessing a WordPress blog with WassUp installed, the tag is executed when going to "View Details" from the administrative page and viewing the access logs.
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=michele%40befree%2eit&item_name=WassUp&no_shipping=0&no_note=1&tax=0&currency_code=EUR&lc=IT&bn=PP%2dDonationsBF&charset=UTF%2d8
4
  Tags: tracker, tracking, statistics, analyze, web, realtime, stats, ajax, visitors, visits, online users, details, seo, admin, spy, visitors, widgets, widget, sidebar, monitor, stalker, detector, webmaster, tool, geolocation, chart, google!charts, spammers, exploits, injection, security, useragent, browser, spider, detection, pageviews
5
  Requires at least: 2.2
6
+ Tested up to: 3.8
7
+ Stable tag: 1.8.4
8
 
9
  Analyze your visitors traffic with real-time statistics, a lot of chronological information, charts, a sidebar widget.
10
 
144
 
145
  == Changelog ==
146
 
147
+ = 1.8.4 =
148
+ = Important compatibility, feature improvement upgrade =
149
+ * Migrated Google Maps API code to support v3 (https://developers.google.com/maps/documentation/javascript/v2/v2tov3)
150
+ * Removed Google Maps API key
151
+ * Added some new locales
152
+ * Added dashicon to admin menu (dashicons-chart-area)
153
+ * Added donate button to WassUp menu
154
+ * fixed CSS for WassUp menu
155
+
156
  = 1.8.3.1 =
157
  = Urgent bugfix =
158
  * fixed security issue: Change the UserAgent of the browser to include html tags, and by accessing a WordPress blog with WassUp installed, the tag is executed when going to "View Details" from the administrative page and viewing the access logs.
wassup.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: WassUp Real Time Analytics
4
  Plugin URI: http://www.wpwp.org
5
  Description: Analyze your visitors traffic with real-time stats, charts, and a lot of chronological information. Includes a sidebar widget of current online visitors and other statistics and an admin dashboard widget with chart. For Wordpress 2.2 or higher. Caution: don't upgrade when your site is busy!
6
- Version: 1.8.3.1
7
  Author: Michele Marcucci, Helene Duncker
8
  Author URI: http://www.michelem.org/
9
  Disclaimer: Use at your own risk. No warranty expressed or implied is provided.
@@ -645,7 +645,7 @@ function wassup_add_pages() {
645
  $userlevel = $wassup_options->wassup_userlevel;
646
  if (empty($userlevel)) { $userlevel = 8; }
647
  // add the default submenu first (important!)...
648
- add_menu_page('Wassup', 'WassUp', $userlevel, WASSUPFOLDER, 'Wassup');
649
  add_submenu_page(WASSUPFOLDER, __('Visitor Details', 'wassup'), __('Visitor Details', 'wassup'), $userlevel, WASSUPFOLDER); //<-- WASSUPFOLDER needed here for directory names that include a version number...
650
  add_submenu_page(WASSUPFOLDER, __('Spy Visitors', 'wassup'), __('SPY Visitors', 'wassup'), $userlevel, 'wassup-spia', 'WassUp');
651
  add_submenu_page(WASSUPFOLDER, __('Current Visitors Online', 'wassup'), __('Current Visitors Online', 'wassup'), $userlevel, 'wassup-online', 'WassUp');
@@ -960,6 +960,19 @@ function WassUp() {
960
  <li class="wassup-menu-link <?php echo $class_ol; ?>"><a href="<?php echo admin_url('admin.php?page=wassup-online'); ?>"><?php _e('Current Visitors Online','wassup'); ?></a></li>
961
  <li class="wassup-menu-link <?php echo $class_spy; ?>"><a href="<?php echo admin_url('admin.php?page=wassup-spia'); ?>"><?php _e('SPY Visitors','wassup'); ?></a></li>
962
  <li class="wassup-menu-link <?php echo $class_sub; ?>"><a href="?page=<?php echo WASSUPFOLDER; ?>"><?php _e('Visitor Details','wassup'); ?></a></li>
 
 
 
 
 
 
 
 
 
 
 
 
 
963
  </ul><div style="clear:right;"></div>
964
  <?php } //end if version_compare(2.7)
965
 
@@ -1122,26 +1135,20 @@ function WassUp() {
1122
  </div>
1123
 
1124
  <?php // GEO IP Map
1125
- if ($wassup_options->wassup_geoip_map == 1 AND $wassup_options->wassup_googlemaps_key != "") { ?>
1126
  <div id="placeholder">
1127
- <div id="map" style="width:<?php echo (int)($screen_res_size*0.95); ?>px; height:270px;"></div>
1128
  </div>
1129
- <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=<?php echo $wassup_options->wassup_googlemaps_key; ?>" type="text/javascript"></script>
 
1130
  <script type="text/javascript">
1131
  //<![CDATA[
1132
- if (GBrowserIsCompatible()) {
1133
  // Display the map, with some controls and set the initial location
1134
- var map = new GMap2(document.getElementById("map"));
1135
- map.addControl(new GSmallMapControl());
1136
- map.addControl(new GMapTypeControl());
1137
- //map.enableScrollWheelZoom();
1138
- map.setCenter(new GLatLng(0,0),3);
1139
- //map.setMapType(G_HYBRID_MAP);
1140
- }
1141
- // display a warning if the browser was not compatible
1142
- else {
1143
- alert("Sorry, the Google Maps API is not compatible with this browser");
1144
- }
1145
  //]]>
1146
  </script><?php
1147
  } //end if geoip_map
3
  Plugin Name: WassUp Real Time Analytics
4
  Plugin URI: http://www.wpwp.org
5
  Description: Analyze your visitors traffic with real-time stats, charts, and a lot of chronological information. Includes a sidebar widget of current online visitors and other statistics and an admin dashboard widget with chart. For Wordpress 2.2 or higher. Caution: don't upgrade when your site is busy!
6
+ Version: 1.8.4
7
  Author: Michele Marcucci, Helene Duncker
8
  Author URI: http://www.michelem.org/
9
  Disclaimer: Use at your own risk. No warranty expressed or implied is provided.
645
  $userlevel = $wassup_options->wassup_userlevel;
646
  if (empty($userlevel)) { $userlevel = 8; }
647
  // add the default submenu first (important!)...
648
+ add_menu_page('Wassup', 'WassUp', $userlevel, WASSUPFOLDER, 'Wassup', 'dashicons-chart-area');
649
  add_submenu_page(WASSUPFOLDER, __('Visitor Details', 'wassup'), __('Visitor Details', 'wassup'), $userlevel, WASSUPFOLDER); //<-- WASSUPFOLDER needed here for directory names that include a version number...
650
  add_submenu_page(WASSUPFOLDER, __('Spy Visitors', 'wassup'), __('SPY Visitors', 'wassup'), $userlevel, 'wassup-spia', 'WassUp');
651
  add_submenu_page(WASSUPFOLDER, __('Current Visitors Online', 'wassup'), __('Current Visitors Online', 'wassup'), $userlevel, 'wassup-online', 'WassUp');
960
  <li class="wassup-menu-link <?php echo $class_ol; ?>"><a href="<?php echo admin_url('admin.php?page=wassup-online'); ?>"><?php _e('Current Visitors Online','wassup'); ?></a></li>
961
  <li class="wassup-menu-link <?php echo $class_spy; ?>"><a href="<?php echo admin_url('admin.php?page=wassup-spia'); ?>"><?php _e('SPY Visitors','wassup'); ?></a></li>
962
  <li class="wassup-menu-link <?php echo $class_sub; ?>"><a href="?page=<?php echo WASSUPFOLDER; ?>"><?php _e('Visitor Details','wassup'); ?></a></li>
963
+ <li class="wassup-menu-link <?php echo $class_sub; ?>">
964
+ <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
965
+ <input type="hidden" name="cmd" value="_donations">
966
+ <input type="hidden" name="business" value="michele@befree.it">
967
+ <input type="hidden" name="lc" value="US">
968
+ <input type="hidden" name="item_name" value="Wassup Wordpress Plugin">
969
+ <input type="hidden" name="no_note" value="0">
970
+ <input type="hidden" name="currency_code" value="USD">
971
+ <input type="hidden" name="bn" value="PP-DonationsBF:btn_donate_SM.gif:NonHostedGuest">
972
+ <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
973
+ <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
974
+ </form>
975
+ </li>
976
  </ul><div style="clear:right;"></div>
977
  <?php } //end if version_compare(2.7)
978
 
1135
  </div>
1136
 
1137
  <?php // GEO IP Map
1138
+ if ($wassup_options->wassup_geoip_map == 1) { ?>
1139
  <div id="placeholder">
1140
+ <div id="map" style="width:90%; height:370px;"></div>
1141
  </div>
1142
+ <script src="//maps.googleapis.com/maps/api/js?sensor=false" type="text/javascript"></script>
1143
+ <!-- script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=<?php echo $wassup_options->wassup_googlemaps_key; ?>" type="text/javascript"></script -->
1144
  <script type="text/javascript">
1145
  //<![CDATA[
 
1146
  // Display the map, with some controls and set the initial location
1147
+ var map = new google.maps.Map(document.getElementById("map"), {
1148
+ center: new google.maps.LatLng(0,0),
1149
+ zoom: 3,
1150
+ mapTypeId: google.maps.MapTypeId.ROADMAP
1151
+ });
 
 
 
 
 
 
1152
  //]]>
1153
  </script><?php
1154
  } //end if geoip_map