# Translation of WP Statistics in Danish
# This file is distributed under the same license as the WP Statistics package.
msgid ""
msgstr ""
"PO-Revision-Date: +0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: GlotPress/1.0-alpha-1000\n"
"Project-Id-Version: WP Statistics\n"

#: includes/settings/tabs/wps-exclusions.php:148
msgid "Treat corrupt browser info as a bot"
msgstr ""

#: includes/log/exclusions.php:24
msgid "404 Pages"
msgstr ""

#: includes/log/top-visitors.php:26
msgid "Date"
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:151
msgid "Treat any visitor with corrupt browser info (missing IP address or empty user agent string) as a robot."
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:215
msgid "Excluded 404 pages"
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:218
msgid "Exclude any URL that returns a \"404 - Not Found\" message."
msgstr ""

#: wps-updates.php:29
msgid "Error creating GeoIP database directory, make sure your web server has permissions to create directories in : %s"
msgstr ""

#: includes/settings/tabs/wps-general.php:281
msgid "Add page title to empty search words"
msgstr ""

#: includes/settings/tabs/wps-general.php:287
msgid "If a search engine is identified as the referrer but it does not include the search query this option will substitute the page title in quotes preceded by \"~:\" as the search query to help identify what the user may have been searching for."
msgstr ""

#: includes/settings/tabs/wps-maintenance.php:77
msgid "The number of hits required to delete the visitor.  Invalid values will disable the daily maintenance (must be 10 or greater)."
msgstr ""

#: includes/settings/tabs/wps-maintenance.php:71
msgid "Prune visitors with more than"
msgstr ""

#: includes/settings/tabs/wps-maintenance.php:65
msgid "A WP Cron job will be run daily to prune any users statistics data where the user has more than the defined number of hits in a day (aka they are probably a bot)."
msgstr ""

#: includes/optimization/tabs/wps-optimization-purging.php:217
msgid "Purge visitors with more than"
msgstr ""

#: includes/optimization/tabs/wps-optimization-purging.php:222
msgid "hits"
msgstr ""

#: includes/optimization/tabs/wps-optimization-purging.php:223
msgid "Deleted user statistics data where the user has more than the defined number of hits in a day.  This can be useful to clear up old data when your site has been hit by a bot.  This will remove the visitor and their hits to the site, however it will not remove individual page hits as that data is not recorded on a per use basis.  Minimum value is 10 hits."
msgstr ""

#: includes/functions/purge-hits.php:28
msgid "No visitors found to purge."
msgstr ""

#: includes/functions/purge-hits.php:25
msgid "%s records purged successfully."
msgstr ""

#: ajax.php:174 includes/functions/purge-hits.php:32
msgid "Number of hits must be greater than or equal to 10!"
msgstr ""

#: shortcode.php:134
msgid "Page Visits"
msgstr ""

#: shortcode.php:137
msgid "Page Count"
msgstr ""

#: shortcode.php:138
msgid "Comment Count"
msgstr ""

#: shortcode.php:139
msgid "Spam Count"
msgstr ""

#: shortcode.php:140
msgid "User Count"
msgstr ""

#: shortcode.php:141
msgid "Post Average"
msgstr ""

#: shortcode.php:142
msgid "Comment Average"
msgstr ""

#: shortcode.php:143
msgid "User Average"
msgstr ""

#: shortcode.php:151
msgid "The time frame to get the statistic for, strtotime() (http://php.net/manual/en/datetime.formats.php) will be used to calculate it."
msgstr ""

#: shortcode.php:155
msgid "Search Provider"
msgstr ""

#: shortcode.php:158
msgid "The search provider to get statistics on."
msgstr ""

#: shortcode.php:162
msgid "Number Format"
msgstr ""

#: shortcode.php:165
msgid "The format to display numbers in: i18n, english, none."
msgstr ""

#: shortcode.php:169
msgid "English"
msgstr ""

#: shortcode.php:170
msgid "International"
msgstr ""

#: includes/log/exclusions.php:191 includes/log/hit-statistics.php:163
msgid "Hits Statistics Summary"
msgstr ""

#: includes/log/exclusions.php:201 includes/log/hit-statistics.php:174
msgid "Chart Total"
msgstr ""

#: includes/log/exclusions.php:206 includes/log/hit-statistics.php:180
msgid "All Time Total"
msgstr ""

#: includes/log/log.php:57
msgid "Have you thought about donating to WP Statistics?"
msgstr ""

#: includes/settings/tabs/wps-about.php:20 wp-statistics.php:362
msgid "Donate"
msgstr ""

#: includes/settings/tabs/wps-about.php:24
msgid "Fell like showing us how much you enjoy WP Statistics?  Drop by our %s page and show us some love!"
msgstr ""

#: includes/settings/tabs/wps-about.php:24
msgid "donation"
msgstr ""

#: includes/log/log.php:57
msgid "Donate Now!"
msgstr ""

#: includes/log/log.php:57
msgid "Close"
msgstr ""

#: shortcode.php:128
msgid "Select the statistic you wish to display."
msgstr ""

#: shortcode.php:125
msgid "Statistic"
msgstr ""

#: shortcode.php:136
msgid "Post Count"
msgstr ""

#: shortcode.php:148
msgid "Time Frame"
msgstr ""

#: includes/functions/functions.php:929
msgid "to"
msgstr ""

#: includes/functions/functions.php:929 includes/log/top-visitors.php:29
msgid "Go"
msgstr ""

#: includes/log/top-pages.php:95
msgid "Rank #5"
msgstr ""

#: includes/log/top-pages.php:95
msgid "Rank #4"
msgstr ""

#: includes/log/top-pages.php:95
msgid "Rank #3"
msgstr ""

#: includes/log/top-pages.php:95
msgid "Rank #1"
msgstr ""

#: includes/log/top-pages.php:95
msgid "Rank #2"
msgstr ""

#: includes/optimization/tabs/wps-optimization-database.php:56
msgid "Visits Table"
msgstr ""

#: includes/optimization/tabs/wps-optimization-database.php:70
msgid "Older installs of WP Statistics allow for duplicate entries in the visits table in a corner case.  Newer installs protect against this with a unique index on the table.  To create the index on the older installs duplicate entries must be deleted first.  Clicking \"Update Now\" will scan the vistits table, delete duplicate entries and add the index."
msgstr ""

#: includes/optimization/tabs/wps-optimization-database.php:71
msgid "This operation could take a long time on installs with many rows in the visits table."
msgstr ""

#: includes/optimization/tabs/wps-optimization-database.php:76
msgid "Older installs of WP Statistics allow for duplicate entries in the visits table in a corner case.  Newer installs protect against this with a unique index on the table."
msgstr ""

#: includes/log/last-visitor.php:68
msgid "Filtered by"
msgstr ""

#: includes/functions/functions.php:922 includes/functions/functions.php:925
msgid "Range"
msgstr ""

#: includes/functions/functions.php:929 includes/log/top-visitors.php:29
msgid "MM/DD/YYYY"
msgstr ""

#: includes/settings/tabs/wps-general.php:342
msgid "Do not use the translations and instead use the English defaults for WP Statistics (requires two page loads)"
msgstr ""

#: includes/settings/tabs/wps-general.php:336
msgid "Force English"
msgstr ""

#: includes/settings/tabs/wps-general.php:331
msgid "Languages"
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:227
msgid "Note: this option will NOT handle url parameters (anything after the ?), only to the script name.  Entries less than two characters will be ignored."
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:225
msgid "A list of local urls (ie. /wordpress/about, one per line) to exclude from statistics collection."
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:222
msgid "Excluded URLs list"
msgstr ""

#: includes/log/exclusions.php:24
msgid "Excluded URL"
msgstr ""

#: includes/log/widgets/summary.php:66
msgid "Last 365 Days (Year)"
msgstr ""

#: includes/log/widgets/summary.php:60
msgid "Last 30 Days (Month)"
msgstr ""

#: includes/log/widgets/summary.php:54
msgid "Last 7 Days (Week)"
msgstr ""

#: includes/functions/functions.php:403
msgid "Yahoo!"
msgstr ""

#: includes/functions/functions.php:404
msgid "Yandex"
msgstr ""

#: includes/functions/functions.php:400
msgid "clearch.org"
msgstr ""

#: includes/functions/functions.php:401
msgid "DuckDuckGo"
msgstr ""

#: includes/functions/functions.php:399
msgid "Bing"
msgstr ""

#: includes/functions/functions.php:398
msgid "Baidu"
msgstr ""

#: editor.php:69
msgid "Hits in the last 20 days"
msgstr ""

#: includes/log/exclusions.php:24
msgid "Feeds"
msgstr ""

#: includes/log/exclusions.php:24
msgid "User Role"
msgstr ""

#: includes/log/exclusions.php:24
msgid "Login Page"
msgstr ""

#: includes/log/exclusions.php:24
msgid "Admin Page"
msgstr ""

#: includes/log/exclusions.php:24
msgid "Self Referral"
msgstr ""

#: includes/log/exclusions.php:24
msgid "IP Match"
msgstr ""

#: includes/log/exclusions.php:24
msgid "Robot"
msgstr ""

#: includes/log/online.php:100
msgid "Currently there are no users online in the site."
msgstr ""

#: includes/log/exclusions.php:24
msgid "Robot Threshold"
msgstr ""

