Version Description
- Optimized Counting.
- Added Arabic language.
- Draging problem was solved in Widgets
- css problem was solved in sidebar
Download this release
Release Info
Developer | mostafa.s1990 |
Plugin | WP Statistics |
Version | 2.2.3 |
Comparing to | |
See all releases |
Code changes from version 2.2.2 to 2.2.3
- actions.php +2 -1
- langs/default.mo +0 -0
- langs/default.po +123 -119
- langs/wp_statistics-ar_AR.po +477 -0
- langs/wp_statistics-fa_IR.mo +0 -0
- langs/wp_statistics-fa_IR.po +179 -171
- readme.txt +15 -2
- report_problem.php +2 -1
- screenshot-1.png +0 -0
- wp-statistics.php +185 -117
actions.php
CHANGED
@@ -3,7 +3,8 @@
|
|
3 |
$increase_value = $_REQUEST['increase_value'];
|
4 |
$reduction_value = $_REQUEST['reduction_value'];
|
5 |
|
6 |
-
if($increase_value)
|
|
|
7 |
echo __('Sorry! this feature is for Premium version', 'wp_statistics');
|
8 |
} else if($reduction_value) {
|
9 |
echo __('Sorry! this feature is for Premium version', 'wp_statistics');
|
3 |
$increase_value = $_REQUEST['increase_value'];
|
4 |
$reduction_value = $_REQUEST['reduction_value'];
|
5 |
|
6 |
+
if($increase_value)
|
7 |
+
{
|
8 |
echo __('Sorry! this feature is for Premium version', 'wp_statistics');
|
9 |
} else if($reduction_value) {
|
10 |
echo __('Sorry! this feature is for Premium version', 'wp_statistics');
|
langs/default.mo
CHANGED
Binary file
|
langs/default.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: wp-statistics\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2012-
|
6 |
-
"PO-Revision-Date: 2012-
|
7 |
"Last-Translator: Mostafa Soufi <mst404@gmail.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -15,463 +15,467 @@ msgstr ""
|
|
15 |
"X-Poedit-SearchPath-0: .\n"
|
16 |
|
17 |
#: F:\Program
|
18 |
-
#: Files\
|
19 |
msgid "Please Enter value!"
|
20 |
msgstr ""
|
21 |
|
22 |
#: F:\Program
|
23 |
-
#: Files\
|
24 |
msgid "Error! Please Enter all field"
|
25 |
msgstr ""
|
26 |
|
27 |
#: F:\Program
|
28 |
-
#: Files\
|
29 |
msgid "Are you sure?"
|
30 |
msgstr ""
|
31 |
|
32 |
#: F:\Program
|
33 |
-
#: Files\
|
34 |
msgid "Configuration"
|
35 |
msgstr ""
|
36 |
|
37 |
#: F:\Program
|
38 |
-
#: Files\
|
39 |
msgid "Enable Statistics"
|
40 |
msgstr ""
|
41 |
|
42 |
#: F:\Program
|
43 |
-
#: Files\
|
44 |
-
#: Files\
|
45 |
-
#: Files\
|
46 |
msgid "Yes"
|
47 |
msgstr ""
|
48 |
|
49 |
#: F:\Program
|
50 |
-
#: Files\
|
51 |
msgid "Statistics are enabled."
|
52 |
msgstr ""
|
53 |
|
54 |
#: F:\Program
|
55 |
-
#: Files\
|
56 |
msgid "Statistics are disabled!"
|
57 |
msgstr ""
|
58 |
|
59 |
#: F:\Program
|
60 |
-
#: Files\
|
61 |
msgid "General configuration"
|
62 |
msgstr ""
|
63 |
|
64 |
#: F:\Program
|
65 |
-
#: Files\
|
66 |
msgid "Show decimals number"
|
67 |
msgstr ""
|
68 |
|
69 |
#: F:\Program
|
70 |
-
#: Files\
|
71 |
msgid "Show number stats with decimal. For examle: 3,500"
|
72 |
msgstr ""
|
73 |
|
74 |
#: F:\Program
|
75 |
-
#: Files\
|
76 |
msgid "Show stats in menu bar"
|
77 |
msgstr ""
|
78 |
|
79 |
#: F:\Program
|
80 |
-
#: Files\
|
81 |
msgid "Show stats in admin menu bar"
|
82 |
msgstr ""
|
83 |
|
84 |
#: F:\Program
|
85 |
-
#: Files\
|
86 |
msgid "Online user check time"
|
87 |
msgstr ""
|
88 |
|
89 |
#: F:\Program
|
90 |
-
#: Files\
|
91 |
-
#: Files\
|
92 |
msgid "Each"
|
93 |
msgstr ""
|
94 |
|
95 |
#: F:\Program
|
96 |
-
#: Files\
|
97 |
msgid "Compute min"
|
98 |
msgstr ""
|
99 |
|
100 |
#: F:\Program
|
101 |
-
#: Files\
|
102 |
msgid "Time for the check accurate online user in the site. Default: 5 Minutes"
|
103 |
msgstr ""
|
104 |
|
105 |
#: F:\Program
|
106 |
-
#: Files\
|
107 |
msgid "Increase value of the total hits"
|
108 |
msgstr ""
|
109 |
|
110 |
#: F:\Program
|
111 |
-
#: Files\
|
112 |
-
#: Files\
|
113 |
msgid "Done"
|
114 |
msgstr ""
|
115 |
|
116 |
#: F:\Program
|
117 |
-
#: Files\
|
118 |
msgid "Your total visit sum with this value"
|
119 |
msgstr ""
|
120 |
|
121 |
#: F:\Program
|
122 |
-
#: Files\
|
123 |
msgid "Reduction value of the total hits"
|
124 |
msgstr ""
|
125 |
|
126 |
#: F:\Program
|
127 |
-
#: Files\
|
128 |
msgid "Your total visit minus with this value"
|
129 |
msgstr ""
|
130 |
|
131 |
#: F:\Program
|
132 |
-
#: Files\
|
133 |
msgid "Number item for show Statistics"
|
134 |
msgstr ""
|
135 |
|
136 |
#: F:\Program
|
137 |
-
#: Files\
|
138 |
msgid "Default 5"
|
139 |
msgstr ""
|
140 |
|
141 |
#: F:\Program
|
142 |
-
#: Files\
|
143 |
msgid "Number for submit item in Database and show that"
|
144 |
msgstr ""
|
145 |
|
146 |
#: F:\Program
|
147 |
-
#: Files\
|
148 |
msgid "Live Statistics configuration"
|
149 |
msgstr ""
|
150 |
|
151 |
#: F:\Program
|
152 |
-
#: Files\
|
153 |
msgid "Database check time"
|
154 |
msgstr ""
|
155 |
|
156 |
#: F:\Program
|
157 |
-
#: Files\
|
158 |
msgid "Minute updates"
|
159 |
msgstr ""
|
160 |
|
161 |
#: F:\Program
|
162 |
-
#: Files\
|
163 |
msgid "Recommended"
|
164 |
msgstr ""
|
165 |
|
166 |
#: F:\Program
|
167 |
-
#: Files\
|
168 |
msgid "Due to pressure on the server, Be set up on time. Default 1 min."
|
169 |
msgstr ""
|
170 |
|
171 |
#: F:\Program
|
172 |
-
#: Files\
|
173 |
msgid "Pagerank configuration"
|
174 |
msgstr ""
|
175 |
|
176 |
#: F:\Program
|
177 |
-
#: Files\
|
178 |
msgid "Your url for Google pagerank check"
|
179 |
msgstr ""
|
180 |
|
181 |
#: F:\Program
|
182 |
-
#: Files\
|
183 |
-
#: Files\
|
184 |
msgid "If this input is empty, The website url uses"
|
185 |
msgstr ""
|
186 |
|
187 |
#: F:\Program
|
188 |
-
#: Files\
|
189 |
msgid "Your url for Alexa pagerank check"
|
190 |
msgstr ""
|
191 |
|
192 |
#: F:\Program
|
193 |
-
#: Files\
|
194 |
msgid "About plugin"
|
195 |
msgstr ""
|
196 |
|
197 |
#: F:\Program
|
198 |
-
#: Files\
|
199 |
msgid "Plugin Version"
|
200 |
msgstr ""
|
201 |
|
202 |
#: F:\Program
|
203 |
-
#: Files\
|
204 |
msgid "Free!"
|
205 |
msgstr ""
|
206 |
|
207 |
#: F:\Program
|
208 |
-
#: Files\
|
209 |
msgid "Get Premium version"
|
210 |
msgstr ""
|
211 |
|
212 |
#: F:\Program
|
213 |
-
#: Files\
|
214 |
msgid "This plugin created by"
|
215 |
msgstr ""
|
216 |
|
217 |
#: F:\Program
|
218 |
-
#: Files\
|
219 |
msgid "from"
|
220 |
msgstr ""
|
221 |
|
222 |
#: F:\Program
|
223 |
-
#: Files\
|
224 |
msgid "group"
|
225 |
msgstr ""
|
226 |
|
227 |
#: F:\Program
|
228 |
-
#: Files\
|
229 |
msgid "Plugin translators"
|
230 |
msgstr ""
|
231 |
|
232 |
#: F:\Program
|
233 |
-
#: Files\
|
234 |
-
#: Files\
|
235 |
-
#: Files\
|
236 |
-
#: Files\
|
|
|
|
|
237 |
msgid "Language"
|
238 |
msgstr ""
|
239 |
|
240 |
#: F:\Program
|
241 |
-
#: Files\
|
242 |
-
#: Files\
|
243 |
-
#: Files\
|
244 |
-
#: Files\
|
|
|
|
|
245 |
msgid "by"
|
246 |
msgstr ""
|
247 |
|
248 |
#: F:\Program
|
249 |
-
#: Files\
|
250 |
msgid "for translate language files. please send files for"
|
251 |
msgstr ""
|
252 |
|
253 |
#: F:\Program
|
254 |
-
#: Files\
|
255 |
msgid "Show Functions"
|
256 |
msgstr ""
|
257 |
|
258 |
#: F:\Program
|
259 |
-
#: Files\
|
260 |
msgid "Report Problem"
|
261 |
msgstr ""
|
262 |
|
263 |
#: F:\Program
|
264 |
-
#: Files\
|
265 |
-
#: Files\
|
266 |
-
#: Files\
|
267 |
-
#: Files\
|
268 |
msgid "User Online"
|
269 |
msgstr ""
|
270 |
|
271 |
#: F:\Program
|
272 |
-
#: Files\
|
273 |
-
#: Files\
|
274 |
msgid "Today Visit"
|
275 |
msgstr ""
|
276 |
|
277 |
#: F:\Program
|
278 |
-
#: Files\
|
279 |
-
#: Files\
|
280 |
msgid "Yesterday visit"
|
281 |
msgstr ""
|
282 |
|
283 |
#: F:\Program
|
284 |
-
#: Files\
|
285 |
-
#: Files\
|
286 |
msgid "Week Visit"
|
287 |
msgstr ""
|
288 |
|
289 |
#: F:\Program
|
290 |
-
#: Files\
|
291 |
-
#: Files\
|
292 |
msgid "Month Visit"
|
293 |
msgstr ""
|
294 |
|
295 |
#: F:\Program
|
296 |
-
#: Files\
|
297 |
-
#: Files\
|
298 |
msgid "Years Visit"
|
299 |
msgstr ""
|
300 |
|
301 |
#: F:\Program
|
302 |
-
#: Files\
|
303 |
-
#: Files\
|
304 |
msgid "Total Visit"
|
305 |
msgstr ""
|
306 |
|
307 |
#: F:\Program
|
308 |
-
#: Files\
|
309 |
-
#: Files\
|
310 |
msgid "Search Engine reffered"
|
311 |
msgstr ""
|
312 |
|
313 |
#: F:\Program
|
314 |
-
#: Files\
|
315 |
-
#: Files\
|
316 |
msgid "Total Posts"
|
317 |
msgstr ""
|
318 |
|
319 |
#: F:\Program
|
320 |
-
#: Files\
|
321 |
-
#: Files\
|
322 |
msgid "Total Pages"
|
323 |
msgstr ""
|
324 |
|
325 |
#: F:\Program
|
326 |
-
#: Files\
|
327 |
-
#: Files\
|
328 |
msgid "Total Comments"
|
329 |
msgstr ""
|
330 |
|
331 |
#: F:\Program
|
332 |
-
#: Files\
|
333 |
-
#: Files\
|
334 |
msgid "Total Spams"
|
335 |
msgstr ""
|
336 |
|
337 |
#: F:\Program
|
338 |
-
#: Files\
|
339 |
-
#: Files\
|
340 |
msgid "Total Users"
|
341 |
msgstr ""
|
342 |
|
343 |
#: F:\Program
|
344 |
-
#: Files\
|
345 |
-
#: Files\
|
346 |
msgid "Last Post Date"
|
347 |
msgstr ""
|
348 |
|
349 |
#: F:\Program
|
350 |
-
#: Files\
|
351 |
-
#: Files\
|
352 |
msgid "Average Posts"
|
353 |
msgstr ""
|
354 |
|
355 |
#: F:\Program
|
356 |
-
#: Files\
|
357 |
-
#: Files\
|
358 |
msgid "Average Comments"
|
359 |
msgstr ""
|
360 |
|
361 |
#: F:\Program
|
362 |
-
#: Files\
|
363 |
-
#: Files\
|
364 |
msgid "Average Users"
|
365 |
msgstr ""
|
366 |
|
367 |
#: F:\Program
|
368 |
-
#: Files\
|
369 |
msgid "Total Feedburner Subscribe"
|
370 |
msgstr ""
|
371 |
|
372 |
#: F:\Program
|
373 |
-
#: Files\
|
374 |
msgid "Google Pagerank"
|
375 |
msgstr ""
|
376 |
|
377 |
#: F:\Program
|
378 |
-
#: Files\
|
379 |
msgid "Alexa Pagerank"
|
380 |
msgstr ""
|
381 |
|
382 |
#: F:\Program
|
383 |
-
#: Files\
|
384 |
-
#: Files\
|
385 |
msgid "Hide"
|
386 |
msgstr ""
|
387 |
|
388 |
#: F:\Program
|
389 |
-
#: Files\
|
390 |
msgid "Your Name"
|
391 |
msgstr ""
|
392 |
|
393 |
#: F:\Program
|
394 |
-
#: Files\
|
395 |
msgid "Description Problem"
|
396 |
msgstr ""
|
397 |
|
398 |
#: F:\Program
|
399 |
-
#: Files\
|
400 |
msgid "Send Problem"
|
401 |
msgstr ""
|
402 |
|
403 |
#: F:\Program
|
404 |
-
#: Files\
|
405 |
msgid "Unistall plugin"
|
406 |
msgstr ""
|
407 |
|
408 |
#: F:\Program
|
409 |
-
#: Files\
|
410 |
msgid "Delete all data, including tables and plugin options"
|
411 |
msgstr ""
|
412 |
|
413 |
#: F:\Program
|
414 |
-
#: Files\
|
415 |
msgid "Uninstall"
|
416 |
msgstr ""
|
417 |
|
418 |
#: F:\Program
|
419 |
-
#: Files\
|
420 |
msgid "Update"
|
421 |
msgstr ""
|
422 |
|
423 |
#: F:\Program
|
424 |
-
#: Files\
|
425 |
msgid "Stats weblog"
|
426 |
msgstr ""
|
427 |
|
428 |
#: F:\Program
|
429 |
-
#: Files\
|
430 |
msgid "Name"
|
431 |
msgstr ""
|
432 |
|
433 |
#: F:\Program
|
434 |
-
#: Files\
|
435 |
msgid "Items"
|
436 |
msgstr ""
|
437 |
|
438 |
#: F:\Program
|
439 |
-
#: Files\
|
440 |
msgid "Select type of search engine"
|
441 |
msgstr ""
|
442 |
|
443 |
#: F:\Program
|
444 |
-
#: Files\
|
445 |
msgid "Google"
|
446 |
msgstr ""
|
447 |
|
448 |
#: F:\Program
|
449 |
-
#: Files\
|
450 |
msgid "Yahoo!"
|
451 |
msgstr ""
|
452 |
|
453 |
#: F:\Program
|
454 |
-
#: Files\
|
455 |
msgid "Bing"
|
456 |
msgstr ""
|
457 |
|
458 |
#: F:\Program
|
459 |
-
#: Files\
|
460 |
msgid "All"
|
461 |
msgstr ""
|
462 |
|
463 |
#: F:\Program
|
464 |
-
#: Files\
|
465 |
msgid "Type date for last update"
|
466 |
msgstr ""
|
467 |
|
468 |
#: F:\Program
|
469 |
-
#: Files\
|
470 |
msgid "English"
|
471 |
msgstr ""
|
472 |
|
473 |
#: F:\Program
|
474 |
-
#: Files\
|
475 |
msgid "Persian"
|
476 |
msgstr ""
|
477 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: wp-statistics\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-02-03 19:10+0330\n"
|
6 |
+
"PO-Revision-Date: 2012-02-03 19:10+0330\n"
|
7 |
"Last-Translator: Mostafa Soufi <mst404@gmail.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
15 |
"X-Poedit-SearchPath-0: .\n"
|
16 |
|
17 |
#: F:\Program
|
18 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/actions.php:12
|
19 |
msgid "Please Enter value!"
|
20 |
msgstr ""
|
21 |
|
22 |
#: F:\Program
|
23 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/report_problem.php:20
|
24 |
msgid "Error! Please Enter all field"
|
25 |
msgstr ""
|
26 |
|
27 |
#: F:\Program
|
28 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:535
|
29 |
msgid "Are you sure?"
|
30 |
msgstr ""
|
31 |
|
32 |
#: F:\Program
|
33 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:546
|
34 |
msgid "Configuration"
|
35 |
msgstr ""
|
36 |
|
37 |
#: F:\Program
|
38 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:551
|
39 |
msgid "Enable Statistics"
|
40 |
msgstr ""
|
41 |
|
42 |
#: F:\Program
|
43 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:555
|
44 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:573
|
45 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:583
|
46 |
msgid "Yes"
|
47 |
msgstr ""
|
48 |
|
49 |
#: F:\Program
|
50 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:559
|
51 |
msgid "Statistics are enabled."
|
52 |
msgstr ""
|
53 |
|
54 |
#: F:\Program
|
55 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:561
|
56 |
msgid "Statistics are disabled!"
|
57 |
msgstr ""
|
58 |
|
59 |
#: F:\Program
|
60 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:566
|
61 |
msgid "General configuration"
|
62 |
msgstr ""
|
63 |
|
64 |
#: F:\Program
|
65 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:569
|
66 |
msgid "Show decimals number"
|
67 |
msgstr ""
|
68 |
|
69 |
#: F:\Program
|
70 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:575
|
71 |
msgid "Show number stats with decimal. For examle: 3,500"
|
72 |
msgstr ""
|
73 |
|
74 |
#: F:\Program
|
75 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:579
|
76 |
msgid "Show stats in menu bar"
|
77 |
msgstr ""
|
78 |
|
79 |
#: F:\Program
|
80 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:585
|
81 |
msgid "Show stats in admin menu bar"
|
82 |
msgstr ""
|
83 |
|
84 |
#: F:\Program
|
85 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:589
|
86 |
msgid "Online user check time"
|
87 |
msgstr ""
|
88 |
|
89 |
#: F:\Program
|
90 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:591
|
91 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:632
|
92 |
msgid "Each"
|
93 |
msgstr ""
|
94 |
|
95 |
#: F:\Program
|
96 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:593
|
97 |
msgid "Compute min"
|
98 |
msgstr ""
|
99 |
|
100 |
#: F:\Program
|
101 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:595
|
102 |
msgid "Time for the check accurate online user in the site. Default: 5 Minutes"
|
103 |
msgstr ""
|
104 |
|
105 |
#: F:\Program
|
106 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:599
|
107 |
msgid "Increase value of the total hits"
|
108 |
msgstr ""
|
109 |
|
110 |
#: F:\Program
|
111 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:602
|
112 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:612
|
113 |
msgid "Done"
|
114 |
msgstr ""
|
115 |
|
116 |
#: F:\Program
|
117 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:605
|
118 |
msgid "Your total visit sum with this value"
|
119 |
msgstr ""
|
120 |
|
121 |
#: F:\Program
|
122 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:609
|
123 |
msgid "Reduction value of the total hits"
|
124 |
msgstr ""
|
125 |
|
126 |
#: F:\Program
|
127 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:615
|
128 |
msgid "Your total visit minus with this value"
|
129 |
msgstr ""
|
130 |
|
131 |
#: F:\Program
|
132 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:619
|
133 |
msgid "Number item for show Statistics"
|
134 |
msgstr ""
|
135 |
|
136 |
#: F:\Program
|
137 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:622
|
138 |
msgid "Default 5"
|
139 |
msgstr ""
|
140 |
|
141 |
#: F:\Program
|
142 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:624
|
143 |
msgid "Number for submit item in Database and show that"
|
144 |
msgstr ""
|
145 |
|
146 |
#: F:\Program
|
147 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:627
|
148 |
msgid "Live Statistics configuration"
|
149 |
msgstr ""
|
150 |
|
151 |
#: F:\Program
|
152 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:630
|
153 |
msgid "Database check time"
|
154 |
msgstr ""
|
155 |
|
156 |
#: F:\Program
|
157 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:634
|
158 |
msgid "Minute updates"
|
159 |
msgstr ""
|
160 |
|
161 |
#: F:\Program
|
162 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:637
|
163 |
msgid "Recommended"
|
164 |
msgstr ""
|
165 |
|
166 |
#: F:\Program
|
167 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:638
|
168 |
msgid "Due to pressure on the server, Be set up on time. Default 1 min."
|
169 |
msgstr ""
|
170 |
|
171 |
#: F:\Program
|
172 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:642
|
173 |
msgid "Pagerank configuration"
|
174 |
msgstr ""
|
175 |
|
176 |
#: F:\Program
|
177 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:645
|
178 |
msgid "Your url for Google pagerank check"
|
179 |
msgstr ""
|
180 |
|
181 |
#: F:\Program
|
182 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:650
|
183 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:660
|
184 |
msgid "If this input is empty, The website url uses"
|
185 |
msgstr ""
|
186 |
|
187 |
#: F:\Program
|
188 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:655
|
189 |
msgid "Your url for Alexa pagerank check"
|
190 |
msgstr ""
|
191 |
|
192 |
#: F:\Program
|
193 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:666
|
194 |
msgid "About plugin"
|
195 |
msgstr ""
|
196 |
|
197 |
#: F:\Program
|
198 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:667
|
199 |
msgid "Plugin Version"
|
200 |
msgstr ""
|
201 |
|
202 |
#: F:\Program
|
203 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:667
|
204 |
msgid "Free!"
|
205 |
msgstr ""
|
206 |
|
207 |
#: F:\Program
|
208 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:669
|
209 |
msgid "Get Premium version"
|
210 |
msgstr ""
|
211 |
|
212 |
#: F:\Program
|
213 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:676
|
214 |
msgid "This plugin created by"
|
215 |
msgstr ""
|
216 |
|
217 |
#: F:\Program
|
218 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:676
|
219 |
msgid "from"
|
220 |
msgstr ""
|
221 |
|
222 |
#: F:\Program
|
223 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:676
|
224 |
msgid "group"
|
225 |
msgstr ""
|
226 |
|
227 |
#: F:\Program
|
228 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:678
|
229 |
msgid "Plugin translators"
|
230 |
msgstr ""
|
231 |
|
232 |
#: F:\Program
|
233 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:682
|
234 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:683
|
235 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:684
|
236 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:685
|
237 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:686
|
238 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:687
|
239 |
msgid "Language"
|
240 |
msgstr ""
|
241 |
|
242 |
#: F:\Program
|
243 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:682
|
244 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:683
|
245 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:684
|
246 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:685
|
247 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:686
|
248 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:687
|
249 |
msgid "by"
|
250 |
msgstr ""
|
251 |
|
252 |
#: F:\Program
|
253 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:689
|
254 |
msgid "for translate language files. please send files for"
|
255 |
msgstr ""
|
256 |
|
257 |
#: F:\Program
|
258 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:692
|
259 |
msgid "Show Functions"
|
260 |
msgstr ""
|
261 |
|
262 |
#: F:\Program
|
263 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:693
|
264 |
msgid "Report Problem"
|
265 |
msgstr ""
|
266 |
|
267 |
#: F:\Program
|
268 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:706
|
269 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:722
|
270 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:914
|
271 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1139
|
272 |
msgid "User Online"
|
273 |
msgstr ""
|
274 |
|
275 |
#: F:\Program
|
276 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:710
|
277 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1142
|
278 |
msgid "Today Visit"
|
279 |
msgstr ""
|
280 |
|
281 |
#: F:\Program
|
282 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:714
|
283 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1145
|
284 |
msgid "Yesterday visit"
|
285 |
msgstr ""
|
286 |
|
287 |
#: F:\Program
|
288 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:718
|
289 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1148
|
290 |
msgid "Week Visit"
|
291 |
msgstr ""
|
292 |
|
293 |
#: F:\Program
|
294 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:726
|
295 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1151
|
296 |
msgid "Month Visit"
|
297 |
msgstr ""
|
298 |
|
299 |
#: F:\Program
|
300 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:730
|
301 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1154
|
302 |
msgid "Years Visit"
|
303 |
msgstr ""
|
304 |
|
305 |
#: F:\Program
|
306 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:734
|
307 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1157
|
308 |
msgid "Total Visit"
|
309 |
msgstr ""
|
310 |
|
311 |
#: F:\Program
|
312 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:738
|
313 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1160
|
314 |
msgid "Search Engine reffered"
|
315 |
msgstr ""
|
316 |
|
317 |
#: F:\Program
|
318 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:742
|
319 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1178
|
320 |
msgid "Total Posts"
|
321 |
msgstr ""
|
322 |
|
323 |
#: F:\Program
|
324 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:746
|
325 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1181
|
326 |
msgid "Total Pages"
|
327 |
msgstr ""
|
328 |
|
329 |
#: F:\Program
|
330 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:750
|
331 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1184
|
332 |
msgid "Total Comments"
|
333 |
msgstr ""
|
334 |
|
335 |
#: F:\Program
|
336 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:754
|
337 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1187
|
338 |
msgid "Total Spams"
|
339 |
msgstr ""
|
340 |
|
341 |
#: F:\Program
|
342 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:758
|
343 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1190
|
344 |
msgid "Total Users"
|
345 |
msgstr ""
|
346 |
|
347 |
#: F:\Program
|
348 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:762
|
349 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1202
|
350 |
msgid "Last Post Date"
|
351 |
msgstr ""
|
352 |
|
353 |
#: F:\Program
|
354 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:766
|
355 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1193
|
356 |
msgid "Average Posts"
|
357 |
msgstr ""
|
358 |
|
359 |
#: F:\Program
|
360 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:770
|
361 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1196
|
362 |
msgid "Average Comments"
|
363 |
msgstr ""
|
364 |
|
365 |
#: F:\Program
|
366 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:774
|
367 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1199
|
368 |
msgid "Average Users"
|
369 |
msgstr ""
|
370 |
|
371 |
#: F:\Program
|
372 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:778
|
373 |
msgid "Total Feedburner Subscribe"
|
374 |
msgstr ""
|
375 |
|
376 |
#: F:\Program
|
377 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:782
|
378 |
msgid "Google Pagerank"
|
379 |
msgstr ""
|
380 |
|
381 |
#: F:\Program
|
382 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:786
|
383 |
msgid "Alexa Pagerank"
|
384 |
msgstr ""
|
385 |
|
386 |
#: F:\Program
|
387 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:790
|
388 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:800
|
389 |
msgid "Hide"
|
390 |
msgstr ""
|
391 |
|
392 |
#: F:\Program
|
393 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:794
|
394 |
msgid "Your Name"
|
395 |
msgstr ""
|
396 |
|
397 |
#: F:\Program
|
398 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:796
|
399 |
msgid "Description Problem"
|
400 |
msgstr ""
|
401 |
|
402 |
#: F:\Program
|
403 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:799
|
404 |
msgid "Send Problem"
|
405 |
msgstr ""
|
406 |
|
407 |
#: F:\Program
|
408 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:807
|
409 |
msgid "Unistall plugin"
|
410 |
msgstr ""
|
411 |
|
412 |
#: F:\Program
|
413 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:813
|
414 |
msgid "Delete all data, including tables and plugin options"
|
415 |
msgstr ""
|
416 |
|
417 |
#: F:\Program
|
418 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:814
|
419 |
msgid "Uninstall"
|
420 |
msgstr ""
|
421 |
|
422 |
#: F:\Program
|
423 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:824
|
424 |
msgid "Update"
|
425 |
msgstr ""
|
426 |
|
427 |
#: F:\Program
|
428 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:857
|
429 |
msgid "Stats weblog"
|
430 |
msgstr ""
|
431 |
|
432 |
#: F:\Program
|
433 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1132
|
434 |
msgid "Name"
|
435 |
msgstr ""
|
436 |
|
437 |
#: F:\Program
|
438 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1136
|
439 |
msgid "Items"
|
440 |
msgstr ""
|
441 |
|
442 |
#: F:\Program
|
443 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1163
|
444 |
msgid "Select type of search engine"
|
445 |
msgstr ""
|
446 |
|
447 |
#: F:\Program
|
448 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1165
|
449 |
msgid "Google"
|
450 |
msgstr ""
|
451 |
|
452 |
#: F:\Program
|
453 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1168
|
454 |
msgid "Yahoo!"
|
455 |
msgstr ""
|
456 |
|
457 |
#: F:\Program
|
458 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1171
|
459 |
msgid "Bing"
|
460 |
msgstr ""
|
461 |
|
462 |
#: F:\Program
|
463 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1174
|
464 |
msgid "All"
|
465 |
msgstr ""
|
466 |
|
467 |
#: F:\Program
|
468 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1205
|
469 |
msgid "Type date for last update"
|
470 |
msgstr ""
|
471 |
|
472 |
#: F:\Program
|
473 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1207
|
474 |
msgid "English"
|
475 |
msgstr ""
|
476 |
|
477 |
#: F:\Program
|
478 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1210
|
479 |
msgid "Persian"
|
480 |
msgstr ""
|
481 |
|
langs/wp_statistics-ar_AR.po
ADDED
@@ -0,0 +1,477 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
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"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Poedit-KeywordsList: _;gettext;gettext_noop;_e\n"
|
13 |
+
"X-Poedit-Language: English\n"
|
14 |
+
"X-Poedit-Basepath: .\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 "����� ����� ���������� ������ ������. ����: 3,500"
|
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 "����� �������� ���� ���������� ���� �� ������. ���������: 5 �����"
|
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 "��������� 5"
|
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 "��� ����� �� ����� ��� ������, ���� ���� ������ ���������� ���: 1 �����."
|
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 "���� ����� ����� �� �� Alexa ��� ����"
|
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 "Google"
|
447 |
+
|
448 |
+
#: F:\Program
|
449 |
+
#: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1100
|
450 |
+
msgid "Yahoo!"
|
451 |
+
msgstr "Yahoo!"
|
452 |
+
|
453 |
+
#: F:\Program
|
454 |
+
#: Files\AppServ\www\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1103
|
455 |
+
msgid "Bing"
|
456 |
+
msgstr "Bing"
|
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-fa_IR.mo
CHANGED
Binary file
|
langs/wp_statistics-fa_IR.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: wp-statistics\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2012-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Mostafa Soufi <mst404@gmail.com>\n"
|
8 |
"Language-Team: <mat404@gmail.com>\n"
|
@@ -12,586 +12,594 @@ 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:
|
16 |
-
"X-Poedit-SearchPath-0:
|
17 |
|
18 |
#: F:\Program
|
19 |
-
#: Files\
|
20 |
-
#: Files\
|
21 |
msgid "Sorry! this feature is for Premium version"
|
22 |
msgstr "متاسفم! این امکان برای نسخهی ویژه است."
|
23 |
|
24 |
#: F:\Program
|
25 |
-
#: Files\
|
26 |
msgid "Please Enter value!"
|
27 |
msgstr "لطفا مقداری را وارد کنید!"
|
28 |
|
29 |
#: F:\Program
|
30 |
-
#: Files\
|
31 |
msgid "Thanks for your report!"
|
32 |
msgstr "با تشکر از گزارش شما!"
|
33 |
|
34 |
#: F:\Program
|
35 |
-
#: Files\
|
36 |
msgid "Error! Please Enter all field"
|
37 |
msgstr "خطا! لطفا همه فیلدها را پرکنید"
|
38 |
|
39 |
#: F:\Program
|
40 |
-
#: Files\
|
41 |
-
#: Files\
|
42 |
-
#: Files\
|
43 |
-
#: Files\
|
44 |
msgid "deleted!"
|
45 |
msgstr "پاکشد!"
|
46 |
|
47 |
#: F:\Program
|
48 |
-
#: Files\
|
49 |
msgid "All plugin data is deleted"
|
50 |
msgstr "تمامی اطلاعات افزونه پاک شد"
|
51 |
|
52 |
#: F:\Program
|
53 |
-
#: Files\
|
54 |
msgid "Disable plugin"
|
55 |
msgstr "افزونه را غیرفعال کنید."
|
56 |
|
57 |
#: F:\Program
|
58 |
-
#: Files\
|
59 |
msgid "plugin options have been deleted"
|
60 |
msgstr "گزینههای افزونه قبلا پاک شدهاند"
|
61 |
|
62 |
#: F:\Program
|
63 |
-
#: Files\
|
64 |
-
#: Files\
|
65 |
-
#: Files\
|
66 |
-
#: Files\
|
67 |
-
#: Files\
|
68 |
-
#: Files\
|
69 |
-
#: Files\
|
70 |
msgid "User Online"
|
71 |
msgstr "کاربران حاضر"
|
72 |
|
73 |
#: F:\Program
|
74 |
-
#: Files\
|
75 |
-
#: Files\
|
76 |
-
#: Files\
|
77 |
-
#: Files\
|
78 |
msgid "Today Visit"
|
79 |
msgstr "بازدید امروز"
|
80 |
|
81 |
#: F:\Program
|
82 |
-
#: Files\
|
83 |
-
#: Files\
|
84 |
-
#: Files\
|
85 |
msgid "Yesterday visit"
|
86 |
msgstr "بازدید دیروز"
|
87 |
|
88 |
#: F:\Program
|
89 |
-
#: Files\
|
90 |
-
#: Files\
|
91 |
-
#: Files\
|
92 |
-
#: Files\
|
93 |
msgid "Total Visit"
|
94 |
msgstr "کل بازدیدها"
|
95 |
|
96 |
#: F:\Program
|
97 |
-
#: Files\
|
98 |
msgid "Plugin home page"
|
99 |
msgstr "خانهی افزونه"
|
100 |
|
101 |
#: F:\Program
|
102 |
-
#: Files\
|
|
|
|
|
|
|
|
|
|
|
|
|
103 |
msgid "Statistics"
|
104 |
msgstr "آماره"
|
105 |
|
106 |
#: F:\Program
|
107 |
-
#: Files\
|
108 |
-
#: Files\
|
109 |
msgid "Stats weblog"
|
110 |
msgstr "آمار سایت"
|
111 |
|
112 |
#: F:\Program
|
113 |
-
#: Files\
|
114 |
-
#: Files\
|
115 |
-
#: Files\
|
116 |
msgid "You do not have sufficient permissions to access this page."
|
117 |
msgstr "شما مجوز کافی برای مشاهدهی این قسمت را ندارید."
|
118 |
|
119 |
#: F:\Program
|
120 |
-
#: Files\
|
121 |
msgid "Are you sure?"
|
122 |
msgstr "آیا مطمئن هستید؟"
|
123 |
|
124 |
#: F:\Program
|
125 |
-
#: Files\
|
126 |
msgid "Configuration"
|
127 |
msgstr "پیکربندی"
|
128 |
|
129 |
#: F:\Program
|
130 |
-
#: Files\
|
131 |
msgid "Enable Statistics"
|
132 |
msgstr "آمارگیر فعال شود"
|
133 |
|
134 |
#: F:\Program
|
135 |
-
#: Files\
|
136 |
-
#: Files\
|
137 |
-
#: Files\
|
138 |
msgid "Yes"
|
139 |
msgstr "بله"
|
140 |
|
141 |
#: F:\Program
|
142 |
-
#: Files\
|
143 |
msgid "Statistics are enabled."
|
144 |
msgstr "آمارگیر فعال است."
|
145 |
|
146 |
#: F:\Program
|
147 |
-
#: Files\
|
148 |
msgid "Statistics are disabled!"
|
149 |
msgstr "آمارگیر غیرفعال است!"
|
150 |
|
151 |
#: F:\Program
|
152 |
-
#: Files\
|
153 |
msgid "General configuration"
|
154 |
msgstr "پیکربندی عمومی"
|
155 |
|
156 |
#: F:\Program
|
157 |
-
#: Files\
|
158 |
msgid "Show decimals number"
|
159 |
msgstr "نمایش اعداد بهصورت اعشاری"
|
160 |
|
161 |
#: F:\Program
|
162 |
-
#: Files\
|
163 |
msgid "Show number stats with decimal. For examle: 3,500"
|
164 |
msgstr "نمایش اعداد آمارگیر بهصورت اعشاری. برای مثال: 3،500"
|
165 |
|
166 |
#: F:\Program
|
167 |
-
#: Files\
|
168 |
msgid "Show stats in menu bar"
|
169 |
msgstr "نمایش آمار در منوبار"
|
170 |
|
171 |
#: F:\Program
|
172 |
-
#: Files\
|
173 |
msgid "Show stats in admin menu bar"
|
174 |
msgstr "نمایش آمار در منوبار مدیریت"
|
175 |
|
176 |
#: F:\Program
|
177 |
-
#: Files\
|
178 |
msgid "Online user check time"
|
179 |
msgstr "زمان بررسی کاربران آنلاین"
|
180 |
|
181 |
#: F:\Program
|
182 |
-
#: Files\
|
183 |
-
#: Files\
|
184 |
msgid "Each"
|
185 |
msgstr "هر"
|
186 |
|
187 |
#: F:\Program
|
188 |
-
#: Files\
|
189 |
msgid "Compute min"
|
190 |
msgstr "دقیقه محاسبه کن"
|
191 |
|
192 |
#: F:\Program
|
193 |
-
#: Files\
|
194 |
msgid "Time for the check accurate online user in the site. Default: 5 Minutes"
|
195 |
msgstr "زمان برای بررسی دقیق کاربران حاضر در سایت. پیشفرض 5 دقیقه است"
|
196 |
|
197 |
#: F:\Program
|
198 |
-
#: Files\
|
199 |
msgid "Increase value of the total hits"
|
200 |
msgstr "افزایش مقدار به بازدیدهای کل"
|
201 |
|
202 |
#: F:\Program
|
203 |
-
#: Files\
|
204 |
-
#: Files\
|
205 |
msgid "Done"
|
206 |
msgstr "انجام"
|
207 |
|
208 |
#: F:\Program
|
209 |
-
#: Files\
|
210 |
msgid "Your total visit sum with this value"
|
211 |
msgstr "کل بازدیدها با این مقدار جمع میشود"
|
212 |
|
213 |
#: F:\Program
|
214 |
-
#: Files\
|
215 |
msgid "Reduction value of the total hits"
|
216 |
msgstr "کاهش مقدار از بازدیدهای کل"
|
217 |
|
218 |
#: F:\Program
|
219 |
-
#: Files\
|
220 |
msgid "Your total visit minus with this value"
|
221 |
msgstr "کل بازدیدها از این مقدار کم میشود"
|
222 |
|
223 |
#: F:\Program
|
224 |
-
#: Files\
|
225 |
msgid "Number item for show Statistics"
|
226 |
msgstr "تعداد آیتم برای نمایش آمار"
|
227 |
|
228 |
#: F:\Program
|
229 |
-
#: Files\
|
230 |
msgid "Default 5"
|
231 |
msgstr "پیشفرض 5 است"
|
232 |
|
233 |
#: F:\Program
|
234 |
-
#: Files\
|
235 |
msgid "Number for submit item in Database and show that"
|
236 |
msgstr "تعداد برای ثبت آیتمهای آمار در پایگاهداده و نمایش آن"
|
237 |
|
238 |
#: F:\Program
|
239 |
-
#: Files\
|
240 |
msgid "Live Statistics configuration"
|
241 |
msgstr "پیکربندی بازدید لحظهای"
|
242 |
|
243 |
#: F:\Program
|
244 |
-
#: Files\
|
245 |
msgid "Database check time"
|
246 |
msgstr "زمان بررسی پایگاهداده"
|
247 |
|
248 |
#: F:\Program
|
249 |
-
#: Files\
|
250 |
msgid "Minute updates"
|
251 |
msgstr "دقیقه بهروز کن"
|
252 |
|
253 |
#: F:\Program
|
254 |
-
#: Files\
|
255 |
msgid "Recommended"
|
256 |
msgstr "پیشنهاد میشود"
|
257 |
|
258 |
#: F:\Program
|
259 |
-
#: Files\
|
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\
|
265 |
msgid "Pagerank configuration"
|
266 |
msgstr "تنظیمات رتبهبندی"
|
267 |
|
268 |
#: F:\Program
|
269 |
-
#: Files\
|
270 |
msgid "Your url for Google pagerank check"
|
271 |
msgstr "آدرس شما برای بررسی رتبهبندی گوگل"
|
272 |
|
273 |
#: F:\Program
|
274 |
-
#: Files\
|
275 |
-
#: Files\
|
276 |
msgid "If this input is empty, The website url uses"
|
277 |
msgstr "اگراین قسمت خالی باشد، از آدرس اصلی سایت استفاده میکند"
|
278 |
|
279 |
#: F:\Program
|
280 |
-
#: Files\
|
281 |
msgid "Your url for Alexa pagerank check"
|
282 |
msgstr "آدرس شما برای بررسی رتبهبندی الکسا"
|
283 |
|
284 |
#: F:\Program
|
285 |
-
#: Files\
|
286 |
msgid "About plugin"
|
287 |
msgstr "دربارهی افزونه"
|
288 |
|
289 |
#: F:\Program
|
290 |
-
#: Files\
|
291 |
msgid "Plugin Version"
|
292 |
msgstr "نسخه افزونه"
|
293 |
|
294 |
#: F:\Program
|
295 |
-
#: Files\
|
296 |
msgid "Free!"
|
297 |
msgstr "رایگان!"
|
298 |
|
299 |
#: F:\Program
|
300 |
-
#: Files\
|
301 |
msgid "Get Premium version"
|
302 |
msgstr "دریافت نسخهی ویژه"
|
303 |
|
304 |
#: F:\Program
|
305 |
-
#: Files\
|
306 |
msgid "This plugin created by"
|
307 |
msgstr "این افزونه توسط"
|
308 |
|
309 |
#: F:\Program
|
310 |
-
#: Files\
|
311 |
msgid "from"
|
312 |
msgstr "از گروه"
|
313 |
|
314 |
#: F:\Program
|
315 |
-
#: Files\
|
316 |
msgid "group"
|
317 |
msgstr "ساخته شدهاست"
|
318 |
|
319 |
#: F:\Program
|
320 |
-
#: Files\
|
321 |
msgid "Plugin translators"
|
322 |
msgstr "مترجمهای افزونه"
|
323 |
|
324 |
#: F:\Program
|
325 |
-
#: Files\
|
326 |
-
#: Files\
|
327 |
-
#: Files\
|
328 |
-
#: Files\
|
|
|
329 |
msgid "Language"
|
330 |
msgstr "زبان"
|
331 |
|
332 |
#: F:\Program
|
333 |
-
#: Files\
|
334 |
-
#: Files\
|
335 |
-
#: Files\
|
336 |
-
#: Files\
|
|
|
337 |
msgid "by"
|
338 |
msgstr "توسط"
|
339 |
|
340 |
#: F:\Program
|
341 |
-
#: Files\
|
342 |
msgid "for translate language files. please send files for"
|
343 |
msgstr "لطفا فایلهای ترجمه را به ایمیل روبرو ارسال کنید"
|
344 |
|
345 |
#: F:\Program
|
346 |
-
#: Files\
|
347 |
msgid "Show Functions"
|
348 |
msgstr "نمایش تابعها"
|
349 |
|
350 |
#: F:\Program
|
351 |
-
#: Files\
|
352 |
msgid "Report Problem"
|
353 |
msgstr "گزارش مشکل"
|
354 |
|
355 |
#: F:\Program
|
356 |
-
#: Files\
|
357 |
-
#: Files\
|
358 |
-
#: Files\
|
359 |
msgid "Week Visit"
|
360 |
msgstr "بازدید هفته"
|
361 |
|
362 |
#: F:\Program
|
363 |
-
#: Files\
|
364 |
-
#: Files\
|
365 |
-
#: Files\
|
366 |
msgid "Month Visit"
|
367 |
msgstr "بازدید ماه"
|
368 |
|
369 |
#: F:\Program
|
370 |
-
#: Files\
|
371 |
-
#: Files\
|
372 |
-
#: Files\
|
373 |
msgid "Years Visit"
|
374 |
msgstr "بازدید سال"
|
375 |
|
376 |
#: F:\Program
|
377 |
-
#: Files\
|
378 |
-
#: Files\
|
379 |
-
#: Files\
|
380 |
msgid "Search Engine reffered"
|
381 |
msgstr "ورودی موتورهای جستجوگر"
|
382 |
|
383 |
#: F:\Program
|
384 |
-
#: Files\
|
385 |
-
#: Files\
|
386 |
-
#: Files\
|
387 |
msgid "Total Posts"
|
388 |
msgstr "کل نوشتهها"
|
389 |
|
390 |
#: F:\Program
|
391 |
-
#: Files\
|
392 |
-
#: Files\
|
393 |
-
#: Files\
|
394 |
msgid "Total Pages"
|
395 |
msgstr "کل برگهها"
|
396 |
|
397 |
#: F:\Program
|
398 |
-
#: Files\
|
399 |
-
#: Files\
|
400 |
-
#: Files\
|
401 |
msgid "Total Comments"
|
402 |
msgstr "کل دیدگاهها"
|
403 |
|
404 |
#: F:\Program
|
405 |
-
#: Files\
|
406 |
-
#: Files\
|
407 |
-
#: Files\
|
408 |
msgid "Total Spams"
|
409 |
msgstr "کل جفنگها"
|
410 |
|
411 |
#: F:\Program
|
412 |
-
#: Files\
|
413 |
-
#: Files\
|
414 |
-
#: Files\
|
415 |
msgid "Total Users"
|
416 |
msgstr "کل کاربرها"
|
417 |
|
418 |
#: F:\Program
|
419 |
-
#: Files\
|
420 |
-
#: Files\
|
421 |
-
#: Files\
|
422 |
msgid "Last Post Date"
|
423 |
msgstr "تاریخ بهروزشدن سایت"
|
424 |
|
425 |
#: F:\Program
|
426 |
-
#: Files\
|
427 |
-
#: Files\
|
428 |
-
#: Files\
|
429 |
msgid "Average Posts"
|
430 |
msgstr "میانگین نوشتهها"
|
431 |
|
432 |
#: F:\Program
|
433 |
-
#: Files\
|
434 |
-
#: Files\
|
435 |
-
#: Files\
|
436 |
msgid "Average Comments"
|
437 |
msgstr "میانگین دیدگاهها"
|
438 |
|
439 |
#: F:\Program
|
440 |
-
#: Files\
|
441 |
-
#: Files\
|
442 |
-
#: Files\
|
443 |
msgid "Average Users"
|
444 |
msgstr "میانگین کاربرها"
|
445 |
|
446 |
#: F:\Program
|
447 |
-
#: Files\
|
448 |
msgid "Total Feedburner Subscribe"
|
449 |
msgstr "تعداد مشترکهای فیدبرنر"
|
450 |
|
451 |
#: F:\Program
|
452 |
-
#: Files\
|
453 |
msgid "Google Pagerank"
|
454 |
msgstr "رتبه گوگل"
|
455 |
|
456 |
#: F:\Program
|
457 |
-
#: Files\
|
458 |
msgid "Alexa Pagerank"
|
459 |
msgstr "رتبه الکسا"
|
460 |
|
461 |
#: F:\Program
|
462 |
-
#: Files\
|
463 |
-
#: Files\
|
464 |
msgid "Hide"
|
465 |
msgstr "مخفی"
|
466 |
|
467 |
#: F:\Program
|
468 |
-
#: Files\
|
469 |
msgid "Your Name"
|
470 |
msgstr "نام شما"
|
471 |
|
472 |
#: F:\Program
|
473 |
-
#: Files\
|
474 |
msgid "Description Problem"
|
475 |
msgstr "توضیحات مشکل"
|
476 |
|
477 |
#: F:\Program
|
478 |
-
#: Files\
|
479 |
msgid "Send Problem"
|
480 |
msgstr "ارسال گزارش"
|
481 |
|
482 |
#: F:\Program
|
483 |
-
#: Files\
|
484 |
msgid "Unistall plugin"
|
485 |
msgstr "پاکسازی پلاگین"
|
486 |
|
487 |
#: F:\Program
|
488 |
-
#: Files\
|
489 |
msgid "Delete all data, including tables and plugin options"
|
490 |
msgstr "پاککردن تمامی اطلاعات از قبیل جدول افزونه در پایگاهداده و گزینههای افزونه"
|
491 |
|
492 |
#: F:\Program
|
493 |
-
#: Files\
|
494 |
msgid "Uninstall"
|
495 |
msgstr "پاککردن"
|
496 |
|
497 |
#: F:\Program
|
498 |
-
#: Files\
|
499 |
msgid "Update"
|
500 |
msgstr "بهروز رسانی"
|
501 |
|
502 |
#: F:\Program
|
503 |
-
#: Files\
|
504 |
-
#: Files\
|
505 |
msgid "No"
|
506 |
msgstr "شماره"
|
507 |
|
508 |
#: F:\Program
|
509 |
-
#: Files\
|
510 |
-
#: Files\
|
511 |
msgid "IP"
|
512 |
msgstr "آیپی"
|
513 |
|
514 |
#: F:\Program
|
515 |
-
#: Files\
|
516 |
-
#: Files\
|
517 |
msgid "Time"
|
518 |
msgstr "زمان"
|
519 |
|
520 |
#: F:\Program
|
521 |
-
#: Files\
|
522 |
-
#: Files\
|
523 |
msgid "Referred"
|
524 |
msgstr "هدایت شده"
|
525 |
|
526 |
#: F:\Program
|
527 |
-
#: Files\
|
528 |
-
#: Files\
|
529 |
msgid "Agent"
|
530 |
msgstr "مشخصات مرورگر"
|
531 |
|
532 |
#: F:\Program
|
533 |
-
#: Files\
|
534 |
msgid "Yesterday Visit"
|
535 |
msgstr "بازدید دیروز"
|
536 |
|
537 |
#: F:\Program
|
538 |
-
#: Files\
|
539 |
msgid "Name"
|
540 |
msgstr "نام"
|
541 |
|
542 |
#: F:\Program
|
543 |
-
#: Files\
|
544 |
msgid "Items"
|
545 |
msgstr "آیتمها"
|
546 |
|
547 |
#: F:\Program
|
548 |
-
#: Files\
|
549 |
msgid "Select type of search engine"
|
550 |
msgstr "انتخاب نوع موتورجستجو"
|
551 |
|
552 |
#: F:\Program
|
553 |
-
#: Files\
|
554 |
msgid "Google"
|
555 |
msgstr "گوگل"
|
556 |
|
557 |
#: F:\Program
|
558 |
-
#: Files\
|
559 |
msgid "Yahoo!"
|
560 |
msgstr "یاهو!"
|
561 |
|
562 |
#: F:\Program
|
563 |
-
#: Files\
|
564 |
msgid "Bing"
|
565 |
msgstr "بینگ"
|
566 |
|
567 |
#: F:\Program
|
568 |
-
#: Files\
|
569 |
msgid "All"
|
570 |
msgstr "همه"
|
571 |
|
572 |
#: F:\Program
|
573 |
-
#: Files\
|
574 |
msgid "Type date for last update"
|
575 |
msgstr "نوع تقویم برای آخرین بهروزرسانی"
|
576 |
|
577 |
#: F:\Program
|
578 |
-
#: Files\
|
579 |
msgid "English"
|
580 |
msgstr "میلادی"
|
581 |
|
582 |
#: F:\Program
|
583 |
-
#: Files\
|
584 |
msgid "Persian"
|
585 |
msgstr "شمسی (فارسی)"
|
586 |
|
587 |
#: F:\Program
|
588 |
-
#: Files\
|
589 |
-
#: Files\
|
590 |
msgid "WP-Statistics"
|
591 |
msgstr "آمارگیر"
|
592 |
|
593 |
#: F:\Program
|
594 |
-
#: Files\
|
595 |
msgid "Show site stats in sidebar"
|
596 |
msgstr "نمایش آمار سایت در ابزارک"
|
597 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: wp-statistics\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-02-03 17:54+0330\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Mostafa Soufi <mst404@gmail.com>\n"
|
8 |
"Language-Team: <mat404@gmail.com>\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: .\n"
|
16 |
+
"X-Poedit-SearchPath-0: .\n"
|
17 |
|
18 |
#: F:\Program
|
19 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/actions.php:7
|
20 |
+
#: Files\xampp\htdocs\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\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/actions.php:11
|
26 |
msgid "Please Enter value!"
|
27 |
msgstr "لطفا مقداری را وارد کنید!"
|
28 |
|
29 |
#: F:\Program
|
30 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/report_problem.php:17
|
31 |
msgid "Thanks for your report!"
|
32 |
msgstr "با تشکر از گزارش شما!"
|
33 |
|
34 |
#: F:\Program
|
35 |
+
#: Files\xampp\htdocs\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\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/uninstall.php:42
|
41 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/uninstall.php:45
|
42 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/uninstall.php:48
|
43 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/uninstall.php:51
|
44 |
msgid "deleted!"
|
45 |
msgstr "پاکشد!"
|
46 |
|
47 |
#: F:\Program
|
48 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/uninstall.php:55
|
49 |
msgid "All plugin data is deleted"
|
50 |
msgstr "تمامی اطلاعات افزونه پاک شد"
|
51 |
|
52 |
#: F:\Program
|
53 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/uninstall.php:56
|
54 |
msgid "Disable plugin"
|
55 |
msgstr "افزونه را غیرفعال کنید."
|
56 |
|
57 |
#: F:\Program
|
58 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/uninstall.php:58
|
59 |
msgid "plugin options have been deleted"
|
60 |
msgstr "گزینههای افزونه قبلا پاک شدهاند"
|
61 |
|
62 |
#: F:\Program
|
63 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:59
|
64 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:465
|
65 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:713
|
66 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:729
|
67 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:921
|
68 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:961
|
69 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1155
|
70 |
msgid "User Online"
|
71 |
msgstr "کاربران حاضر"
|
72 |
|
73 |
#: F:\Program
|
74 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:64
|
75 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:717
|
76 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:969
|
77 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1158
|
78 |
msgid "Today Visit"
|
79 |
msgstr "بازدید امروز"
|
80 |
|
81 |
#: F:\Program
|
82 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:69
|
83 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:721
|
84 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1161
|
85 |
msgid "Yesterday visit"
|
86 |
msgstr "بازدید دیروز"
|
87 |
|
88 |
#: F:\Program
|
89 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:74
|
90 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:741
|
91 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1009
|
92 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1173
|
93 |
msgid "Total Visit"
|
94 |
msgstr "کل بازدیدها"
|
95 |
|
96 |
#: F:\Program
|
97 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:79
|
98 |
msgid "Plugin home page"
|
99 |
msgstr "خانهی افزونه"
|
100 |
|
101 |
#: F:\Program
|
102 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:228
|
103 |
+
#, php-format
|
104 |
+
msgid "WP-Statistics not enabled! Please go to <a href=\"%s\">setting page</a> and enable statistics"
|
105 |
+
msgstr "افزونه آمارگیر غیرفعال است! برای فعال کردن آن به <a href=\"%s\">صفحه تنظیمات</a> آمارگیر مراجعه کنید"
|
106 |
+
|
107 |
+
#: F:\Program
|
108 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:463
|
109 |
msgid "Statistics"
|
110 |
msgstr "آماره"
|
111 |
|
112 |
#: F:\Program
|
113 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:464
|
114 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:864
|
115 |
msgid "Stats weblog"
|
116 |
msgstr "آمار سایت"
|
117 |
|
118 |
#: F:\Program
|
119 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:473
|
120 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:842
|
121 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:899
|
122 |
msgid "You do not have sufficient permissions to access this page."
|
123 |
msgstr "شما مجوز کافی برای مشاهدهی این قسمت را ندارید."
|
124 |
|
125 |
#: F:\Program
|
126 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:543
|
127 |
msgid "Are you sure?"
|
128 |
msgstr "آیا مطمئن هستید؟"
|
129 |
|
130 |
#: F:\Program
|
131 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:554
|
132 |
msgid "Configuration"
|
133 |
msgstr "پیکربندی"
|
134 |
|
135 |
#: F:\Program
|
136 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:559
|
137 |
msgid "Enable Statistics"
|
138 |
msgstr "آمارگیر فعال شود"
|
139 |
|
140 |
#: F:\Program
|
141 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:563
|
142 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:581
|
143 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:591
|
144 |
msgid "Yes"
|
145 |
msgstr "بله"
|
146 |
|
147 |
#: F:\Program
|
148 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:567
|
149 |
msgid "Statistics are enabled."
|
150 |
msgstr "آمارگیر فعال است."
|
151 |
|
152 |
#: F:\Program
|
153 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:569
|
154 |
msgid "Statistics are disabled!"
|
155 |
msgstr "آمارگیر غیرفعال است!"
|
156 |
|
157 |
#: F:\Program
|
158 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:574
|
159 |
msgid "General configuration"
|
160 |
msgstr "پیکربندی عمومی"
|
161 |
|
162 |
#: F:\Program
|
163 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:577
|
164 |
msgid "Show decimals number"
|
165 |
msgstr "نمایش اعداد بهصورت اعشاری"
|
166 |
|
167 |
#: F:\Program
|
168 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:583
|
169 |
msgid "Show number stats with decimal. For examle: 3,500"
|
170 |
msgstr "نمایش اعداد آمارگیر بهصورت اعشاری. برای مثال: 3،500"
|
171 |
|
172 |
#: F:\Program
|
173 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:587
|
174 |
msgid "Show stats in menu bar"
|
175 |
msgstr "نمایش آمار در منوبار"
|
176 |
|
177 |
#: F:\Program
|
178 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:593
|
179 |
msgid "Show stats in admin menu bar"
|
180 |
msgstr "نمایش آمار در منوبار مدیریت"
|
181 |
|
182 |
#: F:\Program
|
183 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:597
|
184 |
msgid "Online user check time"
|
185 |
msgstr "زمان بررسی کاربران آنلاین"
|
186 |
|
187 |
#: F:\Program
|
188 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:599
|
189 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:640
|
190 |
msgid "Each"
|
191 |
msgstr "هر"
|
192 |
|
193 |
#: F:\Program
|
194 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:601
|
195 |
msgid "Compute min"
|
196 |
msgstr "دقیقه محاسبه کن"
|
197 |
|
198 |
#: F:\Program
|
199 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:603
|
200 |
msgid "Time for the check accurate online user in the site. Default: 5 Minutes"
|
201 |
msgstr "زمان برای بررسی دقیق کاربران حاضر در سایت. پیشفرض 5 دقیقه است"
|
202 |
|
203 |
#: F:\Program
|
204 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:607
|
205 |
msgid "Increase value of the total hits"
|
206 |
msgstr "افزایش مقدار به بازدیدهای کل"
|
207 |
|
208 |
#: F:\Program
|
209 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:610
|
210 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:620
|
211 |
msgid "Done"
|
212 |
msgstr "انجام"
|
213 |
|
214 |
#: F:\Program
|
215 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:613
|
216 |
msgid "Your total visit sum with this value"
|
217 |
msgstr "کل بازدیدها با این مقدار جمع میشود"
|
218 |
|
219 |
#: F:\Program
|
220 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:617
|
221 |
msgid "Reduction value of the total hits"
|
222 |
msgstr "کاهش مقدار از بازدیدهای کل"
|
223 |
|
224 |
#: F:\Program
|
225 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:623
|
226 |
msgid "Your total visit minus with this value"
|
227 |
msgstr "کل بازدیدها از این مقدار کم میشود"
|
228 |
|
229 |
#: F:\Program
|
230 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:627
|
231 |
msgid "Number item for show Statistics"
|
232 |
msgstr "تعداد آیتم برای نمایش آمار"
|
233 |
|
234 |
#: F:\Program
|
235 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:630
|
236 |
msgid "Default 5"
|
237 |
msgstr "پیشفرض 5 است"
|
238 |
|
239 |
#: F:\Program
|
240 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:632
|
241 |
msgid "Number for submit item in Database and show that"
|
242 |
msgstr "تعداد برای ثبت آیتمهای آمار در پایگاهداده و نمایش آن"
|
243 |
|
244 |
#: F:\Program
|
245 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:635
|
246 |
msgid "Live Statistics configuration"
|
247 |
msgstr "پیکربندی بازدید لحظهای"
|
248 |
|
249 |
#: F:\Program
|
250 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:638
|
251 |
msgid "Database check time"
|
252 |
msgstr "زمان بررسی پایگاهداده"
|
253 |
|
254 |
#: F:\Program
|
255 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:642
|
256 |
msgid "Minute updates"
|
257 |
msgstr "دقیقه بهروز کن"
|
258 |
|
259 |
#: F:\Program
|
260 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:645
|
261 |
msgid "Recommended"
|
262 |
msgstr "پیشنهاد میشود"
|
263 |
|
264 |
#: F:\Program
|
265 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:646
|
266 |
msgid "Due to pressure on the server, Be set up on time. Default 1 min."
|
267 |
msgstr "بهدلیل فشار برروی سرور، پیشنهاد میشود برروی زمان بالا تعیین شود. پیشفرض 1 دقیقه است."
|
268 |
|
269 |
#: F:\Program
|
270 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:650
|
271 |
msgid "Pagerank configuration"
|
272 |
msgstr "تنظیمات رتبهبندی"
|
273 |
|
274 |
#: F:\Program
|
275 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:653
|
276 |
msgid "Your url for Google pagerank check"
|
277 |
msgstr "آدرس شما برای بررسی رتبهبندی گوگل"
|
278 |
|
279 |
#: F:\Program
|
280 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:658
|
281 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:668
|
282 |
msgid "If this input is empty, The website url uses"
|
283 |
msgstr "اگراین قسمت خالی باشد، از آدرس اصلی سایت استفاده میکند"
|
284 |
|
285 |
#: F:\Program
|
286 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:663
|
287 |
msgid "Your url for Alexa pagerank check"
|
288 |
msgstr "آدرس شما برای بررسی رتبهبندی الکسا"
|
289 |
|
290 |
#: F:\Program
|
291 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:674
|
292 |
msgid "About plugin"
|
293 |
msgstr "دربارهی افزونه"
|
294 |
|
295 |
#: F:\Program
|
296 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:675
|
297 |
msgid "Plugin Version"
|
298 |
msgstr "نسخه افزونه"
|
299 |
|
300 |
#: F:\Program
|
301 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:675
|
302 |
msgid "Free!"
|
303 |
msgstr "رایگان!"
|
304 |
|
305 |
#: F:\Program
|
306 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:677
|
307 |
msgid "Get Premium version"
|
308 |
msgstr "دریافت نسخهی ویژه"
|
309 |
|
310 |
#: F:\Program
|
311 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:684
|
312 |
msgid "This plugin created by"
|
313 |
msgstr "این افزونه توسط"
|
314 |
|
315 |
#: F:\Program
|
316 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:684
|
317 |
msgid "from"
|
318 |
msgstr "از گروه"
|
319 |
|
320 |
#: F:\Program
|
321 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:684
|
322 |
msgid "group"
|
323 |
msgstr "ساخته شدهاست"
|
324 |
|
325 |
#: F:\Program
|
326 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:686
|
327 |
msgid "Plugin translators"
|
328 |
msgstr "مترجمهای افزونه"
|
329 |
|
330 |
#: F:\Program
|
331 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:690
|
332 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:691
|
333 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:692
|
334 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:693
|
335 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:694
|
336 |
msgid "Language"
|
337 |
msgstr "زبان"
|
338 |
|
339 |
#: F:\Program
|
340 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:690
|
341 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:691
|
342 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:692
|
343 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:693
|
344 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:694
|
345 |
msgid "by"
|
346 |
msgstr "توسط"
|
347 |
|
348 |
#: F:\Program
|
349 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:696
|
350 |
msgid "for translate language files. please send files for"
|
351 |
msgstr "لطفا فایلهای ترجمه را به ایمیل روبرو ارسال کنید"
|
352 |
|
353 |
#: F:\Program
|
354 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:699
|
355 |
msgid "Show Functions"
|
356 |
msgstr "نمایش تابعها"
|
357 |
|
358 |
#: F:\Program
|
359 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:700
|
360 |
msgid "Report Problem"
|
361 |
msgstr "گزارش مشکل"
|
362 |
|
363 |
#: F:\Program
|
364 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:725
|
365 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:985
|
366 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1164
|
367 |
msgid "Week Visit"
|
368 |
msgstr "بازدید هفته"
|
369 |
|
370 |
#: F:\Program
|
371 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:733
|
372 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:993
|
373 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1167
|
374 |
msgid "Month Visit"
|
375 |
msgstr "بازدید ماه"
|
376 |
|
377 |
#: F:\Program
|
378 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:737
|
379 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1001
|
380 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1170
|
381 |
msgid "Years Visit"
|
382 |
msgstr "بازدید سال"
|
383 |
|
384 |
#: F:\Program
|
385 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:745
|
386 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1017
|
387 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1176
|
388 |
msgid "Search Engine reffered"
|
389 |
msgstr "ورودی موتورهای جستجوگر"
|
390 |
|
391 |
#: F:\Program
|
392 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:749
|
393 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1033
|
394 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1194
|
395 |
msgid "Total Posts"
|
396 |
msgstr "کل نوشتهها"
|
397 |
|
398 |
#: F:\Program
|
399 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:753
|
400 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1041
|
401 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1197
|
402 |
msgid "Total Pages"
|
403 |
msgstr "کل برگهها"
|
404 |
|
405 |
#: F:\Program
|
406 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:757
|
407 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1049
|
408 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1200
|
409 |
msgid "Total Comments"
|
410 |
msgstr "کل دیدگاهها"
|
411 |
|
412 |
#: F:\Program
|
413 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:761
|
414 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1057
|
415 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1203
|
416 |
msgid "Total Spams"
|
417 |
msgstr "کل جفنگها"
|
418 |
|
419 |
#: F:\Program
|
420 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:765
|
421 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1065
|
422 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1206
|
423 |
msgid "Total Users"
|
424 |
msgstr "کل کاربرها"
|
425 |
|
426 |
#: F:\Program
|
427 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:769
|
428 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1097
|
429 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1218
|
430 |
msgid "Last Post Date"
|
431 |
msgstr "تاریخ بهروزشدن سایت"
|
432 |
|
433 |
#: F:\Program
|
434 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:773
|
435 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1073
|
436 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1209
|
437 |
msgid "Average Posts"
|
438 |
msgstr "میانگین نوشتهها"
|
439 |
|
440 |
#: F:\Program
|
441 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:777
|
442 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1081
|
443 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1212
|
444 |
msgid "Average Comments"
|
445 |
msgstr "میانگین دیدگاهها"
|
446 |
|
447 |
#: F:\Program
|
448 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:781
|
449 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1089
|
450 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1215
|
451 |
msgid "Average Users"
|
452 |
msgstr "میانگین کاربرها"
|
453 |
|
454 |
#: F:\Program
|
455 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:785
|
456 |
msgid "Total Feedburner Subscribe"
|
457 |
msgstr "تعداد مشترکهای فیدبرنر"
|
458 |
|
459 |
#: F:\Program
|
460 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:789
|
461 |
msgid "Google Pagerank"
|
462 |
msgstr "رتبه گوگل"
|
463 |
|
464 |
#: F:\Program
|
465 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:793
|
466 |
msgid "Alexa Pagerank"
|
467 |
msgstr "رتبه الکسا"
|
468 |
|
469 |
#: F:\Program
|
470 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:797
|
471 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:807
|
472 |
msgid "Hide"
|
473 |
msgstr "مخفی"
|
474 |
|
475 |
#: F:\Program
|
476 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:801
|
477 |
msgid "Your Name"
|
478 |
msgstr "نام شما"
|
479 |
|
480 |
#: F:\Program
|
481 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:803
|
482 |
msgid "Description Problem"
|
483 |
msgstr "توضیحات مشکل"
|
484 |
|
485 |
#: F:\Program
|
486 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:806
|
487 |
msgid "Send Problem"
|
488 |
msgstr "ارسال گزارش"
|
489 |
|
490 |
#: F:\Program
|
491 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:814
|
492 |
msgid "Unistall plugin"
|
493 |
msgstr "پاکسازی پلاگین"
|
494 |
|
495 |
#: F:\Program
|
496 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:820
|
497 |
msgid "Delete all data, including tables and plugin options"
|
498 |
msgstr "پاککردن تمامی اطلاعات از قبیل جدول افزونه در پایگاهداده و گزینههای افزونه"
|
499 |
|
500 |
#: F:\Program
|
501 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:821
|
502 |
msgid "Uninstall"
|
503 |
msgstr "پاککردن"
|
504 |
|
505 |
#: F:\Program
|
506 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:831
|
507 |
msgid "Update"
|
508 |
msgstr "بهروز رسانی"
|
509 |
|
510 |
#: F:\Program
|
511 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:875
|
512 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:932
|
513 |
msgid "No"
|
514 |
msgstr "شماره"
|
515 |
|
516 |
#: F:\Program
|
517 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:876
|
518 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:933
|
519 |
msgid "IP"
|
520 |
msgstr "آیپی"
|
521 |
|
522 |
#: F:\Program
|
523 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:877
|
524 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:934
|
525 |
msgid "Time"
|
526 |
msgstr "زمان"
|
527 |
|
528 |
#: F:\Program
|
529 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:878
|
530 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:935
|
531 |
msgid "Referred"
|
532 |
msgstr "هدایت شده"
|
533 |
|
534 |
#: F:\Program
|
535 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:879
|
536 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:936
|
537 |
msgid "Agent"
|
538 |
msgstr "مشخصات مرورگر"
|
539 |
|
540 |
#: F:\Program
|
541 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:977
|
542 |
msgid "Yesterday Visit"
|
543 |
msgstr "بازدید دیروز"
|
544 |
|
545 |
#: F:\Program
|
546 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1148
|
547 |
msgid "Name"
|
548 |
msgstr "نام"
|
549 |
|
550 |
#: F:\Program
|
551 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1152
|
552 |
msgid "Items"
|
553 |
msgstr "آیتمها"
|
554 |
|
555 |
#: F:\Program
|
556 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1179
|
557 |
msgid "Select type of search engine"
|
558 |
msgstr "انتخاب نوع موتورجستجو"
|
559 |
|
560 |
#: F:\Program
|
561 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1181
|
562 |
msgid "Google"
|
563 |
msgstr "گوگل"
|
564 |
|
565 |
#: F:\Program
|
566 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1184
|
567 |
msgid "Yahoo!"
|
568 |
msgstr "یاهو!"
|
569 |
|
570 |
#: F:\Program
|
571 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1187
|
572 |
msgid "Bing"
|
573 |
msgstr "بینگ"
|
574 |
|
575 |
#: F:\Program
|
576 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1190
|
577 |
msgid "All"
|
578 |
msgstr "همه"
|
579 |
|
580 |
#: F:\Program
|
581 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1221
|
582 |
msgid "Type date for last update"
|
583 |
msgstr "نوع تقویم برای آخرین بهروزرسانی"
|
584 |
|
585 |
#: F:\Program
|
586 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1223
|
587 |
msgid "English"
|
588 |
msgstr "میلادی"
|
589 |
|
590 |
#: F:\Program
|
591 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1226
|
592 |
msgid "Persian"
|
593 |
msgstr "شمسی (فارسی)"
|
594 |
|
595 |
#: F:\Program
|
596 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1257
|
597 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1259
|
598 |
msgid "WP-Statistics"
|
599 |
msgstr "آمارگیر"
|
600 |
|
601 |
#: F:\Program
|
602 |
+
#: Files\xampp\htdocs\wordpress\wp-content\plugins\wp-statistics/wp-statistics.php:1258
|
603 |
msgid "Show site stats in sidebar"
|
604 |
msgstr "نمایش آمار سایت در ابزارک"
|
605 |
|
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.
|
8 |
|
9 |
Summary statistics of blog.
|
10 |
|
@@ -47,7 +47,8 @@ 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 |
-
* Spanish
|
|
|
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,6 +117,12 @@ a plugin for displaying Summary statistics of blog.
|
|
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.
|
@@ -180,6 +187,12 @@ a plugin for displaying Summary statistics of blog.
|
|
180 |
* Start plugin
|
181 |
|
182 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
183 |
= 2.2.2 =
|
184 |
* Solving show functions in setting page.
|
185 |
* Solving month visit in widget.
|
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.3
|
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 |
+
* Arabic [Thanks Hammad Shammari](http://www.facebook.com/aboHatim)
|
52 |
|
53 |
Send email for Translation files: mst404[a]gmail[dot].com
|
54 |
for translate, please open langs/default.po by Poedit and translate strings.
|
117 |
1. Screen shot (screenshot-2.png) in WP-Statistics Widget Page
|
118 |
|
119 |
== Upgrade Notice ==
|
120 |
+
= 2.2.3 =
|
121 |
+
* Optimized Counting.
|
122 |
+
* Added Arabic language.
|
123 |
+
* Draging problem was solved in Widgets
|
124 |
+
* css problem was solved in sidebar
|
125 |
+
|
126 |
= 2.2.2 =
|
127 |
* Solving show functions in setting page.
|
128 |
* Solving month visit in widget.
|
187 |
* Start plugin
|
188 |
|
189 |
== Changelog ==
|
190 |
+
= 2.2.3 =
|
191 |
+
* Optimized Counting.
|
192 |
+
* Added Arabic language.
|
193 |
+
* Draging problem was solved in Widgets
|
194 |
+
* css problem was solved in sidebar
|
195 |
+
|
196 |
= 2.2.2 =
|
197 |
* Solving show functions in setting page.
|
198 |
* Solving month visit in widget.
|
report_problem.php
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
<?php
|
2 |
require('../../../wp-load.php');
|
3 |
global $user_email;
|
4 |
-
if($_REQUEST['y_name'] && $_REQUEST['d_report'])
|
|
|
5 |
$name = $_REQUEST['y_name'];
|
6 |
$email = $user_email;
|
7 |
$url = get_bloginfo('url');
|
1 |
<?php
|
2 |
require('../../../wp-load.php');
|
3 |
global $user_email;
|
4 |
+
if($_REQUEST['y_name'] && $_REQUEST['d_report'])
|
5 |
+
{
|
6 |
$name = $_REQUEST['y_name'];
|
7 |
$email = $user_email;
|
8 |
$url = get_bloginfo('url');
|
screenshot-1.png
CHANGED
Binary file
|
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.
|
7 |
Author: Mostafa Soufi
|
8 |
Author URI: http://iran98.org/
|
9 |
License: GPL2
|
@@ -12,7 +12,6 @@ License: GPL2
|
|
12 |
load_plugin_textdomain('wp_statistics','wp-content/plugins/wp-statistics/langs');
|
13 |
|
14 |
add_action('admin_bar_menu', 'wp_statistics_menubar', 20);
|
15 |
-
add_action('admin_enqueue_scripts', 'wp_statistics_js', 2000);
|
16 |
add_action('admin_menu', 'wp_statistics_menu');
|
17 |
add_action("plugins_loaded", "wp_statistics_widget");
|
18 |
|
@@ -34,17 +33,11 @@ License: GPL2
|
|
34 |
$get_useragent = $_SERVER['HTTP_USER_AGENT'];
|
35 |
$get_userip = $_SERVER['REMOTE_ADDR'];
|
36 |
|
37 |
-
function
|
38 |
-
|
39 |
-
wp_deregister_script('jquery');
|
40 |
-
wp_register_script('jquery', 'http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js');
|
41 |
-
wp_enqueue_script('jquery');
|
42 |
-
}
|
43 |
-
}
|
44 |
-
|
45 |
-
function wp_statistics_menubar() {
|
46 |
global $wp_admin_bar;
|
47 |
-
if (!is_super_admin() || !is_admin_bar_showing() || !get_option('enable_wps_adminbar'))
|
|
|
48 |
return;
|
49 |
} else {
|
50 |
$wp_admin_bar->add_menu( array(
|
@@ -80,11 +73,13 @@ License: GPL2
|
|
80 |
}
|
81 |
}
|
82 |
|
83 |
-
function wp_statistics_options()
|
|
|
84 |
update_option('enable_wps_adminbar', true);
|
85 |
}
|
86 |
|
87 |
-
function wp_statistics_install()
|
|
|
88 |
global $wp_statistics_db_version, $table_prefix;
|
89 |
$table_visit = $table_prefix."statistics_visits";
|
90 |
$table_dates = $table_prefix."statistics_date";
|
@@ -147,13 +142,16 @@ License: GPL2
|
|
147 |
add_option('wp_statistics_db_version', 'wp_statistics_db_version');
|
148 |
}
|
149 |
|
150 |
-
function wp_statistics()
|
|
|
151 |
global $wpdb, $table_prefix, $get_date, $get_now, $get_week, $get_month, $get_year, $get_referred, $get_userip, $get_useragent;
|
152 |
|
153 |
$get_dates_row = $wpdb->get_row("SELECT * FROM {$table_prefix}statistics_date");
|
154 |
|
155 |
-
if( ($get_dates_row->last_visit) != $get_date )
|
156 |
-
|
|
|
|
|
157 |
$wpdb->query("UPDATE {$table_prefix}statistics_visits SET today = today+1, total = total+1");
|
158 |
$wpdb->query("UPDATE {$table_prefix}statistics_date SET last_visit = '".$get_date."'");
|
159 |
} else {
|
@@ -161,21 +159,24 @@ License: GPL2
|
|
161 |
$wpdb->query("UPDATE {$table_prefix}statistics_visits SET today = 0");
|
162 |
$wpdb->query("UPDATE {$table_prefix}statistics_date SET last_counter = '".$get_now."', last_visit = '".$get_date."'");
|
163 |
}
|
164 |
-
if( ($get_dates_row->last_week) == $get_week )
|
|
|
165 |
$wpdb->query("UPDATE {$table_prefix}statistics_visits SET week = week+1");
|
166 |
$wpdb->query("UPDATE {$table_prefix}statistics_date SET last_week = '".$get_week."'");
|
167 |
} else {
|
168 |
$wpdb->query("UPDATE {$table_prefix}statistics_visits SET week = 0");
|
169 |
$wpdb->query("UPDATE {$table_prefix}statistics_date SET last_week = '".$get_week."'");
|
170 |
}
|
171 |
-
if( ($get_dates_row->last_month) == $get_month )
|
|
|
172 |
$wpdb->query("UPDATE {$table_prefix}statistics_visits SET month = month+1");
|
173 |
$wpdb->query("UPDATE {$table_prefix}statistics_date SET last_month = '".$get_month."'");
|
174 |
} else {
|
175 |
$wpdb->query("UPDATE {$table_prefix}statistics_visits SET month = 0");
|
176 |
$wpdb->query("UPDATE {$table_prefix}statistics_date SET last_month = '".$get_month."'");
|
177 |
}
|
178 |
-
if( ($get_dates_row->last_year) == $get_year )
|
|
|
179 |
$wpdb->query("UPDATE {$table_prefix}statistics_visits SET year = year+1");
|
180 |
$wpdb->query("UPDATE {$table_prefix}statistics_date SET last_year = '".$get_year."'");
|
181 |
} else {
|
@@ -184,45 +185,64 @@ License: GPL2
|
|
184 |
}
|
185 |
}
|
186 |
|
187 |
-
if(strstr($get_referred, 'google.com'))
|
|
|
188 |
$wpdb->query("UPDATE {$table_prefix}statistics_visits SET google = google+1");
|
189 |
-
} else if(strstr($get_referred, 'yahoo.com'))
|
|
|
190 |
$wpdb->query("UPDATE {$table_prefix}statistics_visits SET yahoo = yahoo+1");
|
191 |
-
} else if(strstr($get_referred, 'bing.com'))
|
|
|
192 |
$wpdb->query("UPDATE {$table_prefix}statistics_visits SET bing = bing+1");
|
193 |
}
|
194 |
|
195 |
$get_items_statistics = get_option('items_statistics');
|
196 |
-
if(!$get_items_statistics)
|
|
|
197 |
$get_items_statistics = '5';
|
198 |
}
|
199 |
|
200 |
$get_num_reffered = $wpdb->get_var("SELECT COUNT(*) FROM {$table_prefix}statistics_reffered");
|
201 |
-
if($get_num_reffered < $get_items_statistics)
|
|
|
202 |
$get_var_ip = $wpdb->get_var("SELECT ip FROM {$table_prefix}statistics_reffered WHERE ip = '".$get_userip."'");
|
203 |
-
if(!$get_var_ip)
|
|
|
204 |
$wpdb->query("INSERT INTO {$table_prefix}statistics_reffered (referred, ip, time, agent) VALUES ('".$get_referred."', '".$get_userip."', '".$get_date."', '".$get_useragent."')");
|
205 |
}
|
206 |
}
|
207 |
}
|
208 |
|
209 |
-
|
210 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
211 |
}
|
212 |
|
213 |
/* Start: functions for user in theme */
|
214 |
-
function wp_statistics_useronline()
|
|
|
215 |
global $wpdb, $table_prefix, $get_date, $get_referred, $get_useragent, $get_userip;
|
216 |
$timestamp = date("U");
|
217 |
|
218 |
$get_time_useronline = get_option('time_useronline');
|
219 |
|
220 |
-
if(!$get_time_useronline)
|
|
|
221 |
$get_time_useronline = '1'; // Default value for check accurate user online
|
222 |
-
}
|
|
|
223 |
|
224 |
$get_ip = $wpdb->get_var("SELECT * FROM {$table_prefix}statistics_useronline WHERE ip = '".$get_userip."'");
|
225 |
-
if($get_ip)
|
|
|
226 |
$wpdb->query("UPDATE {$table_prefix}statistics_useronline SET timestamp = '".$timestamp."', time = '".$get_date."', referred = '".$get_referred."', agent = '".$get_useragent."' WHERE ip = '".$get_ip."'");
|
227 |
} else {
|
228 |
$wpdb->query("INSERT INTO {$table_prefix}statistics_useronline(ip, timestamp, time, referred, agent) VALUES ('".$get_userip."', '".$timestamp."', '".$get_date."', '".$get_referred."', '".$get_useragent."')");
|
@@ -235,73 +255,86 @@ License: GPL2
|
|
235 |
return $get_users;
|
236 |
}
|
237 |
|
238 |
-
function wp_statistics_today()
|
|
|
239 |
global $wpdb, $table_prefix, $get_enable_stats;
|
240 |
$get_var = $wpdb->get_var("SELECT today FROM {$table_prefix}statistics_visits");
|
241 |
|
242 |
-
if(get_option('enable_decimals'))
|
|
|
243 |
return number_format($get_var);
|
244 |
} else {
|
245 |
return $get_var;
|
246 |
}
|
247 |
}
|
248 |
|
249 |
-
function wp_statistics_yesterday()
|
|
|
250 |
global $wpdb, $table_prefix, $get_enable_stats;
|
251 |
$get_var = $wpdb->get_var("SELECT yesterday FROM {$table_prefix}statistics_visits");
|
252 |
|
253 |
-
if(get_option('enable_decimals'))
|
|
|
254 |
return number_format($get_var);
|
255 |
} else {
|
256 |
return $get_var;
|
257 |
}
|
258 |
}
|
259 |
|
260 |
-
function wp_statistics_week()
|
|
|
261 |
global $wpdb, $table_prefix, $get_enable_stats;
|
262 |
$get_var = $wpdb->get_var("SELECT week FROM {$table_prefix}statistics_visits");
|
263 |
|
264 |
-
if(get_option('enable_decimals'))
|
|
|
265 |
return number_format($get_var);
|
266 |
} else {
|
267 |
return $get_var;
|
268 |
}
|
269 |
}
|
270 |
|
271 |
-
function wp_statistics_month()
|
|
|
272 |
global $wpdb, $table_prefix, $get_enable_stats;
|
273 |
$get_var = $wpdb->get_var("SELECT month FROM {$table_prefix}statistics_visits");
|
274 |
|
275 |
-
if(get_option('enable_decimals'))
|
|
|
276 |
return number_format($get_var);
|
277 |
} else {
|
278 |
return $get_var;
|
279 |
}
|
280 |
}
|
281 |
|
282 |
-
function wp_statistics_year()
|
|
|
283 |
global $wpdb, $table_prefix, $get_enable_stats;
|
284 |
$get_var = $wpdb->get_var("SELECT year FROM {$table_prefix}statistics_visits");
|
285 |
|
286 |
-
if(get_option('enable_decimals'))
|
|
|
287 |
return number_format($get_var);
|
288 |
} else {
|
289 |
return $get_var;
|
290 |
}
|
291 |
}
|
292 |
|
293 |
-
function wp_statistics_total()
|
|
|
294 |
global $wpdb, $table_prefix, $get_enable_stats;
|
295 |
$get_var = $wpdb->get_var("SELECT total FROM {$table_prefix}statistics_visits");
|
296 |
|
297 |
-
if(get_option('enable_decimals'))
|
|
|
298 |
return number_format($get_var);
|
299 |
} else {
|
300 |
return $get_var;
|
301 |
}
|
302 |
}
|
303 |
|
304 |
-
function wp_statistics_searchengine($referred='')
|
|
|
305 |
global $wpdb, $table_prefix;
|
306 |
if($referred == 'google') {
|
307 |
return $wpdb->get_var("SELECT google FROM {$table_prefix}statistics_visits");
|
@@ -315,43 +348,52 @@ License: GPL2
|
|
315 |
}
|
316 |
}
|
317 |
|
318 |
-
function wp_statistics_countposts($type=publish)
|
|
|
319 |
$count_posts = wp_count_posts();
|
320 |
return $count_posts->$type;
|
321 |
}
|
322 |
|
323 |
-
function wp_statistics_countpages()
|
|
|
324 |
$count_pages = wp_count_posts('page');
|
325 |
return $count_pages->publish;
|
326 |
}
|
327 |
|
328 |
-
function wp_statistics_countcomment()
|
|
|
329 |
global $wpdb;
|
330 |
$countcomms = $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->comments WHERE comment_approved = '1'");
|
331 |
if (0 < $countcomms) $countcomms = number_format($countcomms);
|
332 |
return $countcomms;
|
333 |
}
|
334 |
|
335 |
-
function wp_statistics_countspam()
|
|
|
336 |
return number_format_i18n(get_option('akismet_spam_count'));
|
337 |
}
|
338 |
|
339 |
-
function wp_statistics_countusers()
|
|
|
340 |
$result = count_users();
|
341 |
return $result['total_users'];
|
342 |
}
|
343 |
|
344 |
-
function wp_statistics_lastpostdate($type=english)
|
|
|
345 |
global $wpdb;
|
346 |
$db_date = $wpdb->get_var("SELECT post_date FROM $wpdb->posts WHERE post_type='post' AND post_status='publish' ORDER BY ID DESC LIMIT 1");
|
347 |
$date_format = get_option('date_format');
|
348 |
-
if ( $type == 'farsi' )
|
|
|
349 |
return jdate($date_format, strtotime($db_date));
|
350 |
-
} else
|
351 |
-
return date($date_format, strtotime($db_date));
|
|
|
352 |
}
|
353 |
|
354 |
-
function wp_statistics_average_post()
|
|
|
355 |
global $wpdb;
|
356 |
$get_first_post = $wpdb->get_var("SELECT post_date FROM $wpdb->posts WHERE post_status = 'publish' ORDER BY post_date LIMIT 1");
|
357 |
$get_total_post = $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->posts WHERE post_status = 'publish' AND post_type = 'post'");
|
@@ -360,7 +402,8 @@ License: GPL2
|
|
360 |
return round($get_total_post / $days_spend, 2);
|
361 |
}
|
362 |
|
363 |
-
function wp_statistics_average_comment()
|
|
|
364 |
global $wpdb;
|
365 |
$get_first_comment = $wpdb->get_var("SELECT comment_date FROM $wpdb->comments ORDER BY comment_date LIMIT 1");
|
366 |
$get_total_comment = $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->comments WHERE comment_approved = '1'");
|
@@ -369,7 +412,8 @@ License: GPL2
|
|
369 |
return round($get_total_comment / $days_spend, 2);
|
370 |
}
|
371 |
|
372 |
-
function wp_statistics_average_registeruser()
|
|
|
373 |
global $wpdb;
|
374 |
$get_first_user = $wpdb->get_var("SELECT user_registered FROM $wpdb->users ORDER BY user_registered LIMIT 1");
|
375 |
$get_total_user = $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->users");
|
@@ -379,9 +423,11 @@ License: GPL2
|
|
379 |
}
|
380 |
|
381 |
// Show Count Feedburner Subscribe by Affiliate Marketer
|
382 |
-
function wp_statistics_countsubscrib($feed_url)
|
|
|
383 |
$feedcount = get_option("feedrsscount");
|
384 |
-
if ($feedcount['lastcheck'] < (mktime()-3600))
|
|
|
385 |
$whaturl='https://feedburner.google.com/api/awareness/1.0/GetFeedData?uri='.$feed_url;
|
386 |
$ch = curl_init();
|
387 |
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
|
@@ -395,35 +441,41 @@ License: GPL2
|
|
395 |
update_option("feedrsscount",$feedcount);
|
396 |
}
|
397 |
return $feedcount['count'];
|
398 |
-
|
399 |
|
400 |
include("include/google_pagerank.php");
|
401 |
include("include/alexa_pagerank.php");
|
402 |
|
403 |
/* End: functions for user in theme */
|
404 |
|
405 |
-
function wp_statistics_menu()
|
406 |
-
|
407 |
-
|
408 |
-
|
409 |
-
|
|
|
|
|
410 |
}
|
411 |
}
|
412 |
|
413 |
-
function wp_statistics_config_permission()
|
414 |
-
|
|
|
|
|
415 |
wp_die( __('You do not have sufficient permissions to access this page.', 'wp_statistics') );
|
416 |
|
417 |
-
|
418 |
-
|
419 |
-
|
420 |
-
|
421 |
-
|
422 |
-
|
423 |
-
|
424 |
-
|
425 |
-
|
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">
|
@@ -621,7 +673,7 @@ License: GPL2
|
|
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>
|
@@ -632,6 +684,7 @@ License: GPL2
|
|
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 |
|
@@ -819,7 +872,8 @@ License: GPL2
|
|
819 |
echo "<td>".__('Agent', 'wp_statistics')."</td>";
|
820 |
echo "</tr>";
|
821 |
|
822 |
-
for($i=0; $i<$get_total_online; $i++)
|
|
|
823 |
$j = $i+1;
|
824 |
echo "<tr id='secound_row'>";
|
825 |
echo "<td>$j</td>";
|
@@ -875,7 +929,8 @@ License: GPL2
|
|
875 |
echo "<td>".__('Agent', 'wp_statistics')."</td>";
|
876 |
echo "</tr>";
|
877 |
|
878 |
-
for($i=0; $i<$get_total_online; $i++)
|
|
|
879 |
$j = $i+1;
|
880 |
echo "<tr id='secound_row'>";
|
881 |
echo "<td>$j</td>";
|
@@ -889,59 +944,70 @@ License: GPL2
|
|
889 |
</table>
|
890 |
</div>
|
891 |
<?php }
|
892 |
-
function wp_statistics_show_widget()
|
893 |
-
|
894 |
-
|
895 |
-
|
|
|
|
|
|
|
|
|
896 |
echo "<li>";
|
897 |
echo __('User Online', 'wp_statistics'). ": ";
|
898 |
echo wp_statistics_useronline();
|
899 |
echo "</li>";
|
900 |
}
|
901 |
|
902 |
-
if(get_option('tvisit_widget'))
|
|
|
903 |
echo "<li>";
|
904 |
echo __('Today Visit', 'wp_statistics'). ": ";
|
905 |
echo wp_statistics_today();
|
906 |
echo "</li>";
|
907 |
}
|
908 |
|
909 |
-
if(get_option('yvisit_widget'))
|
|
|
910 |
echo "<li>";
|
911 |
echo __('Yesterday Visit', 'wp_statistics'). ": ";
|
912 |
echo wp_statistics_yesterday();
|
913 |
echo "</li>";
|
914 |
}
|
915 |
|
916 |
-
if(get_option('wvisit_widget'))
|
|
|
917 |
echo "<li>";
|
918 |
echo __('Week Visit', 'wp_statistics'). ": ";
|
919 |
echo wp_statistics_week();
|
920 |
echo "</li>";
|
921 |
}
|
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 |
}
|
929 |
|
930 |
-
if(get_option('ysvisit_widget'))
|
|
|
931 |
echo "<li>";
|
932 |
echo __('Years Visit', 'wp_statistics'). ": ";
|
933 |
echo wp_statistics_year();
|
934 |
echo "</li>";
|
935 |
}
|
936 |
|
937 |
-
if(get_option('ttvisit_widget'))
|
|
|
938 |
echo "<li>";
|
939 |
echo __('Total Visit', 'wp_statistics'). ": ";
|
940 |
echo wp_statistics_total();
|
941 |
echo "</li>";
|
942 |
}
|
943 |
|
944 |
-
if(get_option('ser_widget'))
|
|
|
945 |
echo "<li>";
|
946 |
echo __('Search Engine reffered', 'wp_statistics'). ": ";
|
947 |
if(get_option('select_se') == "google"){
|
@@ -956,77 +1022,90 @@ function wp_statistics_show_widget() {
|
|
956 |
echo "</li>";
|
957 |
}
|
958 |
|
959 |
-
if(get_option('tp_widget'))
|
|
|
960 |
echo "<li>";
|
961 |
echo __('Total Posts', 'wp_statistics'). ": ";
|
962 |
echo wp_statistics_countposts();
|
963 |
echo "</li>";
|
964 |
}
|
965 |
|
966 |
-
if(get_option('tpg_widget'))
|
|
|
967 |
echo "<li>";
|
968 |
echo __('Total Pages', 'wp_statistics'). ": ";
|
969 |
echo wp_statistics_countpages();
|
970 |
echo "</li>";
|
971 |
}
|
972 |
|
973 |
-
if(get_option('tc_widget'))
|
|
|
974 |
echo "<li>";
|
975 |
echo __('Total Comments', 'wp_statistics'). ": ";
|
976 |
echo wp_statistics_countcomment();
|
977 |
echo "</li>";
|
978 |
}
|
979 |
|
980 |
-
if(get_option('ts_widget'))
|
|
|
981 |
echo "<li>";
|
982 |
echo __('Total Spams', 'wp_statistics'). ": ";
|
983 |
echo wp_statistics_countspam();
|
984 |
echo "</li>";
|
985 |
}
|
986 |
|
987 |
-
if(get_option('tu_widget'))
|
|
|
988 |
echo "<li>";
|
989 |
echo __('Total Users', 'wp_statistics'). ": ";
|
990 |
echo wp_statistics_countusers();
|
991 |
echo "</li>";
|
992 |
}
|
993 |
|
994 |
-
if(get_option('ap_widget'))
|
|
|
995 |
echo "<li>";
|
996 |
echo __('Average Posts', 'wp_statistics'). ": ";
|
997 |
echo wp_statistics_average_post();
|
998 |
echo "</li>";
|
999 |
}
|
1000 |
|
1001 |
-
if(get_option('ac_widget'))
|
|
|
1002 |
echo "<li>";
|
1003 |
echo __('Average Comments', 'wp_statistics'). ": ";
|
1004 |
echo wp_statistics_average_comment();
|
1005 |
echo "</li>";
|
1006 |
}
|
1007 |
|
1008 |
-
if(get_option('au_widget'))
|
|
|
1009 |
echo "<li>";
|
1010 |
echo __('Average Users', 'wp_statistics'). ": ";
|
1011 |
echo wp_statistics_average_registeruser();
|
1012 |
echo "</li>";
|
1013 |
}
|
1014 |
|
1015 |
-
if(get_option('lpd_widget'))
|
|
|
1016 |
echo "<li>";
|
1017 |
echo __('Last Post Date', 'wp_statistics'). ": ";
|
1018 |
-
if(get_option('select_lps') == "farsi")
|
|
|
1019 |
echo wp_statistics_lastpostdate("farsi");
|
1020 |
} else {
|
1021 |
echo wp_statistics_lastpostdate();
|
1022 |
}
|
1023 |
echo "</li>";
|
1024 |
}
|
1025 |
-
|
|
|
1026 |
}
|
1027 |
|
1028 |
-
function wp_statistics_control_widget()
|
1029 |
-
|
|
|
|
|
1030 |
update_option('name_widget', $_POST['name_widget']);
|
1031 |
update_option('useronline_widget', $_POST['useronline_widget']);
|
1032 |
update_option('tvisit_widget', $_POST['tvisit_widget']);
|
@@ -1049,18 +1128,6 @@ function wp_statistics_show_widget() {
|
|
1049 |
update_option('select_lps', $_POST['select_lps']);
|
1050 |
} ?>
|
1051 |
|
1052 |
-
<script type="text/javascript">
|
1053 |
-
$(document).ready(function(){
|
1054 |
-
$("input.ser_widget:checkbox").click(function(){
|
1055 |
-
$("p#ser_option").slideToggle();
|
1056 |
-
});
|
1057 |
-
|
1058 |
-
$("input.lpd_widget:checkbox").click(function(){
|
1059 |
-
$("p#lpd_option").slideToggle();
|
1060 |
-
});
|
1061 |
-
});
|
1062 |
-
</script>
|
1063 |
-
|
1064 |
<p>
|
1065 |
<?php _e('Name', 'wp_statistics'); ?>:<br />
|
1066 |
<input id="name_widget" name="name_widget" type="text" value="<?php echo get_option('name_widget'); ?>" />
|
@@ -1169,7 +1236,8 @@ function wp_statistics_show_widget() {
|
|
1169 |
|
1170 |
add_filter('widget_text', 'do_shortcode');
|
1171 |
|
1172 |
-
function wp_statistics_widget()
|
|
|
1173 |
wp_register_sidebar_widget('wp_statistics_widget', __('WP-Statistics', 'wp_statistics'), 'wp_statistics_show_widget', array(
|
1174 |
'description' => __('Show site stats in sidebar', 'wp_statistics')));
|
1175 |
wp_register_widget_control('wp_statistics_widget', __('WP-Statistics', 'wp_statistics'), 'wp_statistics_control_widget');
|
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.3
|
7 |
Author: Mostafa Soufi
|
8 |
Author URI: http://iran98.org/
|
9 |
License: GPL2
|
12 |
load_plugin_textdomain('wp_statistics','wp-content/plugins/wp-statistics/langs');
|
13 |
|
14 |
add_action('admin_bar_menu', 'wp_statistics_menubar', 20);
|
|
|
15 |
add_action('admin_menu', 'wp_statistics_menu');
|
16 |
add_action("plugins_loaded", "wp_statistics_widget");
|
17 |
|
33 |
$get_useragent = $_SERVER['HTTP_USER_AGENT'];
|
34 |
$get_userip = $_SERVER['REMOTE_ADDR'];
|
35 |
|
36 |
+
function wp_statistics_menubar()
|
37 |
+
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
global $wp_admin_bar;
|
39 |
+
if (!is_super_admin() || !is_admin_bar_showing() || !get_option('enable_wps_adminbar'))
|
40 |
+
{
|
41 |
return;
|
42 |
} else {
|
43 |
$wp_admin_bar->add_menu( array(
|
73 |
}
|
74 |
}
|
75 |
|
76 |
+
function wp_statistics_options()
|
77 |
+
{
|
78 |
update_option('enable_wps_adminbar', true);
|
79 |
}
|
80 |
|
81 |
+
function wp_statistics_install()
|
82 |
+
{
|
83 |
global $wp_statistics_db_version, $table_prefix;
|
84 |
$table_visit = $table_prefix."statistics_visits";
|
85 |
$table_dates = $table_prefix."statistics_date";
|
142 |
add_option('wp_statistics_db_version', 'wp_statistics_db_version');
|
143 |
}
|
144 |
|
145 |
+
function wp_statistics()
|
146 |
+
{
|
147 |
global $wpdb, $table_prefix, $get_date, $get_now, $get_week, $get_month, $get_year, $get_referred, $get_userip, $get_useragent;
|
148 |
|
149 |
$get_dates_row = $wpdb->get_row("SELECT * FROM {$table_prefix}statistics_date");
|
150 |
|
151 |
+
if( ($get_dates_row->last_visit) != $get_date && !is_admin())
|
152 |
+
{
|
153 |
+
if( ($get_dates_row->last_counter) == $get_now )
|
154 |
+
{
|
155 |
$wpdb->query("UPDATE {$table_prefix}statistics_visits SET today = today+1, total = total+1");
|
156 |
$wpdb->query("UPDATE {$table_prefix}statistics_date SET last_visit = '".$get_date."'");
|
157 |
} else {
|
159 |
$wpdb->query("UPDATE {$table_prefix}statistics_visits SET today = 0");
|
160 |
$wpdb->query("UPDATE {$table_prefix}statistics_date SET last_counter = '".$get_now."', last_visit = '".$get_date."'");
|
161 |
}
|
162 |
+
if( ($get_dates_row->last_week) == $get_week )
|
163 |
+
{
|
164 |
$wpdb->query("UPDATE {$table_prefix}statistics_visits SET week = week+1");
|
165 |
$wpdb->query("UPDATE {$table_prefix}statistics_date SET last_week = '".$get_week."'");
|
166 |
} else {
|
167 |
$wpdb->query("UPDATE {$table_prefix}statistics_visits SET week = 0");
|
168 |
$wpdb->query("UPDATE {$table_prefix}statistics_date SET last_week = '".$get_week."'");
|
169 |
}
|
170 |
+
if( ($get_dates_row->last_month) == $get_month )
|
171 |
+
{
|
172 |
$wpdb->query("UPDATE {$table_prefix}statistics_visits SET month = month+1");
|
173 |
$wpdb->query("UPDATE {$table_prefix}statistics_date SET last_month = '".$get_month."'");
|
174 |
} else {
|
175 |
$wpdb->query("UPDATE {$table_prefix}statistics_visits SET month = 0");
|
176 |
$wpdb->query("UPDATE {$table_prefix}statistics_date SET last_month = '".$get_month."'");
|
177 |
}
|
178 |
+
if( ($get_dates_row->last_year) == $get_year )
|
179 |
+
{
|
180 |
$wpdb->query("UPDATE {$table_prefix}statistics_visits SET year = year+1");
|
181 |
$wpdb->query("UPDATE {$table_prefix}statistics_date SET last_year = '".$get_year."'");
|
182 |
} else {
|
185 |
}
|
186 |
}
|
187 |
|
188 |
+
if(strstr($get_referred, 'google.com'))
|
189 |
+
{
|
190 |
$wpdb->query("UPDATE {$table_prefix}statistics_visits SET google = google+1");
|
191 |
+
} else if(strstr($get_referred, 'yahoo.com'))
|
192 |
+
{
|
193 |
$wpdb->query("UPDATE {$table_prefix}statistics_visits SET yahoo = yahoo+1");
|
194 |
+
} else if(strstr($get_referred, 'bing.com'))
|
195 |
+
{
|
196 |
$wpdb->query("UPDATE {$table_prefix}statistics_visits SET bing = bing+1");
|
197 |
}
|
198 |
|
199 |
$get_items_statistics = get_option('items_statistics');
|
200 |
+
if(!$get_items_statistics)
|
201 |
+
{
|
202 |
$get_items_statistics = '5';
|
203 |
}
|
204 |
|
205 |
$get_num_reffered = $wpdb->get_var("SELECT COUNT(*) FROM {$table_prefix}statistics_reffered");
|
206 |
+
if($get_num_reffered < $get_items_statistics)
|
207 |
+
{
|
208 |
$get_var_ip = $wpdb->get_var("SELECT ip FROM {$table_prefix}statistics_reffered WHERE ip = '".$get_userip."'");
|
209 |
+
if(!$get_var_ip)
|
210 |
+
{
|
211 |
$wpdb->query("INSERT INTO {$table_prefix}statistics_reffered (referred, ip, time, agent) VALUES ('".$get_referred."', '".$get_userip."', '".$get_date."', '".$get_useragent."')");
|
212 |
}
|
213 |
}
|
214 |
}
|
215 |
|
216 |
+
function wp_statistics_not_enable()
|
217 |
+
{
|
218 |
+
$get_bloginfo_url = get_admin_url() . "admin.php?page=wp-statistics";
|
219 |
+
echo '<div class="error"><p>'.sprintf(__('WP-Statistics not enabled! Please go to <a href="%s">setting page</a> and enable statistics', 'wp_statistics'), $get_bloginfo_url).'</p></div>';
|
220 |
+
}
|
221 |
+
|
222 |
+
if(get_option('enable_stats'))
|
223 |
+
{
|
224 |
+
add_action('init', 'wp_statistics');
|
225 |
+
} else {
|
226 |
+
add_action('admin_notices', 'wp_statistics_not_enable');
|
227 |
}
|
228 |
|
229 |
/* Start: functions for user in theme */
|
230 |
+
function wp_statistics_useronline()
|
231 |
+
{
|
232 |
global $wpdb, $table_prefix, $get_date, $get_referred, $get_useragent, $get_userip;
|
233 |
$timestamp = date("U");
|
234 |
|
235 |
$get_time_useronline = get_option('time_useronline');
|
236 |
|
237 |
+
if(!$get_time_useronline)
|
238 |
+
{
|
239 |
$get_time_useronline = '1'; // Default value for check accurate user online
|
240 |
+
}
|
241 |
+
$get_time_useronline = $get_time_useronline * 30; // Per seconds.
|
242 |
|
243 |
$get_ip = $wpdb->get_var("SELECT * FROM {$table_prefix}statistics_useronline WHERE ip = '".$get_userip."'");
|
244 |
+
if($get_ip)
|
245 |
+
{
|
246 |
$wpdb->query("UPDATE {$table_prefix}statistics_useronline SET timestamp = '".$timestamp."', time = '".$get_date."', referred = '".$get_referred."', agent = '".$get_useragent."' WHERE ip = '".$get_ip."'");
|
247 |
} else {
|
248 |
$wpdb->query("INSERT INTO {$table_prefix}statistics_useronline(ip, timestamp, time, referred, agent) VALUES ('".$get_userip."', '".$timestamp."', '".$get_date."', '".$get_referred."', '".$get_useragent."')");
|
255 |
return $get_users;
|
256 |
}
|
257 |
|
258 |
+
function wp_statistics_today()
|
259 |
+
{
|
260 |
global $wpdb, $table_prefix, $get_enable_stats;
|
261 |
$get_var = $wpdb->get_var("SELECT today FROM {$table_prefix}statistics_visits");
|
262 |
|
263 |
+
if(get_option('enable_decimals'))
|
264 |
+
{
|
265 |
return number_format($get_var);
|
266 |
} else {
|
267 |
return $get_var;
|
268 |
}
|
269 |
}
|
270 |
|
271 |
+
function wp_statistics_yesterday()
|
272 |
+
{
|
273 |
global $wpdb, $table_prefix, $get_enable_stats;
|
274 |
$get_var = $wpdb->get_var("SELECT yesterday FROM {$table_prefix}statistics_visits");
|
275 |
|
276 |
+
if(get_option('enable_decimals'))
|
277 |
+
{
|
278 |
return number_format($get_var);
|
279 |
} else {
|
280 |
return $get_var;
|
281 |
}
|
282 |
}
|
283 |
|
284 |
+
function wp_statistics_week()
|
285 |
+
{
|
286 |
global $wpdb, $table_prefix, $get_enable_stats;
|
287 |
$get_var = $wpdb->get_var("SELECT week FROM {$table_prefix}statistics_visits");
|
288 |
|
289 |
+
if(get_option('enable_decimals'))
|
290 |
+
{
|
291 |
return number_format($get_var);
|
292 |
} else {
|
293 |
return $get_var;
|
294 |
}
|
295 |
}
|
296 |
|
297 |
+
function wp_statistics_month()
|
298 |
+
{
|
299 |
global $wpdb, $table_prefix, $get_enable_stats;
|
300 |
$get_var = $wpdb->get_var("SELECT month FROM {$table_prefix}statistics_visits");
|
301 |
|
302 |
+
if(get_option('enable_decimals'))
|
303 |
+
{
|
304 |
return number_format($get_var);
|
305 |
} else {
|
306 |
return $get_var;
|
307 |
}
|
308 |
}
|
309 |
|
310 |
+
function wp_statistics_year()
|
311 |
+
{
|
312 |
global $wpdb, $table_prefix, $get_enable_stats;
|
313 |
$get_var = $wpdb->get_var("SELECT year FROM {$table_prefix}statistics_visits");
|
314 |
|
315 |
+
if(get_option('enable_decimals'))
|
316 |
+
{
|
317 |
return number_format($get_var);
|
318 |
} else {
|
319 |
return $get_var;
|
320 |
}
|
321 |
}
|
322 |
|
323 |
+
function wp_statistics_total()
|
324 |
+
{
|
325 |
global $wpdb, $table_prefix, $get_enable_stats;
|
326 |
$get_var = $wpdb->get_var("SELECT total FROM {$table_prefix}statistics_visits");
|
327 |
|
328 |
+
if(get_option('enable_decimals'))
|
329 |
+
{
|
330 |
return number_format($get_var);
|
331 |
} else {
|
332 |
return $get_var;
|
333 |
}
|
334 |
}
|
335 |
|
336 |
+
function wp_statistics_searchengine($referred='')
|
337 |
+
{
|
338 |
global $wpdb, $table_prefix;
|
339 |
if($referred == 'google') {
|
340 |
return $wpdb->get_var("SELECT google FROM {$table_prefix}statistics_visits");
|
348 |
}
|
349 |
}
|
350 |
|
351 |
+
function wp_statistics_countposts($type=publish)
|
352 |
+
{
|
353 |
$count_posts = wp_count_posts();
|
354 |
return $count_posts->$type;
|
355 |
}
|
356 |
|
357 |
+
function wp_statistics_countpages()
|
358 |
+
{
|
359 |
$count_pages = wp_count_posts('page');
|
360 |
return $count_pages->publish;
|
361 |
}
|
362 |
|
363 |
+
function wp_statistics_countcomment()
|
364 |
+
{
|
365 |
global $wpdb;
|
366 |
$countcomms = $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->comments WHERE comment_approved = '1'");
|
367 |
if (0 < $countcomms) $countcomms = number_format($countcomms);
|
368 |
return $countcomms;
|
369 |
}
|
370 |
|
371 |
+
function wp_statistics_countspam()
|
372 |
+
{
|
373 |
return number_format_i18n(get_option('akismet_spam_count'));
|
374 |
}
|
375 |
|
376 |
+
function wp_statistics_countusers()
|
377 |
+
{
|
378 |
$result = count_users();
|
379 |
return $result['total_users'];
|
380 |
}
|
381 |
|
382 |
+
function wp_statistics_lastpostdate($type=english)
|
383 |
+
{
|
384 |
global $wpdb;
|
385 |
$db_date = $wpdb->get_var("SELECT post_date FROM $wpdb->posts WHERE post_type='post' AND post_status='publish' ORDER BY ID DESC LIMIT 1");
|
386 |
$date_format = get_option('date_format');
|
387 |
+
if ( $type == 'farsi' )
|
388 |
+
{
|
389 |
return jdate($date_format, strtotime($db_date));
|
390 |
+
} else {
|
391 |
+
return date($date_format, strtotime($db_date));
|
392 |
+
}
|
393 |
}
|
394 |
|
395 |
+
function wp_statistics_average_post()
|
396 |
+
{
|
397 |
global $wpdb;
|
398 |
$get_first_post = $wpdb->get_var("SELECT post_date FROM $wpdb->posts WHERE post_status = 'publish' ORDER BY post_date LIMIT 1");
|
399 |
$get_total_post = $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->posts WHERE post_status = 'publish' AND post_type = 'post'");
|
402 |
return round($get_total_post / $days_spend, 2);
|
403 |
}
|
404 |
|
405 |
+
function wp_statistics_average_comment()
|
406 |
+
{
|
407 |
global $wpdb;
|
408 |
$get_first_comment = $wpdb->get_var("SELECT comment_date FROM $wpdb->comments ORDER BY comment_date LIMIT 1");
|
409 |
$get_total_comment = $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->comments WHERE comment_approved = '1'");
|
412 |
return round($get_total_comment / $days_spend, 2);
|
413 |
}
|
414 |
|
415 |
+
function wp_statistics_average_registeruser()
|
416 |
+
{
|
417 |
global $wpdb;
|
418 |
$get_first_user = $wpdb->get_var("SELECT user_registered FROM $wpdb->users ORDER BY user_registered LIMIT 1");
|
419 |
$get_total_user = $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->users");
|
423 |
}
|
424 |
|
425 |
// Show Count Feedburner Subscribe by Affiliate Marketer
|
426 |
+
function wp_statistics_countsubscrib($feed_url)
|
427 |
+
{
|
428 |
$feedcount = get_option("feedrsscount");
|
429 |
+
if ($feedcount['lastcheck'] < (mktime()-3600))
|
430 |
+
{
|
431 |
$whaturl='https://feedburner.google.com/api/awareness/1.0/GetFeedData?uri='.$feed_url;
|
432 |
$ch = curl_init();
|
433 |
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
|
441 |
update_option("feedrsscount",$feedcount);
|
442 |
}
|
443 |
return $feedcount['count'];
|
444 |
+
}
|
445 |
|
446 |
include("include/google_pagerank.php");
|
447 |
include("include/alexa_pagerank.php");
|
448 |
|
449 |
/* End: functions for user in theme */
|
450 |
|
451 |
+
function wp_statistics_menu()
|
452 |
+
{
|
453 |
+
if (function_exists('add_options_page'))
|
454 |
+
{
|
455 |
+
add_menu_page(__('Statistics', 'wp_statistics'), __('Statistics', 'wp_statistics'), 'manage_options', 'wp-statistics', 'wp_statistics_config_permission', plugin_dir_url( __FILE__ ).'/images/icon.png');
|
456 |
+
add_submenu_page( 'wp-statistics', __('Stats weblog', 'wp_statistics'), __('Stats weblog', 'wp_statistics'), 'manage_options', 'wp-statistics/stats', 'wp_statistics_stats_permission');
|
457 |
+
add_submenu_page( 'wp-statistics', __('User Online', 'wp_statistics'), __('User Online', 'wp_statistics'), 'manage_options', 'wp-statistics/online', 'wp_statistics_online_permission');
|
458 |
}
|
459 |
}
|
460 |
|
461 |
+
function wp_statistics_config_permission()
|
462 |
+
{
|
463 |
+
if (!current_user_can('manage_options'))
|
464 |
+
{
|
465 |
wp_die( __('You do not have sufficient permissions to access this page.', 'wp_statistics') );
|
466 |
|
467 |
+
settings_fields( 'wp_statistics_options' );
|
468 |
+
function register_mysettings()
|
469 |
+
{
|
470 |
+
register_setting('wp_statistics_options', 'enable_stats');
|
471 |
+
register_setting('wp_statistics_options', 'enable_decimals');
|
472 |
+
register_setting('wp_statistics_options', 'enable_wps_adminbar');
|
473 |
+
register_setting('wp_statistics_options', 'time_useronline');
|
474 |
+
register_setting('wp_statistics_options', 'items_statistics');
|
475 |
+
register_setting('wp_statistics_options', 'pagerank_google_url');
|
476 |
+
register_setting('wp_statistics_options', 'pagerank_alexa_url');
|
477 |
+
}
|
478 |
+
}?>
|
479 |
|
480 |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js" type="text/javascript"></script>
|
481 |
<script type="text/javascript">
|
673 |
|
674 |
<tr>
|
675 |
<th colspan="3">
|
676 |
+
<?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://www.webstudio.ir">Web Studio</a> & <a href="http://wpbazar.com">WPBazar</a> <?php _e('group', 'wp_statistics'); ?>.
|
677 |
|
678 |
<h3><?php _e('Plugin translators', 'wp_statistics'); ?></h3>
|
679 |
<ul>
|
684 |
<li><?php _e('Language', 'wp_statistics'); ?> French <?php _e('by', 'wp_statistics'); ?> <a href="mailto:gnanice@gmail.com">Anice Gnampa</a></li>
|
685 |
<li><?php _e('Language', 'wp_statistics'); ?> Russian <?php _e('by', 'wp_statistics'); ?> <a href="http://www.iflexion.com/">Igor Dubilej</a></li>
|
686 |
<li><?php _e('Language', 'wp_statistics'); ?> Spanish <?php _e('by', 'wp_statistics'); ?> <a href="mailto:joanfusan@gmail.com">jose</a></li>
|
687 |
+
<li><?php _e('Language', 'wp_statistics'); ?> Arabic <?php _e('by', 'wp_statistics'); ?> <a href="http://www.facebook.com/aboHatim">Hammad Shammari</a></li>
|
688 |
</ul>
|
689 |
<?php _e('for translate language files. please send files for', 'wp_statistics'); ?> <code>mst404@gmail.com</code>
|
690 |
|
872 |
echo "<td>".__('Agent', 'wp_statistics')."</td>";
|
873 |
echo "</tr>";
|
874 |
|
875 |
+
for($i=0; $i<$get_total_online; $i++)
|
876 |
+
{
|
877 |
$j = $i+1;
|
878 |
echo "<tr id='secound_row'>";
|
879 |
echo "<td>$j</td>";
|
929 |
echo "<td>".__('Agent', 'wp_statistics')."</td>";
|
930 |
echo "</tr>";
|
931 |
|
932 |
+
for($i=0; $i<$get_total_online; $i++)
|
933 |
+
{
|
934 |
$j = $i+1;
|
935 |
echo "<tr id='secound_row'>";
|
936 |
echo "<td>$j</td>";
|
944 |
</table>
|
945 |
</div>
|
946 |
<?php }
|
947 |
+
function wp_statistics_show_widget($args)
|
948 |
+
{
|
949 |
+
extract($args);
|
950 |
+
echo "<li class='widget'>";
|
951 |
+
echo $before_title . get_option('name_widget') . $after_title;
|
952 |
+
echo "<ul>";
|
953 |
+
if(get_option('useronline_widget'))
|
954 |
+
{
|
955 |
echo "<li>";
|
956 |
echo __('User Online', 'wp_statistics'). ": ";
|
957 |
echo wp_statistics_useronline();
|
958 |
echo "</li>";
|
959 |
}
|
960 |
|
961 |
+
if(get_option('tvisit_widget'))
|
962 |
+
{
|
963 |
echo "<li>";
|
964 |
echo __('Today Visit', 'wp_statistics'). ": ";
|
965 |
echo wp_statistics_today();
|
966 |
echo "</li>";
|
967 |
}
|
968 |
|
969 |
+
if(get_option('yvisit_widget'))
|
970 |
+
{
|
971 |
echo "<li>";
|
972 |
echo __('Yesterday Visit', 'wp_statistics'). ": ";
|
973 |
echo wp_statistics_yesterday();
|
974 |
echo "</li>";
|
975 |
}
|
976 |
|
977 |
+
if(get_option('wvisit_widget'))
|
978 |
+
{
|
979 |
echo "<li>";
|
980 |
echo __('Week Visit', 'wp_statistics'). ": ";
|
981 |
echo wp_statistics_week();
|
982 |
echo "</li>";
|
983 |
}
|
984 |
|
985 |
+
if(get_option('mvisit_widget'))
|
986 |
+
{
|
987 |
echo "<li>";
|
988 |
echo __('Month Visit', 'wp_statistics'). ": ";
|
989 |
echo wp_statistics_month();
|
990 |
echo "</li>";
|
991 |
}
|
992 |
|
993 |
+
if(get_option('ysvisit_widget'))
|
994 |
+
{
|
995 |
echo "<li>";
|
996 |
echo __('Years Visit', 'wp_statistics'). ": ";
|
997 |
echo wp_statistics_year();
|
998 |
echo "</li>";
|
999 |
}
|
1000 |
|
1001 |
+
if(get_option('ttvisit_widget'))
|
1002 |
+
{
|
1003 |
echo "<li>";
|
1004 |
echo __('Total Visit', 'wp_statistics'). ": ";
|
1005 |
echo wp_statistics_total();
|
1006 |
echo "</li>";
|
1007 |
}
|
1008 |
|
1009 |
+
if(get_option('ser_widget'))
|
1010 |
+
{
|
1011 |
echo "<li>";
|
1012 |
echo __('Search Engine reffered', 'wp_statistics'). ": ";
|
1013 |
if(get_option('select_se') == "google"){
|
1022 |
echo "</li>";
|
1023 |
}
|
1024 |
|
1025 |
+
if(get_option('tp_widget'))
|
1026 |
+
{
|
1027 |
echo "<li>";
|
1028 |
echo __('Total Posts', 'wp_statistics'). ": ";
|
1029 |
echo wp_statistics_countposts();
|
1030 |
echo "</li>";
|
1031 |
}
|
1032 |
|
1033 |
+
if(get_option('tpg_widget'))
|
1034 |
+
{
|
1035 |
echo "<li>";
|
1036 |
echo __('Total Pages', 'wp_statistics'). ": ";
|
1037 |
echo wp_statistics_countpages();
|
1038 |
echo "</li>";
|
1039 |
}
|
1040 |
|
1041 |
+
if(get_option('tc_widget'))
|
1042 |
+
{
|
1043 |
echo "<li>";
|
1044 |
echo __('Total Comments', 'wp_statistics'). ": ";
|
1045 |
echo wp_statistics_countcomment();
|
1046 |
echo "</li>";
|
1047 |
}
|
1048 |
|
1049 |
+
if(get_option('ts_widget'))
|
1050 |
+
{
|
1051 |
echo "<li>";
|
1052 |
echo __('Total Spams', 'wp_statistics'). ": ";
|
1053 |
echo wp_statistics_countspam();
|
1054 |
echo "</li>";
|
1055 |
}
|
1056 |
|
1057 |
+
if(get_option('tu_widget'))
|
1058 |
+
{
|
1059 |
echo "<li>";
|
1060 |
echo __('Total Users', 'wp_statistics'). ": ";
|
1061 |
echo wp_statistics_countusers();
|
1062 |
echo "</li>";
|
1063 |
}
|
1064 |
|
1065 |
+
if(get_option('ap_widget'))
|
1066 |
+
{
|
1067 |
echo "<li>";
|
1068 |
echo __('Average Posts', 'wp_statistics'). ": ";
|
1069 |
echo wp_statistics_average_post();
|
1070 |
echo "</li>";
|
1071 |
}
|
1072 |
|
1073 |
+
if(get_option('ac_widget'))
|
1074 |
+
{
|
1075 |
echo "<li>";
|
1076 |
echo __('Average Comments', 'wp_statistics'). ": ";
|
1077 |
echo wp_statistics_average_comment();
|
1078 |
echo "</li>";
|
1079 |
}
|
1080 |
|
1081 |
+
if(get_option('au_widget'))
|
1082 |
+
{
|
1083 |
echo "<li>";
|
1084 |
echo __('Average Users', 'wp_statistics'). ": ";
|
1085 |
echo wp_statistics_average_registeruser();
|
1086 |
echo "</li>";
|
1087 |
}
|
1088 |
|
1089 |
+
if(get_option('lpd_widget'))
|
1090 |
+
{
|
1091 |
echo "<li>";
|
1092 |
echo __('Last Post Date', 'wp_statistics'). ": ";
|
1093 |
+
if(get_option('select_lps') == "farsi")
|
1094 |
+
{
|
1095 |
echo wp_statistics_lastpostdate("farsi");
|
1096 |
} else {
|
1097 |
echo wp_statistics_lastpostdate();
|
1098 |
}
|
1099 |
echo "</li>";
|
1100 |
}
|
1101 |
+
echo "</ul>";
|
1102 |
+
echo "</li>";
|
1103 |
}
|
1104 |
|
1105 |
+
function wp_statistics_control_widget()
|
1106 |
+
{
|
1107 |
+
if ($_POST['wp_statistics_control_widget_submit'])
|
1108 |
+
{
|
1109 |
update_option('name_widget', $_POST['name_widget']);
|
1110 |
update_option('useronline_widget', $_POST['useronline_widget']);
|
1111 |
update_option('tvisit_widget', $_POST['tvisit_widget']);
|
1128 |
update_option('select_lps', $_POST['select_lps']);
|
1129 |
} ?>
|
1130 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1131 |
<p>
|
1132 |
<?php _e('Name', 'wp_statistics'); ?>:<br />
|
1133 |
<input id="name_widget" name="name_widget" type="text" value="<?php echo get_option('name_widget'); ?>" />
|
1236 |
|
1237 |
add_filter('widget_text', 'do_shortcode');
|
1238 |
|
1239 |
+
function wp_statistics_widget()
|
1240 |
+
{
|
1241 |
wp_register_sidebar_widget('wp_statistics_widget', __('WP-Statistics', 'wp_statistics'), 'wp_statistics_show_widget', array(
|
1242 |
'description' => __('Show site stats in sidebar', 'wp_statistics')));
|
1243 |
wp_register_widget_control('wp_statistics_widget', __('WP-Statistics', 'wp_statistics'), 'wp_statistics_control_widget');
|