WP Statistics - Version 2.2.2

Version Description

  • Solving show functions in setting page.
  • Solving month visit in widget.
  • Added Spanish language.
Download this release

Release Info

Developer mostafa.s1990
Plugin Icon 128x128 WP Statistics
Version 2.2.2
Comparing to
See all releases

Code changes from version 2.2.1 to 2.2.2

actions.php CHANGED
@@ -1,5 +1,5 @@
1
  <?php
2
- require('../../../wp-blog-header.php');
3
  $increase_value = $_REQUEST['increase_value'];
4
  $reduction_value = $_REQUEST['reduction_value'];
5
 
1
  <?php
2
+ require('../../../wp-load.php');
3
  $increase_value = $_REQUEST['increase_value'];
4
  $reduction_value = $_REQUEST['reduction_value'];
5
 
images/Thumbs.db ADDED
Binary file
langs/default.mo CHANGED
Binary file
langs/default.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wp-statistics\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2011-12-26 23:42+0330\n"
6
- "PO-Revision-Date: 2011-12-26 23:42+0330\n"
7
- "Last-Translator: Mostafa <mst404@gmail.com>\n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -15,442 +15,463 @@ msgstr ""
15
  "X-Poedit-SearchPath-0: .\n"
16
 
17
  #: F:\Program
18
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/actions.php:11
19
  msgid "Please Enter value!"
20
  msgstr ""
21
 
22
  #: F:\Program
23
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/report_problem.php:19
24
  msgid "Error! Please Enter all field"
25
  msgstr ""
26
 
27
  #: F:\Program
28
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:480
29
  msgid "Are you sure?"
30
  msgstr ""
31
 
32
  #: F:\Program
33
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:491
34
  msgid "Configuration"
35
  msgstr ""
36
 
37
  #: F:\Program
38
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:496
39
  msgid "Enable Statistics"
40
  msgstr ""
41
 
42
  #: F:\Program
43
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:500
44
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:518
45
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:528
46
  msgid "Yes"
47
  msgstr ""
48
 
49
  #: F:\Program
50
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:504
51
  msgid "Statistics are enabled."
52
  msgstr ""
53
 
54
  #: F:\Program
55
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:506
56
  msgid "Statistics are disabled!"
57
  msgstr ""
58
 
59
  #: F:\Program
60
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:511
61
  msgid "General configuration"
62
  msgstr ""
63
 
64
  #: F:\Program
65
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:514
66
  msgid "Show decimals number"
67
  msgstr ""
68
 
69
  #: F:\Program
70
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:520
71
  msgid "Show number stats with decimal. For examle: 3,500"
72
  msgstr ""
73
 
74
  #: F:\Program
75
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:524
76
  msgid "Show stats in menu bar"
77
  msgstr ""
78
 
79
  #: F:\Program
80
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:530
81
  msgid "Show stats in admin menu bar"
82
  msgstr ""
83
 
84
  #: F:\Program
85
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:534
86
  msgid "Online user check time"
87
  msgstr ""
88
 
89
  #: F:\Program
90
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:536
91
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:577
92
  msgid "Each"
93
  msgstr ""
94
 
95
  #: F:\Program
96
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:538
97
  msgid "Compute min"
98
  msgstr ""
99
 
100
  #: F:\Program
101
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:540
102
  msgid "Time for the check accurate online user in the site. Default: 5 Minutes"
103
  msgstr ""
104
 
105
  #: F:\Program
106
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:544
107
  msgid "Increase value of the total hits"
108
  msgstr ""
109
 
110
  #: F:\Program
111
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:547
112
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:557
113
  msgid "Done"
114
  msgstr ""
115
 
116
  #: F:\Program
117
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:550
118
  msgid "Your total visit sum with this value"
119
  msgstr ""
120
 
121
  #: F:\Program
122
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:554
123
  msgid "Reduction value of the total hits"
124
  msgstr ""
125
 
126
  #: F:\Program
127
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:560
128
  msgid "Your total visit minus with this value"
129
  msgstr ""
130
 
131
  #: F:\Program
132
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:564
133
  msgid "Number item for show Statistics"
134
  msgstr ""
135
 
136
  #: F:\Program
137
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:567
138
  msgid "Default 5"
139
  msgstr ""
140
 
141
  #: F:\Program
142
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:569
143
  msgid "Number for submit item in Database and show that"
144
  msgstr ""
145
 
146
  #: F:\Program
147
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:572
148
  msgid "Live Statistics configuration"
149
  msgstr ""
150
 
151
  #: F:\Program
152
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:575
153
  msgid "Database check time"
154
  msgstr ""
155
 
156
  #: F:\Program
157
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:579
158
  msgid "Minute updates"
159
  msgstr ""
160
 
161
  #: F:\Program
162
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:582
163
  msgid "Recommended"
164
  msgstr ""
165
 
166
  #: F:\Program
167
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:583
168
  msgid "Due to pressure on the server, Be set up on time. Default 1 min."
169
  msgstr ""
170
 
171
  #: F:\Program
172
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:587
173
  msgid "Pagerank configuration"
174
  msgstr ""
175
 
176
  #: F:\Program
177
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:590
178
  msgid "Your url for Google pagerank check"
179
  msgstr ""
180
 
181
  #: F:\Program
182
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:595
183
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:605
184
  msgid "If this input is empty, The website url uses"
185
  msgstr ""
186
 
187
  #: F:\Program
188
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:600
189
  msgid "Your url for Alexa pagerank check"
190
  msgstr ""
191
 
192
  #: F:\Program
193
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:611
194
  msgid "About plugin"
195
  msgstr ""
196
 
197
  #: F:\Program
198
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:612
199
  msgid "Plugin Version"
200
  msgstr ""
201
 
202
  #: F:\Program
203
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:612
204
  msgid "Free!"
205
  msgstr ""
206
 
207
  #: F:\Program
208
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:613
209
  msgid "Get Premium version"
210
  msgstr ""
211
 
212
  #: F:\Program
213
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:619
214
  msgid "This plugin created by"
215
  msgstr ""
216
 
217
  #: F:\Program
218
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:619
219
  msgid "from"
220
  msgstr ""
221
 
222
  #: F:\Program
223
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:619
224
  msgid "group"
225
  msgstr ""
226
 
227
  #: F:\Program
228
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:620
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
229
  msgid "for translate language files. please send files for"
230
  msgstr ""
231
 
232
  #: F:\Program
233
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:622
234
  msgid "Show Functions"
235
  msgstr ""
236
 
237
  #: F:\Program
238
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:623
239
  msgid "Report Problem"
240
  msgstr ""
241
 
242
  #: F:\Program
243
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:636
244
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:652
245
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:843
246
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1055
247
  msgid "User Online"
248
  msgstr ""
249
 
250
  #: F:\Program
251
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:640
252
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1058
253
  msgid "Today Visit"
254
  msgstr ""
255
 
256
  #: F:\Program
257
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:644
258
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1061
259
  msgid "Yesterday visit"
260
  msgstr ""
261
 
262
  #: F:\Program
263
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:648
264
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1064
265
  msgid "Week Visit"
266
  msgstr ""
267
 
268
  #: F:\Program
269
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:656
270
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1067
271
  msgid "Month Visit"
272
  msgstr ""
273
 
274
  #: F:\Program
275
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:660
276
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1070
277
  msgid "Years Visit"
278
  msgstr ""
279
 
280
  #: F:\Program
281
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:664
282
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1073
283
  msgid "Total Visit"
284
  msgstr ""
285
 
286
  #: F:\Program
287
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:668
288
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1076
289
  msgid "Search Engine reffered"
290
  msgstr ""
291
 
292
  #: F:\Program
293
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:672
294
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1094
295
  msgid "Total Posts"
296
  msgstr ""
297
 
298
  #: F:\Program
299
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:676
300
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1097
301
  msgid "Total Pages"
302
  msgstr ""
303
 
304
  #: F:\Program
305
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:680
306
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1100
307
  msgid "Total Comments"
308
  msgstr ""
309
 
310
  #: F:\Program
311
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:684
312
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1103
313
  msgid "Total Spams"
314
  msgstr ""
315
 
316
  #: F:\Program
317
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:688
318
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1106
319
  msgid "Total Users"
320
  msgstr ""
321
 
322
  #: F:\Program
323
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:692
324
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1118
325
  msgid "Last Post Date"
326
  msgstr ""
327
 
328
  #: F:\Program
329
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:696
330
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1109
331
  msgid "Average Posts"
332
  msgstr ""
333
 
334
  #: F:\Program
335
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:700
336
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1112
337
  msgid "Average Comments"
338
  msgstr ""
339
 
340
  #: F:\Program
341
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:704
342
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1115
343
  msgid "Average Users"
344
  msgstr ""
345
 
346
  #: F:\Program
347
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:708
348
  msgid "Total Feedburner Subscribe"
349
  msgstr ""
350
 
351
  #: F:\Program
352
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:712
353
  msgid "Google Pagerank"
354
  msgstr ""
355
 
356
  #: F:\Program
357
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:716
358
  msgid "Alexa Pagerank"
359
  msgstr ""
360
 
361
  #: F:\Program
362
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:720
363
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:730
364
  msgid "Hide"
365
  msgstr ""
366
 
367
  #: F:\Program
368
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:724
369
  msgid "Your Name"
370
  msgstr ""
371
 
372
  #: F:\Program
373
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:726
374
  msgid "Description Problem"
375
  msgstr ""
376
 
377
  #: F:\Program
378
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:729
379
  msgid "Send Problem"
380
  msgstr ""
381
 
382
  #: F:\Program
383
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:737
384
  msgid "Unistall plugin"
385
  msgstr ""
386
 
387
  #: F:\Program
388
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:743
389
  msgid "Delete all data, including tables and plugin options"
390
  msgstr ""
391
 
392
  #: F:\Program
393
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:744
394
  msgid "Uninstall"
395
  msgstr ""
396
 
397
  #: F:\Program
398
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:754
399
  msgid "Update"
400
  msgstr ""
401
 
402
  #: F:\Program
403
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:787
404
  msgid "Stats weblog"
405
  msgstr ""
406
 
407
  #: F:\Program
408
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1048
409
  msgid "Name"
410
  msgstr ""
411
 
412
  #: F:\Program
413
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1052
414
  msgid "Items"
415
  msgstr ""
416
 
417
  #: F:\Program
418
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1079
419
  msgid "Select type of search engine"
420
  msgstr ""
421
 
422
  #: F:\Program
423
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1081
424
  msgid "Google"
425
  msgstr ""
426
 
427
  #: F:\Program
428
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1084
429
  msgid "Yahoo!"
430
  msgstr ""
431
 
432
  #: F:\Program
433
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1087
434
  msgid "Bing"
435
  msgstr ""
436
 
437
  #: F:\Program
438
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1090
439
  msgid "All"
440
  msgstr ""
441
 
442
  #: F:\Program
443
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1121
444
  msgid "Type date for last update"
445
  msgstr ""
446
 
447
  #: F:\Program
448
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1123
449
  msgid "English"
450
  msgstr ""
451
 
452
  #: F:\Program
453
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1126
454
  msgid "Persian"