#: includes/log/exclusions.php:24
msgid "Honey Pot"
msgstr ""

#: includes/log/widgets/page.php:8
msgid "Page Trending Stats"
msgstr ""

#: includes/log/exclusions.php:24
msgid "Hostname"
msgstr ""

#: includes/settings/tabs/wps-general.php:93
#: includes/settings/tabs/wps-general.php:133
#: includes/settings/tabs/wps-general.php:149
#: includes/settings/tabs/wps-general.php:188
#: includes/settings/tabs/wps-general.php:200
#: includes/settings/tabs/wps-general.php:229
#: includes/settings/tabs/wps-notifications.php:122
msgid "Enable or disable this feature"
msgstr ""

#: includes/settings/tabs/wps-general.php:99
msgid "Check for online users every"
msgstr ""

#: includes/settings/tabs/wps-general.php:104
msgid "Second"
msgstr ""

#: includes/settings/tabs/wps-general.php:105
msgid "Time for the check accurate online user in the site. Now: %s Second"
msgstr ""

#: includes/settings/tabs/wps-general.php:111
msgid "Record all user"
msgstr ""

#: includes/settings/tabs/wps-general.php:117
msgid "Ignores the exclusion settings and records all users that are online (including self referrals and robots).  Should only be used for troubleshooting."
msgstr ""

#: includes/settings/tabs/wps-general.php:155
msgid "Store entire user agent string"
msgstr ""

#: includes/settings/tabs/wps-general.php:161
msgid "Only enabled for debugging"
msgstr ""

#: includes/settings/tabs/wps-general.php:167
msgid "Coefficient per visitor"
msgstr ""

#: includes/settings/tabs/wps-general.php:172
msgid "For each visit to account for several hits. Currently %s."
msgstr ""

#: includes/settings/tabs/wps-general.php:177
#: includes/settings/tabs/wps-general.php:182 wp-statistics.php:351
#: wp-statistics.php:427
msgid "Pages"
msgstr ""

#: includes/settings/tabs/wps-general.php:194
msgid "Track all pages"
msgstr ""

#: includes/settings/tabs/wps-general.php:209
msgid "Strip parameters from URI"
msgstr ""

#: includes/settings/tabs/wps-general.php:215
msgid "This will remove anything after the ? in a URL."
msgstr ""

#: includes/settings/tabs/wps-general.php:223
msgid "Disable hits column in post/pages list"
msgstr ""

#: includes/settings/tabs/wps-general.php:234
msgid "Miscellaneous"
msgstr ""

#: includes/settings/tabs/wps-general.php:239
msgid "Show stats in menu bar"
msgstr ""

#: includes/settings/tabs/wps-general.php:244
msgid "No"
msgstr ""

#: includes/settings/tabs/wps-general.php:245
msgid "Yes"
msgstr ""

#: includes/settings/tabs/wps-general.php:247
msgid "Show stats in admin menu bar"
msgstr ""

#: includes/settings/tabs/wps-general.php:253
msgid "Hide admin notices about non active features"
msgstr ""

#: includes/settings/tabs/wps-general.php:259
msgid "By default WP Statistics displays an alert if any of the core features are disabled on every admin page, this option will disable these notices."
msgstr ""

#: includes/settings/tabs/wps-general.php:265
msgid "Delete the manual"
msgstr ""

#: includes/settings/tabs/wps-general.php:271
msgid "By default WP Statistics stores the admin manual in the plugin directory (~5 meg), if this option is enabled it will be deleted now and during upgrades in the future."
msgstr ""

#: includes/settings/tabs/wps-general.php:276
msgid "Search Engines"
msgstr ""

#: includes/settings/tabs/wps-general.php:293
msgid "Disabling all search engines is not allowed, doing so will result in all search engines being active."
msgstr ""

#: includes/settings/tabs/wps-general.php:308
msgid "disable"
msgstr ""

#: includes/settings/tabs/wps-general.php:309
msgid "Disable %s from data collection and reporting."
msgstr ""

#: includes/settings/tabs/wps-general.php:315
msgid "Charts"
msgstr ""

#: includes/settings/tabs/wps-general.php:320
msgid "Include totals"
msgstr ""

#: includes/settings/tabs/wps-general.php:326
msgid "Add a total line to charts with multiple values, like the search engine referrals"
msgstr ""

#: includes/settings/tabs/wps-geoip.php:27
msgid "GeoIP settings"
msgstr ""

#: includes/settings/tabs/wps-geoip.php:32
msgid "IP location services provided by GeoLite2 data created by MaxMind, available from %s."
msgstr ""

#: includes/settings/tabs/wps-geoip.php:42
msgid "GeoIP collection"
msgstr ""

#: includes/settings/tabs/wps-geoip.php:48
msgid "For get more information and location (country) from visitor, enable this feature."
msgstr ""

#: includes/settings/tabs/wps-geoip.php:54
msgid "Update GeoIP Info"
msgstr ""

#: includes/settings/tabs/wps-geoip.php:59
msgid "Download GeoIP Database"
msgstr ""

#: includes/settings/tabs/wps-geoip.php:66
msgid "Schedule monthly update of GeoIP DB"
msgstr ""

#: includes/settings/tabs/wps-geoip.php:92
msgid "Download of the GeoIP database will be scheduled for 2 days after the first Tuesday of the month."
msgstr ""

#: includes/settings/tabs/wps-geoip.php:93
msgid "This option will also download the database if the local filesize is less than 1k (which usually means the stub that comes with the plugin is still in place)."
msgstr ""

#: includes/settings/tabs/wps-geoip.php:99
msgid "Populate missing GeoIP after update of GeoIP DB"
msgstr ""

#: includes/settings/tabs/wps-geoip.php:105
msgid "Update any missing GeoIP data after downloading a new database."
msgstr ""

#: includes/settings/tabs/wps-geoip.php:111
msgid "Country code for private IP addresses"
msgstr ""

#: includes/settings/tabs/wps-geoip.php:116
msgid "The international standard two letter country code (ie. US = United States, CA = Canada, etc.) for private (non-routable) IP addresses (ie. 10.0.0.1, 192.158.1.1, 127.0.0.1, etc.).  Use \"000\" (three zeros) to use \"Unknown\" as the country code."
msgstr ""

#: includes/settings/tabs/wps-geoip.php:127
msgid "GeoIP collection is disabled due to the following reasons:"
msgstr ""

#: includes/settings/tabs/wps-geoip.php:130
msgid "GeoIP collection requires PHP %s or above, it is currently disabled due to the installed PHP version being  "
msgstr ""

#: includes/settings/tabs/wps-geoip.php:135
msgid "GeoIP collection requires the cURL PHP extension and it is not loaded on your version of PHP!"
msgstr ""

#: includes/settings/tabs/wps-geoip.php:141
msgid "GeoIP collection requires the BC Math PHP extension and it is not loaded on your version of PHP!"
msgstr ""

#: includes/settings/tabs/wps-geoip.php:147
msgid "PHP safe mode detected!  GeoIP collection is not supported with PHP's safe mode enabled!"
msgstr ""

#: includes/settings/tabs/wps-maintenance.php:20
msgid "This will permanently delete data from the database each day, are you sure you want to enable this option?"
msgstr ""

#: includes/settings/tabs/wps-maintenance.php:30
msgid "Database Maintenance"
msgstr ""

#: includes/settings/tabs/wps-maintenance.php:35
#: includes/settings/tabs/wps-maintenance.php:59
msgid "Run a daily WP Cron job to prune the databases"
msgstr ""

#: includes/settings/tabs/wps-maintenance.php:41
msgid "A WP Cron job will be run daily to prune any data older than a set number of days."
msgstr ""

#: includes/settings/tabs/wps-maintenance.php:47
msgid "Prune data older than"
msgstr ""

#: includes/settings/tabs/wps-maintenance.php:52
msgid "Days"
msgstr ""

#: includes/settings/tabs/wps-maintenance.php:53
msgid "The number of days to keep statistics for.  Minimum value is 30 days.  Invalid values will disable the daily maintenance."
msgstr ""

#: includes/settings/tabs/wps-notifications.php:44
msgid "Common Report Options"
msgstr ""

#: includes/settings/tabs/wps-notifications.php:49
msgid "E-mail addresses"
msgstr ""

#: includes/settings/tabs/wps-notifications.php:54
msgid "A comma separated list of e-mail addresses to send reports to."
msgstr ""

#: includes/settings/tabs/wps-notifications.php:59
msgid "Update Reports"
msgstr ""

#: includes/log/exclusions.php:24
#: includes/settings/tabs/wps-notifications.php:64
msgid "Browscap"
msgstr ""

#: includes/settings/tabs/wps-notifications.php:70
msgid "Send a report whenever the browscap.ini is updated."
msgstr ""

#: includes/log/exclusions.php:24
#: includes/settings/tabs/wps-notifications.php:76
#: includes/settings/wps-settings.php:111
msgid "GeoIP"
msgstr ""

#: includes/settings/tabs/wps-notifications.php:82
msgid "Send a report whenever the GeoIP database is updated."
msgstr ""

#: includes/settings/tabs/wps-notifications.php:88
msgid "Pruning"
msgstr ""

#: includes/settings/tabs/wps-notifications.php:94
msgid "Send a report whenever the pruning of database is run."
msgstr ""

#: includes/settings/tabs/wps-notifications.php:100
msgid "Upgrade"
msgstr ""

