Slimstat Analytics - Version 4.6.3

Version Description

  • [Note] We would like to thank all the people who stepped forward to offer their help and test this new version before it was officially released. We worked with our users to identify the many different scenarios related to lightbox libraries, jQuery animations and so forth. It was a great team effort! You guys are terrific!
  • [Update] Say goodbye to incompatibility issues with lightbox libraries, jQuery drop down menus, fancy animations and the like. We worked on the tracking algorithm to make it less intrusive, and to FINALLY play nice with any other event handlers attached to your DOM elements. As an added bonus, the new tracker is performing from 10 to 30 percent faster in our tests. Not bad, huh?
  • [Update] If you are using the CDN service offered by our partners at jsDelivr, the tracker will now reference your current version of Slimstat, not the "trunk". This will avoid issues in the future to those who don't want to upgrade to the latest version right away (thank you, mth75).
  • [Update] The tracker is no longer looking for Shockwave Director or Real Player when detecting browser plugins (is anyone still using them?). On the other side, it is now detecting the Java Virtual Machine and any PDF viewer (either Adobe plugin or built into the browser).
  • [Update] One of our users thought that all the inline data-slimstat attributes appended by our tracker to all his links looked ugly and might affect performance (no, they do not). That struck a cord in our perfectionist developer, and he decided to rewrite that functionality to minimize the intrusiveness of our algorithm.
  • [Fix] Apparently the XSS vulnerability discovered by the Mitre Corporation had not been completely fixed in version 4.6, according to them. Now they confirmed that the issue has been resolved.
Download this release

Release Info

Developer coolmann
Plugin Icon 128x128 Slimstat Analytics
Version 4.6.3
Comparing to
See all releases

Code changes from version 4.6.2 to 4.6.3

admin/config/index.php CHANGED
@@ -104,16 +104,15 @@ $settings = array(
104
  'title' => __( 'Tracker', 'wp-slimstat' ),
105
  'rows' => array(
106
  'filters_outbound_header' => array( 'description' => __( 'Link Tracking', 'wp-slimstat' ), 'type' => 'section_header' ),
107
- 'ignore_outbound_classes_rel_href' => array( 'description' => __( 'No Callback', 'wp-slimstat' ), 'type' => 'textarea', 'long_description' => __( "Track the event but do not invoke the callback function on links marked with one of these class names, <em>rel</em> attribute or whose <em>href</em> attribute contains one of these strings. Useful to prevent conflicts with lightbox and similar libraries.", 'wp-slimstat' ) ),
108
  'do_not_track_outbound_classes_rel_href' => array( 'description' => __( 'Do Not Track', 'wp-slimstat' ), 'type' => 'textarea', 'long_description' => __( "Slimstat will ignore links marked with one of these class names, <em>rel</em> attributes or whose <em>href</em> attribute contains one of these strings. Please keep in mind that the class <code>noslimstat</code> is also used to avoid tracking interactive links throughout the reports. If you remove it from this list, some features might not work as expected.", 'wp-slimstat' ) ),
 
109
  'track_same_domain_referers' => array( 'description' => __( 'Same-Domain Referrers', 'wp-slimstat' ), 'type' => 'toggle', 'long_description' => __( 'By default, when the domain of the referrer for a given page view is the same as the current site, that information is not tracked to save space in the database. However, if you are running a multisite network with subfolders, you might need to track same-domain referrers from one site to another, as they are technically "separate" websites.', 'wp-slimstat' ) ),
110
 
111
  'advanced_tracker_header' => array( 'description' => __( 'Advanced Options', 'wp-slimstat' ), 'type' => 'section_header' ),
112
- 'track_users' => array( 'description' => __( 'Track Registered Users', 'wp-slimstat' ), 'type' => 'toggle', 'long_description' => __( 'Enable this option to track logged in users.', 'wp-slimstat' ) ),
113
  'session_duration' => array('description' => __( 'Session Duration', 'wp-slimstat' ), 'type' => 'integer', 'long_description' => __( 'How many seconds should a human session last? Google Analytics sets it to 1800 seconds.', 'wp-slimstat' ), 'after_input_field' => __( 'seconds', 'wp-slimstat' ) ),
114
  'extend_session' => array( 'description' => __( 'Extend Session', 'wp-slimstat' ), 'type' => 'toggle', 'long_description' => __( 'Extend the duration of a session each time the user visits a new page.', 'wp-slimstat' ) ),
115
  'enable_cdn' => array('description' => __('Enable CDN','wp-slimstat'), 'type' => 'toggle', 'long_description' => __("Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, by serving our tracking code from their fast and reliable network (free service).",'wp-slimstat')),
116
- 'extensions_to_track' => array('description' => __('Extensions to Track','wp-slimstat'), 'type' => 'textarea', 'long_description' => __("List all the file extensions that you want to be treated as Downloads. Please note that links pointing to external resources (i.e. PDFs on an external website) are considered Downloads and not Outbound Links (and tracked as such), if their extension matches one of the ones listed here below.",'wp-slimstat')),
117
 
118
  'advanced_external_pages_header' => array('description' => __('External Pages','wp-slimstat'), 'type' => 'section_header'),
119
  'external_pages_script' => array('type' => 'static', 'skip_update' => 'yes', 'description' => __('Add the following code to all the non-WP pages you want to track, right before the closing BODY tag. Please make sure to change the protocol of all the URLs to HTTPS, if you external site is served over a secure channel.','wp-slimstat'), 'long_description' => '&lt;script type="text/javascript"&gt;
104
  'title' => __( 'Tracker', 'wp-slimstat' ),
105
  'rows' => array(
106
  'filters_outbound_header' => array( 'description' => __( 'Link Tracking', 'wp-slimstat' ), 'type' => 'section_header' ),
 
107
  'do_not_track_outbound_classes_rel_href' => array( 'description' => __( 'Do Not Track', 'wp-slimstat' ), 'type' => 'textarea', 'long_description' => __( "Slimstat will ignore links marked with one of these class names, <em>rel</em> attributes or whose <em>href</em> attribute contains one of these strings. Please keep in mind that the class <code>noslimstat</code> is also used to avoid tracking interactive links throughout the reports. If you remove it from this list, some features might not work as expected.", 'wp-slimstat' ) ),
108
+ 'extensions_to_track' => array( 'description' => __( 'Downloads', 'wp-slimstat' ), 'type' => 'textarea', 'long_description' => __( 'List all the file extensions that you want to be treated as Downloads. Please note that links pointing to external resources (i.e. PDFs on an external website) are considered Downloads and not Outbound Links (and tracked as such), if their extension matches one of the ones listed here below.', 'wp-slimstat' ) ),
109
  'track_same_domain_referers' => array( 'description' => __( 'Same-Domain Referrers', 'wp-slimstat' ), 'type' => 'toggle', 'long_description' => __( 'By default, when the domain of the referrer for a given page view is the same as the current site, that information is not tracked to save space in the database. However, if you are running a multisite network with subfolders, you might need to track same-domain referrers from one site to another, as they are technically "separate" websites.', 'wp-slimstat' ) ),
110
 
111
  'advanced_tracker_header' => array( 'description' => __( 'Advanced Options', 'wp-slimstat' ), 'type' => 'section_header' ),
112
+ 'track_users' => array( 'description' => __( 'Track WP Users', 'wp-slimstat' ), 'type' => 'toggle', 'long_description' => __( 'Enable this option to track logged in users.', 'wp-slimstat' ) ),
113
  'session_duration' => array('description' => __( 'Session Duration', 'wp-slimstat' ), 'type' => 'integer', 'long_description' => __( 'How many seconds should a human session last? Google Analytics sets it to 1800 seconds.', 'wp-slimstat' ), 'after_input_field' => __( 'seconds', 'wp-slimstat' ) ),
114
  'extend_session' => array( 'description' => __( 'Extend Session', 'wp-slimstat' ), 'type' => 'toggle', 'long_description' => __( 'Extend the duration of a session each time the user visits a new page.', 'wp-slimstat' ) ),
115
  'enable_cdn' => array('description' => __('Enable CDN','wp-slimstat'), 'type' => 'toggle', 'long_description' => __("Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, by serving our tracking code from their fast and reliable network (free service).",'wp-slimstat')),
 
116
 
117
  'advanced_external_pages_header' => array('description' => __('External Pages','wp-slimstat'), 'type' => 'section_header'),
118
  'external_pages_script' => array('type' => 'static', 'skip_update' => 'yes', 'description' => __('Add the following code to all the non-WP pages you want to track, right before the closing BODY tag. Please make sure to change the protocol of all the URLs to HTTPS, if you external site is served over a secure channel.','wp-slimstat'), 'long_description' => '&lt;script type="text/javascript"&gt;
admin/images/plugins/pdfviewer.png ADDED
Binary file
admin/view/wp-slimstat-reports.php CHANGED
@@ -1983,7 +1983,7 @@ class wp_slimstat_reports {
1983
  public static function fs_url( $_filters = '' ) {
1984
 
1985
  // Allow only legitimate requests
1986
- $request_uri = $_SERVER[ 'REQUEST_URI' ];
1987
  $request_page = 'slimview1';
1988
 
1989
  if ( !is_admin() ) {
1983
  public static function fs_url( $_filters = '' ) {
1984
 
1985
  // Allow only legitimate requests
1986
+ $request_uri = htmlspecialchars( $_SERVER[ 'REQUEST_URI' ], ENT_QUOTES, 'UTF-8' );
1987
  $request_page = 'slimview1';
1988
 
1989
  if ( !is_admin() ) {
admin/wp-slimstat-admin.php CHANGED
@@ -11,9 +11,7 @@ class wp_slimstat_admin {
11
  * Init -- Sets things up.
12
  */
13
  public static function init() {
14
- self::$admin_notice = "Have you tested our new widget/shortcode feature yet? Version 4.6.1 introduced the ability to display your reports as widgets and shortcodes on your website. You can now add any report (including the charts and the world map!) to any page on your website. Please <strong><a href='https://slimstat.freshdesk.com/solution/articles/5000631833-what-is-the-syntax-of-a-slimstat-shortcode-#slimstat-operators' target='_blank'>take a look at our knowledge base</a></strong> to learn more about the new syntax. Or simply head over to your Appearance > Widgets admin screen and add the Slimstat widget to any of your sidebars. Please keep in mind that this feature is still experimental, and do not hesitate to contact us if you have any questions or to let us know about a bug you might have found.";
15
-
16
- // self::$admin_notice = "A few releases ago, Slimstat contained a bug that would trigger a white screen of death under certain circumstances. We have already apologized for the inconvenience this might have caused to our users, and although we promptly released an update to patch the bug, we still receive requests (almost a month later) from users who don't know how to fix the problem. We understand your frustration when this happens. With a small team, we try our best to test various scenarios before releasing a new update. However, occasionally, something sneaks through our tests unnoticed. For this reason, we would like to renew our invitation to join our list of beta testers, and help us avoid this kind of bugaboos in the future. Please contact our <a href='http://support.wp-slimstat.com/' target='_blank'>support team</a> today if you would like to help. P.S.: how do you like the new charts?";
17
 
18
  self::$admin_notice .= '<br/><br/><a id="slimstat-hide-admin-notice" href="#" class="button-secondary">Got it, thanks</a>';
19
 
11
  * Init -- Sets things up.
12
  */
13
  public static function init() {
14
+ self::$admin_notice = "A few releases ago, Slimstat contained a bug that would trigger a white screen of death under certain circumstances. Although we promptly released an update to patch the bug, we still receive requests (almost two months later) from users who don't know how to fix the problem. We understand your frustration when problems like this happen. With a small team, we try our best to test various scenarios before releasing a new update. However, occasionally, something sneaks through our tests unnoticed. For this reason, we would like to renew our invitation to join our list of beta testers, and help us avoid this kind of bugaboos in the future. Please contact our <a href='http://support.wp-slimstat.com/' target='_blank'>support team</a> today if you would like to help.";
 
 
15
 
16
  self::$admin_notice .= '<br/><br/><a id="slimstat-hide-admin-notice" href="#" class="button-secondary">Got it, thanks</a>';
17
 
languages/dynamic_strings.php CHANGED
@@ -90,6 +90,7 @@ __('director','wp-slimstat'), // Macromedia Director
90
  __('flash','wp-slimstat'), // Adobe Flash Player
91
  __('mediaplayer','wp-slimstat'), // Microsoft Media Player
92
  __('quicktime','wp-slimstat'), // QuickTime
 
93
  __('real','wp-slimstat'), // Real Player
94
  __('silverlight','wp-slimstat'), // Microsoft Silverlight
95
 
90
  __('flash','wp-slimstat'), // Adobe Flash Player
91
  __('mediaplayer','wp-slimstat'), // Microsoft Media Player
92
  __('quicktime','wp-slimstat'), // QuickTime
93
+ __('pdfviewer','wp-slimstat'), // PDF Viewer (Acrobat or built-in)
94
  __('real','wp-slimstat'), // Real Player
95
  __('silverlight','wp-slimstat'), // Microsoft Silverlight
96
 
languages/wp-slimstat-en_US.mo CHANGED
Binary file
languages/wp-slimstat-en_US.po CHANGED
@@ -1,7 +1,7 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP SlimStat\n"
4
- "POT-Creation-Date: 2016-07-17 13:47-0500\n"
5
  "PO-Revision-Date: \n"
6
  "Last-Translator: WP Slimstat <support@wp-slimstat.com>\n"
7
  "Language-Team: camu <support@wp-slimstat.com>\n"
@@ -9,7 +9,7 @@ msgstr ""
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.6.11\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: .\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -17,42 +17,42 @@ msgstr ""
17
  "X-Poedit-SearchPathExcluded-0: ../admin/update-checker\n"
18
  "X-Poedit-SearchPathExcluded-1: ../admin/js\n"
19
 
20
- #: ../admin/config/index.php:32 ../admin/config/index.php:57
21
- #: ../admin/config/index.php:82
22
  msgid ""
23
  "Invalid capability. Please check <a href=\"http://codex.wordpress.org/"
24
  "Roles_and_Capabilities\" target=\"_new\">this page</a> for more information"
25
  msgstr ""
26
 
27
- #: ../admin/config/index.php:47
28
  msgid "Read access: username not found"
29
  msgstr ""
30
 
31
- #: ../admin/config/index.php:72
32
  msgid "Config access: username not found"
33
  msgstr ""
34
 
35
- #: ../admin/config/index.php:91
36
  msgid "Basic"
37
  msgstr ""
38
 
39
- #: ../admin/config/index.php:93 ../admin/config/index.php:114
40
  msgid "Tracker"
41
  msgstr ""
42
 
43
- #: ../admin/config/index.php:94
44
  msgid "Enable Tracking"
45
  msgstr ""
46
 
47
- #: ../admin/config/index.php:94
48
  msgid "Turn the tracker on or off, while keeping the reports accessible."
49
  msgstr ""
50
 
51
- #: ../admin/config/index.php:95
52
  msgid "Tracking Mode"
53
  msgstr ""
54
 
55
- #: ../admin/config/index.php:95
56
  msgid ""
57
  "Select <strong>Client</strong> if you are using a caching plugin (W3 Total "
58
  "Cache, WP SuperCache, HyperCache, etc). Slimstat will behave pretty much "
@@ -61,19 +61,19 @@ msgid ""
61
  "spammers, search engines and other crawlers</strong> will not be tracked."
62
  msgstr ""
63
 
64
- #: ../admin/config/index.php:95
65
  msgid "Client"
66
  msgstr ""
67
 
68
- #: ../admin/config/index.php:95
69
  msgid "Server"
70
  msgstr ""
71
 
72
- #: ../admin/config/index.php:96
73
  msgid "Track Client Info"
74
  msgstr ""
75
 
76
- #: ../admin/config/index.php:96
77
  msgid ""
78
  "If this option is disabled, Slimstat will not add the Javascript tracking "
79
  "code to your pages, if tracking mode is set to Server. Please note: if "
@@ -82,142 +82,143 @@ msgid ""
82
  "Tracking Mode is set to Client."
83
  msgstr ""
84
 
85
- #: ../admin/config/index.php:97
86
  msgid "Track Admin Pages"
87
  msgstr ""
88
 
89
- #: ../admin/config/index.php:97
90
  msgid "Enable this option to track your users' activity within the admin."
91
  msgstr ""
92
 
93
- #: ../admin/config/index.php:99
94
  msgid "WordPress Integration"
95
  msgstr ""
96
 
97
- #: ../admin/config/index.php:100
98
  msgid "Dashboard Widgets"
99
  msgstr ""
100
 
101
- #: ../admin/config/index.php:100
102
  msgid ""
103
  "Enable this option if you want to add reports to your WordPress Dashboard. "
104
  "Use the Customizer to choose which ones to display."
105
  msgstr ""
106
 
107
- #: ../admin/config/index.php:101
108
  msgid "Menu Position"
109
  msgstr ""
110
 
111
- #: ../admin/config/index.php:101
112
  msgid ""
113
  "Choose between a standalone admin menu for Slimstat or a drop down in the "
114
  "admin bar (if visible)."
115
  msgstr ""
116
 
117
- #: ../admin/config/index.php:101
118
  msgid "Side"
119
  msgstr ""
120
 
121
- #: ../admin/config/index.php:101
122
  msgid "Bar"
123
  msgstr ""
124
 
125
- #: ../admin/config/index.php:102
126
  msgid "Posts and Pages"
127
  msgstr ""
128
 
129
- #: ../admin/config/index.php:102
130
  msgid ""
131
  "Add a new column to the Edit Posts/Pages screens, with the number of hits "
132
  "per post within the timeframe specified here below."
133
  msgstr ""
134
 
135
- #: ../admin/config/index.php:103
136
  msgid "Report Interval"
137
  msgstr ""
138
 
139
- #: ../admin/config/index.php:103
140
  msgid ""
141
  "Enter the time range, in days, that should be used to calculate the value "
142
  "here above."
143
  msgstr ""
144
 
145
- #: ../admin/config/index.php:104
146
  msgid "Report Type"
147
  msgstr ""
148
 
149
- #: ../admin/config/index.php:104
150
  msgid ""
151
  "Select what kind of information you would like to see displayed on your "
152
  "Posts admin screen. Hits counts all the pageviews regardless of the user, "
153
  "(unique) IPs counts only one hit per IP in the given time range."
154
  msgstr ""
155
 
156
- #: ../admin/config/index.php:104 ../admin/view/wp-slimstat-reports.php:1176
157
- #: ../admin/view/wp-slimstat-reports.php:1408
158
- #: ../admin/view/wp-slimstat-reports.php:1464
159
- #: ../admin/view/wp-slimstat-reports.php:1470
160
- #: ../admin/view/wp-slimstat-reports.php:1476
161
- #: ../admin/view/wp-slimstat-reports.php:1482
162
- #: ../admin/view/wp-slimstat-reports.php:1488
163
- #: ../admin/view/wp-slimstat-reports.php:1494
164
- #: ../admin/view/wp-slimstat-reports.php:1500
165
- #: ../admin/view/wp-slimstat-reports.php:1772
 
166
  msgid "Hits"
167
  msgstr ""
168
 
169
- #: ../admin/config/index.php:104
170
  msgid "IPs"
171
  msgstr ""
172
 
173
- #: ../admin/config/index.php:105
174
  msgid "Hide Add-ons"
175
  msgstr ""
176
 
177
- #: ../admin/config/index.php:105
178
  msgid ""
179
  "Enable this option to hide all your <strong>active</strong> premium add-ons "
180
  "from the list of plugins in WordPress. Please note that you will still "
181
  "receive updates for hidden add-ons."
182
  msgstr ""
183
 
184
- #: ../admin/config/index.php:107
185
  msgid "Database"
186
  msgstr ""
187
 
188
- #: ../admin/config/index.php:108
189
  msgid "Retain data for"
190
  msgstr ""
191
 
192
- #: ../admin/config/index.php:108
193
  msgid ""
194
  "Clean-up log entries older than the number of days specified here above. "
195
  "Enter <strong>0</strong> (number zero) if you want to preserve your data "
196
  "regardless of its age."
197
  msgstr ""
198
 
199
- #: ../admin/config/index.php:108
200
  msgid "Next clean-up on"
201
  msgstr ""
202
 
203
- #: ../admin/config/index.php:108
204
  #, php-format
205
  msgid ""
206
  "Entries logged on or before %s will be archived or deleted according to the "
207
  "option here below."
208
  msgstr ""
209
 
210
- #: ../admin/config/index.php:108 ../admin/view/index.php:89
211
  #: ../admin/view/wp-slimstat-db.php:98
212
- #: ../admin/view/wp-slimstat-reports.php:1352
213
  msgid "days"
214
  msgstr ""
215
 
216
- #: ../admin/config/index.php:109
217
  msgid "Archive records"
218
  msgstr ""
219
 
220
- #: ../admin/config/index.php:109
221
  msgid ""
222
  "If DB space is not an issue, you can decide to archive older records in "
223
  "another table, instead of deleting them. This way performance is preserved, "
@@ -227,162 +228,110 @@ msgid ""
227
  "is uninstalled. Make sure to backup your data before you proceed."
228
  msgstr ""
229
 
230
- #: ../admin/config/index.php:116
231
  msgid "Link Tracking"
232
  msgstr ""
233
 
234
- #: ../admin/config/index.php:117
235
- msgid "Track Outbound Clicks"
236
- msgstr ""
237
-
238
- #: ../admin/config/index.php:117
239
- msgid ""
240
- "Track when your visitors click on link to external websites. This option "
241
- "required Spy Mode to be enabled."
242
- msgstr ""
243
-
244
- #: ../admin/config/index.php:118
245
- msgid "Track Internal Clicks"
246
  msgstr ""
247
 
248
- #: ../admin/config/index.php:118
249
  msgid ""
250
- "Collect mouse coordinates and other information for clicks on internal "
251
- "links. Recommended if you're using our heatmap add-on. By default, this "
252
- "information is only collected for external links."
 
 
253
  msgstr ""
254
 
255
- #: ../admin/config/index.php:119
256
- msgid "Async Tracker"
257
  msgstr ""
258
 
259
- #: ../admin/config/index.php:119
260
  msgid ""
261
- "When the tracker is configured to record clicks on internal and / or "
262
- "outbound links, it needs to send this information back to the server "
263
- "<strong>before</strong> loading the actual page. This can result in a "
264
- "noticeable delay when someone clicks on one of your links, if your server "
265
- "takes a while to acknowledge the receipt of that information. You can set "
266
- "this option to instruct the tracker not to wait for the server, and load the "
267
- "target URL right away. This will remove the delay, but it might result in a "
268
- "less accurate logging of events. You can check your server latency under "
269
- "Site Analysis > Your Website. Values under 1000 milliseconds might allow you "
270
- "to use async mode."
271
  msgstr ""
272
 
273
- #: ../admin/config/index.php:120
274
- msgid "No Callback"
275
  msgstr ""
276
 
277
- #: ../admin/config/index.php:120
278
  msgid ""
279
- "Track the event but do not invoke the callback function on links marked with "
280
- "one of these class names, <em>rel</em> attribute or whose <em>href</em> "
281
- "attribute contains one of these strings. Useful to prevent conflicts with "
282
- "lightbox and similar libraries."
 
283
  msgstr ""
284
 
285
- #: ../admin/config/index.php:121
286
- msgid "Do Not Track"
287
  msgstr ""
288
 
289
- #: ../admin/config/index.php:121
290
- msgid ""
291
- "The tracker will ignore links marked with one of these class names, <em>rel</"
292
- "em> attributes or whose <em>href</em> attribute contains one of these "
293
- "strings."
294
  msgstr ""
295
 
296
- #: ../admin/config/index.php:124
297
- msgid "Advanced Options"
298
  msgstr ""
299
 
300
- #: ../admin/config/index.php:125
301
  msgid "Session Duration"
302
  msgstr ""
303
 
304
- #: ../admin/config/index.php:125
305
  msgid ""
306
  "How many seconds should a human session last? Google Analytics sets it to "
307
  "1800 seconds."
308
  msgstr ""
309
 
310
- #: ../admin/config/index.php:125 ../admin/config/index.php:193
311
  msgid "seconds"
312
  msgstr ""
313
 
314
- #: ../admin/config/index.php:126
315
  msgid "Extend Session"
316
  msgstr ""
317
 
318
- #: ../admin/config/index.php:126
319
  msgid "Extend the duration of a session each time the user visits a new page."
320
  msgstr ""
321
 
322
- #: ../admin/config/index.php:127
323
- msgid "User Agent Accuracy"
324
- msgstr ""
325
-
326
- #: ../admin/config/index.php:127
327
- msgid ""
328
- "Slimstat implements a heuristic function to determine the user's browser and "
329
- "operating system from his user agent string. This approach requires very "
330
- "little memory, but for uncommon user agent strings it might be less "
331
- "accurate, and produce a unreliable match. That's why we also include an "
332
- "alternative method which relies on Browscap, a third-party database "
333
- "containing even the most obscure user agent strings. You decide which one "
334
- "should be used first: the other one will only be invoked if the one you "
335
- "chose did not produce a match."
336
- msgstr ""
337
-
338
- #: ../admin/config/index.php:127
339
- msgid "High"
340
- msgstr ""
341
-
342
- #: ../admin/config/index.php:127
343
- msgid "Normal"
344
- msgstr ""
345
-
346
- #: ../admin/config/index.php:128
347
  msgid "Enable CDN"
348
  msgstr ""
349
 
350
- #: ../admin/config/index.php:128
351
  msgid ""
352
  "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
353
  "by serving our tracking code from their fast and reliable network (free "
354
  "service)."
355
  msgstr ""
356
 
357
- #: ../admin/config/index.php:129
358
- msgid "Extensions to Track"
359
- msgstr ""
360
-
361
- #: ../admin/config/index.php:129
362
- msgid ""
363
- "List all the file extensions that you want to be treated as Downloads. "
364
- "Please note that links pointing to external resources (i.e. PDFs on a "
365
- "different website) are considered Downloads and not Outbound Links (and "
366
- "tracked as such), if their extension matches one of the ones listed here "
367
- "below."
368
- msgstr ""
369
-
370
- #: ../admin/config/index.php:131
371
  msgid "External Pages"
372
  msgstr ""
373
 
374
- #: ../admin/config/index.php:132
375
  msgid ""
376
  "Add the following code to all the non-WP pages you want to track, right "
377
  "before the closing BODY tag. Please make sure to change the protocol of all "
378
  "the URLs to HTTPS, if you external site is served over a secure channel."
379
  msgstr ""
380
 
381
- #: ../admin/config/index.php:142
382
  msgid "Allow Domains"
383
  msgstr ""
384
 
385
- #: ../admin/config/index.php:142
386
  msgid ""
387
  "If you are getting an error saying that no 'Access-Control-Allow-Origin' "
388
  "header is present on the requested resource, when using the external "
@@ -393,45 +342,19 @@ msgid ""
393
  "implications of allowing CORS requests."
394
  msgstr ""
395
 
396
- #: ../admin/config/index.php:143 ../admin/config/index.php:165
397
- #: ../admin/config/index.php:196
398
- msgid "Miscellaneous"
399
- msgstr ""
400
-
401
- #: ../admin/config/index.php:144
402
- msgid "Enable UAN"
403
- msgstr ""
404
-
405
- #: ../admin/config/index.php:144
406
- msgid ""
407
- "Send anonymous data about user agents to our server for analysis. This "
408
- "allows us to contribute to the <a href='http://browscap.org/' "
409
- "target='_blank'>BrowsCap opensource project</a>, and improve the accuracy of "
410
- "Slimstat's browser detection functionality. It also enables our transparent "
411
- "ads network. No worries, your site will not be affected in any way."
412
- msgstr ""
413
-
414
- #: ../admin/config/index.php:149
415
  msgid "Filters"
416
  msgstr ""
417
 
418
- #: ../admin/config/index.php:151
419
  msgid "Do not track settings"
420
  msgstr ""
421
 
422
- #: ../admin/config/index.php:152
423
- msgid "Track Registered Users"
424
- msgstr ""
425
-
426
- #: ../admin/config/index.php:152
427
- msgid "Enable this option to track logged in users."
428
- msgstr ""
429
-
430
- #: ../admin/config/index.php:153
431
  msgid "Blacklist by Username"
432
  msgstr ""
433
 
434
- #: ../admin/config/index.php:153
435
  msgid ""
436
  "List all the usernames you don't want to track. Please be aware that spaces "
437
  "are <em>not</em> ignored and that usernames are case sensitive. Wildcards: "
@@ -441,11 +364,11 @@ msgid ""
441
  "<code>user!0</code> will match user10 and user90."
442
  msgstr ""
443
 
444
- #: ../admin/config/index.php:154
445
  msgid "Blacklist by IP Address"
446
  msgstr ""
447
 
448
- #: ../admin/config/index.php:154
449
  msgid ""
450
  "List all the IP addresses you don't want to track. Each network "
451
  "<strong>must</strong> be defined using the <a href='http://en.wikipedia.org/"
@@ -454,26 +377,26 @@ msgid ""
454
  "originating IP, if available."
455
  msgstr ""
456
 
457
- #: ../admin/config/index.php:155
458
  msgid "Blacklist by Capability"
459
  msgstr ""
460
 
461
- #: ../admin/config/index.php:155
462
  msgid ""
463
  "Users having at least one of the <a href='http://codex.wordpress.org/"
464
  "Roles_and_Capabilities' target='_new'>capabilities</a> listed here below "
465
  "will not be tracked. Capabilities are case-insensitive."
466
  msgstr ""
467
 
468
- #: ../admin/config/index.php:157
469
  msgid "Profiling"
470
  msgstr ""
471
 
472
- #: ../admin/config/index.php:158
473
  msgid "Ignore Spammers"
474
  msgstr ""
475
 
476
- #: ../admin/config/index.php:158
477
  msgid ""
478
  "Enable this option if you don't want to track visits from users identified "
479
  "as spammers by third-party tools like Akismet. Pageviews generated by users "
@@ -481,11 +404,11 @@ msgid ""
481
  "database."
482
  msgstr ""
483
 
484
- #: ../admin/config/index.php:159
485
  msgid "Ignore Bots"
486
  msgstr ""
487
 
488
- #: ../admin/config/index.php:159
489
  msgid ""
490
  "Turn on this feature if you want to have the accuracy level of server-side "
491
  "tracking, but not the inconvenience of getting your database clogged with "
@@ -493,11 +416,11 @@ msgid ""
493
  "note that in Client mode, bots are ignored regardless of this setting."
494
  msgstr ""
495
 
496
- #: ../admin/config/index.php:160
497
  msgid "Permalinks"
498
  msgstr ""
499
 
500
- #: ../admin/config/index.php:160
501
  msgid ""
502
  "List all the URLs on your website that you don't want to track. Don't "
503
  "include the domain name: <em>/about, ?p=1</em>, etc. Wildcards: <code>*</"
@@ -507,21 +430,21 @@ msgid ""
507
  "abo!t</code> will match /about and /abort. Strings are case-insensitive."
508
  msgstr ""
509
 
510
- #: ../admin/config/index.php:161
511
  msgid "Countries"
512
  msgstr ""
513
 
514
- #: ../admin/config/index.php:161
515
  msgid ""
516
  "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
517
  "track."
518
  msgstr ""
519
 
520
- #: ../admin/config/index.php:162
521
  msgid "User Agents"
522
  msgstr ""
523
 
524
- #: ../admin/config/index.php:162
525
  msgid ""
526
  "Browsers (user agents) you don't want to track. You can specify the "
527
  "browser's version adding a slash after the name (i.e. <em>Firefox/3.6</"
@@ -531,11 +454,11 @@ msgid ""
531
  "and IE/8.0. Strings are case-insensitive."
532
  msgstr ""
533
 
534
- #: ../admin/config/index.php:163
535
  msgid "Referring Sites"
536
  msgstr ""
537
 
538
- #: ../admin/config/index.php:163
539
  msgid ""
540
  "Referring URLs that you don't want to track: <code>http://mysite.com*</"
541
  "code>, <code>*/ignore-me-please</code>, etc. Wildcards: <code>*</code> "
@@ -544,154 +467,150 @@ msgid ""
544
  "wildcard or the protocol you want to filter (http://, https://)."
545
  msgstr ""
546
 
547
- #: ../admin/config/index.php:166
 
 
 
 
548
  msgid "Enable Privacy Mode"
549
  msgstr ""
550
 
551
- #: ../admin/config/index.php:166
552
  msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
553
  msgstr ""
554
 
555
- #: ../admin/config/index.php:167
556
  msgid "Ignore Prefetch Requests"
557
  msgstr ""
558
 
559
- #: ../admin/config/index.php:167
560
  msgid ""
561
  "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
562
  "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' "
563
  "target='_blank'>Link Prefetching functionality</a>."
564
  msgstr ""
565
 
566
- #: ../admin/config/index.php:172 ../admin/config/index.php:207
567
  msgid "Reports"
568
  msgstr ""
569
 
570
- #: ../admin/config/index.php:174
571
  msgid "Formats and Conversions"
572
  msgstr ""
573
 
574
- #: ../admin/config/index.php:175
575
  msgid "Number Format"
576
  msgstr ""
577
 
578
- #: ../admin/config/index.php:175
579
  msgid "Choose the number format you want to use for your reports."
580
  msgstr ""
581
 
582
- #: ../admin/config/index.php:176
583
  msgid "Date Format"
584
  msgstr ""
585
 
586
- #: ../admin/config/index.php:176
587
  msgid ""
588
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
589
  "Format</a> to use when displaying a pageview's date."
590
  msgstr ""
591
 
592
- #: ../admin/config/index.php:177
593
  msgid "Time Format"
594
  msgstr ""
595
 
596
- #: ../admin/config/index.php:177
597
  msgid ""
598
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
599
  "Format</a> to use when displaying a pageview's time."
600
  msgstr ""
601
 
602
- #: ../admin/config/index.php:178
603
  msgid "Use Display Name"
604
  msgstr ""
605
 
606
- #: ../admin/config/index.php:178
607
  msgid ""
608
  "By default, users are listed by their usernames. Use this option to "
609
  "visualize their display names instead."
610
  msgstr ""
611
 
612
- #: ../admin/config/index.php:179
613
  msgid "Use Titles"
614
  msgstr ""
615
 
616
- #: ../admin/config/index.php:179
617
  msgid ""
618
  "Slimstat converts your permalinks into post, page and category titles. "
619
  "Disable this feature if you need to see the URL in your reports."
620
  msgstr ""
621
 
622
- #: ../admin/config/index.php:180
623
  msgid "Convert IP Addresses"
624
  msgstr ""
625
 
626
- #: ../admin/config/index.php:180
627
  msgid "Display provider names instead of IP addresses."
628
  msgstr ""
629
 
630
- #: ../admin/config/index.php:182
631
  msgid "Functionality"
632
  msgstr ""
633
 
634
- #: ../admin/config/index.php:183
635
  msgid "Async Mode"
636
  msgstr ""
637
 
638
- #: ../admin/config/index.php:183
639
  msgid ""
640
  "Activate this feature if your reports take a while to load. It breaks down "
641
  "the load on your server into multiple requests, thus avoiding memory issues "
642
  "and performance problems."
643
  msgstr ""
644
 
645
- #: ../admin/config/index.php:184
646
- msgid "SlimScroll"
647
- msgstr ""
648
-
649
- #: ../admin/config/index.php:184
650
- msgid ""
651
- "Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
652
- "scrollbar."
653
- msgstr ""
654
-
655
- #: ../admin/config/index.php:185
656
  msgid "Expand Details"
657
  msgstr ""
658
 
659
- #: ../admin/config/index.php:185
660
  msgid "Expand each row's details by default, insted of on mousehover."
661
  msgstr ""
662
 
663
- #: ../admin/config/index.php:186 ../admin/config/index.php:194
664
  msgid "Rows to Display"
665
  msgstr ""
666
 
667
- #: ../admin/config/index.php:186
668
  msgid "Specify the number of items in each report."
669
  msgstr ""
670
 
671
- #: ../admin/config/index.php:187 ../admin/view/wp-slimstat-db.php:121
672
  msgid "Max Results"
673
  msgstr ""
674
 
675
- #: ../admin/config/index.php:187
676
  msgid ""
677
  "Decide how many records should be retrieved from the database in total. "
678
  "Depending on your server configuration, you may want to fine tune this value "
679
  "to avoid exceeding your PHP memory limit."
680
  msgstr ""
681
 
682
- #: ../admin/config/index.php:188
683
  msgid "IP Lookup"
684
  msgstr ""
685
 
686
- #: ../admin/config/index.php:188
687
- msgid "Customize the Geolocation service to be used in the reports."
 
 
688
  msgstr ""
689
 
690
- #: ../admin/config/index.php:189
691
  msgid "Mozscape Access ID"
692
  msgstr ""
693
 
694
- #: ../admin/config/index.php:189
695
  msgid ""
696
  "Get accurate rankings for your website through the free <a href=\"https://"
697
  "moz.com/community/join?redirect=/products/api/keys\" target=\"_blank"
@@ -699,39 +618,39 @@ msgid ""
699
  "started. Then enter your personal identification code here."
700
  msgstr ""
701
 
702
- #: ../admin/config/index.php:190
703
  msgid "Mozscape Secret Key"
704
  msgstr ""
705
 
706
- #: ../admin/config/index.php:190
707
  msgid ""
708
  "Do not share your secret key with anyone or they will be able to make API "
709
  "requests on your account!"
710
  msgstr ""
711
 
712
- #: ../admin/config/index.php:192
713
- msgid "Activity Log"
714
  msgstr ""
715
 
716
- #: ../admin/config/index.php:193
717
- msgid "Live Stream"
718
  msgstr ""
719
 
720
- #: ../admin/config/index.php:193
721
  msgid ""
722
- "Enable the Live view, which refreshes the Activity Log every X seconds. "
723
- "Enter <strong>0</strong> (number zero) to deactivate this feature."
724
  msgstr ""
725
 
726
- #: ../admin/config/index.php:194
727
- msgid "Specify the number of items in the Activity Log."
728
  msgstr ""
729
 
730
- #: ../admin/config/index.php:197
731
  msgid "Custom CSS"
732
  msgstr ""
733
 
734
- #: ../admin/config/index.php:197
735
  msgid ""
736
  "Paste here your custom stylesheet to personalize the way your reports look. "
737
  "<a href='https://slimstat.freshdesk.com/support/solutions/"
@@ -740,11 +659,11 @@ msgid ""
740
  "a> for more information on how to use this setting."
741
  msgstr ""
742
 
743
- #: ../admin/config/index.php:198
744
  msgid "Chart Colors"
745
  msgstr ""
746
 
747
- #: ../admin/config/index.php:198
748
  msgid ""
749
  "Customize the look and feel of your charts by assigning personalized colors "
750
  "to each metric. List 4 hex colors, strictly in the following order: metric 1 "
@@ -752,46 +671,46 @@ msgid ""
752
  "example: <code>#ccc, #999, #bbcc44, #21759b</code>."
753
  msgstr ""
754
 
755
- #: ../admin/config/index.php:199
756
  msgid "Show User Agent"
757
  msgstr ""
758
 
759
- #: ../admin/config/index.php:199
760
  msgid ""
761
  "Choose if you want to see the browser name or a complete user agent string "
762
  "when hovering on browser icons."
763
  msgstr ""
764
 
765
- #: ../admin/config/index.php:200
766
  msgid "Enable SOV"
767
  msgstr ""
768
 
769
- #: ../admin/config/index.php:200
770
  msgid ""
771
  "In linguistic typology, a subject-object-verb (SOV) language is one in which "
772
  "the subject, object, and verb of a sentence appear in that order, like in "
773
  "Japanese."
774
  msgstr ""
775
 
776
- #: ../admin/config/index.php:205
777
  msgid "Access Control"
778
  msgstr ""
779
 
780
- #: ../admin/config/index.php:208
781
  msgid "Restrict Authors"
782
  msgstr ""
783
 
784
- #: ../admin/config/index.php:208
785
  msgid ""
786
  "Enable this option if you want your authors to only see stats related to "
787
  "their own content."
788
  msgstr ""
789
 
790
- #: ../admin/config/index.php:209 ../admin/config/index.php:213
791
  msgid "Capability"
792
  msgstr ""
793
 
794
- #: ../admin/config/index.php:209
795
  msgid ""
796
  "Specify the minimum <a href='http://codex.wordpress.org/"
797
  "Roles_and_Capabilities' target='_new'>capability</a> needed to access the "
@@ -801,24 +720,24 @@ msgid ""
801
  "In this case, the list has precedence over the capability."
802
  msgstr ""
803
 
804
- #: ../admin/config/index.php:210 ../admin/config/index.php:214
805
  msgid "Whitelist"
806
  msgstr ""
807
 
808
- #: ../admin/config/index.php:210
809
  msgid ""
810
  "List all the users who should have access to the reports. Administrators are "
811
  "implicitly allowed, so you don't need to list them in here. Usernames are "
812
  "case sensitive."
813
  msgstr ""
814
 
815
- #: ../admin/config/index.php:212 ../admin/config/index.php:237
816
- #: ../admin/wp-slimstat-admin.php:894 ../admin/wp-slimstat-admin.php:912
817
- #: ../admin/wp-slimstat-admin.php:915
818
  msgid "Settings"
819
  msgstr ""
820
 
821
- #: ../admin/config/index.php:213
822
  msgid ""
823
  "Specify the minimum <a href='http://codex.wordpress.org/"
824
  "Roles_and_Capabilities' target='_new'>capability</a> required to configure "
@@ -826,22 +745,34 @@ msgid ""
826
  "can be used to override this option for specific users."
827
  msgstr ""
828
 
829
- #: ../admin/config/index.php:214
830
  msgid ""
831
  "List all the users who can edit these options. Please be advised that admins "
832
  "<strong>are not</strong> implicitly allowed, so do not forget to include "
833
  "yourself! Usernames are case sensitive."
834
  msgstr ""
835
 
836
- #: ../admin/config/index.php:219
837
  msgid "Maintenance"
838
  msgstr ""
839
 
840
- #: ../admin/config/index.php:224 ../admin/view/addons.php:35
841
- #: ../admin/wp-slimstat-admin.php:124
842
  msgid "Add-ons"
843
  msgstr ""
844
 
 
 
 
 
 
 
 
 
 
 
 
 
845
  #: ../admin/config/maintenance.php:16
846
  msgid ""
847
  "Congratulations! Slimstat Analytics is now optimized for <a href=\"http://"
@@ -864,168 +795,201 @@ msgstr ""
864
  msgid "The geolocation database has been installed on your server."
865
  msgstr ""
866
 
867
- #: ../admin/config/maintenance.php:82
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
868
  msgid "Your reports were successfully restored to their default arrangement."
869
  msgstr ""
870
 
871
- #: ../admin/config/maintenance.php:92
872
  msgid "Your Slimstat tables have been successfully converted to InnoDB."
873
  msgstr ""
874
 
875
- #: ../admin/config/maintenance.php:98
876
  msgid "All the archived records were successfully deleted."
877
  msgstr ""
878
 
879
- #: ../admin/config/maintenance.php:106
880
  msgid "All the records were successfully deleted."
881
  msgstr ""
882
 
883
- #: ../admin/config/maintenance.php:132
884
  msgid "Troubleshooting"
885
  msgstr ""
886
 
887
- #: ../admin/config/maintenance.php:135
888
- msgid "Tracker Status"
889
  msgstr ""
890
 
891
- #: ../admin/config/maintenance.php:137
892
- msgid "Reset the tracker status"
893
  msgstr ""
894
 
895
- #: ../admin/config/maintenance.php:137
896
  msgid "So far so good."
897
  msgstr ""
898
 
899
- #: ../admin/config/maintenance.php:138
900
  msgid ""
901
  "The information here above is useful to troubleshoot issues with the "
902
- "tracker. It includes both <strong>errors</strong>, which are returned when "
903
- "the tracker could not record a pageview and are indicative of some kind of "
904
- "malfunction, and <strong>notices</strong>, which explain the reason why the "
905
- "most recent pageview was not recorded, based on your settings (filters, "
906
- "blackslists, etc). Please include the message here above when sending a "
907
- "support request."
 
 
908
  msgstr ""
909
 
910
- #: ../admin/config/maintenance.php:144
 
 
 
 
 
 
 
 
 
 
 
911
  msgid "Enable SQL Debug"
912
  msgstr ""
913
 
914
- #: ../admin/config/maintenance.php:147
915
  msgid ""
916
  "Display the SQL code used to retrieve the data from the database. Useful to "
917
  "troubleshoot issues with data consistency or missing pageviews."
918
  msgstr ""
919
 
920
- #: ../admin/config/maintenance.php:151
921
  msgid "Disable SQL Debug"
922
  msgstr ""
923
 
924
- #: ../admin/config/maintenance.php:154
925
  msgid "Deactivate the SQL output on top of each report."
926
  msgstr ""
927
 
928
- #: ../admin/config/maintenance.php:159
929
  msgid ""
930
  "Are you sure you want to restore the default arrangement of your reports?"
931
  msgstr ""
932
 
933
- #: ../admin/config/maintenance.php:159
934
  msgid "No Panic Button"
935
  msgstr ""
936
 
937
- #: ../admin/config/maintenance.php:161
938
  msgid ""
939
  "Reset the default arrangement of your reports. Helpful when, for some "
940
  "reason, reports disappear from your panels or something doesn't look right "
941
  "in your views."
942
  msgstr ""
943
 
944
- #: ../admin/config/maintenance.php:165
945
  msgid "Data Maintenance"
946
  msgstr ""
947
 
948
- #: ../admin/config/maintenance.php:168
949
  msgid "Delete pageviews where"
950
  msgstr ""
951
 
952
- #: ../admin/config/maintenance.php:182 ../admin/view/wp-slimstat-db.php:71
953
  msgid "equals"
954
  msgstr ""
955
 
956
- #: ../admin/config/maintenance.php:183 ../admin/view/wp-slimstat-db.php:72
957
  msgid "is not equal to"
958
  msgstr ""
959
 
960
- #: ../admin/config/maintenance.php:184 ../admin/view/wp-slimstat-db.php:73
961
  msgid "contains"
962
  msgstr ""
963
 
964
- #: ../admin/config/maintenance.php:185 ../admin/view/wp-slimstat-db.php:74
965
  msgid "is included in"
966
  msgstr ""
967
 
968
- #: ../admin/config/maintenance.php:186 ../admin/view/wp-slimstat-db.php:75
969
  msgid "does not contain"
970
  msgstr ""
971
 
972
- #: ../admin/config/maintenance.php:187 ../admin/view/wp-slimstat-db.php:76
973
  msgid "starts with"
974
  msgstr ""
975
 
976
- #: ../admin/config/maintenance.php:188 ../admin/view/wp-slimstat-db.php:77
977
  msgid "ends with"
978
  msgstr ""
979
 
980
- #: ../admin/config/maintenance.php:189 ../admin/view/wp-slimstat-db.php:78
981
  msgid "sounds like"
982
  msgstr ""
983
 
984
- #: ../admin/config/maintenance.php:190 ../admin/view/wp-slimstat-db.php:79
985
  msgid "is greater than"
986
  msgstr ""
987
 
988
- #: ../admin/config/maintenance.php:191 ../admin/view/wp-slimstat-db.php:80
989
  msgid "is less than"
990
  msgstr ""
991
 
992
- #: ../admin/config/maintenance.php:192 ../admin/view/wp-slimstat-db.php:82
993
  msgid "matches"
994
  msgstr ""
995
 
996
- #: ../admin/config/maintenance.php:193 ../admin/view/wp-slimstat-db.php:83
997
  msgid "does not match"
998
  msgstr ""
999
 
1000
- #: ../admin/config/maintenance.php:194 ../admin/view/wp-slimstat-db.php:84
1001
  msgid "is empty"
1002
  msgstr ""
1003
 
1004
- #: ../admin/config/maintenance.php:195 ../admin/view/wp-slimstat-db.php:85
1005
  msgid "is not empty"
1006
  msgstr ""
1007
 
1008
- #: ../admin/config/maintenance.php:198 ../admin/view/index.php:29
1009
- #: ../admin/view/index.php:92
1010
  msgid "Apply"
1011
  msgstr ""
1012
 
1013
- #: ../admin/config/maintenance.php:199
1014
  msgid ""
1015
  "Are you sure you want to PERMANENTLY delete these records from your database?"
1016
  msgstr ""
1017
 
1018
- #: ../admin/config/maintenance.php:206
1019
  msgid ""
1020
  "Are you sure you want to PERMANENTLY DELETE ALL the records from your "
1021
  "database?"
1022
  msgstr ""
1023
 
1024
- #: ../admin/config/maintenance.php:206
1025
  msgid "Delete All Records"
1026
  msgstr ""
1027
 
1028
- #: ../admin/config/maintenance.php:209
1029
  msgid ""
1030
  "Erase all the information collected so far by Slimstat, but not the archived "
1031
  "records (<code>wp_slim_stats_archive</code>). This operation <strong>does "
@@ -1033,112 +997,145 @@ msgid ""
1033
  "your records from the archive table."
1034
  msgstr ""
1035
 
1036
- #: ../admin/config/maintenance.php:215
1037
  msgid ""
1038
  "Are you sure you want to PERMANENTLY DELETE ALL the records from your "
1039
  "archive?"
1040
  msgstr ""
1041
 
1042
- #: ../admin/config/maintenance.php:215
1043
  msgid "Delete Archive"
1044
  msgstr ""
1045
 
1046
- #: ../admin/config/maintenance.php:218
1047
  msgid "Erase all the archived records. This operation cannot be undone."
1048
  msgstr ""
1049
 
1050
- #: ../admin/config/maintenance.php:224
1051
  msgid "Improve Performance"
1052
  msgstr ""
1053
 
1054
- #: ../admin/config/maintenance.php:228
1055
  msgid ""
1056
  "Please note that you will need about 30% more DB space to store the extra "
1057
  "information required."
1058
  msgstr ""
1059
 
1060
- #: ../admin/config/maintenance.php:232
1061
  msgid "Save DB Space"
1062
  msgstr ""
1063
 
1064
- #: ../admin/config/maintenance.php:235
1065
  msgid ""
1066
  "Please note that by removing table indexes, Slimstat's performance will be "
1067
  "affected."
1068
  msgstr ""
1069
 
1070
- #: ../admin/config/maintenance.php:240
1071
- msgid "MaxMind IP to Country"
1072
  msgstr ""
1073
 
1074
- #: ../admin/config/maintenance.php:246
1075
  msgid ""
1076
  "Do you want to download and install the geolocation database from MaxMind's "
1077
  "server?"
1078
  msgstr ""
1079
 
1080
- #: ../admin/config/maintenance.php:246
1081
  msgid "Install GeoLite DB"
1082
  msgstr ""
1083
 
1084
- #: ../admin/config/maintenance.php:249
1085
  msgid "Do you want to uninstall the geolocation database?"
1086
  msgstr ""
1087
 
1088
- #: ../admin/config/maintenance.php:249
1089
  msgid "Uninstall GeoLite DB"
1090
  msgstr ""
1091
 
1092
- #: ../admin/config/maintenance.php:253
1093
  msgid ""
1094
  "The <a href='http://dev.maxmind.com/geoip/legacy/geolite/' "
1095
- "target='_blank'>MaxMind GeoLite library</a> used to geolocate visitors is "
1096
- "released under the Creative Commons BY-SA 3.0 license, and cannot be "
1097
- "directly bundled with the plugin because of license incompatibility issues. "
1098
- "We are mandated to have the user take an affirmative action in order to "
1099
- "enable this functionality."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1100
  msgstr ""
1101
 
1102
- #: ../admin/config/maintenance.php:258
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1103
  msgid "Configuration String"
1104
  msgstr ""
1105
 
1106
- #: ../admin/config/maintenance.php:262
1107
  msgid ""
1108
  "Here below you can find the current configuration string for Slimstat. You "
1109
  "can update your settings by pasting a new string inside the text area and "
1110
  "clicking the Import button."
1111
  msgstr ""
1112
 
1113
- #: ../admin/config/maintenance.php:267
1114
  msgid "Import"
1115
  msgstr ""
1116
 
1117
- #: ../admin/config/maintenance.php:268
1118
  msgid "Are you sure you want to OVERWRITE your current settings?"
1119
  msgstr ""
1120
 
1121
- #: ../admin/config/maintenance.php:273
1122
  msgid "Database Information"
1123
  msgstr ""
1124
 
1125
- #: ../admin/config/maintenance.php:276
1126
  msgid "Engine"
1127
  msgstr ""
1128
 
1129
- #: ../admin/config/maintenance.php:280
1130
  msgid "switch to InnoDB"
1131
  msgstr ""
1132
 
1133
- #: ../admin/config/maintenance.php:291
1134
  msgid "records"
1135
  msgstr ""
1136
 
1137
- #: ../admin/config/maintenance.php:298
1138
  msgid "Old Tables"
1139
  msgstr ""
1140
 
1141
- #: ../admin/config/maintenance.php:299
1142
  #, php-format
1143
  msgid ""
1144
  "It looks like your database was upgraded from a version prior to 4.0. Our "
@@ -1177,8 +1174,8 @@ msgstr ""
1177
  #: ../admin/view/addons.php:40
1178
  #, php-format
1179
  msgid ""
1180
- "This list is refreshed once daily: <a href=\"%s&amp;force_refresh=true"
1181
- "\">click here</a> to clear the cache."
1182
  msgstr ""
1183
 
1184
  #: ../admin/view/addons.php:54
@@ -1205,87 +1202,94 @@ msgstr ""
1205
  msgid "Installed and Active"
1206
  msgstr ""
1207
 
1208
- #: ../admin/view/index.php:8
1209
  msgid "Filter"
1210
  msgstr ""
1211
 
1212
- #: ../admin/view/index.php:33
1213
  msgid "Load"
1214
  msgstr ""
1215
 
1216
- #: ../admin/view/index.php:53 ../admin/view/wp-slimstat-reports.php:1390
1217
  msgid "Today"
1218
  msgstr ""
1219
 
1220
- #: ../admin/view/index.php:54 ../admin/view/wp-slimstat-reports.php:1393
1221
  msgid "Yesterday"
1222
  msgstr ""
1223
 
1224
- #: ../admin/view/index.php:55
1225
  msgid "Last 7 Days"
1226
  msgstr ""
1227
 
1228
- #: ../admin/view/index.php:56
1229
  msgid "Last 60 Days"
1230
  msgstr ""
1231
 
1232
- #: ../admin/view/index.php:57
1233
  msgid "Last 90 Days"
1234
  msgstr ""
1235
 
1236
- #: ../admin/view/index.php:58
1237
  msgid "This Year So Far"
1238
  msgstr ""
1239
 
1240
- #: ../admin/view/index.php:59
1241
  msgid "Date Range"
1242
  msgstr ""
1243
 
1244
- #: ../admin/view/index.php:61 ../admin/view/wp-slimstat-db.php:94
1245
  msgid "Day"
1246
  msgstr ""
1247
 
1248
- #: ../admin/view/index.php:71 ../admin/view/wp-slimstat-db.php:95
1249
  msgid "Month"
1250
  msgstr ""
1251
 
1252
- #: ../admin/view/index.php:80 ../admin/view/wp-slimstat-db.php:96
1253
  msgid "Year"
1254
  msgstr ""
1255
 
1256
- #: ../admin/view/index.php:81 ../admin/view/wp-slimstat-db.php:93
1257
  msgid "Hour"
1258
  msgstr ""
1259
 
1260
- #: ../admin/view/index.php:82
1261
  msgid "Min"
1262
  msgstr ""
1263
 
1264
- #: ../admin/view/index.php:90 ../admin/view/wp-slimstat-db.php:99
1265
  msgid "hours"
1266
  msgstr ""
1267
 
1268
- #: ../admin/view/index.php:91
1269
  msgid "mins"
1270
  msgstr ""
1271
 
1272
- #: ../admin/view/index.php:100
1273
  msgid "Reset Filters"
1274
  msgstr ""
1275
 
1276
- #: ../admin/view/index.php:119
1277
  #, php-format
1278
  msgid ""
1279
- "Install MaxMind's <a href='%s'>GeoLite DB</a> to determine your visitors' "
1280
- "country of origin."
1281
  msgstr ""
1282
 
1283
- #: ../admin/view/index.php:123
 
 
 
 
 
 
 
1284
  #, php-format
1285
  msgid ""
1286
  "A caching plugin has been detected on your website. Please <a href='%s' "
1287
- "target='_blank'>make sure to configure</a> Slimstat Analytics accordingly, "
1288
- "to get accurate information."
1289
  msgstr ""
1290
 
1291
  #: ../admin/view/layout.php:47
@@ -1328,88 +1332,88 @@ msgstr ""
1328
  msgid "Syndication Reader"
1329
  msgstr ""
1330
 
1331
- #: ../admin/view/right-now.php:41 ../admin/view/wp-slimstat-reports.php:1036
1332
- #: ../admin/view/wp-slimstat-reports.php:1751
1333
  msgid "No data to display"
1334
  msgstr ""
1335
 
1336
- #: ../admin/view/right-now.php:62
1337
  msgid "Date and Time"
1338
  msgstr ""
1339
 
1340
  # Unknown
1341
- #: ../admin/view/right-now.php:71 ../admin/view/wp-slimstat-reports.php:1088
1342
- #: ../admin/view/wp-slimstat-reports.php:1794 ../wp-slimstat.php:1236
1343
  msgid "c-"
1344
  msgstr "Unknown"
1345
 
1346
- #: ../admin/view/right-now.php:123 ../admin/view/wp-slimstat-db.php:60
1347
- #: ../admin/wp-slimstat-admin.php:1370 ../admin/wp-slimstat-admin.php:1410
1348
  msgid "Originating IP"
1349
  msgstr ""
1350
 
1351
- #: ../admin/view/right-now.php:157 ../admin/view/wp-slimstat-reports.php:1187
1352
- #: ../admin/view/wp-slimstat-reports.php:1192
1353
- #: ../admin/view/wp-slimstat-reports.php:1197
1354
  msgid "Open this URL in a new window"
1355
  msgstr ""
1356
 
1357
- #: ../admin/view/right-now.php:160
1358
  msgid "Local search results page"
1359
  msgstr ""
1360
 
1361
- #: ../admin/view/right-now.php:166 ../admin/view/wp-slimstat-db.php:42
1362
- #: ../admin/view/wp-slimstat-reports.php:242
1363
- #: ../admin/view/wp-slimstat-reports.php:252
1364
- #: ../admin/wp-slimstat-admin.php:1373 ../admin/wp-slimstat-admin.php:1389
1365
  msgid "Search Terms"
1366
  msgstr ""
1367
 
1368
- #: ../admin/view/right-now.php:175
1369
  msgid "Server Latency and Page Speed in milliseconds"
1370
  msgstr ""
1371
 
1372
- #: ../admin/view/right-now.php:175
1373
  msgid "SL"
1374
  msgstr ""
1375
 
1376
- #: ../admin/view/right-now.php:175
1377
  msgid "PS"
1378
  msgstr ""
1379
 
1380
- #: ../admin/view/right-now.php:182
1381
  msgid "Time spent on this page"
1382
  msgstr ""
1383
 
1384
- #: ../admin/view/right-now.php:192
1385
  msgid "Open this referrer in a new window"
1386
  msgstr ""
1387
 
1388
- #: ../admin/view/right-now.php:193
1389
  msgid "Content Type"
1390
  msgstr ""
1391
 
1392
- #: ../admin/view/right-now.php:200
1393
  msgid "Open this outbound link in a new window"
1394
  msgstr ""
1395
 
1396
- #: ../admin/view/right-now.php:208
1397
- msgid "Delete this pageview"
1398
  msgstr ""
1399
 
1400
- #: ../admin/view/right-now.php:219
1401
  msgid "User Logged In"
1402
  msgstr ""
1403
 
1404
- #: ../admin/view/right-now.php:229
1405
  msgid "User Logged Out"
1406
  msgstr ""
1407
 
1408
- #: ../admin/view/wp-slimstat-db.php:39 ../admin/wp-slimstat-admin.php:1386
1409
  msgid "Browser"
1410
  msgstr ""
1411
 
1412
- #: ../admin/view/wp-slimstat-db.php:40 ../admin/wp-slimstat-admin.php:1387
1413
  msgid "Country Code"
1414
  msgstr ""
1415
 
@@ -1417,22 +1421,22 @@ msgstr ""
1417
  msgid "IP Address"
1418
  msgstr ""
1419
 
1420
- #: ../admin/view/wp-slimstat-db.php:43 ../admin/wp-slimstat-admin.php:1390
1421
  msgid "Language Code"
1422
  msgstr ""
1423
 
1424
  #: ../admin/view/wp-slimstat-db.php:44 ../admin/view/wp-slimstat-db.php:106
1425
- #: ../admin/wp-slimstat-admin.php:1391
1426
  msgid "Operating System"
1427
  msgstr ""
1428
 
1429
  #: ../admin/view/wp-slimstat-db.php:45 ../admin/view/wp-slimstat-db.php:107
1430
- #: ../admin/wp-slimstat-admin.php:1392
1431
  msgid "Permalink"
1432
  msgstr ""
1433
 
1434
  #: ../admin/view/wp-slimstat-db.php:46 ../admin/view/wp-slimstat-db.php:108
1435
- #: ../admin/wp-slimstat-admin.php:1393
1436
  msgid "Referer"
1437
  msgstr ""
1438
 
@@ -1440,7 +1444,7 @@ msgstr ""
1440
  msgid "Visitor's Username"
1441
  msgstr ""
1442
 
1443
- #: ../admin/view/wp-slimstat-db.php:48 ../admin/wp-slimstat-admin.php:1376
1444
  msgid "Outbound Link"
1445
  msgstr ""
1446
 
@@ -1453,19 +1457,19 @@ msgid "-- Advanced filters --"
1453
  msgstr ""
1454
 
1455
  #: ../admin/view/wp-slimstat-db.php:52
1456
- #: ../admin/view/wp-slimstat-reports.php:372
1457
  msgid "Browser Capabilities"
1458
  msgstr ""
1459
 
1460
- #: ../admin/view/wp-slimstat-db.php:53 ../admin/wp-slimstat-admin.php:1405
1461
  msgid "Browser Version"
1462
  msgstr ""
1463
 
1464
- #: ../admin/view/wp-slimstat-db.php:54 ../admin/wp-slimstat-admin.php:1406
1465
  msgid "Browser Type"
1466
  msgstr ""
1467
 
1468
- #: ../admin/view/wp-slimstat-db.php:55 ../admin/wp-slimstat-admin.php:1375
1469
  msgid "User Agent"
1470
  msgstr ""
1471
 
@@ -1477,15 +1481,15 @@ msgstr ""
1477
  msgid "Server Latency"
1478
  msgstr ""
1479
 
1480
- #: ../admin/view/wp-slimstat-db.php:58 ../admin/wp-slimstat-admin.php:1408
1481
  msgid "Post Author"
1482
  msgstr ""
1483
 
1484
- #: ../admin/view/wp-slimstat-db.php:59 ../admin/wp-slimstat-admin.php:1409
1485
  msgid "Post Category ID"
1486
  msgstr ""
1487
 
1488
- #: ../admin/view/wp-slimstat-db.php:61 ../admin/wp-slimstat-admin.php:1411
1489
  msgid "Resource Content Type"
1490
  msgstr ""
1491
 
@@ -1505,7 +1509,7 @@ msgstr ""
1505
  msgid "Viewport Size"
1506
  msgstr ""
1507
 
1508
- #: ../admin/view/wp-slimstat-db.php:66 ../admin/wp-slimstat-admin.php:1413
1509
  msgid "Visit ID"
1510
  msgstr ""
1511
 
@@ -1554,7 +1558,7 @@ msgid "Event ID"
1554
  msgstr ""
1555
 
1556
  #: ../admin/view/wp-slimstat-db.php:116
1557
- #: ../admin/view/wp-slimstat-reports.php:1765
1558
  msgid "Type"
1559
  msgstr ""
1560
 
@@ -1586,75 +1590,74 @@ msgstr ""
1586
  msgid "While zooming in, drag the chart to move to a different area"
1587
  msgstr ""
1588
 
1589
- #: ../admin/view/wp-slimstat-reports.php:68
1590
  msgid "Visitors Activity"
1591
  msgstr ""
1592
 
1593
- #: ../admin/view/wp-slimstat-reports.php:77
1594
  msgid "Color codes"
1595
  msgstr ""
1596
 
1597
- #: ../admin/view/wp-slimstat-reports.php:77
1598
  msgid "From search result page"
1599
  msgstr ""
1600
 
1601
- #: ../admin/view/wp-slimstat-reports.php:77
1602
- #: ../admin/wp-slimstat-admin.php:1368
1603
  msgid "Known Visitor"
1604
  msgstr ""
1605
 
1606
- #: ../admin/view/wp-slimstat-reports.php:77
1607
  msgid "Known Users"
1608
  msgstr ""
1609
 
1610
- #: ../admin/view/wp-slimstat-reports.php:77
1611
  msgid "Other Humans"
1612
  msgstr ""
1613
 
1614
- #: ../admin/view/wp-slimstat-reports.php:77
1615
  msgid "Bot or Crawler"
1616
  msgstr ""
1617
 
1618
- #: ../admin/view/wp-slimstat-reports.php:81
1619
- #: ../admin/view/wp-slimstat-reports.php:90
1620
- #: ../admin/view/wp-slimstat-reports.php:1368
1621
- #: ../admin/view/wp-slimstat-reports.php:1526
1622
  msgid "Pageviews"
1623
  msgstr ""
1624
 
1625
- #: ../admin/view/wp-slimstat-reports.php:91
1626
- #: ../admin/view/wp-slimstat-reports.php:285
1627
- #: ../admin/view/wp-slimstat-reports.php:526
1628
- #: ../admin/view/wp-slimstat-reports.php:1383
1629
- #: ../admin/view/wp-slimstat-reports.php:1428
1630
  msgid "Unique IPs"
1631
  msgstr ""
1632
 
1633
- #: ../admin/view/wp-slimstat-reports.php:99
1634
  msgid "About Slimstat"
1635
  msgstr ""
1636
 
1637
- #: ../admin/view/wp-slimstat-reports.php:108
1638
  msgid "Traffic at a Glance"
1639
  msgstr ""
1640
 
1641
- #: ../admin/view/wp-slimstat-reports.php:118
1642
  msgid "Currently Online"
1643
  msgstr ""
1644
 
1645
- #: ../admin/view/wp-slimstat-reports.php:131
1646
  msgid "Recent Search Terms"
1647
  msgstr ""
1648
 
1649
- #: ../admin/view/wp-slimstat-reports.php:142
1650
  msgid "Keywords used by your visitors to find your website on a search engine."
1651
  msgstr ""
1652
 
1653
- #: ../admin/view/wp-slimstat-reports.php:145
1654
  msgid "Top Web Pages"
1655
  msgstr ""
1656
 
1657
- #: ../admin/view/wp-slimstat-reports.php:156
1658
  msgid ""
1659
  "Here a \"page\" is not just a WordPress page type, but any webpage on your "
1660
  "site, including posts, products, categories, and so on. You can set the "
@@ -1663,33 +1666,33 @@ msgid ""
1663
  "have."
1664
  msgstr ""
1665
 
1666
- #: ../admin/view/wp-slimstat-reports.php:159
1667
  msgid "Top Referring Domains"
1668
  msgstr ""
1669
 
1670
- #: ../admin/view/wp-slimstat-reports.php:173
1671
  msgid "Top Known Visitors"
1672
  msgstr ""
1673
 
1674
- #: ../admin/view/wp-slimstat-reports.php:184
1675
  msgid "Top Search Terms"
1676
  msgstr ""
1677
 
1678
- #: ../admin/view/wp-slimstat-reports.php:196
1679
  msgid "Top Countries"
1680
  msgstr ""
1681
 
1682
- #: ../admin/view/wp-slimstat-reports.php:205
1683
  msgid ""
1684
  "You can configure Slimstat to ignore a specific Country by setting the "
1685
  "corresponding filter under Settings > Slimstat > Filters."
1686
  msgstr ""
1687
 
1688
- #: ../admin/view/wp-slimstat-reports.php:208
1689
  msgid "Rankings"
1690
  msgstr ""
1691
 
1692
- #: ../admin/view/wp-slimstat-reports.php:212
1693
  msgid ""
1694
  "Slimstat retrieves live information from Alexa, Facebook and Mozscape, to "
1695
  "measures your site's rankings. Values are updated every 12 hours. Please "
@@ -1697,62 +1700,62 @@ msgid ""
1697
  "Mozscape data."
1698
  msgstr ""
1699
 
1700
- #: ../admin/view/wp-slimstat-reports.php:215
1701
  msgid "Top Language Families"
1702
  msgstr ""
1703
 
1704
- #: ../admin/view/wp-slimstat-reports.php:228
1705
  msgid "Users Currently Online"
1706
  msgstr ""
1707
 
1708
- #: ../admin/view/wp-slimstat-reports.php:239
1709
  msgid ""
1710
  "When visitors leave a comment on your blog, WordPress assigns them a cookie. "
1711
  "Slimstat leverages this information to identify returning visitors. Please "
1712
  "note that visitors also include registered users."
1713
  msgstr ""
1714
 
1715
- #: ../admin/view/wp-slimstat-reports.php:253
1716
  msgid "Unique Terms"
1717
  msgstr ""
1718
 
1719
- #: ../admin/view/wp-slimstat-reports.php:261
1720
  msgid "Top Referring URLs"
1721
  msgstr ""
1722
 
1723
- #: ../admin/view/wp-slimstat-reports.php:274
1724
  msgid "Human Visits"
1725
  msgstr ""
1726
 
1727
- #: ../admin/view/wp-slimstat-reports.php:284
1728
- #: ../admin/view/wp-slimstat-reports.php:1424
1729
  msgid "Visits"
1730
  msgstr ""
1731
 
1732
- #: ../admin/view/wp-slimstat-reports.php:293
1733
  msgid "Audience Overview"
1734
  msgstr ""
1735
 
1736
- #: ../admin/view/wp-slimstat-reports.php:300
1737
  msgid ""
1738
  "Where not otherwise specified, the metrics in this report are referred to "
1739
  "human visitors."
1740
  msgstr ""
1741
 
1742
- #: ../admin/view/wp-slimstat-reports.php:303
1743
  msgid "Top Languages"
1744
  msgstr ""
1745
 
1746
- #: ../admin/view/wp-slimstat-reports.php:314
1747
  msgid "Top Browsers"
1748
  msgstr ""
1749
 
1750
- #: ../admin/view/wp-slimstat-reports.php:325
1751
  msgid "Top Service Providers"
1752
  msgstr ""
1753
 
1754
- #: ../admin/view/wp-slimstat-reports.php:334
1755
- #: ../admin/view/wp-slimstat-reports.php:346
1756
  msgid ""
1757
  "Internet Service Provider: a company which provides other companies or "
1758
  "individuals with access to the Internet. Your DSL or cable internet service "
@@ -1760,450 +1763,448 @@ msgid ""
1760
  "by setting the corresponding filter under Settings > Slimstat > Filters."
1761
  msgstr ""
1762
 
1763
- #: ../admin/view/wp-slimstat-reports.php:337
1764
  msgid "Top Operating Systems"
1765
  msgstr ""
1766
 
1767
- #: ../admin/view/wp-slimstat-reports.php:349
1768
  msgid "Top Screen Resolutions"
1769
  msgstr ""
1770
 
1771
- #: ../admin/view/wp-slimstat-reports.php:361
1772
  msgid "Top Viewport Sizes"
1773
  msgstr ""
1774
 
1775
- #: ../admin/view/wp-slimstat-reports.php:381
1776
  msgid "Visit Duration"
1777
  msgstr ""
1778
 
1779
- #: ../admin/view/wp-slimstat-reports.php:388
1780
  msgid ""
1781
  "All values represent the percentages of pageviews within the corresponding "
1782
  "time range."
1783
  msgstr ""
1784
 
1785
- #: ../admin/view/wp-slimstat-reports.php:391
1786
  msgid "Recent Countries"
1787
  msgstr ""
1788
 
1789
- #: ../admin/view/wp-slimstat-reports.php:402
1790
  msgid "Recent Viewport Sizes"
1791
  msgstr ""
1792
 
1793
- #: ../admin/view/wp-slimstat-reports.php:413
1794
  msgid "Recent Operating Systems"
1795
  msgstr ""
1796
 
1797
- #: ../admin/view/wp-slimstat-reports.php:424
1798
  msgid "Recent Browsers"
1799
  msgstr ""
1800
 
1801
- #: ../admin/view/wp-slimstat-reports.php:435
1802
  msgid "Recent Languages"
1803
  msgstr ""
1804
 
1805
- #: ../admin/view/wp-slimstat-reports.php:446
1806
  msgid "Top Browser Families"
1807
  msgstr ""
1808
 
1809
- #: ../admin/view/wp-slimstat-reports.php:455
1810
  msgid ""
1811
  "This report shows you what user agent families (no version considered) are "
1812
  "popular among your visitors."
1813
  msgstr ""
1814
 
1815
- #: ../admin/view/wp-slimstat-reports.php:458
1816
  msgid "Top OS Families"
1817
  msgstr ""
1818
 
1819
- #: ../admin/view/wp-slimstat-reports.php:469
1820
  msgid ""
1821
  "This report shows you what operating system families (no version considered) "
1822
  "are popular among your visitors."
1823
  msgstr ""
1824
 
1825
- #: ../admin/view/wp-slimstat-reports.php:472
1826
  msgid "Recent Users"
1827
  msgstr ""
1828
 
1829
- #: ../admin/view/wp-slimstat-reports.php:484
1830
  msgid "Top Users"
1831
  msgstr ""
1832
 
1833
- #: ../admin/view/wp-slimstat-reports.php:496
1834
- #: ../admin/view/wp-slimstat-reports.php:505
1835
  msgid "Users"
1836
  msgstr ""
1837
 
1838
- #: ../admin/view/wp-slimstat-reports.php:506
1839
  msgid "Unique Users"
1840
  msgstr ""
1841
 
1842
- #: ../admin/view/wp-slimstat-reports.php:515
1843
- #: ../admin/wp-slimstat-admin.php:106
1844
  msgid "Traffic Sources"
1845
  msgstr ""
1846
 
1847
- #: ../admin/view/wp-slimstat-reports.php:525
1848
  msgid "Domains"
1849
  msgstr ""
1850
 
1851
- #: ../admin/view/wp-slimstat-reports.php:534
1852
  msgid "Traffic Summary"
1853
  msgstr ""
1854
 
1855
- #: ../admin/view/wp-slimstat-reports.php:543
1856
  msgid "Top Referring Search Engines"
1857
  msgstr ""
1858
 
1859
- #: ../admin/view/wp-slimstat-reports.php:572
1860
  msgid "Recent Outbound Links"
1861
  msgstr ""
1862
 
1863
- #: ../admin/view/wp-slimstat-reports.php:584
1864
  msgid "Recent Posts"
1865
  msgstr ""
1866
 
1867
- #: ../admin/view/wp-slimstat-reports.php:612
1868
  msgid "Recent Feeds"
1869
  msgstr ""
1870
 
1871
- #: ../admin/view/wp-slimstat-reports.php:624
1872
  msgid "Recent Pages Not Found"
1873
  msgstr ""
1874
 
1875
- #: ../admin/view/wp-slimstat-reports.php:636
1876
  msgid "Recent Internal Searches"
1877
  msgstr ""
1878
 
1879
- #: ../admin/view/wp-slimstat-reports.php:646
1880
  msgid "Searches performed using WordPress' built-in search functionality."
1881
  msgstr ""
1882
 
1883
- #: ../admin/view/wp-slimstat-reports.php:649
1884
  msgid "Top Categories"
1885
  msgstr ""
1886
 
1887
- #: ../admin/view/wp-slimstat-reports.php:662
1888
  msgid "Top Downloads"
1889
  msgstr ""
1890
 
1891
- #: ../admin/view/wp-slimstat-reports.php:673
1892
  msgid ""
1893
  "You can configure Slimstat to track specific file extensions as downloads."
1894
  msgstr ""
1895
 
1896
- #: ../admin/view/wp-slimstat-reports.php:676
1897
  msgid "Recent Events"
1898
  msgstr ""
1899
 
1900
- #: ../admin/view/wp-slimstat-reports.php:685
1901
- #: ../admin/view/wp-slimstat-reports.php:709
1902
  msgid ""
1903
  "This report lists any <em>event</em> occurred on your website. Please refer "
1904
  "to the FAQ for more information on how to use this functionality."
1905
  msgstr ""
1906
 
1907
- #: ../admin/view/wp-slimstat-reports.php:688
1908
  msgid "Top Posts"
1909
  msgstr ""
1910
 
1911
- #: ../admin/view/wp-slimstat-reports.php:700
1912
  msgid "Top Events"
1913
  msgstr ""
1914
 
1915
- #: ../admin/view/wp-slimstat-reports.php:712
1916
  msgid "Top Internal Searches"
1917
  msgstr ""
1918
 
1919
- #: ../admin/view/wp-slimstat-reports.php:724
1920
  msgid "Recent Categories"
1921
  msgstr ""
1922
 
1923
- #: ../admin/view/wp-slimstat-reports.php:736
1924
  msgid "Top Pages Not Found"
1925
  msgstr ""
1926
 
1927
- #: ../admin/view/wp-slimstat-reports.php:748
1928
  msgid "Top Authors"
1929
  msgstr ""
1930
 
1931
- #: ../admin/view/wp-slimstat-reports.php:759
1932
  msgid "Top Tags"
1933
  msgstr ""
1934
 
1935
- #: ../admin/view/wp-slimstat-reports.php:771
1936
  msgid "Recent Downloads"
1937
  msgstr ""
1938
 
1939
- #: ../admin/view/wp-slimstat-reports.php:783
1940
  msgid "Top Outbound Links"
1941
  msgstr ""
1942
 
1943
- #: ../admin/view/wp-slimstat-reports.php:795
1944
  msgid "Your Website"
1945
  msgstr ""
1946
 
1947
- #: ../admin/view/wp-slimstat-reports.php:802
1948
  msgid ""
1949
  "Your content at a glance: posts, comments, pingbacks, etc. Please note that "
1950
  "this report is not affected by the filters set here above."
1951
  msgstr ""
1952
 
1953
- #: ../admin/view/wp-slimstat-reports.php:805
1954
  msgid "Top Bounce Pages"
1955
  msgstr ""
1956
 
1957
- #: ../admin/view/wp-slimstat-reports.php:818
1958
  msgid "Top Exit Pages"
1959
  msgstr ""
1960
 
1961
- #: ../admin/view/wp-slimstat-reports.php:831
1962
  msgid "Top Entry Pages"
1963
  msgstr ""
1964
 
1965
- #: ../admin/view/wp-slimstat-reports.php:844
1966
  msgid "Pages with Outbound Links"
1967
  msgstr ""
1968
 
1969
- #: ../admin/view/wp-slimstat-reports.php:853
1970
  msgid "Outbound Links"
1971
  msgstr ""
1972
 
1973
- #: ../admin/view/wp-slimstat-reports.php:854
1974
  msgid "Unique Outbound"
1975
  msgstr ""
1976
 
1977
- #: ../admin/view/wp-slimstat-reports.php:863
1978
  msgid "World Map"
1979
  msgstr ""
1980
 
1981
- #: ../admin/view/wp-slimstat-reports.php:944
1982
  msgid "Refresh"
1983
  msgstr ""
1984
 
1985
- #: ../admin/view/wp-slimstat-reports.php:981
1986
  #, php-format
1987
  msgid "Results %s - %s of %s"
1988
  msgstr ""
1989
 
1990
- #: ../admin/view/wp-slimstat-reports.php:983
1991
  msgid "Refresh in"
1992
  msgstr ""
1993
 
1994
- #: ../admin/view/wp-slimstat-reports.php:1082
1995
  msgid "Category ID"
1996
  msgstr ""
1997
 
1998
- #: ../admin/view/wp-slimstat-reports.php:1087
1999
- #: ../admin/view/wp-slimstat-reports.php:1101
2000
- #: ../admin/view/wp-slimstat-reports.php:1106
2001
  msgid "Code"
2002
  msgstr ""
2003
 
2004
- #: ../admin/view/wp-slimstat-reports.php:1102
2005
- #: ../languages/dynamic_strings.php:339 ../wp-slimstat.php:1248
2006
  msgid "l-"
2007
  msgstr "Unknown"
2008
 
2009
- #: ../admin/view/wp-slimstat-reports.php:1119
2010
  msgid "URL"
2011
  msgstr ""
2012
 
2013
- #: ../admin/view/wp-slimstat-reports.php:1132
2014
  msgid "Referrer"
2015
  msgstr ""
2016
 
2017
- #: ../admin/view/wp-slimstat-reports.php:1335
2018
  msgid "Dataset Size"
2019
  msgstr ""
2020
 
2021
- #: ../admin/view/wp-slimstat-reports.php:1337
2022
  msgid "Total number of records stored in the database."
2023
  msgstr ""
2024
 
2025
- #: ../admin/view/wp-slimstat-reports.php:1339
2026
  msgid "DB Size"
2027
  msgstr ""
2028
 
2029
- #: ../admin/view/wp-slimstat-reports.php:1342
2030
  msgid "Tracking Enabled"
2031
  msgstr ""
2032
 
2033
- #: ../admin/view/wp-slimstat-reports.php:1345
2034
  msgid "Javascript Mode"
2035
  msgstr ""
2036
 
2037
- #: ../admin/view/wp-slimstat-reports.php:1348
2038
  msgid "Tracking Browser Caps"
2039
  msgstr ""
2040
 
2041
- #: ../admin/view/wp-slimstat-reports.php:1351
2042
  msgid "Auto purge"
2043
  msgstr ""
2044
 
2045
- #: ../admin/view/wp-slimstat-reports.php:1352
2046
- #: ../admin/wp-slimstat-admin.php:1234
2047
  msgid "Off"
2048
  msgstr ""
2049
 
2050
- #: ../admin/view/wp-slimstat-reports.php:1354
2051
  msgid "Oldest pageview"
2052
  msgstr ""
2053
 
2054
- #: ../admin/view/wp-slimstat-reports.php:1355
2055
  msgid "No visits"
2056
  msgstr ""
2057
 
2058
- #: ../admin/view/wp-slimstat-reports.php:1357
2059
- #: ../admin/wp-slimstat-admin.php:112
2060
  msgid "Geolocation"
2061
  msgstr ""
2062
 
2063
- #: ../admin/view/wp-slimstat-reports.php:1359
2064
  msgid "Date when the MaxMind Geolocation database was last updated."
2065
  msgstr ""
2066
 
2067
- #: ../admin/view/wp-slimstat-reports.php:1370
2068
- #: ../admin/view/wp-slimstat-reports.php:1528
2069
  msgid ""
2070
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
2071
  "the tracking code is executed."
2072
  msgstr ""
2073
 
2074
- #: ../admin/view/wp-slimstat-reports.php:1372
2075
  msgid "Days in Range"
2076
  msgstr ""
2077
 
2078
- #: ../admin/view/wp-slimstat-reports.php:1375
2079
  msgid "Average Daily Pageviews"
2080
  msgstr ""
2081
 
2082
- #: ../admin/view/wp-slimstat-reports.php:1377
2083
  msgid ""
2084
  "How many pages have been visited on average every day during the current "
2085
  "period."
2086
  msgstr ""
2087
 
2088
- #: ../admin/view/wp-slimstat-reports.php:1379
2089
  msgid "From Search Results"
2090
  msgstr ""
2091
 
2092
- #: ../admin/view/wp-slimstat-reports.php:1381
2093
  msgid ""
2094
  "Visitors who landed on your site after searching for a keyword on Google, "
2095
  "Yahoo, etc."
2096
  msgstr ""
2097
 
2098
- #: ../admin/view/wp-slimstat-reports.php:1385
2099
  msgid ""
2100
  "Used to differentiate between multiple requests to download a file from one "
2101
  "internet address (IP) and requests originating from many distinct addresses"
2102
  msgstr ""
2103
 
2104
- #: ../admin/view/wp-slimstat-reports.php:1387
2105
  msgid "Last 30 minutes"
2106
  msgstr ""
2107
 
2108
- #: ../admin/view/wp-slimstat-reports.php:1426
2109
  msgid ""
2110
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
2111
  "multiple times if they perform multiple visits."
2112
  msgstr ""
2113
 
2114
- #: ../admin/view/wp-slimstat-reports.php:1430
2115
  msgid "It includes only traffic generated by human visitors."
2116
  msgstr ""
2117
 
2118
- #: ../admin/view/wp-slimstat-reports.php:1432
2119
  msgid "Bounce rate"
2120
  msgstr ""
2121
 
2122
- #: ../admin/view/wp-slimstat-reports.php:1434
2123
  msgid ""
2124
  "Percentage of single-page visits, i.e. visits in which the person left your "
2125
  "site from the entrance page."
2126
  msgstr ""
2127
 
2128
- #: ../admin/view/wp-slimstat-reports.php:1436
2129
  msgid "Known visitors"
2130
  msgstr ""
2131
 
2132
- #: ../admin/view/wp-slimstat-reports.php:1438
2133
  msgid "Visitors who had previously left a comment on your blog."
2134
  msgstr ""
2135
 
2136
- #: ../admin/view/wp-slimstat-reports.php:1440
2137
  msgid "New visitors"
2138
  msgstr ""
2139
 
2140
- #: ../admin/view/wp-slimstat-reports.php:1442
2141
  msgid "Human users who visited your site only once."
2142
  msgstr ""
2143
 
2144
- #: ../admin/view/wp-slimstat-reports.php:1444
2145
  msgid "Bots"
2146
  msgstr ""
2147
 
2148
- #: ../admin/view/wp-slimstat-reports.php:1447
2149
  msgid "Pageviews per visit"
2150
  msgstr ""
2151
 
2152
- #: ../admin/view/wp-slimstat-reports.php:1450
2153
  msgid "Longest visit"
2154
  msgstr ""
2155
 
2156
- #: ../admin/view/wp-slimstat-reports.php:1451
2157
  msgid "hits"
2158
  msgstr ""
2159
 
2160
- #: ../admin/view/wp-slimstat-reports.php:1462
2161
  msgid "0 - 30 seconds"
2162
  msgstr ""
2163
 
2164
- #: ../admin/view/wp-slimstat-reports.php:1468
2165
  msgid "31 - 60 seconds"
2166
  msgstr ""
2167
 
2168
- #: ../admin/view/wp-slimstat-reports.php:1474
2169
  msgid "1 - 3 minutes"
2170
  msgstr ""
2171
 
2172
- #: ../admin/view/wp-slimstat-reports.php:1480
2173
  msgid "3 - 5 minutes"
2174
  msgstr ""
2175
 
2176
- #: ../admin/view/wp-slimstat-reports.php:1486
2177
  msgid "5 - 7 minutes"
2178
  msgstr ""
2179
 
2180
- #: ../admin/view/wp-slimstat-reports.php:1492
2181
  msgid "7 - 10 minutes"
2182
  msgstr ""
2183
 
2184
- #: ../admin/view/wp-slimstat-reports.php:1498
2185
  msgid "More than 10 minutes"
2186
  msgstr ""
2187
 
2188
- #: ../admin/view/wp-slimstat-reports.php:1510
2189
  msgid "Average visit duration"
2190
  msgstr ""
2191
 
2192
- #: ../admin/view/wp-slimstat-reports.php:1530
2193
  msgid "Unique Referrers"
2194
  msgstr ""
2195
 
2196
- #: ../admin/view/wp-slimstat-reports.php:1532
2197
  msgid ""
2198
  "A referrer (or referring site) is the site that a visitor previously visited "
2199
  "before following a link to your site."
2200
  msgstr ""
2201
 
2202
- #: ../admin/view/wp-slimstat-reports.php:1534
2203
  msgid "Direct Pageviews"
2204
  msgstr ""
2205
 
2206
- #: ../admin/view/wp-slimstat-reports.php:1536
2207
  msgid ""
2208
  "Visitors who visited the site by typing the URL directly into their browser. "
2209
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
@@ -2211,21 +2212,21 @@ msgid ""
2211
  "documents that don't include tracking variables."
2212
  msgstr ""
2213
 
2214
- #: ../admin/view/wp-slimstat-reports.php:1538
2215
  msgid "From a search result"
2216
  msgstr ""
2217
 
2218
- #: ../admin/view/wp-slimstat-reports.php:1540
2219
  msgid ""
2220
  "Visitors who came to your site via searches on Google or some other search "
2221
  "engine."
2222
  msgstr ""
2223
 
2224
- #: ../admin/view/wp-slimstat-reports.php:1542
2225
  msgid "Unique Landing Pages"
2226
  msgstr ""
2227
 
2228
- #: ../admin/view/wp-slimstat-reports.php:1544
2229
  msgid ""
2230
  "The first page that a user views during a session. This is also known as the "
2231
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
@@ -2233,1294 +2234,1290 @@ msgid ""
2233
  "a landing page."
2234
  msgstr ""
2235
 
2236
- #: ../admin/view/wp-slimstat-reports.php:1546
2237
  msgid "Bounce Pages"
2238
  msgstr ""
2239
 
2240
- #: ../admin/view/wp-slimstat-reports.php:1548
2241
  msgid "Number of single page visits to your site over the selected period."
2242
  msgstr ""
2243
 
2244
- #: ../admin/view/wp-slimstat-reports.php:1550
2245
  msgid "New Visitors Rate"
2246
  msgstr ""
2247
 
2248
- #: ../admin/view/wp-slimstat-reports.php:1552
2249
  msgid ""
2250
  "Percentage of single page visits, i.e. visits in which the person left your "
2251
  "site from the entrance page."
2252
  msgstr ""
2253
 
2254
- #: ../admin/view/wp-slimstat-reports.php:1554
2255
  msgid "Currently from search engines"
2256
  msgstr ""
2257
 
2258
- #: ../admin/view/wp-slimstat-reports.php:1556
2259
  msgid ""
2260
  "Visitors who visited the site in the last 5 minutes coming from a search "
2261
  "engine."
2262
  msgstr ""
2263
 
2264
- #: ../admin/view/wp-slimstat-reports.php:1574
2265
  msgid "Backlinks"
2266
  msgstr ""
2267
 
2268
- #: ../admin/view/wp-slimstat-reports.php:1575
2269
  msgid "Number of external equity links to your website."
2270
  msgstr ""
2271
 
2272
- #: ../admin/view/wp-slimstat-reports.php:1579
2273
  msgid "MozRank"
2274
  msgstr ""
2275
 
2276
- #: ../admin/view/wp-slimstat-reports.php:1580
2277
  msgid ""
2278
  "MozRank of the URL, in a normalized 10-point score. MozRank represents a "
2279
  "link popularity score. It reflects the importance of any given web page on "
2280
  "the Internet."
2281
  msgstr ""
2282
 
2283
- #: ../admin/view/wp-slimstat-reports.php:1584
2284
  msgid "Equity Links"
2285
  msgstr ""
2286
 
2287
- #: ../admin/view/wp-slimstat-reports.php:1585
2288
  msgid ""
2289
  "Number of authority-passing links (including followed links and redirects, "
2290
  "internal or external) to your website. Set the permalink filter here above "
2291
  "to get the corresponding metrics in this report."
2292
  msgstr ""
2293
 
2294
- #: ../admin/view/wp-slimstat-reports.php:1589
2295
  msgid "Facebook Shares"
2296
  msgstr ""
2297
 
2298
- #: ../admin/view/wp-slimstat-reports.php:1594
2299
  msgid "Facebook Clicks"
2300
  msgstr ""
2301
 
2302
- #: ../admin/view/wp-slimstat-reports.php:1595
2303
  msgid "How many times links to your website have been clicked on Facebook."
2304
  msgstr ""
2305
 
2306
- #: ../admin/view/wp-slimstat-reports.php:1599
2307
  msgid "Alexa World Rank"
2308
  msgstr ""
2309
 
2310
- #: ../admin/view/wp-slimstat-reports.php:1600
2311
  msgid ""
2312
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
2313
  "traffic data."
2314
  msgstr ""
2315
 
2316
- #: ../admin/view/wp-slimstat-reports.php:1604
2317
  msgid "Alexa Country Rank"
2318
  msgstr ""
2319
 
2320
- #: ../admin/view/wp-slimstat-reports.php:1609
2321
  msgid "Alexa Popularity"
2322
  msgstr ""
2323
 
2324
- #: ../admin/view/wp-slimstat-reports.php:1668
2325
  msgid "Alexa Delta"
2326
  msgstr ""
2327
 
2328
- #: ../admin/view/wp-slimstat-reports.php:1702
2329
  msgid "Content Items"
2330
  msgstr ""
2331
 
2332
- #: ../admin/view/wp-slimstat-reports.php:1704
2333
  msgid ""
2334
  "This value includes not only posts, but also custom post types, regardless "
2335
  "of their status"
2336
  msgstr ""
2337
 
2338
- #: ../admin/view/wp-slimstat-reports.php:1706
2339
  msgid "Posts"
2340
  msgstr ""
2341
 
2342
- #: ../admin/view/wp-slimstat-reports.php:1709
2343
  msgid "Pages"
2344
  msgstr ""
2345
 
2346
- #: ../admin/view/wp-slimstat-reports.php:1712
2347
  msgid "Attachments"
2348
  msgstr ""
2349
 
2350
- #: ../admin/view/wp-slimstat-reports.php:1715
2351
  msgid "Revisions"
2352
  msgstr ""
2353
 
2354
- #: ../admin/view/wp-slimstat-reports.php:1718
2355
  msgid "Comments"
2356
  msgstr ""
2357
 
2358
- #: ../admin/view/wp-slimstat-reports.php:1721
2359
  msgid "Avg Comments per Post"
2360
  msgstr ""
2361
 
2362
- #: ../admin/view/wp-slimstat-reports.php:1724
2363
  msgid "Avg Server Latency"
2364
  msgstr ""
2365
 
2366
- #: ../admin/view/wp-slimstat-reports.php:1726
2367
  msgid ""
2368
  "Latency is the amount of time it takes for the host server to receive and "
2369
  "process a request for a page object. The amount of latency depends largely "
2370
  "on how far away the user is from the server."
2371
  msgstr ""
2372
 
2373
- #: ../admin/view/wp-slimstat-reports.php:1769
2374
  msgid "Coordinates"
2375
  msgstr ""
2376
 
2377
- #: ../admin/view/wp-slimstat-reports.php:1769
2378
  msgid "Date"
2379
  msgstr ""
2380
 
2381
  # Unknown
2382
- #: ../admin/view/wp-slimstat-reports.php:1785
2383
  msgid "c-xx"
2384
  msgstr "Unknown"
2385
 
2386
  # Afghanistan
2387
- #: ../admin/view/wp-slimstat-reports.php:1785
2388
  msgid "c-af"
2389
  msgstr "Afghanistan"
2390
 
2391
  # Åland Islands
2392
- #: ../admin/view/wp-slimstat-reports.php:1785
2393
  msgid "c-ax"
2394
  msgstr "Aland Islands"
2395
 
2396
  # Albania
2397
- #: ../admin/view/wp-slimstat-reports.php:1785
2398
  msgid "c-al"
2399
  msgstr "Albania"
2400
 
2401
  # Algeria
2402
- #: ../admin/view/wp-slimstat-reports.php:1785
2403
  msgid "c-dz"
2404
  msgstr "Algeria"
2405
 
2406
  # Andorra
2407
- #: ../admin/view/wp-slimstat-reports.php:1785
2408
  msgid "c-ad"
2409
  msgstr "Andorra"
2410
 
2411
  # Angola
2412
- #: ../admin/view/wp-slimstat-reports.php:1785
2413
  msgid "c-ao"
2414
  msgstr "Angola"
2415
 
2416
  # Anguilla
2417
- #: ../admin/view/wp-slimstat-reports.php:1785
2418
  msgid "c-ai"
2419
  msgstr "Anguilla"
2420
 
2421
  # Antigua and Barbuda
2422
- #: ../admin/view/wp-slimstat-reports.php:1785
2423
  msgid "c-ag"
2424
  msgstr "Antigua and Barbuda"
2425
 
2426
  # Argentina
2427
- #: ../admin/view/wp-slimstat-reports.php:1785
2428
  msgid "c-ar"
2429
  msgstr "Argentina"
2430
 
2431
  # Armenia
2432
- #: ../admin/view/wp-slimstat-reports.php:1785
2433
  msgid "c-am"
2434
  msgstr "Armenia"
2435
 
2436
  # Aruba
2437
- #: ../admin/view/wp-slimstat-reports.php:1785
2438
  msgid "c-aw"
2439
  msgstr "Aruba"
2440
 
2441
  # Australia
2442
- #: ../admin/view/wp-slimstat-reports.php:1785
2443
  msgid "c-au"
2444
  msgstr "Australia"
2445
 
2446
  # Austria
2447
- #: ../admin/view/wp-slimstat-reports.php:1785
2448
  msgid "c-at"
2449
  msgstr "Austria"
2450
 
2451
  # Azerbaijan
2452
- #: ../admin/view/wp-slimstat-reports.php:1785
2453
  msgid "c-az"
2454
  msgstr "Azerbaijan"
2455
 
2456
  # Bahamas
2457
- #: ../admin/view/wp-slimstat-reports.php:1785
2458
  msgid "c-bs"
2459
  msgstr "Bahamas"
2460
 
2461
  # Bahrain
2462
- #: ../admin/view/wp-slimstat-reports.php:1785
2463
  msgid "c-bh"
2464
  msgstr "Bahrain"
2465
 
2466
  # Bangladesh
2467
- #: ../admin/view/wp-slimstat-reports.php:1785
2468
  msgid "c-bd"
2469
  msgstr "Bangladesh"
2470
 
2471
  # Barbados
2472
- #: ../admin/view/wp-slimstat-reports.php:1785
2473
  msgid "c-bb"
2474
  msgstr "Barbados"
2475
 
2476
  # Belarus
2477
- #: ../admin/view/wp-slimstat-reports.php:1785
2478
  msgid "c-by"
2479
  msgstr "Belarus"
2480
 
2481
  # Belgium
2482
- #: ../admin/view/wp-slimstat-reports.php:1785
2483
  msgid "c-be"
2484
  msgstr "Belgium"
2485
 
2486
  # Belize
2487
- #: ../admin/view/wp-slimstat-reports.php:1785
2488
  msgid "c-bz"
2489
  msgstr "Belize"
2490
 
2491
  # Benin
2492
- #: ../admin/view/wp-slimstat-reports.php:1785
2493
  msgid "c-bj"
2494
  msgstr "Benin"
2495
 
2496
  # Bermuda
2497
- #: ../admin/view/wp-slimstat-reports.php:1785
2498
  msgid "c-bm"
2499
  msgstr "Bermuda"
2500
 
2501
  # Bhutan
2502
- #: ../admin/view/wp-slimstat-reports.php:1785
2503
  msgid "c-bt"
2504
  msgstr "Bhutan"
2505
 
2506
  # Bolivia
2507
- #: ../admin/view/wp-slimstat-reports.php:1785
2508
  msgid "c-bo"
2509
  msgstr "Bolivia"
2510
 
2511
  # Bosnia and Herzegovina
2512
- #: ../admin/view/wp-slimstat-reports.php:1785
2513
  msgid "c-ba"
2514
  msgstr "Bosnia and Herzegovina"
2515
 
2516
  # Botswana
2517
- #: ../admin/view/wp-slimstat-reports.php:1785
2518
  msgid "c-bw"
2519
  msgstr "Botswana"
2520
 
2521
  # Brazil
2522
- #: ../admin/view/wp-slimstat-reports.php:1785
2523
  msgid "c-br"
2524
  msgstr "Brazil"
2525
 
2526
  # Brunei Darussalam
2527
- #: ../admin/view/wp-slimstat-reports.php:1785
2528
  msgid "c-bn"
2529
  msgstr "Brunei Darussalam"
2530
 
2531
  # Bulgaria
2532
- #: ../admin/view/wp-slimstat-reports.php:1785
2533
  msgid "c-bg"
2534
  msgstr "Bulgaria"
2535
 
2536
  # Burkina Faso
2537
- #: ../admin/view/wp-slimstat-reports.php:1785
2538
  msgid "c-bf"
2539
  msgstr "Burkina Faso"
2540
 
2541
  # Burundi
2542
- #: ../admin/view/wp-slimstat-reports.php:1785
2543
  msgid "c-bi"
2544
  msgstr "Burundi"
2545
 
2546
  # Cambodia
2547
- #: ../admin/view/wp-slimstat-reports.php:1785
2548
  msgid "c-kh"
2549
  msgstr "Cambodia"
2550
 
2551
  # Cameroon
2552
- #: ../admin/view/wp-slimstat-reports.php:1785
2553
  msgid "c-cm"
2554
  msgstr "Cameroon"
2555
 
2556
  # Canada
2557
- #: ../admin/view/wp-slimstat-reports.php:1785
2558
  msgid "c-ca"
2559
  msgstr "Canada"
2560
 
2561
  # Cape Verde
2562
- #: ../admin/view/wp-slimstat-reports.php:1785
2563
  msgid "c-cv"
2564
  msgstr "Cape Verde"
2565
 
2566
  # Cayman Islands
2567
- #: ../admin/view/wp-slimstat-reports.php:1785
2568
  msgid "c-ky"
2569
  msgstr "Cayman Islands"
2570
 
2571
  # Central African Republic
2572
- #: ../admin/view/wp-slimstat-reports.php:1785
2573
  msgid "c-cf"
2574
  msgstr "Central African Republic"
2575
 
2576
  # Chad
2577
- #: ../admin/view/wp-slimstat-reports.php:1785
2578
  msgid "c-td"
2579
  msgstr "Chad"
2580
 
2581
  # Chile
2582
- #: ../admin/view/wp-slimstat-reports.php:1785
2583
  msgid "c-cl"
2584
  msgstr "Chile"
2585
 
2586
  # China
2587
- #: ../admin/view/wp-slimstat-reports.php:1785
2588
  msgid "c-cn"
2589
  msgstr "China"
2590
 
2591
  # Colombia
2592
- #: ../admin/view/wp-slimstat-reports.php:1785
2593
  msgid "c-co"
2594
  msgstr "Colombia"
2595
 
2596
  # Comoros
2597
- #: ../admin/view/wp-slimstat-reports.php:1785
2598
  msgid "c-km"
2599
  msgstr "Comoros"
2600
 
2601
  # Congo
2602
- #: ../admin/view/wp-slimstat-reports.php:1785
2603
  msgid "c-cg"
2604
  msgstr "Congo"
2605
 
2606
  # The Democratic Republic of the Congo
2607
- #: ../admin/view/wp-slimstat-reports.php:1785
2608
  msgid "c-cd"
2609
  msgstr "The Democratic Republic of the Congo"
2610
 
2611
  # Costa Rica
2612
- #: ../admin/view/wp-slimstat-reports.php:1785
2613
  msgid "c-cr"
2614
  msgstr "Costa Rica"
2615
 
2616
  # Côte d'Ivoire
2617
- #: ../admin/view/wp-slimstat-reports.php:1785
2618
  msgid "c-ci"
2619
  msgstr "Côte d'Ivoire"
2620
 
2621
  # Croatia
2622
- #: ../admin/view/wp-slimstat-reports.php:1785
2623
  msgid "c-hr"
2624
  msgstr "Croatia"
2625
 
2626
  # Cuba
2627
- #: ../admin/view/wp-slimstat-reports.php:1785
2628
  msgid "c-cu"
2629
  msgstr "Cuba"
2630
 
2631
  # Cyprus
2632
- #: ../admin/view/wp-slimstat-reports.php:1785
2633
  msgid "c-cy"
2634
  msgstr "Cyprus"
2635
 
2636
  # Czech Republic
2637
- #: ../admin/view/wp-slimstat-reports.php:1785
2638
  msgid "c-cz"
2639
  msgstr "Czech Republic"
2640
 
2641
  # Denmark
2642
- #: ../admin/view/wp-slimstat-reports.php:1785
2643
  msgid "c-dk"
2644
  msgstr "Denmark"
2645
 
2646
  # Djibouti
2647
- #: ../admin/view/wp-slimstat-reports.php:1785
2648
  msgid "c-dj"
2649
  msgstr "Djibouti"
2650
 
2651
  # Dominica
2652
- #: ../admin/view/wp-slimstat-reports.php:1785
2653
  msgid "c-dm"
2654
  msgstr "Dominica"
2655
 
2656
  # Dominican Republic
2657
- #: ../admin/view/wp-slimstat-reports.php:1785
2658
  msgid "c-do"
2659
  msgstr "Dominican Republic"
2660
 
2661
  # Ecuador
2662
- #: ../admin/view/wp-slimstat-reports.php:1785
2663
  msgid "c-ec"
2664
  msgstr "Ecuador"
2665
 
2666
  # Egypt
2667
- #: ../admin/view/wp-slimstat-reports.php:1785
2668
  msgid "c-eg"
2669
  msgstr "Egypt"
2670
 
2671
  # El Salvador
2672
- #: ../admin/view/wp-slimstat-reports.php:1785
2673
  msgid "c-sv"
2674
  msgstr "El Salvador"
2675
 
2676
  # Equatorial Guinea
2677
- #: ../admin/view/wp-slimstat-reports.php:1785
2678
  msgid "c-gq"
2679
  msgstr "Equatorial Guinea"
2680
 
2681
  # Eritrea
2682
- #: ../admin/view/wp-slimstat-reports.php:1785
2683
  msgid "c-er"
2684
  msgstr "Eritrea"
2685
 
2686
  # Estonia
2687
- #: ../admin/view/wp-slimstat-reports.php:1785
2688
  msgid "c-ee"
2689
  msgstr "Estonia"
2690
 
2691
  # Ethiopia
2692
- #: ../admin/view/wp-slimstat-reports.php:1785
2693
  msgid "c-et"
2694
  msgstr "Ethiopia"
2695
 
2696
  # Faroe Islands
2697
- #: ../admin/view/wp-slimstat-reports.php:1785
2698
  msgid "c-fo"
2699
  msgstr "Faroe Islands"
2700
 
2701
  # Falkland Islands (Malvinas)
2702
- #: ../admin/view/wp-slimstat-reports.php:1785
2703
  msgid "c-fk"
2704
  msgstr "Falkland Islands (Malvinas)"
2705
 
2706
  # Fiji
2707
- #: ../admin/view/wp-slimstat-reports.php:1785
2708
  msgid "c-fj"
2709
  msgstr "Fiji"
2710
 
2711
  # Finland
2712
- #: ../admin/view/wp-slimstat-reports.php:1785
2713
  msgid "c-fi"
2714
  msgstr "Finland"
2715
 
2716
  # France
2717
- #: ../admin/view/wp-slimstat-reports.php:1785
2718
  msgid "c-fr"
2719
  msgstr "France"
2720
 
2721
  # French Guiana
2722
- #: ../admin/view/wp-slimstat-reports.php:1785
2723
  msgid "c-gf"
2724
  msgstr "French Guiana"
2725
 
2726
  # Gabon
2727
- #: ../admin/view/wp-slimstat-reports.php:1785
2728
  msgid "c-ga"
2729
  msgstr "Gabon"
2730
 
2731
  # Gambia
2732
- #: ../admin/view/wp-slimstat-reports.php:1785
2733
  msgid "c-gm"
2734
  msgstr "Gambia"
2735
 
2736
  # Georgia
2737
- #: ../admin/view/wp-slimstat-reports.php:1785
2738
  msgid "c-ge"
2739
  msgstr "Georgia"
2740
 
2741
  # Germany
2742
- #: ../admin/view/wp-slimstat-reports.php:1785
2743
  msgid "c-de"
2744
  msgstr "Germany"
2745
 
2746
  # Ghana
2747
- #: ../admin/view/wp-slimstat-reports.php:1785
2748
  msgid "c-gh"
2749
  msgstr "Ghana"
2750
 
2751
  # Greece
2752
- #: ../admin/view/wp-slimstat-reports.php:1785
2753
  msgid "c-gr"
2754
  msgstr "Greece"
2755
 
2756
  # Greenland
2757
- #: ../admin/view/wp-slimstat-reports.php:1785
2758
  msgid "c-gl"
2759
  msgstr "Greenland"
2760
 
2761
  # Grenada
2762
- #: ../admin/view/wp-slimstat-reports.php:1785
2763
  msgid "c-gd"
2764
  msgstr "Grenada"
2765
 
2766
  # Guadeloupe
2767
- #: ../admin/view/wp-slimstat-reports.php:1785
2768
  msgid "c-gp"
2769
  msgstr "Guadeloupe"
2770
 
2771
  # Guatemala
2772
- #: ../admin/view/wp-slimstat-reports.php:1785
2773
  msgid "c-gt"
2774
  msgstr "Guatemala"
2775
 
2776
  # Guinea
2777
- #: ../admin/view/wp-slimstat-reports.php:1785
2778
  msgid "c-gn"
2779
  msgstr "Guinea"
2780
 
2781
  # Guinea-Bissau
2782
- #: ../admin/view/wp-slimstat-reports.php:1785
2783
  msgid "c-gw"
2784
  msgstr "Guinea-Bissau"
2785
 
2786
  # Guyana
2787
- #: ../admin/view/wp-slimstat-reports.php:1785
2788
  msgid "c-gy"
2789
  msgstr "Guyana"
2790
 
2791
  # Haiti
2792
- #: ../admin/view/wp-slimstat-reports.php:1785
2793
  msgid "c-ht"
2794
  msgstr "Haiti"
2795
 
2796
  # Honduras
2797
- #: ../admin/view/wp-slimstat-reports.php:1785
2798
  msgid "c-hn"
2799
  msgstr "Honduras"
2800
 
2801
  # Hong Kong
2802
- #: ../admin/view/wp-slimstat-reports.php:1785
2803
  msgid "c-hk"
2804
  msgstr "Hong Kong"
2805
 
2806
  # Hungary
2807
- #: ../admin/view/wp-slimstat-reports.php:1785
2808
  msgid "c-hu"
2809
  msgstr "Hungary"
2810
 
2811
  # Iceland
2812
- #: ../admin/view/wp-slimstat-reports.php:1785
2813
  msgid "c-is"
2814
  msgstr "Iceland"
2815
 
2816
  # India
2817
- #: ../admin/view/wp-slimstat-reports.php:1785
2818
  msgid "c-in"
2819
  msgstr "India"
2820
 
2821
  # Indonesia
2822
- #: ../admin/view/wp-slimstat-reports.php:1785
2823
  msgid "c-id"
2824
  msgstr "Indonesia"
2825
 
2826
  # Islamic Republic of Iran
2827
- #: ../admin/view/wp-slimstat-reports.php:1785
2828
  msgid "c-ir"
2829
  msgstr "Islamic Republic of Iran"
2830
 
2831
  # Iraq
2832
- #: ../admin/view/wp-slimstat-reports.php:1785
2833
  msgid "c-iq"
2834
  msgstr "Iraq"
2835
 
2836
  # Ireland
2837
- #: ../admin/view/wp-slimstat-reports.php:1785
2838
  msgid "c-ie"
2839
  msgstr "Ireland"
2840
 
2841
  # Israel
2842
- #: ../admin/view/wp-slimstat-reports.php:1785
2843
  msgid "c-il"
2844
  msgstr "Israel"
2845
 
2846
  # Italy
2847
- #: ../admin/view/wp-slimstat-reports.php:1785
2848
  msgid "c-it"
2849
  msgstr "Italy"
2850
 
2851
  # Jamaica
2852
- #: ../admin/view/wp-slimstat-reports.php:1785
2853
  msgid "c-jm"
2854
  msgstr "Jamaica"
2855
 
2856
  # Japan
2857
- #: ../admin/view/wp-slimstat-reports.php:1785
2858
  msgid "c-jp"
2859
  msgstr "Japan"
2860
 
2861
  # Jordan
2862
- #: ../admin/view/wp-slimstat-reports.php:1785
2863
  msgid "c-jo"
2864
  msgstr "Jordan"
2865
 
2866
  # Kazakhstan
2867
- #: ../admin/view/wp-slimstat-reports.php:1785
2868
  msgid "c-kz"
2869
  msgstr "Kazakhstan"
2870
 
2871
  # Kenya
2872
- #: ../admin/view/wp-slimstat-reports.php:1785
2873
  msgid "c-ke"
2874
  msgstr "Kenya"
2875
 
2876
  # Nauru
2877
- #: ../admin/view/wp-slimstat-reports.php:1785
2878
  msgid "c-nr"
2879
  msgstr "Nauru"
2880
 
2881
  # Democratic People's Republic of Korea
2882
- #: ../admin/view/wp-slimstat-reports.php:1785
2883
  msgid "c-kp"
2884
  msgstr "Democratic People's Republic of Korea"
2885
 
2886
  # Republic of Korea
2887
- #: ../admin/view/wp-slimstat-reports.php:1785
2888
  msgid "c-kr"
2889
  msgstr "Republic of Korea"
2890
 
2891
- #: ../admin/view/wp-slimstat-reports.php:1785
2892
  msgid "c-kv"
2893
  msgstr "Kosovo"
2894
 
2895
  # Kuwait
2896
- #: ../admin/view/wp-slimstat-reports.php:1785
2897
  msgid "c-kw"
2898
  msgstr "Kuwait"
2899
 
2900
  # Kyrgyzstan
2901
- #: ../admin/view/wp-slimstat-reports.php:1785
2902
  msgid "c-kg"
2903
  msgstr "Kyrgyzstan"
2904
 
2905
  # Lao People's Democratic Republic
2906
- #: ../admin/view/wp-slimstat-reports.php:1785
2907
  msgid "c-la"
2908
  msgstr "Lao People's Democratic Republic"
2909
 
2910
  # Latvia
2911
- #: ../admin/view/wp-slimstat-reports.php:1785
2912
  msgid "c-lv"
2913
  msgstr "Latvia"
2914
 
2915
  # Lebanon
2916
- #: ../admin/view/wp-slimstat-reports.php:1785
2917
  msgid "c-lb"
2918
  msgstr "Lebanon"
2919
 
2920
  # Lesotho
2921
- #: ../admin/view/wp-slimstat-reports.php:1785
2922
  msgid "c-ls"
2923
  msgstr "Lesotho"
2924
 
2925
  # Liberia
2926
- #: ../admin/view/wp-slimstat-reports.php:1785
2927
  msgid "c-lr"
2928
  msgstr "Liberia"
2929
 
2930
  # Libyan Arab Jamahiriya
2931
- #: ../admin/view/wp-slimstat-reports.php:1785
2932
  msgid "c-ly"
2933
  msgstr "Libyan Arab Jamahiriya"
2934
 
2935
  # Liechtenstein
2936
- #: ../admin/view/wp-slimstat-reports.php:1785
2937
  msgid "c-li"
2938
  msgstr "Liechtenstein"
2939
 
2940
  # Lithuania
2941
- #: ../admin/view/wp-slimstat-reports.php:1785
2942
  msgid "c-lt"
2943
  msgstr "Lithuania"
2944
 
2945
  # Luxembourg
2946
- #: ../admin/view/wp-slimstat-reports.php:1785
2947
  msgid "c-lu"
2948
  msgstr "Luxembourg"
2949
 
2950
  # The Former Yugoslav Republic of Macedonia
2951
- #: ../admin/view/wp-slimstat-reports.php:1785
2952
  msgid "c-mk"
2953
  msgstr "The Former Yugoslav Republic of Macedonia"
2954
 
2955
  # Madagascar
2956
- #: ../admin/view/wp-slimstat-reports.php:1785
2957
  msgid "c-mg"
2958
  msgstr "Madagascar"
2959
 
2960
  # Malawi
2961
- #: ../admin/view/wp-slimstat-reports.php:1785
2962
  msgid "c-mw"
2963
  msgstr "Malawi"
2964
 
2965
  # Malaysia
2966
- #: ../admin/view/wp-slimstat-reports.php:1785
2967
  msgid "c-my"
2968
  msgstr "Malaysia"
2969
 
2970
  # Mali
2971
- #: ../admin/view/wp-slimstat-reports.php:1785
2972
  msgid "c-ml"
2973
  msgstr "Mali"
2974
 
2975
  # Malta
2976
- #: ../admin/view/wp-slimstat-reports.php:1785
2977
  msgid "c-mt"
2978
  msgstr "Malta"
2979
 
2980
  # Martinique
2981
- #: ../admin/view/wp-slimstat-reports.php:1785
2982
  msgid "c-mq"
2983
  msgstr "Martinique"
2984
 
2985
  # Mauritania
2986
- #: ../admin/view/wp-slimstat-reports.php:1785
2987
  msgid "c-mr"
2988
  msgstr "Mauritania"
2989
 
2990
  # Mauritius
2991
- #: ../admin/view/wp-slimstat-reports.php:1785
2992
  msgid "c-mu"
2993
  msgstr "Mauritius"
2994
 
2995
  # Mexico
2996
- #: ../admin/view/wp-slimstat-reports.php:1785
2997
  msgid "c-mx"
2998
  msgstr "Mexico"
2999
 
3000
  # Moldova
3001
- #: ../admin/view/wp-slimstat-reports.php:1785
3002
  msgid "c-md"
3003
  msgstr "Moldova"
3004
 
3005
  # Mongolia
3006
- #: ../admin/view/wp-slimstat-reports.php:1785
3007
  msgid "c-mn"
3008
  msgstr "Mongolia"
3009
 
3010
  # Montenegro
3011
- #: ../admin/view/wp-slimstat-reports.php:1785
3012
  msgid "c-me"
3013
  msgstr "Montenegro"
3014
 
3015
  # Montserrat
3016
- #: ../admin/view/wp-slimstat-reports.php:1785
3017
  msgid "c-ms"
3018
  msgstr "Montserrat"
3019
 
3020
  # Morocco
3021
- #: ../admin/view/wp-slimstat-reports.php:1785
3022
  msgid "c-ma"
3023
  msgstr "Morocco"
3024
 
3025
  # Mozambique
3026
- #: ../admin/view/wp-slimstat-reports.php:1785
3027
  msgid "c-mz"
3028
  msgstr "Mozambique"
3029
 
3030
  # Myanmar
3031
- #: ../admin/view/wp-slimstat-reports.php:1785
3032
  msgid "c-mm"
3033
  msgstr "Myanmar"
3034
 
3035
  # Namibia
3036
- #: ../admin/view/wp-slimstat-reports.php:1785
3037
  msgid "c-na"
3038
  msgstr "Namibia"
3039
 
3040
  # Nepal
3041
- #: ../admin/view/wp-slimstat-reports.php:1785
3042
  msgid "c-np"
3043
  msgstr "Nepal"
3044
 
3045
  # Netherlands
3046
- #: ../admin/view/wp-slimstat-reports.php:1785
3047
  msgid "c-nl"
3048
  msgstr "Netherlands"
3049
 
3050
  # New Caledonia
3051
- #: ../admin/view/wp-slimstat-reports.php:1785
3052
  msgid "c-nc"
3053
  msgstr "New Caledonia"
3054
 
3055
  # New Zealand
3056
- #: ../admin/view/wp-slimstat-reports.php:1785
3057
  msgid "c-nz"
3058
  msgstr "New Zealand"
3059
 
3060
  # Nicaragua
3061
- #: ../admin/view/wp-slimstat-reports.php:1785
3062
  msgid "c-ni"
3063
  msgstr "Nicaragua"
3064
 
3065
  # Niger
3066
- #: ../admin/view/wp-slimstat-reports.php:1785
3067
  msgid "c-ne"
3068
  msgstr "Niger"
3069
 
3070
  # Nigeria
3071
- #: ../admin/view/wp-slimstat-reports.php:1785
3072
  msgid "c-ng"
3073
  msgstr "Nigeria"
3074
 
3075
  # Norway
3076
- #: ../admin/view/wp-slimstat-reports.php:1785
3077
  msgid "c-no"
3078
  msgstr "Norway"
3079
 
3080
  # Oman
3081
- #: ../admin/view/wp-slimstat-reports.php:1785
3082
  msgid "c-om"
3083
  msgstr "Oman"
3084
 
3085
  # Pakistan
3086
- #: ../admin/view/wp-slimstat-reports.php:1785
3087
  msgid "c-pk"
3088
  msgstr "Pakistan"
3089
 
3090
  # Palau
3091
- #: ../admin/view/wp-slimstat-reports.php:1785
3092
  msgid "c-pw"
3093
  msgstr "Palau"
3094
 
3095
  # Occupied Palestinian Territory
3096
- #: ../admin/view/wp-slimstat-reports.php:1785
3097
  msgid "c-ps"
3098
  msgstr "Occupied Palestinian Territory"
3099
 
3100
  # Panama
3101
- #: ../admin/view/wp-slimstat-reports.php:1785
3102
  msgid "c-pa"
3103
  msgstr "Panama"
3104
 
3105
  # Papua New Guinea
3106
- #: ../admin/view/wp-slimstat-reports.php:1785
3107
  msgid "c-pg"
3108
  msgstr "Papua New Guinea"
3109
 
3110
  # Paraguay
3111
- #: ../admin/view/wp-slimstat-reports.php:1785
3112
  msgid "c-py"
3113
  msgstr "Paraguay"
3114
 
3115
  # Peru
3116
- #: ../admin/view/wp-slimstat-reports.php:1785
3117
  msgid "c-pe"
3118
  msgstr "Peru"
3119
 
3120
  # Philippines
3121
- #: ../admin/view/wp-slimstat-reports.php:1785
3122
  msgid "c-ph"
3123
  msgstr "Philippines"
3124
 
3125
  # Poland
3126
- #: ../admin/view/wp-slimstat-reports.php:1785
3127
  msgid "c-pl"
3128
  msgstr "Poland"
3129
 
3130
  # Portugal
3131
- #: ../admin/view/wp-slimstat-reports.php:1785
3132
  msgid "c-pt"
3133
  msgstr "Portugal"
3134
 
3135
  # Puerto Rico
3136
- #: ../admin/view/wp-slimstat-reports.php:1785
3137
  msgid "c-pr"
3138
  msgstr "Puerto Rico"
3139
 
3140
  # Qatar
3141
- #: ../admin/view/wp-slimstat-reports.php:1785
3142
  msgid "c-qa"
3143
  msgstr "Qatar"
3144
 
3145
  # Réunion
3146
- #: ../admin/view/wp-slimstat-reports.php:1785
3147
  msgid "c-re"
3148
  msgstr "Réunion"
3149
 
3150
  # Romania
3151
- #: ../admin/view/wp-slimstat-reports.php:1785
3152
  msgid "c-ro"
3153
  msgstr "Romania"
3154
 
3155
  # Russian Federation
3156
- #: ../admin/view/wp-slimstat-reports.php:1785
3157
  msgid "c-ru"
3158
  msgstr "Russian Federation"
3159
 
3160
  # Rwanda
3161
- #: ../admin/view/wp-slimstat-reports.php:1785
3162
  msgid "c-rw"
3163
  msgstr "Rwanda"
3164
 
3165
  # Saint Kitts and Nevis
3166
- #: ../admin/view/wp-slimstat-reports.php:1785
3167
  msgid "c-kn"
3168
  msgstr "Saint Kitts and Nevis"
3169
 
3170
  # Saint Lucia
3171
- #: ../admin/view/wp-slimstat-reports.php:1785
3172
  msgid "c-lc"
3173
  msgstr "Saint Lucia"
3174
 
3175
  # Saint Martin
3176
- #: ../admin/view/wp-slimstat-reports.php:1785
3177
  msgid "c-mf"
3178
  msgstr "Saint Martin"
3179
 
3180
  # Saint Vincent and the Grenadines
3181
- #: ../admin/view/wp-slimstat-reports.php:1785
3182
  msgid "c-vc"
3183
  msgstr "Saint Vincent and the Grenadines"
3184
 
3185
  # Samoa
3186
- #: ../admin/view/wp-slimstat-reports.php:1785
3187
  msgid "c-ws"
3188
  msgstr "Samoa"
3189
 
3190
  # Sao Tome and Principe
3191
- #: ../admin/view/wp-slimstat-reports.php:1785
3192
  msgid "c-st"
3193
  msgstr "Sao Tome and Principe"
3194
 
3195
  # Saudi Arabia
3196
- #: ../admin/view/wp-slimstat-reports.php:1785
3197
  msgid "c-sa"
3198
  msgstr "Saudi Arabia"
3199
 
3200
  # Senegal
3201
- #: ../admin/view/wp-slimstat-reports.php:1785
3202
  msgid "c-sn"
3203
  msgstr "Senegal"
3204
 
3205
  # Serbia
3206
- #: ../admin/view/wp-slimstat-reports.php:1785
3207
  msgid "c-rs"
3208
  msgstr "Serbia"
3209
 
3210
  # Sierra Leone
3211
- #: ../admin/view/wp-slimstat-reports.php:1785
3212
  msgid "c-sl"
3213
  msgstr "Sierra Leone"
3214
 
3215
  # Singapore
3216
- #: ../admin/view/wp-slimstat-reports.php:1785
3217
  msgid "c-sg"
3218
  msgstr "Singapore"
3219
 
3220
  # Slovakia
3221
- #: ../admin/view/wp-slimstat-reports.php:1785
3222
  msgid "c-sk"
3223
  msgstr "Slovakia"
3224
 
3225
  # Slovenia
3226
- #: ../admin/view/wp-slimstat-reports.php:1785
3227
  msgid "c-si"
3228
  msgstr "Slovenia"
3229
 
3230
  # Solomon Islands
3231
- #: ../admin/view/wp-slimstat-reports.php:1785
3232
  msgid "c-sb"
3233
  msgstr "Solomon Islands"
3234
 
3235
  # Somalia
3236
- #: ../admin/view/wp-slimstat-reports.php:1785
3237
  msgid "c-so"
3238
  msgstr "Somalia"
3239
 
3240
  # South Africa
3241
- #: ../admin/view/wp-slimstat-reports.php:1785
3242
  msgid "c-za"
3243
  msgstr "South Africa"
3244
 
3245
  # South Georgia and the South Sandwich Islands
3246
- #: ../admin/view/wp-slimstat-reports.php:1785
3247
  msgid "c-gs"
3248
  msgstr "South Georgia and the South Sandwich Islands"
3249
 
3250
  # Spain
3251
- #: ../admin/view/wp-slimstat-reports.php:1785
3252
  msgid "c-es"
3253
  msgstr "Spain"
3254
 
3255
  # Sri Lanka
3256
- #: ../admin/view/wp-slimstat-reports.php:1785
3257
  msgid "c-lk"
3258
  msgstr "Sri Lanka"
3259
 
3260
- #: ../admin/view/wp-slimstat-reports.php:1785
3261
  msgid "c-sc"
3262
  msgstr "Seychelles"
3263
 
3264
  # Sudan
3265
- #: ../admin/view/wp-slimstat-reports.php:1785
3266
  msgid "c-sd"
3267
  msgstr "Sudan"
3268
 
3269
- #: ../admin/view/wp-slimstat-reports.php:1785
3270
  msgid "c-ss"
3271
  msgstr "South Sudan"
3272
 
3273
  # Suriname
3274
- #: ../admin/view/wp-slimstat-reports.php:1785
3275
  msgid "c-sr"
3276
  msgstr "Suriname"
3277
 
3278
  # Svalbard and Jan Mayen
3279
- #: ../admin/view/wp-slimstat-reports.php:1785
3280
  msgid "c-sj"
3281
  msgstr "Svalbard and Jan Mayen"
3282
 
3283
  # Swaziland
3284
- #: ../admin/view/wp-slimstat-reports.php:1785
3285
  msgid "c-sz"
3286
  msgstr "Swaziland"
3287
 
3288
  # Sweden
3289
- #: ../admin/view/wp-slimstat-reports.php:1785
3290
  msgid "c-se"
3291
  msgstr "Sweden"
3292
 
3293
  # Switzerland
3294
- #: ../admin/view/wp-slimstat-reports.php:1785
3295
  msgid "c-ch"
3296
  msgstr "Switzerland"
3297
 
3298
  # Syrian Arab Republic
3299
- #: ../admin/view/wp-slimstat-reports.php:1785
3300
  msgid "c-sy"
3301
  msgstr "Syrian Arab Republic"
3302
 
3303
  # Taiwan, Province of China
3304
- #: ../admin/view/wp-slimstat-reports.php:1785
3305
  msgid "c-tw"
3306
  msgstr "Taiwan"
3307
 
3308
  # Tajikistan
3309
- #: ../admin/view/wp-slimstat-reports.php:1785
3310
  msgid "c-tj"
3311
  msgstr "Tajikistan"
3312
 
3313
  # United Republic of Tanzania
3314
- #: ../admin/view/wp-slimstat-reports.php:1785
3315
  msgid "c-tz"
3316
  msgstr "United Republic of Tanzania"
3317
 
3318
  # Thailand
3319
- #: ../admin/view/wp-slimstat-reports.php:1785
3320
  msgid "c-th"
3321
  msgstr "Thailand"
3322
 
3323
  # Timor-Leste
3324
- #: ../admin/view/wp-slimstat-reports.php:1785
3325
  msgid "c-tl"
3326
  msgstr "Timor-Leste"
3327
 
3328
  # Togo
3329
- #: ../admin/view/wp-slimstat-reports.php:1785
3330
  msgid "c-tg"
3331
  msgstr "Togo"
3332
 
3333
  # Tonga
3334
- #: ../admin/view/wp-slimstat-reports.php:1785
3335
  msgid "c-to"
3336
  msgstr "Tonga"
3337
 
3338
  # Trinidad and Tobago
3339
- #: ../admin/view/wp-slimstat-reports.php:1785
3340
  msgid "c-tt"
3341
  msgstr "Trinidad and Tobago"
3342
 
3343
  # Tunisia
3344
- #: ../admin/view/wp-slimstat-reports.php:1785
3345
  msgid "c-tn"
3346
  msgstr "Tunisia"
3347
 
3348
  # Turkey
3349
- #: ../admin/view/wp-slimstat-reports.php:1785
3350
  msgid "c-tr"
3351
  msgstr "Turkey"
3352
 
3353
  # Turkmenistan
3354
- #: ../admin/view/wp-slimstat-reports.php:1785
3355
  msgid "c-tm"
3356
  msgstr "Turkmenistan"
3357
 
3358
  # Turks and Caicos Islands
3359
- #: ../admin/view/wp-slimstat-reports.php:1785
3360
  msgid "c-tc"
3361
  msgstr "Turks and Caicos Islands"
3362
 
3363
  # Uganda
3364
- #: ../admin/view/wp-slimstat-reports.php:1785
3365
  msgid "c-ug"
3366
  msgstr "Uganda"
3367
 
3368
  # Ukraine
3369
- #: ../admin/view/wp-slimstat-reports.php:1785
3370
  msgid "c-ua"
3371
  msgstr "Ukraine"
3372
 
3373
  # United Arab Emirates
3374
- #: ../admin/view/wp-slimstat-reports.php:1785
3375
  msgid "c-ae"
3376
  msgstr "United Arab Emirates"
3377
 
3378
  # United Kingdom
3379
- #: ../admin/view/wp-slimstat-reports.php:1785
3380
  msgid "c-gb"
3381
  msgstr "United Kingdom"
3382
 
3383
  # United States
3384
- #: ../admin/view/wp-slimstat-reports.php:1785
3385
  msgid "c-us"
3386
  msgstr "United States"
3387
 
3388
  # Uruguay
3389
- #: ../admin/view/wp-slimstat-reports.php:1785
3390
  msgid "c-uy"
3391
  msgstr "Uruguay"
3392
 
3393
  # Uzbekistan
3394
- #: ../admin/view/wp-slimstat-reports.php:1785
3395
  msgid "c-uz"
3396
  msgstr "Uzbekistan"
3397
 
3398
  # Vanuatu
3399
- #: ../admin/view/wp-slimstat-reports.php:1785
3400
  msgid "c-vu"
3401
  msgstr "Vanuatu"
3402
 
3403
  # Venezuela
3404
- #: ../admin/view/wp-slimstat-reports.php:1785
3405
  msgid "c-ve"
3406
  msgstr "Venezuela"
3407
 
3408
  # Viet Nam
3409
- #: ../admin/view/wp-slimstat-reports.php:1785
3410
  msgid "c-vn"
3411
  msgstr "Viet Nam"
3412
 
3413
  # British Virgin Islands
3414
- #: ../admin/view/wp-slimstat-reports.php:1785
3415
  msgid "c-vg"
3416
  msgstr "British Virgin Islands"
3417
 
3418
  # U.S. Virgin Islands
3419
- #: ../admin/view/wp-slimstat-reports.php:1785
3420
  msgid "c-vi"
3421
  msgstr "U.S. Virgin Islands"
3422
 
3423
  # Western Sahara
3424
- #: ../admin/view/wp-slimstat-reports.php:1785
3425
  msgid "c-eh"
3426
  msgstr "Western Sahara"
3427
 
3428
  # Yemen
3429
- #: ../admin/view/wp-slimstat-reports.php:1785
3430
  msgid "c-ye"
3431
  msgstr "Yemen"
3432
 
3433
  # Zambia
3434
- #: ../admin/view/wp-slimstat-reports.php:1785
3435
  msgid "c-zm"
3436
  msgstr "Zambia"
3437
 
3438
  # Zimbabwe
3439
- #: ../admin/view/wp-slimstat-reports.php:1785
3440
  msgid "c-zw"
3441
  msgstr "Zimbabwe"
3442
 
3443
  # Guernsey
3444
- #: ../admin/view/wp-slimstat-reports.php:1785
3445
  msgid "c-gg"
3446
  msgstr "Guernsey"
3447
 
3448
  # Jersey
3449
- #: ../admin/view/wp-slimstat-reports.php:1785
3450
  msgid "c-je"
3451
  msgstr "Jersey"
3452
 
3453
  # Isle of Man
3454
- #: ../admin/view/wp-slimstat-reports.php:1785
3455
  msgid "c-im"
3456
  msgstr "Isle of Man"
3457
 
3458
  # Maldives
3459
- #: ../admin/view/wp-slimstat-reports.php:1785
3460
  msgid "c-mv"
3461
  msgstr "Maldives"
3462
 
3463
- #: ../admin/view/wp-slimstat-reports.php:1786
3464
  msgid "c-eu"
3465
  msgstr "Europe"
3466
 
3467
- #: ../admin/view/wp-slimstat-reports.php:1863
3468
  msgid "src"
3469
  msgstr ""
3470
 
3471
- #: ../admin/view/wp-slimstat-reports.php:1867
3472
  msgid "serp"
3473
  msgstr ""
3474
 
3475
- #: ../admin/view/wp-slimstat-reports.php:1875
3476
  msgid "Go to the referring page"
3477
  msgstr ""
3478
 
3479
- #: ../admin/view/wp-slimstat-reports.php:1897
3480
  msgid "Remove filter for"
3481
  msgstr ""
3482
 
3483
- #: ../admin/view/wp-slimstat-reports.php:1901
3484
  msgid "Save"
3485
  msgstr ""
3486
 
3487
- #: ../admin/view/wp-slimstat-reports.php:1904
3488
  msgid "Reset All"
3489
  msgstr ""
3490
 
3491
- #: ../admin/view/wp-slimstat-reports.php:1908
3492
  msgid "Current filters:"
3493
  msgstr ""
3494
 
3495
- #: ../admin/wp-slimstat-admin.php:82
3496
- msgid "Access Log"
3497
- msgstr ""
3498
-
3499
- #: ../admin/wp-slimstat-admin.php:88
3500
  msgid "Overview"
3501
  msgstr ""
3502
 
3503
- #: ../admin/wp-slimstat-admin.php:94
3504
  msgid "Audience"
3505
  msgstr ""
3506
 
3507
- #: ../admin/wp-slimstat-admin.php:100
3508
  msgid "Site Analysis"
3509
  msgstr ""
3510
 
3511
- #: ../admin/wp-slimstat-admin.php:118
3512
  msgid "Customize"
3513
  msgstr ""
3514
 
3515
- #: ../admin/wp-slimstat-admin.php:130
3516
  msgid "WordPress Dashboard"
3517
  msgstr ""
3518
 
3519
- #: ../admin/wp-slimstat-admin.php:136
3520
  msgid "Inactive Reports"
3521
  msgstr ""
3522
 
3523
- #: ../admin/wp-slimstat-admin.php:502
3524
  msgid ""
3525
  "Slimstat attempted to upgrade your database structure, but the procedure "
3526
  "might not have been completed (temporary tables were detected in your "
@@ -3533,97 +3530,97 @@ msgid ""
3533
  "to contact our support team if you have any questions."
3534
  msgstr ""
3535
 
3536
- #: ../admin/wp-slimstat-admin.php:820
3537
  msgid "SlimStat"
3538
  msgstr ""
3539
 
3540
- #: ../admin/wp-slimstat-admin.php:878
3541
  msgid "Slimstat"
3542
  msgstr ""
3543
 
3544
- #: ../admin/wp-slimstat-admin.php:968
3545
  msgid "Pageviews in the last "
3546
  msgstr ""
3547
 
3548
- #: ../admin/wp-slimstat-admin.php:971
3549
  msgid "Unique IPs in the last "
3550
  msgstr ""
3551
 
3552
- #: ../admin/wp-slimstat-admin.php:1005
3553
  #, php-format
3554
  msgid ""
3555
  " And for keeping an eye on your web traffic with %sSlimStat Analytics%s."
3556
  msgstr ""
3557
 
3558
- #: ../admin/wp-slimstat-admin.php:1030
3559
  msgid "Show on screen"
3560
  msgstr ""
3561
 
3562
- #: ../admin/wp-slimstat-admin.php:1123
3563
  msgid "Already saved"
3564
  msgstr ""
3565
 
3566
- #: ../admin/wp-slimstat-admin.php:1131
3567
  msgid "Saved"
3568
  msgstr ""
3569
 
3570
- #: ../admin/wp-slimstat-admin.php:1151
3571
  msgid "Delete this filter"
3572
  msgstr ""
3573
 
3574
- #: ../admin/wp-slimstat-admin.php:1233
3575
  msgid "On"
3576
  msgstr ""
3577
 
3578
- #: ../admin/wp-slimstat-admin.php:1299
3579
  msgid "Save Changes"
3580
  msgstr ""
3581
 
3582
- #: ../admin/wp-slimstat-admin.php:1342
3583
  msgid "There was an error updating the following options:"
3584
  msgstr ""
3585
 
3586
- #: ../admin/wp-slimstat-admin.php:1345
3587
  msgid "Your changes have been saved."
3588
  msgstr ""
3589
 
3590
- #: ../admin/wp-slimstat-admin.php:1363
3591
  msgid "Definitions"
3592
  msgstr ""
3593
 
3594
- #: ../admin/wp-slimstat-admin.php:1366
3595
  msgid "Pageview"
3596
  msgstr ""
3597
 
3598
- #: ../admin/wp-slimstat-admin.php:1366
3599
  msgid ""
3600
  "A request to load a single HTML file (\"page\"). This should be contrasted "
3601
  "with a \"hit\", which refers to a request for any file from a web server. "
3602
  "Slimstat logs a pageview each time the tracking code is executed"
3603
  msgstr ""
3604
 
3605
- #: ../admin/wp-slimstat-admin.php:1367
3606
  msgid "(Human) Visit"
3607
  msgstr ""
3608
 
3609
- #: ../admin/wp-slimstat-admin.php:1367
3610
  msgid ""
3611
  "A period of interaction between a visitor's browser and your website, ending "
3612
  "when the browser is closed or when the user has been inactive on that site "
3613
  "for 30 minutes"
3614
  msgstr ""
3615
 
3616
- #: ../admin/wp-slimstat-admin.php:1368
3617
  msgid ""
3618
  "Any user who has left a comment on your blog, and is thus identified by "
3619
  "Wordpress as a returning visitor"
3620
  msgstr ""
3621
 
3622
- #: ../admin/wp-slimstat-admin.php:1369
3623
  msgid "Unique IP"
3624
  msgstr ""
3625
 
3626
- #: ../admin/wp-slimstat-admin.php:1369
3627
  msgid ""
3628
  "Used to differentiate between multiple requests to download a file from one "
3629
  "internet address (IP) and requests originating from many distinct addresses; "
@@ -3631,152 +3628,152 @@ msgid ""
3631
  "from, it is useful, but not perfect"
3632
  msgstr ""
3633
 
3634
- #: ../admin/wp-slimstat-admin.php:1370
3635
  msgid ""
3636
  "the originating IP address of a client connecting to a web server through an "
3637
  "HTTP proxy or load balancer"
3638
  msgstr ""
3639
 
3640
- #: ../admin/wp-slimstat-admin.php:1371
3641
  msgid "Direct Traffic"
3642
  msgstr ""
3643
 
3644
- #: ../admin/wp-slimstat-admin.php:1371
3645
  msgid ""
3646
  "All those people showing up to your Web site by typing in the URL of your "
3647
  "Web site coming or from a bookmark; some people also call this \"default "
3648
  "traffic\" or \"ambient traffic\""
3649
  msgstr ""
3650
 
3651
- #: ../admin/wp-slimstat-admin.php:1372
3652
  msgid "Search Engine"
3653
  msgstr ""
3654
 
3655
- #: ../admin/wp-slimstat-admin.php:1372
3656
  msgid ""
3657
  "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
3658
  "as well as your paid (PPC/SEM) traffic, so be aware of that"
3659
  msgstr ""
3660
 
3661
- #: ../admin/wp-slimstat-admin.php:1373 ../admin/wp-slimstat-admin.php:1389
3662
  msgid "Keywords used by your visitors to find your website on a search engine"
3663
  msgstr ""
3664
 
3665
- #: ../admin/wp-slimstat-admin.php:1374
3666
  msgid "SERP"
3667
  msgstr ""
3668
 
3669
- #: ../admin/wp-slimstat-admin.php:1374
3670
  msgid ""
3671
  "Short for search engine results page, the Web page that a search engine "
3672
  "returns with the results of its search. The value shown represents your rank "
3673
  "(or position) within that list of results"
3674
  msgstr ""
3675
 
3676
- #: ../admin/wp-slimstat-admin.php:1375
3677
  msgid ""
3678
  "Any program used for accessing a website; this includes browsers, robots, "
3679
  "spiders and any other program that was used to retrieve information from the "
3680
  "site"
3681
  msgstr ""
3682
 
3683
- #: ../admin/wp-slimstat-admin.php:1376
3684
  msgid ""
3685
  "A link from one domain to another is said to be outbound from its source "
3686
  "anchor and inbound to its target. This report lists all the links to other "
3687
  "websites followed by your visitors."
3688
  msgstr ""
3689
 
3690
- #: ../admin/wp-slimstat-admin.php:1383
3691
  msgid "Basic Filters"
3692
  msgstr ""
3693
 
3694
- #: ../admin/wp-slimstat-admin.php:1386
3695
  msgid "User agent (Firefox, Chrome, ...)"
3696
  msgstr ""
3697
 
3698
- #: ../admin/wp-slimstat-admin.php:1387
3699
  msgid "2-letter code (us, ru, de, it, ...)"
3700
  msgstr ""
3701
 
3702
- #: ../admin/wp-slimstat-admin.php:1388
3703
  msgid "IP"
3704
  msgstr ""
3705
 
3706
- #: ../admin/wp-slimstat-admin.php:1388
3707
  msgid "Visitor's public IP address"
3708
  msgstr ""
3709
 
3710
- #: ../admin/wp-slimstat-admin.php:1390
3711
  msgid ""
3712
  "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
3713
  "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
3714
  "column) for more information"
3715
  msgstr ""
3716
 
3717
- #: ../admin/wp-slimstat-admin.php:1391
3718
  msgid ""
3719
  "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
3720
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
3721
  "manual page</a> for more information"
3722
  msgstr ""
3723
 
3724
- #: ../admin/wp-slimstat-admin.php:1392
3725
  msgid "URL accessed on your site"
3726
  msgstr ""
3727
 
3728
- #: ../admin/wp-slimstat-admin.php:1393
3729
  msgid "Complete address of the referrer page"
3730
  msgstr ""
3731
 
3732
- #: ../admin/wp-slimstat-admin.php:1394
3733
  msgid "Visitor's Name"
3734
  msgstr ""
3735
 
3736
- #: ../admin/wp-slimstat-admin.php:1394
3737
  msgid ""
3738
  "Visitors' names according to the cookie set by Wordpress after they leave a "
3739
  "comment"
3740
  msgstr ""
3741
 
3742
- #: ../admin/wp-slimstat-admin.php:1402
3743
  msgid "Advanced Filters"
3744
  msgstr ""
3745
 
3746
- #: ../admin/wp-slimstat-admin.php:1405
3747
  msgid "user agent version (9.0, 11, ...)"
3748
  msgstr ""
3749
 
3750
- #: ../admin/wp-slimstat-admin.php:1406
3751
  msgid ""
3752
  "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
3753
  "all others"
3754
  msgstr ""
3755
 
3756
- #: ../admin/wp-slimstat-admin.php:1407
3757
  msgid "Pageview Attributes"
3758
  msgstr ""
3759
 
3760
- #: ../admin/wp-slimstat-admin.php:1407
3761
  msgid ""
3762
  "this field is set to <em>[pre]</em> if the resource has been accessed "
3763
  "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
3764
  "Link_prefetching_FAQ\">Link Prefetching</a> or similar techniques"
3765
  msgstr ""
3766
 
3767
- #: ../admin/wp-slimstat-admin.php:1408
3768
  msgid "author associated to that post/page when the resource was accessed"
3769
  msgstr ""
3770
 
3771
- #: ../admin/wp-slimstat-admin.php:1409
3772
  msgid "ID of the category/term associated to the resource, when available"
3773
  msgstr ""
3774
 
3775
- #: ../admin/wp-slimstat-admin.php:1410
3776
  msgid "visitor's originating IP address, if available"
3777
  msgstr ""
3778
 
3779
- #: ../admin/wp-slimstat-admin.php:1411
3780
  msgid ""
3781
  "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
3782
  "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
@@ -3785,41 +3782,102 @@ msgid ""
3785
  "information"
3786
  msgstr ""
3787
 
3788
- #: ../admin/wp-slimstat-admin.php:1412
3789
  msgid "Screen Resolution"
3790
  msgstr ""
3791
 
3792
- #: ../admin/wp-slimstat-admin.php:1412
3793
  msgid "viewport width and height (1024x768, 800x600, ...)"
3794
  msgstr ""
3795
 
3796
- #: ../admin/wp-slimstat-admin.php:1413
3797
  msgid ""
3798
  "generally used in conjunction with <em>is not empty</em>, identifies human "
3799
  "visitors"
3800
  msgstr ""
3801
 
3802
- #: ../admin/wp-slimstat-admin.php:1414
3803
  msgid "Date Filters"
3804
  msgstr ""
3805
 
3806
- #: ../admin/wp-slimstat-admin.php:1414
3807
  msgid ""
3808
  "you can specify the timeframe by entering a number in the <em>interval</em> "
3809
  "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
3810
  "year=blank, interval=-1 will set a year-to-date filter)"
3811
  msgstr ""
3812
 
3813
- #: ../admin/wp-slimstat-admin.php:1415
3814
  msgid "SERP Position"
3815
  msgstr ""
3816
 
3817
- #: ../admin/wp-slimstat-admin.php:1415
3818
  msgid ""
3819
  "set the filter to Referer contains cd=N&, where N is the position you are "
3820
  "looking for"
3821
  msgstr ""
3822
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3823
  #: ../languages/dynamic_strings.php:3
3824
  msgid "xx"
3825
  msgstr "Unknown"
@@ -4162,1303 +4220,1326 @@ msgid "quicktime"
4162
  msgstr "QuickTime"
4163
 
4164
  #: ../languages/dynamic_strings.php:93
 
 
 
 
4165
  msgid "real"
4166
  msgstr "Real Player"
4167
 
4168
- #: ../languages/dynamic_strings.php:94
4169
  msgid "silverlight"
4170
  msgstr "Microsoft Silverlight"
4171
 
4172
- #: ../languages/dynamic_strings.php:97
4173
  msgid "p-and"
4174
  msgstr "Android"
4175
 
4176
- #: ../languages/dynamic_strings.php:98
4177
  msgid "p-bla"
4178
  msgstr "BlackBerry"
4179
 
4180
- #: ../languages/dynamic_strings.php:99
4181
  msgid "p-chr"
4182
  msgstr "Chrome OS"
4183
 
4184
- #: ../languages/dynamic_strings.php:100
4185
  msgid "p-fir"
4186
  msgstr "Fire OS"
4187
 
4188
- #: ../languages/dynamic_strings.php:101
4189
  msgid "p-fre"
4190
  msgstr "Linux FreeBSD"
4191
 
4192
- #: ../languages/dynamic_strings.php:102
4193
  msgid "p-ios"
4194
  msgstr "Apple iOS"
4195
 
4196
- #: ../languages/dynamic_strings.php:103
4197
  msgid "p-jav"
4198
  msgstr "Java-based OS"
4199
 
4200
- #: ../languages/dynamic_strings.php:104
4201
  msgid "p-lin"
4202
  msgstr "Linux"
4203
 
4204
- #: ../languages/dynamic_strings.php:105
4205
  msgid "p-mac"
4206
  msgstr "Apple"
4207
 
4208
- #: ../languages/dynamic_strings.php:106
4209
  msgid "p-rim"
4210
  msgstr "Blackberry RIM"
4211
 
4212
- #: ../languages/dynamic_strings.php:107
4213
  msgid "p-sym"
4214
  msgstr "Symbian OS"
4215
 
4216
- #: ../languages/dynamic_strings.php:108
4217
  msgid "p-ubu"
4218
  msgstr "Linux Ubuntu"
4219
 
4220
- #: ../languages/dynamic_strings.php:109
4221
  msgid "p-unk"
4222
  msgstr "Unknown"
4223
 
4224
- #: ../languages/dynamic_strings.php:110
4225
  msgid "p-win"
4226
  msgstr "Microsoft"
4227
 
4228
  # Afrikaans
4229
- #: ../languages/dynamic_strings.php:113
4230
  msgid "l-af"
4231
  msgstr "Afrikaans"
4232
 
4233
  # Afrikaans
4234
- #: ../languages/dynamic_strings.php:114
4235
  msgid "l-af-za"
4236
  msgstr "Afrikaans (South Africa)"
4237
 
4238
  # Arabic
4239
- #: ../languages/dynamic_strings.php:115
4240
  msgid "l-ar"
4241
  msgstr "Arabic"
4242
 
4243
  # Arabic
4244
- #: ../languages/dynamic_strings.php:116
4245
  msgid "l-ar-ae"
4246
  msgstr "Arabic (U.A.E.)"
4247
 
4248
  # Arabic
4249
- #: ../languages/dynamic_strings.php:117
4250
  msgid "l-ar-bh"
4251
  msgstr "Arabic (Bahrain)"
4252
 
4253
  # Arabic
4254
- #: ../languages/dynamic_strings.php:118
4255
  msgid "l-ar-dz"
4256
  msgstr "Arabic (Algeria)"
4257
 
4258
  # Arabic
4259
- #: ../languages/dynamic_strings.php:119
4260
  msgid "l-ar-eg"
4261
  msgstr "Arabic (Egypt)"
4262
 
4263
  # Arabic
4264
- #: ../languages/dynamic_strings.php:120
4265
  msgid "l-ar-iq"
4266
  msgstr "Arabic (Iraq)"
4267
 
4268
  # Arabic
4269
- #: ../languages/dynamic_strings.php:121
4270
  msgid "l-ar-jo"
4271
  msgstr "Arabic (Jordan)"
4272
 
4273
  # Arabic
4274
- #: ../languages/dynamic_strings.php:122
4275
  msgid "l-ar-kw"
4276
  msgstr "Arabic (Kuwait)"
4277
 
4278
  # Arabic
4279
- #: ../languages/dynamic_strings.php:123
4280
  msgid "l-ar-lb"
4281
  msgstr "Arabic (Lebanon)"
4282
 
4283
  # Arabic
4284
- #: ../languages/dynamic_strings.php:124
4285
  msgid "l-ar-ly"
4286
  msgstr "Arabic (Libya)"
4287
 
4288
  # Arabic
4289
- #: ../languages/dynamic_strings.php:125
4290
  msgid "l-ar-ma"
4291
  msgstr "Arabic (Morocco)"
4292
 
4293
  # Arabic
4294
- #: ../languages/dynamic_strings.php:126
4295
  msgid "l-ar-om"
4296
  msgstr "Arabic (Oman)"
4297
 
4298
  # Arabic
4299
- #: ../languages/dynamic_strings.php:127
4300
  msgid "l-ar-qa"
4301
  msgstr "Arabic (Qatar)"
4302
 
4303
  # Arabic
4304
- #: ../languages/dynamic_strings.php:128
4305
  msgid "l-ar-sa"
4306
  msgstr "Arabic (Saudi Arabia)"
4307
 
4308
  # Arabic
4309
- #: ../languages/dynamic_strings.php:129
4310
  msgid "l-ar-sy"
4311
  msgstr "Arabic (Syria)"
4312
 
4313
  # Arabic
4314
- #: ../languages/dynamic_strings.php:130
4315
  msgid "l-ar-tn"
4316
  msgstr "Arabic (Tunisia)"
4317
 
4318
  # Arabic
4319
- #: ../languages/dynamic_strings.php:131
4320
  msgid "l-ar-ye"
4321
  msgstr "Arabic (Yemen)"
4322
 
4323
  # Azerbaijani
4324
- #: ../languages/dynamic_strings.php:132
4325
  msgid "l-az"
4326
  msgstr "Azerbaijani"
4327
 
4328
  # Azerbaijani
4329
- #: ../languages/dynamic_strings.php:133
4330
  msgid "l-az-az"
4331
  msgstr "Azeri (Latin)"
4332
 
4333
  # Belarusian
4334
- #: ../languages/dynamic_strings.php:134
4335
  msgid "l-be"
4336
  msgstr "Belarusian"
4337
 
4338
  # Belarusian
4339
- #: ../languages/dynamic_strings.php:135
4340
  msgid "l-be-by"
4341
  msgstr "Belarusian (Belarus)"
4342
 
4343
  # Bulgarian
4344
- #: ../languages/dynamic_strings.php:136
4345
  msgid "l-bg"
4346
  msgstr "Bulgarian"
4347
 
4348
  # Bulgarian
4349
- #: ../languages/dynamic_strings.php:137
4350
  msgid "l-bg-bg"
4351
  msgstr "Bulgarian (Bulgaria)"
4352
 
4353
  # Bosnian
4354
- #: ../languages/dynamic_strings.php:138
4355
  msgid "l-bs-ba"
4356
  msgstr "Bosnian"
4357
 
4358
  # Catalan; Valencian
4359
- #: ../languages/dynamic_strings.php:139
4360
  msgid "l-ca"
4361
  msgstr "Catalan"
4362
 
4363
  # Catalan; Valencian
4364
- #: ../languages/dynamic_strings.php:140
4365
  msgid "l-ca-es"
4366
  msgstr "Catalan; Valencian"
4367
 
4368
  # Czech
4369
- #: ../languages/dynamic_strings.php:141
4370
  msgid "l-cs"
4371
  msgstr "Czech"
4372
 
4373
  # Czech
4374
- #: ../languages/dynamic_strings.php:142
4375
  msgid "l-cs-cz"
4376
  msgstr "Czech (Czech Republic)"
4377
 
4378
  # Welsh
4379
- #: ../languages/dynamic_strings.php:143
4380
  msgid "l-cy"
4381
  msgstr "Welsh"
4382
 
4383
  # Welsh
4384
- #: ../languages/dynamic_strings.php:144
4385
  msgid "l-cy-gb"
4386
  msgstr "Welsh (UK)"
4387
 
4388
  # Danish
4389
- #: ../languages/dynamic_strings.php:145
4390
  msgid "l-da"
4391
  msgstr "Danish"
4392
 
4393
  # Danish
4394
- #: ../languages/dynamic_strings.php:146
4395
  msgid "l-da-dk"
4396
  msgstr "Danish (Denmark)"
4397
 
4398
  # German
4399
- #: ../languages/dynamic_strings.php:147
4400
  msgid "l-de"
4401
  msgstr "German"
4402
 
4403
  # German
4404
- #: ../languages/dynamic_strings.php:148
4405
  msgid "l-de-at"
4406
  msgstr "German (Austria)"
4407
 
4408
  # German
4409
- #: ../languages/dynamic_strings.php:149
4410
  msgid "l-de-ch"
4411
  msgstr "German (Switzerland)"
4412
 
4413
  # German
4414
- #: ../languages/dynamic_strings.php:150
4415
  msgid "l-de-de"
4416
  msgstr "German (Germany)"
4417
 
4418
  # German
4419
- #: ../languages/dynamic_strings.php:151
4420
  msgid "l-de-li"
4421
  msgstr "German (Liechtenstein)"
4422
 
4423
  # German
4424
- #: ../languages/dynamic_strings.php:152
4425
  msgid "l-de-lu"
4426
  msgstr "German (Luxembourg)"
4427
 
4428
  # Dhivehi; Divehi; Maldivian
4429
- #: ../languages/dynamic_strings.php:153
4430
  msgid "l-dv"
4431
  msgstr "Dhivehi; Divehi; Maldivian"
4432
 
4433
  # Dhivehi; Divehi; Maldivian
4434
- #: ../languages/dynamic_strings.php:154
4435
  msgid "l-dv-mv"
4436
  msgstr "Maldivian"
4437
 
4438
  # Modern Greek (1453-)
4439
- #: ../languages/dynamic_strings.php:155
4440
  msgid "l-el"
4441
  msgstr "Greek"
4442
 
4443
  # Modern Greek (1453-)
4444
- #: ../languages/dynamic_strings.php:156
4445
  msgid "l-el-gr"
4446
  msgstr "Greek (Greece)"
4447
 
4448
  # English
4449
- #: ../languages/dynamic_strings.php:157
4450
  msgid "l-en"
4451
  msgstr "English"
4452
 
4453
  # English
4454
- #: ../languages/dynamic_strings.php:158
4455
  msgid "l-en-au"
4456
  msgstr "English (Australia)"
4457
 
4458
  # English
4459
- #: ../languages/dynamic_strings.php:159
4460
  msgid "l-en-bz"
4461
  msgstr "English (Belize)"
4462
 
4463
  # English
4464
- #: ../languages/dynamic_strings.php:160
4465
  msgid "l-en-ca"
4466
  msgstr "English (Canada)"
4467
 
4468
  # English
4469
- #: ../languages/dynamic_strings.php:161
4470
  msgid "l-en-cb"
4471
  msgstr "English (Caribbean)"
4472
 
4473
  # English
4474
- #: ../languages/dynamic_strings.php:162
4475
  msgid "l-en-gb"
4476
  msgstr "English (Great Britain)"
4477
 
4478
  # English
4479
- #: ../languages/dynamic_strings.php:163
4480
  msgid "l-en-ie"
4481
  msgstr "English (Ireland)"
4482
 
4483
  # English
4484
- #: ../languages/dynamic_strings.php:164
4485
  msgid "l-en-jm"
4486
  msgstr "English (Jamaica)"
4487
 
4488
  # English
4489
- #: ../languages/dynamic_strings.php:165
4490
  msgid "l-en-nz"
4491
  msgstr "English (New Zealand)"
4492
 
4493
  # English
4494
- #: ../languages/dynamic_strings.php:166
4495
  msgid "l-en-ph"
4496
  msgstr "English (Philippines)"
4497
 
4498
  # English
4499
- #: ../languages/dynamic_strings.php:167
4500
  msgid "l-en-tt"
4501
  msgstr "English (Trinidad and Tobago)"
4502
 
4503
  # English
4504
- #: ../languages/dynamic_strings.php:168
4505
  msgid "l-en-us"
4506
  msgstr "English (USA)"
4507
 
4508
  # English
4509
- #: ../languages/dynamic_strings.php:169
4510
  msgid "l-en-za"
4511
  msgstr "English (South Africa)"
4512
 
4513
  # English
4514
- #: ../languages/dynamic_strings.php:170
4515
  msgid "l-en-zw"
4516
  msgstr "English (Zimbabwe)"
4517
 
4518
  # Esperanto
4519
- #: ../languages/dynamic_strings.php:171
4520
  msgid "l-eo"
4521
  msgstr "Esperanto"
4522
 
4523
  # Spanish; Castilian
4524
- #: ../languages/dynamic_strings.php:172
4525
  msgid "l-es"
4526
  msgstr "Spanish"
4527
 
4528
  # Spanish; Castilian
4529
- #: ../languages/dynamic_strings.php:173
4530
  msgid "l-es-ar"
4531
  msgstr "Spanish (Argentina)"
4532
 
4533
  # Spanish; Castilian
4534
- #: ../languages/dynamic_strings.php:174
4535
  msgid "l-es-bo"
4536
  msgstr "Spanish (Bolivia)"
4537
 
4538
  # Spanish; Castilian
4539
- #: ../languages/dynamic_strings.php:175
4540
  msgid "l-es-cl"
4541
  msgstr "Spanish (Chile)"
4542
 
4543
  # Spanish; Castilian
4544
- #: ../languages/dynamic_strings.php:176
4545
  msgid "l-es-co"
4546
  msgstr "Spanish (Colombia)"
4547
 
4548
  # Spanish; Castilian
4549
- #: ../languages/dynamic_strings.php:177
4550
  msgid "l-es-cr"
4551
  msgstr "Spanish (Costa Rica)"
4552
 
4553
  # Spanish; Castilian
4554
- #: ../languages/dynamic_strings.php:178
4555
  msgid "l-es-do"
4556
  msgstr "Spanish (Dominican Republic)"
4557
 
4558
  # Spanish; Castilian
4559
- #: ../languages/dynamic_strings.php:179
4560
  msgid "l-es-ec"
4561
  msgstr "Spanish (Ecuador)"
4562
 
4563
  # Spanish; Castilian
4564
- #: ../languages/dynamic_strings.php:180
4565
  msgid "l-es-es"
4566
  msgstr "Spanish (Spain)"
4567
 
4568
  # Spanish; Castilian
4569
- #: ../languages/dynamic_strings.php:181
4570
  msgid "l-es-gt"
4571
  msgstr "Spanish (Guatemala)"
4572
 
4573
  # Spanish; Castilian
4574
- #: ../languages/dynamic_strings.php:182
4575
  msgid "l-es-hn"
4576
  msgstr "Spanish (Honduras)"
4577
 
4578
  # Spanish; Castilian
4579
- #: ../languages/dynamic_strings.php:183
4580
  msgid "l-es-mx"
4581
  msgstr "Spanish (Mexico)"
4582
 
4583
  # Spanish; Castilian
4584
- #: ../languages/dynamic_strings.php:184
4585
  msgid "l-es-ni"
4586
  msgstr "Spanish (Nicaragua)"
4587
 
4588
  # Spanish; Castilian
4589
- #: ../languages/dynamic_strings.php:185
4590
  msgid "l-es-pa"
4591
  msgstr "Spanish (Panama)"
4592
 
4593
  # Spanish; Castilian
4594
- #: ../languages/dynamic_strings.php:186
4595
  msgid "l-es-pe"
4596
  msgstr "Spanish (Peru)"
4597
 
4598
  # Spanish; Castilian
4599
- #: ../languages/dynamic_strings.php:187
4600
  msgid "l-es-pr"
4601
  msgstr "Spanish (Puerto Rico)"
4602
 
4603
  # Spanish; Castilian
4604
- #: ../languages/dynamic_strings.php:188
4605
  msgid "l-es-py"
4606
  msgstr "Spanish (Paraguay)"
4607
 
4608
  # Spanish; Castilian
4609
- #: ../languages/dynamic_strings.php:189
4610
  msgid "l-es-sv"
4611
  msgstr "Spanish (El Salvador)"
4612
 
4613
  # Spanish; Castilian
4614
- #: ../languages/dynamic_strings.php:190
4615
  msgid "l-es-uy"
4616
  msgstr "Spanish (Uruguay)"
4617
 
4618
  # Spanish; Castilian
4619
- #: ../languages/dynamic_strings.php:191
4620
  msgid "l-es-ve"
4621
  msgstr "Spanish (Venezuela)"
4622
 
4623
  # Estonian
4624
- #: ../languages/dynamic_strings.php:192
4625
  msgid "l-et"
4626
  msgstr "Estonian"
4627
 
4628
  # Estonian
4629
- #: ../languages/dynamic_strings.php:193
4630
  msgid "l-et-ee"
4631
  msgstr "Estonian (Estonia)"
4632
 
4633
  # Basque
4634
- #: ../languages/dynamic_strings.php:194
4635
  msgid "l-eu"
4636
  msgstr "Basque"
4637
 
4638
  # Basque
4639
- #: ../languages/dynamic_strings.php:195
4640
  msgid "l-eu-es"
4641
  msgstr "Basque (Spain)"
4642
 
4643
  # Persian
4644
- #: ../languages/dynamic_strings.php:196
4645
  msgid "l-fa"
4646
  msgstr "Persian"
4647
 
4648
  # Persian
4649
- #: ../languages/dynamic_strings.php:197
4650
  msgid "l-fa-ir"
4651
  msgstr "Persian (Iran)"
4652
 
4653
  # Finnish
4654
- #: ../languages/dynamic_strings.php:198
4655
  msgid "l-fi"
4656
  msgstr "Finnish"
4657
 
4658
  # Finnish
4659
- #: ../languages/dynamic_strings.php:199
4660
  msgid "l-fi-fi"
4661
  msgstr "Finnish (Finland)"
4662
 
4663
  # Faroese
4664
- #: ../languages/dynamic_strings.php:200
4665
  msgid "l-fo"
4666
  msgstr "Faroese"
4667
 
4668
  # Faroese
4669
- #: ../languages/dynamic_strings.php:201
4670
  msgid "l-fo-fo"
4671
  msgstr "Faroese (Faroe Islands)"
4672
 
4673
  # French
4674
- #: ../languages/dynamic_strings.php:202
4675
  msgid "l-fr"
4676
  msgstr "French"
4677
 
4678
  # French
4679
- #: ../languages/dynamic_strings.php:203
4680
  msgid "l-fr-be"
4681
  msgstr "French (Belgium)"
4682
 
4683
  # French
4684
- #: ../languages/dynamic_strings.php:204
4685
  msgid "l-fr-ca"
4686
  msgstr "French (Canada)"
4687
 
4688
  # French
4689
- #: ../languages/dynamic_strings.php:205
4690
  msgid "l-fr-ch"
4691
  msgstr "French (Switzerland)"
4692
 
4693
  # French
4694
- #: ../languages/dynamic_strings.php:206
4695
  msgid "l-fr-fr"
4696
  msgstr "French (France)"
4697
 
4698
  # French
4699
- #: ../languages/dynamic_strings.php:207
4700
  msgid "l-fr-lu"
4701
  msgstr "French (Luxembourg)"
4702
 
4703
  # French
4704
- #: ../languages/dynamic_strings.php:208
4705
  msgid "l-fr-mc"
4706
  msgstr "French (Monaco)"
4707
 
4708
  # Galician
4709
- #: ../languages/dynamic_strings.php:209
4710
  msgid "l-gl"
4711
  msgstr "Galician"
4712
 
4713
  # Spanish; Castilian
4714
- #: ../languages/dynamic_strings.php:210
4715
  msgid "l-gl-es"
4716
  msgstr "Galician (Spain)"
4717
 
4718
  # Gujarati
4719
- #: ../languages/dynamic_strings.php:211
4720
  msgid "l-gu"
4721
  msgstr "Gujarati"
4722
 
4723
  # Gujarati
4724
- #: ../languages/dynamic_strings.php:212
4725
  msgid "l-gu-in"
4726
  msgstr "Gujarati (India)"
4727
 
4728
  # Hebrew
4729
- #: ../languages/dynamic_strings.php:213
4730
  msgid "l-he"
4731
  msgstr "Hebrew"
4732
 
4733
  # Hebrew
4734
- #: ../languages/dynamic_strings.php:214
4735
  msgid "l-he-il"
4736
  msgstr "Hebrew (Israel)"
4737
 
4738
  # Hindi
4739
- #: ../languages/dynamic_strings.php:215
4740
  msgid "l-hi"
4741
  msgstr "Hindi"
4742
 
4743
  # Hindi
4744
- #: ../languages/dynamic_strings.php:216
4745
  msgid "l-hi-in"
4746
  msgstr "Hindi (India)"
4747
 
4748
  # Croatian
4749
- #: ../languages/dynamic_strings.php:217
4750
  msgid "l-hr"
4751
  msgstr "Croatian"
4752
 
4753
  # Croatian
4754
- #: ../languages/dynamic_strings.php:218
4755
  msgid "l-hr-ba"
4756
  msgstr "Croatian (Bosnia)"
4757
 
4758
  # Croatian
4759
- #: ../languages/dynamic_strings.php:219
4760
  msgid "l-hr-hr"
4761
  msgstr "Croatian (Croatia)"
4762
 
4763
  # Hungarian
4764
- #: ../languages/dynamic_strings.php:220
4765
  msgid "l-hu"
4766
  msgstr "Hungarian"
4767
 
4768
  # Hungarian
4769
- #: ../languages/dynamic_strings.php:221
4770
  msgid "l-hu-hu"
4771
  msgstr "Hungarian (Hungary)"
4772
 
4773
  # Armenian
4774
- #: ../languages/dynamic_strings.php:222
4775
  msgid "l-hy"
4776
  msgstr "Armenian"
4777
 
4778
  # Armenian
4779
- #: ../languages/dynamic_strings.php:223
4780
  msgid "l-hy-am"
4781
  msgstr "Armenian (Armenia)"
4782
 
4783
- #: ../languages/dynamic_strings.php:224
4784
  msgid "l-id"
4785
  msgstr "Indonesian"
4786
 
4787
- #: ../languages/dynamic_strings.php:225
4788
  msgid "l-id-id"
4789
  msgstr "Indonesian"
4790
 
4791
  # Icelandic
4792
- #: ../languages/dynamic_strings.php:226
4793
  msgid "l-is"
4794
  msgstr "Icelandic"
4795
 
4796
  # Icelandic
4797
- #: ../languages/dynamic_strings.php:227
4798
  msgid "l-is-is"
4799
  msgstr "Icelandic (Iceland)"
4800
 
4801
  # Italian
4802
- #: ../languages/dynamic_strings.php:228
4803
  msgid "l-it"
4804
  msgstr "Italian"
4805
 
4806
  # Italian
4807
- #: ../languages/dynamic_strings.php:229
4808
  msgid "l-it-ch"
4809
  msgstr "Italian (Switzerland)"
4810
 
4811
  # Italian
4812
- #: ../languages/dynamic_strings.php:230
4813
  msgid "l-it-it"
4814
  msgstr "Italian (Italy)"
4815
 
4816
  # Japanese
4817
- #: ../languages/dynamic_strings.php:231
4818
  msgid "l-ja"
4819
  msgstr "Japanese"
4820
 
4821
  # Japanese
4822
- #: ../languages/dynamic_strings.php:232
4823
  msgid "l-ja-jp"
4824
  msgstr "Japanese (Japan)"
4825
 
4826
  # Georgian
4827
- #: ../languages/dynamic_strings.php:233
4828
  msgid "l-ka"
4829
  msgstr "Georgian"
4830
 
4831
  # Georgian
4832
- #: ../languages/dynamic_strings.php:234
4833
  msgid "l-ka-ge"
4834
  msgstr "Georgian (Georgia)"
4835
 
4836
  # Kazakh
4837
- #: ../languages/dynamic_strings.php:235
4838
  msgid "l-kk"
4839
  msgstr "Kazakh"
4840
 
4841
  # Kazakh
4842
- #: ../languages/dynamic_strings.php:236
4843
  msgid "l-kk-kz"
4844
  msgstr "Kazakh (Kazakhstan)"
4845
 
4846
  # Kannada
4847
- #: ../languages/dynamic_strings.php:237
4848
  msgid "l-kn"
4849
  msgstr "Kannada"
4850
 
4851
  # Kannada
4852
- #: ../languages/dynamic_strings.php:238
4853
  msgid "l-kn-in"
4854
  msgstr "Kannada (India)"
4855
 
4856
  # Korean
4857
- #: ../languages/dynamic_strings.php:239
4858
  msgid "l-ko"
4859
  msgstr "Korean"
4860
 
4861
  # Korean
4862
- #: ../languages/dynamic_strings.php:240
4863
  msgid "l-ko-kr"
4864
  msgstr "Korean (Korea)"
4865
 
4866
  # Korean
4867
- #: ../languages/dynamic_strings.php:241
4868
  msgid "l-kok"
4869
  msgstr "Konkani"
4870
 
4871
  # Korean
4872
- #: ../languages/dynamic_strings.php:242
4873
  msgid "l-kok-in"
4874
  msgstr "Konkani (India)"
4875
 
4876
  # Kirghiz; Kyrgyz
4877
- #: ../languages/dynamic_strings.php:243
4878
  msgid "l-ky"
4879
  msgstr "Kirghiz"
4880
 
4881
  # Kirghiz; Kyrgyz
4882
- #: ../languages/dynamic_strings.php:244
4883
  msgid "l-ky-kg"
4884
  msgstr "Kirghiz (Kazakhstan)"
4885
 
4886
  # Lithuanian
4887
- #: ../languages/dynamic_strings.php:245
4888
  msgid "l-lt"
4889
  msgstr "Lithuanian"
4890
 
4891
  # Lithuanian
4892
- #: ../languages/dynamic_strings.php:246
4893
  msgid "l-lt-lt"
4894
  msgstr "Lithuanian (Lithuania)"
4895
 
4896
  # Latvian
4897
- #: ../languages/dynamic_strings.php:247
4898
  msgid "l-lv"
4899
  msgstr "Latvian"
4900
 
4901
  # Latvian
4902
- #: ../languages/dynamic_strings.php:248
4903
  msgid "l-lv-lv"
4904
  msgstr "Latvian (Latvia)"
4905
 
4906
  # Maori
4907
- #: ../languages/dynamic_strings.php:249
4908
  msgid "l-mi"
4909
  msgstr "Maori"
4910
 
4911
  # Maori
4912
- #: ../languages/dynamic_strings.php:250
4913
  msgid "l-mi-nz"
4914
  msgstr "Maori (New Zealand)"
4915
 
4916
  # Macedonian
4917
- #: ../languages/dynamic_strings.php:251
4918
  msgid "l-mk"
4919
  msgstr "Macedonian"
4920
 
4921
  # Macedonian
4922
- #: ../languages/dynamic_strings.php:252
4923
  msgid "l-mk-ml"
4924
  msgstr "Macedonian (FYROM)"
4925
 
4926
  # Mongolian
4927
- #: ../languages/dynamic_strings.php:253
4928
  msgid "l-mn"
4929
  msgstr "Mongolian"
4930
 
4931
  # Mongolian
4932
- #: ../languages/dynamic_strings.php:254
4933
  msgid "l-mn-mn"
4934
  msgstr "Mongolian (Mongolia)"
4935
 
4936
  # Marathi
4937
- #: ../languages/dynamic_strings.php:255
4938
  msgid "l-mr"
4939
  msgstr "Marathi"
4940
 
4941
  # Marathi
4942
- #: ../languages/dynamic_strings.php:256
4943
  msgid "l-mr-in"
4944
  msgstr "Marathi (India)"
4945
 
4946
  # Malay
4947
- #: ../languages/dynamic_strings.php:257
4948
  msgid "l-ms"
4949
  msgstr "Malay"
4950
 
4951
  # Malay
4952
- #: ../languages/dynamic_strings.php:258
4953
  msgid "l-ms-bn"
4954
  msgstr "Malay (Brunei)"
4955
 
4956
  # Malay
4957
- #: ../languages/dynamic_strings.php:259
4958
  msgid "l-ms-my"
4959
  msgstr "Malay (Malaysia)"
4960
 
4961
  # Maltese
4962
- #: ../languages/dynamic_strings.php:260
4963
  msgid "l-mt"
4964
  msgstr "Maltese"
4965
 
4966
  # Maltese
4967
- #: ../languages/dynamic_strings.php:261
4968
  msgid "l-mt-mt"
4969
  msgstr "Maltese (Malta)"
4970
 
4971
  # Norwegian Bokmål
4972
- #: ../languages/dynamic_strings.php:262
4973
  msgid "l-nb"
4974
  msgstr "Norwegian; Bokmål"
4975
 
4976
  # Norwegian Bokmål
4977
- #: ../languages/dynamic_strings.php:263
4978
  msgid "l-nb-no"
4979
  msgstr "Norwegian (Norway)"
4980
 
4981
  # Dutch; Flemish
4982
- #: ../languages/dynamic_strings.php:264
4983
  msgid "l-nl"
4984
  msgstr "Dutch; Flemish"
4985
 
4986
  # Belarusian
4987
- #: ../languages/dynamic_strings.php:265
4988
  msgid "l-nl-be"
4989
  msgstr "Dutch (Belgium)"
4990
 
4991
  # Dutch; Flemish
4992
- #: ../languages/dynamic_strings.php:266
4993
  msgid "l-nl-nl"
4994
  msgstr "Dutch (The Netherlands)"
4995
 
4996
  # Norwegian Nynorsk
4997
- #: ../languages/dynamic_strings.php:267
4998
  msgid "l-nn-no"
4999
  msgstr "Norwegian; Nynorsk (Norway)"
5000
 
5001
- #: ../languages/dynamic_strings.php:268
5002
  msgid "l-ns"
5003
  msgstr "Northern Sotho"
5004
 
5005
- #: ../languages/dynamic_strings.php:269
5006
  msgid "l-ns-za"
5007
  msgstr "Northern Sotho (South Africa)"
5008
 
5009
  # Panjabi; Punjabi
5010
- #: ../languages/dynamic_strings.php:270
5011
  msgid "l-pa"
5012
  msgstr "Panjabi; Punjabi"
5013
 
5014
  # Panjabi; Punjabi
5015
- #: ../languages/dynamic_strings.php:271
5016
  msgid "l-pa-in"
5017
  msgstr "Panjabi (India)"
5018
 
5019
  # Polish
5020
- #: ../languages/dynamic_strings.php:272
5021
  msgid "l-pl"
5022
  msgstr "Polish"
5023
 
5024
  # Polish
5025
- #: ../languages/dynamic_strings.php:273
5026
  msgid "l-pl-pl"
5027
  msgstr "Polish (Poland)"
5028
 
5029
  # Pushto; Pashto
5030
- #: ../languages/dynamic_strings.php:274
5031
  msgid "l-ps"
5032
  msgstr "Pushto; Pashto"
5033
 
5034
  # Pushto; Pashto
5035
- #: ../languages/dynamic_strings.php:275
5036
  msgid "l-ps-ar"
5037
  msgstr "Pashto (Afghanistan)"
5038
 
5039
  # Portuguese
5040
- #: ../languages/dynamic_strings.php:276
5041
  msgid "l-pt"
5042
  msgstr "Portuguese"
5043
 
5044
  # Portuguese
5045
- #: ../languages/dynamic_strings.php:277
5046
  msgid "l-pt-br"
5047
  msgstr "Portuguese (Brazil)"
5048
 
5049
  # Portuguese
5050
- #: ../languages/dynamic_strings.php:278
5051
  msgid "l-pt-pt"
5052
  msgstr "Portuguese (Portugal)"
5053
 
5054
  # Quechua
5055
- #: ../languages/dynamic_strings.php:279
5056
  msgid "l-qu"
5057
  msgstr "Quechua"
5058
 
5059
  # Quechua
5060
- #: ../languages/dynamic_strings.php:280
5061
  msgid "l-qu-bo"
5062
  msgstr "Quechua (Bolivia)"
5063
 
5064
  # Quechua
5065
- #: ../languages/dynamic_strings.php:281
5066
  msgid "l-qu-ec"
5067
  msgstr "Quechua (Ecuador)"
5068
 
5069
  # Quechua
5070
- #: ../languages/dynamic_strings.php:282
5071
  msgid "l-qu-pe"
5072
  msgstr "Quechua (Peru)"
5073
 
5074
  # Romanian; Moldavian; Moldovan
5075
- #: ../languages/dynamic_strings.php:283
5076
  msgid "l-ro"
5077
  msgstr "Romanian"
5078
 
5079
  # Romanian; Moldavian; Moldovan
5080
- #: ../languages/dynamic_strings.php:284
5081
  msgid "l-ro-ro"
5082
  msgstr "Romanian (Romania)"
5083
 
5084
  # Russian
5085
- #: ../languages/dynamic_strings.php:285
5086
  msgid "l-ru"
5087
  msgstr "Russian"
5088
 
5089
  # Russian
5090
- #: ../languages/dynamic_strings.php:286
5091
  msgid "l-ru-ru"
5092
  msgstr "Russian (Russia)"
5093
 
5094
  # Sanskrit
5095
- #: ../languages/dynamic_strings.php:287
5096
  msgid "l-sa"
5097
  msgstr "Sanskrit"
5098
 
5099
  # Sanskrit (India)
5100
- #: ../languages/dynamic_strings.php:288
5101
  msgid "l-sa-in"
5102
  msgstr "Sanskrit (India)"
5103
 
5104
  # Northern Sami
5105
- #: ../languages/dynamic_strings.php:289
5106
  msgid "l-se"
5107
  msgstr "Northern Sami"
5108
 
5109
  # Northern Sami
5110
- #: ../languages/dynamic_strings.php:290
5111
  msgid "l-se-fi"
5112
  msgstr "Northern Sami (Finland)"
5113
 
5114
  # Northern Sami
5115
- #: ../languages/dynamic_strings.php:291
5116
  msgid "l-se-no"
5117
  msgstr "Northern Sami (Norway)"
5118
 
5119
  # Northern Sami
5120
- #: ../languages/dynamic_strings.php:292
5121
  msgid "l-se-se"
5122
  msgstr "Northern Sami (Sweden)"
5123
 
5124
  # Slovak
5125
- #: ../languages/dynamic_strings.php:293
5126
  msgid "l-sk"
5127
  msgstr "Slovak"
5128
 
5129
  # Slovak
5130
- #: ../languages/dynamic_strings.php:294
5131
  msgid "l-sk-sk"
5132
  msgstr "Slovak (Slovakia)"
5133
 
5134
  # Slovenian
5135
- #: ../languages/dynamic_strings.php:295
5136
  msgid "l-sl"
5137
  msgstr "Slovenian"
5138
 
5139
  # Slovenian
5140
- #: ../languages/dynamic_strings.php:296
5141
  msgid "l-sl-si"
5142
  msgstr "Slovenian (Slovenia)"
5143
 
5144
  # Albanian
5145
- #: ../languages/dynamic_strings.php:297
5146
  msgid "l-sq"
5147
  msgstr "Albanian"
5148
 
5149
  # Albanian
5150
- #: ../languages/dynamic_strings.php:298
5151
  msgid "l-sq-al"
5152
  msgstr "Albanian (Albania)"
5153
 
5154
  # Serbian
5155
- #: ../languages/dynamic_strings.php:299
5156
  msgid "l-sr-ba"
5157
  msgstr "Serbian (Bosnia and Herzegovina)"
5158
 
5159
  # Serbian
5160
- #: ../languages/dynamic_strings.php:300
5161
  msgid "l-sr-sp"
5162
  msgstr "Serbian (Serbia and Montenegro)"
5163
 
5164
  # Swedish
5165
- #: ../languages/dynamic_strings.php:301
5166
  msgid "l-sv"
5167
  msgstr "Swedish"
5168
 
5169
  # Swedish
5170
- #: ../languages/dynamic_strings.php:302
5171
  msgid "l-sv-fi"
5172
  msgstr "Swedish (Finland)"
5173
 
5174
  # Swedish
5175
- #: ../languages/dynamic_strings.php:303
5176
  msgid "l-sv-se"
5177
  msgstr "Swedish (Sweden)"
5178
 
5179
  # Swahili
5180
- #: ../languages/dynamic_strings.php:304
5181
  msgid "l-sw"
5182
  msgstr "Swahili"
5183
 
5184
  # Swahili
5185
- #: ../languages/dynamic_strings.php:305
5186
  msgid "l-sw-ke"
5187
  msgstr "Swahili (Kenya)"
5188
 
5189
  # Tamil
5190
- #: ../languages/dynamic_strings.php:306
5191
  msgid "l-ta"
5192
  msgstr "Tamil"
5193
 
5194
  # Tamil
5195
- #: ../languages/dynamic_strings.php:307
5196
  msgid "l-ta-in"
5197
  msgstr "Tamil (India)"
5198
 
5199
  # Telugu
5200
- #: ../languages/dynamic_strings.php:308
5201
  msgid "l-te"
5202
  msgstr "Telugu"
5203
 
5204
  # Telugu
5205
- #: ../languages/dynamic_strings.php:309
5206
  msgid "l-te-in"
5207
  msgstr "Telugu (India)"
5208
 
5209
  # Thai
5210
- #: ../languages/dynamic_strings.php:310
5211
  msgid "l-th"
5212
  msgstr "Thai"
5213
 
5214
  # Thai
5215
- #: ../languages/dynamic_strings.php:311
5216
  msgid "l-th-th"
5217
  msgstr "Thai (Thailand)"
5218
 
5219
  # Tagalog
5220
- #: ../languages/dynamic_strings.php:312
5221
  msgid "l-tl"
5222
  msgstr "Tagalog"
5223
 
5224
  # Tagalog
5225
- #: ../languages/dynamic_strings.php:313
5226
  msgid "l-tl-ph"
5227
  msgstr "Tagalog (Philippines)"
5228
 
5229
  # Tswana
5230
- #: ../languages/dynamic_strings.php:314
5231
  msgid "l-tn"
5232
  msgstr "Tswana"
5233
 
5234
  # Tswana
5235
- #: ../languages/dynamic_strings.php:315
5236
  msgid "l-tn-za"
5237
  msgstr "Tswana (South Africa)"
5238
 
5239
  # Turkish
5240
- #: ../languages/dynamic_strings.php:316
5241
  msgid "l-tr"
5242
  msgstr "Turkish"
5243
 
5244
  # Turkish
5245
- #: ../languages/dynamic_strings.php:317
5246
  msgid "l-tr-tr"
5247
  msgstr "Turkish (Turkey)"
5248
 
5249
  # Tatar
5250
- #: ../languages/dynamic_strings.php:318
5251
  msgid "l-tt"
5252
  msgstr "Tatar"
5253
 
5254
  # Tatar
5255
- #: ../languages/dynamic_strings.php:319
5256
  msgid "l-tt-ru"
5257
  msgstr "Tatar (Russia)"
5258
 
5259
  # Tsonga
5260
- #: ../languages/dynamic_strings.php:320
5261
  msgid "l-ts"
5262
  msgstr "Tsonga"
5263
 
5264
  # Ukrainian
5265
- #: ../languages/dynamic_strings.php:321
5266
  msgid "l-uk"
5267
  msgstr "Ukrainian"
5268
 
5269
  # Ukrainian
5270
- #: ../languages/dynamic_strings.php:322
5271
  msgid "l-uk-ua"
5272
  msgstr "Ukrainian (Ukraine)"
5273
 
5274
  # Urdu
5275
- #: ../languages/dynamic_strings.php:323
5276
  msgid "l-ur"
5277
  msgstr "Urdu"
5278
 
5279
  # Urdu
5280
- #: ../languages/dynamic_strings.php:324
5281
  msgid "l-ur-pk"
5282
  msgstr "Urdu (Pakistan)"
5283
 
5284
  # Uzbek
5285
- #: ../languages/dynamic_strings.php:325
5286
  msgid "l-uz"
5287
  msgstr "Uzbek"
5288
 
5289
  # Uzbek
5290
- #: ../languages/dynamic_strings.php:326
5291
  msgid "l-uz-uz"
5292
  msgstr "Uzbek (Uzbekistan)"
5293
 
5294
  # Vietnamese
5295
- #: ../languages/dynamic_strings.php:327
5296
  msgid "l-vi"
5297
  msgstr "Vietnamese"
5298
 
5299
  # Vietnamese
5300
- #: ../languages/dynamic_strings.php:328
5301
  msgid "l-vi-vn"
5302
  msgstr "Vietnamese (Viet Nam)"
5303
 
5304
  # Xhosa
5305
- #: ../languages/dynamic_strings.php:329
5306
  msgid "l-xh"
5307
  msgstr "Xhosa"
5308
 
5309
  # Xhosa
5310
- #: ../languages/dynamic_strings.php:330
5311
  msgid "l-xh-za"
5312
  msgstr "Xhosa (South Africa)"
5313
 
5314
  # Chinese
5315
- #: ../languages/dynamic_strings.php:331
5316
  msgid "l-zh"
5317
  msgstr "Chinese"
5318
 
5319
  # Chinese
5320
- #: ../languages/dynamic_strings.php:332
5321
  msgid "l-zh-cn"
5322
  msgstr "Chinese (S)"
5323
 
5324
  # Chinese
5325
- #: ../languages/dynamic_strings.php:333
5326
  msgid "l-zh-hk"
5327
  msgstr "Chinese (Hong Kong)"
5328
 
5329
  # Chinese
5330
- #: ../languages/dynamic_strings.php:334
5331
  msgid "l-zh-mo"
5332
  msgstr "Chinese (Macau)"
5333
 
5334
  # Chinese
5335
- #: ../languages/dynamic_strings.php:335
5336
  msgid "l-zh-sg"
5337
  msgstr "Chinese (Singapore)"
5338
 
5339
  # Chinese
5340
- #: ../languages/dynamic_strings.php:336
5341
  msgid "l-zh-tw"
5342
  msgstr "Chinese (T)"
5343
 
5344
  # Zulu
5345
- #: ../languages/dynamic_strings.php:337
5346
  msgid "l-zu"
5347
  msgstr "Zulu"
5348
 
5349
  # Zulu
5350
- #: ../languages/dynamic_strings.php:338
5351
  msgid "l-zu-za"
5352
  msgstr "Zulu (South Africa)"
5353
 
5354
  # Unknown
5355
- #: ../languages/dynamic_strings.php:340
5356
  msgid "l-empty"
5357
  msgstr "Unknown"
5358
 
5359
  # Unknown
5360
- #: ../languages/dynamic_strings.php:341
5361
  msgid "l-xx"
5362
  msgstr "Unknown"
5363
 
5364
- #: ../languages/dynamic_strings.php:343
5365
  msgid "c-xy"
5366
  msgstr "Local IP"
5367
 
5368
- #: ../wp-slimstat.php:250 ../wp-slimstat.php:535
5369
- msgid "Notice: Pageview filtered by third-party code"
 
 
 
 
 
 
 
 
 
5370
  msgstr ""
5371
 
5372
- #: ../wp-slimstat.php:267
5373
  #, php-format
5374
- msgid "Error: Malformed URL %s"
5375
  msgstr ""
5376
 
5377
  #: ../wp-slimstat.php:291
5378
  #, php-format
5379
- msgid "Notice: Referrer %s is blacklisted"
5380
  msgstr ""
5381
 
5382
- #: ../wp-slimstat.php:367
5383
  #, php-format
5384
- msgid "Notice: Permalink %s is blacklisted"
5385
  msgstr ""
5386
 
5387
- #: ../wp-slimstat.php:378
5388
- msgid "Error: Empty or not supported IP address format (IPv6)"
 
5389
  msgstr ""
5390
 
5391
- #: ../wp-slimstat.php:387
 
 
 
 
5392
  #, php-format
5393
- msgid "Notice: Logged in user %s not tracked"
5394
  msgstr ""
5395
 
5396
- #: ../wp-slimstat.php:395
5397
  #, php-format
5398
- msgid "Notice: User with capability %s not tracked"
5399
  msgstr ""
5400
 
5401
- #: ../wp-slimstat.php:405
5402
  #, php-format
5403
- msgid "Notice: User %s is blacklisted"
5404
  msgstr ""
5405
 
5406
- #: ../wp-slimstat.php:426
5407
  #, php-format
5408
- msgid "Notice: Spammer %s not tracked"
5409
  msgstr ""
5410
 
5411
- #: ../wp-slimstat.php:455
5412
  #, php-format
5413
- msgid "Notice: IP address %s is blacklisted"
5414
  msgstr ""
5415
 
5416
- #: ../wp-slimstat.php:484
5417
  #, php-format
5418
- msgid "Notice: Country %s is blacklisted"
5419
  msgstr ""
5420
 
5421
- #: ../wp-slimstat.php:493
5422
- msgid "Notice: Prefetch requests are ignored"
 
5423
  msgstr ""
5424
 
5425
- #: ../wp-slimstat.php:509
5426
- msgid "Notice: Bot not tracked"
5427
  msgstr ""
5428
 
5429
- #: ../wp-slimstat.php:518
5430
- #, php-format
5431
- msgid "Notice: Browser %s is blacklisted"
5432
  msgstr ""
5433
 
5434
- #: ../wp-slimstat.php:553
5435
- msgid "Error:"
 
5436
  msgstr ""
5437
 
5438
- #: ../wp-slimstat.php:1012
5439
  msgid "Invalid payload string. Try clearing your WordPress cache."
5440
  msgstr ""
5441
 
5442
- #: ../wp-slimstat.php:1022
5443
  msgid "Invalid data signature. Try clearing your WordPress cache."
5444
  msgstr ""
5445
 
5446
- #: ../wp-slimstat.php:1116
5447
  msgid "There was an error downloading the MaxMind Geolite DB:"
5448
  msgstr ""
5449
 
5450
- #: ../wp-slimstat.php:1124 ../wp-slimstat.php:1133
5451
  msgid "There was an error opening the zipped MaxMind Geolite DB."
5452
  msgstr ""
5453
 
5454
- #: ../wp-slimstat.php:1128
5455
  msgid "Function gzopen not defined. Aborting."
5456
  msgstr ""
5457
 
5458
- #: ../wp-slimstat.php:1138
5459
  msgid "There was an error opening the unzipped MaxMind Geolite DB."
5460
  msgstr ""
5461
 
 
 
 
 
5462
  #~ msgid "windows phone"
5463
  #~ msgstr "Windows Phone"
5464
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP SlimStat\n"
4
+ "POT-Creation-Date: 2017-03-09 22:19-0500\n"
5
  "PO-Revision-Date: \n"
6
  "Last-Translator: WP Slimstat <support@wp-slimstat.com>\n"
7
  "Language-Team: camu <support@wp-slimstat.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.12\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: .\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-SearchPathExcluded-0: ../admin/update-checker\n"
18
  "X-Poedit-SearchPathExcluded-1: ../admin/js\n"
19
 
20
+ #: ../admin/config/index.php:22 ../admin/config/index.php:47
21
+ #: ../admin/config/index.php:72
22
  msgid ""
23
  "Invalid capability. Please check <a href=\"http://codex.wordpress.org/"
24
  "Roles_and_Capabilities\" target=\"_new\">this page</a> for more information"
25
  msgstr ""
26
 
27
+ #: ../admin/config/index.php:37
28
  msgid "Read access: username not found"
29
  msgstr ""
30
 
31
+ #: ../admin/config/index.php:62
32
  msgid "Config access: username not found"
33
  msgstr ""
34
 
35
+ #: ../admin/config/index.php:81
36
  msgid "Basic"
37
  msgstr ""
38
 
39
+ #: ../admin/config/index.php:83 ../admin/config/index.php:104
40
  msgid "Tracker"
41
  msgstr ""
42
 
43
+ #: ../admin/config/index.php:84
44
  msgid "Enable Tracking"
45
  msgstr ""
46
 
47
+ #: ../admin/config/index.php:84
48
  msgid "Turn the tracker on or off, while keeping the reports accessible."
49
  msgstr ""
50
 
51
+ #: ../admin/config/index.php:85
52
  msgid "Tracking Mode"
53
  msgstr ""
54
 
55
+ #: ../admin/config/index.php:85
56
  msgid ""
57
  "Select <strong>Client</strong> if you are using a caching plugin (W3 Total "
58
  "Cache, WP SuperCache, HyperCache, etc). Slimstat will behave pretty much "
61
  "spammers, search engines and other crawlers</strong> will not be tracked."
62
  msgstr ""
63
 
64
+ #: ../admin/config/index.php:85
65
  msgid "Client"
66
  msgstr ""
67
 
68
+ #: ../admin/config/index.php:85
69
  msgid "Server"
70
  msgstr ""
71
 
72
+ #: ../admin/config/index.php:86
73
  msgid "Track Client Info"
74
  msgstr ""
75
 
76
+ #: ../admin/config/index.php:86
77
  msgid ""
78
  "If this option is disabled, Slimstat will not add the Javascript tracking "
79
  "code to your pages, if tracking mode is set to Server. Please note: if "
82
  "Tracking Mode is set to Client."
83
  msgstr ""
84
 
85
+ #: ../admin/config/index.php:87
86
  msgid "Track Admin Pages"
87
  msgstr ""
88
 
89
+ #: ../admin/config/index.php:87
90
  msgid "Enable this option to track your users' activity within the admin."
91
  msgstr ""
92
 
93
+ #: ../admin/config/index.php:89
94
  msgid "WordPress Integration"
95
  msgstr ""
96
 
97
+ #: ../admin/config/index.php:90
98
  msgid "Dashboard Widgets"
99
  msgstr ""
100
 
101
+ #: ../admin/config/index.php:90
102
  msgid ""
103
  "Enable this option if you want to add reports to your WordPress Dashboard. "
104
  "Use the Customizer to choose which ones to display."
105
  msgstr ""
106
 
107
+ #: ../admin/config/index.php:91
108
  msgid "Menu Position"
109
  msgstr ""
110
 
111
+ #: ../admin/config/index.php:91
112
  msgid ""
113
  "Choose between a standalone admin menu for Slimstat or a drop down in the "
114
  "admin bar (if visible)."
115
  msgstr ""
116
 
117
+ #: ../admin/config/index.php:91
118
  msgid "Side"
119
  msgstr ""
120
 
121
+ #: ../admin/config/index.php:91
122
  msgid "Bar"
123
  msgstr ""
124
 
125
+ #: ../admin/config/index.php:92
126
  msgid "Posts and Pages"
127
  msgstr ""
128
 
129
+ #: ../admin/config/index.php:92
130
  msgid ""
131
  "Add a new column to the Edit Posts/Pages screens, with the number of hits "
132
  "per post within the timeframe specified here below."
133
  msgstr ""
134
 
135
+ #: ../admin/config/index.php:93
136
  msgid "Report Interval"
137
  msgstr ""
138
 
139
+ #: ../admin/config/index.php:93
140
  msgid ""
141
  "Enter the time range, in days, that should be used to calculate the value "
142
  "here above."
143
  msgstr ""
144
 
145
+ #: ../admin/config/index.php:94
146
  msgid "Report Type"
147
  msgstr ""
148
 
149
+ #: ../admin/config/index.php:94
150
  msgid ""
151
  "Select what kind of information you would like to see displayed on your "
152
  "Posts admin screen. Hits counts all the pageviews regardless of the user, "
153
  "(unique) IPs counts only one hit per IP in the given time range."
154
  msgstr ""
155
 
156
+ #: ../admin/config/index.php:94 ../admin/view/wp-slimstat-reports.php:1204
157
+ #: ../admin/view/wp-slimstat-reports.php:1208
158
+ #: ../admin/view/wp-slimstat-reports.php:1477
159
+ #: ../admin/view/wp-slimstat-reports.php:1536
160
+ #: ../admin/view/wp-slimstat-reports.php:1542
161
+ #: ../admin/view/wp-slimstat-reports.php:1548
162
+ #: ../admin/view/wp-slimstat-reports.php:1554
163
+ #: ../admin/view/wp-slimstat-reports.php:1560
164
+ #: ../admin/view/wp-slimstat-reports.php:1566
165
+ #: ../admin/view/wp-slimstat-reports.php:1572
166
+ #: ../admin/view/wp-slimstat-reports.php:1844
167
  msgid "Hits"
168
  msgstr ""
169
 
170
+ #: ../admin/config/index.php:94
171
  msgid "IPs"
172
  msgstr ""
173
 
174
+ #: ../admin/config/index.php:95
175
  msgid "Hide Add-ons"
176
  msgstr ""
177
 
178
+ #: ../admin/config/index.php:95
179
  msgid ""
180
  "Enable this option to hide all your <strong>active</strong> premium add-ons "
181
  "from the list of plugins in WordPress. Please note that you will still "
182
  "receive updates for hidden add-ons."
183
  msgstr ""
184
 
185
+ #: ../admin/config/index.php:97
186
  msgid "Database"
187
  msgstr ""
188
 
189
+ #: ../admin/config/index.php:98
190
  msgid "Retain data for"
191
  msgstr ""
192
 
193
+ #: ../admin/config/index.php:98
194
  msgid ""
195
  "Clean-up log entries older than the number of days specified here above. "
196
  "Enter <strong>0</strong> (number zero) if you want to preserve your data "
197
  "regardless of its age."
198
  msgstr ""
199
 
200
+ #: ../admin/config/index.php:98
201
  msgid "Next clean-up on"
202
  msgstr ""
203
 
204
+ #: ../admin/config/index.php:98
205
  #, php-format
206
  msgid ""
207
  "Entries logged on or before %s will be archived or deleted according to the "
208
  "option here below."
209
  msgstr ""
210
 
211
+ #: ../admin/config/index.php:98 ../admin/view/index.php:106
212
  #: ../admin/view/wp-slimstat-db.php:98
213
+ #: ../admin/view/wp-slimstat-reports.php:1421
214
  msgid "days"
215
  msgstr ""
216
 
217
+ #: ../admin/config/index.php:99
218
  msgid "Archive records"
219
  msgstr ""
220
 
221
+ #: ../admin/config/index.php:99
222
  msgid ""
223
  "If DB space is not an issue, you can decide to archive older records in "
224
  "another table, instead of deleting them. This way performance is preserved, "
228
  "is uninstalled. Make sure to backup your data before you proceed."
229
  msgstr ""
230
 
231
+ #: ../admin/config/index.php:106
232
  msgid "Link Tracking"
233
  msgstr ""
234
 
235
+ #: ../admin/config/index.php:107
236
+ msgid "Do Not Track"
 
 
 
 
 
 
 
 
 
 
237
  msgstr ""
238
 
239
+ #: ../admin/config/index.php:107
240
  msgid ""
241
+ "Slimstat will ignore links marked with one of these class names, <em>rel</"
242
+ "em> attributes or whose <em>href</em> attribute contains one of these "
243
+ "strings. Please keep in mind that the class <code>noslimstat</code> is also "
244
+ "used to avoid tracking interactive links throughout the reports. If you "
245
+ "remove it from this list, some features might not work as expected."
246
  msgstr ""
247
 
248
+ #: ../admin/config/index.php:108
249
+ msgid "Downloads"
250
  msgstr ""
251
 
252
+ #: ../admin/config/index.php:108
253
  msgid ""
254
+ "List all the file extensions that you want to be treated as Downloads. "
255
+ "Please note that links pointing to external resources (i.e. PDFs on an "
256
+ "external website) are considered Downloads and not Outbound Links (and "
257
+ "tracked as such), if their extension matches one of the ones listed here "
258
+ "below."
 
 
 
 
 
259
  msgstr ""
260
 
261
+ #: ../admin/config/index.php:109
262
+ msgid "Same-Domain Referrers"
263
  msgstr ""
264
 
265
+ #: ../admin/config/index.php:109
266
  msgid ""
267
+ "By default, when the domain of the referrer for a given page view is the "
268
+ "same as the current site, that information is not tracked to save space in "
269
+ "the database. However, if you are running a multisite network with "
270
+ "subfolders, you might need to track same-domain referrers from one site to "
271
+ "another, as they are technically \"separate\" websites."
272
  msgstr ""
273
 
274
+ #: ../admin/config/index.php:111
275
+ msgid "Advanced Options"
276
  msgstr ""
277
 
278
+ #: ../admin/config/index.php:112
279
+ msgid "Track WP Users"
 
 
 
280
  msgstr ""
281
 
282
+ #: ../admin/config/index.php:112
283
+ msgid "Enable this option to track logged in users."
284
  msgstr ""
285
 
286
+ #: ../admin/config/index.php:113
287
  msgid "Session Duration"
288
  msgstr ""
289
 
290
+ #: ../admin/config/index.php:113
291
  msgid ""
292
  "How many seconds should a human session last? Google Analytics sets it to "
293
  "1800 seconds."
294
  msgstr ""
295
 
296
+ #: ../admin/config/index.php:113 ../admin/config/index.php:175
297
  msgid "seconds"
298
  msgstr ""
299
 
300
+ #: ../admin/config/index.php:114
301
  msgid "Extend Session"
302
  msgstr ""
303
 
304
+ #: ../admin/config/index.php:114
305
  msgid "Extend the duration of a session each time the user visits a new page."
306
  msgstr ""
307
 
308
+ #: ../admin/config/index.php:115
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
309
  msgid "Enable CDN"
310
  msgstr ""
311
 
312
+ #: ../admin/config/index.php:115
313
  msgid ""
314
  "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
315
  "by serving our tracking code from their fast and reliable network (free "
316
  "service)."
317
  msgstr ""
318
 
319
+ #: ../admin/config/index.php:117
 
 
 
 
 
 
 
 
 
 
 
 
 
320
  msgid "External Pages"
321
  msgstr ""
322
 
323
+ #: ../admin/config/index.php:118
324
  msgid ""
325
  "Add the following code to all the non-WP pages you want to track, right "
326
  "before the closing BODY tag. Please make sure to change the protocol of all "
327
  "the URLs to HTTPS, if you external site is served over a secure channel."
328
  msgstr ""
329
 
330
+ #: ../admin/config/index.php:128
331
  msgid "Allow Domains"
332
  msgstr ""
333
 
334
+ #: ../admin/config/index.php:128
335
  msgid ""
336
  "If you are getting an error saying that no 'Access-Control-Allow-Origin' "
337
  "header is present on the requested resource, when using the external "
342
  "implications of allowing CORS requests."
343
  msgstr ""
344
 
345
+ #: ../admin/config/index.php:133
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
346
  msgid "Filters"
347
  msgstr ""
348
 
349
+ #: ../admin/config/index.php:135
350
  msgid "Do not track settings"
351
  msgstr ""
352
 
353
+ #: ../admin/config/index.php:136
 
 
 
 
 
 
 
 
354
  msgid "Blacklist by Username"
355
  msgstr ""
356
 
357
+ #: ../admin/config/index.php:136
358
  msgid ""
359
  "List all the usernames you don't want to track. Please be aware that spaces "
360
  "are <em>not</em> ignored and that usernames are case sensitive. Wildcards: "
364
  "<code>user!0</code> will match user10 and user90."
365
  msgstr ""
366
 
367
+ #: ../admin/config/index.php:137
368
  msgid "Blacklist by IP Address"
369
  msgstr ""
370
 
371
+ #: ../admin/config/index.php:137
372
  msgid ""
373
  "List all the IP addresses you don't want to track. Each network "
374
  "<strong>must</strong> be defined using the <a href='http://en.wikipedia.org/"
377
  "originating IP, if available."
378
  msgstr ""
379
 
380
+ #: ../admin/config/index.php:138
381
  msgid "Blacklist by Capability"
382
  msgstr ""
383
 
384
+ #: ../admin/config/index.php:138
385
  msgid ""
386
  "Users having at least one of the <a href='http://codex.wordpress.org/"
387
  "Roles_and_Capabilities' target='_new'>capabilities</a> listed here below "
388
  "will not be tracked. Capabilities are case-insensitive."
389
  msgstr ""
390
 
391
+ #: ../admin/config/index.php:140
392
  msgid "Profiling"
393
  msgstr ""
394
 
395
+ #: ../admin/config/index.php:141
396
  msgid "Ignore Spammers"
397
  msgstr ""
398
 
399
+ #: ../admin/config/index.php:141
400
  msgid ""
401
  "Enable this option if you don't want to track visits from users identified "
402
  "as spammers by third-party tools like Akismet. Pageviews generated by users "
404
  "database."
405
  msgstr ""
406
 
407
+ #: ../admin/config/index.php:142
408
  msgid "Ignore Bots"
409
  msgstr ""
410
 
411
+ #: ../admin/config/index.php:142
412
  msgid ""
413
  "Turn on this feature if you want to have the accuracy level of server-side "
414
  "tracking, but not the inconvenience of getting your database clogged with "
416
  "note that in Client mode, bots are ignored regardless of this setting."
417
  msgstr ""
418
 
419
+ #: ../admin/config/index.php:143
420
  msgid "Permalinks"
421
  msgstr ""
422
 
423
+ #: ../admin/config/index.php:143
424
  msgid ""
425
  "List all the URLs on your website that you don't want to track. Don't "
426
  "include the domain name: <em>/about, ?p=1</em>, etc. Wildcards: <code>*</"
430
  "abo!t</code> will match /about and /abort. Strings are case-insensitive."
431
  msgstr ""
432
 
433
+ #: ../admin/config/index.php:144
434
  msgid "Countries"
435
  msgstr ""
436
 
437
+ #: ../admin/config/index.php:144
438
  msgid ""
439
  "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
440
  "track."
441
  msgstr ""
442
 
443
+ #: ../admin/config/index.php:145
444
  msgid "User Agents"
445
  msgstr ""
446
 
447
+ #: ../admin/config/index.php:145
448
  msgid ""
449
  "Browsers (user agents) you don't want to track. You can specify the "
450
  "browser's version adding a slash after the name (i.e. <em>Firefox/3.6</"
454
  "and IE/8.0. Strings are case-insensitive."
455
  msgstr ""
456
 
457
+ #: ../admin/config/index.php:146
458
  msgid "Referring Sites"
459
  msgstr ""
460
 
461
+ #: ../admin/config/index.php:146
462
  msgid ""
463
  "Referring URLs that you don't want to track: <code>http://mysite.com*</"
464
  "code>, <code>*/ignore-me-please</code>, etc. Wildcards: <code>*</code> "
467
  "wildcard or the protocol you want to filter (http://, https://)."
468
  msgstr ""
469
 
470
+ #: ../admin/config/index.php:148 ../admin/config/index.php:178
471
+ msgid "Miscellaneous"
472
+ msgstr ""
473
+
474
+ #: ../admin/config/index.php:149
475
  msgid "Enable Privacy Mode"
476
  msgstr ""
477
 
478
+ #: ../admin/config/index.php:149
479
  msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
480
  msgstr ""
481
 
482
+ #: ../admin/config/index.php:150
483
  msgid "Ignore Prefetch Requests"
484
  msgstr ""
485
 
486
+ #: ../admin/config/index.php:150
487
  msgid ""
488
  "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
489
  "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' "
490
  "target='_blank'>Link Prefetching functionality</a>."
491
  msgstr ""
492
 
493
+ #: ../admin/config/index.php:155 ../admin/config/index.php:189
494
  msgid "Reports"
495
  msgstr ""
496
 
497
+ #: ../admin/config/index.php:157
498
  msgid "Formats and Conversions"
499
  msgstr ""
500
 
501
+ #: ../admin/config/index.php:158
502
  msgid "Number Format"
503
  msgstr ""
504
 
505
+ #: ../admin/config/index.php:158
506
  msgid "Choose the number format you want to use for your reports."
507
  msgstr ""
508
 
509
+ #: ../admin/config/index.php:159
510
  msgid "Date Format"
511
  msgstr ""
512
 
513
+ #: ../admin/config/index.php:159
514
  msgid ""
515
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
516
  "Format</a> to use when displaying a pageview's date."
517
  msgstr ""
518
 
519
+ #: ../admin/config/index.php:160
520
  msgid "Time Format"
521
  msgstr ""
522
 
523
+ #: ../admin/config/index.php:160
524
  msgid ""
525
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
526
  "Format</a> to use when displaying a pageview's time."
527
  msgstr ""
528
 
529
+ #: ../admin/config/index.php:161
530
  msgid "Use Display Name"
531
  msgstr ""
532
 
533
+ #: ../admin/config/index.php:161
534
  msgid ""
535
  "By default, users are listed by their usernames. Use this option to "
536
  "visualize their display names instead."
537
  msgstr ""
538
 
539
+ #: ../admin/config/index.php:162
540
  msgid "Use Titles"
541
  msgstr ""
542
 
543
+ #: ../admin/config/index.php:162
544
  msgid ""
545
  "Slimstat converts your permalinks into post, page and category titles. "
546
  "Disable this feature if you need to see the URL in your reports."
547
  msgstr ""
548
 
549
+ #: ../admin/config/index.php:163
550
  msgid "Convert IP Addresses"
551
  msgstr ""
552
 
553
+ #: ../admin/config/index.php:163
554
  msgid "Display provider names instead of IP addresses."
555
  msgstr ""
556
 
557
+ #: ../admin/config/index.php:165
558
  msgid "Functionality"
559
  msgstr ""
560
 
561
+ #: ../admin/config/index.php:166
562
  msgid "Async Mode"
563
  msgstr ""
564
 
565
+ #: ../admin/config/index.php:166
566
  msgid ""
567
  "Activate this feature if your reports take a while to load. It breaks down "
568
  "the load on your server into multiple requests, thus avoiding memory issues "
569
  "and performance problems."
570
  msgstr ""
571
 
572
+ #: ../admin/config/index.php:167
 
 
 
 
 
 
 
 
 
 
573
  msgid "Expand Details"
574
  msgstr ""
575
 
576
+ #: ../admin/config/index.php:167
577
  msgid "Expand each row's details by default, insted of on mousehover."
578
  msgstr ""
579
 
580
+ #: ../admin/config/index.php:168 ../admin/config/index.php:176
581
  msgid "Rows to Display"
582
  msgstr ""
583
 
584
+ #: ../admin/config/index.php:168
585
  msgid "Specify the number of items in each report."
586
  msgstr ""
587
 
588
+ #: ../admin/config/index.php:169 ../admin/view/wp-slimstat-db.php:121
589
  msgid "Max Results"
590
  msgstr ""
591
 
592
+ #: ../admin/config/index.php:169
593
  msgid ""
594
  "Decide how many records should be retrieved from the database in total. "
595
  "Depending on your server configuration, you may want to fine tune this value "
596
  "to avoid exceeding your PHP memory limit."
597
  msgstr ""
598
 
599
+ #: ../admin/config/index.php:170
600
  msgid "IP Lookup"
601
  msgstr ""
602
 
603
+ #: ../admin/config/index.php:170
604
+ msgid ""
605
+ "Customize the Geolocation service to be used in the reports. Default: "
606
+ "<code>http://www.infosniper.net/?ip_address=</code>"
607
  msgstr ""
608
 
609
+ #: ../admin/config/index.php:171
610
  msgid "Mozscape Access ID"
611
  msgstr ""
612
 
613
+ #: ../admin/config/index.php:171
614
  msgid ""
615
  "Get accurate rankings for your website through the free <a href=\"https://"
616
  "moz.com/community/join?redirect=/products/api/keys\" target=\"_blank"
618
  "started. Then enter your personal identification code here."
619
  msgstr ""
620
 
621
+ #: ../admin/config/index.php:172
622
  msgid "Mozscape Secret Key"
623
  msgstr ""
624
 
625
+ #: ../admin/config/index.php:172
626
  msgid ""
627
  "Do not share your secret key with anyone or they will be able to make API "
628
  "requests on your account!"
629
  msgstr ""
630
 
631
+ #: ../admin/config/index.php:174 ../admin/wp-slimstat-admin.php:33
632
+ msgid "Access Log"
633
  msgstr ""
634
 
635
+ #: ../admin/config/index.php:175
636
+ msgid "Auto Refresh"
637
  msgstr ""
638
 
639
+ #: ../admin/config/index.php:175
640
  msgid ""
641
+ "Enable the Live View, which refreshes the Access Log every X seconds. Enter "
642
+ "<strong>0</strong> (number zero) to deactivate this feature."
643
  msgstr ""
644
 
645
+ #: ../admin/config/index.php:176
646
+ msgid "Specify the number of items in the Access Log."
647
  msgstr ""
648
 
649
+ #: ../admin/config/index.php:179
650
  msgid "Custom CSS"
651
  msgstr ""
652
 
653
+ #: ../admin/config/index.php:179
654
  msgid ""
655
  "Paste here your custom stylesheet to personalize the way your reports look. "
656
  "<a href='https://slimstat.freshdesk.com/support/solutions/"
659
  "a> for more information on how to use this setting."
660
  msgstr ""
661
 
662
+ #: ../admin/config/index.php:180
663
  msgid "Chart Colors"
664
  msgstr ""
665
 
666
+ #: ../admin/config/index.php:180
667
  msgid ""
668
  "Customize the look and feel of your charts by assigning personalized colors "
669
  "to each metric. List 4 hex colors, strictly in the following order: metric 1 "
671
  "example: <code>#ccc, #999, #bbcc44, #21759b</code>."
672
  msgstr ""
673
 
674
+ #: ../admin/config/index.php:181
675
  msgid "Show User Agent"
676
  msgstr ""
677
 
678
+ #: ../admin/config/index.php:181
679
  msgid ""
680
  "Choose if you want to see the browser name or a complete user agent string "
681
  "when hovering on browser icons."
682
  msgstr ""
683
 
684
+ #: ../admin/config/index.php:182
685
  msgid "Enable SOV"
686
  msgstr ""
687
 
688
+ #: ../admin/config/index.php:182
689
  msgid ""
690
  "In linguistic typology, a subject-object-verb (SOV) language is one in which "
691
  "the subject, object, and verb of a sentence appear in that order, like in "
692
  "Japanese."
693
  msgstr ""
694
 
695
+ #: ../admin/config/index.php:187
696
  msgid "Access Control"
697
  msgstr ""
698
 
699
+ #: ../admin/config/index.php:190
700
  msgid "Restrict Authors"
701
  msgstr ""
702
 
703
+ #: ../admin/config/index.php:190
704
  msgid ""
705
  "Enable this option if you want your authors to only see stats related to "
706
  "their own content."
707
  msgstr ""
708
 
709
+ #: ../admin/config/index.php:191 ../admin/config/index.php:195
710
  msgid "Capability"
711
  msgstr ""
712
 
713
+ #: ../admin/config/index.php:191
714
  msgid ""
715
  "Specify the minimum <a href='http://codex.wordpress.org/"
716
  "Roles_and_Capabilities' target='_new'>capability</a> needed to access the "
720
  "In this case, the list has precedence over the capability."
721
  msgstr ""
722
 
723
+ #: ../admin/config/index.php:192 ../admin/config/index.php:196
724
  msgid "Whitelist"
725
  msgstr ""
726
 
727
+ #: ../admin/config/index.php:192
728
  msgid ""
729
  "List all the users who should have access to the reports. Administrators are "
730
  "implicitly allowed, so you don't need to list them in here. Usernames are "
731
  "case sensitive."
732
  msgstr ""
733
 
734
+ #: ../admin/config/index.php:194 ../admin/config/index.php:219
735
+ #: ../admin/wp-slimstat-admin.php:859 ../admin/wp-slimstat-admin.php:877
736
+ #: ../admin/wp-slimstat-admin.php:880
737
  msgid "Settings"
738
  msgstr ""
739
 
740
+ #: ../admin/config/index.php:195
741
  msgid ""
742
  "Specify the minimum <a href='http://codex.wordpress.org/"
743
  "Roles_and_Capabilities' target='_new'>capability</a> required to configure "
745
  "can be used to override this option for specific users."
746
  msgstr ""
747
 
748
+ #: ../admin/config/index.php:196
749
  msgid ""
750
  "List all the users who can edit these options. Please be advised that admins "
751
  "<strong>are not</strong> implicitly allowed, so do not forget to include "
752
  "yourself! Usernames are case sensitive."
753
  msgstr ""
754
 
755
+ #: ../admin/config/index.php:201
756
  msgid "Maintenance"
757
  msgstr ""
758
 
759
+ #: ../admin/config/index.php:206 ../admin/view/addons.php:35
760
+ #: ../admin/wp-slimstat-admin.php:75
761
  msgid "Add-ons"
762
  msgstr ""
763
 
764
+ #: ../admin/config/index.php:220 ../admin/view/index.php:6
765
+ msgid ""
766
+ "<strong>AdBlock browser extension detected</strong> - If you see this "
767
+ "notice, it means that your browser is not loading our stylesheet and/or "
768
+ "Javascript files correctly. This could be caused by an overzealous ad "
769
+ "blocker feature enabled in your browser (AdBlock Plus and friends). <a href="
770
+ "\"https://slimstat.freshdesk.com/support/solutions/articles/12000000414-the-"
771
+ "reports-are-not-being-rendered-correctly-or-buttons-do-not-work\" target="
772
+ "\"_blank\">Please make sure to add an exception</a> to your configuration "
773
+ "and allow the browser to load these assets."
774
+ msgstr ""
775
+
776
  #: ../admin/config/maintenance.php:16
777
  msgid ""
778
  "Congratulations! Slimstat Analytics is now optimized for <a href=\"http://"
795
  msgid "The geolocation database has been installed on your server."
796
  msgstr ""
797
 
798
+ #: ../admin/config/maintenance.php:66
799
+ msgid "The Browscap data file has been uninstalled from your server."
800
+ msgstr ""
801
+
802
+ #: ../admin/config/maintenance.php:69
803
+ msgid ""
804
+ "There was an error deleting the Browscap data folder on your server. Please "
805
+ "check your permissions."
806
+ msgstr ""
807
+
808
+ #: ../admin/config/maintenance.php:90
809
+ msgid "Your new Slimstat settings have been imported and installed."
810
+ msgstr ""
811
+
812
+ #: ../admin/config/maintenance.php:93
813
+ msgid ""
814
+ "There was an error decoding your settings string. Please verify that it is a "
815
+ "valid serialized string."
816
+ msgstr ""
817
+
818
+ #: ../admin/config/maintenance.php:111
819
  msgid "Your reports were successfully restored to their default arrangement."
820
  msgstr ""
821
 
822
+ #: ../admin/config/maintenance.php:121
823
  msgid "Your Slimstat tables have been successfully converted to InnoDB."
824
  msgstr ""
825
 
826
+ #: ../admin/config/maintenance.php:127
827
  msgid "All the archived records were successfully deleted."
828
  msgstr ""
829
 
830
+ #: ../admin/config/maintenance.php:135
831
  msgid "All the records were successfully deleted."
832
  msgstr ""
833
 
834
+ #: ../admin/config/maintenance.php:161
835
  msgid "Troubleshooting"
836
  msgstr ""
837
 
838
+ #: ../admin/config/maintenance.php:164
839
+ msgid "Tracker Error"
840
  msgstr ""
841
 
842
+ #: ../admin/config/maintenance.php:166
843
+ msgid "Reset this error"
844
  msgstr ""
845
 
846
+ #: ../admin/config/maintenance.php:166 ../admin/config/maintenance.php:173
847
  msgid "So far so good."
848
  msgstr ""
849
 
850
+ #: ../admin/config/maintenance.php:167
851
  msgid ""
852
  "The information here above is useful to troubleshoot issues with the "
853
+ "tracker. <strong>Errors</strong> are returned when the tracker could not "
854
+ "record a page view for some reason, and are indicative of some kind of "
855
+ "malfunction. Please include the message here above when sending a support "
856
+ "request."
857
+ msgstr ""
858
+
859
+ #: ../admin/config/maintenance.php:171
860
+ msgid "Tracker Notice"
861
  msgstr ""
862
 
863
+ #: ../admin/config/maintenance.php:173
864
+ msgid "Reset this notice"
865
+ msgstr ""
866
+
867
+ #: ../admin/config/maintenance.php:174
868
+ msgid ""
869
+ "The message here above will indicate if a page view was not recorded because "
870
+ "it matched at least one of the conditions you configured in your settings "
871
+ "(filters, blackslists, etc)."
872
+ msgstr ""
873
+
874
+ #: ../admin/config/maintenance.php:180
875
  msgid "Enable SQL Debug"
876
  msgstr ""
877
 
878
+ #: ../admin/config/maintenance.php:183
879
  msgid ""
880
  "Display the SQL code used to retrieve the data from the database. Useful to "
881
  "troubleshoot issues with data consistency or missing pageviews."
882
  msgstr ""
883
 
884
+ #: ../admin/config/maintenance.php:187
885
  msgid "Disable SQL Debug"
886
  msgstr ""
887
 
888
+ #: ../admin/config/maintenance.php:190
889
  msgid "Deactivate the SQL output on top of each report."
890
  msgstr ""
891
 
892
+ #: ../admin/config/maintenance.php:195
893
  msgid ""
894
  "Are you sure you want to restore the default arrangement of your reports?"
895
  msgstr ""
896
 
897
+ #: ../admin/config/maintenance.php:195
898
  msgid "No Panic Button"
899
  msgstr ""
900
 
901
+ #: ../admin/config/maintenance.php:197
902
  msgid ""
903
  "Reset the default arrangement of your reports. Helpful when, for some "
904
  "reason, reports disappear from your panels or something doesn't look right "
905
  "in your views."
906
  msgstr ""
907
 
908
+ #: ../admin/config/maintenance.php:201
909
  msgid "Data Maintenance"
910
  msgstr ""
911
 
912
+ #: ../admin/config/maintenance.php:204
913
  msgid "Delete pageviews where"
914
  msgstr ""
915
 
916
+ #: ../admin/config/maintenance.php:218 ../admin/view/wp-slimstat-db.php:71
917
  msgid "equals"
918
  msgstr ""
919
 
920
+ #: ../admin/config/maintenance.php:219 ../admin/view/wp-slimstat-db.php:72
921
  msgid "is not equal to"
922
  msgstr ""
923
 
924
+ #: ../admin/config/maintenance.php:220 ../admin/view/wp-slimstat-db.php:73
925
  msgid "contains"
926
  msgstr ""
927
 
928
+ #: ../admin/config/maintenance.php:221 ../admin/view/wp-slimstat-db.php:74
929
  msgid "is included in"
930
  msgstr ""
931
 
932
+ #: ../admin/config/maintenance.php:222 ../admin/view/wp-slimstat-db.php:75
933
  msgid "does not contain"
934
  msgstr ""
935
 
936
+ #: ../admin/config/maintenance.php:223 ../admin/view/wp-slimstat-db.php:76
937
  msgid "starts with"
938
  msgstr ""
939
 
940
+ #: ../admin/config/maintenance.php:224 ../admin/view/wp-slimstat-db.php:77
941
  msgid "ends with"
942
  msgstr ""
943
 
944
+ #: ../admin/config/maintenance.php:225 ../admin/view/wp-slimstat-db.php:78
945
  msgid "sounds like"
946
  msgstr ""
947
 
948
+ #: ../admin/config/maintenance.php:226 ../admin/view/wp-slimstat-db.php:79
949
  msgid "is greater than"
950
  msgstr ""
951
 
952
+ #: ../admin/config/maintenance.php:227 ../admin/view/wp-slimstat-db.php:80
953
  msgid "is less than"
954
  msgstr ""
955
 
956
+ #: ../admin/config/maintenance.php:228 ../admin/view/wp-slimstat-db.php:82
957
  msgid "matches"
958
  msgstr ""
959
 
960
+ #: ../admin/config/maintenance.php:229 ../admin/view/wp-slimstat-db.php:83
961
  msgid "does not match"
962
  msgstr ""
963
 
964
+ #: ../admin/config/maintenance.php:230 ../admin/view/wp-slimstat-db.php:84
965
  msgid "is empty"
966
  msgstr ""
967
 
968
+ #: ../admin/config/maintenance.php:231 ../admin/view/wp-slimstat-db.php:85
969
  msgid "is not empty"
970
  msgstr ""
971
 
972
+ #: ../admin/config/maintenance.php:234 ../admin/view/index.php:31
973
+ #: ../admin/view/index.php:114
974
  msgid "Apply"
975
  msgstr ""
976
 
977
+ #: ../admin/config/maintenance.php:235
978
  msgid ""
979
  "Are you sure you want to PERMANENTLY delete these records from your database?"
980
  msgstr ""
981
 
982
+ #: ../admin/config/maintenance.php:242
983
  msgid ""
984
  "Are you sure you want to PERMANENTLY DELETE ALL the records from your "
985
  "database?"
986
  msgstr ""
987
 
988
+ #: ../admin/config/maintenance.php:242
989
  msgid "Delete All Records"
990
  msgstr ""
991
 
992
+ #: ../admin/config/maintenance.php:245
993
  msgid ""
994
  "Erase all the information collected so far by Slimstat, but not the archived "
995
  "records (<code>wp_slim_stats_archive</code>). This operation <strong>does "
997
  "your records from the archive table."
998
  msgstr ""
999
 
1000
+ #: ../admin/config/maintenance.php:251
1001
  msgid ""
1002
  "Are you sure you want to PERMANENTLY DELETE ALL the records from your "
1003
  "archive?"
1004
  msgstr ""
1005
 
1006
+ #: ../admin/config/maintenance.php:251
1007
  msgid "Delete Archive"
1008
  msgstr ""
1009
 
1010
+ #: ../admin/config/maintenance.php:254
1011
  msgid "Erase all the archived records. This operation cannot be undone."
1012
  msgstr ""
1013
 
1014
+ #: ../admin/config/maintenance.php:260
1015
  msgid "Improve Performance"
1016
  msgstr ""
1017
 
1018
+ #: ../admin/config/maintenance.php:264
1019
  msgid ""
1020
  "Please note that you will need about 30% more DB space to store the extra "
1021
  "information required."
1022
  msgstr ""
1023
 
1024
+ #: ../admin/config/maintenance.php:268
1025
  msgid "Save DB Space"
1026
  msgstr ""
1027
 
1028
+ #: ../admin/config/maintenance.php:271
1029
  msgid ""
1030
  "Please note that by removing table indexes, Slimstat's performance will be "
1031
  "affected."
1032
  msgstr ""
1033
 
1034
+ #: ../admin/config/maintenance.php:276
1035
+ msgid "External Data Files"
1036
  msgstr ""
1037
 
1038
+ #: ../admin/config/maintenance.php:282
1039
  msgid ""
1040
  "Do you want to download and install the geolocation database from MaxMind's "
1041
  "server?"
1042
  msgstr ""
1043
 
1044
+ #: ../admin/config/maintenance.php:282
1045
  msgid "Install GeoLite DB"
1046
  msgstr ""
1047
 
1048
+ #: ../admin/config/maintenance.php:285
1049
  msgid "Do you want to uninstall the geolocation database?"
1050
  msgstr ""
1051
 
1052
+ #: ../admin/config/maintenance.php:285
1053
  msgid "Uninstall GeoLite DB"
1054
  msgstr ""
1055
 
1056
+ #: ../admin/config/maintenance.php:289
1057
  msgid ""
1058
  "The <a href='http://dev.maxmind.com/geoip/legacy/geolite/' "
1059
+ "target='_blank'>MaxMind GeoLite library</a>, which Slimstat uses to "
1060
+ "geolocate visitors, is released under the Creative Commons BY-SA 3.0 "
1061
+ "license, and cannot be directly bundled with the plugin because of license "
1062
+ "incompatibility issues. We are mandated to have the user take an affirmative "
1063
+ "action in order to enable this functionality."
1064
+ msgstr ""
1065
+
1066
+ #: ../admin/config/maintenance.php:296
1067
+ msgid ""
1068
+ "Do you want to download and install the Browscap data file from our server?"
1069
+ msgstr ""
1070
+
1071
+ #: ../admin/config/maintenance.php:296
1072
+ msgid "Install Browscap"
1073
+ msgstr ""
1074
+
1075
+ #: ../admin/config/maintenance.php:299
1076
+ msgid "Do you want to uninstall the Browscap data file?"
1077
+ msgstr ""
1078
+
1079
+ #: ../admin/config/maintenance.php:299
1080
+ msgid "Uninstall Browscap"
1081
  msgstr ""
1082
 
1083
+ #: ../admin/config/maintenance.php:303
1084
+ msgid ""
1085
+ "We are contributing to the <a href='http://browscap.org/' "
1086
+ "target='_blank'>Browscap Capabilities Project</a>, which we use to decode "
1087
+ "your visitors' user agent string into browser name and operating system. We "
1088
+ "use an optimized version of their data structure, for improved performance. "
1089
+ "After you enable this feature, Slimstat will use this data file instead of "
1090
+ "the built-in heuristic function, to accurately determine your visitors' "
1091
+ "browser information. It will also automatically check for updates and "
1092
+ "download the latest version for you. Please feel free to <a href='http://s3."
1093
+ "amazonaws.com/browscap/terms-conditions.html' target='_blank'>review our "
1094
+ "terms and conditions</a>, and do not hesitate to <a href='http://support.wp-"
1095
+ "slimstat.com' target='_blank'>contact our support team</a> if you have any "
1096
+ "questions."
1097
+ msgstr ""
1098
+
1099
+ #: ../admin/config/maintenance.php:307
1100
  msgid "Configuration String"
1101
  msgstr ""
1102
 
1103
+ #: ../admin/config/maintenance.php:311
1104
  msgid ""
1105
  "Here below you can find the current configuration string for Slimstat. You "
1106
  "can update your settings by pasting a new string inside the text area and "
1107
  "clicking the Import button."
1108
  msgstr ""
1109
 
1110
+ #: ../admin/config/maintenance.php:316
1111
  msgid "Import"
1112
  msgstr ""
1113
 
1114
+ #: ../admin/config/maintenance.php:317
1115
  msgid "Are you sure you want to OVERWRITE your current settings?"
1116
  msgstr ""
1117
 
1118
+ #: ../admin/config/maintenance.php:322
1119
  msgid "Database Information"
1120
  msgstr ""
1121
 
1122
+ #: ../admin/config/maintenance.php:325
1123
  msgid "Engine"
1124
  msgstr ""
1125
 
1126
+ #: ../admin/config/maintenance.php:329
1127
  msgid "switch to InnoDB"
1128
  msgstr ""
1129
 
1130
+ #: ../admin/config/maintenance.php:340
1131
  msgid "records"
1132
  msgstr ""
1133
 
1134
+ #: ../admin/config/maintenance.php:347
1135
  msgid "Old Tables"
1136
  msgstr ""
1137
 
1138
+ #: ../admin/config/maintenance.php:348
1139
  #, php-format
1140
  msgid ""
1141
  "It looks like your database was upgraded from a version prior to 4.0. Our "
1174
  #: ../admin/view/addons.php:40
1175
  #, php-format
1176
  msgid ""
1177
+ "This list is refreshed once daily: <a href=\"%s&amp;force_refresh=true\" "
1178
+ "class=\"noslimstat\">click here</a> to clear the cache."
1179
  msgstr ""
1180
 
1181
  #: ../admin/view/addons.php:54
1202
  msgid "Installed and Active"
1203
  msgstr ""
1204
 
1205
+ #: ../admin/view/index.php:10
1206
  msgid "Filter"
1207
  msgstr ""
1208
 
1209
+ #: ../admin/view/index.php:35
1210
  msgid "Load"
1211
  msgstr ""
1212
 
1213
+ #: ../admin/view/index.php:55 ../admin/view/wp-slimstat-reports.php:1459
1214
  msgid "Today"
1215
  msgstr ""
1216
 
1217
+ #: ../admin/view/index.php:56 ../admin/view/wp-slimstat-reports.php:1462
1218
  msgid "Yesterday"
1219
  msgstr ""
1220
 
1221
+ #: ../admin/view/index.php:57
1222
  msgid "Last 7 Days"
1223
  msgstr ""
1224
 
1225
+ #: ../admin/view/index.php:58
1226
  msgid "Last 60 Days"
1227
  msgstr ""
1228
 
1229
+ #: ../admin/view/index.php:59
1230
  msgid "Last 90 Days"
1231
  msgstr ""
1232
 
1233
+ #: ../admin/view/index.php:60
1234
  msgid "This Year So Far"
1235
  msgstr ""
1236
 
1237
+ #: ../admin/view/index.php:61
1238
  msgid "Date Range"
1239
  msgstr ""
1240
 
1241
+ #: ../admin/view/index.php:65 ../admin/view/wp-slimstat-db.php:94
1242
  msgid "Day"
1243
  msgstr ""
1244
 
1245
+ #: ../admin/view/index.php:77 ../admin/view/wp-slimstat-db.php:95
1246
  msgid "Month"
1247
  msgstr ""
1248
 
1249
+ #: ../admin/view/index.php:88 ../admin/view/wp-slimstat-db.php:96
1250
  msgid "Year"
1251
  msgstr ""
1252
 
1253
+ #: ../admin/view/index.php:92 ../admin/view/wp-slimstat-db.php:93
1254
  msgid "Hour"
1255
  msgstr ""
1256
 
1257
+ #: ../admin/view/index.php:95
1258
  msgid "Min"
1259
  msgstr ""
1260
 
1261
+ #: ../admin/view/index.php:109 ../admin/view/wp-slimstat-db.php:99
1262
  msgid "hours"
1263
  msgstr ""
1264
 
1265
+ #: ../admin/view/index.php:112
1266
  msgid "mins"
1267
  msgstr ""
1268
 
1269
+ #: ../admin/view/index.php:123
1270
  msgid "Reset Filters"
1271
  msgstr ""
1272
 
1273
+ #: ../admin/view/index.php:142
1274
  #, php-format
1275
  msgid ""
1276
+ "<a href='%s' class='noslimstat'>Install MaxMind's GeoLite DB</a> to "
1277
+ "determine your visitors' country of origin."
1278
  msgstr ""
1279
 
1280
+ #: ../admin/view/index.php:146
1281
+ #, php-format
1282
+ msgid ""
1283
+ "Install the Browscap <a href='%s' class='noslimstat'>User Agent Database</a> "
1284
+ "to accurately determine your visitors' browser and operating system."
1285
+ msgstr ""
1286
+
1287
+ #: ../admin/view/index.php:150
1288
  #, php-format
1289
  msgid ""
1290
  "A caching plugin has been detected on your website. Please <a href='%s' "
1291
+ "target='_blank' class='noslimstat'>make sure to configure</a> Slimstat "
1292
+ "Analytics accordingly, to get accurate information."
1293
  msgstr ""
1294
 
1295
  #: ../admin/view/layout.php:47
1332
  msgid "Syndication Reader"
1333
  msgstr ""
1334
 
1335
+ #: ../admin/view/right-now.php:52 ../admin/view/wp-slimstat-reports.php:1060
1336
+ #: ../admin/view/wp-slimstat-reports.php:1823
1337
  msgid "No data to display"
1338
  msgstr ""
1339
 
1340
+ #: ../admin/view/right-now.php:73
1341
  msgid "Date and Time"
1342
  msgstr ""
1343
 
1344
  # Unknown
1345
+ #: ../admin/view/right-now.php:82 ../admin/view/wp-slimstat-reports.php:1112
1346
+ #: ../admin/view/wp-slimstat-reports.php:1866 ../wp-slimstat.php:1292
1347
  msgid "c-"
1348
  msgstr "Unknown"
1349
 
1350
+ #: ../admin/view/right-now.php:128 ../admin/view/wp-slimstat-db.php:60
1351
+ #: ../admin/wp-slimstat-admin.php:1341 ../admin/wp-slimstat-admin.php:1381
1352
  msgid "Originating IP"
1353
  msgstr ""
1354
 
1355
+ #: ../admin/view/right-now.php:169 ../admin/view/wp-slimstat-reports.php:1219
1356
+ #: ../admin/view/wp-slimstat-reports.php:1224
1357
+ #: ../admin/view/wp-slimstat-reports.php:1229
1358
  msgid "Open this URL in a new window"
1359
  msgstr ""
1360
 
1361
+ #: ../admin/view/right-now.php:181
1362
  msgid "Local search results page"
1363
  msgstr ""
1364
 
1365
+ #: ../admin/view/right-now.php:190 ../admin/view/wp-slimstat-db.php:42
1366
+ #: ../admin/view/wp-slimstat-reports.php:246
1367
+ #: ../admin/view/wp-slimstat-reports.php:256
1368
+ #: ../admin/wp-slimstat-admin.php:1344 ../admin/wp-slimstat-admin.php:1360
1369
  msgid "Search Terms"
1370
  msgstr ""
1371
 
1372
+ #: ../admin/view/right-now.php:202
1373
  msgid "Server Latency and Page Speed in milliseconds"
1374
  msgstr ""
1375
 
1376
+ #: ../admin/view/right-now.php:202
1377
  msgid "SL"
1378
  msgstr ""
1379
 
1380
+ #: ../admin/view/right-now.php:202
1381
  msgid "PS"
1382
  msgstr ""
1383
 
1384
+ #: ../admin/view/right-now.php:209
1385
  msgid "Time spent on this page"
1386
  msgstr ""
1387
 
1388
+ #: ../admin/view/right-now.php:226
1389
  msgid "Open this referrer in a new window"
1390
  msgstr ""
1391
 
1392
+ #: ../admin/view/right-now.php:227
1393
  msgid "Content Type"
1394
  msgstr ""
1395
 
1396
+ #: ../admin/view/right-now.php:234
1397
  msgid "Open this outbound link in a new window"
1398
  msgstr ""
1399
 
1400
+ #: ../admin/view/right-now.php:242
1401
+ msgid "Delete this entry from the database"
1402
  msgstr ""
1403
 
1404
+ #: ../admin/view/right-now.php:254
1405
  msgid "User Logged In"
1406
  msgstr ""
1407
 
1408
+ #: ../admin/view/right-now.php:264
1409
  msgid "User Logged Out"
1410
  msgstr ""
1411
 
1412
+ #: ../admin/view/wp-slimstat-db.php:39 ../admin/wp-slimstat-admin.php:1357
1413
  msgid "Browser"
1414
  msgstr ""
1415
 
1416
+ #: ../admin/view/wp-slimstat-db.php:40 ../admin/wp-slimstat-admin.php:1358
1417
  msgid "Country Code"
1418
  msgstr ""
1419
 
1421
  msgid "IP Address"
1422
  msgstr ""
1423
 
1424
+ #: ../admin/view/wp-slimstat-db.php:43 ../admin/wp-slimstat-admin.php:1361
1425
  msgid "Language Code"
1426
  msgstr ""
1427
 
1428
  #: ../admin/view/wp-slimstat-db.php:44 ../admin/view/wp-slimstat-db.php:106
1429
+ #: ../admin/wp-slimstat-admin.php:1362
1430
  msgid "Operating System"
1431
  msgstr ""
1432
 
1433
  #: ../admin/view/wp-slimstat-db.php:45 ../admin/view/wp-slimstat-db.php:107
1434
+ #: ../admin/wp-slimstat-admin.php:1363
1435
  msgid "Permalink"
1436
  msgstr ""
1437
 
1438
  #: ../admin/view/wp-slimstat-db.php:46 ../admin/view/wp-slimstat-db.php:108
1439
+ #: ../admin/wp-slimstat-admin.php:1364
1440
  msgid "Referer"
1441
  msgstr ""
1442
 
1444
  msgid "Visitor's Username"
1445
  msgstr ""
1446
 
1447
+ #: ../admin/view/wp-slimstat-db.php:48 ../admin/wp-slimstat-admin.php:1347
1448
  msgid "Outbound Link"
1449
  msgstr ""
1450
 
1457
  msgstr ""
1458
 
1459
  #: ../admin/view/wp-slimstat-db.php:52
1460
+ #: ../admin/view/wp-slimstat-reports.php:376
1461
  msgid "Browser Capabilities"
1462
  msgstr ""
1463
 
1464
+ #: ../admin/view/wp-slimstat-db.php:53 ../admin/wp-slimstat-admin.php:1376
1465
  msgid "Browser Version"
1466
  msgstr ""
1467
 
1468
+ #: ../admin/view/wp-slimstat-db.php:54 ../admin/wp-slimstat-admin.php:1377
1469
  msgid "Browser Type"
1470
  msgstr ""
1471
 
1472
+ #: ../admin/view/wp-slimstat-db.php:55 ../admin/wp-slimstat-admin.php:1346
1473
  msgid "User Agent"
1474
  msgstr ""
1475
 
1481
  msgid "Server Latency"
1482
  msgstr ""
1483
 
1484
+ #: ../admin/view/wp-slimstat-db.php:58 ../admin/wp-slimstat-admin.php:1379
1485
  msgid "Post Author"
1486
  msgstr ""
1487
 
1488
+ #: ../admin/view/wp-slimstat-db.php:59 ../admin/wp-slimstat-admin.php:1380
1489
  msgid "Post Category ID"
1490
  msgstr ""
1491
 
1492
+ #: ../admin/view/wp-slimstat-db.php:61 ../admin/wp-slimstat-admin.php:1382
1493
  msgid "Resource Content Type"
1494
  msgstr ""
1495
 
1509
  msgid "Viewport Size"
1510
  msgstr ""
1511
 
1512
+ #: ../admin/view/wp-slimstat-db.php:66 ../admin/wp-slimstat-admin.php:1384
1513
  msgid "Visit ID"
1514
  msgstr ""
1515
 
1558
  msgstr ""
1559
 
1560
  #: ../admin/view/wp-slimstat-db.php:116
1561
+ #: ../admin/view/wp-slimstat-reports.php:1837
1562
  msgid "Type"
1563
  msgstr ""
1564
 
1590
  msgid "While zooming in, drag the chart to move to a different area"
1591
  msgstr ""
1592
 
1593
+ #: ../admin/view/wp-slimstat-reports.php:69
1594
  msgid "Visitors Activity"
1595
  msgstr ""
1596
 
1597
+ #: ../admin/view/wp-slimstat-reports.php:78
1598
  msgid "Color codes"
1599
  msgstr ""
1600
 
1601
+ #: ../admin/view/wp-slimstat-reports.php:78
1602
  msgid "From search result page"
1603
  msgstr ""
1604
 
1605
+ #: ../admin/view/wp-slimstat-reports.php:78 ../admin/wp-slimstat-admin.php:1339
 
1606
  msgid "Known Visitor"
1607
  msgstr ""
1608
 
1609
+ #: ../admin/view/wp-slimstat-reports.php:78
1610
  msgid "Known Users"
1611
  msgstr ""
1612
 
1613
+ #: ../admin/view/wp-slimstat-reports.php:78
1614
  msgid "Other Humans"
1615
  msgstr ""
1616
 
1617
+ #: ../admin/view/wp-slimstat-reports.php:78
1618
  msgid "Bot or Crawler"
1619
  msgstr ""
1620
 
1621
+ #: ../admin/view/wp-slimstat-reports.php:82
1622
+ #: ../admin/view/wp-slimstat-reports.php:91
1623
+ #: ../admin/view/wp-slimstat-reports.php:1437
1624
+ #: ../admin/view/wp-slimstat-reports.php:1598
1625
  msgid "Pageviews"
1626
  msgstr ""
1627
 
1628
+ #: ../admin/view/wp-slimstat-reports.php:92
1629
+ #: ../admin/view/wp-slimstat-reports.php:289
1630
+ #: ../admin/view/wp-slimstat-reports.php:530
1631
+ #: ../admin/view/wp-slimstat-reports.php:1452
1632
+ #: ../admin/view/wp-slimstat-reports.php:1500
1633
  msgid "Unique IPs"
1634
  msgstr ""
1635
 
1636
+ #: ../admin/view/wp-slimstat-reports.php:100
1637
  msgid "About Slimstat"
1638
  msgstr ""
1639
 
1640
+ #: ../admin/view/wp-slimstat-reports.php:109
1641
  msgid "Traffic at a Glance"
1642
  msgstr ""
1643
 
1644
+ #: ../admin/view/wp-slimstat-reports.php:119
1645
  msgid "Currently Online"
1646
  msgstr ""
1647
 
1648
+ #: ../admin/view/wp-slimstat-reports.php:132
1649
  msgid "Recent Search Terms"
1650
  msgstr ""
1651
 
1652
+ #: ../admin/view/wp-slimstat-reports.php:143
1653
  msgid "Keywords used by your visitors to find your website on a search engine."
1654
  msgstr ""
1655
 
1656
+ #: ../admin/view/wp-slimstat-reports.php:146
1657
  msgid "Top Web Pages"
1658
  msgstr ""
1659
 
1660
+ #: ../admin/view/wp-slimstat-reports.php:157
1661
  msgid ""
1662
  "Here a \"page\" is not just a WordPress page type, but any webpage on your "
1663
  "site, including posts, products, categories, and so on. You can set the "
1666
  "have."
1667
  msgstr ""
1668
 
1669
+ #: ../admin/view/wp-slimstat-reports.php:160
1670
  msgid "Top Referring Domains"
1671
  msgstr ""
1672
 
1673
+ #: ../admin/view/wp-slimstat-reports.php:174
1674
  msgid "Top Known Visitors"
1675
  msgstr ""
1676
 
1677
+ #: ../admin/view/wp-slimstat-reports.php:185
1678
  msgid "Top Search Terms"
1679
  msgstr ""
1680
 
1681
+ #: ../admin/view/wp-slimstat-reports.php:197
1682
  msgid "Top Countries"
1683
  msgstr ""
1684
 
1685
+ #: ../admin/view/wp-slimstat-reports.php:206
1686
  msgid ""
1687
  "You can configure Slimstat to ignore a specific Country by setting the "
1688
  "corresponding filter under Settings > Slimstat > Filters."
1689
  msgstr ""
1690
 
1691
+ #: ../admin/view/wp-slimstat-reports.php:209
1692
  msgid "Rankings"
1693
  msgstr ""
1694
 
1695
+ #: ../admin/view/wp-slimstat-reports.php:216
1696
  msgid ""
1697
  "Slimstat retrieves live information from Alexa, Facebook and Mozscape, to "
1698
  "measures your site's rankings. Values are updated every 12 hours. Please "
1700
  "Mozscape data."
1701
  msgstr ""
1702
 
1703
+ #: ../admin/view/wp-slimstat-reports.php:219
1704
  msgid "Top Language Families"
1705
  msgstr ""
1706
 
1707
+ #: ../admin/view/wp-slimstat-reports.php:232
1708
  msgid "Users Currently Online"
1709
  msgstr ""
1710
 
1711
+ #: ../admin/view/wp-slimstat-reports.php:243
1712
  msgid ""
1713
  "When visitors leave a comment on your blog, WordPress assigns them a cookie. "
1714
  "Slimstat leverages this information to identify returning visitors. Please "
1715
  "note that visitors also include registered users."
1716
  msgstr ""
1717
 
1718
+ #: ../admin/view/wp-slimstat-reports.php:257
1719
  msgid "Unique Terms"
1720
  msgstr ""
1721
 
1722
+ #: ../admin/view/wp-slimstat-reports.php:265
1723
  msgid "Top Referring URLs"
1724
  msgstr ""
1725
 
1726
+ #: ../admin/view/wp-slimstat-reports.php:278
1727
  msgid "Human Visits"
1728
  msgstr ""
1729
 
1730
+ #: ../admin/view/wp-slimstat-reports.php:288
1731
+ #: ../admin/view/wp-slimstat-reports.php:1496
1732
  msgid "Visits"
1733
  msgstr ""
1734
 
1735
+ #: ../admin/view/wp-slimstat-reports.php:297
1736
  msgid "Audience Overview"
1737
  msgstr ""
1738
 
1739
+ #: ../admin/view/wp-slimstat-reports.php:304
1740
  msgid ""
1741
  "Where not otherwise specified, the metrics in this report are referred to "
1742
  "human visitors."
1743
  msgstr ""
1744
 
1745
+ #: ../admin/view/wp-slimstat-reports.php:307
1746
  msgid "Top Languages"
1747
  msgstr ""
1748
 
1749
+ #: ../admin/view/wp-slimstat-reports.php:318
1750
  msgid "Top Browsers"
1751
  msgstr ""
1752
 
1753
+ #: ../admin/view/wp-slimstat-reports.php:329
1754
  msgid "Top Service Providers"
1755
  msgstr ""
1756
 
1757
+ #: ../admin/view/wp-slimstat-reports.php:338
1758
+ #: ../admin/view/wp-slimstat-reports.php:350
1759
  msgid ""
1760
  "Internet Service Provider: a company which provides other companies or "
1761
  "individuals with access to the Internet. Your DSL or cable internet service "
1763
  "by setting the corresponding filter under Settings > Slimstat > Filters."
1764
  msgstr ""
1765
 
1766
+ #: ../admin/view/wp-slimstat-reports.php:341
1767
  msgid "Top Operating Systems"
1768
  msgstr ""
1769
 
1770
+ #: ../admin/view/wp-slimstat-reports.php:353
1771
  msgid "Top Screen Resolutions"
1772
  msgstr ""
1773
 
1774
+ #: ../admin/view/wp-slimstat-reports.php:365
1775
  msgid "Top Viewport Sizes"
1776
  msgstr ""
1777
 
1778
+ #: ../admin/view/wp-slimstat-reports.php:385
1779
  msgid "Visit Duration"
1780
  msgstr ""
1781
 
1782
+ #: ../admin/view/wp-slimstat-reports.php:392
1783
  msgid ""
1784
  "All values represent the percentages of pageviews within the corresponding "
1785
  "time range."
1786
  msgstr ""
1787
 
1788
+ #: ../admin/view/wp-slimstat-reports.php:395
1789
  msgid "Recent Countries"
1790
  msgstr ""
1791
 
1792
+ #: ../admin/view/wp-slimstat-reports.php:406
1793
  msgid "Recent Viewport Sizes"
1794
  msgstr ""
1795
 
1796
+ #: ../admin/view/wp-slimstat-reports.php:417
1797
  msgid "Recent Operating Systems"
1798
  msgstr ""
1799
 
1800
+ #: ../admin/view/wp-slimstat-reports.php:428
1801
  msgid "Recent Browsers"
1802
  msgstr ""
1803
 
1804
+ #: ../admin/view/wp-slimstat-reports.php:439
1805
  msgid "Recent Languages"
1806
  msgstr ""
1807
 
1808
+ #: ../admin/view/wp-slimstat-reports.php:450
1809
  msgid "Top Browser Families"
1810
  msgstr ""
1811
 
1812
+ #: ../admin/view/wp-slimstat-reports.php:459
1813
  msgid ""
1814
  "This report shows you what user agent families (no version considered) are "
1815
  "popular among your visitors."
1816
  msgstr ""
1817
 
1818
+ #: ../admin/view/wp-slimstat-reports.php:462
1819
  msgid "Top OS Families"
1820
  msgstr ""
1821
 
1822
+ #: ../admin/view/wp-slimstat-reports.php:473
1823
  msgid ""
1824
  "This report shows you what operating system families (no version considered) "
1825
  "are popular among your visitors."
1826
  msgstr ""
1827
 
1828
+ #: ../admin/view/wp-slimstat-reports.php:476
1829
  msgid "Recent Users"
1830
  msgstr ""
1831
 
1832
+ #: ../admin/view/wp-slimstat-reports.php:488
1833
  msgid "Top Users"
1834
  msgstr ""
1835
 
1836
+ #: ../admin/view/wp-slimstat-reports.php:500
1837
+ #: ../admin/view/wp-slimstat-reports.php:509
1838
  msgid "Users"
1839
  msgstr ""
1840
 
1841
+ #: ../admin/view/wp-slimstat-reports.php:510
1842
  msgid "Unique Users"
1843
  msgstr ""
1844
 
1845
+ #: ../admin/view/wp-slimstat-reports.php:519 ../admin/wp-slimstat-admin.php:57
 
1846
  msgid "Traffic Sources"
1847
  msgstr ""
1848
 
1849
+ #: ../admin/view/wp-slimstat-reports.php:529
1850
  msgid "Domains"
1851
  msgstr ""
1852
 
1853
+ #: ../admin/view/wp-slimstat-reports.php:538
1854
  msgid "Traffic Summary"
1855
  msgstr ""
1856
 
1857
+ #: ../admin/view/wp-slimstat-reports.php:547
1858
  msgid "Top Referring Search Engines"
1859
  msgstr ""
1860
 
1861
+ #: ../admin/view/wp-slimstat-reports.php:576
1862
  msgid "Recent Outbound Links"
1863
  msgstr ""
1864
 
1865
+ #: ../admin/view/wp-slimstat-reports.php:588
1866
  msgid "Recent Posts"
1867
  msgstr ""
1868
 
1869
+ #: ../admin/view/wp-slimstat-reports.php:616
1870
  msgid "Recent Feeds"
1871
  msgstr ""
1872
 
1873
+ #: ../admin/view/wp-slimstat-reports.php:628
1874
  msgid "Recent Pages Not Found"
1875
  msgstr ""
1876
 
1877
+ #: ../admin/view/wp-slimstat-reports.php:640
1878
  msgid "Recent Internal Searches"
1879
  msgstr ""
1880
 
1881
+ #: ../admin/view/wp-slimstat-reports.php:650
1882
  msgid "Searches performed using WordPress' built-in search functionality."
1883
  msgstr ""
1884
 
1885
+ #: ../admin/view/wp-slimstat-reports.php:653
1886
  msgid "Top Categories"
1887
  msgstr ""
1888
 
1889
+ #: ../admin/view/wp-slimstat-reports.php:666
1890
  msgid "Top Downloads"
1891
  msgstr ""
1892
 
1893
+ #: ../admin/view/wp-slimstat-reports.php:677
1894
  msgid ""
1895
  "You can configure Slimstat to track specific file extensions as downloads."
1896
  msgstr ""
1897
 
1898
+ #: ../admin/view/wp-slimstat-reports.php:680
1899
  msgid "Recent Events"
1900
  msgstr ""
1901
 
1902
+ #: ../admin/view/wp-slimstat-reports.php:689
1903
+ #: ../admin/view/wp-slimstat-reports.php:713
1904
  msgid ""
1905
  "This report lists any <em>event</em> occurred on your website. Please refer "
1906
  "to the FAQ for more information on how to use this functionality."
1907
  msgstr ""
1908
 
1909
+ #: ../admin/view/wp-slimstat-reports.php:692
1910
  msgid "Top Posts"
1911
  msgstr ""
1912
 
1913
+ #: ../admin/view/wp-slimstat-reports.php:704
1914
  msgid "Top Events"
1915
  msgstr ""
1916
 
1917
+ #: ../admin/view/wp-slimstat-reports.php:716
1918
  msgid "Top Internal Searches"
1919
  msgstr ""
1920
 
1921
+ #: ../admin/view/wp-slimstat-reports.php:728
1922
  msgid "Recent Categories"
1923
  msgstr ""
1924
 
1925
+ #: ../admin/view/wp-slimstat-reports.php:740
1926
  msgid "Top Pages Not Found"
1927
  msgstr ""
1928
 
1929
+ #: ../admin/view/wp-slimstat-reports.php:752
1930
  msgid "Top Authors"
1931
  msgstr ""
1932
 
1933
+ #: ../admin/view/wp-slimstat-reports.php:763
1934
  msgid "Top Tags"
1935
  msgstr ""
1936
 
1937
+ #: ../admin/view/wp-slimstat-reports.php:775
1938
  msgid "Recent Downloads"
1939
  msgstr ""
1940
 
1941
+ #: ../admin/view/wp-slimstat-reports.php:787
1942
  msgid "Top Outbound Links"
1943
  msgstr ""
1944
 
1945
+ #: ../admin/view/wp-slimstat-reports.php:799
1946
  msgid "Your Website"
1947
  msgstr ""
1948
 
1949
+ #: ../admin/view/wp-slimstat-reports.php:806
1950
  msgid ""
1951
  "Your content at a glance: posts, comments, pingbacks, etc. Please note that "
1952
  "this report is not affected by the filters set here above."
1953
  msgstr ""
1954
 
1955
+ #: ../admin/view/wp-slimstat-reports.php:809
1956
  msgid "Top Bounce Pages"
1957
  msgstr ""
1958
 
1959
+ #: ../admin/view/wp-slimstat-reports.php:822
1960
  msgid "Top Exit Pages"
1961
  msgstr ""
1962
 
1963
+ #: ../admin/view/wp-slimstat-reports.php:835
1964
  msgid "Top Entry Pages"
1965
  msgstr ""
1966
 
1967
+ #: ../admin/view/wp-slimstat-reports.php:848
1968
  msgid "Pages with Outbound Links"
1969
  msgstr ""
1970
 
1971
+ #: ../admin/view/wp-slimstat-reports.php:857
1972
  msgid "Outbound Links"
1973
  msgstr ""
1974
 
1975
+ #: ../admin/view/wp-slimstat-reports.php:858
1976
  msgid "Unique Outbound"
1977
  msgstr ""
1978
 
1979
+ #: ../admin/view/wp-slimstat-reports.php:867
1980
  msgid "World Map"
1981
  msgstr ""
1982
 
1983
+ #: ../admin/view/wp-slimstat-reports.php:958
1984
  msgid "Refresh"
1985
  msgstr ""
1986
 
1987
+ #: ../admin/view/wp-slimstat-reports.php:1005
1988
  #, php-format
1989
  msgid "Results %s - %s of %s"
1990
  msgstr ""
1991
 
1992
+ #: ../admin/view/wp-slimstat-reports.php:1007
1993
  msgid "Refresh in"
1994
  msgstr ""
1995
 
1996
+ #: ../admin/view/wp-slimstat-reports.php:1106
1997
  msgid "Category ID"
1998
  msgstr ""
1999
 
2000
+ #: ../admin/view/wp-slimstat-reports.php:1111
2001
+ #: ../admin/view/wp-slimstat-reports.php:1125
2002
+ #: ../admin/view/wp-slimstat-reports.php:1130
2003
  msgid "Code"
2004
  msgstr ""
2005
 
2006
+ #: ../admin/view/wp-slimstat-reports.php:1126
2007
+ #: ../languages/dynamic_strings.php:340 ../wp-slimstat.php:1304
2008
  msgid "l-"
2009
  msgstr "Unknown"
2010
 
2011
+ #: ../admin/view/wp-slimstat-reports.php:1143
2012
  msgid "URL"
2013
  msgstr ""
2014
 
2015
+ #: ../admin/view/wp-slimstat-reports.php:1162
2016
  msgid "Referrer"
2017
  msgstr ""
2018
 
2019
+ #: ../admin/view/wp-slimstat-reports.php:1404
2020
  msgid "Dataset Size"
2021
  msgstr ""
2022
 
2023
+ #: ../admin/view/wp-slimstat-reports.php:1406
2024
  msgid "Total number of records stored in the database."
2025
  msgstr ""
2026
 
2027
+ #: ../admin/view/wp-slimstat-reports.php:1408
2028
  msgid "DB Size"
2029
  msgstr ""
2030
 
2031
+ #: ../admin/view/wp-slimstat-reports.php:1411
2032
  msgid "Tracking Enabled"
2033
  msgstr ""
2034
 
2035
+ #: ../admin/view/wp-slimstat-reports.php:1414
2036
  msgid "Javascript Mode"
2037
  msgstr ""
2038
 
2039
+ #: ../admin/view/wp-slimstat-reports.php:1417
2040
  msgid "Tracking Browser Caps"
2041
  msgstr ""
2042
 
2043
+ #: ../admin/view/wp-slimstat-reports.php:1420
2044
  msgid "Auto purge"
2045
  msgstr ""
2046
 
2047
+ #: ../admin/view/wp-slimstat-reports.php:1421
2048
+ #: ../admin/wp-slimstat-admin.php:1197
2049
  msgid "Off"
2050
  msgstr ""
2051
 
2052
+ #: ../admin/view/wp-slimstat-reports.php:1423
2053
  msgid "Oldest pageview"
2054
  msgstr ""
2055
 
2056
+ #: ../admin/view/wp-slimstat-reports.php:1424
2057
  msgid "No visits"
2058
  msgstr ""
2059
 
2060
+ #: ../admin/view/wp-slimstat-reports.php:1426 ../admin/wp-slimstat-admin.php:63
 
2061
  msgid "Geolocation"
2062
  msgstr ""
2063
 
2064
+ #: ../admin/view/wp-slimstat-reports.php:1428
2065
  msgid "Date when the MaxMind Geolocation database was last updated."
2066
  msgstr ""
2067
 
2068
+ #: ../admin/view/wp-slimstat-reports.php:1439
2069
+ #: ../admin/view/wp-slimstat-reports.php:1600
2070
  msgid ""
2071
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
2072
  "the tracking code is executed."
2073
  msgstr ""
2074
 
2075
+ #: ../admin/view/wp-slimstat-reports.php:1441
2076
  msgid "Days in Range"
2077
  msgstr ""
2078
 
2079
+ #: ../admin/view/wp-slimstat-reports.php:1444
2080
  msgid "Average Daily Pageviews"
2081
  msgstr ""
2082
 
2083
+ #: ../admin/view/wp-slimstat-reports.php:1446
2084
  msgid ""
2085
  "How many pages have been visited on average every day during the current "
2086
  "period."
2087
  msgstr ""
2088
 
2089
+ #: ../admin/view/wp-slimstat-reports.php:1448
2090
  msgid "From Search Results"
2091
  msgstr ""
2092
 
2093
+ #: ../admin/view/wp-slimstat-reports.php:1450
2094
  msgid ""
2095
  "Visitors who landed on your site after searching for a keyword on Google, "
2096
  "Yahoo, etc."
2097
  msgstr ""
2098
 
2099
+ #: ../admin/view/wp-slimstat-reports.php:1454
2100
  msgid ""
2101
  "Used to differentiate between multiple requests to download a file from one "
2102
  "internet address (IP) and requests originating from many distinct addresses"
2103
  msgstr ""
2104
 
2105
+ #: ../admin/view/wp-slimstat-reports.php:1456
2106
  msgid "Last 30 minutes"
2107
  msgstr ""
2108
 
2109
+ #: ../admin/view/wp-slimstat-reports.php:1498
2110
  msgid ""
2111
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
2112
  "multiple times if they perform multiple visits."
2113
  msgstr ""
2114
 
2115
+ #: ../admin/view/wp-slimstat-reports.php:1502
2116
  msgid "It includes only traffic generated by human visitors."
2117
  msgstr ""
2118
 
2119
+ #: ../admin/view/wp-slimstat-reports.php:1504
2120
  msgid "Bounce rate"
2121
  msgstr ""
2122
 
2123
+ #: ../admin/view/wp-slimstat-reports.php:1506
2124
  msgid ""
2125
  "Percentage of single-page visits, i.e. visits in which the person left your "
2126
  "site from the entrance page."
2127
  msgstr ""
2128
 
2129
+ #: ../admin/view/wp-slimstat-reports.php:1508
2130
  msgid "Known visitors"
2131
  msgstr ""
2132
 
2133
+ #: ../admin/view/wp-slimstat-reports.php:1510
2134
  msgid "Visitors who had previously left a comment on your blog."
2135
  msgstr ""
2136
 
2137
+ #: ../admin/view/wp-slimstat-reports.php:1512
2138
  msgid "New visitors"
2139
  msgstr ""
2140
 
2141
+ #: ../admin/view/wp-slimstat-reports.php:1514
2142
  msgid "Human users who visited your site only once."
2143
  msgstr ""
2144
 
2145
+ #: ../admin/view/wp-slimstat-reports.php:1516
2146
  msgid "Bots"
2147
  msgstr ""
2148
 
2149
+ #: ../admin/view/wp-slimstat-reports.php:1519
2150
  msgid "Pageviews per visit"
2151
  msgstr ""
2152
 
2153
+ #: ../admin/view/wp-slimstat-reports.php:1522
2154
  msgid "Longest visit"
2155
  msgstr ""
2156
 
2157
+ #: ../admin/view/wp-slimstat-reports.php:1523
2158
  msgid "hits"
2159
  msgstr ""
2160
 
2161
+ #: ../admin/view/wp-slimstat-reports.php:1534
2162
  msgid "0 - 30 seconds"
2163
  msgstr ""
2164
 
2165
+ #: ../admin/view/wp-slimstat-reports.php:1540
2166
  msgid "31 - 60 seconds"
2167
  msgstr ""
2168
 
2169
+ #: ../admin/view/wp-slimstat-reports.php:1546
2170
  msgid "1 - 3 minutes"
2171
  msgstr ""
2172
 
2173
+ #: ../admin/view/wp-slimstat-reports.php:1552
2174
  msgid "3 - 5 minutes"
2175
  msgstr ""
2176
 
2177
+ #: ../admin/view/wp-slimstat-reports.php:1558
2178
  msgid "5 - 7 minutes"
2179
  msgstr ""
2180
 
2181
+ #: ../admin/view/wp-slimstat-reports.php:1564
2182
  msgid "7 - 10 minutes"
2183
  msgstr ""
2184
 
2185
+ #: ../admin/view/wp-slimstat-reports.php:1570
2186
  msgid "More than 10 minutes"
2187
  msgstr ""
2188
 
2189
+ #: ../admin/view/wp-slimstat-reports.php:1582
2190
  msgid "Average visit duration"
2191
  msgstr ""
2192
 
2193
+ #: ../admin/view/wp-slimstat-reports.php:1602
2194
  msgid "Unique Referrers"
2195
  msgstr ""
2196
 
2197
+ #: ../admin/view/wp-slimstat-reports.php:1604
2198
  msgid ""
2199
  "A referrer (or referring site) is the site that a visitor previously visited "
2200
  "before following a link to your site."
2201
  msgstr ""
2202
 
2203
+ #: ../admin/view/wp-slimstat-reports.php:1606
2204
  msgid "Direct Pageviews"
2205
  msgstr ""
2206
 
2207
+ #: ../admin/view/wp-slimstat-reports.php:1608
2208
  msgid ""
2209
  "Visitors who visited the site by typing the URL directly into their browser. "
2210
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
2212
  "documents that don't include tracking variables."
2213
  msgstr ""
2214
 
2215
+ #: ../admin/view/wp-slimstat-reports.php:1610
2216
  msgid "From a search result"
2217
  msgstr ""
2218
 
2219
+ #: ../admin/view/wp-slimstat-reports.php:1612
2220
  msgid ""
2221
  "Visitors who came to your site via searches on Google or some other search "
2222
  "engine."
2223
  msgstr ""
2224
 
2225
+ #: ../admin/view/wp-slimstat-reports.php:1614
2226
  msgid "Unique Landing Pages"
2227
  msgstr ""
2228
 
2229
+ #: ../admin/view/wp-slimstat-reports.php:1616
2230
  msgid ""
2231
  "The first page that a user views during a session. This is also known as the "
2232
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
2234
  "a landing page."
2235
  msgstr ""
2236
 
2237
+ #: ../admin/view/wp-slimstat-reports.php:1618
2238
  msgid "Bounce Pages"
2239
  msgstr ""
2240
 
2241
+ #: ../admin/view/wp-slimstat-reports.php:1620
2242
  msgid "Number of single page visits to your site over the selected period."
2243
  msgstr ""
2244
 
2245
+ #: ../admin/view/wp-slimstat-reports.php:1622
2246
  msgid "New Visitors Rate"
2247
  msgstr ""
2248
 
2249
+ #: ../admin/view/wp-slimstat-reports.php:1624
2250
  msgid ""
2251
  "Percentage of single page visits, i.e. visits in which the person left your "
2252
  "site from the entrance page."
2253
  msgstr ""
2254
 
2255
+ #: ../admin/view/wp-slimstat-reports.php:1626
2256
  msgid "Currently from search engines"
2257
  msgstr ""
2258
 
2259
+ #: ../admin/view/wp-slimstat-reports.php:1628
2260
  msgid ""
2261
  "Visitors who visited the site in the last 5 minutes coming from a search "
2262
  "engine."
2263
  msgstr ""
2264
 
2265
+ #: ../admin/view/wp-slimstat-reports.php:1646
2266
  msgid "Backlinks"
2267
  msgstr ""
2268
 
2269
+ #: ../admin/view/wp-slimstat-reports.php:1647
2270
  msgid "Number of external equity links to your website."
2271
  msgstr ""
2272
 
2273
+ #: ../admin/view/wp-slimstat-reports.php:1651
2274
  msgid "MozRank"
2275
  msgstr ""
2276
 
2277
+ #: ../admin/view/wp-slimstat-reports.php:1652
2278
  msgid ""
2279
  "MozRank of the URL, in a normalized 10-point score. MozRank represents a "
2280
  "link popularity score. It reflects the importance of any given web page on "
2281
  "the Internet."
2282
  msgstr ""
2283
 
2284
+ #: ../admin/view/wp-slimstat-reports.php:1656
2285
  msgid "Equity Links"
2286
  msgstr ""
2287
 
2288
+ #: ../admin/view/wp-slimstat-reports.php:1657
2289
  msgid ""
2290
  "Number of authority-passing links (including followed links and redirects, "
2291
  "internal or external) to your website. Set the permalink filter here above "
2292
  "to get the corresponding metrics in this report."
2293
  msgstr ""
2294
 
2295
+ #: ../admin/view/wp-slimstat-reports.php:1661
2296
  msgid "Facebook Shares"
2297
  msgstr ""
2298
 
2299
+ #: ../admin/view/wp-slimstat-reports.php:1666
2300
  msgid "Facebook Clicks"
2301
  msgstr ""
2302
 
2303
+ #: ../admin/view/wp-slimstat-reports.php:1667
2304
  msgid "How many times links to your website have been clicked on Facebook."
2305
  msgstr ""
2306
 
2307
+ #: ../admin/view/wp-slimstat-reports.php:1671
2308
  msgid "Alexa World Rank"
2309
  msgstr ""
2310
 
2311
+ #: ../admin/view/wp-slimstat-reports.php:1672
2312
  msgid ""
2313
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
2314
  "traffic data."
2315
  msgstr ""
2316
 
2317
+ #: ../admin/view/wp-slimstat-reports.php:1676
2318
  msgid "Alexa Country Rank"
2319
  msgstr ""
2320
 
2321
+ #: ../admin/view/wp-slimstat-reports.php:1681
2322
  msgid "Alexa Popularity"
2323
  msgstr ""
2324
 
2325
+ #: ../admin/view/wp-slimstat-reports.php:1740
2326
  msgid "Alexa Delta"
2327
  msgstr ""
2328
 
2329
+ #: ../admin/view/wp-slimstat-reports.php:1774
2330
  msgid "Content Items"
2331
  msgstr ""
2332
 
2333
+ #: ../admin/view/wp-slimstat-reports.php:1776
2334
  msgid ""
2335
  "This value includes not only posts, but also custom post types, regardless "
2336
  "of their status"
2337
  msgstr ""
2338
 
2339
+ #: ../admin/view/wp-slimstat-reports.php:1778
2340
  msgid "Posts"
2341
  msgstr ""
2342
 
2343
+ #: ../admin/view/wp-slimstat-reports.php:1781
2344
  msgid "Pages"
2345
  msgstr ""
2346
 
2347
+ #: ../admin/view/wp-slimstat-reports.php:1784
2348
  msgid "Attachments"
2349
  msgstr ""
2350
 
2351
+ #: ../admin/view/wp-slimstat-reports.php:1787
2352
  msgid "Revisions"
2353
  msgstr ""
2354
 
2355
+ #: ../admin/view/wp-slimstat-reports.php:1790
2356
  msgid "Comments"
2357
  msgstr ""
2358
 
2359
+ #: ../admin/view/wp-slimstat-reports.php:1793
2360
  msgid "Avg Comments per Post"
2361
  msgstr ""
2362
 
2363
+ #: ../admin/view/wp-slimstat-reports.php:1796
2364
  msgid "Avg Server Latency"
2365
  msgstr ""
2366
 
2367
+ #: ../admin/view/wp-slimstat-reports.php:1798
2368
  msgid ""
2369
  "Latency is the amount of time it takes for the host server to receive and "
2370
  "process a request for a page object. The amount of latency depends largely "
2371
  "on how far away the user is from the server."
2372
  msgstr ""
2373
 
2374
+ #: ../admin/view/wp-slimstat-reports.php:1841
2375
  msgid "Coordinates"
2376
  msgstr ""
2377
 
2378
+ #: ../admin/view/wp-slimstat-reports.php:1841
2379
  msgid "Date"
2380
  msgstr ""
2381
 
2382
  # Unknown
2383
+ #: ../admin/view/wp-slimstat-reports.php:1857
2384
  msgid "c-xx"
2385
  msgstr "Unknown"
2386
 
2387
  # Afghanistan
2388
+ #: ../admin/view/wp-slimstat-reports.php:1857
2389
  msgid "c-af"
2390
  msgstr "Afghanistan"
2391
 
2392
  # Åland Islands
2393
+ #: ../admin/view/wp-slimstat-reports.php:1857
2394
  msgid "c-ax"
2395
  msgstr "Aland Islands"
2396
 
2397
  # Albania
2398
+ #: ../admin/view/wp-slimstat-reports.php:1857
2399
  msgid "c-al"
2400
  msgstr "Albania"
2401
 
2402
  # Algeria
2403
+ #: ../admin/view/wp-slimstat-reports.php:1857
2404
  msgid "c-dz"
2405
  msgstr "Algeria"
2406
 
2407
  # Andorra
2408
+ #: ../admin/view/wp-slimstat-reports.php:1857
2409
  msgid "c-ad"
2410
  msgstr "Andorra"
2411
 
2412
  # Angola
2413
+ #: ../admin/view/wp-slimstat-reports.php:1857
2414
  msgid "c-ao"
2415
  msgstr "Angola"
2416
 
2417
  # Anguilla
2418
+ #: ../admin/view/wp-slimstat-reports.php:1857
2419
  msgid "c-ai"
2420
  msgstr "Anguilla"
2421
 
2422
  # Antigua and Barbuda
2423
+ #: ../admin/view/wp-slimstat-reports.php:1857
2424
  msgid "c-ag"
2425
  msgstr "Antigua and Barbuda"
2426
 
2427
  # Argentina
2428
+ #: ../admin/view/wp-slimstat-reports.php:1857
2429
  msgid "c-ar"
2430
  msgstr "Argentina"
2431
 
2432
  # Armenia
2433
+ #: ../admin/view/wp-slimstat-reports.php:1857
2434
  msgid "c-am"
2435
  msgstr "Armenia"
2436
 
2437
  # Aruba
2438
+ #: ../admin/view/wp-slimstat-reports.php:1857
2439
  msgid "c-aw"
2440
  msgstr "Aruba"
2441
 
2442
  # Australia
2443
+ #: ../admin/view/wp-slimstat-reports.php:1857
2444
  msgid "c-au"
2445
  msgstr "Australia"
2446
 
2447
  # Austria
2448
+ #: ../admin/view/wp-slimstat-reports.php:1857
2449
  msgid "c-at"
2450
  msgstr "Austria"
2451
 
2452
  # Azerbaijan
2453
+ #: ../admin/view/wp-slimstat-reports.php:1857
2454
  msgid "c-az"
2455
  msgstr "Azerbaijan"
2456
 
2457
  # Bahamas
2458
+ #: ../admin/view/wp-slimstat-reports.php:1857
2459
  msgid "c-bs"
2460
  msgstr "Bahamas"
2461
 
2462
  # Bahrain
2463
+ #: ../admin/view/wp-slimstat-reports.php:1857
2464
  msgid "c-bh"
2465
  msgstr "Bahrain"
2466
 
2467
  # Bangladesh
2468
+ #: ../admin/view/wp-slimstat-reports.php:1857
2469
  msgid "c-bd"
2470
  msgstr "Bangladesh"
2471
 
2472
  # Barbados
2473
+ #: ../admin/view/wp-slimstat-reports.php:1857
2474
  msgid "c-bb"
2475
  msgstr "Barbados"
2476
 
2477
  # Belarus
2478
+ #: ../admin/view/wp-slimstat-reports.php:1857
2479
  msgid "c-by"
2480
  msgstr "Belarus"
2481
 
2482
  # Belgium
2483
+ #: ../admin/view/wp-slimstat-reports.php:1857
2484
  msgid "c-be"
2485
  msgstr "Belgium"
2486
 
2487
  # Belize
2488
+ #: ../admin/view/wp-slimstat-reports.php:1857
2489
  msgid "c-bz"
2490
  msgstr "Belize"
2491
 
2492
  # Benin
2493
+ #: ../admin/view/wp-slimstat-reports.php:1857
2494
  msgid "c-bj"
2495
  msgstr "Benin"
2496
 
2497
  # Bermuda
2498
+ #: ../admin/view/wp-slimstat-reports.php:1857
2499
  msgid "c-bm"
2500
  msgstr "Bermuda"
2501
 
2502
  # Bhutan
2503
+ #: ../admin/view/wp-slimstat-reports.php:1857
2504
  msgid "c-bt"
2505
  msgstr "Bhutan"
2506
 
2507
  # Bolivia
2508
+ #: ../admin/view/wp-slimstat-reports.php:1857
2509
  msgid "c-bo"
2510
  msgstr "Bolivia"
2511
 
2512
  # Bosnia and Herzegovina
2513
+ #: ../admin/view/wp-slimstat-reports.php:1857
2514
  msgid "c-ba"
2515
  msgstr "Bosnia and Herzegovina"
2516
 
2517
  # Botswana
2518
+ #: ../admin/view/wp-slimstat-reports.php:1857
2519
  msgid "c-bw"
2520
  msgstr "Botswana"
2521
 
2522
  # Brazil
2523
+ #: ../admin/view/wp-slimstat-reports.php:1857
2524
  msgid "c-br"
2525
  msgstr "Brazil"
2526
 
2527
  # Brunei Darussalam
2528
+ #: ../admin/view/wp-slimstat-reports.php:1857
2529
  msgid "c-bn"
2530
  msgstr "Brunei Darussalam"
2531
 
2532
  # Bulgaria
2533
+ #: ../admin/view/wp-slimstat-reports.php:1857
2534
  msgid "c-bg"
2535
  msgstr "Bulgaria"
2536
 
2537
  # Burkina Faso
2538
+ #: ../admin/view/wp-slimstat-reports.php:1857
2539
  msgid "c-bf"
2540
  msgstr "Burkina Faso"
2541
 
2542
  # Burundi
2543
+ #: ../admin/view/wp-slimstat-reports.php:1857
2544
  msgid "c-bi"
2545
  msgstr "Burundi"
2546
 
2547
  # Cambodia
2548
+ #: ../admin/view/wp-slimstat-reports.php:1857
2549
  msgid "c-kh"
2550
  msgstr "Cambodia"
2551
 
2552
  # Cameroon
2553
+ #: ../admin/view/wp-slimstat-reports.php:1857
2554
  msgid "c-cm"
2555
  msgstr "Cameroon"
2556
 
2557
  # Canada
2558
+ #: ../admin/view/wp-slimstat-reports.php:1857
2559
  msgid "c-ca"
2560
  msgstr "Canada"
2561
 
2562
  # Cape Verde
2563
+ #: ../admin/view/wp-slimstat-reports.php:1857
2564
  msgid "c-cv"
2565
  msgstr "Cape Verde"
2566
 
2567
  # Cayman Islands
2568
+ #: ../admin/view/wp-slimstat-reports.php:1857
2569
  msgid "c-ky"
2570
  msgstr "Cayman Islands"
2571
 
2572
  # Central African Republic
2573
+ #: ../admin/view/wp-slimstat-reports.php:1857
2574
  msgid "c-cf"
2575
  msgstr "Central African Republic"
2576
 
2577
  # Chad
2578
+ #: ../admin/view/wp-slimstat-reports.php:1857
2579
  msgid "c-td"
2580
  msgstr "Chad"
2581
 
2582
  # Chile
2583
+ #: ../admin/view/wp-slimstat-reports.php:1857
2584
  msgid "c-cl"
2585
  msgstr "Chile"
2586
 
2587
  # China
2588
+ #: ../admin/view/wp-slimstat-reports.php:1857
2589
  msgid "c-cn"
2590
  msgstr "China"
2591
 
2592
  # Colombia
2593
+ #: ../admin/view/wp-slimstat-reports.php:1857
2594
  msgid "c-co"
2595
  msgstr "Colombia"
2596
 
2597
  # Comoros
2598
+ #: ../admin/view/wp-slimstat-reports.php:1857
2599
  msgid "c-km"
2600
  msgstr "Comoros"
2601
 
2602
  # Congo
2603
+ #: ../admin/view/wp-slimstat-reports.php:1857
2604
  msgid "c-cg"
2605
  msgstr "Congo"
2606
 
2607
  # The Democratic Republic of the Congo
2608
+ #: ../admin/view/wp-slimstat-reports.php:1857
2609
  msgid "c-cd"
2610
  msgstr "The Democratic Republic of the Congo"
2611
 
2612
  # Costa Rica
2613
+ #: ../admin/view/wp-slimstat-reports.php:1857
2614
  msgid "c-cr"
2615
  msgstr "Costa Rica"
2616
 
2617
  # Côte d'Ivoire
2618
+ #: ../admin/view/wp-slimstat-reports.php:1857
2619
  msgid "c-ci"
2620
  msgstr "Côte d'Ivoire"
2621
 
2622
  # Croatia
2623
+ #: ../admin/view/wp-slimstat-reports.php:1857
2624
  msgid "c-hr"
2625
  msgstr "Croatia"
2626
 
2627
  # Cuba
2628
+ #: ../admin/view/wp-slimstat-reports.php:1857
2629
  msgid "c-cu"
2630
  msgstr "Cuba"
2631
 
2632
  # Cyprus
2633
+ #: ../admin/view/wp-slimstat-reports.php:1857
2634
  msgid "c-cy"
2635
  msgstr "Cyprus"
2636
 
2637
  # Czech Republic
2638
+ #: ../admin/view/wp-slimstat-reports.php:1857
2639
  msgid "c-cz"
2640
  msgstr "Czech Republic"
2641
 
2642
  # Denmark
2643
+ #: ../admin/view/wp-slimstat-reports.php:1857
2644
  msgid "c-dk"
2645
  msgstr "Denmark"
2646
 
2647
  # Djibouti
2648
+ #: ../admin/view/wp-slimstat-reports.php:1857
2649
  msgid "c-dj"
2650
  msgstr "Djibouti"
2651
 
2652
  # Dominica
2653
+ #: ../admin/view/wp-slimstat-reports.php:1857
2654
  msgid "c-dm"
2655
  msgstr "Dominica"
2656
 
2657
  # Dominican Republic
2658
+ #: ../admin/view/wp-slimstat-reports.php:1857
2659
  msgid "c-do"
2660
  msgstr "Dominican Republic"
2661
 
2662
  # Ecuador
2663
+ #: ../admin/view/wp-slimstat-reports.php:1857
2664
  msgid "c-ec"
2665
  msgstr "Ecuador"
2666
 
2667
  # Egypt
2668
+ #: ../admin/view/wp-slimstat-reports.php:1857
2669
  msgid "c-eg"
2670
  msgstr "Egypt"
2671
 
2672
  # El Salvador
2673
+ #: ../admin/view/wp-slimstat-reports.php:1857
2674
  msgid "c-sv"
2675
  msgstr "El Salvador"
2676
 
2677
  # Equatorial Guinea
2678
+ #: ../admin/view/wp-slimstat-reports.php:1857
2679
  msgid "c-gq"
2680
  msgstr "Equatorial Guinea"
2681
 
2682
  # Eritrea
2683
+ #: ../admin/view/wp-slimstat-reports.php:1857
2684
  msgid "c-er"
2685
  msgstr "Eritrea"
2686
 
2687
  # Estonia
2688
+ #: ../admin/view/wp-slimstat-reports.php:1857
2689
  msgid "c-ee"
2690
  msgstr "Estonia"
2691
 
2692
  # Ethiopia
2693
+ #: ../admin/view/wp-slimstat-reports.php:1857
2694
  msgid "c-et"
2695
  msgstr "Ethiopia"
2696
 
2697
  # Faroe Islands
2698
+ #: ../admin/view/wp-slimstat-reports.php:1857
2699
  msgid "c-fo"
2700
  msgstr "Faroe Islands"
2701
 
2702
  # Falkland Islands (Malvinas)
2703
+ #: ../admin/view/wp-slimstat-reports.php:1857
2704
  msgid "c-fk"
2705
  msgstr "Falkland Islands (Malvinas)"
2706
 
2707
  # Fiji
2708
+ #: ../admin/view/wp-slimstat-reports.php:1857
2709
  msgid "c-fj"
2710
  msgstr "Fiji"
2711
 
2712
  # Finland
2713
+ #: ../admin/view/wp-slimstat-reports.php:1857
2714
  msgid "c-fi"
2715
  msgstr "Finland"
2716
 
2717
  # France
2718
+ #: ../admin/view/wp-slimstat-reports.php:1857
2719
  msgid "c-fr"
2720
  msgstr "France"
2721
 
2722
  # French Guiana
2723
+ #: ../admin/view/wp-slimstat-reports.php:1857
2724
  msgid "c-gf"
2725
  msgstr "French Guiana"
2726
 
2727
  # Gabon
2728
+ #: ../admin/view/wp-slimstat-reports.php:1857
2729
  msgid "c-ga"
2730
  msgstr "Gabon"
2731
 
2732
  # Gambia
2733
+ #: ../admin/view/wp-slimstat-reports.php:1857
2734
  msgid "c-gm"
2735
  msgstr "Gambia"
2736
 
2737
  # Georgia
2738
+ #: ../admin/view/wp-slimstat-reports.php:1857
2739
  msgid "c-ge"
2740
  msgstr "Georgia"
2741
 
2742
  # Germany
2743
+ #: ../admin/view/wp-slimstat-reports.php:1857
2744
  msgid "c-de"
2745
  msgstr "Germany"
2746
 
2747
  # Ghana
2748
+ #: ../admin/view/wp-slimstat-reports.php:1857
2749
  msgid "c-gh"
2750
  msgstr "Ghana"
2751
 
2752
  # Greece
2753
+ #: ../admin/view/wp-slimstat-reports.php:1857
2754
  msgid "c-gr"
2755
  msgstr "Greece"
2756
 
2757
  # Greenland
2758
+ #: ../admin/view/wp-slimstat-reports.php:1857
2759
  msgid "c-gl"
2760
  msgstr "Greenland"
2761
 
2762
  # Grenada
2763
+ #: ../admin/view/wp-slimstat-reports.php:1857
2764
  msgid "c-gd"
2765
  msgstr "Grenada"
2766
 
2767
  # Guadeloupe
2768
+ #: ../admin/view/wp-slimstat-reports.php:1857
2769
  msgid "c-gp"
2770
  msgstr "Guadeloupe"
2771
 
2772
  # Guatemala
2773
+ #: ../admin/view/wp-slimstat-reports.php:1857
2774
  msgid "c-gt"
2775
  msgstr "Guatemala"
2776
 
2777
  # Guinea
2778
+ #: ../admin/view/wp-slimstat-reports.php:1857
2779
  msgid "c-gn"
2780
  msgstr "Guinea"
2781
 
2782
  # Guinea-Bissau
2783
+ #: ../admin/view/wp-slimstat-reports.php:1857
2784
  msgid "c-gw"
2785
  msgstr "Guinea-Bissau"
2786
 
2787
  # Guyana
2788
+ #: ../admin/view/wp-slimstat-reports.php:1857
2789
  msgid "c-gy"
2790
  msgstr "Guyana"
2791
 
2792
  # Haiti
2793
+ #: ../admin/view/wp-slimstat-reports.php:1857
2794
  msgid "c-ht"
2795
  msgstr "Haiti"
2796
 
2797
  # Honduras
2798
+ #: ../admin/view/wp-slimstat-reports.php:1857
2799
  msgid "c-hn"
2800
  msgstr "Honduras"
2801
 
2802
  # Hong Kong
2803
+ #: ../admin/view/wp-slimstat-reports.php:1857
2804
  msgid "c-hk"
2805
  msgstr "Hong Kong"
2806
 
2807
  # Hungary
2808
+ #: ../admin/view/wp-slimstat-reports.php:1857
2809
  msgid "c-hu"
2810
  msgstr "Hungary"
2811
 
2812
  # Iceland
2813
+ #: ../admin/view/wp-slimstat-reports.php:1857
2814
  msgid "c-is"
2815
  msgstr "Iceland"
2816
 
2817
  # India
2818
+ #: ../admin/view/wp-slimstat-reports.php:1857
2819
  msgid "c-in"
2820
  msgstr "India"
2821
 
2822
  # Indonesia
2823
+ #: ../admin/view/wp-slimstat-reports.php:1857
2824
  msgid "c-id"
2825
  msgstr "Indonesia"
2826
 
2827
  # Islamic Republic of Iran
2828
+ #: ../admin/view/wp-slimstat-reports.php:1857
2829
  msgid "c-ir"
2830
  msgstr "Islamic Republic of Iran"
2831
 
2832
  # Iraq
2833
+ #: ../admin/view/wp-slimstat-reports.php:1857
2834
  msgid "c-iq"
2835
  msgstr "Iraq"
2836
 
2837
  # Ireland
2838
+ #: ../admin/view/wp-slimstat-reports.php:1857
2839
  msgid "c-ie"
2840
  msgstr "Ireland"
2841
 
2842
  # Israel
2843
+ #: ../admin/view/wp-slimstat-reports.php:1857
2844
  msgid "c-il"
2845
  msgstr "Israel"
2846
 
2847
  # Italy
2848
+ #: ../admin/view/wp-slimstat-reports.php:1857
2849
  msgid "c-it"
2850
  msgstr "Italy"
2851
 
2852
  # Jamaica
2853
+ #: ../admin/view/wp-slimstat-reports.php:1857
2854
  msgid "c-jm"
2855
  msgstr "Jamaica"
2856
 
2857
  # Japan
2858
+ #: ../admin/view/wp-slimstat-reports.php:1857
2859
  msgid "c-jp"
2860
  msgstr "Japan"
2861
 
2862
  # Jordan
2863
+ #: ../admin/view/wp-slimstat-reports.php:1857
2864
  msgid "c-jo"
2865
  msgstr "Jordan"
2866
 
2867
  # Kazakhstan
2868
+ #: ../admin/view/wp-slimstat-reports.php:1857
2869
  msgid "c-kz"
2870
  msgstr "Kazakhstan"
2871
 
2872
  # Kenya
2873
+ #: ../admin/view/wp-slimstat-reports.php:1857
2874
  msgid "c-ke"
2875
  msgstr "Kenya"
2876
 
2877
  # Nauru
2878
+ #: ../admin/view/wp-slimstat-reports.php:1857
2879
  msgid "c-nr"
2880
  msgstr "Nauru"
2881
 
2882
  # Democratic People's Republic of Korea
2883
+ #: ../admin/view/wp-slimstat-reports.php:1857
2884
  msgid "c-kp"
2885
  msgstr "Democratic People's Republic of Korea"
2886
 
2887
  # Republic of Korea
2888
+ #: ../admin/view/wp-slimstat-reports.php:1857
2889
  msgid "c-kr"
2890
  msgstr "Republic of Korea"
2891
 
2892
+ #: ../admin/view/wp-slimstat-reports.php:1857
2893
  msgid "c-kv"
2894
  msgstr "Kosovo"
2895
 
2896
  # Kuwait
2897
+ #: ../admin/view/wp-slimstat-reports.php:1857
2898
  msgid "c-kw"
2899
  msgstr "Kuwait"
2900
 
2901
  # Kyrgyzstan
2902
+ #: ../admin/view/wp-slimstat-reports.php:1857
2903
  msgid "c-kg"
2904
  msgstr "Kyrgyzstan"
2905
 
2906
  # Lao People's Democratic Republic
2907
+ #: ../admin/view/wp-slimstat-reports.php:1857
2908
  msgid "c-la"
2909
  msgstr "Lao People's Democratic Republic"
2910
 
2911
  # Latvia
2912
+ #: ../admin/view/wp-slimstat-reports.php:1857
2913
  msgid "c-lv"
2914
  msgstr "Latvia"
2915
 
2916
  # Lebanon
2917
+ #: ../admin/view/wp-slimstat-reports.php:1857
2918
  msgid "c-lb"
2919
  msgstr "Lebanon"
2920
 
2921
  # Lesotho
2922
+ #: ../admin/view/wp-slimstat-reports.php:1857
2923
  msgid "c-ls"
2924
  msgstr "Lesotho"
2925
 
2926
  # Liberia
2927
+ #: ../admin/view/wp-slimstat-reports.php:1857
2928
  msgid "c-lr"
2929
  msgstr "Liberia"
2930
 
2931
  # Libyan Arab Jamahiriya
2932
+ #: ../admin/view/wp-slimstat-reports.php:1857
2933
  msgid "c-ly"
2934
  msgstr "Libyan Arab Jamahiriya"
2935
 
2936
  # Liechtenstein
2937
+ #: ../admin/view/wp-slimstat-reports.php:1857
2938
  msgid "c-li"
2939
  msgstr "Liechtenstein"
2940
 
2941
  # Lithuania
2942
+ #: ../admin/view/wp-slimstat-reports.php:1857
2943
  msgid "c-lt"
2944
  msgstr "Lithuania"
2945
 
2946
  # Luxembourg
2947
+ #: ../admin/view/wp-slimstat-reports.php:1857
2948
  msgid "c-lu"
2949
  msgstr "Luxembourg"
2950
 
2951
  # The Former Yugoslav Republic of Macedonia
2952
+ #: ../admin/view/wp-slimstat-reports.php:1857
2953
  msgid "c-mk"
2954
  msgstr "The Former Yugoslav Republic of Macedonia"
2955
 
2956
  # Madagascar
2957
+ #: ../admin/view/wp-slimstat-reports.php:1857
2958
  msgid "c-mg"
2959
  msgstr "Madagascar"
2960
 
2961
  # Malawi
2962
+ #: ../admin/view/wp-slimstat-reports.php:1857
2963
  msgid "c-mw"
2964
  msgstr "Malawi"
2965
 
2966
  # Malaysia
2967
+ #: ../admin/view/wp-slimstat-reports.php:1857
2968
  msgid "c-my"
2969
  msgstr "Malaysia"
2970
 
2971
  # Mali
2972
+ #: ../admin/view/wp-slimstat-reports.php:1857
2973
  msgid "c-ml"
2974
  msgstr "Mali"
2975
 
2976
  # Malta
2977
+ #: ../admin/view/wp-slimstat-reports.php:1857
2978
  msgid "c-mt"
2979
  msgstr "Malta"
2980
 
2981
  # Martinique
2982
+ #: ../admin/view/wp-slimstat-reports.php:1857
2983
  msgid "c-mq"
2984
  msgstr "Martinique"
2985
 
2986
  # Mauritania
2987
+ #: ../admin/view/wp-slimstat-reports.php:1857
2988
  msgid "c-mr"
2989
  msgstr "Mauritania"
2990
 
2991
  # Mauritius
2992
+ #: ../admin/view/wp-slimstat-reports.php:1857
2993
  msgid "c-mu"
2994
  msgstr "Mauritius"
2995
 
2996
  # Mexico
2997
+ #: ../admin/view/wp-slimstat-reports.php:1857
2998
  msgid "c-mx"
2999
  msgstr "Mexico"
3000
 
3001
  # Moldova
3002
+ #: ../admin/view/wp-slimstat-reports.php:1857
3003
  msgid "c-md"
3004
  msgstr "Moldova"
3005
 
3006
  # Mongolia
3007
+ #: ../admin/view/wp-slimstat-reports.php:1857
3008
  msgid "c-mn"
3009
  msgstr "Mongolia"
3010
 
3011
  # Montenegro
3012
+ #: ../admin/view/wp-slimstat-reports.php:1857
3013
  msgid "c-me"
3014
  msgstr "Montenegro"
3015
 
3016
  # Montserrat
3017
+ #: ../admin/view/wp-slimstat-reports.php:1857
3018
  msgid "c-ms"
3019
  msgstr "Montserrat"
3020
 
3021
  # Morocco
3022
+ #: ../admin/view/wp-slimstat-reports.php:1857
3023
  msgid "c-ma"
3024
  msgstr "Morocco"
3025
 
3026
  # Mozambique
3027
+ #: ../admin/view/wp-slimstat-reports.php:1857
3028
  msgid "c-mz"
3029
  msgstr "Mozambique"
3030
 
3031
  # Myanmar
3032
+ #: ../admin/view/wp-slimstat-reports.php:1857
3033
  msgid "c-mm"
3034
  msgstr "Myanmar"
3035
 
3036
  # Namibia
3037
+ #: ../admin/view/wp-slimstat-reports.php:1857
3038
  msgid "c-na"
3039
  msgstr "Namibia"
3040
 
3041
  # Nepal
3042
+ #: ../admin/view/wp-slimstat-reports.php:1857
3043
  msgid "c-np"
3044
  msgstr "Nepal"
3045
 
3046
  # Netherlands
3047
+ #: ../admin/view/wp-slimstat-reports.php:1857
3048
  msgid "c-nl"
3049
  msgstr "Netherlands"
3050
 
3051
  # New Caledonia
3052
+ #: ../admin/view/wp-slimstat-reports.php:1857
3053
  msgid "c-nc"
3054
  msgstr "New Caledonia"
3055
 
3056
  # New Zealand
3057
+ #: ../admin/view/wp-slimstat-reports.php:1857
3058
  msgid "c-nz"
3059
  msgstr "New Zealand"
3060
 
3061
  # Nicaragua
3062
+ #: ../admin/view/wp-slimstat-reports.php:1857
3063
  msgid "c-ni"
3064
  msgstr "Nicaragua"
3065
 
3066
  # Niger
3067
+ #: ../admin/view/wp-slimstat-reports.php:1857
3068
  msgid "c-ne"
3069
  msgstr "Niger"
3070
 
3071
  # Nigeria
3072
+ #: ../admin/view/wp-slimstat-reports.php:1857
3073
  msgid "c-ng"
3074
  msgstr "Nigeria"
3075
 
3076
  # Norway
3077
+ #: ../admin/view/wp-slimstat-reports.php:1857
3078
  msgid "c-no"
3079
  msgstr "Norway"
3080
 
3081
  # Oman
3082
+ #: ../admin/view/wp-slimstat-reports.php:1857
3083
  msgid "c-om"
3084
  msgstr "Oman"
3085
 
3086
  # Pakistan
3087
+ #: ../admin/view/wp-slimstat-reports.php:1857
3088
  msgid "c-pk"
3089
  msgstr "Pakistan"
3090
 
3091
  # Palau
3092
+ #: ../admin/view/wp-slimstat-reports.php:1857
3093
  msgid "c-pw"
3094
  msgstr "Palau"
3095
 
3096
  # Occupied Palestinian Territory
3097
+ #: ../admin/view/wp-slimstat-reports.php:1857
3098
  msgid "c-ps"
3099
  msgstr "Occupied Palestinian Territory"
3100
 
3101
  # Panama
3102
+ #: ../admin/view/wp-slimstat-reports.php:1857
3103
  msgid "c-pa"
3104
  msgstr "Panama"
3105
 
3106
  # Papua New Guinea
3107
+ #: ../admin/view/wp-slimstat-reports.php:1857
3108
  msgid "c-pg"
3109
  msgstr "Papua New Guinea"
3110
 
3111
  # Paraguay
3112
+ #: ../admin/view/wp-slimstat-reports.php:1857
3113
  msgid "c-py"
3114
  msgstr "Paraguay"
3115
 
3116
  # Peru
3117
+ #: ../admin/view/wp-slimstat-reports.php:1857
3118
  msgid "c-pe"
3119
  msgstr "Peru"
3120
 
3121
  # Philippines
3122
+ #: ../admin/view/wp-slimstat-reports.php:1857
3123
  msgid "c-ph"
3124
  msgstr "Philippines"
3125
 
3126
  # Poland
3127
+ #: ../admin/view/wp-slimstat-reports.php:1857
3128
  msgid "c-pl"
3129
  msgstr "Poland"
3130
 
3131
  # Portugal
3132
+ #: ../admin/view/wp-slimstat-reports.php:1857
3133
  msgid "c-pt"
3134
  msgstr "Portugal"
3135
 
3136
  # Puerto Rico
3137
+ #: ../admin/view/wp-slimstat-reports.php:1857
3138
  msgid "c-pr"
3139
  msgstr "Puerto Rico"
3140
 
3141
  # Qatar
3142
+ #: ../admin/view/wp-slimstat-reports.php:1857
3143
  msgid "c-qa"
3144
  msgstr "Qatar"
3145
 
3146
  # Réunion
3147
+ #: ../admin/view/wp-slimstat-reports.php:1857
3148
  msgid "c-re"
3149
  msgstr "Réunion"
3150
 
3151
  # Romania
3152
+ #: ../admin/view/wp-slimstat-reports.php:1857
3153
  msgid "c-ro"
3154
  msgstr "Romania"
3155
 
3156
  # Russian Federation
3157
+ #: ../admin/view/wp-slimstat-reports.php:1857
3158
  msgid "c-ru"
3159
  msgstr "Russian Federation"
3160
 
3161
  # Rwanda
3162
+ #: ../admin/view/wp-slimstat-reports.php:1857
3163
  msgid "c-rw"
3164
  msgstr "Rwanda"
3165
 
3166
  # Saint Kitts and Nevis
3167
+ #: ../admin/view/wp-slimstat-reports.php:1857
3168
  msgid "c-kn"
3169
  msgstr "Saint Kitts and Nevis"
3170
 
3171
  # Saint Lucia
3172
+ #: ../admin/view/wp-slimstat-reports.php:1857
3173
  msgid "c-lc"
3174
  msgstr "Saint Lucia"
3175
 
3176
  # Saint Martin
3177
+ #: ../admin/view/wp-slimstat-reports.php:1857
3178
  msgid "c-mf"
3179
  msgstr "Saint Martin"
3180
 
3181
  # Saint Vincent and the Grenadines
3182
+ #: ../admin/view/wp-slimstat-reports.php:1857
3183
  msgid "c-vc"
3184
  msgstr "Saint Vincent and the Grenadines"
3185
 
3186
  # Samoa
3187
+ #: ../admin/view/wp-slimstat-reports.php:1857
3188
  msgid "c-ws"
3189
  msgstr "Samoa"
3190
 
3191
  # Sao Tome and Principe
3192
+ #: ../admin/view/wp-slimstat-reports.php:1857
3193
  msgid "c-st"
3194
  msgstr "Sao Tome and Principe"
3195
 
3196
  # Saudi Arabia
3197
+ #: ../admin/view/wp-slimstat-reports.php:1857
3198
  msgid "c-sa"
3199
  msgstr "Saudi Arabia"
3200
 
3201
  # Senegal
3202
+ #: ../admin/view/wp-slimstat-reports.php:1857
3203
  msgid "c-sn"
3204
  msgstr "Senegal"
3205
 
3206
  # Serbia
3207
+ #: ../admin/view/wp-slimstat-reports.php:1857
3208
  msgid "c-rs"
3209
  msgstr "Serbia"
3210
 
3211
  # Sierra Leone
3212
+ #: ../admin/view/wp-slimstat-reports.php:1857
3213
  msgid "c-sl"
3214
  msgstr "Sierra Leone"
3215
 
3216
  # Singapore
3217
+ #: ../admin/view/wp-slimstat-reports.php:1857
3218
  msgid "c-sg"
3219
  msgstr "Singapore"
3220
 
3221
  # Slovakia
3222
+ #: ../admin/view/wp-slimstat-reports.php:1857
3223
  msgid "c-sk"
3224
  msgstr "Slovakia"
3225
 
3226
  # Slovenia
3227
+ #: ../admin/view/wp-slimstat-reports.php:1857
3228
  msgid "c-si"
3229
  msgstr "Slovenia"
3230
 
3231
  # Solomon Islands
3232
+ #: ../admin/view/wp-slimstat-reports.php:1857
3233
  msgid "c-sb"
3234
  msgstr "Solomon Islands"
3235
 
3236
  # Somalia
3237
+ #: ../admin/view/wp-slimstat-reports.php:1857
3238
  msgid "c-so"
3239
  msgstr "Somalia"
3240
 
3241
  # South Africa
3242
+ #: ../admin/view/wp-slimstat-reports.php:1857
3243
  msgid "c-za"
3244
  msgstr "South Africa"
3245
 
3246
  # South Georgia and the South Sandwich Islands
3247
+ #: ../admin/view/wp-slimstat-reports.php:1857
3248
  msgid "c-gs"
3249
  msgstr "South Georgia and the South Sandwich Islands"
3250
 
3251
  # Spain
3252
+ #: ../admin/view/wp-slimstat-reports.php:1857
3253
  msgid "c-es"
3254
  msgstr "Spain"
3255
 
3256
  # Sri Lanka
3257
+ #: ../admin/view/wp-slimstat-reports.php:1857
3258
  msgid "c-lk"
3259
  msgstr "Sri Lanka"
3260
 
3261
+ #: ../admin/view/wp-slimstat-reports.php:1857
3262
  msgid "c-sc"
3263
  msgstr "Seychelles"
3264
 
3265
  # Sudan
3266
+ #: ../admin/view/wp-slimstat-reports.php:1857
3267
  msgid "c-sd"
3268
  msgstr "Sudan"
3269
 
3270
+ #: ../admin/view/wp-slimstat-reports.php:1857
3271
  msgid "c-ss"
3272
  msgstr "South Sudan"
3273
 
3274
  # Suriname
3275
+ #: ../admin/view/wp-slimstat-reports.php:1857
3276
  msgid "c-sr"
3277
  msgstr "Suriname"
3278
 
3279
  # Svalbard and Jan Mayen
3280
+ #: ../admin/view/wp-slimstat-reports.php:1857
3281
  msgid "c-sj"
3282
  msgstr "Svalbard and Jan Mayen"
3283
 
3284
  # Swaziland
3285
+ #: ../admin/view/wp-slimstat-reports.php:1857
3286
  msgid "c-sz"
3287
  msgstr "Swaziland"
3288
 
3289
  # Sweden
3290
+ #: ../admin/view/wp-slimstat-reports.php:1857
3291
  msgid "c-se"
3292
  msgstr "Sweden"
3293
 
3294
  # Switzerland
3295
+ #: ../admin/view/wp-slimstat-reports.php:1857
3296
  msgid "c-ch"
3297
  msgstr "Switzerland"
3298
 
3299
  # Syrian Arab Republic
3300
+ #: ../admin/view/wp-slimstat-reports.php:1857
3301
  msgid "c-sy"
3302
  msgstr "Syrian Arab Republic"
3303
 
3304
  # Taiwan, Province of China
3305
+ #: ../admin/view/wp-slimstat-reports.php:1857
3306
  msgid "c-tw"
3307
  msgstr "Taiwan"
3308
 
3309
  # Tajikistan
3310
+ #: ../admin/view/wp-slimstat-reports.php:1857
3311
  msgid "c-tj"
3312
  msgstr "Tajikistan"
3313
 
3314
  # United Republic of Tanzania
3315
+ #: ../admin/view/wp-slimstat-reports.php:1857
3316
  msgid "c-tz"
3317
  msgstr "United Republic of Tanzania"
3318
 
3319
  # Thailand
3320
+ #: ../admin/view/wp-slimstat-reports.php:1857
3321
  msgid "c-th"
3322
  msgstr "Thailand"
3323
 
3324
  # Timor-Leste
3325
+ #: ../admin/view/wp-slimstat-reports.php:1857
3326
  msgid "c-tl"
3327
  msgstr "Timor-Leste"
3328
 
3329
  # Togo
3330
+ #: ../admin/view/wp-slimstat-reports.php:1857
3331
  msgid "c-tg"
3332
  msgstr "Togo"
3333
 
3334
  # Tonga
3335
+ #: ../admin/view/wp-slimstat-reports.php:1857
3336
  msgid "c-to"
3337
  msgstr "Tonga"
3338
 
3339
  # Trinidad and Tobago
3340
+ #: ../admin/view/wp-slimstat-reports.php:1857
3341
  msgid "c-tt"
3342
  msgstr "Trinidad and Tobago"
3343
 
3344
  # Tunisia
3345
+ #: ../admin/view/wp-slimstat-reports.php:1857
3346
  msgid "c-tn"
3347
  msgstr "Tunisia"
3348
 
3349
  # Turkey
3350
+ #: ../admin/view/wp-slimstat-reports.php:1857
3351
  msgid "c-tr"
3352
  msgstr "Turkey"
3353
 
3354
  # Turkmenistan
3355
+ #: ../admin/view/wp-slimstat-reports.php:1857
3356
  msgid "c-tm"
3357
  msgstr "Turkmenistan"
3358
 
3359
  # Turks and Caicos Islands
3360
+ #: ../admin/view/wp-slimstat-reports.php:1857
3361
  msgid "c-tc"
3362
  msgstr "Turks and Caicos Islands"
3363
 
3364
  # Uganda
3365
+ #: ../admin/view/wp-slimstat-reports.php:1857
3366
  msgid "c-ug"
3367
  msgstr "Uganda"
3368
 
3369
  # Ukraine
3370
+ #: ../admin/view/wp-slimstat-reports.php:1857
3371
  msgid "c-ua"
3372
  msgstr "Ukraine"
3373
 
3374
  # United Arab Emirates
3375
+ #: ../admin/view/wp-slimstat-reports.php:1857
3376
  msgid "c-ae"
3377
  msgstr "United Arab Emirates"
3378
 
3379
  # United Kingdom
3380
+ #: ../admin/view/wp-slimstat-reports.php:1857
3381
  msgid "c-gb"
3382
  msgstr "United Kingdom"
3383
 
3384
  # United States
3385
+ #: ../admin/view/wp-slimstat-reports.php:1857
3386
  msgid "c-us"
3387
  msgstr "United States"
3388
 
3389
  # Uruguay
3390
+ #: ../admin/view/wp-slimstat-reports.php:1857
3391
  msgid "c-uy"
3392
  msgstr "Uruguay"
3393
 
3394
  # Uzbekistan
3395
+ #: ../admin/view/wp-slimstat-reports.php:1857
3396
  msgid "c-uz"
3397
  msgstr "Uzbekistan"
3398
 
3399
  # Vanuatu
3400
+ #: ../admin/view/wp-slimstat-reports.php:1857
3401
  msgid "c-vu"
3402
  msgstr "Vanuatu"
3403
 
3404
  # Venezuela
3405
+ #: ../admin/view/wp-slimstat-reports.php:1857
3406
  msgid "c-ve"
3407
  msgstr "Venezuela"
3408
 
3409
  # Viet Nam
3410
+ #: ../admin/view/wp-slimstat-reports.php:1857
3411
  msgid "c-vn"
3412
  msgstr "Viet Nam"
3413
 
3414
  # British Virgin Islands
3415
+ #: ../admin/view/wp-slimstat-reports.php:1857
3416
  msgid "c-vg"
3417
  msgstr "British Virgin Islands"
3418
 
3419
  # U.S. Virgin Islands
3420
+ #: ../admin/view/wp-slimstat-reports.php:1857
3421
  msgid "c-vi"
3422
  msgstr "U.S. Virgin Islands"
3423
 
3424
  # Western Sahara
3425
+ #: ../admin/view/wp-slimstat-reports.php:1857
3426
  msgid "c-eh"
3427
  msgstr "Western Sahara"
3428
 
3429
  # Yemen
3430
+ #: ../admin/view/wp-slimstat-reports.php:1857
3431
  msgid "c-ye"
3432
  msgstr "Yemen"
3433
 
3434
  # Zambia
3435
+ #: ../admin/view/wp-slimstat-reports.php:1857
3436
  msgid "c-zm"
3437
  msgstr "Zambia"
3438
 
3439
  # Zimbabwe
3440
+ #: ../admin/view/wp-slimstat-reports.php:1857
3441
  msgid "c-zw"
3442
  msgstr "Zimbabwe"
3443
 
3444
  # Guernsey
3445
+ #: ../admin/view/wp-slimstat-reports.php:1857
3446
  msgid "c-gg"
3447
  msgstr "Guernsey"
3448
 
3449
  # Jersey
3450
+ #: ../admin/view/wp-slimstat-reports.php:1857
3451
  msgid "c-je"
3452
  msgstr "Jersey"
3453
 
3454
  # Isle of Man
3455
+ #: ../admin/view/wp-slimstat-reports.php:1857
3456
  msgid "c-im"
3457
  msgstr "Isle of Man"
3458
 
3459
  # Maldives
3460
+ #: ../admin/view/wp-slimstat-reports.php:1857
3461
  msgid "c-mv"
3462
  msgstr "Maldives"
3463
 
3464
+ #: ../admin/view/wp-slimstat-reports.php:1858
3465
  msgid "c-eu"
3466
  msgstr "Europe"
3467
 
3468
+ #: ../admin/view/wp-slimstat-reports.php:1935
3469
  msgid "src"
3470
  msgstr ""
3471
 
3472
+ #: ../admin/view/wp-slimstat-reports.php:1939
3473
  msgid "serp"
3474
  msgstr ""
3475
 
3476
+ #: ../admin/view/wp-slimstat-reports.php:1947
3477
  msgid "Go to the referring page"
3478
  msgstr ""
3479
 
3480
+ #: ../admin/view/wp-slimstat-reports.php:1969
3481
  msgid "Remove filter for"
3482
  msgstr ""
3483
 
3484
+ #: ../admin/view/wp-slimstat-reports.php:1973
3485
  msgid "Save"
3486
  msgstr ""
3487
 
3488
+ #: ../admin/view/wp-slimstat-reports.php:1976
3489
  msgid "Reset All"
3490
  msgstr ""
3491
 
3492
+ #: ../admin/view/wp-slimstat-reports.php:1980
3493
  msgid "Current filters:"
3494
  msgstr ""
3495
 
3496
+ #: ../admin/wp-slimstat-admin.php:39
 
 
 
 
3497
  msgid "Overview"
3498
  msgstr ""
3499
 
3500
+ #: ../admin/wp-slimstat-admin.php:45
3501
  msgid "Audience"
3502
  msgstr ""
3503
 
3504
+ #: ../admin/wp-slimstat-admin.php:51
3505
  msgid "Site Analysis"
3506
  msgstr ""
3507
 
3508
+ #: ../admin/wp-slimstat-admin.php:69
3509
  msgid "Customize"
3510
  msgstr ""
3511
 
3512
+ #: ../admin/wp-slimstat-admin.php:81
3513
  msgid "WordPress Dashboard"
3514
  msgstr ""
3515
 
3516
+ #: ../admin/wp-slimstat-admin.php:87
3517
  msgid "Inactive Reports"
3518
  msgstr ""
3519
 
3520
+ #: ../admin/wp-slimstat-admin.php:452
3521
  msgid ""
3522
  "Slimstat attempted to upgrade your database structure, but the procedure "
3523
  "might not have been completed (temporary tables were detected in your "
3530
  "to contact our support team if you have any questions."
3531
  msgstr ""
3532
 
3533
+ #: ../admin/wp-slimstat-admin.php:780
3534
  msgid "SlimStat"
3535
  msgstr ""
3536
 
3537
+ #: ../admin/wp-slimstat-admin.php:843
3538
  msgid "Slimstat"
3539
  msgstr ""
3540
 
3541
+ #: ../admin/wp-slimstat-admin.php:933
3542
  msgid "Pageviews in the last "
3543
  msgstr ""
3544
 
3545
+ #: ../admin/wp-slimstat-admin.php:936
3546
  msgid "Unique IPs in the last "
3547
  msgstr ""
3548
 
3549
+ #: ../admin/wp-slimstat-admin.php:970
3550
  #, php-format
3551
  msgid ""
3552
  " And for keeping an eye on your web traffic with %sSlimStat Analytics%s."
3553
  msgstr ""
3554
 
3555
+ #: ../admin/wp-slimstat-admin.php:995
3556
  msgid "Show on screen"
3557
  msgstr ""
3558
 
3559
+ #: ../admin/wp-slimstat-admin.php:1104
3560
  msgid "Already saved"
3561
  msgstr ""
3562
 
3563
+ #: ../admin/wp-slimstat-admin.php:1112
3564
  msgid "Saved"
3565
  msgstr ""
3566
 
3567
+ #: ../admin/wp-slimstat-admin.php:1132
3568
  msgid "Delete this filter"
3569
  msgstr ""
3570
 
3571
+ #: ../admin/wp-slimstat-admin.php:1196
3572
  msgid "On"
3573
  msgstr ""
3574
 
3575
+ #: ../admin/wp-slimstat-admin.php:1264
3576
  msgid "Save Changes"
3577
  msgstr ""
3578
 
3579
+ #: ../admin/wp-slimstat-admin.php:1313
3580
  msgid "There was an error updating the following options:"
3581
  msgstr ""
3582
 
3583
+ #: ../admin/wp-slimstat-admin.php:1316
3584
  msgid "Your changes have been saved."
3585
  msgstr ""
3586
 
3587
+ #: ../admin/wp-slimstat-admin.php:1334
3588
  msgid "Definitions"
3589
  msgstr ""
3590
 
3591
+ #: ../admin/wp-slimstat-admin.php:1337
3592
  msgid "Pageview"
3593
  msgstr ""
3594
 
3595
+ #: ../admin/wp-slimstat-admin.php:1337
3596
  msgid ""
3597
  "A request to load a single HTML file (\"page\"). This should be contrasted "
3598
  "with a \"hit\", which refers to a request for any file from a web server. "
3599
  "Slimstat logs a pageview each time the tracking code is executed"
3600
  msgstr ""
3601
 
3602
+ #: ../admin/wp-slimstat-admin.php:1338
3603
  msgid "(Human) Visit"
3604
  msgstr ""
3605
 
3606
+ #: ../admin/wp-slimstat-admin.php:1338
3607
  msgid ""
3608
  "A period of interaction between a visitor's browser and your website, ending "
3609
  "when the browser is closed or when the user has been inactive on that site "
3610
  "for 30 minutes"
3611
  msgstr ""
3612
 
3613
+ #: ../admin/wp-slimstat-admin.php:1339
3614
  msgid ""
3615
  "Any user who has left a comment on your blog, and is thus identified by "
3616
  "Wordpress as a returning visitor"
3617
  msgstr ""
3618
 
3619
+ #: ../admin/wp-slimstat-admin.php:1340
3620
  msgid "Unique IP"
3621
  msgstr ""
3622
 
3623
+ #: ../admin/wp-slimstat-admin.php:1340
3624
  msgid ""
3625
  "Used to differentiate between multiple requests to download a file from one "
3626
  "internet address (IP) and requests originating from many distinct addresses; "
3628
  "from, it is useful, but not perfect"
3629
  msgstr ""
3630
 
3631
+ #: ../admin/wp-slimstat-admin.php:1341
3632
  msgid ""
3633
  "the originating IP address of a client connecting to a web server through an "
3634
  "HTTP proxy or load balancer"
3635
  msgstr ""
3636
 
3637
+ #: ../admin/wp-slimstat-admin.php:1342
3638
  msgid "Direct Traffic"
3639
  msgstr ""
3640
 
3641
+ #: ../admin/wp-slimstat-admin.php:1342
3642
  msgid ""
3643
  "All those people showing up to your Web site by typing in the URL of your "
3644
  "Web site coming or from a bookmark; some people also call this \"default "
3645
  "traffic\" or \"ambient traffic\""
3646
  msgstr ""
3647
 
3648
+ #: ../admin/wp-slimstat-admin.php:1343
3649
  msgid "Search Engine"
3650
  msgstr ""
3651
 
3652
+ #: ../admin/wp-slimstat-admin.php:1343
3653
  msgid ""
3654
  "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
3655
  "as well as your paid (PPC/SEM) traffic, so be aware of that"
3656
  msgstr ""
3657
 
3658
+ #: ../admin/wp-slimstat-admin.php:1344 ../admin/wp-slimstat-admin.php:1360
3659
  msgid "Keywords used by your visitors to find your website on a search engine"
3660
  msgstr ""
3661
 
3662
+ #: ../admin/wp-slimstat-admin.php:1345
3663
  msgid "SERP"
3664
  msgstr ""
3665
 
3666
+ #: ../admin/wp-slimstat-admin.php:1345
3667
  msgid ""
3668
  "Short for search engine results page, the Web page that a search engine "
3669
  "returns with the results of its search. The value shown represents your rank "
3670
  "(or position) within that list of results"
3671
  msgstr ""
3672
 
3673
+ #: ../admin/wp-slimstat-admin.php:1346
3674
  msgid ""
3675
  "Any program used for accessing a website; this includes browsers, robots, "
3676
  "spiders and any other program that was used to retrieve information from the "
3677
  "site"
3678
  msgstr ""
3679
 
3680
+ #: ../admin/wp-slimstat-admin.php:1347
3681
  msgid ""
3682
  "A link from one domain to another is said to be outbound from its source "
3683
  "anchor and inbound to its target. This report lists all the links to other "
3684
  "websites followed by your visitors."
3685
  msgstr ""
3686
 
3687
+ #: ../admin/wp-slimstat-admin.php:1354
3688
  msgid "Basic Filters"
3689
  msgstr ""
3690
 
3691
+ #: ../admin/wp-slimstat-admin.php:1357
3692
  msgid "User agent (Firefox, Chrome, ...)"
3693
  msgstr ""
3694
 
3695
+ #: ../admin/wp-slimstat-admin.php:1358
3696
  msgid "2-letter code (us, ru, de, it, ...)"
3697
  msgstr ""
3698
 
3699
+ #: ../admin/wp-slimstat-admin.php:1359
3700
  msgid "IP"
3701
  msgstr ""
3702
 
3703
+ #: ../admin/wp-slimstat-admin.php:1359
3704
  msgid "Visitor's public IP address"
3705
  msgstr ""
3706
 
3707
+ #: ../admin/wp-slimstat-admin.php:1361
3708
  msgid ""
3709
  "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
3710
  "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
3711
  "column) for more information"
3712
  msgstr ""
3713
 
3714
+ #: ../admin/wp-slimstat-admin.php:1362
3715
  msgid ""
3716
  "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
3717
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
3718
  "manual page</a> for more information"
3719
  msgstr ""
3720
 
3721
+ #: ../admin/wp-slimstat-admin.php:1363
3722
  msgid "URL accessed on your site"
3723
  msgstr ""
3724
 
3725
+ #: ../admin/wp-slimstat-admin.php:1364
3726
  msgid "Complete address of the referrer page"
3727
  msgstr ""
3728
 
3729
+ #: ../admin/wp-slimstat-admin.php:1365
3730
  msgid "Visitor's Name"
3731
  msgstr ""
3732
 
3733
+ #: ../admin/wp-slimstat-admin.php:1365
3734
  msgid ""
3735
  "Visitors' names according to the cookie set by Wordpress after they leave a "
3736
  "comment"
3737
  msgstr ""
3738
 
3739
+ #: ../admin/wp-slimstat-admin.php:1373
3740
  msgid "Advanced Filters"
3741
  msgstr ""
3742
 
3743
+ #: ../admin/wp-slimstat-admin.php:1376
3744
  msgid "user agent version (9.0, 11, ...)"
3745
  msgstr ""
3746
 
3747
+ #: ../admin/wp-slimstat-admin.php:1377
3748
  msgid ""
3749
  "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
3750
  "all others"
3751
  msgstr ""
3752
 
3753
+ #: ../admin/wp-slimstat-admin.php:1378
3754
  msgid "Pageview Attributes"
3755
  msgstr ""
3756
 
3757
+ #: ../admin/wp-slimstat-admin.php:1378
3758
  msgid ""
3759
  "this field is set to <em>[pre]</em> if the resource has been accessed "
3760
  "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
3761
  "Link_prefetching_FAQ\">Link Prefetching</a> or similar techniques"
3762
  msgstr ""
3763
 
3764
+ #: ../admin/wp-slimstat-admin.php:1379
3765
  msgid "author associated to that post/page when the resource was accessed"
3766
  msgstr ""
3767
 
3768
+ #: ../admin/wp-slimstat-admin.php:1380
3769
  msgid "ID of the category/term associated to the resource, when available"
3770
  msgstr ""
3771
 
3772
+ #: ../admin/wp-slimstat-admin.php:1381
3773
  msgid "visitor's originating IP address, if available"
3774
  msgstr ""
3775
 
3776
+ #: ../admin/wp-slimstat-admin.php:1382
3777
  msgid ""
3778
  "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
3779
  "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
3782
  "information"
3783
  msgstr ""
3784
 
3785
+ #: ../admin/wp-slimstat-admin.php:1383
3786
  msgid "Screen Resolution"
3787
  msgstr ""
3788
 
3789
+ #: ../admin/wp-slimstat-admin.php:1383
3790
  msgid "viewport width and height (1024x768, 800x600, ...)"
3791
  msgstr ""
3792
 
3793
+ #: ../admin/wp-slimstat-admin.php:1384
3794
  msgid ""
3795
  "generally used in conjunction with <em>is not empty</em>, identifies human "
3796
  "visitors"
3797
  msgstr ""
3798
 
3799
+ #: ../admin/wp-slimstat-admin.php:1385
3800
  msgid "Date Filters"
3801
  msgstr ""
3802
 
3803
+ #: ../admin/wp-slimstat-admin.php:1385
3804
  msgid ""
3805
  "you can specify the timeframe by entering a number in the <em>interval</em> "
3806
  "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
3807
  "year=blank, interval=-1 will set a year-to-date filter)"
3808
  msgstr ""
3809
 
3810
+ #: ../admin/wp-slimstat-admin.php:1386
3811
  msgid "SERP Position"
3812
  msgstr ""
3813
 
3814
+ #: ../admin/wp-slimstat-admin.php:1386
3815
  msgid ""
3816
  "set the filter to Referer contains cd=N&, where N is the position you are "
3817
  "looking for"
3818
  msgstr ""
3819
 
3820
+ #: ../browscap/browser.php:54
3821
+ msgid ""
3822
+ "This library requires at least PHP 5.5. Please ask your service provider to "
3823
+ "upgrade your server accordingly."
3824
+ msgstr ""
3825
+
3826
+ #: ../browscap/browser.php:58
3827
+ msgid "No updates are performed during AJAX requests."
3828
+ msgstr ""
3829
+
3830
+ #: ../browscap/browser.php:62
3831
+ msgid ""
3832
+ "Please set your <code>FS_METHOD</code> variable to \"direct\" in your wp-"
3833
+ "config.php file, or contact our support to obtain a copy of our Browscap "
3834
+ "Library."
3835
+ msgstr ""
3836
+
3837
+ #: ../browscap/browser.php:103
3838
+ msgid ""
3839
+ "The Browscap Library could not be opened on your filesystem. Please check "
3840
+ "your server permissions and try again."
3841
+ msgstr ""
3842
+
3843
+ #: ../browscap/browser.php:119
3844
+ msgid ""
3845
+ "There was an error checking the remote library version. Please try again "
3846
+ "later."
3847
+ msgstr ""
3848
+
3849
+ #: ../browscap/browser.php:126
3850
+ msgid "Your version of the library does not need to be updated."
3851
+ msgstr ""
3852
+
3853
+ #: ../browscap/browser.php:137
3854
+ msgid ""
3855
+ "There was an error saving the Browscap data file on your server. Please "
3856
+ "check your folder permissions."
3857
+ msgstr ""
3858
+
3859
+ #: ../browscap/browser.php:144
3860
+ msgid ""
3861
+ "There was an error downloading the Browscap data file from our server. "
3862
+ "Please try again later."
3863
+ msgstr ""
3864
+
3865
+ #: ../browscap/browser.php:153
3866
+ msgid ""
3867
+ "Could not initialize the WP Filesystem API. Please check your folder "
3868
+ "permissions and PHP configuration."
3869
+ msgstr ""
3870
+
3871
+ #: ../browscap/browser.php:169
3872
+ msgid ""
3873
+ "There was an error uncompressing the Browscap data file on your server. "
3874
+ "Please check your folder permissions and PHP configuration."
3875
+ msgstr ""
3876
+
3877
+ #: ../browscap/browser.php:177
3878
+ msgid "The Browscap data file has been installed on your server."
3879
+ msgstr ""
3880
+
3881
  #: ../languages/dynamic_strings.php:3
3882
  msgid "xx"
3883
  msgstr "Unknown"
4220
  msgstr "QuickTime"
4221
 
4222
  #: ../languages/dynamic_strings.php:93
4223
+ msgid "pdfviewer"
4224
+ msgstr "PDF Viewer"
4225
+
4226
+ #: ../languages/dynamic_strings.php:94
4227
  msgid "real"
4228
  msgstr "Real Player"
4229
 
4230
+ #: ../languages/dynamic_strings.php:95
4231
  msgid "silverlight"
4232
  msgstr "Microsoft Silverlight"
4233
 
4234
+ #: ../languages/dynamic_strings.php:98
4235
  msgid "p-and"
4236
  msgstr "Android"
4237
 
4238
+ #: ../languages/dynamic_strings.php:99
4239
  msgid "p-bla"
4240
  msgstr "BlackBerry"
4241
 
4242
+ #: ../languages/dynamic_strings.php:100
4243
  msgid "p-chr"
4244
  msgstr "Chrome OS"
4245
 
4246
+ #: ../languages/dynamic_strings.php:101
4247
  msgid "p-fir"
4248
  msgstr "Fire OS"
4249
 
4250
+ #: ../languages/dynamic_strings.php:102
4251
  msgid "p-fre"
4252
  msgstr "Linux FreeBSD"
4253
 
4254
+ #: ../languages/dynamic_strings.php:103
4255
  msgid "p-ios"
4256
  msgstr "Apple iOS"
4257
 
4258
+ #: ../languages/dynamic_strings.php:104
4259
  msgid "p-jav"
4260
  msgstr "Java-based OS"
4261
 
4262
+ #: ../languages/dynamic_strings.php:105
4263
  msgid "p-lin"
4264
  msgstr "Linux"
4265
 
4266
+ #: ../languages/dynamic_strings.php:106
4267
  msgid "p-mac"
4268
  msgstr "Apple"
4269
 
4270
+ #: ../languages/dynamic_strings.php:107
4271
  msgid "p-rim"
4272
  msgstr "Blackberry RIM"
4273
 
4274
+ #: ../languages/dynamic_strings.php:108
4275
  msgid "p-sym"
4276
  msgstr "Symbian OS"
4277
 
4278
+ #: ../languages/dynamic_strings.php:109
4279
  msgid "p-ubu"
4280
  msgstr "Linux Ubuntu"
4281
 
4282
+ #: ../languages/dynamic_strings.php:110
4283
  msgid "p-unk"
4284
  msgstr "Unknown"
4285
 
4286
+ #: ../languages/dynamic_strings.php:111
4287
  msgid "p-win"
4288
  msgstr "Microsoft"
4289
 
4290
  # Afrikaans
4291
+ #: ../languages/dynamic_strings.php:114
4292
  msgid "l-af"
4293
  msgstr "Afrikaans"
4294
 
4295
  # Afrikaans
4296
+ #: ../languages/dynamic_strings.php:115
4297
  msgid "l-af-za"
4298
  msgstr "Afrikaans (South Africa)"
4299
 
4300
  # Arabic
4301
+ #: ../languages/dynamic_strings.php:116
4302
  msgid "l-ar"
4303
  msgstr "Arabic"
4304
 
4305
  # Arabic
4306
+ #: ../languages/dynamic_strings.php:117
4307
  msgid "l-ar-ae"
4308
  msgstr "Arabic (U.A.E.)"
4309
 
4310
  # Arabic
4311
+ #: ../languages/dynamic_strings.php:118
4312
  msgid "l-ar-bh"
4313
  msgstr "Arabic (Bahrain)"
4314
 
4315
  # Arabic
4316
+ #: ../languages/dynamic_strings.php:119
4317
  msgid "l-ar-dz"
4318
  msgstr "Arabic (Algeria)"
4319
 
4320
  # Arabic
4321
+ #: ../languages/dynamic_strings.php:120
4322
  msgid "l-ar-eg"
4323
  msgstr "Arabic (Egypt)"
4324
 
4325
  # Arabic
4326
+ #: ../languages/dynamic_strings.php:121
4327
  msgid "l-ar-iq"
4328
  msgstr "Arabic (Iraq)"
4329
 
4330
  # Arabic
4331
+ #: ../languages/dynamic_strings.php:122
4332
  msgid "l-ar-jo"
4333
  msgstr "Arabic (Jordan)"
4334
 
4335
  # Arabic
4336
+ #: ../languages/dynamic_strings.php:123
4337
  msgid "l-ar-kw"
4338
  msgstr "Arabic (Kuwait)"
4339
 
4340
  # Arabic
4341
+ #: ../languages/dynamic_strings.php:124
4342
  msgid "l-ar-lb"
4343
  msgstr "Arabic (Lebanon)"
4344
 
4345
  # Arabic
4346
+ #: ../languages/dynamic_strings.php:125
4347
  msgid "l-ar-ly"
4348
  msgstr "Arabic (Libya)"
4349
 
4350
  # Arabic
4351
+ #: ../languages/dynamic_strings.php:126
4352
  msgid "l-ar-ma"
4353
  msgstr "Arabic (Morocco)"
4354
 
4355
  # Arabic
4356
+ #: ../languages/dynamic_strings.php:127
4357
  msgid "l-ar-om"
4358
  msgstr "Arabic (Oman)"
4359
 
4360
  # Arabic
4361
+ #: ../languages/dynamic_strings.php:128
4362
  msgid "l-ar-qa"
4363
  msgstr "Arabic (Qatar)"
4364
 
4365
  # Arabic
4366
+ #: ../languages/dynamic_strings.php:129
4367
  msgid "l-ar-sa"
4368
  msgstr "Arabic (Saudi Arabia)"
4369
 
4370
  # Arabic
4371
+ #: ../languages/dynamic_strings.php:130
4372
  msgid "l-ar-sy"
4373
  msgstr "Arabic (Syria)"
4374
 
4375
  # Arabic
4376
+ #: ../languages/dynamic_strings.php:131
4377
  msgid "l-ar-tn"
4378
  msgstr "Arabic (Tunisia)"
4379
 
4380
  # Arabic
4381
+ #: ../languages/dynamic_strings.php:132
4382
  msgid "l-ar-ye"
4383
  msgstr "Arabic (Yemen)"
4384
 
4385
  # Azerbaijani
4386
+ #: ../languages/dynamic_strings.php:133
4387
  msgid "l-az"
4388
  msgstr "Azerbaijani"
4389
 
4390
  # Azerbaijani
4391
+ #: ../languages/dynamic_strings.php:134
4392
  msgid "l-az-az"
4393
  msgstr "Azeri (Latin)"
4394
 
4395
  # Belarusian
4396
+ #: ../languages/dynamic_strings.php:135
4397
  msgid "l-be"
4398
  msgstr "Belarusian"
4399
 
4400
  # Belarusian
4401
+ #: ../languages/dynamic_strings.php:136
4402
  msgid "l-be-by"
4403
  msgstr "Belarusian (Belarus)"
4404
 
4405
  # Bulgarian
4406
+ #: ../languages/dynamic_strings.php:137
4407
  msgid "l-bg"
4408
  msgstr "Bulgarian"
4409
 
4410
  # Bulgarian
4411
+ #: ../languages/dynamic_strings.php:138
4412
  msgid "l-bg-bg"
4413
  msgstr "Bulgarian (Bulgaria)"
4414
 
4415
  # Bosnian
4416
+ #: ../languages/dynamic_strings.php:139
4417
  msgid "l-bs-ba"
4418
  msgstr "Bosnian"
4419
 
4420
  # Catalan; Valencian
4421
+ #: ../languages/dynamic_strings.php:140
4422
  msgid "l-ca"
4423
  msgstr "Catalan"
4424
 
4425
  # Catalan; Valencian
4426
+ #: ../languages/dynamic_strings.php:141
4427
  msgid "l-ca-es"
4428
  msgstr "Catalan; Valencian"
4429
 
4430
  # Czech
4431
+ #: ../languages/dynamic_strings.php:142
4432
  msgid "l-cs"
4433
  msgstr "Czech"
4434
 
4435
  # Czech
4436
+ #: ../languages/dynamic_strings.php:143
4437
  msgid "l-cs-cz"
4438
  msgstr "Czech (Czech Republic)"
4439
 
4440
  # Welsh
4441
+ #: ../languages/dynamic_strings.php:144
4442
  msgid "l-cy"
4443
  msgstr "Welsh"
4444
 
4445
  # Welsh
4446
+ #: ../languages/dynamic_strings.php:145
4447
  msgid "l-cy-gb"
4448
  msgstr "Welsh (UK)"
4449
 
4450
  # Danish
4451
+ #: ../languages/dynamic_strings.php:146
4452
  msgid "l-da"
4453
  msgstr "Danish"
4454
 
4455
  # Danish
4456
+ #: ../languages/dynamic_strings.php:147
4457
  msgid "l-da-dk"
4458
  msgstr "Danish (Denmark)"
4459
 
4460
  # German
4461
+ #: ../languages/dynamic_strings.php:148
4462
  msgid "l-de"
4463
  msgstr "German"
4464
 
4465
  # German
4466
+ #: ../languages/dynamic_strings.php:149
4467
  msgid "l-de-at"
4468
  msgstr "German (Austria)"
4469
 
4470
  # German
4471
+ #: ../languages/dynamic_strings.php:150
4472
  msgid "l-de-ch"
4473
  msgstr "German (Switzerland)"
4474
 
4475
  # German
4476
+ #: ../languages/dynamic_strings.php:151
4477
  msgid "l-de-de"
4478
  msgstr "German (Germany)"
4479
 
4480
  # German
4481
+ #: ../languages/dynamic_strings.php:152
4482
  msgid "l-de-li"
4483
  msgstr "German (Liechtenstein)"
4484
 
4485
  # German
4486
+ #: ../languages/dynamic_strings.php:153
4487
  msgid "l-de-lu"
4488
  msgstr "German (Luxembourg)"
4489
 
4490
  # Dhivehi; Divehi; Maldivian
4491
+ #: ../languages/dynamic_strings.php:154
4492
  msgid "l-dv"
4493
  msgstr "Dhivehi; Divehi; Maldivian"
4494
 
4495
  # Dhivehi; Divehi; Maldivian
4496
+ #: ../languages/dynamic_strings.php:155
4497
  msgid "l-dv-mv"
4498
  msgstr "Maldivian"
4499
 
4500
  # Modern Greek (1453-)
4501
+ #: ../languages/dynamic_strings.php:156
4502
  msgid "l-el"
4503
  msgstr "Greek"
4504
 
4505
  # Modern Greek (1453-)
4506
+ #: ../languages/dynamic_strings.php:157
4507
  msgid "l-el-gr"
4508
  msgstr "Greek (Greece)"
4509
 
4510
  # English
4511
+ #: ../languages/dynamic_strings.php:158
4512
  msgid "l-en"
4513
  msgstr "English"
4514
 
4515
  # English
4516
+ #: ../languages/dynamic_strings.php:159
4517
  msgid "l-en-au"
4518
  msgstr "English (Australia)"
4519
 
4520
  # English
4521
+ #: ../languages/dynamic_strings.php:160
4522
  msgid "l-en-bz"
4523
  msgstr "English (Belize)"
4524
 
4525
  # English
4526
+ #: ../languages/dynamic_strings.php:161
4527
  msgid "l-en-ca"
4528
  msgstr "English (Canada)"
4529
 
4530
  # English
4531
+ #: ../languages/dynamic_strings.php:162
4532
  msgid "l-en-cb"
4533
  msgstr "English (Caribbean)"
4534
 
4535
  # English
4536
+ #: ../languages/dynamic_strings.php:163
4537
  msgid "l-en-gb"
4538
  msgstr "English (Great Britain)"
4539
 
4540
  # English
4541
+ #: ../languages/dynamic_strings.php:164
4542
  msgid "l-en-ie"
4543
  msgstr "English (Ireland)"
4544
 
4545
  # English
4546
+ #: ../languages/dynamic_strings.php:165
4547
  msgid "l-en-jm"
4548
  msgstr "English (Jamaica)"
4549
 
4550
  # English
4551
+ #: ../languages/dynamic_strings.php:166
4552
  msgid "l-en-nz"
4553
  msgstr "English (New Zealand)"
4554
 
4555
  # English
4556
+ #: ../languages/dynamic_strings.php:167
4557
  msgid "l-en-ph"
4558
  msgstr "English (Philippines)"
4559
 
4560
  # English
4561
+ #: ../languages/dynamic_strings.php:168
4562
  msgid "l-en-tt"
4563
  msgstr "English (Trinidad and Tobago)"
4564
 
4565
  # English
4566
+ #: ../languages/dynamic_strings.php:169
4567
  msgid "l-en-us"
4568
  msgstr "English (USA)"
4569
 
4570
  # English
4571
+ #: ../languages/dynamic_strings.php:170
4572
  msgid "l-en-za"
4573
  msgstr "English (South Africa)"
4574
 
4575
  # English
4576
+ #: ../languages/dynamic_strings.php:171
4577
  msgid "l-en-zw"
4578
  msgstr "English (Zimbabwe)"
4579
 
4580
  # Esperanto
4581
+ #: ../languages/dynamic_strings.php:172
4582
  msgid "l-eo"
4583
  msgstr "Esperanto"
4584
 
4585
  # Spanish; Castilian
4586
+ #: ../languages/dynamic_strings.php:173
4587
  msgid "l-es"
4588
  msgstr "Spanish"
4589
 
4590
  # Spanish; Castilian
4591
+ #: ../languages/dynamic_strings.php:174
4592
  msgid "l-es-ar"
4593
  msgstr "Spanish (Argentina)"
4594
 
4595
  # Spanish; Castilian
4596
+ #: ../languages/dynamic_strings.php:175
4597
  msgid "l-es-bo"
4598
  msgstr "Spanish (Bolivia)"
4599
 
4600
  # Spanish; Castilian
4601
+ #: ../languages/dynamic_strings.php:176
4602
  msgid "l-es-cl"
4603
  msgstr "Spanish (Chile)"
4604
 
4605
  # Spanish; Castilian
4606
+ #: ../languages/dynamic_strings.php:177
4607
  msgid "l-es-co"
4608
  msgstr "Spanish (Colombia)"
4609
 
4610
  # Spanish; Castilian
4611
+ #: ../languages/dynamic_strings.php:178
4612
  msgid "l-es-cr"
4613
  msgstr "Spanish (Costa Rica)"
4614
 
4615
  # Spanish; Castilian
4616
+ #: ../languages/dynamic_strings.php:179
4617
  msgid "l-es-do"
4618
  msgstr "Spanish (Dominican Republic)"
4619
 
4620
  # Spanish; Castilian
4621
+ #: ../languages/dynamic_strings.php:180
4622
  msgid "l-es-ec"
4623
  msgstr "Spanish (Ecuador)"
4624
 
4625
  # Spanish; Castilian
4626
+ #: ../languages/dynamic_strings.php:181
4627
  msgid "l-es-es"
4628
  msgstr "Spanish (Spain)"
4629
 
4630
  # Spanish; Castilian
4631
+ #: ../languages/dynamic_strings.php:182
4632
  msgid "l-es-gt"
4633
  msgstr "Spanish (Guatemala)"
4634
 
4635
  # Spanish; Castilian
4636
+ #: ../languages/dynamic_strings.php:183
4637
  msgid "l-es-hn"
4638
  msgstr "Spanish (Honduras)"
4639
 
4640
  # Spanish; Castilian
4641
+ #: ../languages/dynamic_strings.php:184
4642
  msgid "l-es-mx"
4643
  msgstr "Spanish (Mexico)"
4644
 
4645
  # Spanish; Castilian
4646
+ #: ../languages/dynamic_strings.php:185
4647
  msgid "l-es-ni"
4648
  msgstr "Spanish (Nicaragua)"
4649
 
4650
  # Spanish; Castilian
4651
+ #: ../languages/dynamic_strings.php:186
4652
  msgid "l-es-pa"
4653
  msgstr "Spanish (Panama)"
4654
 
4655
  # Spanish; Castilian
4656
+ #: ../languages/dynamic_strings.php:187
4657
  msgid "l-es-pe"
4658
  msgstr "Spanish (Peru)"
4659
 
4660
  # Spanish; Castilian
4661
+ #: ../languages/dynamic_strings.php:188
4662
  msgid "l-es-pr"
4663
  msgstr "Spanish (Puerto Rico)"
4664
 
4665
  # Spanish; Castilian
4666
+ #: ../languages/dynamic_strings.php:189
4667
  msgid "l-es-py"
4668
  msgstr "Spanish (Paraguay)"
4669
 
4670
  # Spanish; Castilian
4671
+ #: ../languages/dynamic_strings.php:190
4672
  msgid "l-es-sv"
4673
  msgstr "Spanish (El Salvador)"
4674
 
4675
  # Spanish; Castilian
4676
+ #: ../languages/dynamic_strings.php:191
4677
  msgid "l-es-uy"
4678
  msgstr "Spanish (Uruguay)"
4679
 
4680
  # Spanish; Castilian
4681
+ #: ../languages/dynamic_strings.php:192
4682
  msgid "l-es-ve"
4683
  msgstr "Spanish (Venezuela)"
4684
 
4685
  # Estonian
4686
+ #: ../languages/dynamic_strings.php:193
4687
  msgid "l-et"
4688
  msgstr "Estonian"
4689
 
4690
  # Estonian
4691
+ #: ../languages/dynamic_strings.php:194
4692
  msgid "l-et-ee"
4693
  msgstr "Estonian (Estonia)"
4694
 
4695
  # Basque
4696
+ #: ../languages/dynamic_strings.php:195
4697
  msgid "l-eu"
4698
  msgstr "Basque"
4699
 
4700
  # Basque
4701
+ #: ../languages/dynamic_strings.php:196
4702
  msgid "l-eu-es"
4703
  msgstr "Basque (Spain)"
4704
 
4705
  # Persian
4706
+ #: ../languages/dynamic_strings.php:197
4707
  msgid "l-fa"
4708
  msgstr "Persian"
4709
 
4710
  # Persian
4711
+ #: ../languages/dynamic_strings.php:198
4712
  msgid "l-fa-ir"
4713
  msgstr "Persian (Iran)"
4714
 
4715
  # Finnish
4716
+ #: ../languages/dynamic_strings.php:199
4717
  msgid "l-fi"
4718
  msgstr "Finnish"
4719
 
4720
  # Finnish
4721
+ #: ../languages/dynamic_strings.php:200
4722
  msgid "l-fi-fi"
4723
  msgstr "Finnish (Finland)"
4724
 
4725
  # Faroese
4726
+ #: ../languages/dynamic_strings.php:201
4727
  msgid "l-fo"
4728
  msgstr "Faroese"
4729
 
4730
  # Faroese
4731
+ #: ../languages/dynamic_strings.php:202
4732
  msgid "l-fo-fo"
4733
  msgstr "Faroese (Faroe Islands)"
4734
 
4735
  # French
4736
+ #: ../languages/dynamic_strings.php:203
4737
  msgid "l-fr"
4738
  msgstr "French"
4739
 
4740
  # French
4741
+ #: ../languages/dynamic_strings.php:204
4742
  msgid "l-fr-be"
4743
  msgstr "French (Belgium)"
4744
 
4745
  # French
4746
+ #: ../languages/dynamic_strings.php:205
4747
  msgid "l-fr-ca"
4748
  msgstr "French (Canada)"
4749
 
4750
  # French
4751
+ #: ../languages/dynamic_strings.php:206
4752
  msgid "l-fr-ch"
4753
  msgstr "French (Switzerland)"
4754
 
4755
  # French
4756
+ #: ../languages/dynamic_strings.php:207
4757
  msgid "l-fr-fr"
4758
  msgstr "French (France)"
4759
 
4760
  # French
4761
+ #: ../languages/dynamic_strings.php:208
4762
  msgid "l-fr-lu"
4763
  msgstr "French (Luxembourg)"
4764
 
4765
  # French
4766
+ #: ../languages/dynamic_strings.php:209
4767
  msgid "l-fr-mc"
4768
  msgstr "French (Monaco)"
4769
 
4770
  # Galician
4771
+ #: ../languages/dynamic_strings.php:210
4772
  msgid "l-gl"
4773
  msgstr "Galician"
4774
 
4775
  # Spanish; Castilian
4776
+ #: ../languages/dynamic_strings.php:211
4777
  msgid "l-gl-es"
4778
  msgstr "Galician (Spain)"
4779
 
4780
  # Gujarati
4781
+ #: ../languages/dynamic_strings.php:212
4782
  msgid "l-gu"
4783
  msgstr "Gujarati"
4784
 
4785
  # Gujarati
4786
+ #: ../languages/dynamic_strings.php:213
4787
  msgid "l-gu-in"
4788
  msgstr "Gujarati (India)"
4789
 
4790
  # Hebrew
4791
+ #: ../languages/dynamic_strings.php:214
4792
  msgid "l-he"
4793
  msgstr "Hebrew"
4794
 
4795
  # Hebrew
4796
+ #: ../languages/dynamic_strings.php:215
4797
  msgid "l-he-il"
4798
  msgstr "Hebrew (Israel)"
4799
 
4800
  # Hindi
4801
+ #: ../languages/dynamic_strings.php:216
4802
  msgid "l-hi"
4803
  msgstr "Hindi"
4804
 
4805
  # Hindi
4806
+ #: ../languages/dynamic_strings.php:217
4807
  msgid "l-hi-in"
4808
  msgstr "Hindi (India)"
4809
 
4810
  # Croatian
4811
+ #: ../languages/dynamic_strings.php:218
4812
  msgid "l-hr"
4813
  msgstr "Croatian"
4814
 
4815
  # Croatian
4816
+ #: ../languages/dynamic_strings.php:219
4817
  msgid "l-hr-ba"
4818
  msgstr "Croatian (Bosnia)"
4819
 
4820
  # Croatian
4821
+ #: ../languages/dynamic_strings.php:220
4822
  msgid "l-hr-hr"
4823
  msgstr "Croatian (Croatia)"
4824
 
4825
  # Hungarian
4826
+ #: ../languages/dynamic_strings.php:221
4827
  msgid "l-hu"
4828
  msgstr "Hungarian"
4829
 
4830
  # Hungarian
4831
+ #: ../languages/dynamic_strings.php:222
4832
  msgid "l-hu-hu"
4833
  msgstr "Hungarian (Hungary)"
4834
 
4835
  # Armenian
4836
+ #: ../languages/dynamic_strings.php:223
4837
  msgid "l-hy"
4838
  msgstr "Armenian"
4839
 
4840
  # Armenian
4841
+ #: ../languages/dynamic_strings.php:224
4842
  msgid "l-hy-am"
4843
  msgstr "Armenian (Armenia)"
4844
 
4845
+ #: ../languages/dynamic_strings.php:225
4846
  msgid "l-id"
4847
  msgstr "Indonesian"
4848
 
4849
+ #: ../languages/dynamic_strings.php:226
4850
  msgid "l-id-id"
4851
  msgstr "Indonesian"
4852
 
4853
  # Icelandic
4854
+ #: ../languages/dynamic_strings.php:227
4855
  msgid "l-is"
4856
  msgstr "Icelandic"
4857
 
4858
  # Icelandic
4859
+ #: ../languages/dynamic_strings.php:228
4860
  msgid "l-is-is"
4861
  msgstr "Icelandic (Iceland)"
4862
 
4863
  # Italian
4864
+ #: ../languages/dynamic_strings.php:229
4865
  msgid "l-it"
4866
  msgstr "Italian"
4867
 
4868
  # Italian
4869
+ #: ../languages/dynamic_strings.php:230
4870
  msgid "l-it-ch"
4871
  msgstr "Italian (Switzerland)"
4872
 
4873
  # Italian
4874
+ #: ../languages/dynamic_strings.php:231
4875
  msgid "l-it-it"
4876
  msgstr "Italian (Italy)"
4877
 
4878
  # Japanese
4879
+ #: ../languages/dynamic_strings.php:232
4880
  msgid "l-ja"
4881
  msgstr "Japanese"
4882
 
4883
  # Japanese
4884
+ #: ../languages/dynamic_strings.php:233
4885
  msgid "l-ja-jp"
4886
  msgstr "Japanese (Japan)"
4887
 
4888
  # Georgian
4889
+ #: ../languages/dynamic_strings.php:234
4890
  msgid "l-ka"
4891
  msgstr "Georgian"
4892
 
4893
  # Georgian
4894
+ #: ../languages/dynamic_strings.php:235
4895
  msgid "l-ka-ge"
4896
  msgstr "Georgian (Georgia)"
4897
 
4898
  # Kazakh
4899
+ #: ../languages/dynamic_strings.php:236
4900
  msgid "l-kk"
4901
  msgstr "Kazakh"
4902
 
4903
  # Kazakh
4904
+ #: ../languages/dynamic_strings.php:237
4905
  msgid "l-kk-kz"
4906
  msgstr "Kazakh (Kazakhstan)"
4907
 
4908
  # Kannada
4909
+ #: ../languages/dynamic_strings.php:238
4910
  msgid "l-kn"
4911
  msgstr "Kannada"
4912
 
4913
  # Kannada
4914
+ #: ../languages/dynamic_strings.php:239
4915
  msgid "l-kn-in"
4916
  msgstr "Kannada (India)"
4917
 
4918
  # Korean
4919
+ #: ../languages/dynamic_strings.php:240
4920
  msgid "l-ko"
4921
  msgstr "Korean"
4922
 
4923
  # Korean
4924
+ #: ../languages/dynamic_strings.php:241
4925
  msgid "l-ko-kr"
4926
  msgstr "Korean (Korea)"
4927
 
4928
  # Korean
4929
+ #: ../languages/dynamic_strings.php:242
4930
  msgid "l-kok"
4931
  msgstr "Konkani"
4932
 
4933
  # Korean
4934
+ #: ../languages/dynamic_strings.php:243
4935
  msgid "l-kok-in"
4936
  msgstr "Konkani (India)"
4937
 
4938
  # Kirghiz; Kyrgyz
4939
+ #: ../languages/dynamic_strings.php:244
4940
  msgid "l-ky"
4941
  msgstr "Kirghiz"
4942
 
4943
  # Kirghiz; Kyrgyz
4944
+ #: ../languages/dynamic_strings.php:245
4945
  msgid "l-ky-kg"
4946
  msgstr "Kirghiz (Kazakhstan)"
4947
 
4948
  # Lithuanian
4949
+ #: ../languages/dynamic_strings.php:246
4950
  msgid "l-lt"
4951
  msgstr "Lithuanian"
4952
 
4953
  # Lithuanian
4954
+ #: ../languages/dynamic_strings.php:247
4955
  msgid "l-lt-lt"
4956
  msgstr "Lithuanian (Lithuania)"
4957
 
4958
  # Latvian
4959
+ #: ../languages/dynamic_strings.php:248
4960
  msgid "l-lv"
4961
  msgstr "Latvian"
4962
 
4963
  # Latvian
4964
+ #: ../languages/dynamic_strings.php:249
4965
  msgid "l-lv-lv"
4966
  msgstr "Latvian (Latvia)"
4967
 
4968
  # Maori
4969
+ #: ../languages/dynamic_strings.php:250
4970
  msgid "l-mi"
4971
  msgstr "Maori"
4972
 
4973
  # Maori
4974
+ #: ../languages/dynamic_strings.php:251
4975
  msgid "l-mi-nz"
4976
  msgstr "Maori (New Zealand)"
4977
 
4978
  # Macedonian
4979
+ #: ../languages/dynamic_strings.php:252
4980
  msgid "l-mk"
4981
  msgstr "Macedonian"
4982
 
4983
  # Macedonian
4984
+ #: ../languages/dynamic_strings.php:253
4985
  msgid "l-mk-ml"
4986
  msgstr "Macedonian (FYROM)"
4987
 
4988
  # Mongolian
4989
+ #: ../languages/dynamic_strings.php:254
4990
  msgid "l-mn"
4991
  msgstr "Mongolian"
4992
 
4993
  # Mongolian
4994
+ #: ../languages/dynamic_strings.php:255
4995
  msgid "l-mn-mn"
4996
  msgstr "Mongolian (Mongolia)"
4997
 
4998
  # Marathi
4999
+ #: ../languages/dynamic_strings.php:256
5000
  msgid "l-mr"
5001
  msgstr "Marathi"
5002
 
5003
  # Marathi
5004
+ #: ../languages/dynamic_strings.php:257
5005
  msgid "l-mr-in"
5006
  msgstr "Marathi (India)"
5007
 
5008
  # Malay
5009
+ #: ../languages/dynamic_strings.php:258
5010
  msgid "l-ms"
5011
  msgstr "Malay"
5012
 
5013
  # Malay
5014
+ #: ../languages/dynamic_strings.php:259
5015
  msgid "l-ms-bn"
5016
  msgstr "Malay (Brunei)"
5017
 
5018
  # Malay
5019
+ #: ../languages/dynamic_strings.php:260
5020
  msgid "l-ms-my"
5021
  msgstr "Malay (Malaysia)"
5022
 
5023
  # Maltese
5024
+ #: ../languages/dynamic_strings.php:261
5025
  msgid "l-mt"
5026
  msgstr "Maltese"
5027
 
5028
  # Maltese
5029
+ #: ../languages/dynamic_strings.php:262
5030
  msgid "l-mt-mt"
5031
  msgstr "Maltese (Malta)"
5032
 
5033
  # Norwegian Bokmål
5034
+ #: ../languages/dynamic_strings.php:263
5035
  msgid "l-nb"
5036
  msgstr "Norwegian; Bokmål"
5037
 
5038
  # Norwegian Bokmål
5039
+ #: ../languages/dynamic_strings.php:264
5040
  msgid "l-nb-no"
5041
  msgstr "Norwegian (Norway)"
5042
 
5043
  # Dutch; Flemish
5044
+ #: ../languages/dynamic_strings.php:265
5045
  msgid "l-nl"
5046
  msgstr "Dutch; Flemish"
5047
 
5048
  # Belarusian
5049
+ #: ../languages/dynamic_strings.php:266
5050
  msgid "l-nl-be"
5051
  msgstr "Dutch (Belgium)"
5052
 
5053
  # Dutch; Flemish
5054
+ #: ../languages/dynamic_strings.php:267
5055
  msgid "l-nl-nl"
5056
  msgstr "Dutch (The Netherlands)"
5057
 
5058
  # Norwegian Nynorsk
5059
+ #: ../languages/dynamic_strings.php:268
5060
  msgid "l-nn-no"
5061
  msgstr "Norwegian; Nynorsk (Norway)"
5062
 
5063
+ #: ../languages/dynamic_strings.php:269
5064
  msgid "l-ns"
5065
  msgstr "Northern Sotho"
5066
 
5067
+ #: ../languages/dynamic_strings.php:270
5068
  msgid "l-ns-za"
5069
  msgstr "Northern Sotho (South Africa)"
5070
 
5071
  # Panjabi; Punjabi
5072
+ #: ../languages/dynamic_strings.php:271
5073
  msgid "l-pa"
5074
  msgstr "Panjabi; Punjabi"
5075
 
5076
  # Panjabi; Punjabi
5077
+ #: ../languages/dynamic_strings.php:272
5078
  msgid "l-pa-in"
5079
  msgstr "Panjabi (India)"
5080
 
5081
  # Polish
5082
+ #: ../languages/dynamic_strings.php:273
5083
  msgid "l-pl"
5084
  msgstr "Polish"
5085
 
5086
  # Polish
5087
+ #: ../languages/dynamic_strings.php:274
5088
  msgid "l-pl-pl"
5089
  msgstr "Polish (Poland)"
5090
 
5091
  # Pushto; Pashto
5092
+ #: ../languages/dynamic_strings.php:275
5093
  msgid "l-ps"
5094
  msgstr "Pushto; Pashto"
5095
 
5096
  # Pushto; Pashto
5097
+ #: ../languages/dynamic_strings.php:276
5098
  msgid "l-ps-ar"
5099
  msgstr "Pashto (Afghanistan)"
5100
 
5101
  # Portuguese
5102
+ #: ../languages/dynamic_strings.php:277
5103
  msgid "l-pt"
5104
  msgstr "Portuguese"
5105
 
5106
  # Portuguese
5107
+ #: ../languages/dynamic_strings.php:278
5108
  msgid "l-pt-br"
5109
  msgstr "Portuguese (Brazil)"
5110
 
5111
  # Portuguese
5112
+ #: ../languages/dynamic_strings.php:279
5113
  msgid "l-pt-pt"
5114
  msgstr "Portuguese (Portugal)"
5115
 
5116
  # Quechua
5117
+ #: ../languages/dynamic_strings.php:280
5118
  msgid "l-qu"
5119
  msgstr "Quechua"
5120
 
5121
  # Quechua
5122
+ #: ../languages/dynamic_strings.php:281
5123
  msgid "l-qu-bo"
5124
  msgstr "Quechua (Bolivia)"
5125
 
5126
  # Quechua
5127
+ #: ../languages/dynamic_strings.php:282
5128
  msgid "l-qu-ec"
5129
  msgstr "Quechua (Ecuador)"
5130
 
5131
  # Quechua
5132
+ #: ../languages/dynamic_strings.php:283
5133
  msgid "l-qu-pe"
5134
  msgstr "Quechua (Peru)"
5135
 
5136
  # Romanian; Moldavian; Moldovan
5137
+ #: ../languages/dynamic_strings.php:284
5138
  msgid "l-ro"
5139
  msgstr "Romanian"
5140
 
5141
  # Romanian; Moldavian; Moldovan
5142
+ #: ../languages/dynamic_strings.php:285
5143
  msgid "l-ro-ro"
5144
  msgstr "Romanian (Romania)"
5145
 
5146
  # Russian
5147
+ #: ../languages/dynamic_strings.php:286
5148
  msgid "l-ru"
5149
  msgstr "Russian"
5150
 
5151
  # Russian
5152
+ #: ../languages/dynamic_strings.php:287
5153
  msgid "l-ru-ru"
5154
  msgstr "Russian (Russia)"
5155
 
5156
  # Sanskrit
5157
+ #: ../languages/dynamic_strings.php:288
5158
  msgid "l-sa"
5159
  msgstr "Sanskrit"
5160
 
5161
  # Sanskrit (India)
5162
+ #: ../languages/dynamic_strings.php:289
5163
  msgid "l-sa-in"
5164
  msgstr "Sanskrit (India)"
5165
 
5166
  # Northern Sami
5167
+ #: ../languages/dynamic_strings.php:290
5168
  msgid "l-se"
5169
  msgstr "Northern Sami"
5170
 
5171
  # Northern Sami
5172
+ #: ../languages/dynamic_strings.php:291
5173
  msgid "l-se-fi"
5174
  msgstr "Northern Sami (Finland)"
5175
 
5176
  # Northern Sami
5177
+ #: ../languages/dynamic_strings.php:292
5178
  msgid "l-se-no"
5179
  msgstr "Northern Sami (Norway)"
5180
 
5181
  # Northern Sami
5182
+ #: ../languages/dynamic_strings.php:293
5183
  msgid "l-se-se"
5184
  msgstr "Northern Sami (Sweden)"
5185
 
5186
  # Slovak
5187
+ #: ../languages/dynamic_strings.php:294
5188
  msgid "l-sk"
5189
  msgstr "Slovak"
5190
 
5191
  # Slovak
5192
+ #: ../languages/dynamic_strings.php:295
5193
  msgid "l-sk-sk"
5194
  msgstr "Slovak (Slovakia)"
5195
 
5196
  # Slovenian
5197
+ #: ../languages/dynamic_strings.php:296
5198
  msgid "l-sl"
5199
  msgstr "Slovenian"
5200
 
5201
  # Slovenian
5202
+ #: ../languages/dynamic_strings.php:297
5203
  msgid "l-sl-si"
5204
  msgstr "Slovenian (Slovenia)"
5205
 
5206
  # Albanian
5207
+ #: ../languages/dynamic_strings.php:298
5208
  msgid "l-sq"
5209
  msgstr "Albanian"
5210
 
5211
  # Albanian
5212
+ #: ../languages/dynamic_strings.php:299
5213
  msgid "l-sq-al"
5214
  msgstr "Albanian (Albania)"
5215
 
5216
  # Serbian
5217
+ #: ../languages/dynamic_strings.php:300
5218
  msgid "l-sr-ba"
5219
  msgstr "Serbian (Bosnia and Herzegovina)"
5220
 
5221
  # Serbian
5222
+ #: ../languages/dynamic_strings.php:301
5223
  msgid "l-sr-sp"
5224
  msgstr "Serbian (Serbia and Montenegro)"
5225
 
5226
  # Swedish
5227
+ #: ../languages/dynamic_strings.php:302
5228
  msgid "l-sv"
5229
  msgstr "Swedish"
5230
 
5231
  # Swedish
5232
+ #: ../languages/dynamic_strings.php:303
5233
  msgid "l-sv-fi"
5234
  msgstr "Swedish (Finland)"
5235
 
5236
  # Swedish
5237
+ #: ../languages/dynamic_strings.php:304
5238
  msgid "l-sv-se"
5239
  msgstr "Swedish (Sweden)"
5240
 
5241
  # Swahili
5242
+ #: ../languages/dynamic_strings.php:305
5243
  msgid "l-sw"
5244
  msgstr "Swahili"
5245
 
5246
  # Swahili
5247
+ #: ../languages/dynamic_strings.php:306
5248
  msgid "l-sw-ke"
5249
  msgstr "Swahili (Kenya)"
5250
 
5251
  # Tamil
5252
+ #: ../languages/dynamic_strings.php:307
5253
  msgid "l-ta"
5254
  msgstr "Tamil"
5255
 
5256
  # Tamil
5257
+ #: ../languages/dynamic_strings.php:308
5258
  msgid "l-ta-in"
5259
  msgstr "Tamil (India)"
5260
 
5261
  # Telugu
5262
+ #: ../languages/dynamic_strings.php:309
5263
  msgid "l-te"
5264
  msgstr "Telugu"
5265
 
5266
  # Telugu
5267
+ #: ../languages/dynamic_strings.php:310
5268
  msgid "l-te-in"
5269
  msgstr "Telugu (India)"
5270
 
5271
  # Thai
5272
+ #: ../languages/dynamic_strings.php:311
5273
  msgid "l-th"
5274
  msgstr "Thai"
5275
 
5276
  # Thai
5277
+ #: ../languages/dynamic_strings.php:312
5278
  msgid "l-th-th"
5279
  msgstr "Thai (Thailand)"
5280
 
5281
  # Tagalog
5282
+ #: ../languages/dynamic_strings.php:313
5283
  msgid "l-tl"
5284
  msgstr "Tagalog"
5285
 
5286
  # Tagalog
5287
+ #: ../languages/dynamic_strings.php:314
5288
  msgid "l-tl-ph"
5289
  msgstr "Tagalog (Philippines)"
5290
 
5291
  # Tswana
5292
+ #: ../languages/dynamic_strings.php:315
5293
  msgid "l-tn"
5294
  msgstr "Tswana"
5295
 
5296
  # Tswana
5297
+ #: ../languages/dynamic_strings.php:316
5298
  msgid "l-tn-za"
5299
  msgstr "Tswana (South Africa)"
5300
 
5301
  # Turkish
5302
+ #: ../languages/dynamic_strings.php:317
5303
  msgid "l-tr"
5304
  msgstr "Turkish"
5305
 
5306
  # Turkish
5307
+ #: ../languages/dynamic_strings.php:318
5308
  msgid "l-tr-tr"
5309
  msgstr "Turkish (Turkey)"
5310
 
5311
  # Tatar
5312
+ #: ../languages/dynamic_strings.php:319
5313
  msgid "l-tt"
5314
  msgstr "Tatar"
5315
 
5316
  # Tatar
5317
+ #: ../languages/dynamic_strings.php:320
5318
  msgid "l-tt-ru"
5319
  msgstr "Tatar (Russia)"
5320
 
5321
  # Tsonga
5322
+ #: ../languages/dynamic_strings.php:321
5323
  msgid "l-ts"
5324
  msgstr "Tsonga"
5325
 
5326
  # Ukrainian
5327
+ #: ../languages/dynamic_strings.php:322
5328
  msgid "l-uk"
5329
  msgstr "Ukrainian"
5330
 
5331
  # Ukrainian
5332
+ #: ../languages/dynamic_strings.php:323
5333
  msgid "l-uk-ua"
5334
  msgstr "Ukrainian (Ukraine)"
5335
 
5336
  # Urdu
5337
+ #: ../languages/dynamic_strings.php:324
5338
  msgid "l-ur"
5339
  msgstr "Urdu"
5340
 
5341
  # Urdu
5342
+ #: ../languages/dynamic_strings.php:325
5343
  msgid "l-ur-pk"
5344
  msgstr "Urdu (Pakistan)"
5345
 
5346
  # Uzbek
5347
+ #: ../languages/dynamic_strings.php:326
5348
  msgid "l-uz"
5349
  msgstr "Uzbek"
5350
 
5351
  # Uzbek
5352
+ #: ../languages/dynamic_strings.php:327
5353
  msgid "l-uz-uz"
5354
  msgstr "Uzbek (Uzbekistan)"
5355
 
5356
  # Vietnamese
5357
+ #: ../languages/dynamic_strings.php:328
5358
  msgid "l-vi"
5359
  msgstr "Vietnamese"
5360
 
5361
  # Vietnamese
5362
+ #: ../languages/dynamic_strings.php:329
5363
  msgid "l-vi-vn"
5364
  msgstr "Vietnamese (Viet Nam)"
5365
 
5366
  # Xhosa
5367
+ #: ../languages/dynamic_strings.php:330
5368
  msgid "l-xh"
5369
  msgstr "Xhosa"
5370
 
5371
  # Xhosa
5372
+ #: ../languages/dynamic_strings.php:331
5373
  msgid "l-xh-za"
5374
  msgstr "Xhosa (South Africa)"
5375
 
5376
  # Chinese
5377
+ #: ../languages/dynamic_strings.php:332
5378
  msgid "l-zh"
5379
  msgstr "Chinese"
5380
 
5381
  # Chinese
5382
+ #: ../languages/dynamic_strings.php:333
5383
  msgid "l-zh-cn"
5384
  msgstr "Chinese (S)"
5385
 
5386
  # Chinese
5387
+ #: ../languages/dynamic_strings.php:334
5388
  msgid "l-zh-hk"
5389
  msgstr "Chinese (Hong Kong)"
5390
 
5391
  # Chinese
5392
+ #: ../languages/dynamic_strings.php:335
5393
  msgid "l-zh-mo"
5394
  msgstr "Chinese (Macau)"
5395
 
5396
  # Chinese
5397
+ #: ../languages/dynamic_strings.php:336
5398
  msgid "l-zh-sg"
5399
  msgstr "Chinese (Singapore)"
5400
 
5401
  # Chinese
5402
+ #: ../languages/dynamic_strings.php:337
5403
  msgid "l-zh-tw"
5404
  msgstr "Chinese (T)"
5405
 
5406
  # Zulu
5407
+ #: ../languages/dynamic_strings.php:338
5408
  msgid "l-zu"
5409
  msgstr "Zulu"
5410
 
5411
  # Zulu
5412
+ #: ../languages/dynamic_strings.php:339
5413
  msgid "l-zu-za"
5414
  msgstr "Zulu (South Africa)"
5415
 
5416
  # Unknown
5417
+ #: ../languages/dynamic_strings.php:341
5418
  msgid "l-empty"
5419
  msgstr "Unknown"
5420
 
5421
  # Unknown
5422
+ #: ../languages/dynamic_strings.php:342
5423
  msgid "l-xx"
5424
  msgstr "Unknown"
5425
 
5426
+ #: ../languages/dynamic_strings.php:344
5427
  msgid "c-xy"
5428
  msgstr "Local IP"
5429
 
5430
+ #: ../wp-slimstat.php:259 ../wp-slimstat.php:562
5431
+ msgid "Pageview filtered by third-party code"
5432
+ msgstr ""
5433
+
5434
+ #: ../wp-slimstat.php:268
5435
+ msgid "Empty or not supported IP address format (IPv6)"
5436
+ msgstr ""
5437
+
5438
+ #: ../wp-slimstat.php:285
5439
+ #, php-format
5440
+ msgid "Malformed referrer URL: %s (IP: %s)"
5441
  msgstr ""
5442
 
5443
+ #: ../wp-slimstat.php:286
5444
  #, php-format
5445
+ msgid "Malformed referrer URL: %s"
5446
  msgstr ""
5447
 
5448
  #: ../wp-slimstat.php:291
5449
  #, php-format
5450
+ msgid "Attempted XSS Injection: %s (IP: %s)"
5451
  msgstr ""
5452
 
5453
+ #: ../wp-slimstat.php:292
5454
  #, php-format
5455
+ msgid "Attempted XSS Injection: %s"
5456
  msgstr ""
5457
 
5458
+ #: ../wp-slimstat.php:317
5459
+ #, php-format
5460
+ msgid "Referrer %s is blacklisted"
5461
  msgstr ""
5462
 
5463
+ #: ../wp-slimstat.php:369
5464
+ msgid "Malformed URL"
5465
+ msgstr ""
5466
+
5467
+ #: ../wp-slimstat.php:403
5468
  #, php-format
5469
+ msgid "Permalink %s is blacklisted"
5470
  msgstr ""
5471
 
5472
+ #: ../wp-slimstat.php:414
5473
  #, php-format
5474
+ msgid "Logged in user %s not tracked"
5475
  msgstr ""
5476
 
5477
+ #: ../wp-slimstat.php:422
5478
  #, php-format
5479
+ msgid "User with capability %s not tracked"
5480
  msgstr ""
5481
 
5482
+ #: ../wp-slimstat.php:432
5483
  #, php-format
5484
+ msgid "User %s is blacklisted"
5485
  msgstr ""
5486
 
5487
+ #: ../wp-slimstat.php:453
5488
  #, php-format
5489
+ msgid "Spammer %s not tracked"
5490
  msgstr ""
5491
 
5492
+ #: ../wp-slimstat.php:482
5493
  #, php-format
5494
+ msgid "IP address %s is blacklisted"
5495
  msgstr ""
5496
 
5497
+ #: ../wp-slimstat.php:511
5498
+ #, php-format
5499
+ msgid "Country %s is blacklisted"
5500
  msgstr ""
5501
 
5502
+ #: ../wp-slimstat.php:520
5503
+ msgid "Prefetch requests are ignored"
5504
  msgstr ""
5505
 
5506
+ #: ../wp-slimstat.php:536
5507
+ msgid "Bot not tracked"
 
5508
  msgstr ""
5509
 
5510
+ #: ../wp-slimstat.php:545
5511
+ #, php-format
5512
+ msgid "Browser %s is blacklisted"
5513
  msgstr ""
5514
 
5515
+ #: ../wp-slimstat.php:1044
5516
  msgid "Invalid payload string. Try clearing your WordPress cache."
5517
  msgstr ""
5518
 
5519
+ #: ../wp-slimstat.php:1055
5520
  msgid "Invalid data signature. Try clearing your WordPress cache."
5521
  msgstr ""
5522
 
5523
+ #: ../wp-slimstat.php:1155
5524
  msgid "There was an error downloading the MaxMind Geolite DB:"
5525
  msgstr ""
5526
 
5527
+ #: ../wp-slimstat.php:1163 ../wp-slimstat.php:1172
5528
  msgid "There was an error opening the zipped MaxMind Geolite DB."
5529
  msgstr ""
5530
 
5531
+ #: ../wp-slimstat.php:1167
5532
  msgid "Function gzopen not defined. Aborting."
5533
  msgstr ""
5534
 
5535
+ #: ../wp-slimstat.php:1177
5536
  msgid "There was an error opening the unzipped MaxMind Geolite DB."
5537
  msgstr ""
5538
 
5539
+ #: ../wp-slimstat.php:1648
5540
+ msgid "Optional filters"
5541
+ msgstr ""
5542
+
5543
  #~ msgid "windows phone"
5544
  #~ msgstr "Windows Phone"
5545
 
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: analytics, statistics, counter, tracking, reports, wassup, geolocation, on
5
  Text Domain: wp-slimstat
6
  Requires at least: 3.8
7
  Tested up to: 4.8
8
- Stable tag: 4.6.2
9
 
10
  == Description ==
11
  [youtube https://www.youtube.com/watch?v=zEKP9yC8x6g]
@@ -68,6 +68,14 @@ Our knowledge base is available on our [support center](http://docs.wp-slimstat.
68
  5. **Responsive layout** - Keep an eye on your reports on the go
69
 
70
  == Changelog ==
 
 
 
 
 
 
 
 
71
  = 4.6.2 =
72
  * [Update] Removed options to enable or disable tracking of "internal" and outbound links, as they were confusing many users, based on the feedback we received. Now all links are tracked, regardless of their type. This will increase the size of the "events" table, however it will also make your reports more accurate, and track data needed to generate heatmaps and other metrics.
73
  * [Fix] The Activity Log will now group page views not just by session, but also by other events: change of IP, user logged out, etc (thank you, [catmaniax](https://wordpress.org/support/topic/cant-tell-which-user-is-which/)).
5
  Text Domain: wp-slimstat
6
  Requires at least: 3.8
7
  Tested up to: 4.8
8
+ Stable tag: 4.6.3
9
 
10
  == Description ==
11
  [youtube https://www.youtube.com/watch?v=zEKP9yC8x6g]
68
  5. **Responsive layout** - Keep an eye on your reports on the go
69
 
70
  == Changelog ==
71
+ = 4.6.3 =
72
+ * [Note] We would like to thank all the people who stepped forward to offer their help and test this new version before it was officially released. We worked with our users to identify the many different scenarios related to lightbox libraries, jQuery animations and so forth. It was a great team effort! You guys are terrific!
73
+ * [Update] Say goodbye to incompatibility issues with lightbox libraries, jQuery drop down menus, fancy animations and the like. We worked on the tracking algorithm to make it less intrusive, and to FINALLY play nice with any other event handlers attached to your DOM elements. As an added bonus, the new tracker is performing from 10 to 30 percent faster in our tests. Not bad, huh?
74
+ * [Update] If you are using the CDN service offered by our partners at jsDelivr, the tracker will now reference your current version of Slimstat, not the "trunk". This will avoid issues in the future to those who don't want to upgrade to the latest version right away (thank you, [mth75](https://wordpress.org/support/topic/new-version-56/#post-8896049)).
75
+ * [Update] The tracker is no longer looking for Shockwave Director or Real Player when detecting browser plugins (is anyone still using them?). On the other side, it is now detecting the Java Virtual Machine and any PDF viewer (either Adobe plugin or built into the browser).
76
+ * [Update] One of our users thought that all the inline data-slimstat attributes appended by our tracker to all his links looked ugly and might affect performance (no, they do not). That struck a cord in our perfectionist developer, and he decided to rewrite that functionality to minimize the intrusiveness of our algorithm.
77
+ * [Fix] Apparently the XSS vulnerability discovered by the Mitre Corporation had not been completely fixed in version 4.6, according to them. Now they confirmed that the issue has been resolved.
78
+
79
  = 4.6.2 =
80
  * [Update] Removed options to enable or disable tracking of "internal" and outbound links, as they were confusing many users, based on the feedback we received. Now all links are tracked, regardless of their type. This will increase the size of the "events" table, however it will also make your reports more accurate, and track data needed to generate heatmaps and other metrics.
81
  * [Fix] The Activity Log will now group page views not just by session, but also by other events: change of IP, user logged out, etc (thank you, [catmaniax](https://wordpress.org/support/topic/cant-tell-which-user-is-which/)).
wp-slimstat.js CHANGED
@@ -7,9 +7,9 @@ var SlimStat = {
7
  substrings: ["Adobe", "Acrobat"],
8
  active_x_strings: ["AcroPDF.PDF", "PDF.PDFCtrl.5"]
9
  },
10
- director: {
11
- substrings: ["Shockwave", "Director"],
12
- active_x_strings: ["SWCtl.SWCtl"]
13
  },
14
  flash: {
15
  substrings: ["Shockwave", "Flash"],
@@ -23,68 +23,65 @@ var SlimStat = {
23
  substrings: ["QuickTime"],
24
  active_x_strings: ["QuickTime.QuickTime"]
25
  },
26
- real: {
27
- substrings: ["RealPlayer"],
28
- active_x_strings: ["rmocx.RealPlayer G2 Control", "RealPlayer.RealPlayer(tm) ActiveX Control (32-bit)", "RealVideo.RealVideo(tm) ActiveX Control (32-bit)"]
29
- },
30
  silverlight: {
31
  substrings: ["Silverlight"],
32
  active_x_strings: ["AgControl.AgControl"]
33
  }
34
  },
35
 
36
- _utf8_encode : function (string) {
37
  var n, c, utftext = "";
38
 
39
- string = string.replace(/\r\n/g,"\n");
40
 
41
- for (n = 0; n < string.length; n++) {
42
- c = string.charCodeAt(n);
43
 
44
- if (c < 128) {
45
- utftext += String.fromCharCode(c);
46
  }
47
- else if((c > 127) && (c < 2048)) {
48
- utftext += String.fromCharCode((c >> 6) | 192);
49
- utftext += String.fromCharCode((c & 63) | 128);
50
  }
51
  else {
52
- utftext += String.fromCharCode((c >> 12) | 224);
53
- utftext += String.fromCharCode(((c >> 6) & 63) | 128);
54
- utftext += String.fromCharCode((c & 63) | 128);
55
  }
56
  }
57
  return utftext;
58
  },
59
 
60
  // Base64 Encode - http://www.webtoolkit.info/
61
- _base64_encode : function ( input ) {
62
  var chr1, chr2, chr3, enc1, enc2, enc3, enc4, output = "", i = 0;
63
 
64
- input = SlimStat._utf8_encode(input);
65
 
66
- while (i < input.length) {
67
- chr1 = input.charCodeAt(i++);
68
- chr2 = input.charCodeAt(i++);
69
- chr3 = input.charCodeAt(i++);
70
 
71
  enc1 = chr1 >> 2;
72
- enc2 = ((chr1 & 3) << 4) | (chr2 >> 4);
73
- enc3 = ((chr2 & 15) << 2) | (chr3 >> 6);
74
  enc4 = chr3 & 63;
75
 
76
- if (isNaN(chr2)) {
77
  enc3 = enc4 = 64;
78
- } else if (isNaN(chr3)) {
 
79
  enc4 = 64;
80
  }
81
 
82
- output = output + SlimStat._base64_key_str.charAt(enc1) + SlimStat._base64_key_str.charAt(enc2) + SlimStat._base64_key_str.charAt(enc3) + this._base64_key_str.charAt(enc4);
83
  }
84
  return output;
85
  },
86
 
87
- _detect_single_plugin_not_ie : function ( plugin_name ) {
88
  var plugin, haystack, found, i, j;
89
 
90
  for ( i in navigator.plugins ) {
@@ -104,31 +101,31 @@ var SlimStat = {
104
  return false;
105
  },
106
 
107
- _detect_single_plugin_ie : function ( plugin_name ) {
108
- var i;
109
 
110
- for (i in SlimStat._plugins[plugin_name].active_x_strings) {
111
  try {
112
  new ActiveXObject( SlimStat._plugins[plugin_name].active_x_strings[i] );
113
- return true;
114
- }
115
- catch(e) {
116
- return false;
117
  }
 
118
  }
 
 
119
  },
120
 
121
- _detect_single_plugin : function ( plugin_name ) {
122
- if( navigator.plugins.length ) {
123
- this.detect = this._detect_single_plugin_not_ie;
124
  }
125
  else {
126
- this.detect = this._detect_single_plugin_ie;
127
  }
128
  return this.detect( plugin_name );
129
  },
130
 
131
- detect_plugins : function () {
132
  var a_plugin, plugins = [];
133
 
134
  for (a_plugin in SlimStat._plugins) {
@@ -136,10 +133,16 @@ var SlimStat = {
136
  plugins.push( a_plugin );
137
  }
138
  }
 
 
 
 
 
 
139
  return plugins.join( "," );
140
  },
141
 
142
- get_page_performance : function () {
143
  slim_performance = window.performance || window.mozPerformance || window.msPerformance || window.webkitPerformance || {};
144
  if ( "undefined" == typeof slim_performance.timing ){
145
  return 0;
@@ -148,7 +151,7 @@ var SlimStat = {
148
  return slim_performance.timing.loadEventEnd - slim_performance.timing.responseEnd;
149
  },
150
 
151
- get_server_latency : function () {
152
  slim_performance = window.performance || window.mozPerformance || window.msPerformance || window.webkitPerformance || {};
153
  if ( "undefined" == typeof slim_performance.timing ){
154
  return 0;
@@ -157,11 +160,40 @@ var SlimStat = {
157
  return slim_performance.timing.responseEnd - slim_performance.timing.connectEnd;
158
  },
159
 
160
- send_to_server : function ( data, callback, use_beacon ) {
161
- if ( "undefined" == typeof SlimStatParams.ajaxurl || "undefined" == typeof data ) {
162
- if ( "function" == typeof callback ){
163
- callback();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
164
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
165
  return false;
166
  }
167
 
@@ -173,10 +205,6 @@ var SlimStat = {
173
 
174
  if ( use_beacon && navigator.sendBeacon ) {
175
  navigator.sendBeacon( SlimStatParams.ajaxurl, slimstat_data_with_client_info );
176
-
177
- if ( "function" == typeof callback ) {
178
- callback();
179
- }
180
  }
181
  else {
182
  try {
@@ -187,9 +215,6 @@ var SlimStat = {
187
  request = new ActiveXObject( "Microsoft.XMLHTTP" );
188
  }
189
  } catch ( failed ) {
190
- if ( "function" == typeof callback ){
191
- callback();
192
- }
193
  return false;
194
  }
195
 
@@ -200,18 +225,9 @@ var SlimStat = {
200
 
201
  request.onreadystatechange = function() {
202
  if ( 4 == request.readyState ) {
203
- if ( "undefined" == typeof SlimStatParams.id ) {
204
- parsed_id = parseInt( request.responseText );
205
- if ( !isNaN( parsed_id ) && parsed_id > 0 ) {
206
- SlimStat._id = request.responseText;
207
- }
208
- }
209
- else {
210
- SlimStat._id = SlimStatParams.id;
211
- }
212
-
213
- if ( "function" == typeof callback ) {
214
- callback();
215
  }
216
  }
217
  }
@@ -223,10 +239,10 @@ var SlimStat = {
223
  return false;
224
  },
225
 
226
- ss_track : function ( e, c, note, callback, use_beacon ) {
227
  // Check function params
228
  e = e ? e : window.event;
229
- type = ( "undefined" == typeof c ) ? 0 : parseInt( c );
230
  note_array = [];
231
 
232
  if ( "undefined" == typeof use_beacon ) {
@@ -235,17 +251,11 @@ var SlimStat = {
235
 
236
  parsed_id = parseInt( SlimStat._id );
237
  if ( isNaN( parsed_id ) || parsed_id <= 0 ) {
238
- if ( "function" == typeof callback ) {
239
- callback();
240
- }
241
  return false;
242
  }
243
 
244
  node = ( "undefined" != typeof e.target ) ? e.target : ( ( "undefined" != typeof e.srcElement ) ? e.srcElement : false );
245
  if ( !node ) {
246
- if ("function" == typeof callback ) {
247
- callback();
248
- }
249
  return false;
250
  }
251
 
@@ -257,7 +267,7 @@ var SlimStat = {
257
  parent_node = node.parentNode;
258
  resource_url = '';
259
 
260
- // This handler can be attached to any element, but only A carries the extra info we need
261
  switch ( node.nodeName ) {
262
  case 'FORM':
263
  if ( "undefined" != typeof node.action && node.action ) {
@@ -292,11 +302,11 @@ var SlimStat = {
292
  }
293
 
294
  // If this element has a title, we can record that as well
295
- if ( "function" == typeof node.getAttribute){
296
- if ( "undefined" != typeof node.getAttribute("title") && node.getAttribute( "title" ) ) {
297
  note_array.push( "Title:" + node.getAttribute( "title" ) );
298
  }
299
- if ( "undefined" != typeof node.getAttribute("id") && node.getAttribute( "id" ) ) {
300
  note_array.push( "ID:" + node.getAttribute( "id" ) );
301
  }
302
  }
@@ -307,7 +317,7 @@ var SlimStat = {
307
  pos_y = -1;
308
  position = "";
309
 
310
- if ( "undefined" != typeof e.pageX && "undefined" != typeof e.pageY ) {
311
  pos_x = e.pageX;
312
  pos_y = e.pageY;
313
  }
@@ -346,60 +356,22 @@ var SlimStat = {
346
  requested_op = "update";
347
  }
348
 
349
- SlimStat.send_to_server( "action=slimtrack&op=" + requested_op + "&id=" + SlimStat._id + "&ty=" + type + "&ref=" + SlimStat._base64_encode( document.referrer ) + "&res=" + SlimStat._base64_encode( resource_url ) + "&pos=" + position + "&des=" + SlimStat._base64_encode( event_description ) + "&no=" + note_string, callback, use_beacon );
350
 
351
  return true;
352
- },
353
-
354
- add_event : function ( obj, type, fn ) {
355
- if ( obj && obj.addEventListener ) {
356
- obj.addEventListener( type, fn, false );
357
- }
358
- else if ( obj && obj.attachEvent ) {
359
- obj[ "e" + type + fn ] = fn;
360
- obj[ type + fn ] = function() { obj[ "e" + type + fn ] ( window.event ); }
361
- obj.attachEvent( "on"+type, obj[type+fn] );
362
- }
363
- else {
364
- obj[ "on" + type ] = obj[ "e" + type + fn ];
365
- }
366
- },
367
-
368
- event_fire : function ( target, event_object ) {
369
- if ( document.createEvent ) {
370
- new_event = document.createEvent( 'MouseEvents' );
371
- new_event.initEvent( event_object.type, true, false, document.defaultView, event_object.button );
372
- target.dispatchEvent( new_event );
373
- }
374
- else if ( document.createEventObject ) {
375
- new_event = document.createEventObject();
376
- target.fireEvent( 'on' + event_object.type, new_event );
377
- }
378
- },
379
-
380
- in_array : function ( needle, haystack ) {
381
- for ( var i = 0; i < haystack.length; i++ ) {
382
- if ( haystack[ i ].trim() == needle ) {
383
- return true;
384
- }
385
- }
386
- return false;
387
- },
388
 
389
- in_array_substring : function ( needle, haystack_of_substrings ) {
390
- for ( var i = 0; i < haystack_of_substrings.length; i++ ) {
391
- if ( needle.indexOf( haystack_of_substrings[ i ].trim() ) != -1 ) {
392
- return true;
393
- }
394
- }
395
- return false;
396
  }
397
  }
398
 
399
  SlimStat.add_event( window, "load", function() {
400
  all_links = document.getElementsByTagName( "a" );
401
  var extensions_to_track = ( "undefined" != typeof SlimStatParams.extensions_to_track && SlimStatParams.extensions_to_track ) ? SlimStatParams.extensions_to_track.split( ',' ) : [];
402
- var to_ignore = ( "undefined" != typeof SlimStatParams.outbound_classes_rel_href_to_ignore && SlimStatParams.outbound_classes_rel_href_to_ignore ) ? SlimStatParams.outbound_classes_rel_href_to_ignore.split( ',' ) : [];
403
  var to_not_track = ( "undefined" != typeof SlimStatParams.outbound_classes_rel_href_to_not_track && SlimStatParams.outbound_classes_rel_href_to_not_track ) ? SlimStatParams.outbound_classes_rel_href_to_not_track.split( ',' ) : [];
404
 
405
  for (var i = 0; i < all_links.length; i++) {
@@ -408,114 +380,80 @@ SlimStat.add_event( window, "load", function() {
408
  // Types
409
  // 0: external
410
  // 1: download
411
- // 2: internal
412
 
413
- cur_link.setAttribute( "data-slimstat-clicked", "false" );
414
- cur_link.setAttribute( "data-slimstat-type", ( cur_link.href && ( cur_link.hostname == location.hostname || cur_link.href.indexOf('://') == -1 ) ) ? 2 : 0 );
415
- cur_link.setAttribute( "data-slimstat-tracking", "true" );
416
- cur_link.setAttribute( "data-slimstat-callback", "true" );
417
 
418
- // Do not invoke the callback or don't track links with given classes
419
- if ( "true" == cur_link.getAttribute( "data-slimstat-tracking" ) && ( to_ignore.length > 0 || to_not_track.length > 0 ) ) {
420
- classes_current_link = ( "undefined" != typeof cur_link.className && cur_link.className ) ? cur_link.className.split( " " ) : [];
 
421
 
422
- for ( var cl = 0; cl < classes_current_link.length; cl++ ) {
423
- if ( SlimStat.in_array_substring( classes_current_link[ cl ], to_ignore ) ) {
424
- cur_link.setAttribute( "data-slimstat-callback", "false" );
425
- }
426
- if ( SlimStat.in_array_substring( classes_current_link[ cl ], to_not_track ) ) {
427
- cur_link.setAttribute( "data-slimstat-tracking", "false" );
428
- break;
429
  }
430
  }
431
- }
432
 
433
- // Do not invoke the callback on links with given rel
434
- if ( "true" == cur_link.getAttribute( "data-slimstat-tracking" ) && "undefined" != typeof cur_link.attributes.rel && cur_link.attributes.rel.value ) {
435
- if ( SlimStat.in_array_substring( cur_link.attributes.rel.value, to_ignore ) ) {
436
- cur_link.setAttribute( "data-slimstat-callback", "false" );
437
- }
438
- if ( SlimStat.in_array_substring( cur_link.attributes.rel.value, to_not_track ) ) {
439
- cur_link.setAttribute( "data-slimstat-tracking", "false" );
440
  }
441
- }
442
 
443
- // Do not invoke the callback on links with given href
444
- if ( "true" == cur_link.getAttribute( "data-slimstat-tracking" ) && "undefined" != typeof cur_link.href && cur_link.href ) {
445
- if ( SlimStat.in_array_substring( cur_link.href, to_ignore ) ) {
446
- cur_link.setAttribute( "data-slimstat-callback", "false" );
447
- }
448
- if ( SlimStat.in_array_substring( cur_link.href, to_not_track ) ) {
449
- cur_link.setAttribute( "data-slimstat-tracking", "false" );
450
  }
451
  }
452
 
453
- // Downloadable extensions (internal)
454
  extension_current_link = cur_link.pathname.split( /[?#]/ )[ 0 ].split( '.' ).pop().replace( /[\/\-]/g, '' );
455
- if ( extensions_to_track.length > 0 && 2 == cur_link.getAttribute( "data-slimstat-type" ) && SlimStat.in_array( extension_current_link, extensions_to_track ) ) {
456
- cur_link.setAttribute( "data-slimstat-tracking", "true" );
457
- cur_link.setAttribute( "data-slimstat-type", 1 );
458
  }
459
 
460
- // Do not invoke the callback on links that open a new window
461
- if ( "true" == cur_link.getAttribute( "data-slimstat-tracking" ) && cur_link.target && !cur_link.target.match( /^_(self|parent|top)$/i ) ) {
462
- cur_link.setAttribute( "data-slimstat-callback", "false" );
463
- }
464
-
465
- // No callback if this link is not being tracked
466
- if ( "false" == cur_link.getAttribute( "data-slimstat-tracking" ) ) {
467
- cur_link.setAttribute( "data-slimstat-callback", "false" );
468
- }
469
 
470
  SlimStat.add_event( cur_link, "click", function( e ) {
471
- if ( "true" == this.getAttribute( "data-slimstat-tracking" ) && "false" == this.getAttribute( "data-slimstat-clicked" ) ) {
472
- if ( "true" == this.getAttribute( "data-slimstat-callback" ) ) {
473
- this.setAttribute( "data-slimstat-clicked", "true" );
474
-
475
- (function( node, event_object ) {
476
- SlimStat.ss_track( event_object, node.getAttribute( "data-slimstat-type" ), "", function() {
477
- SlimStat.event_fire( node, event_object );
478
- }, ( node.getAttribute( "data-slimstat-callback" ) == "true" ) );
479
- })( this, e );
480
-
481
- return false;
482
- }
483
- else{
484
- SlimStat.ss_track( e, this.getAttribute( "data-slimstat-type" ), "", function() {}, ( this.getAttribute( "data-slimstat-callback" ) == "true" ) );
485
- }
486
  }
487
- else if ( "true" == this.getAttribute( "data-slimstat-clicked" ) ) {
488
- this.setAttribute( "data-slimstat-clicked", "false" );
 
 
489
  }
490
  });
491
  }
492
  } );
493
 
494
- var slimstat_data = "action=slimtrack";
495
- var use_beacon = false;
496
 
497
  if ( "undefined" != typeof SlimStatParams.id && parseInt( SlimStatParams.id ) > 0 ) {
498
- slimstat_data += "&op=update&id=" + SlimStatParams.id;
499
- use_beacon = true;
500
  }
501
  else if ( "undefined" != typeof SlimStatParams.ci ) {
502
- slimstat_data += "&op=add&id=" + SlimStatParams.ci + "&ref=" + SlimStat._base64_encode( document.referrer ) + "&res=" + SlimStat._base64_encode( window.location.href );
503
- }
504
- else {
505
- slimstat_data = "";
506
  }
507
 
508
- // Gathers all the information and sends it to the server
509
  if ( slimstat_data.length > 0 ) {
510
  SlimStat.add_event( window, 'load', function(){
511
  setTimeout( function(){
512
- SlimStat.send_to_server( slimstat_data, '', use_beacon );
513
  }, 0 );
514
  } );
515
- }
516
-
517
- if ( typeof String.prototype.trim !== 'function' ) {
518
- String.prototype.trim = function() {
519
- return this.replace( /^\s+|\s+$/g, '' );
520
- }
521
  }
7
  substrings: ["Adobe", "Acrobat"],
8
  active_x_strings: ["AcroPDF.PDF", "PDF.PDFCtrl.5"]
9
  },
10
+ pdfviewer: {
11
+ substrings: ["PDF"],
12
+ active_x_strings: ["AcroPDF.PDF"]
13
  },
14
  flash: {
15
  substrings: ["Shockwave", "Flash"],
23
  substrings: ["QuickTime"],
24
  active_x_strings: ["QuickTime.QuickTime"]
25
  },
 
 
 
 
26
  silverlight: {
27
  substrings: ["Silverlight"],
28
  active_x_strings: ["AgControl.AgControl"]
29
  }
30
  },
31
 
32
+ _utf8_encode : function( string ) {
33
  var n, c, utftext = "";
34
 
35
+ string = string.replace(/\r\n/g, "\n");
36
 
37
+ for ( n = 0; n < string.length; n++ ) {
38
+ c = string.charCodeAt( n );
39
 
40
+ if ( c < 128 ) {
41
+ utftext += String.fromCharCode( c );
42
  }
43
+ else if ( ( c > 127 ) && ( c < 2048 ) ) {
44
+ utftext += String.fromCharCode( ( c >> 6 ) | 192 );
45
+ utftext += String.fromCharCode( ( c & 63 ) | 128 );
46
  }
47
  else {
48
+ utftext += String.fromCharCode( ( c >> 12 ) | 224 );
49
+ utftext += String.fromCharCode( ( ( c >> 6 ) & 63 ) | 128 );
50
+ utftext += String.fromCharCode( ( c & 63 ) | 128 );
51
  }
52
  }
53
  return utftext;
54
  },
55
 
56
  // Base64 Encode - http://www.webtoolkit.info/
57
+ _base64_encode : function( input ) {
58
  var chr1, chr2, chr3, enc1, enc2, enc3, enc4, output = "", i = 0;
59
 
60
+ input = SlimStat._utf8_encode( input );
61
 
62
+ while ( i < input.length ) {
63
+ chr1 = input.charCodeAt( i++ );
64
+ chr2 = input.charCodeAt( i++ );
65
+ chr3 = input.charCodeAt( i++ );
66
 
67
  enc1 = chr1 >> 2;
68
+ enc2 = ( ( chr1 & 3 ) << 4 ) | ( chr2 >> 4 );
69
+ enc3 = ( ( chr2 & 15 ) << 2 ) | ( chr3 >> 6 );
70
  enc4 = chr3 & 63;
71
 
72
+ if ( isNaN( chr2 ) ) {
73
  enc3 = enc4 = 64;
74
+ }
75
+ else if ( isNaN( chr3 ) ) {
76
  enc4 = 64;
77
  }
78
 
79
+ output = output + SlimStat._base64_key_str.charAt( enc1 ) + SlimStat._base64_key_str.charAt( enc2 ) + SlimStat._base64_key_str.charAt( enc3 ) + SlimStat._base64_key_str.charAt( enc4 );
80
  }
81
  return output;
82
  },
83
 
84
+ _detect_single_plugin_not_ie : function( plugin_name ) {
85
  var plugin, haystack, found, i, j;
86
 
87
  for ( i in navigator.plugins ) {
101
  return false;
102
  },
103
 
104
+ _detect_single_plugin_ie : function( plugin_name ) {
105
+ var i = '', found = false;
106
 
107
+ for ( i in SlimStat._plugins[plugin_name].active_x_strings ) {
108
  try {
109
  new ActiveXObject( SlimStat._plugins[plugin_name].active_x_strings[i] );
110
+ found = true;
 
 
 
111
  }
112
+ catch( e ) { }
113
  }
114
+
115
+ return found;
116
  },
117
 
118
+ _detect_single_plugin : function( plugin_name ) {
119
+ if ( navigator.plugins.length ) {
120
+ this.detect = SlimStat._detect_single_plugin_not_ie;
121
  }
122
  else {
123
+ this.detect = SlimStat._detect_single_plugin_ie;
124
  }
125
  return this.detect( plugin_name );
126
  },
127
 
128
+ detect_plugins : function() {
129
  var a_plugin, plugins = [];
130
 
131
  for (a_plugin in SlimStat._plugins) {
133
  plugins.push( a_plugin );
134
  }
135
  }
136
+
137
+ // Detect Java
138
+ if ( typeof navigator.javaEnabled == "function" && navigator.javaEnabled() ) {
139
+ plugins.push( 'java' );
140
+ }
141
+
142
  return plugins.join( "," );
143
  },
144
 
145
+ get_page_performance : function() {
146
  slim_performance = window.performance || window.mozPerformance || window.msPerformance || window.webkitPerformance || {};
147
  if ( "undefined" == typeof slim_performance.timing ){
148
  return 0;
151
  return slim_performance.timing.loadEventEnd - slim_performance.timing.responseEnd;
152
  },
153
 
154
+ get_server_latency : function() {
155
  slim_performance = window.performance || window.mozPerformance || window.msPerformance || window.webkitPerformance || {};
156
  if ( "undefined" == typeof slim_performance.timing ){
157
  return 0;
160
  return slim_performance.timing.responseEnd - slim_performance.timing.connectEnd;
161
  },
162
 
163
+ add_event : function( obj, type, fn ) {
164
+ if ( obj && obj.addEventListener ) {
165
+ obj.addEventListener( type, fn, false );
166
+ }
167
+ else if ( obj && obj.attachEvent ) {
168
+ obj[ "e" + type + fn ] = fn;
169
+ obj[ type + fn ] = function() { obj[ "e" + type + fn ] ( window.event ); }
170
+ obj.attachEvent( "on"+type, obj[type+fn] );
171
+ }
172
+ else {
173
+ obj[ "on" + type ] = obj[ "e" + type + fn ];
174
+ }
175
+ },
176
+
177
+ in_array : function( needle, haystack ) {
178
+ for ( var i = 0; i < haystack.length; i++ ) {
179
+ if ( haystack[ i ].trim() == needle ) {
180
+ return true;
181
  }
182
+ }
183
+ return false;
184
+ },
185
+
186
+ in_array_substring : function( needle, haystack_of_substrings ) {
187
+ for ( var i = 0; i < haystack_of_substrings.length; i++ ) {
188
+ if ( needle.indexOf( haystack_of_substrings[ i ].trim() ) != -1 ) {
189
+ return true;
190
+ }
191
+ }
192
+ return false;
193
+ },
194
+
195
+ send_to_server : function( data, use_beacon ) {
196
+ if ( "undefined" == typeof SlimStatParams.ajaxurl || "undefined" == typeof data ) {
197
  return false;
198
  }
199
 
205
 
206
  if ( use_beacon && navigator.sendBeacon ) {
207
  navigator.sendBeacon( SlimStatParams.ajaxurl, slimstat_data_with_client_info );
 
 
 
 
208
  }
209
  else {
210
  try {
215
  request = new ActiveXObject( "Microsoft.XMLHTTP" );
216
  }
217
  } catch ( failed ) {
 
 
 
218
  return false;
219
  }
220
 
225
 
226
  request.onreadystatechange = function() {
227
  if ( 4 == request.readyState ) {
228
+ parsed_id = parseInt( request.responseText );
229
+ if ( !isNaN( parsed_id ) && parsed_id > 0 ) {
230
+ SlimStat._id = request.responseText;
 
 
 
 
 
 
 
 
 
231
  }
232
  }
233
  }
239
  return false;
240
  },
241
 
242
+ ss_track : function( e, type, note, use_beacon ) {
243
  // Check function params
244
  e = e ? e : window.event;
245
+ type = ( "undefined" == typeof type ) ? 0 : parseInt( type );
246
  note_array = [];
247
 
248
  if ( "undefined" == typeof use_beacon ) {
251
 
252
  parsed_id = parseInt( SlimStat._id );
253
  if ( isNaN( parsed_id ) || parsed_id <= 0 ) {
 
 
 
254
  return false;
255
  }
256
 
257
  node = ( "undefined" != typeof e.target ) ? e.target : ( ( "undefined" != typeof e.srcElement ) ? e.srcElement : false );
258
  if ( !node ) {
 
 
 
259
  return false;
260
  }
261
 
267
  parent_node = node.parentNode;
268
  resource_url = '';
269
 
270
+ // This handler can be attached to any element, but only A tags carry the extra info we need
271
  switch ( node.nodeName ) {
272
  case 'FORM':
273
  if ( "undefined" != typeof node.action && node.action ) {
302
  }
303
 
304
  // If this element has a title, we can record that as well
305
+ if ( "function" == typeof node.getAttribute ) {
306
+ if ( "undefined" != typeof node.getAttribute( "title" ) && node.getAttribute( "title" ) ) {
307
  note_array.push( "Title:" + node.getAttribute( "title" ) );
308
  }
309
+ if ( "undefined" != typeof node.getAttribute( "id" ) && node.getAttribute( "id" ) ) {
310
  note_array.push( "ID:" + node.getAttribute( "id" ) );
311
  }
312
  }
317
  pos_y = -1;
318
  position = "";
319
 
320
+ if ( "undefined" != typeof e.pageX && "undefined" != typeof e.pageY ) {
321
  pos_x = e.pageX;
322
  pos_y = e.pageY;
323
  }
356
  requested_op = "update";
357
  }
358
 
359
+ SlimStat.send_to_server( "action=slimtrack&op=" + requested_op + "&id=" + SlimStat._id + "&ty=" + type + "&ref=" + SlimStat._base64_encode( document.referrer ) + "&res=" + SlimStat._base64_encode( resource_url ) + "&pos=" + position + "&des=" + SlimStat._base64_encode( event_description ) + "&no=" + note_string, use_beacon );
360
 
361
  return true;
362
+ }
363
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
364
 
365
+ // Helper function
366
+ if ( typeof String.prototype.trim !== 'function' ) {
367
+ String.prototype.trim = function() {
368
+ return this.replace( /^\s+|\s+$/g, '' );
 
 
 
369
  }
370
  }
371
 
372
  SlimStat.add_event( window, "load", function() {
373
  all_links = document.getElementsByTagName( "a" );
374
  var extensions_to_track = ( "undefined" != typeof SlimStatParams.extensions_to_track && SlimStatParams.extensions_to_track ) ? SlimStatParams.extensions_to_track.split( ',' ) : [];
 
375
  var to_not_track = ( "undefined" != typeof SlimStatParams.outbound_classes_rel_href_to_not_track && SlimStatParams.outbound_classes_rel_href_to_not_track ) ? SlimStatParams.outbound_classes_rel_href_to_not_track.split( ',' ) : [];
376
 
377
  for (var i = 0; i < all_links.length; i++) {
380
  // Types
381
  // 0: external
382
  // 1: download
383
+ // 2: internal (track coordinates only)
384
 
385
+ type = ( cur_link.href && ( cur_link.hostname == location.hostname || cur_link.href.indexOf('://') == -1 ) ) ? 2 : 0;
386
+ tracking = 1;
 
 
387
 
388
+ // Do not track links with given class names...
389
+ if ( to_not_track.length > 0 ) {
390
+ if ( 1 == tracking ) {
391
+ classes_current_link = ( "undefined" != typeof cur_link.className && cur_link.className ) ? cur_link.className.split( " " ) : [];
392
 
393
+ for ( var cl = 0; cl < classes_current_link.length; cl++ ) {
394
+ if ( SlimStat.in_array_substring( classes_current_link[ cl ], to_not_track ) ) {
395
+ tracking = 0;
396
+ break;
397
+ }
 
 
398
  }
399
  }
 
400
 
401
+ // ... or rel attribute
402
+ if ( 1 == tracking && "undefined" != typeof cur_link.attributes.rel && cur_link.attributes.rel.value ) {
403
+ if ( SlimStat.in_array_substring( cur_link.attributes.rel.value, to_not_track ) ) {
404
+ tracking = 0;
405
+ }
 
 
406
  }
 
407
 
408
+ // ... or HREF attribute
409
+ if ( 1 == tracking && "undefined" != typeof cur_link.href && cur_link.href ) {
410
+ if ( SlimStat.in_array_substring( cur_link.href, to_not_track ) ) {
411
+ tracking = 0;
412
+ }
 
 
413
  }
414
  }
415
 
416
+ // Downloads
417
  extension_current_link = cur_link.pathname.split( /[?#]/ )[ 0 ].split( '.' ).pop().replace( /[\/\-]/g, '' );
418
+ if ( 2 == type && extensions_to_track.length > 0 && SlimStat.in_array( extension_current_link, extensions_to_track ) ) {
419
+ tracking = 1;
420
+ type = 1;
421
  }
422
 
423
+ cur_link.setAttribute( "data-slimstat", ( type << 1 ) + tracking );
 
 
 
 
 
 
 
 
424
 
425
  SlimStat.add_event( cur_link, "click", function( e ) {
426
+ link_info = parseInt( this.getAttribute( "data-slimstat" ) );
427
+ if ( isNaN ( link_info ) ) {
428
+ link_info = 0;
 
 
 
 
 
 
 
 
 
 
 
 
429
  }
430
+
431
+ // tracking: link_info & 1 --- type: link_info >> 1;
432
+ if ( link_info & 1 == 1 ) {
433
+ SlimStat.ss_track( e, link_info >> 1, "" );
434
  }
435
  });
436
  }
437
  } );
438
 
439
+ var slimstat_data = "";
440
+ var use_beacon = true;
441
 
442
  if ( "undefined" != typeof SlimStatParams.id && parseInt( SlimStatParams.id ) > 0 ) {
443
+ slimstat_data = "action=slimtrack&op=update&id=" + SlimStatParams.id;
 
444
  }
445
  else if ( "undefined" != typeof SlimStatParams.ci ) {
446
+ slimstat_data = "action=slimtrack&op=add&id=" + SlimStatParams.ci + "&ref=" + SlimStat._base64_encode( document.referrer ) + "&res=" + SlimStat._base64_encode( window.location.href );
447
+
448
+ // If the tracker is working in "client mode", it needs to wait for the server to assign it a page view ID
449
+ use_beacon = false;
450
  }
451
 
452
+ // Gather all the information and send it to the server
453
  if ( slimstat_data.length > 0 ) {
454
  SlimStat.add_event( window, 'load', function(){
455
  setTimeout( function(){
456
+ SlimStat.send_to_server( slimstat_data, '' );
457
  }, 0 );
458
  } );
 
 
 
 
 
 
459
  }
wp-slimstat.min.js CHANGED
@@ -1 +1 @@
1
- var SlimStat={_id:"undefined"!=typeof SlimStatParams.id?SlimStatParams.id:"-1.0",_base64_key_str:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_plugins:{acrobat:{substrings:["Adobe","Acrobat"],active_x_strings:["AcroPDF.PDF","PDF.PDFCtrl.5"]},director:{substrings:["Shockwave","Director"],active_x_strings:["SWCtl.SWCtl"]},flash:{substrings:["Shockwave","Flash"],active_x_strings:["ShockwaveFlash.ShockwaveFlash"]},mediaplayer:{substrings:["Windows Media"],active_x_strings:["WMPlayer.OCX"]},quicktime:{substrings:["QuickTime"],active_x_strings:["QuickTime.QuickTime"]},real:{substrings:["RealPlayer"],active_x_strings:["rmocx.RealPlayer G2 Control","RealPlayer.RealPlayer(tm) ActiveX Control (32-bit)","RealVideo.RealVideo(tm) ActiveX Control (32-bit)"]},silverlight:{substrings:["Silverlight"],active_x_strings:["AgControl.AgControl"]}},_utf8_encode:function(a){var b,c,d="";for(a=a.replace(/\r\n/g,"\n"),b=0;b<a.length;b++)c=a.charCodeAt(b),c<128?d+=String.fromCharCode(c):c>127&&c<2048?(d+=String.fromCharCode(c>>6|192),d+=String.fromCharCode(63&c|128)):(d+=String.fromCharCode(c>>12|224),d+=String.fromCharCode(c>>6&63|128),d+=String.fromCharCode(63&c|128));return d},_base64_encode:function(a){var b,c,d,e,f,g,h,i="",j=0;for(a=SlimStat._utf8_encode(a);j<a.length;)b=a.charCodeAt(j++),c=a.charCodeAt(j++),d=a.charCodeAt(j++),e=b>>2,f=(3&b)<<4|c>>4,g=(15&c)<<2|d>>6,h=63&d,isNaN(c)?g=h=64:isNaN(d)&&(h=64),i=i+SlimStat._base64_key_str.charAt(e)+SlimStat._base64_key_str.charAt(f)+SlimStat._base64_key_str.charAt(g)+this._base64_key_str.charAt(h);return i},_detect_single_plugin_not_ie:function(a){var c,d,e,f;for(e in navigator.plugins){c=""+navigator.plugins[e].name+navigator.plugins[e].description,d=0;for(f in SlimStat._plugins[a].substrings)c.indexOf(SlimStat._plugins[a].substrings[f])!=-1&&d++;if(d==SlimStat._plugins[a].substrings.length)return!0}return!1},_detect_single_plugin_ie:function(a){var b;for(b in SlimStat._plugins[a].active_x_strings)try{return new ActiveXObject(SlimStat._plugins[a].active_x_strings[b]),!0}catch(a){return!1}},_detect_single_plugin:function(a){return navigator.plugins.length?this.detect=this._detect_single_plugin_not_ie:this.detect=this._detect_single_plugin_ie,this.detect(a)},detect_plugins:function(){var a,b=[];for(a in SlimStat._plugins)SlimStat._detect_single_plugin(a)&&b.push(a);return b.join(",")},get_page_performance:function(){return slim_performance=window.performance||window.mozPerformance||window.msPerformance||window.webkitPerformance||{},"undefined"==typeof slim_performance.timing?0:slim_performance.timing.loadEventEnd-slim_performance.timing.responseEnd},get_server_latency:function(){return slim_performance=window.performance||window.mozPerformance||window.msPerformance||window.webkitPerformance||{},"undefined"==typeof slim_performance.timing?0:slim_performance.timing.responseEnd-slim_performance.timing.connectEnd},send_to_server:function(a,b,c){if("undefined"==typeof SlimStatParams.ajaxurl||"undefined"==typeof a)return"function"==typeof b&&b(),!1;if("undefined"==typeof c&&(c=!0),slimstat_data_with_client_info=a+"&sw="+screen.width+"&sh="+screen.height+"&bw="+window.innerWidth+"&bh="+window.innerHeight+"&sl="+SlimStat.get_server_latency()+"&pp="+SlimStat.get_page_performance()+"&pl="+SlimStat.detect_plugins(),c&&navigator.sendBeacon)navigator.sendBeacon(SlimStatParams.ajaxurl,slimstat_data_with_client_info),"function"==typeof b&&b();else{try{window.XMLHttpRequest?request=new XMLHttpRequest:window.ActiveXObject&&(request=new ActiveXObject("Microsoft.XMLHTTP"))}catch(a){return"function"==typeof b&&b(),!1}if(request)return request.open("POST",SlimStatParams.ajaxurl,!0),request.setRequestHeader("Content-type","application/x-www-form-urlencoded"),request.send(slimstat_data_with_client_info),request.onreadystatechange=function(){4==request.readyState&&("undefined"==typeof SlimStatParams.id?(parsed_id=parseInt(request.responseText),!isNaN(parsed_id)&&parsed_id>0&&(SlimStat._id=request.responseText)):SlimStat._id=SlimStatParams.id,"function"==typeof b&&b())},!0}return!1},ss_track:function(a,b,c,d,e){if(a=a?a:window.event,type="undefined"==typeof b?0:parseInt(b),note_array=[],"undefined"==typeof e&&(e=!0),parsed_id=parseInt(SlimStat._id),isNaN(parsed_id)||parsed_id<=0)return"function"==typeof d&&d(),!1;if(node="undefined"!=typeof a.target?a.target:"undefined"!=typeof a.srcElement&&a.srcElement,!node)return"function"==typeof d&&d(),!1;switch(3==node.nodeType&&(node=node.parentNode),parent_node=node.parentNode,resource_url="",node.nodeName){case"FORM":"undefined"!=typeof node.action&&node.action&&(resource_url=node.action);break;case"INPUT":for(;"undefined"!=typeof parent_node&&"FORM"!=parent_node.nodeName&&"BODY"!=parent_node.nodeName;)parent_node=parent_node.parentNode;if("undefined"!=typeof parent_node.action&&parent_node.action){resource_url=parent_node.action;break}default:if("A"!=node.nodeName)for(;"undefined"!=typeof node.parentNode&&null!=node.parentNode&&"A"!=node.nodeName&&"BODY"!=node.nodeName;)node=node.parentNode;"undefined"!=typeof node.hash&&node.hash&&node.hostname==location.hostname?resource_url=node.hash:"undefined"!=typeof node.href&&(resource_url=node.href),"function"==typeof node.getAttribute&&("undefined"!=typeof node.getAttribute("title")&&node.getAttribute("title")&&note_array.push("Title:"+node.getAttribute("title")),"undefined"!=typeof node.getAttribute("id")&&node.getAttribute("id")&&note_array.push("ID:"+node.getAttribute("id")))}return pos_x=-1,pos_y=-1,position="","undefined"!=typeof a.pageX&&"undefined"!=typeof a.pageY?(pos_x=a.pageX,pos_y=a.pageY):"undefined"!=typeof a.clientX&&"undefined"!=typeof a.clientY&&"undefined"!=typeof document.body.scrollLeft&&"undefined"!=typeof document.documentElement.scrollLeft&&"undefined"!=typeof document.body.scrollTop&&"undefined"!=typeof document.documentElement.scrollTop&&(pos_x=a.clientX+document.body.scrollLeft+document.documentElement.scrollLeft,pos_y=a.clientY+document.body.scrollTop+document.documentElement.scrollTop),pos_x>0&&pos_y>0&&(position=pos_x+","+pos_y),event_description=a.type,"keypress"==a.type?event_description+="; keypress:"+String.fromCharCode(parseInt(a.which)):"click"==a.type&&(event_description+="; which:"+a.which),"undefined"!=typeof c&&c&&note_array.push(c),note_string=SlimStat._base64_encode(note_array.join(", ")),requested_op="add",1==type?resource_url=resource_url.substring(resource_url.indexOf(location.hostname)+location.hostname.length):0!=type&&2!=type||(requested_op="update"),SlimStat.send_to_server("action=slimtrack&op="+requested_op+"&id="+SlimStat._id+"&ty="+type+"&ref="+SlimStat._base64_encode(document.referrer)+"&res="+SlimStat._base64_encode(resource_url)+"&pos="+position+"&des="+SlimStat._base64_encode(event_description)+"&no="+note_string,d,e),!0},add_event:function(a,b,c){a&&a.addEventListener?a.addEventListener(b,c,!1):a&&a.attachEvent?(a["e"+b+c]=c,a[b+c]=function(){a["e"+b+c](window.event)},a.attachEvent("on"+b,a[b+c])):a["on"+b]=a["e"+b+c]},event_fire:function(a,b){document.createEvent?(new_event=document.createEvent("MouseEvents"),new_event.initEvent(b.type,!0,!1,document.defaultView,b.button),a.dispatchEvent(new_event)):document.createEventObject&&(new_event=document.createEventObject(),a.fireEvent("on"+b.type,new_event))},in_array:function(a,b){for(var c=0;c<b.length;c++)if(b[c].trim()==a)return!0;return!1},in_array_substring:function(a,b){for(var c=0;c<b.length;c++)if(a.indexOf(b[c].trim())!=-1)return!0;return!1}};SlimStat.add_event(window,"load",function(){all_links=document.getElementsByTagName("a");for(var a="undefined"!=typeof SlimStatParams.extensions_to_track&&SlimStatParams.extensions_to_track?SlimStatParams.extensions_to_track.split(","):[],b="undefined"!=typeof SlimStatParams.outbound_classes_rel_href_to_ignore&&SlimStatParams.outbound_classes_rel_href_to_ignore?SlimStatParams.outbound_classes_rel_href_to_ignore.split(","):[],c="undefined"!=typeof SlimStatParams.outbound_classes_rel_href_to_not_track&&SlimStatParams.outbound_classes_rel_href_to_not_track?SlimStatParams.outbound_classes_rel_href_to_not_track.split(","):[],d=0;d<all_links.length;d++){var e=all_links[d];if(e.setAttribute("data-slimstat-clicked","false"),e.setAttribute("data-slimstat-type",!e.href||e.hostname!=location.hostname&&e.href.indexOf("://")!=-1?0:2),e.setAttribute("data-slimstat-tracking","true"),e.setAttribute("data-slimstat-callback","true"),"true"==e.getAttribute("data-slimstat-tracking")&&(b.length>0||c.length>0)){classes_current_link="undefined"!=typeof e.className&&e.className?e.className.split(" "):[];for(var f=0;f<classes_current_link.length;f++)if(SlimStat.in_array_substring(classes_current_link[f],b)&&e.setAttribute("data-slimstat-callback","false"),SlimStat.in_array_substring(classes_current_link[f],c)){e.setAttribute("data-slimstat-tracking","false");break}}"true"==e.getAttribute("data-slimstat-tracking")&&"undefined"!=typeof e.attributes.rel&&e.attributes.rel.value&&(SlimStat.in_array_substring(e.attributes.rel.value,b)&&e.setAttribute("data-slimstat-callback","false"),SlimStat.in_array_substring(e.attributes.rel.value,c)&&e.setAttribute("data-slimstat-tracking","false")),"true"==e.getAttribute("data-slimstat-tracking")&&"undefined"!=typeof e.href&&e.href&&(SlimStat.in_array_substring(e.href,b)&&e.setAttribute("data-slimstat-callback","false"),SlimStat.in_array_substring(e.href,c)&&e.setAttribute("data-slimstat-tracking","false")),extension_current_link=e.pathname.split(/[?#]/)[0].split(".").pop().replace(/[\/\-]/g,""),a.length>0&&2==e.getAttribute("data-slimstat-type")&&SlimStat.in_array(extension_current_link,a)&&(e.setAttribute("data-slimstat-tracking","true"),e.setAttribute("data-slimstat-type",1)),"true"==e.getAttribute("data-slimstat-tracking")&&e.target&&!e.target.match(/^_(self|parent|top)$/i)&&e.setAttribute("data-slimstat-callback","false"),"false"==e.getAttribute("data-slimstat-tracking")&&e.setAttribute("data-slimstat-callback","false"),SlimStat.add_event(e,"click",function(a){if("true"==this.getAttribute("data-slimstat-tracking")&&"false"==this.getAttribute("data-slimstat-clicked")){if("true"==this.getAttribute("data-slimstat-callback"))return this.setAttribute("data-slimstat-clicked","true"),function(a,b){SlimStat.ss_track(b,a.getAttribute("data-slimstat-type"),"",function(){SlimStat.event_fire(a,b)},"true"==a.getAttribute("data-slimstat-callback"))}(this,a),!1;SlimStat.ss_track(a,this.getAttribute("data-slimstat-type"),"",function(){},"true"==this.getAttribute("data-slimstat-callback"))}else"true"==this.getAttribute("data-slimstat-clicked")&&this.setAttribute("data-slimstat-clicked","false")})}});var slimstat_data="action=slimtrack",use_beacon=!1;"undefined"!=typeof SlimStatParams.id&&parseInt(SlimStatParams.id)>0?(slimstat_data+="&op=update&id="+SlimStatParams.id,use_beacon=!0):"undefined"!=typeof SlimStatParams.ci?slimstat_data+="&op=add&id="+SlimStatParams.ci+"&ref="+SlimStat._base64_encode(document.referrer)+"&res="+SlimStat._base64_encode(window.location.href):slimstat_data="",slimstat_data.length>0&&SlimStat.add_event(window,"load",function(){setTimeout(function(){SlimStat.send_to_server(slimstat_data,"",use_beacon)},0)}),"function"!=typeof String.prototype.trim&&(String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,"")});
1
+ var SlimStat={_id:"undefined"!=typeof SlimStatParams.id?SlimStatParams.id:"-1.0",_base64_key_str:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_plugins:{acrobat:{substrings:["Adobe","Acrobat"],active_x_strings:["AcroPDF.PDF","PDF.PDFCtrl.5"]},pdfviewer:{substrings:["PDF"],active_x_strings:["AcroPDF.PDF"]},flash:{substrings:["Shockwave","Flash"],active_x_strings:["ShockwaveFlash.ShockwaveFlash"]},mediaplayer:{substrings:["Windows Media"],active_x_strings:["WMPlayer.OCX"]},quicktime:{substrings:["QuickTime"],active_x_strings:["QuickTime.QuickTime"]},silverlight:{substrings:["Silverlight"],active_x_strings:["AgControl.AgControl"]}},_utf8_encode:function(a){var b,c,d="";for(a=a.replace(/\r\n/g,"\n"),b=0;b<a.length;b++)c=a.charCodeAt(b),c<128?d+=String.fromCharCode(c):c>127&&c<2048?(d+=String.fromCharCode(c>>6|192),d+=String.fromCharCode(63&c|128)):(d+=String.fromCharCode(c>>12|224),d+=String.fromCharCode(c>>6&63|128),d+=String.fromCharCode(63&c|128));return d},_base64_encode:function(a){var b,c,d,e,f,g,h,i="",j=0;for(a=SlimStat._utf8_encode(a);j<a.length;)b=a.charCodeAt(j++),c=a.charCodeAt(j++),d=a.charCodeAt(j++),e=b>>2,f=(3&b)<<4|c>>4,g=(15&c)<<2|d>>6,h=63&d,isNaN(c)?g=h=64:isNaN(d)&&(h=64),i=i+SlimStat._base64_key_str.charAt(e)+SlimStat._base64_key_str.charAt(f)+SlimStat._base64_key_str.charAt(g)+SlimStat._base64_key_str.charAt(h);return i},_detect_single_plugin_not_ie:function(a){var c,d,e,f;for(e in navigator.plugins){c=""+navigator.plugins[e].name+navigator.plugins[e].description,d=0;for(f in SlimStat._plugins[a].substrings)c.indexOf(SlimStat._plugins[a].substrings[f])!=-1&&d++;if(d==SlimStat._plugins[a].substrings.length)return!0}return!1},_detect_single_plugin_ie:function(a){var b="",c=!1;for(b in SlimStat._plugins[a].active_x_strings)try{new ActiveXObject(SlimStat._plugins[a].active_x_strings[b]),c=!0}catch(a){}return c},_detect_single_plugin:function(a){return navigator.plugins.length?this.detect=SlimStat._detect_single_plugin_not_ie:this.detect=SlimStat._detect_single_plugin_ie,this.detect(a)},detect_plugins:function(){var a,b=[];for(a in SlimStat._plugins)SlimStat._detect_single_plugin(a)&&b.push(a);return"function"==typeof navigator.javaEnabled&&navigator.javaEnabled()&&b.push("java"),b.join(",")},get_page_performance:function(){return slim_performance=window.performance||window.mozPerformance||window.msPerformance||window.webkitPerformance||{},"undefined"==typeof slim_performance.timing?0:slim_performance.timing.loadEventEnd-slim_performance.timing.responseEnd},get_server_latency:function(){return slim_performance=window.performance||window.mozPerformance||window.msPerformance||window.webkitPerformance||{},"undefined"==typeof slim_performance.timing?0:slim_performance.timing.responseEnd-slim_performance.timing.connectEnd},add_event:function(a,b,c){a&&a.addEventListener?a.addEventListener(b,c,!1):a&&a.attachEvent?(a["e"+b+c]=c,a[b+c]=function(){a["e"+b+c](window.event)},a.attachEvent("on"+b,a[b+c])):a["on"+b]=a["e"+b+c]},in_array:function(a,b){for(var c=0;c<b.length;c++)if(b[c].trim()==a)return!0;return!1},in_array_substring:function(a,b){for(var c=0;c<b.length;c++)if(a.indexOf(b[c].trim())!=-1)return!0;return!1},send_to_server:function(a,b){if("undefined"==typeof SlimStatParams.ajaxurl||"undefined"==typeof a)return!1;if("undefined"==typeof b&&(b=!0),slimstat_data_with_client_info=a+"&sw="+screen.width+"&sh="+screen.height+"&bw="+window.innerWidth+"&bh="+window.innerHeight+"&sl="+SlimStat.get_server_latency()+"&pp="+SlimStat.get_page_performance()+"&pl="+SlimStat.detect_plugins(),b&&navigator.sendBeacon)navigator.sendBeacon(SlimStatParams.ajaxurl,slimstat_data_with_client_info);else{try{window.XMLHttpRequest?request=new XMLHttpRequest:window.ActiveXObject&&(request=new ActiveXObject("Microsoft.XMLHTTP"))}catch(a){return!1}if(request)return request.open("POST",SlimStatParams.ajaxurl,!0),request.setRequestHeader("Content-type","application/x-www-form-urlencoded"),request.send(slimstat_data_with_client_info),request.onreadystatechange=function(){4==request.readyState&&(parsed_id=parseInt(request.responseText),!isNaN(parsed_id)&&parsed_id>0&&(SlimStat._id=request.responseText))},!0}return!1},ss_track:function(a,b,c,d){if(a=a?a:window.event,b="undefined"==typeof b?0:parseInt(b),note_array=[],"undefined"==typeof d&&(d=!0),parsed_id=parseInt(SlimStat._id),isNaN(parsed_id)||parsed_id<=0)return!1;if(node="undefined"!=typeof a.target?a.target:"undefined"!=typeof a.srcElement&&a.srcElement,!node)return!1;switch(3==node.nodeType&&(node=node.parentNode),parent_node=node.parentNode,resource_url="",node.nodeName){case"FORM":"undefined"!=typeof node.action&&node.action&&(resource_url=node.action);break;case"INPUT":for(;"undefined"!=typeof parent_node&&"FORM"!=parent_node.nodeName&&"BODY"!=parent_node.nodeName;)parent_node=parent_node.parentNode;if("undefined"!=typeof parent_node.action&&parent_node.action){resource_url=parent_node.action;break}default:if("A"!=node.nodeName)for(;"undefined"!=typeof node.parentNode&&null!=node.parentNode&&"A"!=node.nodeName&&"BODY"!=node.nodeName;)node=node.parentNode;"undefined"!=typeof node.hash&&node.hash&&node.hostname==location.hostname?resource_url=node.hash:"undefined"!=typeof node.href&&(resource_url=node.href),"function"==typeof node.getAttribute&&("undefined"!=typeof node.getAttribute("title")&&node.getAttribute("title")&&note_array.push("Title:"+node.getAttribute("title")),"undefined"!=typeof node.getAttribute("id")&&node.getAttribute("id")&&note_array.push("ID:"+node.getAttribute("id")))}return pos_x=-1,pos_y=-1,position="","undefined"!=typeof a.pageX&&"undefined"!=typeof a.pageY?(pos_x=a.pageX,pos_y=a.pageY):"undefined"!=typeof a.clientX&&"undefined"!=typeof a.clientY&&"undefined"!=typeof document.body.scrollLeft&&"undefined"!=typeof document.documentElement.scrollLeft&&"undefined"!=typeof document.body.scrollTop&&"undefined"!=typeof document.documentElement.scrollTop&&(pos_x=a.clientX+document.body.scrollLeft+document.documentElement.scrollLeft,pos_y=a.clientY+document.body.scrollTop+document.documentElement.scrollTop),pos_x>0&&pos_y>0&&(position=pos_x+","+pos_y),event_description=a.type,"keypress"==a.type?event_description+="; keypress:"+String.fromCharCode(parseInt(a.which)):"click"==a.type&&(event_description+="; which:"+a.which),"undefined"!=typeof c&&c&&note_array.push(c),note_string=SlimStat._base64_encode(note_array.join(", ")),requested_op="add",1==b?resource_url=resource_url.substring(resource_url.indexOf(location.hostname)+location.hostname.length):0!=b&&2!=b||(requested_op="update"),SlimStat.send_to_server("action=slimtrack&op="+requested_op+"&id="+SlimStat._id+"&ty="+b+"&ref="+SlimStat._base64_encode(document.referrer)+"&res="+SlimStat._base64_encode(resource_url)+"&pos="+position+"&des="+SlimStat._base64_encode(event_description)+"&no="+note_string,d),!0}};"function"!=typeof String.prototype.trim&&(String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,"")}),SlimStat.add_event(window,"load",function(){all_links=document.getElementsByTagName("a");for(var a="undefined"!=typeof SlimStatParams.extensions_to_track&&SlimStatParams.extensions_to_track?SlimStatParams.extensions_to_track.split(","):[],b="undefined"!=typeof SlimStatParams.outbound_classes_rel_href_to_not_track&&SlimStatParams.outbound_classes_rel_href_to_not_track?SlimStatParams.outbound_classes_rel_href_to_not_track.split(","):[],c=0;c<all_links.length;c++){var d=all_links[c];if(type=!d.href||d.hostname!=location.hostname&&d.href.indexOf("://")!=-1?0:2,tracking=1,b.length>0){if(1==tracking){classes_current_link="undefined"!=typeof d.className&&d.className?d.className.split(" "):[];for(var e=0;e<classes_current_link.length;e++)if(SlimStat.in_array_substring(classes_current_link[e],b)){tracking=0;break}}1==tracking&&"undefined"!=typeof d.attributes.rel&&d.attributes.rel.value&&SlimStat.in_array_substring(d.attributes.rel.value,b)&&(tracking=0),1==tracking&&"undefined"!=typeof d.href&&d.href&&SlimStat.in_array_substring(d.href,b)&&(tracking=0)}extension_current_link=d.pathname.split(/[?#]/)[0].split(".").pop().replace(/[\/\-]/g,""),2==type&&a.length>0&&SlimStat.in_array(extension_current_link,a)&&(tracking=1,type=1),d.setAttribute("data-slimstat",(type<<1)+tracking),SlimStat.add_event(d,"click",function(a){link_info=parseInt(this.getAttribute("data-slimstat")),isNaN(link_info)&&(link_info=0),link_info&!0&&SlimStat.ss_track(a,link_info>>1,"")})}});var slimstat_data="",use_beacon=!0;"undefined"!=typeof SlimStatParams.id&&parseInt(SlimStatParams.id)>0?slimstat_data="action=slimtrack&op=update&id="+SlimStatParams.id:"undefined"!=typeof SlimStatParams.ci&&(slimstat_data="action=slimtrack&op=add&id="+SlimStatParams.ci+"&ref="+SlimStat._base64_encode(document.referrer)+"&res="+SlimStat._base64_encode(window.location.href),use_beacon=!1),slimstat_data.length>0&&SlimStat.add_event(window,"load",function(){setTimeout(function(){SlimStat.send_to_server(slimstat_data,"")},0)});
wp-slimstat.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Slim Stat Analytics
4
  Plugin URI: http://wordpress.org/plugins/wp-slimstat/
5
  Description: The leading web analytics plugin for WordPress
6
- Version: 4.6.2
7
  Author: Jason Crouse
8
  Author URI: http://www.wp-slimstat.com/
9
  Text Domain: wp-slimstat
@@ -15,7 +15,7 @@ if ( !empty( wp_slimstat::$settings ) ) {
15
  }
16
 
17
  class wp_slimstat {
18
- public static $version = '4.6.2';
19
  public static $settings = array();
20
  public static $options = array(); // To be removed, here just for backward compatibility
21
 
@@ -1393,13 +1393,12 @@ class wp_slimstat {
1393
  'auto_purge_delete' => 'yes',
1394
 
1395
  // Tracker
1396
- 'ignore_outbound_classes_rel_href' => '',
1397
  'do_not_track_outbound_classes_rel_href' => 'noslimstat,ab-item',
 
1398
  'track_same_domain_referers' => 'no',
1399
  'session_duration' => 1800,
1400
  'extend_session' => 'no',
1401
  'enable_cdn' => 'yes',
1402
- 'extensions_to_track' => 'pdf,doc,xls,zip',
1403
  'external_domains' => '',
1404
 
1405
  // Filters
@@ -1483,7 +1482,7 @@ class wp_slimstat {
1483
  public static function wp_slimstat_enqueue_tracking_script() {
1484
  if ( self::$settings[ 'enable_cdn' ] == 'yes' ) {
1485
  $schema = is_ssl() ? 'https' : 'http';
1486
- wp_register_script( 'wp_slimstat', $schema . '://cdn.jsdelivr.net/wp/wp-slimstat/trunk/wp-slimstat.min.js', array(), null, true );
1487
  }
1488
  else{
1489
  wp_register_script('wp_slimstat', plugins_url('/wp-slimstat.min.js', __FILE__), array(), null, true);
@@ -1497,9 +1496,6 @@ class wp_slimstat {
1497
  if ( !empty( self::$settings[ 'extensions_to_track' ] ) ) {
1498
  $params[ 'extensions_to_track' ] = str_replace( ' ', '', self::$settings[ 'extensions_to_track' ] );
1499
  }
1500
- if ( !empty( self::$settings[ 'ignore_outbound_classes_rel_href' ] ) ) {
1501
- $params[ 'outbound_classes_rel_href_to_ignore' ] = str_replace( ' ', '', self::$settings[ 'ignore_outbound_classes_rel_href' ] );
1502
- }
1503
  if ( !empty( self::$settings[ 'do_not_track_outbound_classes_rel_href' ] ) ) {
1504
  $params[ 'outbound_classes_rel_href_to_not_track' ] = str_replace( ' ', '', self::$settings[ 'do_not_track_outbound_classes_rel_href' ] );
1505
  }
3
  Plugin Name: Slim Stat Analytics
4
  Plugin URI: http://wordpress.org/plugins/wp-slimstat/
5
  Description: The leading web analytics plugin for WordPress
6
+ Version: 4.6.3
7
  Author: Jason Crouse
8
  Author URI: http://www.wp-slimstat.com/
9
  Text Domain: wp-slimstat
15
  }
16
 
17
  class wp_slimstat {
18
+ public static $version = '4.6.3';
19
  public static $settings = array();
20
  public static $options = array(); // To be removed, here just for backward compatibility
21
 
1393
  'auto_purge_delete' => 'yes',
1394
 
1395
  // Tracker
 
1396
  'do_not_track_outbound_classes_rel_href' => 'noslimstat,ab-item',
1397
+ 'extensions_to_track' => 'pdf,doc,xls,zip',
1398
  'track_same_domain_referers' => 'no',
1399
  'session_duration' => 1800,
1400
  'extend_session' => 'no',
1401
  'enable_cdn' => 'yes',
 
1402
  'external_domains' => '',
1403
 
1404
  // Filters
1482
  public static function wp_slimstat_enqueue_tracking_script() {
1483
  if ( self::$settings[ 'enable_cdn' ] == 'yes' ) {
1484
  $schema = is_ssl() ? 'https' : 'http';
1485
+ wp_register_script( 'wp_slimstat', $schema . '://cdn.jsdelivr.net/wp/wp-slimstat/tags/' . self::$version . '/wp-slimstat.min.js', array(), null, true );
1486
  }
1487
  else{
1488
  wp_register_script('wp_slimstat', plugins_url('/wp-slimstat.min.js', __FILE__), array(), null, true);
1496
  if ( !empty( self::$settings[ 'extensions_to_track' ] ) ) {
1497
  $params[ 'extensions_to_track' ] = str_replace( ' ', '', self::$settings[ 'extensions_to_track' ] );
1498
  }
 
 
 
1499
  if ( !empty( self::$settings[ 'do_not_track_outbound_classes_rel_href' ] ) ) {
1500
  $params[ 'outbound_classes_rel_href_to_not_track' ] = str_replace( ' ', '', self::$settings[ 'do_not_track_outbound_classes_rel_href' ] );
1501
  }