455
  msgstr ""
456
 
2
  msgstr ""
3
  "Project-Id-Version: wp-statistics\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-01-09 16:18+0330\n"
6
+ "PO-Revision-Date: 2012-01-09 16:18+0330\n"
7
+ "Last-Translator: Mostafa Soufi <mst404@gmail.com>\n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "X-Poedit-SearchPath-0: .\n"
16
 
17
  #: F:\Program
18
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/actions.php:11
19
  msgid "Please Enter value!"
20
  msgstr ""
21
 
22
  #: F:\Program
23
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/report_problem.php:19
24
  msgid "Error! Please Enter all field"
25
  msgstr ""
26
 
27
  #: F:\Program
28
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:483
29
  msgid "Are you sure?"
30
  msgstr ""
31
 
32
  #: F:\Program
33
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:494
34
  msgid "Configuration"
35
  msgstr ""
36
 
37
  #: F:\Program
38
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:499
39
  msgid "Enable Statistics"
40
  msgstr ""
41
 
42
  #: F:\Program
43
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:503
44
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:521
45
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:531
46
  msgid "Yes"
47
  msgstr ""
48
 
49
  #: F:\Program
50
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:507
51
  msgid "Statistics are enabled."
52
  msgstr ""
53
 
54
  #: F:\Program
55
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:509
56
  msgid "Statistics are disabled!"
57
  msgstr ""
58
 
59
  #: F:\Program
60
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:514
61
  msgid "General configuration"
62
  msgstr ""
63
 
64
  #: F:\Program
65
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:517
66
  msgid "Show decimals number"
67
  msgstr ""
68
 
69
  #: F:\Program
70
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:523
71
  msgid "Show number stats with decimal. For examle: 3,500"
72
  msgstr ""
73
 
74
  #: F:\Program
75
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:527
76
  msgid "Show stats in menu bar"
77
  msgstr ""
78
 
79
  #: F:\Program
80
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:533
81
  msgid "Show stats in admin menu bar"
82
  msgstr ""
83
 
84
  #: F:\Program
85
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:537
86
  msgid "Online user check time"
87
  msgstr ""
88
 
89
  #: F:\Program
90
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:539
91
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:580
92
  msgid "Each"
93
  msgstr ""
94
 
95
  #: F:\Program
96
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:541
97
  msgid "Compute min"
98
  msgstr ""
99
 
100
  #: F:\Program
101
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:543
102
  msgid "Time for the check accurate online user in the site. Default: 5 Minutes"
103
  msgstr ""
104
 
105
  #: F:\Program
106
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:547
107
  msgid "Increase value of the total hits"
108
  msgstr ""
109
 
110
  #: F:\Program
111
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:550
112
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:560
113
  msgid "Done"
114
  msgstr ""
115
 
116
  #: F:\Program
117
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:553
118
  msgid "Your total visit sum with this value"
119
  msgstr ""
120
 
121
  #: F:\Program
122
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:557
123
  msgid "Reduction value of the total hits"
124
  msgstr ""
125
 
126
  #: F:\Program
127
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:563
128
  msgid "Your total visit minus with this value"
129
  msgstr ""
130
 
131
  #: F:\Program
132
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:567
133
  msgid "Number item for show Statistics"
134
  msgstr ""
135
 
136
  #: F:\Program
137
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:570
138
  msgid "Default 5"
139
  msgstr ""
140
 
141
  #: F:\Program
142
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:572
143
  msgid "Number for submit item in Database and show that"
144
  msgstr ""
145
 
146
  #: F:\Program
147
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:575
148
  msgid "Live Statistics configuration"
149
  msgstr ""
150
 
151
  #: F:\Program
152
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:578
153
  msgid "Database check time"
154
  msgstr ""
155
 
156
  #: F:\Program
157
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:582
158
  msgid "Minute updates"
159
  msgstr ""
160
 
161
  #: F:\Program
162
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:585
163
  msgid "Recommended"
164
  msgstr ""
165
 
166
  #: F:\Program
167
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:586
168
  msgid "Due to pressure on the server, Be set up on time. Default 1 min."
169
  msgstr ""
170
 
171
  #: F:\Program
172
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:590
173
  msgid "Pagerank configuration"
174
  msgstr ""
175
 
176
  #: F:\Program
177
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:593
178
  msgid "Your url for Google pagerank check"
179
  msgstr ""
180
 
181
  #: F:\Program
182
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:598
183
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:608
184
  msgid "If this input is empty, The website url uses"
185
  msgstr ""
186
 
187
  #: F:\Program
188
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:603
189
  msgid "Your url for Alexa pagerank check"
190
  msgstr ""
191
 
192
  #: F:\Program
193
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:614
194
  msgid "About plugin"
195
  msgstr ""
196
 
197
  #: F:\Program
198
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:615
199
  msgid "Plugin Version"
200
  msgstr ""
201
 
202
  #: F:\Program
203
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:615
204
  msgid "Free!"
205
  msgstr ""
206
 
207
  #: F:\Program
208
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:617
209
  msgid "Get Premium version"
210
  msgstr ""
211
 
212
  #: F:\Program
213
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:624
214
  msgid "This plugin created by"
215
  msgstr ""
216
 
217
  #: F:\Program
218
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:624
219
  msgid "from"
220
  msgstr ""
221
 
222
  #: F:\Program
223
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:624
224
  msgid "group"
225
  msgstr ""
226
 
227
  #: F:\Program
228
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:626
229
+ msgid "Plugin translators"
230
+ msgstr ""
231
+
232
+ #: F:\Program
233
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:630
234
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:631
235
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:632
236
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:633
237
+ msgid "Language"
238
+ msgstr ""
239
+
240
+ #: F:\Program
241
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:630
242
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:631
243
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:632
244
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:633
245
+ msgid "by"
246
+ msgstr ""
247
+
248
+ #: F:\Program
249
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:635
250
  msgid "for translate language files. please send files for"
251
  msgstr ""
252
 
253
  #: F:\Program
254
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:638
255
  msgid "Show Functions"
256
  msgstr ""
257
 
258
  #: F:\Program
259
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:639
260
  msgid "Report Problem"
261
  msgstr ""
262
 
263
  #: F:\Program
264
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:652
265
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:668
266
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:859
267
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1071
268
  msgid "User Online"
269
  msgstr ""
270
 
271
  #: F:\Program
272
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:656
273
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1074
274
  msgid "Today Visit"
275
  msgstr ""
276
 
277
  #: F:\Program
278
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:660
279
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1077
280
  msgid "Yesterday visit"
281
  msgstr ""
282
 
283
  #: F:\Program
284
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:664
285
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1080
286
  msgid "Week Visit"
287
  msgstr ""
288
 
289
  #: F:\Program
290
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:672
291
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1083
292
  msgid "Month Visit"
293
  msgstr ""
294
 
295
  #: F:\Program
296
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:676
297
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1086
298
  msgid "Years Visit"
299
  msgstr ""
300
 
301
  #: F:\Program
302
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:680
303
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1089
304
  msgid "Total Visit"
305
  msgstr ""
306
 
307
  #: F:\Program
308
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:684
309
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1092
310
  msgid "Search Engine reffered"
311
  msgstr ""
312
 
313
  #: F:\Program
314
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:688
315
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1110
316
  msgid "Total Posts"
317
  msgstr ""
318
 
319
  #: F:\Program
320
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:692
321
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1113
322
  msgid "Total Pages"
323
  msgstr ""
324
 
325
  #: F:\Program
326
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:696
327
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1116
328
  msgid "Total Comments"
329
  msgstr ""
330
 
331
  #: F:\Program
332
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:700
333
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1119
334
  msgid "Total Spams"
335
  msgstr ""
336
 
337
  #: F:\Program
338
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:704
339
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1122
340
  msgid "Total Users"
341
  msgstr ""
342
 
343
  #: F:\Program
344
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:708
345
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1134
346
  msgid "Last Post Date"
347
  msgstr ""
348
 
349
  #: F:\Program
350
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:712
351
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1125
352
  msgid "Average Posts"
353
  msgstr ""
354
 
355
  #: F:\Program
356
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:716
357
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1128
358
  msgid "Average Comments"
359
  msgstr ""
360
 
361
  #: F:\Program
362
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:720
363
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1131
364
  msgid "Average Users"
365
  msgstr ""
366
 
367
  #: F:\Program
368
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:724
369
  msgid "Total Feedburner Subscribe"
370
  msgstr ""
371
 
372
  #: F:\Program
373
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:728
374
  msgid "Google Pagerank"
375
  msgstr ""
376
 
377
  #: F:\Program
378
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:732
379
  msgid "Alexa Pagerank"
380
  msgstr ""
381
 
382
  #: F:\Program
383
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:736
384
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:746
385
  msgid "Hide"
386
  msgstr ""
387
 
388
  #: F:\Program
389
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:740
390
  msgid "Your Name"
391
  msgstr ""
392
 
393
  #: F:\Program
394
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:742
395
  msgid "Description Problem"
396
  msgstr ""
397
 
398
  #: F:\Program
399
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:745
400
  msgid "Send Problem"
401
  msgstr ""
402
 
403
  #: F:\Program
404
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:753
405
  msgid "Unistall plugin"
406
  msgstr ""
407
 
408
  #: F:\Program
409
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:759
410
  msgid "Delete all data, including tables and plugin options"
411
  msgstr ""
412
 
413
  #: F:\Program
414
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:760
415
  msgid "Uninstall"
416
  msgstr ""
417
 
418
  #: F:\Program
419
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:770
420
  msgid "Update"
421
  msgstr ""
422
 
423
  #: F:\Program
424
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:803
425
  msgid "Stats weblog"
426
  msgstr ""
427
 
428
  #: F:\Program
429
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1064
430
  msgid "Name"
431
  msgstr ""
432
 
433
  #: F:\Program
434
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1068
435
  msgid "Items"
436
  msgstr ""
437
 
438
  #: F:\Program
439
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1095
440
  msgid "Select type of search engine"
441
  msgstr ""
442
 
443
  #: F:\Program
444
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1097
445
  msgid "Google"
446
  msgstr ""
447
 
448
  #: F:\Program
449
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1100
450
  msgid "Yahoo!"
451
  msgstr ""
452
 
453
  #: F:\Program
454
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1103
455
  msgid "Bing"
456
  msgstr ""
457
 
458
  #: F:\Program
459
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1106
460
  msgid "All"
461
  msgstr ""
462
 
463
  #: F:\Program
464
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1137
465
  msgid "Type date for last update"
466
  msgstr ""
467
 
468
  #: F:\Program
469
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1139
470
  msgid "English"
471
  msgstr ""
472
 
473
  #: F:\Program
474
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1142
475
  msgid "Persian"
476
  msgstr ""
477
 