#: includes/settings/tabs/wps-notifications.php:106
msgid "Send a report whenever the plugin is upgraded."
msgstr ""

#: includes/settings/tabs/wps-notifications.php:111
#: includes/settings/tabs/wps-notifications.php:116 schedule.php:199
msgid "Statistical reporting"
msgstr ""

#: includes/settings/tabs/wps-notifications.php:129
msgid "Schedule"
msgstr ""

#: includes/settings/tabs/wps-notifications.php:153
msgid "Select how often to receive statistical report."
msgstr ""

#: includes/settings/tabs/wps-notifications.php:159
msgid "Send reports via"
msgstr ""

#: includes/settings/tabs/wps-notifications.php:165
msgid "Email"
msgstr ""

#: includes/settings/tabs/wps-notifications.php:167
msgid "SMS"
msgstr ""

#: includes/settings/tabs/wps-notifications.php:170
msgid "Select delivery method for statistical report."
msgstr ""

#: includes/settings/tabs/wps-notifications.php:173
msgid "Note: To send SMS text messages please install the %s plugin."
msgstr ""

#: includes/settings/tabs/wps-notifications.php:173
msgid "WordPress SMS"
msgstr ""

#: includes/settings/tabs/wps-notifications.php:180
msgid "Report body"
msgstr ""

#: includes/settings/tabs/wps-notifications.php:185
msgid "Enter the contents of the report."
msgstr ""

#: includes/settings/tabs/wps-notifications.php:187
msgid "Any shortcode supported by your installation of WordPress, include all shortcodes for WP Statistics (see the admin manual for a list of codes available) are supported in the body of the message.  Here are some examples:"
msgstr ""

#: includes/settings/tabs/wps-notifications.php:188 widget.php:38
#: widget.php:245 wp-statistics.php:532
msgid "User Online"
msgstr ""

#: includes/settings/tabs/wps-notifications.php:189 widget.php:52
#: widget.php:251
msgid "Today Visitor"
msgstr ""

#: includes/settings/tabs/wps-notifications.php:190 widget.php:45
#: widget.php:248
msgid "Today Visit"
msgstr ""

#: includes/settings/tabs/wps-notifications.php:191 widget.php:66
#: widget.php:257
msgid "Yesterday Visitor"
msgstr ""

#: includes/settings/tabs/wps-notifications.php:192 widget.php:59
msgid "Yesterday Visit"
msgstr ""

#: includes/settings/tabs/wps-notifications.php:193 widget.php:101
#: widget.php:272
msgid "Total Visitor"
msgstr ""

#: includes/settings/tabs/wps-notifications.php:194 widget.php:94
#: widget.php:269
msgid "Total Visit"
msgstr ""

#: includes/settings/tabs/wps-overview-display.php:23
#: includes/settings/tabs/wps-overview-display.php:32 shortcode.php:168
msgid "None"
msgstr ""

#: includes/settings/tabs/wps-overview-display.php:24
msgid "Summary Statistics"
msgstr ""

#: includes/settings/tabs/wps-overview-display.php:28
#: includes/settings/wps-settings.php:115
msgid "About"
msgstr ""

#: includes/settings/tabs/wps-overview-display.php:34
msgid "Hits Statistical Chart"
msgstr ""

#: includes/settings/tabs/wps-overview-display.php:36
msgid "Search Engine Referrers Statistical Chart"
msgstr ""

#: includes/settings/tabs/wps-overview-display.php:38
msgid "Top Pages Visited"
msgstr ""

#: includes/settings/tabs/wps-overview-display.php:73
msgid "Dashboard"
msgstr ""

#: includes/settings/tabs/wps-overview-display.php:77
#: includes/settings/tabs/wps-overview-display.php:97
#: includes/settings/tabs/wps-overview-display.php:117
msgid "The following items are global to all users."
msgstr ""

#: includes/settings/tabs/wps-overview-display.php:82
msgid "Disable dashboard widgets"
msgstr ""

#: includes/settings/tabs/wps-overview-display.php:88
msgid "Disable the dashboard widgets."
msgstr ""

#: includes/settings/tabs/wps-overview-display.php:93
msgid "Page/Post Editor"
msgstr ""

#: includes/settings/tabs/wps-overview-display.php:102
msgid "Disable post/page editor widget"
msgstr ""

#: includes/settings/tabs/wps-overview-display.php:108
msgid "Disable the page/post editor widget."
msgstr ""

#: includes/settings/tabs/wps-overview-display.php:122
msgid "Map type"
msgstr ""

#: includes/functions/functions.php:402
#: includes/settings/tabs/wps-overview-display.php:128
msgid "Google"
msgstr ""

#: includes/settings/tabs/wps-overview-display.php:128
msgid "JQVMap"
msgstr ""

#: includes/settings/tabs/wps-overview-display.php:135
msgid "The \"Google\" option will use Google's mapping service to plot the recent visitors (requires access to Google)."
msgstr ""

#: includes/settings/tabs/wps-overview-display.php:136
msgid "The \"JQVMap\" option will use JQVMap javascript mapping library to plot the recent visitors (requires no extenral services)."
msgstr ""

#: includes/settings/tabs/wps-overview-display.php:142
msgid "Disable map"
msgstr ""

#: includes/settings/tabs/wps-overview-display.php:148
msgid "Disable the map display"
msgstr ""

#: includes/settings/tabs/wps-overview-display.php:154
msgid "Get country location from Google"
msgstr ""

#: includes/settings/tabs/wps-overview-display.php:160
msgid "This feature may cause a performance degradation when viewing statistics and is only valid if the map type is set to \"Google\"."
msgstr ""

#: includes/settings/tabs/wps-overview-display.php:171
msgid "Overview Widgets to Display"
msgstr ""

#: includes/settings/tabs/wps-overview-display.php:175
msgid "The following items are unique to each user.  If you do not select the 'About' widget it will automatically be displayed in the last positon of column A."
msgstr ""

#: includes/settings/tabs/wps-overview-display.php:180
msgid "Slot"
msgstr ""

#: includes/settings/tabs/wps-overview-display.php:184
msgid "Column A"
msgstr ""

#: includes/settings/tabs/wps-overview-display.php:188
msgid "Column B"
msgstr ""

#: includes/settings/tabs/wps-overview-display.php:194
msgid "Slot 1"
msgstr ""

#: includes/settings/tabs/wps-overview-display.php:224
msgid "Slot 2"
msgstr ""

#: includes/settings/tabs/wps-overview-display.php:254
msgid "Slot 3"
msgstr ""

#: includes/settings/tabs/wps-overview-display.php:284
msgid "Slot 4"
msgstr ""

#: includes/settings/tabs/wps-overview-display.php:314
msgid "Slot 5"
msgstr ""

#: includes/settings/tabs/wps-overview-display.php:344
msgid "Slot 6"
msgstr ""

#: includes/settings/tabs/wps-overview-display.php:348
#: includes/settings/tabs/wps-overview-display.php:370
msgid "N/A"
msgstr ""

#: includes/settings/tabs/wps-overview-display.php:366
msgid "Slot 7"
msgstr ""

#: includes/settings/tabs/wps-removal.php:15
msgid "WP Statisitcs Removal"
msgstr ""

#: includes/settings/tabs/wps-removal.php:20
msgid "Uninstalling WP Statistics will not remove the data and settings, you can use this option to remove the WP Statistics data from your install before uninstalling the plugin."
msgstr ""

#: includes/settings/tabs/wps-removal.php:23
msgid "Once you submit this form the settings will be deleted during the page load, however WP Statistics will still show up in your Admin menu until another page load is executed."
msgstr ""

#: includes/settings/tabs/wps-removal.php:29
msgid "Remove data and settings"
msgstr ""

#: includes/settings/tabs/wps-removal.php:34
msgid "Remove"
msgstr ""

#: includes/settings/tabs/wps-removal.php:35
msgid "Remove data and settings, this action cannot be undone."
msgstr ""

#: includes/settings/wps-settings.php:106
msgid "General"
msgstr ""

#: includes/settings/wps-settings.php:107
msgid "Notifications"
msgstr ""

#: includes/settings/wps-settings.php:108
msgid "Dashboard/Overview"
msgstr ""

#: includes/settings/wps-settings.php:112
msgid "browscap"
msgstr ""

#: includes/settings/wps-settings.php:113
msgid "Maintenance"
msgstr ""

#: includes/settings/wps-settings.php:114
msgid "Removal"
msgstr ""

#: includes/settings/tabs/wps-access-level.php:85
#: includes/settings/tabs/wps-browscap.php:81
#: includes/settings/tabs/wps-exclusions.php:234
#: includes/settings/tabs/wps-general.php:349
#: includes/settings/tabs/wps-geoip.php:158
#: includes/settings/tabs/wps-maintenance.php:84
#: includes/settings/tabs/wps-notifications.php:201
#: includes/settings/tabs/wps-overview-display.php:388
#: includes/settings/tabs/wps-removal.php:42
msgid "Update"
msgstr ""

#: schedule.php:10
msgid "Once Weekly"
msgstr ""

#: schedule.php:17
msgid "Once Every 2 Weeks"
msgstr ""

#: schedule.php:24
msgid "Once Every 4 Weeks"
msgstr ""

#: widget.php:14 wp-statistics.php:342 wp-statistics.php:380
msgid "Statistics"
msgstr ""

