David Blake 65894e59b8 Commit SimpleStats and HitCounter changes to my master
Current version
Simple Stats (data collection, Dashboard and separate Hit Counter)
Issues:
•	Count goes up on each page refresh
•	Collection fixed at 7 days needing code change to alter

Functionality:
•	Only collects daily results (fixed 7 days)
•	Hit counter only shows current days hit rate.

Enhanced version
Simple Stats (data collection, Dashboard and separate Hit Counter)
Fixed:
•	A session for each page is started preventing constant page refreshing artificially increasing count
•	Collection Periods are all parametrised and configurable in settings

Functionality:
•	Enhanced – Daily stats retention now has variable data retention(able to independently turn off)
•	New –  Weekly stats captured for x weeks (able to independently turn off)
•	New – Monthly stats captured for x months  (able to independently turn off)
•	New – Page session with configurable timeout
•	New – Running total of all page hits captured
•	All existing Languages expanded for all changes plus some added
•	Dashboard - Can change the displayed chart type within plugin settings
•	New – Dashboard now also shows total page count
•	Total Page count can be set via combination of admin settings and visiting page to trigger.
•	Enhanced - Hit Counter: sidebar independently displays all current collection data as configured in settings

Not done yet
•	Display all charts within Tab Navigation without having to change settings
•	Individual rolling page count
2019-03-14 21:20:57 +00:00

23 lines
1.2 KiB
JSON

{
"plugin-data":
{
"name": "شمارشگر بازدیدها",
"description": "تعداد بازدیدکنندگان یا بازدیدکنندگان منحصر به فرد در نوار کناری سایت خود را نمایش دهید."
},
"plugin-depends-on-warning": "شمارشگر بازدیدها وابسته است - تعداد بازدید های صفحه یا بازدید کنندگان منحصر به فرد در هر روز را در نوار کناری نشان می دهد.",
"sidebar-label": "برچسب چسب",
"sidebar-label-tip": "این عنوان تقریبا همیشه در نوار کناری سایت استفاده می شود.",
"show-running-total-lable": "در حال اجرا مجموع",
"show-daily-value-label": "صفحه بازدید امروز",
"show-daily-unique-value-label": "امروزه ویستورها",
"show-weekly-value-label": "این صفحه بازدید این هفته است",
"show-weekly-unique-value-label": "این ویستورهای هفته",
"show-monthly-value-label": "بازدید این ماه در صفحه",
"show-monthly-unique-value-label": "این ماهها بازدیدکنندگان",
"Enabled": "فعال شده است",
"Disabled": "معلول"
}