langs/wp_statistics-es_ES.mo ADDED
Binary file
langs/wp_statistics-es_ES.po ADDED
@@ -0,0 +1,457 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: wp-statistics\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-12-26 23:42+0330\n"
6
+ "PO-Revision-Date: 2011-12-29 11:41+0100\n"
7
+ "Last-Translator: José Antonio Fuentes Santiago <joanfusan@gmail.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-Poedit-KeywordsList: _;gettext;gettext_noop;_e\n"
13
+ "X-Poedit-Language: Spanish\n"
14
+ "X-Poedit-Basepath: .\n"
15
+ "X-Poedit-Country: SPAIN\n"
16
+ "X-Poedit-SearchPath-0: .\n"
17
+
18
+ #: F:\Program
19
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/actions.php:11
20
+ msgid "Please Enter value!"
21
+ msgstr "¡Por favor introduce un valor!"
22
+
23
+ #: F:\Program
24
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/report_problem.php:19
25
+ msgid "Error! Please Enter all field"
26
+ msgstr "¡Error! Por favor rellena todos los campos"
27
+
28
+ #: F:\Program
29
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:480
30
+ msgid "Are you sure?"
31
+ msgstr "¿Estás seguro?"
32
+
33
+ #: F:\Program
34
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:491
35
+ msgid "Configuration"
36
+ msgstr "Configuración"
37
+
38
+ #: F:\Program
39
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:496
40
+ msgid "Enable Statistics"
41
+ msgstr "Activar Estadísticas"
42
+
43
+ #: F:\Program
44
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:500
45
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:518
46
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:528
47
+ msgid "Yes"
48
+ msgstr "Si"
49
+
50
+ #: F:\Program
51
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:504
52
+ msgid "Statistics are enabled."
53
+ msgstr "Estadísticas activadas."
54
+
55
+ #: F:\Program
56
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:506
57
+ msgid "Statistics are disabled!"
58
+ msgstr "¡Estadísticas desactivadas!"
59
+
60
+ #: F:\Program
61
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:511
62
+ msgid "General configuration"
63
+ msgstr "Configuración general"
64
+
65
+ #: F:\Program
66
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:514
67
+ msgid "Show decimals number"
68
+ msgstr "Mostrar números decimales"
69
+
70
+ #: F:\Program
71
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:520
72
+ msgid "Show number stats with decimal. For examle: 3,500"
73
+ msgstr "Muestra los números de las estadísticas con decimales. Por ejemplo: 3,500"
74
+
75
+ #: F:\Program
76
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:524
77
+ msgid "Show stats in menu bar"
78
+ msgstr "Mostrar estadísticas en barra de menú"
79
+
80
+ #: F:\Program
81
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:530
82
+ msgid "Show stats in admin menu bar"
83
+ msgstr "Muestra las estadísticas en la barra de menú de administración"
84
+
85
+ #: F:\Program
86
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:534
87
+ msgid "Online user check time"
88
+ msgstr "Tiempo de verificación de usuarios online"
89
+
90
+ #: F:\Program
91
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:536
92
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:577
93
+ msgid "Each"
94
+ msgstr "Cada"
95
+
96
+ #: F:\Program
97
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:538
98
+ msgid "Compute min"
99
+ msgstr "minutos"
100
+
101
+ #: F:\Program
102
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:540
103
+ msgid "Time for the check accurate online user in the site. Default: 5 Minutes"
104
+ msgstr "Tiempo para verificar la estancia de los usuarios en el sitio. Por defecto: 5 minutos"
105
+
106
+ #: F:\Program
107
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:544
108
+ msgid "Increase value of the total hits"
109
+ msgstr "Añade al valor total de visitas"
110
+
111
+ #: F:\Program
112
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:547
113
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:557
114
+ msgid "Done"
115
+ msgstr "Hecho"
116
+
117
+ #: F:\Program
118
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:550
119
+ msgid "Your total visit sum with this value"
120
+ msgstr "Al número total de visitas se le sumará este valor"
121
+
122
+ #: F:\Program
123
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:554
124
+ msgid "Reduction value of the total hits"
125
+ msgstr "Quita del valor total de visitas"
126
+
127
+ #: F:\Program
128
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:560
129
+ msgid "Your total visit minus with this value"
130
+ msgstr "Al número total de visitas se le restará este valor"
131
+
132
+ #: F:\Program
133
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:564
134
+ msgid "Number item for show Statistics"
135
+ msgstr "Número de elementos a mostrar en las estadísticas"
136
+
137
+ #: F:\Program
138
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:567
139
+ msgid "Default 5"
140
+ msgstr "Por defecto 5"
141
+
142
+ #: F:\Program
143
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:569
144
+ msgid "Number for submit item in Database and show that"
145
+ msgstr "Número de elementos a enviar en base de datos y a mostrar"
146
+
147
+ #: F:\Program
148
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:572
149
+ msgid "Live Statistics configuration"
150
+ msgstr "Configuración de estadísticas en vivo"
151
+
152
+ #: F:\Program
153
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:575
154
+ msgid "Database check time"
155
+ msgstr "Tiempo de verificación de base de datos"
156
+
157
+ #: F:\Program
158
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:579
159
+ msgid "Minute updates"
160
+ msgstr "minutos"
161
+
162
+ #: F:\Program
163
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:582
164
+ msgid "Recommended"
165
+ msgstr "Recomendado"
166
+
167
+ #: F:\Program
168
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:583
169
+ msgid "Due to pressure on the server, Be set up on time. Default 1 min."
170
+ msgstr "Para reducir la carga del servicio, debe indicarse un tiempo. Por defecto 1 minuto"
171
+
172
+ #: F:\Program
173
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:587
174
+ msgid "Pagerank configuration"
175
+ msgstr "Configuración de Pagerank"
176
+
177
+ #: F:\Program
178
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:590
179
+ msgid "Your url for Google pagerank check"
180
+ msgstr "Tu URL para el ranking de Google"
181
+
182
+ #: F:\Program
183
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:595
184
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:605
185
+ msgid "If this input is empty, The website url uses"
186
+ msgstr "Si el campo está vacío, se utilizará la URL del sitio"
187
+
188
+ #: F:\Program
189
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:600
190
+ msgid "Your url for Alexa pagerank check"
191
+ msgstr "Tu URL para el ranking de Alexa"
192
+
193
+ #: F:\Program
194
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:611
195
+ msgid "About plugin"
196
+ msgstr "Sobre el plugin"
197
+
198
+ #: F:\Program
199
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:612
200
+ msgid "Plugin Version"
201
+ msgstr "Versión del Plugin"
202
+
203
+ #: F:\Program
204
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:612
205
+ msgid "Free!"
206
+ msgstr "¡Gratis!"
207
+
208
+ #: F:\Program
209
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:613
210
+ msgid "Get Premium version"
211
+ msgstr "Obtener la versión Premium"
212
+
213
+ #: F:\Program
214
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:619
215
+ msgid "This plugin created by"
216
+ msgstr "Este plugin ha sido creado por"
217
+
218
+ #: F:\Program
219
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:619
220
+ msgid "from"
221
+ msgstr "del grupo"
222
+
223
+ #: F:\Program
224
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:619
225
+ msgid "group"
226
+ msgstr " "
227
+
228
+ #: F:\Program
229
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:620
230
+ msgid "for translate language files. please send files for"
231
+ msgstr "Para traducir archivos de idioma, por favor envía los ficheros a"
232
+
233
+ #: F:\Program
234
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:622
235
+ msgid "Show Functions"
236
+ msgstr "Mostrar funciones"
237
+
238
+ #: F:\Program
239
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:623
240
+ msgid "Report Problem"
241
+ msgstr "Informar de un problema"
242
+
243
+ #: F:\Program
244
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:636
245
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:652
246
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:843
247
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1055
248
+ msgid "User Online"
249
+ msgstr "Usuarios conectados"
250
+
251
+ #: F:\Program
252
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:640
253
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1058
254
+ msgid "Today Visit"
255
+ msgstr "Visitas hoy"
256
+
257
+ #: F:\Program
258
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:644
259
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1061
260
+ msgid "Yesterday visit"
261
+ msgstr "Visitas ayer"
262
+
263
+ #: F:\Program
264
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:648
265
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1064
266
+ msgid "Week Visit"
267
+ msgstr "Visitas semanales"
268
+
269
+ #: F:\Program
270
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:656
271
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1067
272
+ msgid "Month Visit"
273
+ msgstr "Visitas mensuales"
274
+
275
+ #: F:\Program
276
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:660
277
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1070
278
+ msgid "Years Visit"
279
+ msgstr "Visitas anuales"
280
+
281
+ #: F:\Program
282
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:664
283
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1073
284
+ msgid "Total Visit"
285
+ msgstr "Total de visitas"
286
+
287
+ #: F:\Program
288
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:668
289
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1076
290
+ msgid "Search Engine reffered"
291
+ msgstr "Motor de búsqueda referido"
292
+
293
+ #: F:\Program
294
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:672
295
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1094
296
+ msgid "Total Posts"
297
+ msgstr "Total entradas"
298
+
299
+ #: F:\Program
300
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:676
301
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1097
302
+ msgid "Total Pages"
303
+ msgstr "Total páginas"
304
+
305
+ #: F:\Program
306
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:680
307
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1100
308
+ msgid "Total Comments"
309
+ msgstr "Total comentarios"
310
+
311
+ #: F:\Program
312
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:684
313
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1103
314
+ msgid "Total Spams"
315
+ msgstr "Total spam"
316
+
317
+ #: F:\Program
318
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:688
319
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1106
320
+ msgid "Total Users"
321
+ msgstr "Total usuarios"
322
+
323
+ #: F:\Program
324
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:692
325
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1118
326
+ msgid "Last Post Date"
327
+ msgstr "Fecha de última entrada"
328
+
329
+ #: F:\Program
330
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:696
331
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1109
332
+ msgid "Average Posts"
333
+ msgstr "Medía por artículos"
334
+
335
+ #: F:\Program
336
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:700
337
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1112
338
+ msgid "Average Comments"
339
+ msgstr "Media por comentarios"
340
+
341
+ #: F:\Program
342
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:704
343
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1115
344
+ msgid "Average Users"
345
+ msgstr "Media por usuarios"
346
+
347
+ #: F:\Program
348
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:708
349
+ msgid "Total Feedburner Subscribe"
350
+ msgstr "Total suscripciones Feedburner"
351
+
352
+ #: F:\Program
353
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:712
354
+ msgid "Google Pagerank"
355
+ msgstr "Google Pagerank"
356
+
357
+ #: F:\Program
358
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:716
359
+ msgid "Alexa Pagerank"
360
+ msgstr "Alexa Pagerank"
361
+
362
+ #: F:\Program
363
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:720
364
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:730
365
+ msgid "Hide"
366
+ msgstr "Ocultar"
367
+
368
+ #: F:\Program
369
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:724
370
+ msgid "Your Name"
371
+ msgstr "Tu nombre"
372
+
373
+ #: F:\Program
374
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:726
375
+ msgid "Description Problem"
376
+ msgstr "Descripción del problema"
377
+
378
+ #: F:\Program
379
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:729
380
+ msgid "Send Problem"
381
+ msgstr "Enviar problema"
382
+
383
+ #: F:\Program
384
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:737
385
+ msgid "Unistall plugin"
386
+ msgstr "Desinstalar plugin"
387
+
388
+ #: F:\Program
389
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:743
390
+ msgid "Delete all data, including tables and plugin options"
391
+ msgstr "Elimina todos los datos, incluyendo tablas y opciones del plugin"
392
+
393
+ #: F:\Program
394
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:744
395
+ msgid "Uninstall"
396
+ msgstr "Desinstalar"
397
+
398
+ #: F:\Program
399
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:754
400
+ msgid "Update"
401
+ msgstr "Actualizar"
402
+
403
+ #: F:\Program
404
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:787
405
+ msgid "Stats weblog"
406
+ msgstr "Estadísticas del blog"
407
+
408
+ #: F:\Program
409
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1048
410
+ msgid "Name"
411
+ msgstr "Nombre"
412
+
413
+ #: F:\Program
414
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1052
415
+ msgid "Items"
416
+ msgstr "Elementos"
417
+
418
+ #: F:\Program
419
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1079
420
+ msgid "Select type of search engine"
421
+ msgstr "Selecciona el tipo de motor de búsqueda"
422
+
423
+ #: F:\Program
424
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1081
425
+ msgid "Google"
426
+ msgstr "Google"
427
+
428
+ #: F:\Program
429
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1084
430
+ msgid "Yahoo!"
431
+ msgstr "Yahoo!"
432
+
433
+ #: F:\Program
434
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1087
435
+ msgid "Bing"
436
+ msgstr "Bing"
437
+
438
+ #: F:\Program
439
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1090
440
+ msgid "All"
441
+ msgstr "Todo"
442
+
443
+ #: F:\Program
444
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1121
445
+ msgid "Type date for last update"
446
+ msgstr "Escribe la fecha para la última actualización"
447
+
448
+ #: F:\Program
449
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1123
450
+ msgid "English"
451
+ msgstr "Inglés"
452
+
453
+ #: F:\Program
454
+ #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1126
455
+ msgid "Persian"
456
+ msgstr "Persa"
457
+
langs/wp_statistics-fa_IR.mo CHANGED
Binary file
langs/wp_statistics-fa_IR.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: wp-statistics\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2011-12-26 23:42+0330\n"
6
  "PO-Revision-Date: \n"