#: widget.php:15
msgid "Show site stats in sidebar."
msgstr ""

#: widget.php:73 widget.php:260
msgid "Week Visit"
msgstr ""

#: widget.php:80 widget.php:263
msgid "Month Visit"
msgstr ""

#: widget.php:87 widget.php:266
msgid "Years Visit"
msgstr ""

#: widget.php:108 widget.php:275
msgid "Total Page Views"
msgstr ""

#: widget.php:116
msgid "Search Engine referred"
msgstr ""

#: widget.php:123 widget.php:298
msgid "Total Posts"
msgstr ""

#: widget.php:130 widget.php:301
msgid "Total Pages"
msgstr ""

#: widget.php:137 widget.php:304
msgid "Total Comments"
msgstr ""

#: widget.php:144 widget.php:307
msgid "Total Spams"
msgstr ""

#: widget.php:151 widget.php:310
msgid "Total Users"
msgstr ""

#: widget.php:158 widget.php:313
msgid "Average Posts"
msgstr ""

#: widget.php:165 widget.php:316
msgid "Average Comments"
msgstr ""

#: widget.php:172 widget.php:319
msgid "Average Users"
msgstr ""

#: shortcode.php:144 widget.php:179 widget.php:322
msgid "Last Post Date"
msgstr ""

#: widget.php:238
msgid "Name"
msgstr ""

#: widget.php:242
msgid "Items"
msgstr ""

#: widget.php:254 wp-statistics.php:557
msgid "Yesterday visit"
msgstr ""

#: widget.php:278
msgid "Search Engine Referred"
msgstr ""

#: widget.php:281
msgid "Select type of search engine"
msgstr ""

#: wp-statistics.php:70
msgid "ERROR: WP Statistics has detected an unsupported version of PHP, WP Statistics will not function without PHP Version "
msgstr ""

#: wp-statistics.php:70
msgid " or higher!"
msgstr ""

#: wp-statistics.php:70
msgid "Your current PHP version is"
msgstr ""

#: wp-statistics.php:86
msgid "WP Statistics has been removed, please disable and delete it."
msgstr ""

#. #-#-#-#-#  plugin.pot (WP Statistics 9.3.1)  #-#-#-#-#
#. Plugin Name of the plugin/theme
#: wp-statistics.php:37
msgid "WP Statistics"
msgstr ""

#. #-#-#-#-#  plugin.pot (WP Statistics 9.3.1)  #-#-#-#-#
#. Description of the plugin/theme
#: wp-statistics.php:38
msgid "Complete statistics for your WordPress site."
msgstr ""

#: wp-statistics.php:137
msgid "Online user tracking in WP Statistics is not enabled, please go to %s and enable it."
msgstr ""

#: wp-statistics.php:137 wp-statistics.php:140 wp-statistics.php:143
msgid "setting page"
msgstr ""

#: wp-statistics.php:140
msgid "Hit tracking in WP Statistics is not enabled, please go to %s and enable it."
msgstr ""

#: wp-statistics.php:143
msgid "Visitor tracking in WP Statistics is not enabled, please go to %s and enable it."
msgstr ""

#: wp-statistics.php:146
msgid "GeoIP collection is not active, please go to %s and enable this feature."
msgstr ""

#: wp-statistics.php:146
msgid "Setting page > GeoIP"
msgstr ""

#: wp-statistics.php:249 wp-statistics.php:361 wp-statistics.php:434
msgid "Settings"
msgstr ""

#: wp-statistics.php:261
msgid "Click here to visit the plugin on WordPress.org"
msgstr ""

#: wp-statistics.php:261
msgid "Visit WordPress.org page"
msgstr ""

#: wp-statistics.php:264
msgid "Click here to rate and review this plugin on WordPress.org"
msgstr ""

#: wp-statistics.php:264
msgid "Rate this plugin"
msgstr ""

#: wp-statistics.php:308
msgid "WP Statistics - Hits"
msgstr ""

#: wp-statistics.php:345 wp-statistics.php:383 wp-statistics.php:421
msgid "Overview"
msgstr ""

#: wp-statistics.php:350 wp-statistics.php:426
msgid "Online"
msgstr ""

#: wp-statistics.php:352 wp-statistics.php:428
msgid "Referrers"
msgstr ""

#: shortcode.php:135 wp-statistics.php:353 wp-statistics.php:429
msgid "Searches"
msgstr ""

#: wp-statistics.php:354 wp-statistics.php:430
msgid "Search Words"
msgstr ""

#: wp-statistics.php:355 wp-statistics.php:431
msgid "Top Visitors Today"
msgstr ""

#: wp-statistics.php:360 wp-statistics.php:433
msgid "Optimization"
msgstr ""

#: wp-statistics.php:366 wp-statistics.php:397
msgid "Manual"
msgstr ""

#: wp-statistics.php:412
msgid "Site"
msgstr ""

#: wp-statistics.php:413
msgid "Options"
msgstr ""

#: wp-statistics.php:539
msgid "Today visitor"
msgstr ""

#: wp-statistics.php:545
msgid "Today visit"
msgstr ""

#: wp-statistics.php:551
msgid "Yesterday visitor"
msgstr ""

#: wp-statistics.php:563
msgid "View Stats"
msgstr ""

#: wp-statistics.php:587
msgid "Download ODF file"
msgstr ""

#: wp-statistics.php:588
msgid "Download HTML file"
msgstr ""

#: wp-statistics.php:592
msgid "Manual file not found."
msgstr ""

#: wp-statistics.php:659 wp-statistics.php:770 wp-statistics.php:804
msgid "You do not have sufficient permissions to access this page."
msgstr ""

#: wp-statistics.php:672
msgid "Plugin tables do not exist in the database! Please re-run the %s install routine %s."
msgstr ""

#: wp-statistics.php:237
msgid "WP Statistics %s installed on"
msgstr ""

#: wps-updates.php:39
msgid "Error downloading GeoIP database from: %s - %s"
msgstr ""

#: wps-updates.php:50
msgid "Error could not open downloaded GeoIP database for reading: %s"
msgstr ""

#: wps-updates.php:57
msgid "Error could not open destination GeoIP database for writing %s"
msgstr ""

#: wps-updates.php:73
msgid "GeoIP Database updated successfully!"
msgstr ""

#: wps-updates.php:98
msgid "GeoIP update on"
msgstr ""

#: wps-updates.php:165
msgid "Error downloading browscap database from: %s - %s"
msgstr ""

#: wps-updates.php:267
msgid "browscap database updated successfully!"
msgstr ""

#: wps-updates.php:277
msgid "browscap database updated failed!  Cache file too large, reverting to previous browscap.ini."
msgstr ""

#: wps-updates.php:285
msgid "browscap database updated failed!  New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
msgstr ""

#: wps-updates.php:307
msgid "browscap already at current version!"
msgstr ""

#: wps-updates.php:320
msgid "Browscap.ini update on"
msgstr ""

#. #-#-#-#-#  plugin.pot (WP Statistics 9.3.1)  #-#-#-#-#
#. Plugin URI of the plugin/theme
#. #-#-#-#-#  plugin.pot (WP Statistics 9.3.1)  #-#-#-#-#
#. Author URI of the plugin/theme
msgid "http://wp-statistics.com/"
msgstr ""

#. Author of the plugin/theme
msgid "Mostafa Soufi & Greg Ross"
msgstr ""

#: dashboard.php:55
msgid "Quick Stats"
msgstr ""

#: dashboard.php:56 includes/log/widgets/browsers.php:58
msgid "Top 10 Browsers"
msgstr ""

#: dashboard.php:57 includes/log/widgets/countries.php:11
#: includes/settings/tabs/wps-overview-display.php:27
msgid "Top 10 Countries"
msgstr ""

#: dashboard.php:58
msgid "Today's Visitor Map"
msgstr ""

#: dashboard.php:59 editor.php:46 includes/log/hit-statistics.php:8
#: includes/log/widgets/hits.php:10
msgid "Hit Statistics"
msgstr ""

#: dashboard.php:60 includes/log/widgets/pages.php:14
msgid "Top 10 Pages"
msgstr ""

#: dashboard.php:61 includes/log/last-visitor.php:36
#: includes/log/widgets/recent.php:10
#: includes/settings/tabs/wps-overview-display.php:39
msgid "Recent Visitors"
msgstr ""

#: dashboard.php:62 includes/log/top-referring.php:27
#: includes/log/top-referring.php:42 includes/log/widgets/referring.php:16
#: includes/settings/tabs/wps-overview-display.php:26
msgid "Top Referring Sites"
msgstr ""

#: dashboard.php:63 includes/log/widgets/search.php:10
#: includes/log/widgets/summary.php:89
msgid "Search Engine Referrals"
msgstr ""

#: dashboard.php:64 includes/log/widgets/summary.php:8
msgid "Summary"
msgstr ""

#: dashboard.php:65 includes/log/last-search.php:31
#: includes/log/widgets/words.php:11
#: includes/settings/tabs/wps-overview-display.php:37
msgid "Latest Search Words"
msgstr ""

#: dashboard.php:66 includes/log/widgets/top.visitors.php:10
#: includes/settings/tabs/wps-overview-display.php:35
msgid "Top 10 Visitors Today"
msgstr ""

#: dashboard.php:97
msgid "Please reload the dashboard to display the content of this widget."
msgstr ""

#: dashboard.php:138
msgid "WP Statistics Overview"
msgstr ""

#: editor.php:63
msgid "This post is not yet published."
msgstr ""

#: includes/functions/geoip-populate.php:24
msgid "Unable to load the GeoIP database, make sure you have downloaded it in the settings page."
msgstr ""

#: includes/functions/geoip-populate.php:48
msgid "Updated %s GeoIP records in the visitors database."
msgstr ""

#: includes/functions/purge.php:21 includes/functions/purge.php:39
#: includes/functions/purge.php:50 includes/functions/purge.php:83
msgid "%s data older than %s days purged successfully."
msgstr ""

#: includes/functions/purge.php:23 includes/functions/purge.php:41
#: includes/functions/purge.php:52 includes/functions/purge.php:85
msgid "No records found to purge from %s!"
msgstr ""

#: includes/functions/purge-hits.php:45 includes/functions/purge.php:98
msgid "Database pruned on"
msgstr ""

#: includes/functions/purge.php:103
msgid "Please select a value over 30 days."
msgstr ""

#: includes/log/all-browsers.php:8
msgid "Browser Statistics"
msgstr ""

#: includes/log/all-browsers.php:14 includes/log/all-browsers.php:98
#: includes/log/all-browsers.php:233 includes/log/exclusions.php:72
#: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
#: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
#: includes/log/last-visitor.php:67 includes/log/online.php:17
#: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
#: includes/log/top-pages.php:28 includes/log/top-pages.php:148
#: includes/log/top-referring.php:38 includes/log/widgets/about.php:7
#: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
#: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
#: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
#: includes/log/widgets/recent.php:8 includes/log/widgets/referring.php:14
#: includes/log/widgets/search.php:9 includes/log/widgets/summary.php:7
#: includes/log/widgets/top.visitors.php:9 includes/log/widgets/words.php:9
msgid "Click to toggle"
msgstr ""

#: includes/log/all-browsers.php:15 includes/log/widgets/browsers.php:10
#: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:346
#: wp-statistics.php:422
msgid "Browsers"
msgstr ""

#: includes/log/all-browsers.php:42
msgid "Browsers by type"
msgstr ""

#: includes/log/all-browsers.php:99 includes/log/widgets/top.visitors.php:37
#: includes/optimization/tabs/wps-optimization-resources.php:302
msgid "Platform"
msgstr ""

#: includes/log/all-browsers.php:126
msgid "Browsers by platform"
msgstr ""

#: includes/log/all-browsers.php:234
msgid "%s Version"
msgstr ""

#: includes/log/exclusions.php:8
msgid "Attention: Exclusion are not currently set to be recorded, the results below may not reflect current statistics!"
msgstr ""

#: includes/log/exclusions.php:64
msgid "Exclusions Statistics"
msgstr ""

#: includes/functions/functions.php:879
msgid "10 Days"
msgstr ""

#: includes/functions/functions.php:879
msgid "20 Days"
msgstr ""

#: includes/functions/functions.php:879
msgid "30 Days"
msgstr ""

#: includes/functions/functions.php:879
msgid "2 Months"
msgstr ""

#: includes/functions/functions.php:879
msgid "3 Months"
msgstr ""

#: includes/functions/functions.php:879
msgid "6 Months"
msgstr ""

#: includes/functions/functions.php:879
msgid "9 Months"
msgstr ""

#: includes/functions/functions.php:879
msgid "1 Year"
msgstr ""

#: includes/log/exclusions.php:73
msgid "Exclusions Statistical Chart"
msgstr ""

#: includes/log/exclusions.php:95
msgid "Excluded hits in the last"
msgstr ""

#: includes/log/exclusions.php:95 includes/log/hit-statistics.php:65
#: includes/log/search-statistics.php:69 includes/log/widgets/hits.php:61
#: includes/log/widgets/search.php:59
#: includes/optimization/tabs/wps-optimization-purging.php:207
msgid "days"
msgstr ""

#: includes/log/exclusions.php:116
msgid "Number of excluded hits"
msgstr ""

#: includes/log/hit-statistics.php:27
msgid "Hits Statistics Chart"
msgstr ""

#: includes/log/hit-statistics.php:65 includes/log/widgets/hits.php:61
msgid "Hits in the last"
msgstr ""

#: includes/log/hit-statistics.php:86 includes/log/widgets/hits.php:82
msgid "Number of visits and visitors"
msgstr ""

#: includes/log/hit-statistics.php:100 includes/log/hit-statistics.php:169
#: includes/log/widgets/hits.php:96 includes/log/widgets/summary.php:38
msgid "Visit"
msgstr ""

#: includes/log/hit-statistics.php:100 includes/log/hit-statistics.php:170
#: includes/log/widgets/hits.php:96 includes/log/widgets/summary.php:37
msgid "Visitor"
msgstr ""

#: includes/log/last-search.php:65
msgid "Latest Search Word Statistics"
msgstr ""

#: includes/log/last-search.php:100 includes/log/last-visitor.php:101
#: includes/log/online.php:50 includes/log/widgets/google.map.php:84
#: includes/log/widgets/jqv.map.php:71 includes/log/widgets/recent.php:33
#: includes/log/widgets/words.php:36
msgid "#hash#"
msgstr ""

#: includes/log/last-search.php:105 includes/log/last-visitor.php:106
#: includes/log/online.php:55 includes/log/top-referring.php:71
#: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:43
#: includes/settings/tabs/wps-overview-display.php:33
#: includes/settings/tabs/wps-overview-display.php:113
msgid "Map"
msgstr ""

#: includes/log/last-search.php:142 includes/log/last-visitor.php:139
#: includes/log/online.php:109 includes/log/top-pages.php:198
#: includes/log/top-referring.php:125
msgid "Page"
msgstr ""

#: includes/log/last-search.php:142 includes/log/last-visitor.php:139
#: includes/log/online.php:109 includes/log/top-pages.php:198
#: includes/log/top-referring.php:125
msgid "From"
msgstr ""

#: includes/log/last-search.php:47 includes/log/last-visitor.php:38
#: includes/log/top-referring.php:29
#: includes/optimization/tabs/wps-optimization-purging.php:191 widget.php:294
msgid "All"
msgstr ""

#: includes/log/last-visitor.php:68
msgid "Recent Visitor Statistics"
msgstr ""

#: includes/log/online.php:11 includes/log/online.php:18
msgid "Online Users"
msgstr ""

#: includes/log/online.php:75
msgid "Online for "
msgstr ""

#: includes/log/page-statistics.php:26
msgid "Page Trend for Post ID"
msgstr ""

#: includes/log/page-statistics.php:35
msgid "Page Trend"
msgstr ""

#: includes/log/search-statistics.php:19 includes/log/search-statistics.php:28
msgid "Search Engine Referral Statistics"
msgstr ""

#: includes/log/search-statistics.php:69 includes/log/widgets/search.php:59
msgid "Search engine referrals in the last"
msgstr ""

#: includes/log/search-statistics.php:90 includes/log/widgets/search.php:80
msgid "Number of referrals"
msgstr ""

#: includes/log/exclusions.php:24 includes/log/search-statistics.php:104
#: includes/log/widgets/search.php:94 includes/log/widgets/summary.php:72
#: includes/log/widgets/summary.php:119
msgid "Total"
msgstr ""

#: includes/log/top-countries.php:18
msgid "Top Countries"
msgstr ""

#: includes/log/top-countries.php:30 includes/log/widgets/countries.php:30
#: includes/log/widgets/top.visitors.php:30
msgid "Rank"
msgstr ""

#: includes/log/top-countries.php:31 includes/log/widgets/countries.php:31
#: includes/log/widgets/top.visitors.php:32
msgid "Flag"
msgstr ""

#: includes/log/top-countries.php:32 includes/log/widgets/countries.php:32
#: includes/log/widgets/top.visitors.php:33
msgid "Country"
msgstr ""

#: includes/log/top-countries.php:33 includes/log/widgets/countries.php:33
msgid "Visitor Count"
msgstr ""

#: includes/log/top-pages.php:19 includes/log/top-pages.php:149
msgid "Top Pages"
msgstr ""

#: includes/log/top-pages.php:29
msgid "Top 5 Pages Trends"
msgstr ""

#: includes/log/top-pages.php:60
msgid "Top 5 Page Trending Stats"
msgstr ""

#: includes/log/top-pages.php:81 includes/log/widgets/page.php:63
msgid "Number of Hits"
msgstr ""

#: includes/log/top-pages.php:177 includes/log/widgets/pages.php:35
msgid "No page title found"
msgstr ""

#: includes/log/top-pages.php:180 includes/log/widgets/pages.php:38
#: includes/optimization/tabs/wps-optimization-historical.php:37
#: includes/settings/tabs/wps-general.php:122
#: includes/settings/tabs/wps-general.php:127 shortcode.php:132
msgid "Visits"
msgstr ""

#: includes/log/top-referring.php:4
msgid "To be added soon"
msgstr ""

#: includes/log/top-referring.php:40
msgid "Referring sites from"
msgstr ""

#: includes/log/top-referring.php:110 includes/log/widgets/referring.php:34
msgid "References"
msgstr ""

#: includes/log/top-visitors.php:12
msgid "Top 100 Visitors Today"
msgstr ""