7
- "Last-Translator: Mostafa <mst404@gmail.com>\n"
8
  "Language-Team: <mat404@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -12,634 +12,688 @@ msgstr ""
12
  "X-Poedit-KeywordsList: __;_e\n"
13
  "X-Poedit-Language: Persian\n"
14
  "X-Poedit-Country: IRAN, ISLAMIC REPUBLIC OF\n"
15
- "X-Poedit-Basepath: .\n"
16
- "X-Poedit-SearchPath-0: .\n"
17
 
18
  #: F:\Program
19
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/actions.php:7
20
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/actions.php:9
21
  msgid "Sorry! this feature is for Premium version"
22
  msgstr "متاسفم! این امکان برای نسخه‌ی ویژه است."
23
 
24
  #: F:\Program
25
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/actions.php:11
26
  msgid "Please Enter value!"
27
  msgstr "لطفا مقداری را وارد کنید!"
28
 
29
  #: F:\Program
30
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/report_problem.php:17
31
  msgid "Thanks for your report!"
32
  msgstr "با تشکر از گزارش شما!"
33
 
34
  #: F:\Program
35
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/report_problem.php:19
36
  msgid "Error! Please Enter all field"
37
  msgstr "خطا! لطفا همه فیلدها را پرکنید"
38
 
39
  #: F:\Program
40
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/uninstall.php:42
41
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/uninstall.php:45
42
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/uninstall.php:48
43
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/uninstall.php:51
44
  msgid "deleted!"
45
  msgstr "پاک‌شد!"
46
 
47
  #: F:\Program
48
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/uninstall.php:55
49
  msgid "All plugin data is deleted"
50
  msgstr "تمامی اطلاعات افزونه پاک شد"
51
 
52
  #: F:\Program
53
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/uninstall.php:56
54
  msgid "Disable plugin"
55
  msgstr "افزونه را غیرفعال کنید."
56
 
57
  #: F:\Program
58
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/uninstall.php:58
59
  msgid "plugin options have been deleted"
60
  msgstr "گزینه‌های افزونه قبلا پاک شده‌اند"
61
 
62
  #: F:\Program
63
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:55
64
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:407
65
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:636
66
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:652
67
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:843
68
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:880
69
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1055
70
  msgid "User Online"
71
  msgstr "کاربران حاضر"
72
 
73
  #: F:\Program
74
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:60
75
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:640
76
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:887
77
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1058
78
  msgid "Today Visit"
79
  msgstr "بازدید امروز"
80
 
81
  #: F:\Program
82
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:65
83
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:644
84
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1061
85
  msgid "Yesterday visit"
86
  msgstr "بازدید دیروز"
87
 
88
  #: F:\Program
89
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:70
90
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:664
91
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:922
92
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1073
93
  msgid "Total Visit"
94
  msgstr "کل بازدیدها"
95
 
96
  #: F:\Program
97
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:75
98
  msgid "Plugin home page"
99
  msgstr "خانه‌ی افزونه"
100
 
101
  #: F:\Program
102
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:405
103
  msgid "Statistics"
104
  msgstr "آماره"
105
 
106
  #: F:\Program
107
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:406
108
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:787
109
  msgid "Stats weblog"
110
  msgstr "آمار سایت"
111
 
112
  #: F:\Program
113
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:413
114
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:765
115
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:821
116
  msgid "You do not have sufficient permissions to access this page."
117
  msgstr "شما مجوز کافی برای مشاهده‌ی این قسمت را ندارید."
118
 
119
  #: F:\Program
120
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:480
121
  msgid "Are you sure?"
122
  msgstr "آیا مطمئن هستید؟"
123
 
124
  #: F:\Program
125
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:491
126
  msgid "Configuration"
127
  msgstr "پیکربندی"
128
 
129
  #: F:\Program
130
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:496
131
  msgid "Enable Statistics"
132
  msgstr "آمارگیر فعال شود"
133
 
134
  #: F:\Program
135
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:500
136
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:518
137
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:528
138
  msgid "Yes"
139
  msgstr "بله"
140
 
141
  #: F:\Program
142
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:504
143
  msgid "Statistics are enabled."
144
  msgstr "آمارگیر فعال است."
145
 
146
  #: F:\Program
147
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:506
148
  msgid "Statistics are disabled!"
149
  msgstr "آمارگیر غیرفعال است!"
150
 
151
  #: F:\Program
152
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:511
153
  msgid "General configuration"
154
  msgstr "پیکربندی عمومی"
155
 
156
  #: F:\Program
157
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:514
158
  msgid "Show decimals number"
159
  msgstr "نمایش اعداد به‌صورت اعشاری"
160
 
161
  #: F:\Program
162
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:520
163
  msgid "Show number stats with decimal. For examle: 3,500"
164
  msgstr "نمایش اعداد آمارگیر به‌صورت اعشاری. برای مثال: 3،500"
165
 
166
  #: F:\Program
167
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:524
168
  msgid "Show stats in menu bar"
169
  msgstr "نمایش آمار در منوبار"
170
 
171
  #: F:\Program
172
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:530
173
  msgid "Show stats in admin menu bar"
174
  msgstr "نمایش آمار در منوبار مدیریت"
175
 
176
  #: F:\Program
177
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:534
178
  msgid "Online user check time"
179
  msgstr "زمان بررسی کاربران آنلاین"
180
 
181
  #: F:\Program
182
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:536
183
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:577
184
  msgid "Each"
185
  msgstr "هر"
186
 
187
  #: F:\Program
188
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:538
189
  msgid "Compute min"
190
  msgstr "دقیقه محاسبه کن"
191
 
192
  #: F:\Program
193
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:540
194
  msgid "Time for the check accurate online user in the site. Default: 5 Minutes"
195
  msgstr "زمان برای بررسی دقیق کاربران حاضر در سایت. پیش‌فرض 5 دقیقه است"
196
 
197
  #: F:\Program
198
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:544
199
  msgid "Increase value of the total hits"
200
  msgstr "افزایش مقدار به بازدید‌های کل"
201
 
202
  #: F:\Program
203
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:547
204
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:557
205
  msgid "Done"
206
  msgstr "انجام"
207
 
208
  #: F:\Program
209
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:550
210
  msgid "Your total visit sum with this value"
211
  msgstr "کل بازدیدها با این مقدار جمع می‌شود"
212
 
213
  #: F:\Program
214
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:554
215
  msgid "Reduction value of the total hits"
216
  msgstr "کاهش مقدار از بازدید‌های کل"
217
 
218
  #: F:\Program
219
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:560
220
  msgid "Your total visit minus with this value"
221
  msgstr "کل بازدیدها از این مقدار کم می‌شود"
222
 
223
  #: F:\Program
224
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:564
225
  msgid "Number item for show Statistics"
226
  msgstr "تعداد آیتم برای نمایش آمار"
227
 
228
  #: F:\Program
229
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:567
230
  msgid "Default 5"
231
  msgstr "پیش‌فرض 5 است"
232
 
233
  #: F:\Program
234
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:569
235
  msgid "Number for submit item in Database and show that"
236
  msgstr "تعداد برای ثبت آیتم‌های آمار در پایگاه‌داده و نمایش آن"
237
 
238
  #: F:\Program
239
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:572
240
  msgid "Live Statistics configuration"
241
  msgstr "پیکربندی بازدید لحظه‌ای"
242
 
243
  #: F:\Program
244
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:575
245
  msgid "Database check time"
246
  msgstr "زمان بررسی پایگاه‌داده"
247
 
248
  #: F:\Program
249
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:579
250
  msgid "Minute updates"
251
  msgstr "دقیقه به‌روز کن"
252
 
253
  #: F:\Program
254
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:582
255
  msgid "Recommended"
256
  msgstr "پیشنهاد میشود"
257
 
258
  #: F:\Program
259
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:583
260
  msgid "Due to pressure on the server, Be set up on time. Default 1 min."
261
  msgstr "به‌دلیل فشار برروی سرور، پیشنهاد می‌شود برروی زمان بالا تعیین شود. پیش‌فرض 1 دقیقه است."
262
 
263
  #: F:\Program
264
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:587
265
  msgid "Pagerank configuration"
266
  msgstr "تنظیمات رتبه‌بندی"
267
 
268
  #: F:\Program
269
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:590
270
  msgid "Your url for Google pagerank check"
271
  msgstr "آدرس شما برای بررسی رتبه‌بندی گوگل"
272
 
273
  #: F:\Program
274
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:595
275
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:605
276
  msgid "If this input is empty, The website url uses"
277
  msgstr "اگراین قسمت خالی باشد، از آدرس اصلی سایت استفاده می‌کند"
278
 
279
  #: F:\Program
280
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:600
281
  msgid "Your url for Alexa pagerank check"
282
  msgstr "آدرس شما برای بررسی رتبه‌بندی الکسا"
283
 
284
  #: F:\Program
285
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:611
286
  msgid "About plugin"
287
  msgstr "درباره‌ی افزونه"
288
 
289
  #: F:\Program
290
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:612
291
  msgid "Plugin Version"
292
  msgstr "نسخه افزونه"
293
 
294
  #: F:\Program
295
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:612
296
  msgid "Free!"
297
  msgstr "رایگان!"
298
 