#: includes/log/widgets/about.php:8
msgid "About WP Statistics Version %s"
msgstr ""

#: includes/log/widgets/about.php:25
msgid "Website"
msgstr ""

#: includes/log/widgets/about.php:26
msgid "Rate and Review"
msgstr ""

#: includes/log/widgets/about.php:30
msgid "More Information"
msgstr ""

#: includes/log/widgets/about.php:39 includes/settings/tabs/wps-about.php:12
msgid "This product includes GeoLite2 data created by MaxMind, available from %s."
msgstr ""

#: includes/log/widgets/browsers.php:10 includes/log/widgets/countries.php:11
#: includes/log/widgets/hits.php:10 includes/log/widgets/pages.php:14
#: includes/log/widgets/recent.php:10 includes/log/widgets/referring.php:16
#: includes/log/widgets/search.php:10 includes/log/widgets/top.visitors.php:10
#: includes/log/widgets/words.php:11
msgid "More"
msgstr ""

#: includes/log/widgets/browsers.php:51
msgid "Other"
msgstr ""

#: includes/log/widgets/google.map.php:9 includes/log/widgets/jqv.map.php:9
msgid "Today Visitors Map"
msgstr ""

#: includes/log/widgets/referring.php:35
msgid "Address"
msgstr ""

#: includes/log/widgets/summary.php:26
msgid "User(s) Online"
msgstr ""

#: includes/log/widgets/summary.php:42 includes/log/widgets/summary.php:94
msgid "Today"
msgstr ""

#: includes/log/widgets/summary.php:48 includes/log/widgets/summary.php:95
msgid "Yesterday"
msgstr ""

#: includes/log/widgets/summary.php:113
msgid "Daily Total"
msgstr ""

#: includes/log/widgets/summary.php:132
msgid "Current Time and Date"
msgstr ""

#: includes/log/widgets/summary.php:132
msgid "(Adjustment)"
msgstr ""

#: includes/log/widgets/summary.php:136
msgid "Date: %s"
msgstr ""

#: includes/log/widgets/summary.php:140
msgid "Time: %s"
msgstr ""

#: includes/log/widgets/top.visitors.php:31
#: includes/settings/tabs/wps-maintenance.php:76 wp-statistics.php:273
#: wp-statistics.php:349 wp-statistics.php:425
msgid "Hits"
msgstr ""

#: includes/log/widgets/top.visitors.php:34
msgid "IP"
msgstr ""

#: includes/log/widgets/top.visitors.php:36
msgid "Agent"
msgstr ""

#: includes/log/widgets/top.visitors.php:38
#: includes/optimization/tabs/wps-optimization-resources.php:291
msgid "Version"
msgstr ""

#: ajax.php:41 ajax.php:71 ajax.php:125 ajax.php:150 ajax.php:180
#: includes/optimization/wps-optimization.php:6
msgid "Access denied!"
msgstr ""

#: ajax.php:31
msgid "%s agent data deleted successfully."
msgstr ""

#: ajax.php:34
msgid "No agent data found to remove!"
msgstr ""

#: ajax.php:38 ajax.php:68 ajax.php:116 ajax.php:122
msgid "Please select the desired items."
msgstr ""

#: ajax.php:62
msgid "%s platform data deleted successfully."
msgstr ""

#: ajax.php:65
msgid "No platform data found to remove!"
msgstr ""

#: includes/functions/functions.php:967
msgid "%s table data deleted successfully."
msgstr ""

#: includes/functions/functions.php:971
msgid "Error, %s not emptied!"
msgstr ""

#: includes/optimization/tabs/wps-optimization-database.php:5
msgid "Database Setup"
msgstr ""

#: includes/optimization/tabs/wps-optimization-database.php:10
msgid "Re-run Install"
msgstr ""

#: includes/optimization/tabs/wps-optimization-database.php:14
msgid "Install Now!"
msgstr ""

#: includes/optimization/tabs/wps-optimization-database.php:15
msgid "If for some reason your installation of WP Statistics is missing the database tables or other core items, this will re-execute the install process."
msgstr ""

#: includes/optimization/tabs/wps-optimization-database.php:20
msgid "Database Index"
msgstr ""

#: includes/optimization/tabs/wps-optimization-database.php:25
#: includes/optimization/tabs/wps-optimization-updates.php:21
#: wp-statistics.php:347 wp-statistics.php:423
msgid "Countries"
msgstr ""

#: includes/optimization/tabs/wps-optimization-database.php:39
#: includes/optimization/tabs/wps-optimization-database.php:69
#: includes/optimization/tabs/wps-optimization-updates.php:25
#: includes/optimization/tabs/wps-optimization-updates.php:40
msgid "Update Now!"
msgstr ""

#: includes/optimization/tabs/wps-optimization-database.php:40
msgid "Older installs of WP Statistics allow for duplicate entries in the visitors table in a corner case.  Newer installs protect against this with a unique index on the table.  To create the index on the older installs duplicate entries must be deleted first.  Clicking \"Update Now\" will scan the vistitors table, delete duplicate entries and add the index."
msgstr ""

#: includes/optimization/tabs/wps-optimization-database.php:41
msgid "This operation could take a long time on installs with many rows in the visitors table."
msgstr ""

#: includes/optimization/tabs/wps-optimization-database.php:46
msgid "Older installs of WP Statistics allow for duplicate entries in the visitors table in a corner case.  Newer installs protect against this with a unique index on the table."
msgstr ""

#: includes/optimization/tabs/wps-optimization-database.php:47
#: includes/optimization/tabs/wps-optimization-database.php:77
msgid "Congratulations, your installation is already up to date, nothing to do."
msgstr ""

#: includes/optimization/tabs/wps-optimization-export.php:8
#: includes/optimization/wps-optimization.php:183
msgid "Export"
msgstr ""

#: includes/optimization/tabs/wps-optimization-export.php:13
msgid "Export from"
msgstr ""

#: includes/optimization/tabs/wps-optimization-export.php:18
#: includes/optimization/tabs/wps-optimization-export.php:36
#: includes/optimization/tabs/wps-optimization-purging.php:185
#: includes/optimization/tabs/wps-optimization-purging.php:241
#: includes/optimization/tabs/wps-optimization-purging.php:265
#: includes/settings/tabs/wps-notifications.php:134
#: includes/settings/tabs/wps-notifications.php:164
msgid "Please select"
msgstr ""

#: includes/optimization/tabs/wps-optimization-export.php:25
msgid "Select the table for the output file."
msgstr ""

#: includes/optimization/tabs/wps-optimization-export.php:31
msgid "Export To"
msgstr ""

#: includes/optimization/tabs/wps-optimization-export.php:42
msgid "Select the output file type."
msgstr ""

#: includes/optimization/tabs/wps-optimization-export.php:48
msgid "Include Header Row"
msgstr ""

#: includes/optimization/tabs/wps-optimization-export.php:53
msgid "Include a header row as the first line of the exported file."
msgstr ""

#: includes/optimization/tabs/wps-optimization-export.php:54
msgid "Start Now!"
msgstr ""

#: includes/optimization/tabs/wps-optimization-historical.php:15
msgid "Historical Values"
msgstr ""

#: includes/optimization/tabs/wps-optimization-historical.php:20
msgid "Note: As you have just purged the database you must reload this page for these numbers to be correct."
msgstr ""

#: includes/optimization/tabs/wps-optimization-historical.php:26
#: includes/settings/tabs/wps-general.php:138
#: includes/settings/tabs/wps-general.php:143 shortcode.php:133
#: wp-statistics.php:356 wp-statistics.php:432
msgid "Visitors"
msgstr ""

#: includes/optimization/tabs/wps-optimization-historical.php:31
msgid "Number of historical number of visitors to the site (current value is %s)."
msgstr ""

#: includes/optimization/tabs/wps-optimization-historical.php:42
msgid "Number of historical number of visits to the site (current value is %s)."
msgstr ""

#: includes/optimization/tabs/wps-optimization-historical.php:48
msgid "Update now!"
msgstr ""

#: includes/optimization/tabs/wps-optimization-purging.php:10
#: includes/optimization/tabs/wps-optimization-purging.php:43
#: includes/optimization/tabs/wps-optimization-purging.php:75
#: includes/optimization/tabs/wps-optimization-purging.php:107
#: includes/optimization/tabs/wps-optimization-purging.php:141
msgid "Are you sure?"
msgstr ""

#: includes/optimization/tabs/wps-optimization-purging.php:175
msgid "Data"
msgstr ""

#: includes/optimization/tabs/wps-optimization-purging.php:180
msgid "Empty Table"
msgstr ""

#: includes/optimization/tabs/wps-optimization-purging.php:193
msgid "All data table will be lost."
msgstr ""

#: includes/optimization/tabs/wps-optimization-purging.php:194
msgid "Clear now!"
msgstr ""

#: includes/optimization/tabs/wps-optimization-purging.php:202
msgid "Purge records older than"
msgstr ""

#: includes/optimization/tabs/wps-optimization-purging.php:208
msgid "Deleted user statistics data older than the selected number of days.  Minimum value is 30 days."
msgstr ""

#: includes/optimization/tabs/wps-optimization-purging.php:209
#: includes/optimization/tabs/wps-optimization-purging.php:224
msgid "Purge now!"
msgstr ""

#: includes/optimization/tabs/wps-optimization-purging.php:231
msgid "Delete User Agent Types"
msgstr ""