299
  #: F:\Program
300
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:613
301
  msgid "Get Premium version"
302
  msgstr "دریافت نسخه‌ی ویژه"
303
 
304
  #: F:\Program
305
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:619
306
  msgid "This plugin created by"
307
  msgstr "این افزونه توسط"
308
 
309
  #: F:\Program
310
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:619
311
  msgid "from"
312
  msgstr "از گروه"
313
 
314
  #: F:\Program
315
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:619
316
  msgid "group"
317
  msgstr "ساخته شده‌است"
318
 
319
  #: F:\Program
320
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:620
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
321
  msgid "for translate language files. please send files for"
322
  msgstr "لطفا فایل‌های ترجمه را به ایمیل روبرو ارسال کنید"
323
 
324
  #: F:\Program
325
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:622
326
  msgid "Show Functions"
327
  msgstr "نمایش تابع‌ها"
328
 
329
  #: F:\Program
330
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:623
331
  msgid "Report Problem"
332
  msgstr "گزارش مشکل"
333
 
334
  #: F:\Program
335
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:648
336
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:901
337
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1064
338
  msgid "Week Visit"
339
  msgstr "بازدید هفته"
340
 
341
  #: F:\Program
342
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:656
343
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1067
 
344
  msgid "Month Visit"
345
  msgstr "بازدید ماه"
346
 
347
  #: F:\Program
348
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:660
349
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:915
350
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1070
351
  msgid "Years Visit"
352
  msgstr "بازدید سال"
353
 
354
  #: F:\Program
355
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:668
356
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:929
357
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1076
358
  msgid "Search Engine reffered"
359
  msgstr "ورودی موتورهای جستجوگر"
360
 
361
  #: F:\Program
362
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:672
363
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:944
364
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1094
365
  msgid "Total Posts"
366
  msgstr "کل نوشته‌ها"
367
 
368
  #: F:\Program
369
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:676
370
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:951
371
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1097
372
  msgid "Total Pages"
373
  msgstr "کل برگه‌ها"
374
 
375
  #: F:\Program
376
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:680
377
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:958
378
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1100
379
  msgid "Total Comments"
380
  msgstr "کل دیدگاه‌ها"
381
 
382
  #: F:\Program
383
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:684
384
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:965
385
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1103
386
  msgid "Total Spams"
387
  msgstr "کل جفنگ‌ها"
388
 
389
  #: F:\Program
390
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:688
391
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:972
392
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1106
393
  msgid "Total Users"
394
  msgstr "کل کاربرها"
395
 
396
  #: F:\Program
397
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:692
398
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1000
399
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1118
400
  msgid "Last Post Date"
401
  msgstr "تاریخ به‌روزشدن سایت"
402
 
403
  #: F:\Program
404
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:696
405
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:979
406
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1109
407
  msgid "Average Posts"
408
  msgstr "میانگین نوشته‌ها"
409
 
410
  #: F:\Program
411
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:700
412
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:986
413
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1112
414
  msgid "Average Comments"
415
  msgstr "میانگین دیدگاه‌ها"
416
 
417
  #: F:\Program
418
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:704
419
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:993
420
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1115
421
  msgid "Average Users"
422
  msgstr "میانگین کاربرها"
423
 
424
  #: F:\Program
425
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:708
426
  msgid "Total Feedburner Subscribe"
427
  msgstr "تعداد مشترک‌های فیدبرنر"
428
 
429
  #: F:\Program
430
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:712
431
  msgid "Google Pagerank"
432
  msgstr "رتبه گوگل"
433
 
434
  #: F:\Program
435
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:716
436
  msgid "Alexa Pagerank"
437
  msgstr "رتبه الکسا"
438
 
439
  #: F:\Program
440
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:720
441
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:730
442
  msgid "Hide"
443
  msgstr "مخفی"
444
 
445
  #: F:\Program
446
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:724
447
  msgid "Your Name"
448
  msgstr "نام شما"
449
 
450
  #: F:\Program
451
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:726
452
  msgid "Description Problem"
453
  msgstr "توضیحات مشکل"
454
 
455
  #: F:\Program
456
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:729
457
  msgid "Send Problem"
458
  msgstr "ارسال گزارش"
459
 
460
  #: F:\Program
461
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:737
462
  msgid "Unistall plugin"
463
  msgstr "پاک‌سازی پلاگین"
464
 
465
  #: F:\Program
466
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:743
467
  msgid "Delete all data, including tables and plugin options"
468
  msgstr "پاک‌کردن تمامی اطلاعات از قبیل جدول افزونه در پایگاه‌داده و گزینه‌های افزونه"
469
 
470
  #: F:\Program
471
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:744
472
  msgid "Uninstall"
473
  msgstr "پاک‌کردن"
474
 
475
  #: F:\Program
476
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:754
477
  msgid "Update"
478
  msgstr "به‌روز رسانی"
479
 
480
  #: F:\Program
481
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:798
482
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:854
483
  msgid "No"
484
  msgstr "شماره"
485
 
486
  #: F:\Program
487
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:799
488
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:855
489
  msgid "IP"
490
  msgstr "آی‌پی"
491
 
492
  #: F:\Program
493
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:800
494
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:856
495
  msgid "Time"
496
  msgstr "زمان"
497
 
498
  #: F:\Program
499
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:801
500
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:857
501
  msgid "Referred"
502
  msgstr "هدایت شده"
503
 
504
  #: F:\Program
505
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:802
506
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:858
507
  msgid "Agent"
508
  msgstr "مشخصات مرورگر"
509
 
510
  #: F:\Program
511
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:894
512
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:908
513
  msgid "Yesterday Visit"
514
  msgstr "بازدید دیروز"
515
 
516
  #: F:\Program
517
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1048
518
  msgid "Name"
519
  msgstr "نام"
520
 
521
  #: F:\Program
522
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1052
523
  msgid "Items"
524
  msgstr "آیتم‌ها"
525
 
526
  #: F:\Program
527
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1079
528
  msgid "Select type of search engine"
529
  msgstr "انتخاب نوع موتورجستجو"
530
 
531
  #: F:\Program
532
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1081
533
  msgid "Google"
534
  msgstr "گوگل"
535
 
536
  #: F:\Program
537
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1084
538
  msgid "Yahoo!"
539
  msgstr "یاهو!"
540
 
541
  #: F:\Program
542
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1087
543
  msgid "Bing"
544
  msgstr "بینگ"
545
 
546
  #: F:\Program
547
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1090
548
  msgid "All"
549
  msgstr "همه"
550
 
551
  #: F:\Program
552
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1121
553
  msgid "Type date for last update"
554
  msgstr "نوع تقویم برای آخرین به‌روزرسانی"
555
 
556
  #: F:\Program
557
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1123
558
  msgid "English"
559
  msgstr "میلادی"
560
 
561
  #: F:\Program
562
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1126
563
  msgid "Persian"
564
  msgstr "شمسی (فارسی)"
565
 
566
  #: F:\Program
567
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1156
568
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1158
569
  msgid "WP-Statistics"
570
  msgstr "آمارگیر"
571
 
572
  #: F:\Program
573
- #: Files\wamp\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1157
574
  msgid "Show site stats in sidebar"
575
  msgstr "نمایش آمار سایت در ابزارک"
576
 
 
 
 
577
  #~ msgid "User Online Live"
578
  #~ msgstr "کاربران آنلاین زنده"
 
579
  #~ msgid "Total Visit Live"
580
  #~ msgstr "کل بازدیدها زنده"
 
581
  #~ msgid "(Disable)"
582
  #~ msgstr "(غیرفعال)"
 
583
  #~ msgid "useronline"
584
  #~ msgstr "کاربران حاضر"
 
585
  #~ msgid "Deactive plugin"
586
  #~ msgstr "غیرفعال‌سازی افزونه"
 
587
  #~ msgid "Plugin URI"
588
  #~ msgstr "آدرس افزونه"
 
589
  #~ msgid "Stats blog"
590
  #~ msgstr "آمار وبلاگ"
 
591
  #~ msgid "Stats"
592
  #~ msgstr "آمار"
 
593
  #~ msgid "mm"
594
  #~ msgstr "آمار بازدید"
 
595
  #~ msgid "and"
596
  #~ msgstr "و"
 
597
  #~ msgid "Added"
598
  #~ msgstr "مقدار"
 
599
  #~ msgid "value"
600
  #~ msgstr "افزوده شد"
 
601
  #~ msgid "Was"
602
  #~ msgstr "مقدار"
 
603
  #~ msgid "low value"
604
  #~ msgstr "کم شد"
 
605
  #~ msgid "d"
606
  #~ msgstr "ططظط"
 
607
  #~ msgid ""
608
  #~ "This plugin created by <a href=\"http://profile.wordpress.org/mostafa."
609
  #~ "s1990\">Mostafa Soufi</a> from <a href=\"http://wpbazar.com\">WPBazar</a> "
610
  #~ "and <a href=\"http://wp-persian.com\">WP-Persian</a> group.\n"
611
  #~ "\t\t\tfor translate language files. please send files for mst404@gmail.com"
612
  #~ msgstr "یبیبیب"
 
613
  #~ msgid "Your Report"
614
  #~ msgstr "گزارش شما"
 
615
  #~ msgid "About Author"
616
  #~ msgstr "درباره‌ی نویسنده"
 
617
  #~ msgid "Hide Functions"
618
  #~ msgstr "مخفی‌کردن تابع‌ها"
 
619
  #~ msgid "Title Widget"
620
  #~ msgstr "عنوان ابزارک"
 
621
  #~ msgid "Show items"
622
  #~ msgstr "نمایش عناوین"
 
623
  #~ msgid "Total Blog Hits: "
624
  #~ msgstr "Total Blog Hits: "
 
625
  #~ msgid "Summary statistics of blog"
626
  #~ msgstr "Summary statistics of blog"
 
627
  #~ msgid "Be set up on time"
628
  #~ msgstr "برروی زمان بالا محاسبه شود"
 
629
  #~ msgid "Updates to"
630
  #~ msgstr "دقیقه"
 
631
  #~ msgid "Live Statistics"
632
  #~ msgstr "بازدید لحظه‌ای"
 
633
  #~ msgid "Visitor"
634
  #~ msgstr "بازدیدکننده"
 
635
  #~ msgid "Ban IP"
636
  #~ msgstr "محروم کردن آی‌پی"
 
637
  #~ msgid "Add"
638
  #~ msgstr "افزودن"
 
639
  #~ msgid "Enable"
640
  #~ msgstr "آمارگیر فعال شود"
 
641
  #~ msgid "Latest posts in wpdelicious"
642
  #~ msgstr "آخرین ارسالی های وردپرس"
 
643
  #~ msgid "Latest Delicious"
644
  #~ msgstr "آخرین ارسالی ها"
645
-
2
  msgstr ""
3
  "Project-Id-Version: wp-statistics\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-01-09 16:18+0330\n"
6
  "PO-Revision-Date: \n"
7
+ "Last-Translator: Mostafa Soufi <mst404@gmail.com>\n"
8
  "Language-Team: <mat404@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "X-Poedit-KeywordsList: __;_e\n"
13
  "X-Poedit-Language: Persian\n"
14
  "X-Poedit-Country: IRAN, ISLAMIC REPUBLIC OF\n"
15
+ "X-Poedit-Basepath: F:\\Program Files\\AppServ\\www\\wordpress\\wp-content\\plugins\\wp-statistics\\\n"
16
+ "X-Poedit-SearchPath-0: F:\\Program Files\\AppServ\\www\\wordpress\\wp-content\\plugins\\wp-statistics\n"
17
 
18
  #: F:\Program
19
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/actions.php:7
20
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/actions.php:9
21
  msgid "Sorry! this feature is for Premium version"
22
  msgstr "متاسفم! این امکان برای نسخه‌ی ویژه است."
23
 
24
  #: F:\Program
25
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/actions.php:11
26
  msgid "Please Enter value!"
27
  msgstr "لطفا مقداری را وارد کنید!"
28
 
29
  #: F:\Program
30
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/report_problem.php:17
31
  msgid "Thanks for your report!"
32
  msgstr "با تشکر از گزارش شما!"
33
 
34
  #: F:\Program
35
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/report_problem.php:19
36
  msgid "Error! Please Enter all field"
37
  msgstr "خطا! لطفا همه فیلدها را پرکنید"
38
 
39
  #: F:\Program
40
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/uninstall.php:42
41
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/uninstall.php:45
42
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/uninstall.php:48
43
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/uninstall.php:51
44
  msgid "deleted!"
45
  msgstr "پاک‌شد!"
46
 
47
  #: F:\Program
48
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/uninstall.php:55
49
  msgid "All plugin data is deleted"
50
  msgstr "تمامی اطلاعات افزونه پاک شد"
51
 
52
  #: F:\Program
53
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/uninstall.php:56
54
  msgid "Disable plugin"
55
  msgstr "افزونه را غیرفعال کنید."
56
 
57
  #: F:\Program
58
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/uninstall.php:58
59
  msgid "plugin options have been deleted"
60
  msgstr "گزینه‌های افزونه قبلا پاک شده‌اند"
61
 
62
  #: F:\Program
63
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:57
64
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:409
65
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:652
66
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:668
67
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:859
68
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:896
69
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1071
70
  msgid "User Online"
71
  msgstr "کاربران حاضر"
72
 
73
  #: F:\Program
74
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:62
75
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:656
76
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:903
77
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1074
78
  msgid "Today Visit"
79
  msgstr "بازدید امروز"
80
 
81
  #: F:\Program
82
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:67
83
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:660
84
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1077
85
  msgid "Yesterday visit"
86
  msgstr "بازدید دیروز"
87
 
88
  #: F:\Program
89
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:72
90
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:680
91
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:938
92
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1089
93
  msgid "Total Visit"
94
  msgstr "کل بازدیدها"
95
 
96
  #: F:\Program
97
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:77
98
  msgid "Plugin home page"
99
  msgstr "خانه‌ی افزونه"
100
 
101
  #: F:\Program
102
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:407
103
  msgid "Statistics"
104
  msgstr "آماره"
105
 
106
  #: F:\Program
107
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:408
108
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:803
109
  msgid "Stats weblog"
110
  msgstr "آمار سایت"
111
 
112
  #: F:\Program
113
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:415
114
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:781
115
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:837
116
  msgid "You do not have sufficient permissions to access this page."
117
  msgstr "شما مجوز کافی برای مشاهده‌ی این قسمت را ندارید."
118
 
119
  #: F:\Program
120
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:483
121
  msgid "Are you sure?"
122
  msgstr "آیا مطمئن هستید؟"
123
 
124
  #: F:\Program
125
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:494
126
  msgid "Configuration"
127
  msgstr "پیکربندی"
128
 
129
  #: F:\Program
130
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:499
131
  msgid "Enable Statistics"
132
  msgstr "آمارگیر فعال شود"
133
 
134
  #: F:\Program
135
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:503
136
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:521
137
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:531
138
  msgid "Yes"
139
  msgstr "بله"
140
 
141
  #: F:\Program
142
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:507
143
  msgid "Statistics are enabled."
144
  msgstr "آمارگیر فعال است."
145
 
146
  #: F:\Program
147
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:509
148
  msgid "Statistics are disabled!"
149
  msgstr "آمارگیر غیرفعال است!"
150
 
151
  #: F:\Program
152
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:514
153
  msgid "General configuration"
154
  msgstr "پیکربندی عمومی"
155
 
156
  #: F:\Program
157
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:517
158
  msgid "Show decimals number"
159
  msgstr "نمایش اعداد به‌صورت اعشاری"
160
 
161
  #: F:\Program
162
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:523
163
  msgid "Show number stats with decimal. For examle: 3,500"
164
  msgstr "نمایش اعداد آمارگیر به‌صورت اعشاری. برای مثال: 3،500"
165
 
166
  #: F:\Program
167
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:527
168
  msgid "Show stats in menu bar"
169
  msgstr "نمایش آمار در منوبار"
170
 
171
  #: F:\Program
172
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:533
173
  msgid "Show stats in admin menu bar"
174
  msgstr "نمایش آمار در منوبار مدیریت"
175
 
176
  #: F:\Program
177
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:537
178
  msgid "Online user check time"
179
  msgstr "زمان بررسی کاربران آنلاین"
180
 
181
  #: F:\Program
182
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:539
183
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:580
184
  msgid "Each"
185
  msgstr "هر"
186
 
187
  #: F:\Program
188
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:541
189
  msgid "Compute min"
190
  msgstr "دقیقه محاسبه کن"
191
 
192
  #: F:\Program
193
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:543
194
  msgid "Time for the check accurate online user in the site. Default: 5 Minutes"
195
  msgstr "زمان برای بررسی دقیق کاربران حاضر در سایت. پیش‌فرض 5 دقیقه است"
196
 
197
  #: F:\Program
198
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:547
199
  msgid "Increase value of the total hits"
200
  msgstr "افزایش مقدار به بازدید‌های کل"
201
 
202
  #: F:\Program
203
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:550
204
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:560
205
  msgid "Done"
206
  msgstr "انجام"
207
 
208
  #: F:\Program
209
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:553
210
  msgid "Your total visit sum with this value"
211
  msgstr "کل بازدیدها با این مقدار جمع می‌شود"
212
 
213
  #: F:\Program
214
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:557
215
  msgid "Reduction value of the total hits"
216
  msgstr "کاهش مقدار از بازدید‌های کل"
217
 
218
  #: F:\Program
219
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:563
220
  msgid "Your total visit minus with this value"
221
  msgstr "کل بازدیدها از این مقدار کم می‌شود"
222
 
223
  #: F:\Program
224
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:567
225
  msgid "Number item for show Statistics"
226
  msgstr "تعداد آیتم برای نمایش آمار"
227
 
228
  #: F:\Program
229
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:570
230
  msgid "Default 5"
231
  msgstr "پیش‌فرض 5 است"
232
 
233
  #: F:\Program
234
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:572
235
  msgid "Number for submit item in Database and show that"
236
  msgstr "تعداد برای ثبت آیتم‌های آمار در پایگاه‌داده و نمایش آن"
237
 
238
  #: F:\Program
239
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:575
240
  msgid "Live Statistics configuration"
241
  msgstr "پیکربندی بازدید لحظه‌ای"
242
 
243
  #: F:\Program
244
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:578
245
  msgid "Database check time"
246
  msgstr "زمان بررسی پایگاه‌داده"
247
 
248
  #: F:\Program
249
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:582
250
  msgid "Minute updates"
251
  msgstr "دقیقه به‌روز کن"
252
 
253
  #: F:\Program
254
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:585
255
  msgid "Recommended"
256
  msgstr "پیشنهاد میشود"
257
 
258
  #: F:\Program
259
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:586
260
  msgid "Due to pressure on the server, Be set up on time. Default 1 min."
261
  msgstr "به‌دلیل فشار برروی سرور، پیشنهاد می‌شود برروی زمان بالا تعیین شود. پیش‌فرض 1 دقیقه است."
262
 
263
  #: F:\Program
264
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:590
265
  msgid "Pagerank configuration"
266
  msgstr "تنظیمات رتبه‌بندی"
267
 
268
  #: F:\Program
269
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:593
270
  msgid "Your url for Google pagerank check"
271
  msgstr "آدرس شما برای بررسی رتبه‌بندی گوگل"
272
 
273
  #: F:\Program
274
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:598
275
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:608
276
  msgid "If this input is empty, The website url uses"
277
  msgstr "اگراین قسمت خالی باشد، از آدرس اصلی سایت استفاده می‌کند"
278
 
279
  #: F:\Program
280
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:603
281
  msgid "Your url for Alexa pagerank check"
282
  msgstr "آدرس شما برای بررسی رتبه‌بندی الکسا"
283
 
284
  #: F:\Program
285
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:614
286
  msgid "About plugin"
287
  msgstr "درباره‌ی افزونه"
288
 
289
  #: F:\Program
290
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:615
291
  msgid "Plugin Version"
292
  msgstr "نسخه افزونه"
293
 
294
  #: F:\Program
295
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:615
296
  msgid "Free!"
297
  msgstr "رایگان!"
298
 
299
  #: F:\Program
300
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:617
301
  msgid "Get Premium version"
302
  msgstr "دریافت نسخه‌ی ویژه"
303
 
304
  #: F:\Program
305
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:624
306
  msgid "This plugin created by"
307
  msgstr "این افزونه توسط"
308
 
309
  #: F:\Program
310
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:624
311
  msgid "from"
312
  msgstr "از گروه"
313
 
314
  #: F:\Program
315
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:624
316
  msgid "group"
317
  msgstr "ساخته شده‌است"
318
 
319
  #: F:\Program
320
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:626
321
+ msgid "Plugin translators"
322
+ msgstr "مترجم‌های افزونه"
323
+
324
+ #: F:\Program
325
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:630
326
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:631
327
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:632
328
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:633
329
+ msgid "Language"
330
+ msgstr "زبان"
331
+
332
+ #: F:\Program
333
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:630
334
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:631
335
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:632
336
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:633
337
+ msgid "by"
338
+ msgstr "توسط"
339
+
340
+ #: F:\Program
341
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:635
342
  msgid "for translate language files. please send files for"
343
  msgstr "لطفا فایل‌های ترجمه را به ایمیل روبرو ارسال کنید"
344
 
345
  #: F:\Program
346
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:638
347
  msgid "Show Functions"
348
  msgstr "نمایش تابع‌ها"
349
 
350
  #: F:\Program
351
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:639
352
  msgid "Report Problem"
353
  msgstr "گزارش مشکل"
354
 
355
  #: F:\Program
356
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:664
357
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:917
358
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1080
359
  msgid "Week Visit"
360
  msgstr "بازدید هفته"
361
 
362
  #: F:\Program
363
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:672
364
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:924
365
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1083
366
  msgid "Month Visit"
367
  msgstr "بازدید ماه"
368
 
369
  #: F:\Program
370
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:676
371
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:931
372
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1086
373
  msgid "Years Visit"
374
  msgstr "بازدید سال"
375
 
376
  #: F:\Program
377
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:684
378
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:945
379
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1092
380
  msgid "Search Engine reffered"