#: includes/optimization/tabs/wps-optimization-purging.php:236
msgid "Delete Agents"
msgstr ""

#: includes/optimization/tabs/wps-optimization-purging.php:251
msgid "All visitor data will be lost for this agent type."
msgstr ""

#: includes/optimization/tabs/wps-optimization-purging.php:252
#: includes/optimization/tabs/wps-optimization-purging.php:276
msgid "Delete now!"
msgstr ""

#: includes/optimization/tabs/wps-optimization-purging.php:260
msgid "Delete Platforms"
msgstr ""

#: includes/optimization/tabs/wps-optimization-purging.php:275
msgid "All visitor data will be lost for this platform type."
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:17
msgid "Resources"
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:22
#: includes/optimization/tabs/wps-optimization-resources.php:27
msgid "Memory usage in PHP"
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:26
#: includes/optimization/tabs/wps-optimization-resources.php:37
msgid "Byte"
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:33
msgid "Last Overview page memory usage"
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:38
msgid "Memory usage in the overview page"
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:44
msgid "PHP Memory Limit"
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:49
msgid "The memory limit a script is allowed to consume, set in php.ini."
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:55
#: includes/optimization/tabs/wps-optimization-resources.php:66
#: includes/optimization/tabs/wps-optimization-resources.php:77
#: includes/optimization/tabs/wps-optimization-resources.php:88
#: includes/optimization/tabs/wps-optimization-resources.php:99
#: includes/optimization/tabs/wps-optimization-resources.php:110
msgid "Number of rows in the %s table"
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:59
#: includes/optimization/tabs/wps-optimization-resources.php:70
#: includes/optimization/tabs/wps-optimization-resources.php:81
#: includes/optimization/tabs/wps-optimization-resources.php:92
#: includes/optimization/tabs/wps-optimization-resources.php:103
#: includes/optimization/tabs/wps-optimization-resources.php:114
msgid "Row"
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:60
#: includes/optimization/tabs/wps-optimization-resources.php:71
#: includes/optimization/tabs/wps-optimization-resources.php:82
#: includes/optimization/tabs/wps-optimization-resources.php:93
#: includes/optimization/tabs/wps-optimization-resources.php:104
#: includes/optimization/tabs/wps-optimization-resources.php:115
msgid "Number of rows"
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:120
msgid "Version Info"
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:125
msgid "WP Statistics Version"
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:130
msgid "The WP Statistics version you are running."
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:136
msgid "PHP Version"
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:141
msgid "The PHP version you are running."
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:147
msgid "PHP Safe Mode"
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:152
msgid "Is PHP Safe Mode active.  The GeoIP code is not supported in Safe Mode."
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:158
msgid "jQuery Version"
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:163
msgid "The jQuery version you are running."
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:169
msgid "cURL Version"
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:173
msgid "cURL not installed"
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:174
msgid "The PHP cURL Extension version you are running.  cURL is required for the GeoIP code, if it is not installed GeoIP will be disabled."
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:180
msgid "BC Math"
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:184
msgid "Installed"
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:184
msgid "Not installed"
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:185
msgid "If the PHP BC Math Extension is installed.  BC Math is no longer required for the GeoIP code and is listed here only for historical reasons."
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:190
msgid "File Info"
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:195
msgid "GeoIP Database"
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:204
msgid "Database file does not exist."
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:206
#: includes/optimization/tabs/wps-optimization-resources.php:225
#: includes/optimization/tabs/wps-optimization-resources.php:244
msgid ", created on "
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:208
msgid "The file size and date of the GeoIP database."
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:214
msgid "browscap.ini File"
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:223
msgid "browscap.ini file does not exist."
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:227
msgid "The file size and date of the browscap.ini file."
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:233
msgid "browscap Cache File"
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:242
msgid "browscap cache file does not exist."
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:246
msgid "The file size and date of the browscap cache file."
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:251
msgid "Client Info"
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:256
msgid "Client IP"
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:261
msgid "The client IP address."
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:267
msgid "User Agent"
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:272
msgid "The client user agent string."
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:278
msgid "Browser"
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:285
msgid "The detected client browser."
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:296
msgid "The detected client browser version."
msgstr ""

#: includes/optimization/tabs/wps-optimization-resources.php:307
msgid "The detected client platform."
msgstr ""

#: includes/optimization/tabs/wps-optimization-updates.php:4
msgid "This will replace all IP addresses in the database with hash values and cannot be undo, are you sure?"
msgstr ""

#: includes/optimization/tabs/wps-optimization-updates.php:16
msgid "GeoIP Options"
msgstr ""

#: includes/optimization/tabs/wps-optimization-updates.php:26
msgid "Updates any unknown location data in the database, this may take a while"
msgstr ""

#: includes/optimization/tabs/wps-optimization-updates.php:31
#: includes/settings/tabs/wps-general.php:66
msgid "IP Addresses"
msgstr ""

#: includes/optimization/tabs/wps-optimization-updates.php:36
#: includes/settings/tabs/wps-general.php:71
msgid "Hash IP Addresses"
msgstr ""

#: includes/optimization/tabs/wps-optimization-updates.php:41
msgid "Replace IP addresses in the database with hash values, you will not be able to recover the IP addresses in the future to populate location information afterwards and this may take a while"
msgstr ""

#: includes/optimization/wps-optimization.php:43
msgid "IP Addresses replaced with hash values."
msgstr ""

#: includes/optimization/wps-optimization.php:51
msgid "Install routine complete."
msgstr ""

#: includes/optimization/wps-optimization.php:182
msgid "Resources/Information"
msgstr ""

#: includes/optimization/wps-optimization.php:184
msgid "Purging"
msgstr ""

#: includes/optimization/wps-optimization.php:185
msgid "Database"
msgstr ""

#: includes/optimization/wps-optimization.php:186
msgid "Updates"
msgstr ""

#: includes/optimization/wps-optimization.php:187
msgid "Historical"
msgstr ""

#: includes/settings/tabs/wps-about.php:8
msgid "WP Statistics V%s"
msgstr ""

#: includes/settings/tabs/wps-about.php:28
msgid "Visit Us Online"
msgstr ""

#: includes/settings/tabs/wps-about.php:32
msgid "Come visit our great new %s and keep up to date on the latest news about WP Statistics."
msgstr ""

#: includes/settings/tabs/wps-about.php:32
msgid "website"
msgstr ""

#: includes/settings/tabs/wps-about.php:36
msgid "Rate and Review at WordPress.org"
msgstr ""

#: includes/settings/tabs/wps-about.php:40
msgid "Thanks for installing WP Statistics, we encourage you to submit a "
msgstr ""

#: includes/settings/tabs/wps-about.php:40
msgid "rating and review"
msgstr ""

#: includes/settings/tabs/wps-about.php:40
msgid "over at WordPress.org.  Your feedback is greatly appreciated!"
msgstr ""

#: includes/settings/tabs/wps-about.php:44
msgid "Translations"
msgstr ""

#: includes/settings/tabs/wps-about.php:48
msgid "WP Statistics supports internationalization and we encourage our users to submit translations, please visit our %s to see the current status and %s if you would like to help."
msgstr ""

#: includes/settings/tabs/wps-about.php:48
msgid "translation collaboration site"
msgstr ""

#: includes/settings/tabs/wps-about.php:48
msgid "drop us a line"
msgstr ""

#: includes/settings/tabs/wps-about.php:52
msgid "Support"
msgstr ""

#: includes/settings/tabs/wps-about.php:57
msgid "We're sorry you're having problem with WP Statistics and we're happy to help out.  Here are a few things to do before contacting us:"
msgstr ""

#: includes/settings/tabs/wps-about.php:60
#: includes/settings/tabs/wps-about.php:61
msgid "Have you read the %s?"
msgstr ""

#: includes/settings/tabs/wps-about.php:60
msgid "FAQs"
msgstr ""

#: includes/settings/tabs/wps-about.php:61
msgid "manual"
msgstr ""

#: includes/settings/tabs/wps-about.php:62
msgid "Have you search the %s for a similar issue?"
msgstr ""

#: includes/settings/tabs/wps-about.php:62
msgid "support forum"
msgstr ""

#: includes/settings/tabs/wps-about.php:63
msgid "Have you search the Internet for any error messages you are receiving?"
msgstr ""

#: includes/settings/tabs/wps-about.php:64
msgid "Make sure you have access to your PHP error logs."
msgstr ""

#: includes/settings/tabs/wps-about.php:67
msgid "And a few things to double-check:"
msgstr ""

#: includes/settings/tabs/wps-about.php:70
msgid "How's your memory_limit in php.ini?"
msgstr ""

#: includes/settings/tabs/wps-about.php:71
msgid "Have you tried disabling any other plugins you may have installed?"
msgstr ""

#: includes/settings/tabs/wps-about.php:72
msgid "Have you tried using the default WordPress theme?"
msgstr ""

#: includes/settings/tabs/wps-about.php:73
msgid "Have you double checked the plugin settings?"
msgstr ""

#: includes/settings/tabs/wps-about.php:74
msgid "Do you have all the required PHP extensions installed?"
msgstr ""

#: includes/settings/tabs/wps-about.php:75
msgid "Are you getting a blank or incomplete page displayed in your browser?  Did you view the source for the page and check for any fatal errors?"
msgstr ""