381
  msgstr "ورودی موتورهای جستجوگر"
382
 
383
  #: F:\Program
384
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:688
385
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:960
386
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1110
387
  msgid "Total Posts"
388
  msgstr "کل نوشته‌ها"
389
 
390
  #: F:\Program
391
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:692
392
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:967
393
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1113
394
  msgid "Total Pages"
395
  msgstr "کل برگه‌ها"
396
 
397
  #: F:\Program
398
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:696
399
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:974
400
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1116
401
  msgid "Total Comments"
402
  msgstr "کل دیدگاه‌ها"
403
 
404
  #: F:\Program
405
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:700
406
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:981
407
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1119
408
  msgid "Total Spams"
409
  msgstr "کل جفنگ‌ها"
410
 
411
  #: F:\Program
412
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:704
413
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:988
414
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1122
415
  msgid "Total Users"
416
  msgstr "کل کاربرها"
417
 
418
  #: F:\Program
419
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:708
420
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1016
421
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1134
422
  msgid "Last Post Date"
423
  msgstr "تاریخ به‌روزشدن سایت"
424
 
425
  #: F:\Program
426
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:712
427
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:995
428
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1125
429
  msgid "Average Posts"
430
  msgstr "میانگین نوشته‌ها"
431
 
432
  #: F:\Program
433
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:716
434
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1002
435
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1128
436
  msgid "Average Comments"
437
  msgstr "میانگین دیدگاه‌ها"
438
 
439
  #: F:\Program
440
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:720
441
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1009
442
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1131
443
  msgid "Average Users"
444
  msgstr "میانگین کاربرها"
445
 
446
  #: F:\Program
447
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:724
448
  msgid "Total Feedburner Subscribe"
449
  msgstr "تعداد مشترک‌های فیدبرنر"
450
 
451
  #: F:\Program
452
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:728
453
  msgid "Google Pagerank"
454
  msgstr "رتبه گوگل"
455
 
456
  #: F:\Program
457
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:732
458
  msgid "Alexa Pagerank"
459
  msgstr "رتبه الکسا"
460
 
461
  #: F:\Program
462
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:736
463
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:746
464
  msgid "Hide"
465
  msgstr "مخفی"
466
 
467
  #: F:\Program
468
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:740
469
  msgid "Your Name"
470
  msgstr "نام شما"
471
 
472
  #: F:\Program
473
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:742
474
  msgid "Description Problem"
475
  msgstr "توضیحات مشکل"
476
 
477
  #: F:\Program
478
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:745
479
  msgid "Send Problem"
480
  msgstr "ارسال گزارش"
481
 
482
  #: F:\Program
483
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:753
484
  msgid "Unistall plugin"
485
  msgstr "پاک‌سازی پلاگین"
486
 
487
  #: F:\Program
488
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:759
489
  msgid "Delete all data, including tables and plugin options"
490
  msgstr "پاک‌کردن تمامی اطلاعات از قبیل جدول افزونه در پایگاه‌داده و گزینه‌های افزونه"
491
 
492
  #: F:\Program
493
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:760
494
  msgid "Uninstall"
495
  msgstr "پاک‌کردن"
496
 
497
  #: F:\Program
498
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:770
499
  msgid "Update"
500
  msgstr "به‌روز رسانی"
501
 
502
  #: F:\Program
503
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:814
504
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:870
505
  msgid "No"
506
  msgstr "شماره"
507
 
508
  #: F:\Program
509
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:815
510
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:871
511
  msgid "IP"
512
  msgstr "آی‌پی"
513
 
514
  #: F:\Program
515
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:816
516
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:872
517
  msgid "Time"
518
  msgstr "زمان"
519
 
520
  #: F:\Program
521
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:817
522
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:873
523
  msgid "Referred"
524
  msgstr "هدایت شده"
525
 
526
  #: F:\Program
527
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:818
528
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:874
529
  msgid "Agent"
530
  msgstr "مشخصات مرورگر"
531
 
532
  #: F:\Program
533
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:910
 
534
  msgid "Yesterday Visit"
535
  msgstr "بازدید دیروز"
536
 
537
  #: F:\Program
538
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1064
539
  msgid "Name"
540
  msgstr "نام"
541
 
542
  #: F:\Program
543
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1068
544
  msgid "Items"
545
  msgstr "آیتم‌ها"
546
 
547
  #: F:\Program
548
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1095
549
  msgid "Select type of search engine"
550
  msgstr "انتخاب نوع موتورجستجو"
551
 
552
  #: F:\Program
553
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1097
554
  msgid "Google"
555
  msgstr "گوگل"
556
 
557
  #: F:\Program
558
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1100
559
  msgid "Yahoo!"
560
  msgstr "یاهو!"
561
 
562
  #: F:\Program
563
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1103
564
  msgid "Bing"
565
  msgstr "بینگ"
566
 
567
  #: F:\Program
568
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1106
569
  msgid "All"
570
  msgstr "همه"
571
 
572
  #: F:\Program
573
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1137
574
  msgid "Type date for last update"
575
  msgstr "نوع تقویم برای آخرین به‌روزرسانی"
576
 
577
  #: F:\Program
578
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1139
579
  msgid "English"
580
  msgstr "میلادی"
581
 
582
  #: F:\Program
583
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1142
584
  msgid "Persian"
585
  msgstr "شمسی (فارسی)"
586
 
587
  #: F:\Program
588
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1172
589
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1174
590
  msgid "WP-Statistics"
591
  msgstr "آمارگیر"
592
 
593
  #: F:\Program
594
+ #: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1173
595
  msgid "Show site stats in sidebar"
596
  msgstr "نمایش آمار سایت در ابزارک"
597
 
598
+ #~ msgid "Thanks"
599
+ #~ msgstr "تشکر از"
600
+
601
  #~ msgid "User Online Live"
602
  #~ msgstr "کاربران آنلاین زنده"
603
+
604
  #~ msgid "Total Visit Live"
605
  #~ msgstr "کل بازدیدها زنده"
606
+
607
  #~ msgid "(Disable)"
608
  #~ msgstr "(غیرفعال)"
609
+
610
  #~ msgid "useronline"
611
  #~ msgstr "کاربران حاضر"
612
+
613
  #~ msgid "Deactive plugin"
614
  #~ msgstr "غیرفعال‌سازی افزونه"
615
+
616
  #~ msgid "Plugin URI"
617
  #~ msgstr "آدرس افزونه"
618
+
619
  #~ msgid "Stats blog"
620
  #~ msgstr "آمار وبلاگ"
621
+
622
  #~ msgid "Stats"
623
  #~ msgstr "آمار"
624
+
625
  #~ msgid "mm"
626
  #~ msgstr "آمار بازدید"
627
+
628
  #~ msgid "and"
629
  #~ msgstr "و"
630
+
631
  #~ msgid "Added"
632
  #~ msgstr "مقدار"
633
+
634
  #~ msgid "value"
635
  #~ msgstr "افزوده شد"
636
+
637
  #~ msgid "Was"
638
  #~ msgstr "مقدار"
639
+
640
  #~ msgid "low value"
641
  #~ msgstr "کم شد"
642
+
643
  #~ msgid "d"
644
  #~ msgstr "ططظط"
645
+
646
  #~ msgid ""
647
  #~ "This plugin created by <a href=\"http://profile.wordpress.org/mostafa."
648
  #~ "s1990\">Mostafa Soufi</a> from <a href=\"http://wpbazar.com\">WPBazar</a> "
649
  #~ "and <a href=\"http://wp-persian.com\">WP-Persian</a> group.\n"
650
  #~ "\t\t\tfor translate language files. please send files for mst404@gmail.com"
651
  #~ msgstr "یبیبیب"
652
+
653
  #~ msgid "Your Report"
654
  #~ msgstr "گزارش شما"
655
+
656
  #~ msgid "About Author"
657
  #~ msgstr "درباره‌ی نویسنده"
658
+
659
  #~ msgid "Hide Functions"
660
  #~ msgstr "مخفی‌کردن تابع‌ها"
661
+
662
  #~ msgid "Title Widget"
663
  #~ msgstr "عنوان ابزارک"
664
+
665
  #~ msgid "Show items"
666
  #~ msgstr "نمایش عناوین"
667
+
668
  #~ msgid "Total Blog Hits: "
669
  #~ msgstr "Total Blog Hits: "
670
+
671
  #~ msgid "Summary statistics of blog"
672
  #~ msgstr "Summary statistics of blog"
673
+
674
  #~ msgid "Be set up on time"
675
  #~ msgstr "برروی زمان بالا محاسبه شود"
676
+
677
  #~ msgid "Updates to"
678
  #~ msgstr "دقیقه"
679
+
680
  #~ msgid "Live Statistics"
681
  #~ msgstr "بازدید لحظه‌ای"
682
+
683
  #~ msgid "Visitor"
684
  #~ msgstr "بازدیدکننده"
685
+
686
  #~ msgid "Ban IP"
687
  #~ msgstr "محروم کردن آی‌پی"
688
+
689
  #~ msgid "Add"
690
  #~ msgstr "افزودن"
691
+
692
  #~ msgid "Enable"
693
  #~ msgstr "آمارگیر فعال شود"
694
+
695
  #~ msgid "Latest posts in wpdelicious"
696
  #~ msgstr "آخرین ارسالی های وردپرس"
697
+
698
  #~ msgid "Latest Delicious"
699
  #~ msgstr "آخرین ارسالی ها"
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://iran98.org/
4
  Tags: statistics, stats, blog, today, yesterday, week, month, yearl, total, post, page, sidebar, summary, feedburner, hits, pagerank, google, alexa, live visit
5
  Requires at least: 3.0
6
  Tested up to: 3.3
7
- Stable tag: 2.2.1
8
 
9
  Summary statistics of blog.
10
 
@@ -47,6 +47,7 @@ Language Support:
47
  * Romanian [Thanks Luke Tyler](http://www.nobelcom.com/)
48
  * French Thanks Anice Gnampa
49
  * Russian [Thanks Igor Dubilej](http://www.iflexion.com/)
 
50
 
51
  Send email for Translation files: mst404[a]gmail[dot].com
52
  for translate, please open langs/default.po by Poedit and translate strings.
@@ -115,6 +116,11 @@ a plugin for displaying Summary statistics of blog.
115
  1. Screen shot (screenshot-2.png) in WP-Statistics Widget Page
116
 
117
  == Upgrade Notice ==
 
 
 
 
 
118
  = 2.2.1 =
119
  * Solving drap uploader problem in media-new.php.
120
 
@@ -174,6 +180,11 @@ a plugin for displaying Summary statistics of blog.
174
  * Start plugin
175
 
176
  == Changelog ==
 
 
 
 
 
177
  = 2.2.1 =
178
  * Solving drap uploader problem in media-new.php.
179
 
4
  Tags: statistics, stats, blog, today, yesterday, week, month, yearl, total, post, page, sidebar, summary, feedburner, hits, pagerank, google, alexa, live visit
5
  Requires at least: 3.0
6
  Tested up to: 3.3
7
+ Stable tag: 2.2.2
8
 
9
  Summary statistics of blog.
10
 
47
  * Romanian [Thanks Luke Tyler](http://www.nobelcom.com/)
48
  * French Thanks Anice Gnampa
49
  * Russian [Thanks Igor Dubilej](http://www.iflexion.com/)
50
+ * Spanish [Thanks Jose]
51
 
52
  Send email for Translation files: mst404[a]gmail[dot].com
53
  for translate, please open langs/default.po by Poedit and translate strings.
116
  1. Screen shot (screenshot-2.png) in WP-Statistics Widget Page
117
 
118
  == Upgrade Notice ==
119
+ = 2.2.2 =
120
+ * Solving show functions in setting page.
121
+ * Solving month visit in widget.
122
+ * Added Spanish language.
123
+
124
  = 2.2.1 =
125
  * Solving drap uploader problem in media-new.php.
126
 
180
  * Start plugin
181
 
182
  == Changelog ==
183
+ = 2.2.2 =
184
+ * Solving show functions in setting page.
185
+ * Solving month visit in widget.
186
+ * Added Spanish language.
187
+
188
  = 2.2.1 =
189
  * Solving drap uploader problem in media-new.php.
190
 
report_problem.php CHANGED
@@ -1,5 +1,5 @@
1
  <?php
2
- require('../../../wp-blog-header.php');
3
  global $user_email;
4
  if($_REQUEST['y_name'] && $_REQUEST['d_report']) {
5
  $name = $_REQUEST['y_name'];
1
  <?php
2
+ require('../../../wp-load.php');
3
  global $user_email;
4
  if($_REQUEST['y_name'] && $_REQUEST['d_report']) {
5
  $name = $_REQUEST['y_name'];
uninstall.php CHANGED
@@ -1,5 +1,5 @@
1
  <?php
2
- require('../../../wp-blog-header.php');
3
  global $wpdb, $table_prefix;
4
 
5
  // Database
1
  <?php
2
+ require('../../../wp-load.php');
3
  global $wpdb, $table_prefix;
4
 
5
  // Database
wp-statistics.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: WP-Statistics
4
  Plugin URI: http://iran98.org/category/wordpress/wp-statistics/
5
  Description: Summary statistics of blog.
6
- Version: 2.2.1
7
  Author: Mostafa Soufi
8
  Author URI: http://iran98.org/
9
  License: GPL2
@@ -425,7 +425,7 @@ License: GPL2
425
  register_setting('wp_statistics_options', 'pagerank_alexa_url');
426
  }} ?>
427
 
428
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js" type="text/javascript"></script>
429
  <script type="text/javascript">
430
  $(document).ready(function(){
431
  $("span#increase_total_visit").click(function(){
@@ -453,23 +453,23 @@ License: GPL2
453
  });
454
 
455
  $("span#show_function").click(function(){
456
- $("div#report_problem").hide(1000);
457
- $("ul#show_function").show(1000, function(){
458
- $("code").delay(1000).fadeIn(1000);
459
  });
460
  });
461
 
462
  $("span#hide_function").click(function(){
463
- $("ul#show_function").hide(1000);
464
  });
465
 
466
  $("span#hide_report").click(function(){
467
- $("div#report_problem").hide(1000);
468
  });
469
 
470
  $("span#report_problem").click(function(){
471
- $("ul#show_function").hide(1000);
472
- $("div#report_problem").show(1000);
473
  });
474
 
475
  $("span#send_report").click(function(){
@@ -610,17 +610,31 @@ License: GPL2
610
  </tr>
611
 
612
  <tr>
613
- <th>
614
  <h3><?php _e('About plugin', 'wp_statistics'); ?></h4>
615
  <?php _e('Plugin Version', 'wp_statistics'); ?>: <?php _e('Free!', 'wp_statistics'); ?>
616
- <a href="http://www.wpbazar.com/products/wp-statistics-premium"><span style="font-size:10px; color:#009900;"><?php _e('Get Premium version', 'wp_statistics'); ?></span></a>
 
 
617
  </th>
618
  </tr>
619
 
620
  <tr>
621
  <th colspan="3">
622
  <?php _e('This plugin created by', 'wp_statistics'); ?> <a href="http://profile.wordpress.org/mostafa.s1990">Mostafa Soufi</a> <?php _e('from', 'wp_statistics'); ?> <a href="http://wpbazar.com">WPBazar</a> <?php _e('group', 'wp_statistics'); ?>.
 
 
 
 
 
 
 
 
 
 
 
623
  <?php _e('for translate language files. please send files for', 'wp_statistics'); ?> <code>mst404@gmail.com</code>
 
624
  <p style="padding-top: 5px;">
625
  <span class="button" id="show_function"><?php _e('Show Functions', 'wp_statistics'); ?></span>
626
  <span class="button" id="report_problem"><?php _e('Report Problem', 'wp_statistics'); ?></span>
@@ -628,12 +642,12 @@ License: GPL2
628
 
629
  <style>
630
  a{text-decoration: none}
631
- ul#show_function code{border-radius:5px; padding:5px; display:none; width:400px; text-align:left; float:left; direction:ltr;}
632
- ul#show_function{list-style-type: decimal; margin: 20px; display:none;}
633
- ul#show_function li{line-height: 25px; width: 200px;}
634
  div#report_problem{display: none;}
635
  </style>
636
- <ul id="show_function">
637
  <table>
638
  <tr>
639
  <td><?php _e('User Online', 'wp_statistics'); ?></td>
@@ -719,7 +733,7 @@ License: GPL2
719
  <td><?php _e('Alexa Pagerank', 'wp_statistics'); ?></td>
720
  <td><code><?php highlight_string('<?php echo wp_statistics_alexaRank(); ?>'); ?></code></td>
721
  </tr>
722
- </table>
723
  <br /><span class="button" id="hide_function"><?php _e('Hide', 'wp_statistics'); ?></span>
724
  </ul>
725
 
@@ -908,7 +922,7 @@ function wp_statistics_show_widget() {
908
 
909
  if(get_option('mvisit_widget')){
910
  echo "<li>";
911
- echo __('Yesterday Visit', 'wp_statistics'). ": ";
912
  echo wp_statistics_month();
913
  echo "</li>";
914
  }
3
  Plugin Name: WP-Statistics
4
  Plugin URI: http://iran98.org/category/wordpress/wp-statistics/
5
  Description: Summary statistics of blog.
6
+ Version: 2.2.2
7
  Author: Mostafa Soufi
8
  Author URI: http://iran98.org/
9
  License: GPL2
425
  register_setting('wp_statistics_options', 'pagerank_alexa_url');
426
  }} ?>
427
 
428
+ <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js" type="text/javascript"></script>
429
  <script type="text/javascript">
430
  $(document).ready(function(){
431
  $("span#increase_total_visit").click(function(){
453
  });
454
 
455
  $("span#show_function").click(function(){
456
+ $("div#report_problem").slideUp(1000);
457
+ $("ul#functions_list").slideDown(1000, function(){
458
+ $("ul#functions_list code").fadeIn(1000);
459
  });
460
  });
461
 
462
  $("span#hide_function").click(function(){
463
+ $("ul#functions_list").slideUp(1000);
464
  });
465
 
466
  $("span#hide_report").click(function(){
467
+ $("div#report_problem").slideUp(1000);
468
  });
469
 
470
  $("span#report_problem").click(function(){
471
+ $("ul#functions_list").slideUp(1000);
472
+ $("div#report_problem").slideDown(1000);
473
  });
474
 
475
  $("span#send_report").click(function(){
610
  </tr>
611
 
612
  <tr>
613
+ <th colspan="2">
614
  <h3><?php _e('About plugin', 'wp_statistics'); ?></h4>
615
  <?php _e('Plugin Version', 'wp_statistics'); ?>: <?php _e('Free!', 'wp_statistics'); ?>
616
+ <a href="http://www.wpbazar.com/products/wp-statistics-premium">
617
+ <span style="font-size:10px; color:#009900;"><?php _e('Get Premium version', 'wp_statistics'); ?></span>
618
+ </a>
619
  </th>
620
  </tr>
621
 
622
  <tr>
623
  <th colspan="3">
624
  <?php _e('This plugin created by', 'wp_statistics'); ?> <a href="http://profile.wordpress.org/mostafa.s1990">Mostafa Soufi</a> <?php _e('from', 'wp_statistics'); ?> <a href="http://wpbazar.com">WPBazar</a> <?php _e('group', 'wp_statistics'); ?>.
625
+
626
+ <h3><?php _e('Plugin translators', 'wp_statistics'); ?></h3>
627
+ <ul>
628
+
629
+ <ul>
630
+ <li><?php _e('Language', 'wp_statistics'); ?> Portuguese <?php _e('by', 'wp_statistics'); ?><a a href="http://www.musicalmente.info/"> musicalmente</a></li>
631
+ <li><?php _e('Language', 'wp_statistics'); ?> Romanian <?php _e('by', 'wp_statistics'); ?> <a href="http://www.nobelcom.com/">Luke Tyler</a></li>
632
+ <li><?php _e('Language', 'wp_statistics'); ?> French <?php _e('by', 'wp_statistics'); ?> <a href="mailto:gnanice@gmail.com">Anice Gnampa</a></li>
633
+ <li><?php _e('Language', 'wp_statistics'); ?> Russian <?php _e('by', 'wp_statistics'); ?> <a href="http://www.iflexion.com/">Igor Dubilej</a></li>
634
+ <li><?php _e('Language', 'wp_statistics'); ?> Spanish <?php _e('by', 'wp_statistics'); ?> <a href="mailto:joanfusan@gmail.com">jose</a></li>
635
+ </ul>
636
  <?php _e('for translate language files. please send files for', 'wp_statistics'); ?> <code>mst404@gmail.com</code>
637
+
638
  <p style="padding-top: 5px;">
639
  <span class="button" id="show_function"><?php _e('Show Functions', 'wp_statistics'); ?></span>
640
  <span class="button" id="report_problem"><?php _e('Report Problem', 'wp_statistics'); ?></span>
642
 
643
  <style>
644
  a{text-decoration: none}
645
+ ul#functions_list code{border-radius:5px; padding:5px; display:none; width:400px; text-align:left; float:left; direction:ltr;}
646
+ ul#functions_list{list-style-type: decimal; margin: 20px; display:none;}
647
+ ul#functions_list li{line-height: 25px; width: 200px;}
648
  div#report_problem{display: none;}
649
  </style>
650
+ <ul id="functions_list">
651
  <table>
652
  <tr>
653
  <td><?php _e('User Online', 'wp_statistics'); ?></td>
733
  <td><?php _e('Alexa Pagerank', 'wp_statistics'); ?></td>
734
  <td><code><?php highlight_string('<?php echo wp_statistics_alexaRank(); ?>'); ?></code></td>
735
  </tr>
736
+ </table>
737
  <br /><span class="button" id="hide_function"><?php _e('Hide', 'wp_statistics'); ?></span>
738
  </ul>
739
 
922
 
923
  if(get_option('mvisit_widget')){
924
  echo "<li>";
925
+ echo __('Month Visit', 'wp_statistics'). ": ";
926
  echo wp_statistics_month();
927
  echo "</li>";
928
  }