#: includes/settings/tabs/wps-about.php:76
msgid "Have you checked your PHP and web server error logs?"
msgstr ""

#: includes/settings/tabs/wps-about.php:79
msgid "Still not having any luck?"
msgstr ""

#: includes/settings/tabs/wps-about.php:79
msgid "Then please open a new thread on the %s and we'll respond as soon as possible."
msgstr ""

#: includes/settings/tabs/wps-about.php:79
msgid "WordPress.org support forum"
msgstr ""

#: includes/settings/tabs/wps-about.php:83
msgid "Alternatively %s support is available as well."
msgstr ""

#: includes/settings/tabs/wps-about.php:83
msgid "Farsi"
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:21
msgid "WP Statistics Honey Pot Page"
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:22
msgid "This is the honey pot for WP Statistics to use, do not delete."
msgstr ""

#: includes/settings/tabs/wps-access-level.php:23
#: includes/settings/wps-settings.php:109
msgid "Access Levels"
msgstr ""

#: includes/settings/tabs/wps-access-level.php:52
msgid "Required user level to view WP Statistics"
msgstr ""

#: includes/settings/tabs/wps-access-level.php:67
msgid "Required user level to manage WP Statistics"
msgstr ""

#: includes/settings/tabs/wps-access-level.php:75
msgid "See the %s for details on capability levels."
msgstr ""

#: includes/settings/tabs/wps-access-level.php:75
msgid "WordPress Roles and Capabilities page"
msgstr ""

#: includes/settings/tabs/wps-access-level.php:76
msgid "Hint: manage_network = Super Admin Network, manage_options = Administrator, edit_others_posts = Editor, publish_posts = Author, edit_posts = Contributor, read = Everyone."
msgstr ""

#: includes/settings/tabs/wps-access-level.php:77
msgid "Each of the above casscades the rights upwards in the default WordPress configuration.  So for example selecting publish_posts grants the right to Authors, Editors, Admins and Super Admins."
msgstr ""

#: includes/settings/tabs/wps-access-level.php:78
msgid "If you need a more robust solution to delegate access you might want to look at %s in the WordPress plugin directory."
msgstr ""

#: includes/log/exclusions.php:197 includes/settings/tabs/wps-exclusions.php:46
#: includes/settings/wps-settings.php:110 wp-statistics.php:348
#: wp-statistics.php:424
msgid "Exclusions"
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:50
msgid "Record exclusions"
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:52
#: includes/settings/tabs/wps-exclusions.php:106
#: includes/settings/tabs/wps-exclusions.php:133
#: includes/settings/tabs/wps-exclusions.php:150
msgid "Enable"
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:53
msgid "This will record all the excluded hits in a separate table with the reasons why it was excluded but no other information.  This will generate a lot of data but is useful if you want to see the total number of hits your site gets, not just actual user visits."
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:58
msgid "Exclude User Roles"
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:74
#: includes/settings/tabs/wps-exclusions.php:196
#: includes/settings/tabs/wps-exclusions.php:203
#: includes/settings/tabs/wps-exclusions.php:210
#: includes/settings/tabs/wps-exclusions.php:217
msgid "Exclude"
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:75
msgid "Exclude %s role from data collection."
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:81
msgid "IP/Robot Exclusions"
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:85
msgid "Robot list"
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:98
msgid "A list of words (one per line) to match against to detect robots.  Entries must be at least 4 characters long or they will be ignored."
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:99
msgid "Reset to Default"
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:104
msgid "Force robot list update after upgrades"
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:107
msgid "Force the robot list to be reset to the default after an update to WP Statistics takes place.  Note if this option is enabled any custom robots you have added to the list will be lost."
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:112
msgid "Robot visit threshold"
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:115
msgid "Treat visitors with more than this number of visits per day as robots.  0 = disabled."
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:120
msgid "Excluded IP address list"
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:123
msgid "A list of IP addresses and subnet masks (one per line) to exclude from statistics collection (both 192.168.0.0/24 and 192.168.0.0/255.255.255.0 formats are accepted).  To specify an IP address only, use a subnet value of 32 or 255.255.255.255."
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:124
msgid "Add 10.0.0.0"
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:125
msgid "Add 172.16.0.0"
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:126
msgid "Add 192.168.0.0"
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:131
msgid "Use honey pot"
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:134
msgid "Use a honey pot page to identify robots."
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:139
msgid "Honey pot post id"
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:142
msgid "The post id to use for the honeypot page."
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:143
msgid "Create a new honey pot page"
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:156
msgid "GeoIP Exclusions"
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:160
msgid "Excluded countries list"
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:163
msgid "A list of country codes (one per line, two letters each) to exclude from statistics collection.  Use \"000\" (three zeros) to exclude unknown countries."
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:168
msgid "Included countries list"
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:171
msgid "A list of country codes (one per line, two letters each) to include in statistics collection, if this list is not empty, only visitors from the included countries will be recorded.  Use \"000\" (three zeros) to exclude unknown countries."
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:176
msgid "Host Exclusions"
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:180
msgid "Excluded hosts list"
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:183
msgid "A list of fully qualified host names (ie. server.example.com, one per line) to exclude from statistics collection."
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:185
msgid "Note: this option will NOT perform a reverse DNS lookup on each page load but instead cache the IP address for the provided hostnames for one hour.  If you are excluding dynamically assigned hosts you may find some degree of overlap when the host changes it's IP address and when the cache is updated resulting in some hits recorded."
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:190
msgid "Site URL Exclusions"
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:194
msgid "Excluded login page"
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:197
msgid "Exclude the login page for registering as a hit."
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:201
msgid "Excluded admin pages"
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:204
msgid "Exclude the admin pages for registering as a hit."
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:208
msgid "Excluded RSS feeds"
msgstr ""

#: includes/settings/tabs/wps-exclusions.php:211
msgid "Exclude the RSS feeds for registering as a hit."
msgstr ""

#: includes/settings/tabs/wps-browscap.php:22
msgid "browscap settings"
msgstr ""

#: includes/settings/tabs/wps-browscap.php:27
msgid "browscap usage"
msgstr ""

#: includes/settings/tabs/wps-browscap.php:32
#: includes/settings/tabs/wps-browscap.php:56
#: includes/settings/tabs/wps-general.php:76
#: includes/settings/tabs/wps-general.php:92
#: includes/settings/tabs/wps-general.php:116
#: includes/settings/tabs/wps-general.php:132
#: includes/settings/tabs/wps-general.php:148
#: includes/settings/tabs/wps-general.php:160
#: includes/settings/tabs/wps-general.php:187
#: includes/settings/tabs/wps-general.php:199
#: includes/settings/tabs/wps-general.php:214
#: includes/settings/tabs/wps-general.php:228
#: includes/settings/tabs/wps-general.php:258
#: includes/settings/tabs/wps-general.php:270
#: includes/settings/tabs/wps-general.php:286
#: includes/settings/tabs/wps-general.php:325
#: includes/settings/tabs/wps-general.php:341
#: includes/settings/tabs/wps-geoip.php:47
#: includes/settings/tabs/wps-geoip.php:71
#: includes/settings/tabs/wps-geoip.php:104
#: includes/settings/tabs/wps-maintenance.php:40
#: includes/settings/tabs/wps-maintenance.php:64
#: includes/settings/tabs/wps-notifications.php:69
#: includes/settings/tabs/wps-notifications.php:81
#: includes/settings/tabs/wps-notifications.php:93
#: includes/settings/tabs/wps-notifications.php:105
#: includes/settings/tabs/wps-notifications.php:121
#: includes/settings/tabs/wps-overview-display.php:87
#: includes/settings/tabs/wps-overview-display.php:107
#: includes/settings/tabs/wps-overview-display.php:147
#: includes/settings/tabs/wps-overview-display.php:159
msgid "Active"
msgstr ""

#: includes/settings/tabs/wps-browscap.php:33
msgid "The browscap database will be downloaded and used to detect robots."
msgstr ""

#: includes/settings/tabs/wps-browscap.php:39
msgid "Update browscap Info"
msgstr ""

#: includes/settings/tabs/wps-browscap.php:44
msgid "Download browscap Database"
msgstr ""

#: includes/settings/tabs/wps-browscap.php:45
#: includes/settings/tabs/wps-geoip.php:60
msgid "Save changes on this page to download the update."
msgstr ""

#: includes/settings/tabs/wps-browscap.php:51
msgid "Schedule weekly update of browscap DB"
msgstr ""

#: includes/settings/tabs/wps-browscap.php:59
#: includes/settings/tabs/wps-geoip.php:74
msgid "Next update will be"
msgstr ""

#: includes/settings/tabs/wps-browscap.php:74
msgid "Download of the browscap database will be scheduled for once a week."
msgstr ""

#: includes/settings/tabs/wps-general.php:50
msgid "This will delete the manual when you save the settings, are you sure?"
msgstr ""

#: includes/settings/tabs/wps-general.php:77
msgid "This feature will not store IP addresses in the database but instead used a unique hash.  The \"Store entire user agent string\" setting will be disabled if this is selected.  You will not be able to recover the IP addresses in the future to recover location information if this is enabled."
msgstr ""

#: includes/settings/tabs/wps-general.php:82 shortcode.php:131
msgid "Users Online"
msgstr ""

#: includes/settings/tabs/wps-general.php:87
msgid "User online"
msgstr ""